@font-face {
  font-family: 'Asap-Regular';
  src: url("../assets/fonts/asap/asap-regular.eot");
  src: url("../assets/fonts/asap/asap-regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/asap/asap-regular.woff") format("woff"), url("../assets/fonts/asap/asap-regular.ttf") format("truetype"), url("../assets/fonts/asap/asap-regular.svg#AsapRegular") format("svg"); }

@font-face {
  font-family: 'Asap-Bold';
  src: url("../assets/fonts/asap/asap-bold.eot");
  src: url("../assets/fonts/asap/asap-bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/asap/asap-bold.woff") format("woff"), url("../assets/fonts/asap/asap-bold.otf") format("opentype"), url("../assets/fonts/asap/asap-bold.ttf") format("truetype"), url("../assets/fonts/asap/asap-bold.svg#AsapBold") format("svg"); }

@font-face {
  font-family: 'Asap-Italic';
  src: url("../assets/fonts/asap/asap-italic.eot");
  src: url("../assets/fonts/asap/asap-italic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/asap/asap-italic.woff") format("woff"), url("../assets/fonts/asap/asap-italic.ttf") format("truetype"), url("../assets/fonts/asap/asap-italic.svg#AsapBold") format("svg"); }

@font-face {
  font-family: 'Asap-Bold-Italic';
  src: url("../assets/fonts/asap/asap-bolditalic.eot");
  src: url("../assets/fonts/asap/asap-bolditalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/asap/asap-bolditalic.woff") format("woff"), url("../assets/fonts/asap/asap-bolditalic.ttf") format("truetype"), url("../assets/fonts/asap/asap-bolditalic.svg#AsapBold") format("svg"); }

@font-face {
  font-family: 'Gotham-Ultra';
  src: url("../assets/fonts/gotham/gothamultra.eot");
  src: url("../assets/fonts/gotham/gothamultra.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/gotham/gothamultra.woff") format("woff"), url("../assets/fonts/gotham/gothamultra.ttf") format("truetype"), url("../assets/fonts/gotham/gothamultra.svg#AsapBold") format("svg"); }

html.no-scroll {
  height: 100%;
  overflow: hidden; }

body {
  font-family: "Asap-Regular", Helvetica, Arial, sans-serif;
  color: #083050;
  background: #fafafa;
  text-align: center; }
  body.no-scroll {
    height: 100%;
    overflow: hidden; }

a {
  color: #00c0f3;
  text-decoration: none;
  cursor: pointer; }

h2 {
  font-size: 36px;
  font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif;
  text-align: center; }

.heading {
  background: url("/assets/img/h1bg-mobile.png") no-repeat 0 0;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  font-family: "Asap-Bold", Helvetica, Arial, sans-serif; }
  @media only screen and (min-width: 721px) {
    .heading {
      background: url("/assets/img/h1bg.png") no-repeat 0 0;
      background-size: cover; } }

h1.main {
  color: #fff;
  text-transform: uppercase;
  display: inline-block; }
  h1.main span {
    display: block; }
  h1.main .the {
    font-size: 16px;
    top: 4px;
    left: 6px;
    position: absolute;
    -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg); }
    @media only screen and (min-width: 721px) {
      h1.main .the {
        font-size: 30px;
        top: 8px;
        left: 11px; } }
  h1.main .arctic {
    font-family: "Gotham-Ultra", "Asap-Bold", Helvetica, Arial, sans-serif;
    font-size: 66px;
    background: -webkit-linear-gradient(#fff, #e8f8fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 19px;
    top: 14px; }
    @media only screen and (min-width: 721px) {
      h1.main .arctic {
        font-size: 128px;
        top: 32px;
        left: 27px; } }
  h1.main .challenge {
    font-size: 28px;
    position: absolute;
    top: 80px;
    right: 57px; }
    @media only screen and (min-width: 721px) {
      h1.main .challenge {
        font-size: 57px;
        top: 156px;
        right: 100px; } }

.hashtag {
  color: #fff;
  position: absolute;
  font-size: 20px;
  bottom: 38px;
  left: 108px; }
  @media only screen and (min-width: 721px) {
    .hashtag {
      font-size: 40px;
      bottom: 74px;
      left: 208px; } }

.h1-logo {
  position: absolute;
  width: 20%;
  bottom: 10px;
  left: 115px; }
  @media only screen and (min-width: 721px) {
    .h1-logo {
      bottom: 20px;
      left: 225px;
      width: 116px; } }

.btn {
  color: #fff;
  font-size: 18px;
  font-family: "Asap-Bold", Helvetica, Arial, sans-serif;
  background: #00c0f3;
  padding: 12px 35px;
  box-sizing: border-box;
  display: inline-block;
  position: relative; }
  @media only screen and (min-width: 721px) {
    .btn {
      font-size: 28px; } }
  .btn:hover {
    -ms-transform: rotate(-1deg);
        transform: rotate(-1deg); }
  .btn:before, .btn:after {
    content: "";
    position: absolute;
    background: #00c0f3;
    display: block;
    height: 100%;
    top: 0;
    width: 10px;
    -ms-transform: skew(3deg);
    transform: skew(3deg); }
  .btn:before {
    left: -4px; }
  .btn:after {
    right: -2px; }

.share-wrapper {
  display: inline-block;
  margin-top: 30px;
  padding: 0 12px; }
  @media only screen and (min-width: 721px) {
    .share-wrapper {
      padding: 0; } }
  .share-wrapper a {
    height: 50px;
    line-height: 50px;
    padding-left: 16px;
    padding-right: 55px;
    display: inline-block;
    float: left;
    background: #eff2f7;
    font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif;
    position: relative;
    border-left: 50px solid;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.25s; }
    @media only screen and (min-width: 721px) {
      .share-wrapper a {
        width: auto; } }
    .share-wrapper a:before {
      width: 50px;
      height: 50px;
      display: inline-block;
      position: absolute;
      left: -50px;
      top: 14px;
      text-align: center;
      font: normal normal normal 14px/1 FontAwesome;
      color: #fff;
      font-size: 24px; }
    .share-wrapper a:hover {
      border-color: #00acda;
      color: #00acda; }
    .share-wrapper a.share-fb {
      border-color: #496caf;
      color: #496caf;
      margin-right: 25px;
      margin-bottom: 16px; }
      @media only screen and (min-width: 721px) {
        .share-wrapper a.share-fb {
          margin-bottom: 0; } }
      .share-wrapper a.share-fb:hover {
        border-color: #42619d;
        color: #42619d; }
      .share-wrapper a.share-fb:before {
        content: "\f09a"; }
    .share-wrapper a.share-tw:before {
      content: "\f099"; }

.social {
  margin-top: 40px;
  float: left; }
  @media only screen and (min-width: 721px) {
    .social {
      float: none; } }
  @media only screen and (min-width: 769px) {
    .social {
      float: left; } }
  .social ul {
    float: right; }
    .social ul li {
      display: table-cell;
      vertical-align: middle;
      float: left; }
      .social ul li a {
        font-size: 32px;
        float: left;
        margin-left: 20px;
        transition: color 0.3s; }
        @media only screen and (min-width: 721px) {
          .social ul li a {
            font-size: 24px;
            float: left;
            margin-left: 14px; } }
        .social ul li a:hover {
          color: #083050; }

#map {
  padding-top: 75px;
  padding-bottom: 230px;
  font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif;
  overflow: hidden;
  clear: both; }
  @media only screen and (min-width: 721px) {
    #map {
      padding-top: 160px;
      padding-bottom: 210px; } }
  #map .map-wrp {
    position: relative;
    display: inline-block; }
  #map h2 {
    color: #c4dd37;
    font-size: 24px;
    margin-bottom: 10px; }
    @media only screen and (min-width: 721px) {
      #map h2 {
        font-size: 48px;
        margin-bottom: 20px; } }
  #map p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px; }
    @media only screen and (min-width: 721px) {
      #map p {
        font-size: 36px;
        margin-bottom: 20px; } }
  #map .columbus {
    width: 220px;
    position: absolute;
    left: 90px;
    top: 90px; }
    @media only screen and (min-width: 721px) {
      #map .columbus {
        width: 260px;
        left: 395px;
        top: 175px; } }
    @media only screen and (min-width: 769px) {
      #map .columbus {
        width: 430px;
        left: 455px;
        top: 105px; } }
  #map.greenland {
    background: url("../assets/img/backgrounds/hero-2-bg.jpg") no-repeat 33% center;
    background-size: cover; }
  @media only screen and (min-width: 721px) {
    #map {
      background-position: center center; } }

@media only screen and (max-width: 720px) {
  #map-canvas {
    height: 350px; } }

@media only screen and (min-width: 721px) {
  #map-canvas {
    height: 460px; } }

@media only screen and (min-width: 1280px) {
  #map-canvas {
    height: 700px; } }

#map-canvas img {
  max-width: none; }

.map-wrapper {
  position: relative;
  overflow: hidden; }

.standalone-map {
  /*tab copy*/ }
  .standalone-map #content-wrapper {
    padding-top: 40px; }
  .standalone-map .a-link {
    color: #0ac0f2 !important; }
  .standalone-map .resortName {
    font-weight: bold;
    color: rgba(9, 48, 81, 0.87); }
  .standalone-map .ui-widget {
    font-family: "Asap-Regular", Helvetica, Arial, sans-serif; }
  .standalone-map p {
    color: rgba(0, 0, 0, 0.87); }
  .standalone-map h3 {
    text-align: left;
    font-size: 16px;
    font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif;
    margin: 5px 0; }
    @media only screen and (min-width: 721px) {
      .standalone-map h3 {
        margin: 0.8em 0 1em;
        font-size: 18px; } }
  .standalone-map .ui-tabs .ui-tabs-panel {
    background: #fafafa;
    border: 1px solid #dedede;
    box-shadow: 0 0 5px #EEE;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.667em; }
    .standalone-map .ui-tabs .ui-tabs-panel h4 {
      font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif;
      font-size: 14px;
      margin: 0; }
      @media only screen and (min-width: 721px) {
        .standalone-map .ui-tabs .ui-tabs-panel h4 {
          font-size: 16px;
          margin: 12px 0 0; } }
    .standalone-map .ui-tabs .ui-tabs-panel a {
      color: #00c0f3; }
      .standalone-map .ui-tabs .ui-tabs-panel a:hover {
        color: #083050; }
  .standalone-map .ui-tabs .ui-tabs-nav {
    padding: 0; }
    .standalone-map .ui-tabs .ui-tabs-nav li {
      margin: 0 .2em 0px 0; }
      .standalone-map .ui-tabs .ui-tabs-nav li a:focus {
        outline: none; }
  .standalone-map .ui-state-default a {
    color: #ffffff !important;
    font-size: 14px; }
    .standalone-map .ui-state-default a i {
      margin-right: 5px; }
  .standalone-map .ui-state-active, .standalone-map .ui-widget-content .ui-state-active {
    border: 1px solid #dedede; }
  .standalone-map .ui-state-active, .standalone-map .ui-widget-content .ui-state-active, .standalone-map .ui-state-active a {
    background: #fafafa !important;
    color: #212121 !important; }
  .standalone-map .ui-state-hover a, .standalone-map .ui-state-hover a:hover {
    background: #083050 !important;
    color: #ffffff !important; }
  .standalone-map .ui-state-default, .standalone-map .ui-widget-content .ui-state-default {
    background: #00c0f3 !important;
    color: #ffffff !important; }
  .standalone-map #tab-1 {
    text-align: center; }
    .standalone-map #tab-1 p {
      color: #00c0f3;
      font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif;
      line-height: 1.2em;
      font-size: 18px; }
      @media only screen and (min-width: 721px) {
        .standalone-map #tab-1 p {
          font-size: 52px; } }
  .standalone-map iframe, .standalone-map object, .standalone-map embed {
    max-width: 100% !important; }
  @media only screen and (max-width: 720px) {
    .standalone-map .ui-tabs {
      width: inherit !important; }
    .standalone-map .ui-tabs .ui-tabs-nav li {
      width: 100%; }
    .standalone-map .ui-tabs .ui-tabs-nav li a {
      display: block;
      float: none; }
    .standalone-map #tab-3 img {
      max-width: 239px; }
    .standalone-map .ui-tabs .ui-tabs-panel a,
    .standalone-map #tab-3 a {
      word-break: break-word; }
    .standalone-map .ui-helper-clearfix:after {
      content: none !important; } }
  .standalone-map .gm-style-iw {
    height: 500px;
    left: 0px !important;
    position: relative !important;
    top: 9px;
    width: 300px !important;
    margin: 0 auto; }
    @media only screen and (min-width: 721px) {
      .standalone-map .gm-style-iw {
        position: absolute !important;
        width: 400px !important;
        left: 15px !important; } }
  .standalone-map .ui-tab {
    width: 300px !important;
    height: 300px !important; }
  .standalone-map img.deviceWidth {
    width: 100% !important;
    height: 100% !important; }
  .standalone-map li {
    list-style-type: none; }
  .standalone-map #sidebar {
    position: relative;
    background: #fff;
    padding: 14px 14px 14px 6px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 2em;
    text-align: left;
    overflow: hidden; }
    @media only screen and (min-width: 769px) {
      .standalone-map #sidebar {
        position: absolute;
        top: 40px;
        right: 20px;
        border-radius: 2px;
        box-shadow: 0px 0px 15px #444, inset 0px 2px 2px 0px rgba(226, 226, 226, 0.5);
        font-size: 13px;
        line-height: 1.667em;
        transition: right 0.5s ease-in-out; }
        .standalone-map #sidebar.test {
          right: -50px; } }
    @media only screen and (min-width: 1280px) {
      .standalone-map #sidebar.test {
        right: 20px; } }
    .standalone-map #sidebar h3 {
      font-size: 18px;
      font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif;
      margin: 0em 14px 0.5em; }
      .standalone-map #sidebar h3:before {
        content: "";
        background: url(/assets/img/pin.png) no-repeat 0 0;
        background-size: cover;
        width: 14px;
        height: 21px;
        display: inline-block;
        margin-right: 8px; }
    .standalone-map #sidebar ul {
      float: left;
      margin-right: 2%;
      width: 48%; }
      @media only screen and (min-width: 769px) {
        .standalone-map #sidebar ul {
          margin-right: 40px;
          width: inherit; } }
      .standalone-map #sidebar ul a:hover {
        color: #083050; }
      .standalone-map #sidebar ul span {
        display: inline-block;
        width: 25px;
        text-align: right;
        margin-right: 5px;
        color: #083050;
        font-family: "Asap-Italic", Helvetica, Arial, sans-serif; }

.embed-container {
  position: relative;
  height: 0;
  padding-bottom: 50%; }
  .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%; }

#tracker {
  position: relative;
  height: 320px;
  padding-top: 30px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media only screen and (min-width: 721px) {
    #tracker {
      height: 460px; } }
  @media only screen and (min-width: 769px) {
    #tracker {
      height: 433px; } }
  @media only screen and (min-width: 1280px) {
    #tracker {
      height: 792px; } }
  #tracker .splash {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(8, 48, 80, 0.9);
    z-index: 1;
    color: #fff; }
    @media only screen and (min-width: 721px) {
      #tracker .splash {
        background: url("/assets/img/backgrounds/ice-texture-tracker.png") repeat 0 0; } }
    #tracker .splash h2 {
      font-size: 24px;
      width: 90%;
      margin: 10% auto 0; }
      @media only screen and (min-width: 721px) {
        #tracker .splash h2 {
          font-size: 48px;
          width: 85%; } }
      @media only screen and (min-width: 769px) {
        #tracker .splash h2 {
          width: 75%; } }
      @media only screen and (min-width: 1280px) {
        #tracker .splash h2 {
          font-size: 62px;
          width: 50%;
          margin: 12.5% auto 0; } }
    #tracker .splash p {
      margin: 1em auto 2em;
      line-height: 1.3em;
      width: 90%; }
      @media only screen and (min-width: 721px) {
        #tracker .splash p {
          font-size: 24px;
          width: 80%; } }
      @media only screen and (min-width: 769px) {
        #tracker .splash p {
          font-size: 18px; } }
      @media only screen and (min-width: 1280px) {
        #tracker .splash p {
          font-size: 24px;
          width: 50%; } }
  #tracker iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    #tracker iframe.scrolloff {
      pointer-events: none; }

.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 99999;
  background: white;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 12+ */
  /* IE10+ */
  background: radial-gradient(ellipse at center, white 0%, #eeeeee 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */ }

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -70px;
  width: 140px;
  text-align: center; }
  .spinner p {
    color: #00c0f3;
    font-size: 23px;
    margin-bottom: 20px;
    text-align: center; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #00c0f3;
  border-radius: 100%;
  display: inline-block;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both; }

.spinner .bounce1 {
  animation-delay: -0.32s; }

.spinner .bounce2 {
  animation-delay: -0.16s; }

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes floating {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(8%); }
  100% {
    transform: translateY(0%); } }

@keyframes pulse {
  0% {
    transform: scale(0.9); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.9); } }

@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2; }
  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1; }
  45% {
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  75% {
    transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; }
  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; } }

@keyframes chemmy {
  0% {
    bottom: -290px; }
  100% {
    bottom: 0; } }

@keyframes richard-adam {
  0% {
    bottom: -290px; }
  25% {
    bottom: -290px; }
  100% {
    bottom: -24px; } }

@keyframes chris-max {
  0% {
    bottom: -290px; }
  50% {
    bottom: -290px; }
  100% {
    bottom: -58px; } }

@keyframes blog-logo {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes spaceInRight {
  0% {
    opacity: 0;
    transform-origin: 100% 50%;
    transform: scale(0.2) translate(200%, 0%); }
  100% {
    opacity: 1;
    transform-origin: 100% 50%;
    transform: scale(1) translate(0%, 0%); } }

.browser {
  display: none; }

.ie8 body .browser {
  display: block;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  background: #cc0000;
  z-index: 99999; }
  .ie8 body .browser p {
    color: white;
    font-size: 18px;
    line-height: 50px; }
  .ie8 body .browser a {
    font-family: "Asap-Bold", Helvetica, Arial, sans-serif;
    color: #fff;
    text-decoration: underline; }
    .ie8 body .browser a i {
      margin-left: 7px; }

.claims body, .claims, .claims p {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%; }

header {
  background: #ecf1f3;
  z-index: 9000; }
  header #top-nav {
    height: 6px;
    line-height: 40px;
    background: #083050;
    overflow: hidden;
    font-family: "Asap-Bold", Helvetica, Arial, sans-serif; }
    @media only screen and (min-width: 721px) {
      header #top-nav {
        height: 40px; } }
    header #top-nav ul {
      display: none; }
      @media only screen and (min-width: 721px) {
        header #top-nav ul {
          display: inline-block; } }
      header #top-nav ul li {
        float: left;
        display: inline-block; }
    header #top-nav a {
      color: #fff;
      text-transform: uppercase;
      margin-right: 55px;
      position: relative; }
      header #top-nav a:before {
        content: "";
        background-image: url("../assets/img/sprite.svg");
        background-repeat: no-repeat;
        background-size: 280px;
        display: block;
        width: 22px;
        height: 24px;
        position: absolute;
        left: -32px;
        top: -4px; }
      header #top-nav a.travel:before {
        background-position: -20px 0; }
      header #top-nav a.home:before {
        background-position: -40px 0; }
      header #top-nav a.life {
        margin-right: 0;
        background-size: 20px; }
        header #top-nav a.life:before {
          background-position: -79px 0; }
  header a[href="#Menu"] {
    font-size: 35px;
    margin-top: 32px;
    color: #083050;
    position: absolute;
    left: 20px;
    z-index: 7000; }
    @media only screen and (min-width: 721px) {
      header a[href="#Menu"] {
        position: relative;
        float: left;
        margin-left: 14px; } }
    @media only screen and (min-width: 769px) {
      header a[href="#Menu"] {
        margin-left: 32px; } }
    @media screen and (min-width: 1440px) {
      header a[href="#Menu"] {
        left: 20px; } }
    header a[href="#Menu"]:after {
      display: none; }
      @media only screen and (min-width: 1350px) {
        header a[href="#Menu"]:after {
          display: block;
          content: "MENU";
          font-size: 12px;
          font-family: "Asap-Bold", Helvetica, Arial, sans-serif;
          position: absolute;
          top: 12px;
          right: -45px; } }
  header #main-nav a.logo {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left; }
    header #main-nav a.logo img {
      width: 160px;
      height: 70px;
      display: block;
      margin: 0 auto; }
      @media only screen and (min-width: 721px) {
        header #main-nav a.logo img {
          width: 196px;
          height: 70px;
          display: inherit;
          margin: 0 35px; } }
  header #main-nav p {
    display: none; }
    @media only screen and (min-width: 769px) {
      header #main-nav p {
        padding: 36px 0;
        color: #00c0f3;
        display: block;
        font-size: 28px; } }
    @media only screen and (min-width: 1280px) {
      header #main-nav p {
        padding: 26px 0;
        font-size: 48px; } }
  header div.social {
    display: none; }
    @media only screen and (min-width: 721px) {
      header div.social {
        display: block;
        overflow: hidden;
        float: right;
        margin-right: 32px; } }
    @media only screen and (min-width: 769px) {
      header div.social {
        float: none;
        margin-right: inherit; } }

@media only screen and (min-width: 769px) {
  #main-nav.container12 .column4 {
    width: 27%; } }

@media only screen and (min-width: 1280px) {
  #main-nav.container12 .column4 {
    width: 360px; } }

#slide-nav {
  position: absolute;
  top: 0;
  left: -720px;
  background: #083050;
  z-index: 8000;
  padding: 36px 0 0 30px;
  font-size: 18px;
  box-sizing: border-box;
  transition: 0.7s;
  padding-bottom: 200px;
  box-sizing: border-box;
  width: 100%; }
  @media only screen and (min-width: 721px) {
    #slide-nav {
      padding-left: 40px;
      width: inherit;
      padding-top: 64px; } }
  @media only screen and (min-width: 769px) {
    #slide-nav {
      padding-top: 74px; } }
  #slide-nav.open {
    left: 0; }
  #slide-nav .close-menu {
    color: #fff;
    font-size: 35px;
    text-align: left;
    display: block;
    width: 35px; }
  #slide-nav .home {
    display: block;
    margin-top: 30px;
    text-align: left; }
  #slide-nav h3 {
    font-family: "Asap-Italic", Helvetica, Arial, sans-serif;
    color: #00c0f3;
    text-align: left;
    font-size: 28px;
    margin-top: 80px; }
    #slide-nav h3 a {
      font-family: "Asap-Italic", Helvetica, Arial, sans-serif;
      color: #00c0f3; }
  #slide-nav ul {
    text-align: left;
    margin-top: 30px; }
    #slide-nav ul li {
      font-family: "Asap-Italic", Helvetica, Arial, sans-serif;
      color: #00c0f3;
      line-height: 1.333em; }
  #slide-nav a {
    color: #fff;
    font-family: "Asap-Bold", Helvetica, Arial, sans-serif; }
  #slide-nav ul.insurance {
    text-transform: uppercase; }
    #slide-nav ul.insurance li {
      margin-bottom: 24px; }
      #slide-nav ul.insurance li:last-child {
        margin-bottom: 0; }
      #slide-nav ul.insurance li a {
        position: relative;
        margin-left: 30px; }
        #slide-nav ul.insurance li a:before {
          content: "";
          background-image: url("/assets/img/sprite.svg");
          background-repeat: no-repeat;
          background-size: 280px;
          display: block;
          width: 23px;
          height: 24px;
          position: absolute;
          left: -32px;
          top: -4px; }
        #slide-nav ul.insurance li a.travel:before {
          background-position: -20px 0; }
        #slide-nav ul.insurance li a.home:before {
          background-position: -40px 0; }
        #slide-nav ul.insurance li a.life {
          margin-right: 0;
          background-size: 20px; }
          #slide-nav ul.insurance li a.life:before {
            background-position: -79px 0; }
  #slide-nav ul.social li {
    float: left; }
    #slide-nav ul.social li a {
      font-size: 36px;
      margin-right: 36px;
      line-height: 62px; }

#sticky-nav,
#blog-nav {
  display: none; }
  @media only screen and (min-width: 769px) {
    #sticky-nav,
    #blog-nav {
      display: block; } }
  #sticky-nav ul,
  #blog-nav ul {
    display: inline-block;
    margin: 35px 0 30px; }
    #sticky-nav ul li,
    #blog-nav ul li {
      float: left;
      margin: 0 20px; }
      #sticky-nav ul li a,
      #blog-nav ul li a {
        font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif;
        font-size: 22px;
        transition: color 0.2s ease;
        position: relative; }
        #sticky-nav ul li a:hover,
        #blog-nav ul li a:hover {
          color: #c4dd37; }
        #sticky-nav ul li a.nav-active,
        #blog-nav ul li a.nav-active {
          color: #c4dd37; }
  #sticky-nav nav.stick,
  #blog-nav nav.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    background: #083050; }

#sticky-nav {
  background: #083050; }

#blog-nav {
  background: #fff; }
  #blog-nav ul li a:hover,
  #blog-nav ul li a.nav-active {
    color: #083050; }
    #blog-nav ul li a:hover:after,
    #blog-nav ul li a.nav-active:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 23px 24px 23px;
      border-color: transparent transparent #04456f transparent;
      position: absolute;
      top: 35px;
      left: 50%;
      margin-left: -23px; }

.item {
  height: 270px;
  font-family: "Asap-Bold", Helvetica, Arial, sans-serif;
  box-sizing: border-box; }
  @media only screen and (min-width: 721px) {
    .item {
      height: 540px; } }
  .item .heading {
    width: 304px;
    height: 175px; }
    @media only screen and (min-width: 721px) {
      .item .heading {
        width: 589px;
        height: 339px; } }

.arctic-challenge {
  background: url("../assets/img/backgrounds/hero-1-bg-mobile.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 25px; }
  @media only screen and (min-width: 721px) {
    .arctic-challenge {
      background: url("../assets/img/backgrounds/hero-1-bg.jpg") no-repeat center center;
      padding-top: 50px; } }
  .arctic-challenge .hero-img {
    position: absolute;
    left: -80px;
    top: 80px;
    width: 200px; }
    @media only screen and (min-width: 721px) {
      .arctic-challenge .hero-img {
        left: -223px;
        top: 118px;
        width: 420px; } }
  .arctic-challenge .promo-badge {
    position: absolute;
    bottom: -90px;
    right: -20px;
    width: 130px; }
    @media only screen and (min-width: 721px) {
      .arctic-challenge .promo-badge {
        display: block;
        position: absolute;
        right: -80px;
        bottom: -100px;
        width: 235px;
        -ms-transform: scale(0);
            transform: scale(0);
        -webkit-transform: scale(0);
        animation-name: bigEntrance;
        -webkit-animation-name: bigEntrance;
        animation-duration: 1.6s;
        -webkit-animation-duration: 1.6s;
        animation-timing-function: ease-out;
        -webkit-animation-timing-function: ease-out;
        animation-delay: 1.3s;
        -webkit-animation-delay: 1.3s;
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
        visibility: visible !important; }
        .arctic-challenge .promo-badge img {
          transition: transform 1s;
          -webkit-transition: transform 1s; }
        .arctic-challenge .promo-badge:hover img {
          -ms-transform: scale(1.05) rotate(-10deg);
              transform: scale(1.05) rotate(-10deg);
          -webkit-transform: scale(1.05) rotate(-10deg); } }
    @media only screen and (min-width: 769px) {
      .arctic-challenge .promo-badge {
        right: -170px; } }

.kitbag,
#kitbag {
  background: url("../assets/img/backgrounds/hero-kitbag-bg.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative; }
  @media only screen and (min-width: 721px) {
    .kitbag,
    #kitbag {
      padding-top: 25px;
      padding-top: 100px; } }
  .kitbag .heading,
  #kitbag .heading {
    background: url("/assets/img/kitbag-h1-bg.png") no-repeat 0 0;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    font-family: "Asap-Bold", Helvetica, Arial, sans-serif;
    z-index: 2;
    width: 300px;
    height: 119px; }
    @media only screen and (min-width: 721px) {
      .kitbag .heading,
      #kitbag .heading {
        width: 755px;
        height: 301px; } }
    .kitbag .heading a,
    #kitbag .heading a {
      color: #083050; }
  .kitbag .main,
  #kitbag .main {
    font-size: 35px;
    font-family: "Gotham-Ultra", "Asap-Bold", Helvetica, Arial, sans-serif;
    text-align: left;
    left: 58px;
    position: absolute;
    top: 19px;
    line-height: 33px;
    font-style: italic;
    text-shadow: -2px 2px 0px #054268; }
    @media only screen and (min-width: 721px) {
      .kitbag .main,
      #kitbag .main {
        font-size: 86px;
        left: 153px;
        top: 53px;
        line-height: 79px;
        text-shadow: -2px 5px 0px #054268; } }
    .kitbag .main span,
    #kitbag .main span {
      margin-left: 14px;
      font-size: 36px; }
      @media only screen and (min-width: 721px) {
        .kitbag .main span,
        #kitbag .main span {
          margin-left: 26px;
          font-size: 94px; } }
  .kitbag .hashtag,
  #kitbag .hashtag {
    color: #00c0f3;
    font-size: 13px;
    top: 3px;
    left: 53px; }
    @media only screen and (min-width: 721px) {
      .kitbag .hashtag,
      #kitbag .hashtag {
        font-size: 33px;
        top: 9px;
        left: 130px; } }
  .kitbag .win-text,
  #kitbag .win-text {
    position: absolute;
    bottom: 7px;
    left: 64px;
    text-transform: uppercase; }
    @media only screen and (min-width: 721px) {
      .kitbag .win-text,
      #kitbag .win-text {
        bottom: 22px;
        left: 160px; } }
    .kitbag .win-text .win,
    #kitbag .win-text .win {
      color: #fff;
      font-size: 22px; }
      @media only screen and (min-width: 721px) {
        .kitbag .win-text .win,
        #kitbag .win-text .win {
          font-size: 50px; } }
    .kitbag .win-text .copy,
    #kitbag .win-text .copy {
      width: 51px;
      display: inline-block;
      text-align: left;
      font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif;
      font-size: 10px;
      line-height: 8px;
      margin: 0; }
      @media only screen and (min-width: 721px) {
        .kitbag .win-text .copy,
        #kitbag .win-text .copy {
          width: 110px;
          font-size: 22px;
          line-height: 18px;
          margin: 0 8px 0 4px; } }
    .kitbag .win-text img,
    #kitbag .win-text img {
      width: 34px;
      height: 17px; }
      @media only screen and (min-width: 721px) {
        .kitbag .win-text img,
        #kitbag .win-text img {
          width: 89px;
          height: 40px; } }
  .kitbag .kitbag-image,
  #kitbag .kitbag-image {
    position: relative;
    width: 1px;
    height: 1px;
    margin: 0 auto;
    z-index: 1; }
    .kitbag .kitbag-image:after,
    #kitbag .kitbag-image:after {
      content: "";
      background-image: url("/assets/img/kitbag/kitbag-image-small.png");
      background-size: 140px 188px;
      background-repeat: no-repeat;
      position: absolute;
      top: -149px;
      left: 47px;
      opacity: 0;
      width: 140px;
      height: 188px; }
      @media only screen and (min-width: 721px) {
        .kitbag .kitbag-image:after,
        #kitbag .kitbag-image:after {
          background-size: 280px 376px;
          width: 280px;
          height: 376px;
          top: -328px;
          left: 198px; } }
      @media only screen and (min-width: 769px) {
        .kitbag .kitbag-image:after,
        #kitbag .kitbag-image:after {
          top: -318px;
          left: 238px; } }
      @media only screen and (min-width: 1280px) {
        .kitbag .kitbag-image:after,
        #kitbag .kitbag-image:after {
          left: 318px; } }

.active .kitbag-image:after {
  -webkit-transition: opacity 1s ease-out;
  animation-name: spaceInRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards; }

.race {
  background: url("../assets/img/backgrounds/hero-2-bg.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 25px; }
  @media only screen and (min-width: 721px) {
    .race {
      padding-top: 50px; } }
  .race a {
    font-size: 18px;
    color: #c4dd37;
    display: block;
    margin-top: 10px; }
    @media only screen and (min-width: 721px) {
      .race a {
        font-size: 30px;
        margin-top: 20px; } }
  .race .columbus {
    display: none; }
    @media only screen and (min-width: 721px) {
      .race .columbus {
        display: block;
        position: absolute;
        right: -170px;
        top: 250px; } }
    @media only screen and (min-width: 769px) {
      .race .columbus {
        right: -240px;
        top: 210px; } }

#hero-team {
  position: relative;
  overflow: hidden;
  height: auto; }
  @media only screen and (min-width: 721px) {
    #hero-team {
      height: 450px; } }
  #hero-team .bg {
    background: url("../assets/img/backgrounds/team-hero-bg.jpg") no-repeat;
    background-size: cover;
    height: 100%; }
  #hero-team .container12 {
    height: 100%; }
  #hero-team .heading {
    margin-top: 20px; }
    @media only screen and (min-width: 721px) {
      #hero-team .heading {
        margin-top: 60px;
        margin-left: 10px; } }
    @media only screen and (min-width: 721px) {
      #hero-team .heading {
        margin-top: 80px;
        margin-left: 0px; } }
  #hero-team .member-hero-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -208px;
    width: 200px; }
    @media only screen and (min-width: 721px) {
      #hero-team .member-hero-img {
        width: 300px;
        bottom: 0px;
        margin-left: -150px; } }
    @media only screen and (min-width: 769px) {
      #hero-team .member-hero-img {
        top: 40px;
        width: 440px;
        margin-left: -220px; } }
  #hero-team #member-hero {
    padding-top: 0px;
    text-align: right; }
    @media only screen and (min-width: 721px) {
      #hero-team #member-hero {
        padding-top: 140px;
        text-align: left;
        position: absolute;
        right: 0; } }
    #hero-team #member-hero h2, #hero-team #member-hero p {
      color: #fff;
      background-color: #00c0f3;
      margin-bottom: 20px;
      display: inline-block;
      padding: 10px 15px;
      position: relative; }
      #hero-team #member-hero h2:before, #hero-team #member-hero h2:after, #hero-team #member-hero p:before, #hero-team #member-hero p:after {
        content: "";
        position: absolute;
        background: #00c0f3;
        display: block;
        height: 100%;
        top: 0;
        width: 10px; }
      #hero-team #member-hero h2:before, #hero-team #member-hero p:before {
        left: -4px;
        -ms-transform: skew(-3deg);
        transform: skew(-3deg); }
      #hero-team #member-hero h2:after, #hero-team #member-hero p:after {
        right: -3px;
        -ms-transform: skew(-7deg);
        transform: skew(-7deg); }
    #hero-team #member-hero h2 {
      font-family: "Asap-Bold", Helvetica, Arial, sans-serif;
      font-size: 19px; }
      @media only screen and (min-width: 721px) {
        #hero-team #member-hero h2 {
          font-size: 36px; } }
    #hero-team #member-hero p {
      font-family: "Asap-Regular", Helvetica, Arial, sans-serif;
      font-size: 14px;
      max-width: 185px; }

#hero-race {
  background: url("../assets/img/backgrounds/race-hero-bg.jpg") no-repeat center center;
  background-size: cover;
  clear: both;
  color: #fff;
  padding-top: 34px;
  padding-bottom: 50px; }
  #hero-race .heading {
    margin-bottom: 10px; }
    #hero-race .heading:after {
      content: "ACR Logo";
      text-indent: -9999em;
      display: block;
      background: url("../assets/img/acr-logo.png") no-repeat 0 0;
      background-size: cover;
      position: absolute;
      width: 70px;
      height: 70px;
      right: 7px;
      bottom: -10px; }
      @media only screen and (min-width: 721px) {
        #hero-race .heading:after {
          width: 100px;
          height: 100px;
          right: -24px;
          bottom: 30px; } }

#hero-team .heading,
#hero-race .heading {
  width: 304px;
  height: 175px; }
  @media only screen and (min-width: 721px) {
    #hero-team .heading,
    #hero-race .heading {
      width: 320px;
      height: 180px; } }
  @media only screen and (min-width: 769px) {
    #hero-team .heading,
    #hero-race .heading {
      width: 455px;
      height: 263px; } }

#hero-team h1.main .the,
#hero-race h1.main .the {
  font-size: 16px;
  top: 4px;
  left: 6px; }
  @media only screen and (min-width: 721px) {
    #hero-team h1.main .the,
    #hero-race h1.main .the {
      top: 5px;
      left: 6px; } }
  @media only screen and (min-width: 769px) {
    #hero-team h1.main .the,
    #hero-race h1.main .the {
      font-size: 22px;
      top: 6px;
      left: 10px; } }

#hero-team h1.main .arctic,
#hero-race h1.main .arctic {
  font-size: 66px;
  left: 19px;
  top: 14px; }
  @media only screen and (min-width: 721px) {
    #hero-team h1.main .arctic,
    #hero-race h1.main .arctic {
      font-size: 68px;
      top: 15px; } }
  @media only screen and (min-width: 769px) {
    #hero-team h1.main .arctic,
    #hero-race h1.main .arctic {
      font-size: 98px;
      left: 23px;
      top: 21px; } }

#hero-team h1.main .challenge,
#hero-race h1.main .challenge {
  font-size: 28px;
  right: 57px;
  top: 80px; }
  @media only screen and (min-width: 721px) {
    #hero-team h1.main .challenge,
    #hero-race h1.main .challenge {
      font-size: 30px;
      right: 58px;
      top: 85px; } }
  @media only screen and (min-width: 769px) {
    #hero-team h1.main .challenge,
    #hero-race h1.main .challenge {
      font-size: 44px;
      right: 79px;
      top: 122px; } }

#hero-team .hashtag,
#hero-race .hashtag {
  font-size: 20px;
  color: #fff;
  position: absolute;
  bottom: 38px;
  left: 108px; }
  @media only screen and (min-width: 721px) {
    #hero-team .hashtag,
    #hero-race .hashtag {
      font-size: 21px;
      bottom: 36px;
      left: 114px; } }
  @media only screen and (min-width: 769px) {
    #hero-team .hashtag,
    #hero-race .hashtag {
      font-size: 30px;
      bottom: 57px;
      left: 165px; } }

#hero-team .h1-logo,
#hero-race .h1-logo {
  bottom: 9px;
  left: 115px; }
  @media only screen and (min-width: 721px) {
    #hero-team .h1-logo,
    #hero-race .h1-logo {
      bottom: 7px;
      left: 120px;
      width: 66px; } }
  @media only screen and (min-width: 769px) {
    #hero-team .h1-logo,
    #hero-race .h1-logo {
      bottom: 15px;
      left: 172px;
      width: 91px; } }

@media only screen and (max-width: 720px) {
  .owl-theme .owl-controls .owl-page span {
    bottom: 40px !important;
    width: 18px !important;
    height: 18px !important;
    margin: 5px !important; } }

#text-block {
  padding-top: 40px;
  padding-bottom: 20px; }
  @media only screen and (min-width: 721px) {
    #text-block {
      padding-bottom: 40px; } }
  #text-block p {
    font-size: 16px;
    line-height: 1.25em;
    text-align: center; }
    @media only screen and (min-width: 721px) {
      #text-block p {
        font-size: 24px; } }
  #text-block em, #text-block span {
    color: #00c0f3;
    font-family: "Asap-Bold", Helvetica, Arial, sans-serif; }
  #text-block span {
    display: block;
    font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif; }

#race {
  background: url("../assets/img/backgrounds/counter-bg.jpg") no-repeat;
  background-position: 0% 0%;
  background-size: cover;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 60px;
  margin-bottom: 0; }
  @media only screen and (min-width: 721px) {
    #race {
      padding-bottom: 120px; } }
  @media only screen and (min-width: 769px) {
    #race {
      background-size: cover; } }
  #race .acr-logo {
    width: 100px;
    height: 100px; }
    @media only screen and (min-width: 721px) {
      #race .acr-logo {
        margin-bottom: 60px; } }
  #race .explore {
    font-size: 24px;
    line-height: 30px;
    max-width: 700px;
    margin: 25px auto 30px; }

.countdown p {
  font-size: 42px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 30px 15px;
  font-family: "Asap-Italic", Helvetica, Arial, sans-serif; }
  @media only screen and (min-width: 721px) {
    .countdown p {
      font-size: 48px;
      margin-bottom: 12px; } }
  .countdown p span {
    font-size: 65px;
    font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif; }
    @media only screen and (min-width: 721px) {
      .countdown p span {
        font-size: 80px; } }
    @media only screen and (min-width: 769px) {
      .countdown p span {
        font-size: 120px; } }

.tagline {
  font-size: 36px;
  font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif; }
  @media only screen and (min-width: 769px) {
    .tagline {
      margin-top: 0; } }

#race-stats {
  padding-top: 60px;
  padding-bottom: 10px;
  background: #083050;
  color: #fff; }
  @media only screen and (min-width: 769px) {
    #race-stats {
      padding-bottom: 80px; } }
  #race-stats h2 {
    margin-bottom: 60px; }
  #race-stats h3 {
    text-transform: uppercase;
    font-family: "Asap-Italic", Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px; }
    @media only screen and (min-width: 769px) {
      #race-stats h3 {
        text-align: left; } }
  #race-stats p {
    font-size: 62px;
    font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif;
    text-align: center; }
    @media only screen and (min-width: 721px) {
      #race-stats p {
        font-size: 72px; } }
    @media only screen and (min-width: 769px) {
      #race-stats p {
        font-size: 52px;
        text-align: left; } }
    @media only screen and (min-width: 1280px) {
      #race-stats p {
        font-size: 72px; } }
    #race-stats p span {
      font-size: 0.5em;
      font-family: "Asap-Italic", Helvetica, Arial, sans-serif; }
      @media only screen and (min-width: 721px) {
        #race-stats p span {
          font-size: 0.2em; } }
      @media only screen and (min-width: 769px) {
        #race-stats p span {
          font-size: 0.5em; } }

#team {
  background: url("../assets/img/backgrounds/ice-texture.png") repeat 0 0;
  padding-top: 40px;
  padding-bottom: 90px;
  overflow: hidden; }
  #team h2 {
    color: #fff;
    margin-bottom: 20px; }
  #team .members-wrapper {
    display: inline-block; }
  #team .team-container {
    width: 300px;
    margin: 0 auto; }
    @media only screen and (min-width: 721px) {
      #team .team-container {
        width: 690px; } }
    @media only screen and (min-width: 769px) {
      #team .team-container {
        width: 98%; } }
    @media only screen and (min-width: 1280px) {
      #team .team-container {
        width: 1140px; } }
    #team .team-container:before, #team .team-container:after {
      content: '.';
      display: block;
      height: 0;
      overflow: hidden;
      visibility: hidden;
      width: 0; }
  #team .member {
    font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif;
    width: 100%;
    opacity: 1; }
    @media only screen and (min-width: 721px) {
      #team .member {
        width: 45%;
        float: left;
        margin: 0 2% 20px; } }
    @media only screen and (min-width: 769px) {
      #team .member {
        width: 17.4%;
        margin: 0 1% 10px;
        position: relative; } }
    @media only screen and (min-width: 1280px) {
      #team .member {
        width: 192px; } }
    @media only screen and (min-width: 721px) {
      #team .member:last-child {
        margin-left: 25%; } }
    @media only screen and (min-width: 769px) {
      #team .member:last-child {
        margin-left: 1%; } }
    #team .member .name {
      background: #fff;
      font-size: 22px;
      color: #083050;
      display: block;
      margin: 0 auto;
      padding: 22px 0 10px;
      margin-top: -15px;
      width: 80%;
      position: relative;
      z-index: 1; }
      @media only screen and (min-width: 721px) {
        #team .member .name {
          width: 97%; } }
      @media only screen and (min-width: 769px) and (max-width: 950px) {
        #team .member .name {
          font-size: 16px; } }
      #team .member .name:before, #team .member .name:after {
        content: "";
        position: absolute;
        background: #fff;
        display: block;
        height: 100%;
        top: 0;
        width: 10px;
        -ms-transform: skew(-10deg);
        transform: skew(-10deg); }
      #team .member .name:before {
        left: -4px; }
      #team .member .name:after {
        right: -6px; }
    #team .member .link {
      background: #083050;
      color: #c4dd37;
      font-size: 18px;
      display: block;
      padding: 8px 0px 6px;
      width: 50%;
      margin: 0 auto;
      position: relative;
      top: -2px; }
      @media only screen and (min-width: 769px) and (max-width: 950px) {
        #team .member .link {
          font-size: 13px; } }
      #team .member .link:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        bottom: -6px;
        left: 0;
        border-style: solid;
        border-width: 6px 75px 0 75px;
        border-color: #083050 transparent transparent transparent; }
        @media only screen and (min-width: 721px) {
          #team .member .link:after {
            border-width: 6px 77.5px 0 77.5px; } }
        @media only screen and (min-width: 769px) {
          #team .member .link:after {
            border-width: 6px 42.5px 0 42.5px; } }
        @media only screen and (min-width: 1280px) {
          #team .member .link:after {
            border-width: 6px 50px 0 50px; } }
    #team .member img {
      position: relative;
      z-index: 2; }
    #team .member:hover .link {
      top: 0; }

#member-bio {
  padding-top: 40px;
  background: url("../assets/img/backgrounds/ice-texture.png") repeat 0 0;
  overflow: hidden; }
  #member-bio h2 {
    color: #fff;
    margin-bottom: 30px; }
  #member-bio .profile-video {
    margin-bottom: 60px; }
  #member-bio .profile-img-container {
    display: none; }
    @media only screen and (min-width: 721px) {
      #member-bio .profile-img-container {
        display: block;
        left: -100px;
        position: absolute;
        bottom: -2px;
        width: 480px; } }
    @media only screen and (min-width: 769px) {
      #member-bio .profile-img-container {
        left: 0px; } }
  #member-bio ul {
    text-align: left;
    color: #fff;
    margin-bottom: 40px;
    position: relative; }
    @media only screen and (min-width: 721px) {
      #member-bio ul {
        margin-top: 60px; } }
    #member-bio ul li {
      font-size: 24px;
      margin-bottom: 1.25em; }
      #member-bio ul li span {
        display: block;
        font-size: 30px;
        font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif; }

#support {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background: #fff;
  overflow: hidden; }
  #support h2 {
    color: #00c0f3;
    margin-bottom: 20px; }
  #support p {
    font-size: 16px;
    line-height: 1.25em;
    text-align: center;
    margin: 0 auto 40px;
    max-width: 570px;
    padding: 0 20px; }
    @media only screen and (min-width: 721px) {
      #support p {
        font-size: 24px;
        margin: 0 auto 20px;
        padding: 0; } }
    @media only screen and (min-width: 769px) {
      #support p {
        max-width: 960px; } }
  #support .row:last-of-type {
    margin-bottom: 0; }
  #support .ski4cancer {
    width: 178px;
    margin-top: 20px; }
    @media only screen and (min-width: 769px) {
      #support .ski4cancer {
        margin-top: 0; } }
  #support .to-top {
    font-family: "Asap-Bold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    margin-top: 70px;
    display: block; }
    @media only screen and (min-width: 721px) {
      #support .to-top {
        text-transform: inherit;
        margin-top: 0;
        position: absolute;
        right: 30px;
        bottom: 50px; } }
    #support .to-top:before {
      content: "\25B2";
      width: 30px;
      height: 30px;
      background: #00c0f3;
      border-radius: 100%;
      display: block;
      color: #fff;
      position: absolute;
      top: -43px;
      left: 50%;
      margin-left: -15px;
      font-size: 14px;
      padding-top: 7px;
      box-sizing: border-box; }
    #support .to-top:hover:before {
      animation-name: floating;
      -webkit-animation-name: floating;
      animation-duration: .75s;
      -webkit-animation-duration: .75s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite; }

footer {
  padding-top: 40px;
  padding-bottom: 140px;
  border-top: 1px solid #eee;
  background: #fff; }
  footer .footer-links {
    text-align: center;
    font-size: 14px; }
    @media only screen and (min-width: 721px) {
      footer .footer-links {
        text-align: left; } }
    footer .footer-links .products {
      font-size: 18px; }
      @media only screen and (min-width: 721px) {
        footer .footer-links .products {
          font-size: 14px; } }
      @media only screen and (min-width: 769px) {
        footer .footer-links .products {
          font-size: 16px; } }
      footer .footer-links .products a {
        color: #00c0f3; }
    footer .footer-links li {
      line-height: 1.625em; }
      footer .footer-links li a {
        color: #083050; }
        footer .footer-links li a:hover {
          text-decoration: underline; }
  @media only screen and (min-width: 721px) {
    footer .container12 aside.prefix1 {
      padding-left: 0; } }
  @media only screen and (min-width: 769px) {
    footer .container12 aside.prefix1 {
      padding-left: 64px; } }
  footer img {
    margin-bottom: 0; }
    @media only screen and (min-width: 721px) {
      footer img {
        float: right;
        margin-bottom: 50px; } }
  @media only screen and (min-width: 721px) {
    footer .social {
      float: right;
      margin-top: 0; } }
  footer .small {
    font-size: 10px;
    text-align: center;
    color: #6b6b6b;
    line-height: 1.667em;
    margin-top: 40px; }
    @media only screen and (min-width: 721px) {
      footer .small {
        text-align: left; } }
    footer .small p:first-child {
      padding-top: 18px;
      border-top: 1px solid #ebf2f5;
      margin-bottom: 1em; }
      @media only screen and (min-width: 769px) {
        footer .small p:first-child {
          margin-bottom: 0; } }

#content-container {
  margin: 0 auto;
  padding: 30px 0 20px;
  width: 300px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 721px) {
    #content-container {
      width: 420px;
      overflow: visible;
      padding: 60px 0 60px; } }
  @media only screen and (min-width: 769px) {
    #content-container {
      padding: 60px 0;
      width: 45%;
      float: left; } }
  #content-container .content {
    position: static; }
    @media only screen and (min-width: 769px) {
      #content-container .content {
        width: 342px;
        position: absolute;
        right: 70px; } }
    @media only screen and (min-width: 1280px) {
      #content-container .content {
        width: 402px; } }
  #content-container h2 {
    text-align: left;
    color: #00c0f3;
    margin-bottom: 30px; }
  #content-container ul li {
    font-size: 16px;
    margin-bottom: 1.667em;
    text-align: left;
    line-height: 1.333em; }
  #content-container p {
    text-align: left;
    font-size: 16px;
    line-height: 1.3333em; }
  #content-container h3 {
    font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif;
    text-align: left;
    margin-top: 30px; }
  #content-container .share-wrapper {
    display: block;
    margin-top: 20px; }
    #content-container .share-wrapper a {
      height: 33px;
      line-height: 33px;
      border-left: 33px solid;
      padding-left: 10px;
      padding-right: 10px; }
      #content-container .share-wrapper a:before {
        width: 33px;
        height: 33px;
        font-size: 22px;
        left: -33px;
        top: 7px; }

#gallery {
  width: 100%;
  float: right;
  box-sizing: border-box; }
  @media only screen and (min-width: 769px) {
    #gallery {
      width: 55%; } }
  #gallery .item {
    height: auto;
    line-height: 0; }
  #gallery img {
    width: 100% !important;
    height: auto !important; }

.vid-3col {
  padding: 50px 0 90px 0;
  background: url("../assets/img/backgrounds/greenland-bg.jpg") no-repeat;
  background-position-x: 0;
  background-size: cover; }
  @media only screen and (min-width: 721px) {
    .vid-3col {
      padding: 50px 0px 90px; } }
  .vid-3col h2, .vid-3col h3 {
    color: #fff; }
  .vid-3col h2 {
    margin-bottom: 35px; }
  .vid-3col h3 {
    font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif;
    text-align: left;
    font-size: 36px;
    margin: 70px 0 20px; }
    @media only screen and (min-width: 721px) {
      .vid-3col h3 {
        margin-top: 100px; } }
  .vid-3col p {
    color: #fff;
    text-align: left;
    font-size: 18px;
    line-height: 1.333em; }
  .vid-3col a {
    font-family: "Asap-Bold", Helvetica, Arial, sans-serif;
    text-align: left;
    margin-top: 30px;
    display: inherit;
    font-size: 18px; }
  .vid-3col .column8 {
    position: relative; }
  .vid-3col .caption {
    position: absolute;
    right: 0;
    bottom: -75px; }
    @media only screen and (min-width: 1280px) {
      .vid-3col .caption {
        top: -70px; } }
    .vid-3col .caption span {
      font-size: 14px;
      font-family: "Asap-Italic", Helvetica, Arial, sans-serif;
      color: #fff;
      display: block;
      text-align: right;
      line-height: 1.285em;
      margin-left: 10px; }
      .vid-3col .caption span:first-child {
        font-size: 16px;
        font-family: "Asap-Bold", Helvetica, Arial, sans-serif; }
      @media only screen and (min-width: 1280px) {
        .vid-3col .caption span {
          display: block; } }
    .vid-3col .caption img {
      max-width: 57px;
      margin: 0px 6px 0 0; }

#blog-home {
  padding-top: 0px;
  padding-bottom: 55px;
  background: url("../assets/img/backgrounds/greenland-bg.jpg") no-repeat center center;
  background-size: cover; }
  @media only screen and (min-width: 721px) {
    #blog-home {
      padding-top: 45px; } }
  #blog-home h2 {
    background: url("../assets/img/challenge-journal.png") no-repeat center center;
    background-size: cover;
    width: 175px;
    height: 98px;
    text-indent: -9999em;
    margin: 0 auto 15px; }
    @media only screen and (min-width: 721px) {
      #blog-home h2 {
        width: 322px;
        height: 172px;
        margin: 0 auto 35px; } }
  @media only screen and (min-width: 721px) {
    #blog-home .btn {
      margin-top: 100px; } }
  #blog-home .kitbag-img {
    animation-name: spaceInRight; }

#blog-hero {
  padding-top: 30px;
  background: url("../assets/img/backgrounds/blog-hero-bg.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden; }
  #blog-hero .container12 {
    height: 340px; }
    @media only screen and (min-width: 721px) {
      #blog-hero .container12 {
        height: 450px; } }
  #blog-hero .heading {
    height: 170px;
    width: 295px;
    position: absolute;
    left: 10px; }
    @media only screen and (min-width: 721px) {
      #blog-hero .heading {
        height: 210px;
        width: 364px; } }
    #blog-hero .heading h1.main .the {
      font-size: 16px;
      top: 4px;
      left: 5px; }
      @media only screen and (min-width: 721px) {
        #blog-hero .heading h1.main .the {
          font-size: 20px;
          top: 4px;
          left: 5px; } }
    #blog-hero .heading h1.main .arctic {
      font-size: 64px;
      left: 14px;
      top: 14px; }
      @media only screen and (min-width: 721px) {
        #blog-hero .heading h1.main .arctic {
          font-size: 80px;
          left: 19px;
          top: 16px; } }
    #blog-hero .heading h1.main .challenge {
      font-size: 28px;
      right: 54px;
      top: 78px; }
      @media only screen and (min-width: 721px) {
        #blog-hero .heading h1.main .challenge {
          font-size: 36px;
          right: 59px;
          top: 96px; } }
    #blog-hero .heading .hashtag {
      font-size: 19px;
      color: #fff;
      position: absolute;
      bottom: 37px;
      left: 106px; }
      @media only screen and (min-width: 721px) {
        #blog-hero .heading .hashtag {
          font-size: 24px;
          bottom: 45px;
          left: 130px; } }
    #blog-hero .heading .h1-logo {
      bottom: 9px;
      left: 115px; }
      @media only screen and (min-width: 721px) {
        #blog-hero .heading .h1-logo {
          bottom: 12px;
          left: 140px;
          width: 72px; } }
  #blog-hero .blog-logo {
    width: 220px;
    position: absolute;
    right: -34px;
    bottom: 67px; }
    @media only screen and (min-width: 721px) {
      #blog-hero .blog-logo {
        width: 440px;
        right: -30px;
        top: 5px;
        animation: blog-logo 2.5s ease forwards; } }
    @media only screen and (min-width: 769px) {
      #blog-hero .blog-logo {
        right: 30px; } }
    @media only screen and (min-width: 1280px) {
      #blog-hero .blog-logo {
        right: 190px; } }
  #blog-hero .members img {
    width: 120px;
    position: absolute;
    left: 50%; }
    #blog-hero .members img.chris {
      margin-left: -188px;
      bottom: -36px;
      z-index: 1; }
    #blog-hero .members img.richard {
      margin-left: -130px;
      bottom: -24px;
      z-index: 2; }
    #blog-hero .members img.chemmy {
      margin-left: -60px;
      bottom: -10px;
      z-index: 3; }
    #blog-hero .members img.adam {
      margin-left: 10px;
      bottom: -24px;
      z-index: 2; }
    #blog-hero .members img.max {
      margin-left: 70px;
      bottom: -36px;
      z-index: 1; }
    @media only screen and (min-width: 721px) {
      #blog-hero .members img {
        width: 290px; }
        #blog-hero .members img.chris {
          margin-left: -468px;
          bottom: -98px; }
        #blog-hero .members img.richard {
          margin-left: -325px;
          bottom: -64px; }
        #blog-hero .members img.chemmy {
          margin-left: -145px;
          bottom: -30px; }
        #blog-hero .members img.adam {
          margin-left: 25px;
          bottom: -64px; }
        #blog-hero .members img.max {
          margin-left: 165px;
          bottom: -98px; } }
    @media only screen and (min-width: 769px) {
      #blog-hero .members img {
        width: 290px; }
        #blog-hero .members img.chris {
          bottom: -58px;
          animation: chris-max 2s ease forwards; }
        #blog-hero .members img.richard {
          bottom: -24px;
          animation: richard-adam 2s ease forwards; }
        #blog-hero .members img.chemmy {
          bottom: -290px;
          animation: chemmy 2s ease forwards; }
        #blog-hero .members img.adam {
          bottom: -24px;
          animation: richard-adam 2s ease forwards; }
        #blog-hero .members img.max {
          bottom: -58px;
          animation: chris-max 2s ease forwards; } }

#blog-main {
  background: url("../assets/img/backgrounds/greenland-bg.jpg") no-repeat center center;
  background-size: cover; }
  #blog-main .gradient-inner {
    background-image: linear-gradient(rgba(229, 238, 243, 0) 630px, #083050 1030px);
    padding-top: 40px;
    padding-bottom: 40px; }
    @media only screen and (min-width: 721px) {
      #blog-main .gradient-inner {
        padding-top: 90px;
        padding-bottom: 80px; } }
  #blog-main .btn {
    margin-top: 40px; }
    @media only screen and (min-width: 721px) {
      #blog-main .btn {
        margin-top: 70px; } }

.post {
  background: #083050;
  margin-bottom: 20px; }
  .post .post-img-container {
    overflow: hidden;
    display: block;
    line-height: 0; }
    .post .post-img-container img {
      transition: all 0.25s ease-in;
      position: relative;
      width: 100%; }
  .post a:hover img {
    -ms-transform: scale(1.025);
        transform: scale(1.025); }
  .post a:hover h3 {
    text-decoration: underline; }
  .post .post-intro {
    text-align: left;
    box-sizing: border-box; }
    .post .post-intro h3 {
      color: #00c0f3;
      font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif;
      margin-bottom: 12px; }
    .post .post-intro p {
      color: #fff;
      font-size: 14px;
      line-height: 1.667em; }
      @media only screen and (min-width: 721px) {
        .post .post-intro p {
          font-size: 16px; } }
  @media only screen and (min-width: 721px) {
    .post.column6 {
      min-height: 500px; } }
  .post.column6 .post-intro {
    padding: 20px 30px; }
    .post.column6 .post-intro h3 {
      font-size: 18px; }
      @media only screen and (min-width: 721px) {
        .post.column6 .post-intro h3 {
          font-size: 36px; } }
  .post.column6 .post-img-container {
    height: 165px; }
    @media only screen and (min-width: 721px) {
      .post.column6 .post-img-container {
        height: 200px; } }
    @media only screen and (min-width: 769px) {
      .post.column6 .post-img-container {
        height: 250px; } }
    @media only screen and (min-width: 1280px) {
      .post.column6 .post-img-container {
        height: 300px; } }
  .post.column3 {
    min-height: 380px; }
    .post.column3 .post-intro {
      padding: 10px 0 0; }
      .post.column3 .post-intro h3 {
        font-size: 22px;
        min-height: 44px; }
    .post.column3 .post-img-container {
      height: 145px; }

.row {
  clear: both; }

#related {
  background: url("../assets/img/backgrounds/ice-texture.png") repeat 0 0;
  padding-top: 60px;
  padding-bottom: 50px; }
  #related h2 {
    color: #fff;
    margin-bottom: 50px; }
  #related .post {
    background: none;
    margin-bottom: 20px; }
    #related .post .post-img-container {
      overflow: hidden;
      display: block; }
      #related .post .post-img-container img {
        transition: all 0.25s ease-in;
        position: relative;
        width: 100%; }
    #related .post:hover h3 {
      text-decoration: underline; }
    #related .post:hover img {
      -ms-transform: scale(1.05);
          transform: scale(1.05); }
    #related .post .post-intro h3 {
      color: #fff;
      margin-bottom: 18px;
      min-height: 45px; }

#blog-header {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media only screen and (min-width: 721px) {
    #blog-header {
      padding-top: 70px;
      padding-bottom: 40px; } }
  #blog-header .category {
    font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif;
    color: #00c0f3; }
  #blog-header h1 {
    font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif;
    color: #083050;
    font-size: 28px;
    margin: 20px auto; }
    @media only screen and (min-width: 721px) {
      #blog-header h1 {
        font-size: 48px;
        margin: 30px auto 40px; } }
  #blog-header .summary {
    font-size: 16px;
    font-family: "Asap-Italic", Helvetica, Arial, sans-serif;
    margin-bottom: 12px;
    line-height: 1.333em; }
    @media only screen and (min-width: 721px) {
      #blog-header .summary {
        font-size: 24px; } }
  #blog-header .author {
    font-size: 14px;
    font-family: "Asap-Italic", Helvetica, Arial, sans-serif; }
    @media only screen and (min-width: 721px) {
      #blog-header .author {
        font-size: 18px; } }

.blog-share ul {
  display: inline-block;
  margin-top: 20px; }
  @media only screen and (min-width: 721px) {
    .blog-share ul {
      margin-top: 20px; } }
  .blog-share ul li {
    float: left; }
    .blog-share ul li a {
      margin: 0px 11px; }

#blog-main-img img {
  width: 100%; }

#content-wrapper {
  padding: 20px 0 0px; }
  @media only screen and (min-width: 721px) {
    #content-wrapper {
      padding: 80px 0 100px; } }
  #content-wrapper h2 {
    margin: 1em 0 0.8em; }
  #content-wrapper h3 {
    font-size: 24px;
    text-align: left;
    font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif; }
  #content-wrapper hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 3em 0; }
  #content-wrapper strong {
    font-family: "Asap-Bold", Helvetica, Arial, sans-serif; }

#full-width-text {
  padding: 0px 10px 40px;
  box-sizing: border-box; }
  @media only screen and (min-width: 721px) {
    #full-width-text {
      padding: 0 0 70px; } }
  #full-width-text p {
    font-size: 16px;
    margin-bottom: 1em;
    text-align: left;
    line-height: 1.667em; }
    @media only screen and (min-width: 721px) {
      #full-width-text p {
        font-size: 18px; } }
  #full-width-text ol,
  #full-width-text ul {
    font-size: 16px;
    text-align: left; }
    @media only screen and (min-width: 721px) {
      #full-width-text ol,
      #full-width-text ul {
        font-size: 18px; } }
  #full-width-text ol,
  #full-width-text ul {
    list-style-type: none;
    width: 85%;
    margin: 0 auto;
    padding: 2em 0 0;
    counter-reset: li-counter; }
    @media only screen and (max-width: 720px) {
      #full-width-text ol,
      #full-width-text ul {
        padding: 0em; } }
  #full-width-text ol > li,
  #full-width-text ul > li {
    position: relative;
    margin-bottom: 22px;
    line-height: 1.6667em; }
  #full-width-text ol > li:before {
    position: absolute;
    top: -0.1em;
    left: -1.4em;
    width: 0.8em;
    font-size: 2em;
    font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif;
    line-height: 1;
    text-align: right;
    color: #00c0f3;
    content: counter(li-counter);
    counter-increment: li-counter; }
    @media only screen and (max-width: 720px) {
      #full-width-text ol > li:before {
        left: -1.2em; } }
  #full-width-text ul > li:before {
    content: "\2022";
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em;
    font-size: 2em;
    color: #00c0f3; }

#blog-quote {
  padding-bottom: 50px; }
  @media only screen and (min-width: 721px) {
    #blog-quote {
      padding-bottom: 130px; } }
  #blog-quote p {
    font-size: 18px;
    text-align: left;
    font-family: "Asap-Italic", Helvetica, Arial, sans-serif;
    border-left: 5px solid #00c0f3;
    padding-left: 25px;
    line-height: 1.333em;
    margin-left: 10px;
    margin-right: 20px; }
    @media only screen and (min-width: 721px) {
      #blog-quote p {
        margin-left: inherit;
        margin-right: inherit;
        font-size: 24px; } }
    #blog-quote p.author {
      font-size: 14px;
      font-family: "Asap-Regular", Helvetica, Arial, sans-serif;
      padding-top: 1em; }
      @media only screen and (min-width: 721px) {
        #blog-quote p.author {
          font-size: 18px; } }

.btn.view {
  width: 100%;
  padding: 20px 0; }
  @media only screen and (min-width: 721px) {
    .btn.view {
      display: none; } }

#two-col-text {
  padding: 40px 0px 30px;
  box-sizing: border-box; }
  @media only screen and (min-width: 721px) {
    #two-col-text {
      padding-top: 80px;
      padding-bottom: 72px; } }
  #two-col-text p {
    font-size: 16px;
    text-align: left;
    margin-bottom: 1em;
    line-height: 1.333em; }
    @media only screen and (min-width: 721px) {
      #two-col-text p {
        font-size: 18px; } }

.tags {
  padding: 0 0 100px; }
  .tags h3 {
    font-size: 30px;
    font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif;
    margin-bottom: 25px;
    text-align: center !important; }
  .tags a {
    display: inline-block;
    background: #00c0f3;
    color: #fff;
    padding: 7px 10px;
    position: relative;
    margin: 0 5px 10px; }
    @media only screen and (min-width: 721px) {
      .tags a {
        margin: 0 5px; } }
    .tags a:before, .tags a:after {
      content: "";
      position: absolute;
      background: #00c0f3;
      display: block;
      height: 100%;
      top: 0;
      width: 10px;
      -ms-transform: skew(3deg);
      transform: skew(3deg); }
    .tags a:before {
      left: -4px; }
    .tags a:after {
      right: -1px; }
    .tags a:hover {
      -ms-transform: rotate(-2deg);
      transform: rotate(-2deg); }

#blog-np {
  display: none;
  border-top: 2px #eff2f7 solid;
  border-bottom: 2px #eff2f7 solid; }
  @media only screen and (min-width: 721px) {
    #blog-np {
      display: block; } }
  #blog-np h3 {
    font-size: 24px;
    font-family: "Asap-Bold", Helvetica, Arial, sans-serif;
    padding: 30px 0;
    text-align: center; }
    #blog-np h3 a:hover {
      color: #083050; }
  #blog-np .btn {
    font-size: 18px;
    margin: 20px 0;
    width: 100%;
    padding: 10px 0; }
    @media only screen and (min-width: 721px) {
      #blog-np .btn span {
        display: none; } }
    @media only screen and (min-width: 769px) {
      #blog-np .btn span {
        display: inline; } }
    #blog-np .btn i {
      margin-left: 13px;
      font-size: 34px;
      position: absolute;
      top: 2px; }
      #blog-np .btn i.fa-angle-double-left {
        left: 0; }
      #blog-np .btn i.fa-angle-double-right {
        right: 10px; }

.blog-share .count {
  display: block;
  margin-top: 40px;
  font-size: 14px; }
  .blog-share .count #total {
    font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif;
    color: #00c0f3;
    font-size: 18px; }

.csbuttons-count {
  display: none; }

.parallax-window {
  min-height: 200px;
  background: transparent; }
  @media only screen and (min-width: 769px) {
    .parallax-window {
      min-height: 595px; } }

#competition {
  background: url("../assets/img/backgrounds/hero-kitbag-bg.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 25px;
  overflow: hidden;
  text-align: left;
  position: relative; }
  @media only screen and (min-width: 721px) {
    #competition {
      padding-top: 65px;
      padding-bottom: 100px; } }
  #competition .heading {
    background: url("/assets/img/kitbag-h2-bg.png") no-repeat 0 0;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    font-family: "Asap-Bold", Helvetica, Arial, sans-serif;
    width: 300px;
    height: 115px; }
    @media only screen and (min-width: 721px) {
      #competition .heading {
        width: 747px;
        height: 290px;
        margin-left: -16px; } }
  #competition .main {
    font-size: 35px;
    font-family: "Gotham-Ultra", "Asap-Bold", Helvetica, Arial, sans-serif;
    text-align: left;
    left: 58px;
    position: absolute;
    top: 19px;
    line-height: 33px;
    font-style: italic;
    text-shadow: -2px 2px 0px #054268;
    text-transform: uppercase;
    color: #fff; }
    @media only screen and (min-width: 721px) {
      #competition .main {
        font-size: 86px;
        left: 153px;
        top: 53px;
        line-height: 79px;
        text-shadow: -2px 5px 0px #054268; } }
    #competition .main span {
      margin-left: 14px;
      font-size: 36px; }
      @media only screen and (min-width: 721px) {
        #competition .main span {
          margin-left: 26px;
          font-size: 94px; } }
  #competition .hashtag {
    color: #00c0f3;
    font-size: 13px;
    top: 3px;
    left: 53px; }
    @media only screen and (min-width: 721px) {
      #competition .hashtag {
        font-size: 33px;
        top: 9px;
        left: 130px; } }
  #competition p {
    font-family: "Asap-Bold", Helvetica, Arial, sans-serif;
    text-align: left;
    line-height: 1.3em;
    font-size: 16px;
    margin: 25px 0 0 0;
    width: 60%; }
    @media only screen and (min-width: 721px) {
      #competition p {
        font-size: 26px;
        margin: 25px 0 0 40px;
        width: 67%; } }
    @media only screen and (min-width: 769px) {
      #competition p {
        font-size: 24px;
        width: auto; } }
  #competition .btn {
    text-transform: uppercase;
    margin: 40px 0 0 10px; }
    @media only screen and (min-width: 721px) {
      #competition .btn {
        margin: 40px 0 0 45px;
        width: 310px;
        padding: 20px 30px; } }
    @media only screen and (min-width: 769px) {
      #competition .btn {
        margin: 40px 0 0 70px; } }
    #competition .btn i {
      font-size: 60px;
      position: absolute;
      top: 20px;
      right: 25px; }
      @media only screen and (max-width: 720px) {
        #competition .btn i {
          display: none; } }
  #competition .share-text {
    position: absolute;
    bottom: 10px;
    left: 81px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif; }
    #competition .share-text a {
      text-transform: none;
      margin-left: 8px;
      color: #fff; }
    @media only screen and (min-width: 721px) {
      #competition .share-text {
        bottom: 30px;
        left: 220px;
        font-size: 25px; } }
  #competition .kitbag-img {
    width: 150px;
    position: absolute;
    right: -35px;
    top: 120px; }
    @media only screen and (min-width: 721px) {
      #competition .kitbag-img {
        right: -30px;
        top: 306px;
        width: 300px; } }
    @media only screen and (min-width: 769px) {
      #competition .kitbag-img {
        right: -70px;
        top: 195px;
        width: 330px; } }
    @media only screen and (min-width: 1280px) {
      #competition .kitbag-img {
        right: 0px;
        top: 66px; } }
  #competition .win-text {
    background: url("/assets/img/kitbag/win-text-bg.png") no-repeat 0 0;
    background-size: cover;
    position: absolute;
    top: 230px;
    right: -37px;
    text-transform: uppercase;
    font-family: "Asap-Bold", Helvetica, Arial, sans-serif;
    width: 171px;
    height: 38px;
    padding: 5px 0 0 8px;
    box-sizing: border-box; }
    @media only screen and (min-width: 721px) {
      #competition .win-text {
        top: 510px;
        right: -47px;
        width: 346px;
        height: 75px;
        padding: 10px 0px 0 18px; } }
    @media only screen and (min-width: 769px) {
      #competition .win-text {
        top: 430px;
        right: -67px;
        width: 376px;
        height: 81px;
        padding: 10px 0px 0 20px; } }
    @media only screen and (min-width: 1280px) {
      #competition .win-text {
        top: 310px;
        right: 3px; } }
    #competition .win-text .win {
      color: #fff;
      font-size: 22px; }
      @media only screen and (min-width: 721px) {
        #competition .win-text .win {
          font-size: 44px; } }
      @media only screen and (min-width: 769px) {
        #competition .win-text .win {
          font-size: 50px; } }
    #competition .win-text .copy {
      width: 51px;
      display: inline-block;
      text-align: left;
      font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif;
      font-size: 10px;
      line-height: 8px;
      margin: 0; }
      @media only screen and (min-width: 721px) {
        #competition .win-text .copy {
          width: 100px;
          font-size: 20px;
          line-height: 18px;
          margin: 0 8px 0 4px; } }
      @media only screen and (min-width: 769px) {
        #competition .win-text .copy {
          width: 110px;
          font-size: 22px;
          margin: 0 4px; } }
    #competition .win-text img {
      width: 34px;
      height: 17px; }
      @media only screen and (min-width: 721px) {
        #competition .win-text img {
          width: 70px;
          height: 36px; } }
      @media only screen and (min-width: 769px) {
        #competition .win-text img {
          width: 89px;
          height: 40px; } }

#prizes {
  background: url("../assets/img/backgrounds/ice-texture-light.png") repeat 0 0;
  background-size: 100%;
  padding-top: 20px;
  padding-bottom: 35px;
  text-align: center; }
  @media only screen and (min-width: 721px) {
    #prizes {
      padding-top: 40px;
      padding-bottom: 50px;
      background-size: auto; } }
  #prizes .intro {
    border-top: 2px solid #083050;
    padding-top: 6px; }
    @media only screen and (min-width: 721px) {
      #prizes .intro {
        border-top: 4px solid #083050;
        padding-top: 24px;
        margin-bottom: 40px; } }
    #prizes .intro p {
      font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif;
      font-size: 14px;
      display: inline; }
      @media only screen and (min-width: 721px) {
        #prizes .intro p {
          font-size: 28px; } }
      @media only screen and (min-width: 769px) {
        #prizes .intro p {
          display: block; } }
      #prizes .intro p span {
        color: #00c0f3; }
      #prizes .intro p:last-child {
        display: none; }
        @media only screen and (min-width: 721px) {
          #prizes .intro p:last-child {
            display: block; } }
    #prizes .intro h2 {
      font-size: 24px;
      width: 75%;
      margin: 20px auto;
      position: relative; }
      @media only screen and (min-width: 721px) {
        #prizes .intro h2 {
          font-size: 48px;
          width: auto; } }
      #prizes .intro h2:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 65px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11px 35px 0 0;
        border-color: #083050 transparent transparent transparent; }
        @media only screen and (min-width: 721px) {
          #prizes .intro h2:before {
            top: 123px;
            border-width: 22px 70px 0 0; } }
      #prizes .intro h2:after {
        content: "";
        position: absolute;
        right: 50%;
        top: 65px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11px 0 0 35px;
        border-color: #064d71 transparent transparent transparent; }
        @media only screen and (min-width: 721px) {
          #prizes .intro h2:after {
            top: 123px;
            border-width: 22px 0 0 70px; } }
  @media only screen and (min-width: 721px) {
    #prizes .prize-item-wrapper {
      position: relative;
      height: 930px; } }
  @media only screen and (min-width: 1280px) {
    #prizes .prize-item-wrapper {
      position: relative;
      height: 840px; } }
  #prizes .prize-item {
    padding-top: 0;
    width: 300px;
    margin: 20px auto 40px;
    overflow: hidden; }
    @media only screen and (max-width: 720px) {
      #prizes .prize-item.bag img {
        width: 152px; }
      #prizes .prize-item.flask img {
        width: 53px; }
      #prizes .prize-item.towel img {
        width: 206px; }
      #prizes .prize-item.wash-bag img {
        width: 160px; } }
    @media only screen and (min-width: 721px) {
      #prizes .prize-item {
        position: absolute;
        overflow: visible; }
        #prizes .prize-item.bag {
          top: 0;
          left: 60px;
          width: 430px;
          height: 586px; }
          #prizes .prize-item.bag a {
            top: 0;
            left: 20px; }
          #prizes .prize-item.bag .prize-info img {
            width: 235px; }
        #prizes .prize-item.flask {
          top: 130px;
          right: 60px;
          width: 114px;
          height: 385px; }
          #prizes .prize-item.flask a {
            top: -30px;
            left: -54px; }
          #prizes .prize-item.flask .prize-info img {
            width: 70px;
            margin: 30px auto; }
        #prizes .prize-item.towel {
          bottom: 0;
          left: 90px;
          width: 329px;
          height: 239px; }
          #prizes .prize-item.towel a {
            top: 0;
            left: -28px; }
          #prizes .prize-item.towel .prize-info img {
            width: 340px;
            margin: 30px auto; }
        #prizes .prize-item.wash-bag {
          bottom: 0;
          right: 50px;
          width: 295px;
          height: 152px; }
          #prizes .prize-item.wash-bag a {
            top: -50px;
            left: 20px; }
          #prizes .prize-item.wash-bag .prize-info img {
            width: 373px;
            margin: 60px auto; } }
    @media only screen and (min-width: 769px) {
      #prizes .prize-item {
        width: auto; } }
    @media only screen and (min-width: 1280px) {
      #prizes .prize-item {
        width: auto; }
        #prizes .prize-item.bag {
          top: 0;
          left: 0px;
          width: 563px;
          height: 767px; }
          #prizes .prize-item.bag a {
            top: 40px;
            left: 40px; }
        #prizes .prize-item.flask {
          top: 240px;
          right: 0px;
          width: 126px;
          height: 424px; }
          #prizes .prize-item.flask a {
            top: -20px;
            left: 0px; }
        #prizes .prize-item.towel {
          top: 52px;
          left: 600px;
          width: 360px;
          height: 268px; }
          #prizes .prize-item.towel a {
            top: 18px;
            left: -22px; }
        #prizes .prize-item.wash-bag {
          bottom: 210px;
          right: 190px;
          width: 314px;
          height: 162px; }
          #prizes .prize-item.wash-bag a {
            top: -25px;
            left: -20px; } }
    #prizes .prize-item h3 {
      font-family: "Asap-Bold", Helvetica, Arial, sans-serif;
      font-size: 18px;
      margin: 15px 0 35px; }
      @media only screen and (min-width: 721px) {
        #prizes .prize-item h3 {
          display: none; } }
    #prizes .prize-item a {
      position: absolute;
      margin-left: -19px;
      margin-top: -19px; }
      @media only screen and (min-width: 721px) {
        #prizes .prize-item a {
          margin: 0;
          top: 0;
          left: 0; } }
      #prizes .prize-item a i {
        font-size: 28px;
        background: #00c0f3;
        color: #fff;
        display: block;
        width: 38px;
        height: 38px;
        border-radius: 100%;
        line-height: 41px; }
        @media only screen and (min-width: 721px) {
          #prizes .prize-item a i {
            width: 76px;
            height: 76px;
            font-size: 42px;
            line-height: 81px; } }
        @media only screen and (min-width: 1280px) {
          #prizes .prize-item a i {
            width: 46px;
            height: 46px;
            font-size: 24px;
            line-height: 48px; } }
      #prizes .prize-item a:before, #prizes .prize-item a:after {
        content: "";
        width: 131px;
        height: 1px;
        background: #083050;
        position: absolute;
        top: 19px; }
        @media only screen and (min-width: 721px) {
          #prizes .prize-item a:before, #prizes .prize-item a:after {
            content: none; } }
      #prizes .prize-item a:before {
        right: 38px; }
      #prizes .prize-item a:after {
        left: 38px; }
    @media only screen and (min-width: 769px) {
      #prizes .prize-item a.open:hover {
        -ms-transform: scale(1.3);
            transform: scale(1.3);
        transition: all .4s ease-in-out; } }
    #prizes .prize-item .prize-info {
      background: #083050;
      color: #fff;
      padding: 20px 20px 30px;
      box-sizing: border-box;
      display: none; }
      @media only screen and (min-width: 721px) {
        #prizes .prize-item .prize-info {
          position: fixed;
          top: 50%;
          left: 50%;
          width: 510px;
          margin-left: -255px;
          z-index: 3;
          padding: 20px; }
          #prizes .prize-item .prize-info.bigEntrance {
            animation-name: bigEntrance;
            -webkit-animation-name: bigEntrance;
            animation-duration: 1.6s;
            -webkit-animation-duration: 1.6s;
            animation-timing-function: ease-out;
            -webkit-animation-timing-function: ease-out;
            visibility: visible !important; } }
      #prizes .prize-item .prize-info p {
        font-size: 14px;
        line-height: 1.2em; }
      #prizes .prize-item .prize-info a {
        position: absolute;
        margin-left: -19px; }
      #prizes .prize-item .prize-info img,
      #prizes .prize-item .prize-info h3,
      #prizes .prize-item .prize-info a.close {
        display: none; }
      @media only screen and (min-width: 721px) {
        #prizes .prize-item .prize-info img {
          display: block;
          width: 50%;
          margin: 0 auto 30px; }
        #prizes .prize-item .prize-info h3 {
          display: block;
          text-align: left;
          color: #00c0f3;
          font-size: 28px; }
        #prizes .prize-item .prize-info p {
          text-align: left;
          font-size: 26px;
          margin-bottom: 1em; }
        #prizes .prize-item .prize-info a.close {
          display: block;
          position: static;
          margin-left: 0;
          width: 100%;
          height: 80px;
          background-color: #00c0f3;
          font-family: "Asap-Italic", Helvetica, Arial, sans-serif;
          font-size: 36px;
          line-height: 80px;
          color: #fff; }
          #prizes .prize-item .prize-info a.close i {
            display: inline-block;
            margin-left: 10px;
            font-size: 36px;
            width: auto;
            height: auto; } }
  #prizes .provided p {
    margin-bottom: 1em; }
  #prizes .provided img {
    width: 140px; }

.overlay {
  background: rgba(8, 48, 80, 0.3);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  display: none; }

#rules {
  background: #083050;
  padding-top: 35px;
  padding-bottom: 20px;
  color: #fff;
  line-height: 1.33333em;
  font-family: "Asap-Bold", Helvetica, Arial, sans-serif;
  position: relative; }
  #rules:before, #rules:after {
    content: "";
    display: block;
    background-color: #083050;
    width: 50%;
    height: 34px;
    position: absolute;
    bottom: -3px; }
    @media only screen and (min-width: 721px) {
      #rules:before, #rules:after {
        bottom: -7px; } }
    @media only screen and (min-width: 769px) {
      #rules:before, #rules:after {
        bottom: -9px; } }
    @media only screen and (min-width: 1280px) {
      #rules:before, #rules:after {
        bottom: -17px; } }
  #rules:before {
    left: 1px;
    -ms-transform: rotate(2deg) skew(1deg);
        transform: rotate(2deg) skew(1deg); }
  #rules:after {
    right: 1px;
    -ms-transform: rotate(-2deg) skew(-1deg);
        transform: rotate(-2deg) skew(-1deg); }
  @media only screen and (min-width: 721px) {
    #rules .container12 {
      padding: 60px 55px 30px;
      box-sizing: border-box; } }
  @media only screen and (min-width: 769px) {
    #rules .container12 {
      padding: 40px 0 100px;
      box-sizing: border-box; } }
  @media only screen and (min-width: 769px) {
    #rules .col-1 {
      width: 50%;
      float: left;
      box-sizing: border-box;
      padding-right: 10%; } }
  @media only screen and (min-width: 769px) {
    #rules .col-2 {
      width: 50%;
      float: right;
      box-sizing: border-box;
      padding-right: 10%; } }
  #rules h2 {
    color: #00c0f3;
    text-align: center;
    font-size: 18px;
    line-height: 1.3em; }
    #rules h2 span {
      color: #fff; }
    @media only screen and (min-width: 721px) {
      #rules h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 769px) {
      #rules h2 {
        width: 65%;
        margin: 0 auto 40px; } }
  #rules h3 {
    color: #00c0f3;
    text-align: left;
    font-size: 18px;
    margin: 1em 0; }
    @media only screen and (min-width: 721px) {
      #rules h3 {
        font-size: 36px; } }
  #rules .btn {
    margin: 34px auto 15px; }
    @media only screen and (min-width: 769px) {
      #rules .btn {
        width: 38%;
        left: -62px;
        font-size: 28px;
        margin-top: 60px; } }
    @media only screen and (min-width: 1280px) {
      #rules .btn {
        font-size: 36px; } }
  #rules p, #rules li {
    text-align: left; }
    @media only screen and (min-width: 721px) {
      #rules p, #rules li {
        font-size: 28px;
        line-height: 1.3em; } }
    @media only screen and (min-width: 721px) {
      #rules p, #rules li {
        font-size: 24px; } }
  #rules ol li {
    counter-increment: step-counter;
    margin: 0 0 1em 40px;
    position: relative; }
    @media only screen and (min-width: 721px) {
      #rules ol li {
        margin: 0 0 1em 70px; } }
    #rules ol li span {
      color: #00c0f3; }
    #rules ol li:before {
      content: "";
      position: absolute;
      left: -40px;
      background-color: #fff;
      border-radius: 100%;
      width: 22px;
      height: 22px; }
      @media only screen and (min-width: 721px) {
        #rules ol li:before {
          left: -70px;
          width: 38px;
          height: 38px; } }
    #rules ol li:after {
      content: counter(step-counter);
      color: #083050;
      font-weight: bold;
      position: absolute;
      left: -33px;
      top: 1px; }
      @media only screen and (min-width: 721px) {
        #rules ol li:after {
          left: -58px;
          font-size: 24px; } }
      @media only screen and (min-width: 769px) {
        #rules ol li:after {
          top: 4px; } }

#entry-feed {
  padding-top: 30px;
  padding-bottom: 20px; }
  @media only screen and (min-width: 721px) {
    #entry-feed {
      padding-top: 100px;
      padding-bottom: 30px; } }
  @media only screen and (min-width: 769px) {
    #entry-feed {
      padding-top: 80px; } }
  @media only screen and (min-width: 1280px) {
    #entry-feed {
      padding-top: 100px; } }
  #entry-feed h2 {
    font-size: 24px;
    color: #00c0f3; }
    @media only screen and (min-width: 721px) {
      #entry-feed h2 {
        font-size: 36px;
        margin-bottom: 50px; } }
  #entry-feed .entry {
    padding: 19px;
    box-sizing: border-box;
    border-bottom: 1px solid #00c0f3;
    width: 100%; }
    @media only screen and (min-width: 721px) {
      #entry-feed .entry {
        border: none;
        width: 345px;
        height: 345px;
        position: relative;
        padding: 0;
        margin-left: 25px;
        margin-right: 0;
        margin-bottom: 20px; } }
    @media only screen and (min-width: 769px) {
      #entry-feed .entry {
        border: none;
        width: 30%;
        margin-left: 3%;
        height: auto; } }
    #entry-feed .entry img {
      width: 100%; }
    #entry-feed .entry .comment {
      position: relative;
      text-align: left;
      padding-left: 40px;
      font-size: 14px;
      font-family: "Asap-Bold", Helvetica, Arial, sans-serif;
      line-height: 1.3em;
      margin-top: 10px; }
      @media only screen and (min-width: 721px) {
        #entry-feed .entry .comment {
          display: none;
          position: absolute;
          top: 0;
          left: 0;
          background: rgba(8, 48, 80, 0.8);
          height: 100%;
          color: #fff;
          padding: 20px;
          box-sizing: border-box;
          font-size: 20px;
          margin: 0; } }
    #entry-feed .entry i {
      position: absolute;
      left: 0px;
      font-size: 28px;
      color: #00c0f3; }
      @media only screen and (min-width: 721px) {
        #entry-feed .entry i {
          position: relative;
          font-size: 36px;
          width: 100%;
          margin-bottom: 30px;
          color: #fff; } }

#competition .closed,
#kitbag .closed {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.72);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-direction: column;
      flex-direction: column; }
  #competition .closed p,
  #kitbag .closed p {
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
    width: 240px;
    margin: 0 auto 40px;
    font-family: "Asap-Bold", Helvetica, Arial, sans-serif; }
    @media only screen and (min-width: 721px) {
      #competition .closed p,
      #kitbag .closed p {
        font-size: 42px;
        width: 470px; } }
    #competition .closed p a,
    #kitbag .closed p a {
      color: #fff;
      font-size: 19px;
      text-transform: none; }
  #competition .closed .btn,
  #kitbag .closed .btn {
    text-align: center;
    margin: 0 auto 10px;
    text-transform: none;
    width: 255px;
    padding: 12px 35px; }
    @media only screen and (min-width: 721px) {
      #competition .closed .btn,
      #kitbag .closed .btn {
        width: 385px; } }
  #competition .closed .exit,
  #kitbag .closed .exit {
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 40px;
    color: white; }

#competition .closed {
  position: absolute; }

#kitbag .closed {
  position: fixed; }

html {
  box-sizing: border-box; }

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

header #main-nav p {
  padding: 36px 0;
  color: #00c0f3;
  display: block;
  font-size: 28px; }

nav.menu li,
footer li {
  list-style-type: none; }

.loading {
  display: none; }

.hero-home {
  overflow: hidden;
  position: relative; }
  .hero-home::before, .hero-home::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 1280px) {
    .hero-home {
      max-height: 512px;
      overflow: visible; } }

.hero-home.hero-home--lapland {
  background: url(/assets/img/wheres-columbus/hero-bg-lap.jpg) no-repeat;
  background-size: cover;
  background-position: center; }

.hero-home__title {
  color: #ffffff;
  font-size: 9vw;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin: 6vw;
  z-index: 2;
  position: relative; }
  @media only screen and (min-width: 769px) {
    .hero-home__title {
      font-size: 4.063em;
      margin: 30px; } }

.hero-home__wrap-img {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 25px;
  z-index: 10;
  top: 70px; }
  @media only screen and (min-width: 721px) {
    .hero-home__wrap-img {
      top: 0; } }

.hero-home__pin-img {
  position: absolute;
  max-width: 70px;
  left: calc(50% - 35px);
  top: 0px;
  z-index: 1; }
  @media only screen and (min-width: 721px) {
    .hero-home__pin-img {
      max-width: 120px;
      top: -50px;
      left: calc(50% - 60px); } }

.hero-home__hero-img {
  margin: 20px;
  max-width: 80%;
  border: 10px solid #fff;
  width: 100%; }
  @media only screen and (min-width: 769px) {
    .hero-home__hero-img {
      margin: 0;
      max-width: 400px;
      -ms-transform: rotate(3deg);
          transform: rotate(3deg); }
      .hero-home__hero-img:hover {
        -ms-transform: rotate(2deg);
            transform: rotate(2deg); } }

.hero-home__dog-img {
  position: absolute;
  top: 130px;
  top: 32vw;
  right: -4px;
  max-width: 60%;
  z-index: 2; }
  @media only screen and (min-width: 721px) {
    .hero-home__dog-img {
      top: 240px; } }
  @media only screen and (min-width: 769px) {
    .hero-home__dog-img {
      top: 190px;
      right: 0; } }
  @media only screen and (min-width: 1280px) {
    .hero-home__dog-img {
      position: relative;
      top: 100px;
      right: 0; } }

img.hero-home__badge-img {
  position: absolute;
  left: 2%;
  z-index: 1;
  max-width: 130px; }
  @media only screen and (min-width: 721px) {
    img.hero-home__badge-img {
      left: 2%;
      max-width: 200px; } }
  @media only screen and (min-width: 1280px) {
    img.hero-home__badge-img {
      left: 0;
      position: relative;
      margin: 40px; } }

.hero-home * {
  transition: all .2s ease; }

.hero-home__back-img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  z-index: -1; }

.no-objectfit .hero-home__back-img {
  width: 100%;
  height: auto; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible; }

audio,
canvas,
progress,
video {
  display: inline-block; }

progress,
sub,
sup {
  vertical-align: baseline; }

[type=checkbox],
[type=radio],
legend {
  box-sizing: border-box;
  padding: 0; }

h2,
p {
  margin: 0 0 15px; }

iframe,
img,
legend {
  max-width: 100%; }

body,
h3,
ol,
ul {
  margin: 0; }

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #00c0f3;
  text-decoration: none;
  transition: color .3s linear; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
select {
  text-transform: none; }

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  color: inherit;
  display: table;
  white-space: normal; }

textarea {
  overflow: auto; }

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

.description-box,
.grid,
.popup-list .count,
.sort {
  font-weight: 700; }

summary {
  display: list-item; }

[hidden],
template {
  display: none; }

@font-face {
  font-family: calibri;
  src: url(https://use.typekit.net/af/ac6f44/00000000000000003b9b2198/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"), url(https://use.typekit.net/af/ac6f44/00000000000000003b9b2198/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"), url(https://use.typekit.net/af/ac6f44/00000000000000003b9b2198/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: calibri;
  src: url(https://use.typekit.net/af/7e070e/00000000000000003b9b219b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"), url(https://use.typekit.net/af/7e070e/00000000000000003b9b219b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"), url(https://use.typekit.net/af/7e070e/00000000000000003b9b219b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400; }

.dark-blue-theme {
  background-color: #083050; }

.blue-theme {
  background-color: #0386b2; }

.light-blue-theme {
  background-color: #00c0f3; }

.green-theme {
  background-color: #0ba098; }

.light-green-theme {
  background-color: #3ef2b8; }

.yellow-theme {
  background-color: #d6e040; }

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

body {
  font-size: 18px;
  font-family: calibri, Arial, Helvetica, sans-serif;
  background: #fff;
  color: #083050;
  min-width: 320px;
  line-height: 1.3; }

.main-info-list .popup-header,
h1 {
  font-family: Asap, Arial, Helvetica, sans-serif; }

a:hover {
  color: #0386b2;
  text-decoration: none; }

h1 {
  font-size: 50px;
  margin: 0 0 28px; }

@media (min-width: 768px) {
  h1 {
    font-size: 64px;
    margin-bottom: 23px; } }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px;
  margin: 0 0 20px; }

ol,
ul {
  padding: 0;
  list-style: none; }

.logo {
  display: block;
  width: 246px;
  margin: 0 auto; }

.logo img {
  display: block;
  width: 100%; }

.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  width: 33px;
  height: 33px;
  border-radius: 6px;
  overflow: hidden;
  z-index: 2;
  transition: opacity .3s linear;
  background-color: #00c0f3; }

@media (min-width: 768px) {
  .logo {
    margin: 0; }
  .popup-close {
    top: 24px;
    right: 30px; }
  .md-hide {
    display: none; } }

.popup-close:hover {
  opacity: .3; }

.popup-close:after,
.popup-close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  background-color: #fff;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }

.popup-close:after {
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg); }

@media (max-width: 767px) {
  .md-show {
    display: none; } }

#wrapper {
  position: relative;
  overflow: hidden;
  height: 100%; }

@media (min-width: 768px) {
  #wrapper {
    padding: 30px 30px 0; }
  #main {
    border-radius: 20px 20px 0 0; } }

@media (min-width: 1280px) {
  #wrapper {
    padding: 42px 42px 0; } }

#main {
  background: #ecf1f4; }

.intro-section .img-holder,
.main-info-list .popup-image,
.sort a:after {
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.container {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1122px; }

.intro-section {
  padding: 62px 0 24px;
  text-align: center;
  border-radius: 20px 20px 0 0;
  overflow: hidden; }

.intro-section h1 .img-box {
  display: inline-block;
  vertical-align: middle;
  width: 174px; }

@media (min-width: 768px) {
  .intro-section {
    padding: 62px 0 44px; }
  .intro-section h1 .img-box {
    width: 218px; } }

.intro-section h1 .img-box img {
  display: block;
  width: 100%; }

.intro-section .container {
  max-width: 780px; }

.intro-section .img-holder {
  height: 202px;
  background-size: cover;
  margin: 0 -15px 28px; }

.intro-section .text-box {
  padding: 0 5px; }

@media (min-width: 768px) {
  .intro-section .img-holder {
    margin-bottom: 14px; }
  .intro-section .text-box {
    padding: 0; } }

.main-section {
  padding-bottom: 25px; }

.main-section.popup-active .info-row:before {
  opacity: 1;
  visibility: visible; }

.main-section.popup-active .info-row.active-popup:before {
  opacity: 0;
  visibility: hidden; }

.sort {
  font-size: 16px; }

.sort.mobile-sort-slide {
  display: none; }

.sort.mobile-sort-slide a {
  transition: transform .3s linear, box-shadow .3s linear; }

.sort.mobile-sort-slide a.active {
  -ms-transform: translateY(-11px);
  transform: translateY(-11px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.18); }

@media (max-width: 767px) {
  .sort.mobile-sort-slide {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff; }
  .sort.mobile-sort-slide li {
    margin-bottom: 0; }
  .sort.mobile-sort-slide a {
    background-color: transparent;
    border: none;
    color: #083050; }
  .sort.mobile-sort-slide a.active {
    display: none;
    -ms-transform: translateY(0);
    transform: translateY(0);
    box-shadow: none; } }

@media (min-width: 768px) {
  .main-section {
    padding-bottom: 12px; }
  .sort {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px; }
  .sort li {
    width: 33.333%;
    padding: 0 7px; } }

.sort li {
  margin-bottom: 23px; }

@media (min-width: 1024px) {
  .sort li {
    width: 16.666%; } }

.sort li:only-child {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.sort a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 25px 13px 14px;
  border-radius: 7px;
  border: 2px solid #fff;
  color: #fff;
  height: 100%; }

.sort a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11px;
  height: 14px;
  background-image: url(../assets/img/city/light-arrow-top.svg);
  background-size: 100%;
  transition: transform .3s linear; }

.sort a.asc:after {
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

.sort .overall {
  display: block;
  min-width: 245px;
  padding: 10px 40px 10px 15px;
  background-color: #fff;
  color: #083050; }

.sort .overall:after {
  background-image: url(../assets/img/city/arrow-top.svg); }

@media (max-width: 767px) {
  .sort-holder {
    max-width: 248px;
    margin: 0 auto 20px; } }

.mobile-sort-box {
  position: relative;
  z-index: 2; }

.mobile-sort-box.active .sort-title:after {
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

.mobile-sort-box.active .sort-title-box {
  border-radius: 7px 7px 0 0; }

.sort-title-box {
  position: relative;
  text-align: left;
  border-radius: 7px;
  overflow: hidden;
  background-color: #fff;
  transition: border .3s linear;
  border: 3px solid #083050; }

#footer .footer-nav-holder,
.description-box,
.methodology-holder {
  text-align: center; }

@media (min-width: 768px) {
  .sort .overall {
    min-width: 234px; }
  .sort-title-box {
    display: none; } }

.sort-title-box .sort-title {
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  padding: 13px 35px 13px 20px;
  transition: all .3s linear;
  color: #083050; }

.grid .col:before,
.sort-title-box .sort-title:after {
  position: absolute;
  content: ''; }

@media (min-width: 768px) {
  .sort-title-box .sort-title {
    padding: 11px 35px 13px 13px; } }

.sort-title-box .sort-title:after {
  top: 50%;
  right: 20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #083050 transparent transparent;
  transition: transform .3s linear; }

.description-box {
  padding-top: 33px;
  border-top: 1px solid #dbdbdb; }

.grid {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px; }

.grid .col {
  width: 20%; }

.grid .col:before {
  top: 29px;
  bottom: 0;
  width: 2px;
  background-color: #fff; }

.main-info-block,
.main-info-list {
  position: relative; }

@media (min-width: 768px) {
  .description-box {
    padding-top: 45px; }
  .grid {
    margin-bottom: 48px; }
  .grid .col:before {
    top: 76px; } }

.grid .col:last-child {
  width: 0; }

.grid .col span {
  display: inline-block;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.main-info-block {
  margin-bottom: 40px;
  padding-bottom: 11px; }

.grid-box .legend {
  display: none; }

@media (min-width: 768px) {
  .main-info-block {
    margin-bottom: 80px;
    padding: 0 29px 0 15px; }
  .grid-box {
    padding-left: 268px; }
  .grid-box .legend {
    display: block;
    text-align: center;
    margin-bottom: 14px;
    padding-left: 8px; }
  .main-info-list {
    margin-right: 5px; }
  .main-info-list .info-row {
    display: -ms-flexbox;
    display: flex; } }

.main-info-list .info-row {
  position: relative;
  width: 100%;
  margin-bottom: 13px;
  cursor: pointer; }

.main-info-list .info-row.active-popup .popup {
  opacity: 1;
  visibility: visible; }

.main-info-list .info-row:before,
.main-info-list .popup {
  left: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  opacity: 0; }

.main-info-list .info-row:before {
  content: '';
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  transition: opacity .3s linear, visibility .3s linear; }

.main-info-list .label {
  display: block; }

@media (min-width: 768px) {
  .main-info-list .label {
    width: 253px;
    background-color: #fff;
    padding: 3px 14px;
    margin-right: 18px; } }

.main-info-list .data-row {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 29px; }

.main-info-list .popup {
  top: calc(100% + 5px);
  overflow: hidden;
  border-radius: 25px;
  transition: opacity .3s linear, visibility .3s linear;
  z-index: 16;
  border: 4px solid #fff;
  background-color: #fff;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.18); }

@media (min-width: 1024px) {
  .main-info-list .popup {
    left: 263px; } }

.main-info-list .popup-image {
  padding-top: 80%;
  background-size: cover; }

@media (min-width: 768px) {
  .main-info-list .data-row {
    width: calc(100% - 253px);
    height: auto; }
  .main-info-list .popup {
    display: -ms-flexbox;
    display: flex; }
  .main-info-list .popup-image {
    width: 50%;
    padding-top: 0;
    min-height: 286px; }
  .main-info-list .popup-info {
    width: 50%; } }

.main-info-list .popup-header {
  padding: 18px 10px;
  background-color: #ecf1f4; }

.main-info-list .popup-header h3 {
  text-transform: uppercase; }

@media (min-width: 768px) {
  .main-info-list .popup-header {
    padding: 20px 30px; }
  .main-info-list .popup-header .title-holder {
    padding-right: 85px; } }

.main-info-list .popup-body {
  padding: 13px 17px 13px 10px; }

@media (min-width: 768px) {
  .main-info-list .popup-body {
    display: -ms-flexbox;
    display: flex;
    padding: 15px 31px 16px 30px; } }

.popup-list {
  font-family: font-calibri;
  width: 100%; }

.extra-info-panel,
.footer-menu {
  font-family: Asap, Arial, Helvetica, sans-serif; }

.popup-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4px; }

.popup-list .name {
  padding-right: 10px; }

.extra-info-panel {
  position: absolute;
  top: 29px;
  bottom: 0;
  width: 23px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-left: 2px solid #083050;
  z-index: 1; }

.extra-info-panel span {
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -ms-transform: rotate(-90deg) translateX(-50%);
  transform: rotate(-90deg) translateX(-50%);
  display: block;
  white-space: nowrap;
  margin: 44px 0 0 5px;
  font-size: 16px; }

.fixed-panel-holder {
  margin-bottom: 31px; }

.fixed-panel-holder .container {
  padding: 0; }

.fixed-panel-holder .grid-box {
  display: none;
  padding: 0;
  margin: 0; }

@media (min-width: 768px) {
  .extra-info-panel {
    top: 76px; }
  .extra-info-panel span {
    -ms-transform: rotate(-90deg) translateX(-50%);
    transform: rotate(-90deg) translateX(-50%);
    font-weight: 400; }
  .fixed-panel-holder .grid-box {
    padding: 0 29px 0 283px;
    margin: 31px 0 0; } }

.fixed-panel-holder.fixed .fixed-panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ecf1f4;
  z-index: 99;
  padding: 15px 15px 0;
  max-width: 1122px;
  margin: 0 auto; }

#footer h4:after,
#footer:after,
#footer:before {
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100vw;
  background-color: #dbdbdb; }

@media (min-width: 768px) {
  .fixed-panel-holder.fixed .fixed-panel {
    left: 30px;
    right: 30px; } }

@media (min-width: 1280px) {
  .fixed-panel-holder.fixed .fixed-panel {
    left: 42px;
    right: 42px; } }

.fixed-panel-holder.fixed .grid-box {
  display: block; }

.fixed-panel-holder.fixed .grid {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .fixed-panel-holder.fixed .grid {
    margin-bottom: 0;
    padding: 0; } }

#footer {
  position: relative;
  padding: 26px 0 52px; }

@media (min-width: 768px) {
  #footer {
    padding: 50px 0; } }

@media (min-width: 1024px) {
  #footer {
    padding: 90px 0; } }

#footer:after,
#footer:before {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  height: 2px; }

#footer:after {
  top: auto;
  bottom: 0;
  height: 6px;
  background-color: #00c0f3; }

#footer h4 {
  position: relative;
  letter-spacing: .7px;
  padding-bottom: 57px; }

#footer h4:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  height: 1px; }

#footer .container {
  max-width: 1230px; }

@media (min-width: 768px) {
  #footer h4 {
    padding-bottom: 0; }
  #footer h4:after {
    content: none; }
  #footer .container {
    display: -ms-flexbox;
    display: flex; }
  #footer .footer-nav-holder {
    text-align: left;
    width: calc(100% - 246px);
    padding-right: 15px;
    margin-bottom: 0; } }

#footer .footer-nav-holder.active-menu .footer-nav {
  max-height: 800px; }

#footer .mobile-menu-opener {
  position: absolute;
  bottom: 27px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 2px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #52b8e8; }

.footer-nav {
  overflow: hidden;
  max-height: 0;
  transition: max-height .3s linear; }

.footer-menu {
  font-size: 14px;
  text-transform: capitalize; }

@media (min-width: 480px) {
  .footer-menu {
    column-count: 2; } }

@media (min-width: 1024px) {
  .footer-menu {
    column-count: 4; } }

.footer-menu li {
  margin-bottom: 11px; }

.share {
  position: fixed;
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0; }

@media (min-width: 768px) {
  #footer .mobile-menu-opener {
    display: none; }
  .footer-nav {
    max-height: none; }
  .share {
    position: fixed; } }

.share .btn {
  position: relative;
  cursor: pointer;
  display: block;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  overflow: hidden; }

.share .btn.btn-fb {
  background: url(../assets/img/city/ico-fb.svg) 50% 50%/auto 24px no-repeat #3b5999; }

@media (min-width: 768px) {
  .share .btn {
    width: 50px;
    height: 50px; }
  .share .btn.btn-fb {
    background-size: 30px; } }

.share .btn.btn-tw {
  background: url(../assets/img/city/ico-tw.svg) 50% 50%/auto 20px no-repeat #00acee; }

@media (min-width: 768px) {
  .share .btn.btn-tw {
    background-size: 26px; } }

.share .btn > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

footer img {
  float: none; }

.intro-form {
  background-color: #00c0f3;
  background-image: url(/assets/img/wheres-columbus/pattern-wavy.jpg);
  padding: 70px 20px 20px 20px; }
  @media only screen and (min-width: 721px) {
    .intro-form {
      padding: 60px; } }
  .intro-form p {
    color: #083050;
    font-size: 1.75em;
    font-weight: 400;
    line-height: 1.143;
    text-align: left;
    margin-bottom: 40px; }

.intro-form__wrap {
  text-align: left;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  max-width: 715px; }
  .intro-form__wrap::before, .intro-form__wrap::after {
    clear: both;
    content: "";
    display: table; }

.intro-form__btn {
  border-width: 6px;
  border-color: #ffffff;
  border-style: solid;
  background-color: #c4dd37;
  display: inline-block;
  font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif;
  color: #083050;
  font-size: 2.25em;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  text-align: left;
  padding: 20px 40px;
  cursor: pointer;
  float: right;
  transition: all .3s ease;
  font-family: "Asap-Bold", Helvetica, Arial, sans-serif; }

.intro-form__btn:hover {
  opacity: .8; }

.form-tickbox a {
  color: #083050;
  font-size: 5vw; }
  @media only screen and (min-width: 721px) {
    .form-tickbox a {
      font-size: 16px; } }

.intro-form .legend {
  color: #083050;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.286;
  text-align: left; }

.intro-form legend {
  margin-bottom: 40px;
  display: block; }

.field-wrapper::before, .field-wrapper::after {
  clear: both;
  content: "";
  display: table; }

.intro-form label {
  color: #083050;
  font-size: 1.875em;
  font-weight: 400;
  line-height: 2.067;
  text-align: left;
  min-width: 100px;
  display: block; }
  @media only screen and (min-width: 721px) {
    .intro-form label {
      width: 25%;
      float: left;
      display: block;
      clear: none; } }

.intro-form input[type=text],
.intro-form select {
  border-style: solid;
  border-width: 6px;
  border-color: #083050;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 100%;
  height: 62px;
  margin-bottom: 40px;
  text-align: left;
  padding: 10px;
  font-size: 1.2em;
  color: #999; }
  @media only screen and (min-width: 721px) {
    .intro-form input[type=text],
    .intro-form select {
      width: 75%;
      float: left;
      display: block;
      clear: none; } }

.intro-form select {
  -webkit-appearance: none; }

.input-validation-error,
.field-validation-error {
  text-align: right;
  display: block;
  float: right; }

.field-validation-error {
  position: relative;
  bottom: 28px;
  right: 6px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #DE2D2D;
  display: inline-block;
  padding: 5px 10px;
  border-style: solid;
  border-bottom-width: 2px;
  border-color: #083050; }

.tc .field-validation-error,
.checkbox .field-validation-error {
  top: 8px; }

#A,
.menuinput-checkbox,
.menuinput-radio {
  position: absolute;
  left: -20px;
  width: initial; }

.menuinput-radio ~ label:before,
.menuinput-checkbox ~ label:before {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 6px;
  border-color: #083050;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 35px;
  height: 35px;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  top: 7px;
  transition: all .2s ease;
  background: #fff url(/assets/img/wheres-columbus/tick.svg) no-repeat;
  background-size: 0%;
  background-position: center; }

.menuinput-checkbox ~ label:before {
  float: right;
  margin: 0 0 20px 20px; }

.menuinput-radio:checked + label:before,
.menuinput-checkbox:checked + label:before,
.menuinput-checkbox:checked + input + label:before {
  background: #083050 url(/assets/img/wheres-columbus/tick.svg) no-repeat;
  background-size: 100%; }

.field-wrapper .form-tickbox {
  width: 100%;
  text-align: left;
  color: #083050;
  font-weight: 400;
  cursor: pointer;
  line-height: 1.4em;
  font-size: 1em;
  text-decoration: none;
  margin-bottom: 1em; }
  @media only screen and (min-width: 721px) {
    .field-wrapper .form-tickbox {
      margin-bottom: 0; } }
  .field-wrapper .form-tickbox a {
    padding: .5em;
    display: inline-block; }
    @media only screen and (min-width: 721px) {
      .field-wrapper .form-tickbox a {
        padding: 1em; } }
  @media only screen and (min-width: 721px) {
    .field-wrapper .form-tickbox {
      width: 70%;
      text-align: right; } }

.contact-form form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .contact-form form .tc {
    -ms-flex-order: 3;
        order: 3;
    margin: 0; }
    @media only screen and (min-width: 721px) {
      .contact-form form .tc {
        margin-top: 30px; } }
  @media only screen and (min-width: 721px) {
    .contact-form form {
      display: block; } }

.checkbox label {
  cursor: pointer;
  width: 100%; }
  @media only screen and (min-width: 721px) {
    .checkbox label {
      margin-left: 180px; } }

.home-guides {
  background-color: #047faa;
  position: relative;
  overflow: hidden; }
  .home-guides::before, .home-guides::after {
    clear: both;
    content: "";
    display: table; }

.home-guides__inner::before {
  content: '';
  width: 100%;
  height: 200%;
  display: block;
  background: #073e60;
  position: absolute;
  z-index: 1;
  right: 50%;
  top: -80%;
  -ms-transform: rotate(-8deg);
      transform: rotate(-8deg); }

.home-guides__title-bar {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-top: 100px;
  position: relative;
  z-index: 10;
  max-width: 900px; }
  .home-guides__title-bar::before, .home-guides__title-bar::after {
    clear: both;
    content: "";
    display: table; }
  .home-guides__title-bar h2 {
    color: #00c0f3;
    font-weight: 400;
    line-height: 2.007;
    font-size: 8vw;
    text-align: center; }
    .home-guides__title-bar h2:first-child {
      padding-right: 20px; }
    @media only screen and (min-width: 721px) {
      .home-guides__title-bar h2 {
        font-size: 3vw; }
        .home-guides__title-bar h2:last-of-type {
          float: right;
          color: #c5de00;
          width: 60%;
          text-align: right; } }
    @media only screen and (min-width: 1280px) {
      .home-guides__title-bar h2 {
        font-size: 2em; } }

.home-guides__title-ribbon {
  background: #083050;
  padding: 0 20px;
  position: relative; }
  .home-guides__title-ribbon::before, .home-guides__title-ribbon::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 721px) {
    .home-guides__title-ribbon {
      -webkit-clip-path: polygon(0 70px, 100% 70px, 99% 35px, 100% 0, 0 0, 1% 35px);
      margin: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      height: 70px; } }

.home-guides__thumbs-box {
  background: #083050;
  display: block;
  margin: 6vw; }
  .home-guides__thumbs-box::before, .home-guides__thumbs-box::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 721px) {
    .home-guides__thumbs-box {
      margin: 0 20px;
      width: calc( 50% - 40px);
      float: left;
      display: block;
      clear: none; } }
  .home-guides__thumbs-box h4 {
    color: #00c0f3;
    font-size: 2.25em;
    /* Approximation due to font substitution */
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    /* Approximation due to font substitution */
    text-align: left;
    margin: 20px 20px; }
  .home-guides__thumbs-box img {
    width: 100%; }
  .home-guides__thumbs-box img:hover {
    opacity: .8;
    transition: all .2s ease; }

.home-guides__icon-star {
  display: none; }
  @media only screen and (min-width: 721px) {
    .home-guides__icon-star {
      display: block;
      position: absolute;
      left: calc(50% - 50px);
      bottom: -50px;
      z-index: 999;
      -ms-transform: scale(0.5);
          transform: scale(0.5);
      transition: all 1s ease;
      max-width: 100px;
      max-width: 200px;
      -ms-transform: scale(1);
          transform: scale(1);
      left: calc(50% - 100px); } }

.home-guides__title-bar h2:first-child::after {
  content: '';
  background: url(/assets/img/wheres-columbus/svg/star.svg);
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto; }
  @media only screen and (min-width: 721px) {
    .home-guides__title-bar h2:first-child::after {
      display: none; } }

.home-guides__wrap {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  position: relative; }
  .home-guides__wrap::before, .home-guides__wrap::after {
    clear: both;
    content: "";
    display: table; }

.home-guides__btn-wrap {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100px;
  padding: 100px 20px 100px 20px;
  position: relative;
  z-index: 10; }
  .home-guides__btn-wrap::before, .home-guides__btn-wrap::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 721px) {
    .home-guides__btn-wrap {
      margin-bottom: 100px;
      padding: 100px 20px 0 20px; } }
  .home-guides__btn-wrap a {
    white-space: nowrap;
    border-width: 6px;
    border-color: #ffffff;
    border-style: solid;
    font-size: 6vw;
    color: #083050;
    font-weight: 700;
    line-height: 0.647;
    text-align: center;
    padding: 4vw 7vw;
    font-family: "Asap-Bold", Helvetica, Arial, sans-serif;
    position: relative;
    overflow: hidden;
    display: block; }
    .home-guides__btn-wrap a:after {
      content: '';
      background-color: #00c0f3;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: -10; }
    .home-guides__btn-wrap a:before {
      content: '';
      display: block;
      width: 30px;
      height: 30px;
      background: #fff;
      z-index: -2;
      border-radius: 50%;
      position: absolute;
      transition: all .3s ease;
      right: calc(50% - 15px);
      bottom: 15px;
      opacity: 0; }
    .home-guides__btn-wrap a:hover::before {
      transition: all .2s ease;
      opacity: 1;
      width: 600px;
      height: 600px;
      right: calc(50% - 300px);
      bottom: calc(50% - 300px); }
    @media only screen and (min-width: 769px) {
      .home-guides__btn-wrap a {
        padding: 20px 50px;
        font-size: 1.738em;
        width: 238px;
        height: 55px;
        display: initial; }
        .home-guides__btn-wrap a:hover::before {
          display: none; } }

.quotes {
  padding: 40px 40px 110px;
  background-color: #fff; }

@media only screen and (min-width: 721px) {
  .quotes__logos img {
    padding: 40px; } }

.quotes_wrap {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .quotes_wrap::before, .quotes_wrap::after {
    clear: both;
    content: "";
    display: table; }

.quotes__text {
  color: #083050;
  font-size: 1.75em;
  /* Approximation due to font substitution */
  font-weight: 400;
  line-height: 1.143;
  /* Approximation due to font substitution */
  text-align: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }
  .quotes__text::before, .quotes__text::after {
    clear: both;
    content: "";
    display: table; }
  .quotes__text p {
    max-width: 700px;
    margin: 0 auto; }

.quotes__news {
  padding: 20px; }
  @media only screen and (min-width: 769px) {
    .quotes__news {
      width: 33.33%;
      float: left;
      display: block;
      clear: none;
      padding: 0; } }

img.quotes__icon-plus {
  width: 20px;
  height: 20px;
  padding: 20px 0; }

.take {
  background-color: #00c0f3; }

.take__wrap-text {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 6vw; }
  .take__wrap-text::before, .take__wrap-text::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 721px) {
    .take__wrap-text {
      padding: 100px; } }
  .take__wrap-text h4 {
    color: #083050;
    font-size: 2.25em;
    /* Approximation due to font substitution */
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    /* Approximation due to font substitution */
    text-align: center;
    margin-bottom: 30px;
    font-family: "Asap-Bold", Helvetica, Arial, sans-serif; }
  .take__wrap-text p {
    color: #083050;
    font-size: 1.5em;
    /* Approximation due to font substitution */
    font-weight: 400;
    line-height: 1.25;
    /* Approximation due to font substitution */
    text-align: center;
    margin-bottom: 40px; }
  .take__wrap-text .take__cta {
    border-width: 6px;
    border-color: #ffffff;
    border-style: solid;
    background-color: #c5de00;
    color: #083050;
    font-size: 1.738em;
    /* Approximation due to font substitution */
    font-weight: 700;
    line-height: 0.647;
    /* Approximation due to font substitution */
    text-align: center;
    padding: 20px 40px;
    display: inline-block;
    font-family: "Asap-Bold", Helvetica, Arial, sans-serif; }
    .take__wrap-text .take__cta:hover {
      opacity: .8;
      transition: all .2s ease; }

.btn.cta.take__cta:before, .btn.cta.take__cta:after {
  display: none; }

.btn.cta.take__cta:hover {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg); }

.back-to-top {
  padding: 50px; }
  .back-to-top h6 {
    color: #35c5f4;
    font-size: 1.087em;
    /* Approximation due to font substitution */
    font-weight: 700;
    line-height: 0.583;
    /* Approximation due to font substitution */
    text-align: center;
    margin-top: 20px; }

.hero--india {
  background: #00c0f3; }
  @media only screen and (min-width: 721px) {
    .hero--india {
      background: #eee url(/assets/img/wheres-columbus/hero-bg.jpg) no-repeat 0 0;
      background-size: cover;
      min-height: 410px; } }

.hero--lapland {
  background: #00c0f3; }
  @media only screen and (min-width: 721px) {
    .hero--lapland {
      background: #eee url(/assets/img/wheres-columbus/hero-bg-lapland.jpg) no-repeat 0 0;
      background-size: cover;
      min-height: 410px; } }

.hero__label {
  padding: 20px; }
  @media only screen and (min-width: 721px) {
    .hero__label {
      margin: 0 auto;
      background: url(/assets/img/wheres-columbus/hero-label.svg) no-repeat;
      background-position: center top -70px;
      padding: 20px 20px 50px 20px;
      width: 484px;
      min-height: 360px; } }

.hero__pin {
  width: 45px;
  height: 76px; }

.hero__label h2 span:first-child {
  color: #083050;
  font: 400 36.57px/63px "Asap-Regular", Helvetica, Arial, sans-serif; }

.hero__label h2 span:last-child {
  color: #083051;
  font: 700 72.88px/50px "Asap-Bold", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  display: block; }

.hero__sig {
  margin-top: 30px; }

.intro__wc {
  background-color: #083051; }
  @media only screen and (min-width: 721px) {
    .intro__wc {
      background: url(/assets/img/wheres-columbus/indian-pattern.png) no-repeat;
      background-size: cover; } }

.intro__inner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  text-align: center; }
  .intro__inner::before, .intro__inner::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 1280px) {
    .intro__inner {
      padding: 0;
      text-align: left; } }
  .intro__inner p {
    color: rgba(255, 255, 255, 0.87);
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 60px; }

.intro__anchor-nav {
  color: #00c0f3;
  font-size: 1.875em;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  text-align: center; }
  .intro__anchor-nav a {
    display: block;
    margin: 5px 10px 20px;
    position: relative;
    width: auto; }
    .intro__anchor-nav a:after {
      content: '\25BE';
      width: 30px;
      height: 30px;
      display: inline-block;
      margin-left: 20px;
      font-style: normal; }
    @media only screen and (min-width: 1280px) {
      .intro__anchor-nav a {
        margin: 60px 15px;
        display: inline-block; } }

.fact {
  color: #c5de00;
  font: 400 48px/36px "Asap-Bold", Helvetica, Arial, sans-serif;
  text-align: center; }
  .fact::before, .fact::after {
    clear: both;
    content: "";
    display: table; }

.fact__contain {
  padding: 10px 10px 60px 10px; }
  .fact__contain img {
    margin-bottom: 30px; }
  @media only screen and (min-width: 721px) {
    .fact__contain {
      padding: 10px;
      width: 33.333%;
      float: left;
      display: block;
      clear: none; } }

@media only screen and (min-width: 721px) {
  .factshare {
    width: 100%;
    float: left;
    display: block;
    clear: none;
    padding: 100px; } }

.factshare__icon-contain {
  display: inline-block; }

.fact__title {
  color: #c5de00;
  font: 400 48px/36px "Asap-Regular", Helvetica, Arial, sans-serif;
  margin-bottom: 20px; }

.fact__content {
  color: #ff9933;
  font: normal 28px/1.2em "Asap-Regular", Helvetica, Arial, sans-serif; }

.factshare__title {
  font-size: 24px; }

.whats-hot {
  background-color: #e0dfc9; }
  .whats-hot::before, .whats-hot::after {
    clear: both;
    content: "";
    display: table; }

.whats-hot__row {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px; }
  .whats-hot__row::before, .whats-hot__row::after {
    clear: both;
    content: "";
    display: table; }

.whats-hot__title {
  color: #083051;
  font: bold italic 42px/72px "Asap-Regular", Helvetica, Arial, sans-serif;
  margin: 20px 10px 20px 10px; }

@media only screen and (min-width: 1280px) {
  .whats-hot__contain-text {
    width: 36.333%;
    float: left;
    display: block;
    clear: none; } }

.whats-hot__contain-img::before, .whats-hot__contain-img::after {
  clear: both;
  content: "";
  display: table; }

.whats-hot__contain-img img {
  width: 100%;
  float: left; }

@media only screen and (min-width: 1280px) {
  .whats-hot__contain-img {
    width: 63.333%;
    float: left;
    display: block;
    clear: none; }
    .whats-hot__contain-img img {
      width: auto; } }

.whats-hot__contain-text h4 {
  color: #083151;
  font: 400 42px/72px "Asap-Regular", Helvetica, Arial, sans-serif;
  text-align: left; }

.whats-hot__contain-text p {
  color: #083151;
  font: 400 22px/30px "Asap-Regular", Helvetica, Arial, sans-serif;
  text-align: left; }

.whats-hot__contain-text {
  padding-right: 20px;
  position: relative;
  padding: 40px 40px 40px 90px; }

.whats-hot__social h5 {
  color: #083050;
  font: 700 18.07px/72.267px "Asap-Regular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: left; }
  @media only screen and (min-width: 721px) {
    .whats-hot__social h5 {
      width: 50%;
      float: left;
      display: block;
      clear: none; } }

.whats-hot__social img {
  width: 20%;
  float: left;
  display: block;
  clear: none; }

.whats-hot__contain-text > img {
  position: absolute;
  top: 55px;
  left: 20px; }

.whats-hot__social {
  max-width: 360px; }
  .whats-hot__social::before, .whats-hot__social::after {
    clear: both;
    content: "";
    display: table; }
  .whats-hot__social img {
    max-height: 40px;
    max-width: 40px;
    margin: 15px;
    position: relative;
    top: 3px; }
  .whats-hot__social .fb {
    max-width: 20px; }
  .whats-hot__social a:hover {
    opacity: .8; }

@media only screen and (min-width: 1280px) {
  .whats-hot__row--right .whats-hot__contain-text {
    float: right; }
  .whats-hot__row--right .whats-hot__contain-img {
    float: right; }
  .whats-hot__row--right .whats-hot__contain-text {
    margin: 0 0 20px 0;
    padding-left: 80px; } }

.travel-local {
  background-color: #00c0f3;
  padding: 60px; }
  .travel-local::before, .travel-local::after {
    clear: both;
    content: "";
    display: table; }

.travel-local__title h2 {
  color: rgba(255, 255, 255, 0.87);
  font: italic 42px/72px "Asap-Regular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 20px; }

.travel-local__contain-content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .travel-local__contain-content::before, .travel-local__contain-content::after {
    clear: both;
    content: "";
    display: table; }

@media only screen and (min-width: 1280px) {
  .travel-local__content {
    width: 33.333%;
    float: left;
    display: block;
    clear: none;
    padding: 0 30px; } }

.travel-local__content h4 {
  color: #083151;
  font: 700 30px/30px "Asap-Bold", Helvetica, Arial, sans-serif;
  text-align: left;
  margin-bottom: 20px; }

.travel-local__content p {
  color: #083151;
  font-size: 22px;
  text-align: left;
  padding-bottom: 20px;
  line-height: 1.4em;
  opacity: .8; }

.travel-local__contain-content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .travel-local__contain-content::before, .travel-local__contain-content::after {
    clear: both;
    content: "";
    display: table; }

.other-guides {
  background: #dfdec8 url(/assets/img/wheres-columbus/wavy-texture.png);
  padding: 60px; }

.other-guides__title {
  margin-bottom: 40px; }

.other-guides__guide {
  background: #083050;
  margin-bottom: 30px; }
  .other-guides__guide img {
    width: 100%; }
  .other-guides__guide:hover img {
    opacity: .8;
    transition: opacity 0.4s ease; }
  @media only screen and (min-width: 721px) {
    .other-guides__guide {
      margin-right: 30px;
      width: calc( 50% - 15px);
      float: left;
      display: block;
      clear: none; }
      .other-guides__guide:last-child {
        margin-right: 0; } }

.other-guides__wrap {
  margin-bottom: 20px; }
  .other-guides__wrap::before, .other-guides__wrap::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 721px) {
    .other-guides__wrap {
      padding: 0 25%; } }

.other-guides__guide h4 {
  color: #ffffff;
  font: italic 700 24px/36px "Asap-Bold", Helvetica, Arial, sans-serif; }

.other-guides__contain-text {
  color: #083050;
  font: italic 33.4px/33.4px "Asap-Regular", Helvetica, Arial, sans-serif;
  float: right; }

.other_guides__contain-content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .other_guides__contain-content::before, .other_guides__contain-content::after {
    clear: both;
    content: "";
    display: table; }

.other-guides__contain-text {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15%; }
  .other-guides__contain-text::before, .other-guides__contain-text::after {
    clear: both;
    content: "";
    display: table; }
  .other-guides__contain-text p {
    font-size: 22px;
    font-weight: bold; }

.price {
  background-color: #ecf1f3; }
  @media only screen and (min-width: 721px) {
    .price {
      padding: 60px; } }

.price__intro {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px; }
  .price__intro::before, .price__intro::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 721px) {
    .price__intro {
      padding: 0; } }

.price__intro h2 {
  margin-bottom: 20px; }

.price__intro p {
  color: #083050;
  font: 400 24px/30px "Asap-Regular", Helvetica, Arial, sans-serif;
  margin-bottom: 20px; }

.price__wrap {
  padding: 20px; }
  .price__wrap::before, .price__wrap::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 1280px) {
    .price__wrap {
      padding: 20px 20%; } }

.price__contain {
  border: 3px solid #083050;
  padding: 30px;
  margin-bottom: 60px; }
  @media only screen and (min-width: 721px) {
    .price__contain {
      width: calc( 50% - 20px);
      float: left;
      display: block;
      clear: none;
      margin-right: 40px;
      margin-bottom: 0; }
      .price__contain.price__contain-second {
        margin-right: 0;
        background-color: #d5d5c0; } }

.price__contain b {
  color: #083050;
  font: 400 28px/36px "Asap-Regular", Helvetica, Arial, sans-serif;
  display: block; }

.price__contain .price__number {
  color: #083050;
  font: 700 72px/64px "Asap-Bold", Helvetica, Arial, sans-serif;
  display: block;
  margin-bottom: 20px; }

.price__btn {
  border-width: 6px;
  border-color: #ffffff;
  border-style: solid;
  background-color: #c4dd37;
  display: inline-block;
  font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif;
  color: #083050;
  font-size: 2.25em;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  text-align: center;
  padding: 20px 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Asap-Bold-Italic", Helvetica, Arial, sans-serif; }
  .price__btn:hover {
    opacity: .8;
    transition: opacity .4s ease; }

.weather-subtitle h2 {
  font-size: 26px;
  text-align: left;
  margin: 10px 0 10px 0; }

.blog-image-hero {
  height: 400px;
  width: 100%; }

.popup-logo {
  padding: 30px 0 30px 0;
  width: 100%; }

header a[href="#Menu"] {
  z-index: 1; }

.txt-popup {
  color: #093051;
  font-size: 24px;
  padding-left: 8px; }

.close-qq-container {
  height: 100%;
  position: absolute;
  width: 100%;
  position: relative;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.qq-icon img {
  width: 48%;
  margin: 0 0 0px 8px; }

.button-close {
  border-radius: 30px;
  white-space: nowrap;
  background-color: #00c0f3;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

.button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  position: fixed;
  left: 30px;
  bottom: 20px;
  border-radius: 30px;
  white-space: nowrap;
  width: 176px;
  z-index: 100;
  background: #c4dd37;
  background-image: radial-gradient(circle 200px at 100% 160%, #c4dd37 50%, rgba(196, 221, 55, 0) 50%), linear-gradient(#ddeb8b 10%, #c4dd37 60%);
  font-family: "Asap-Bold",Helvetica,Arial,sans-serif; }

#close {
  position: fixed;
  right: 1%;
  top: 4%;
  width: 50px;
  height: 50px;
  opacity: 0.6; }

#close:hover {
  opacity: 1; }

#close:before {
  position: absolute;
  left: 10px;
  top: 10px;
  background-image: url(https://www.columbusdirect.com/media/30402/cross.png);
  content: '';
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat; }

.iframe-container-tg {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  background-color: rgba(14, 48, 80, 0.5);
  top: 0;
  z-index: 1; }

.iframe {
  height: 580px;
  border: none;
  width: 100%;
  max-width: 980px; }

.tg-box-container {
  float: left;
  border-radius: 12px;
  padding: 35px;
  text-align: left;
  background: #dfeeff;
  background-position: bottom -220px right -50px;
  background-size: 500px;
  min-height: initial;
  width: calc(50% - 5px);
  margin: 0 10px 10px 0;
  -ms-flex: 1;
      flex: 1; }

.grey-bg {
  background-image: linear-gradient(rgba(229, 238, 243, 0) 20%, #f2f7fa 29%), url(/assets/img/bg-img/assicurazioni_01.jpg); }

.grey-bg .container-guide {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 10px; }

.moretext span {
  display: none; }

.links {
  display: block; }

.qq-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 56px;
  position: fixed;
  left: 30px;
  bottom: 20px;
  border-radius: 30px;
  white-space: nowrap;
  width: 56px;
  z-index: 100; }

.tg-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

.tg-box-container2 {
  width: 99%;
  float: left;
  border-radius: 12px;
  padding: 35px;
  text-align: left;
  margin: 0;
  background: #dfeeff;
  background-position: bottom -220px right -50px;
  background-size: 500px;
  min-height: initial; }

@media only screen and (max-width: 678px) {
  .tg-box-container {
    margin: 5px 0 5px 0;
    width: 100%; }
  .tg-wrapper {
    display: block; }
  .blog-image-hero {
    height: auto; }
  .close-qq-container {
    position: absolute;
    width: 100%;
    max-width: 980px;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    top: 0;
    overflow: auto; }
  #close {
    top: 2%; } }

@media only screen and (max-width: 638px) {
  .iframe {
    height: 925px;
    border: none;
    width: 100%;
    max-width: 980px; } }

.travelg-mobilenav {
  text-align: left;
  padding-top: 10px; }

.travelg-mobnav-num {
  color: #008000 !important; }

.travelg-margin {
  margin: 0 !important; }

.guide-first-img {
  padding: 20px 0 0 0; }

#main-nav {
  width: 100%;
  display: table; }

.guide-herop2,
.guide-herop {
  background-color: rgba(9, 48, 81, 0.301961);
  width: 100%; }

.travel-nav-div1 a {
  color: rgba(255, 255, 255, 0.8); }

.travel-nav-div a {
  color: #093051; }

.travel-nav ul {
  text-align: left; }

.travel-nav li {
  padding: 10px 0 10px 0; }

.travel-nav .close-menu {
  color: #fff;
  font-size: 35px;
  text-align: left;
  display: block;
  width: 35px; }

.travel-nav {
  display: none;
  position: absolute;
  top: -18px;
  left: -16px;
  background: #083050;
  z-index: 8000;
  padding: 36px 0 0 0;
  font-size: 18px;
  box-sizing: border-box;
  width: 320px;
  border-radius: 0 0 20px;
  box-shadow: 3px 3px 2px 0px rgba(50, 50, 50, 0.4); }

.travel-nav-div1 {
  padding-left: 30px; }

.travel-nav-div {
  background-color: #FFFFFF;
  padding: 10px 0 10px 30px;
  border-radius: 0 0 20px;
  box-shadow: 3px 3px 2px 0px rgba(50, 50, 50, 0.4); }

.travel-nav-div ul {
  margin-bottom: 0;
  width: 65%; }

.travel-nav-div li:first-child {
  border-top: 1px solid #c0bfbf; }

.travel-nav-div li {
  border-bottom: 1px solid #c0bfbf; }

.fixed-box-cta {
  cursor: pointer;
  text-align: center;
  transition: all .2s ease-in-out;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: "Asap-Bold", Helvetica, Arial, sans-serif;
  background: #c4dd37;
  background-image: radial-gradient(circle 200px at 100% 160%, #c4dd37 50%, rgba(196, 221, 55, 0) 50%), linear-gradient(#ddeb8b 10%, #c4dd37 60%);
  color: #093051;
  border: 5px solid rgba(8, 48, 80, 0.35);
  background-clip: padding-box;
  padding: 10px 35px 10px 15px;
  border-radius: 20px;
  margin: 0 0 10px;
  padding: 10px 25px 10px 20px; }

.guide-box-content {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 24px; }

.guide-box-content p {
  margin: 0; }

.guide-fixed-box {
  width: 100%;
  background-color: #00bef8;
  padding: 5px 0 5px 0;
  font-family: "Asap-Bold", Helvetica, Arial, sans-serif; }

.container-guide {
  font-size: 15px;
  text-align: left;
  line-height: 25px; }

#travel-guide-nav {
  height: 84px;
  display: table;
  width: 100%; }

.pad-mob a {
  color: #093051 !important; }

.clickReveal a,
.guide-footer-container li a {
  text-decoration: none; }

.guide-dots,
.guide-three-bullets li {
  list-style-position: inside;
  text-indent: -1.3em; }

.guide-herop,
.guide-herop2,
body {
  font-family: Asap, Helvetica, Arial, sans-serif; }

.guide-bk {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  -webkit-border: 0;
  -webkit-border-radius: 0; }

.iframe-container {
  width: 100% !important; }

body {
  background: #fff; }

#support .to-top:before {
  width: 100px;
  height: 100px;
  background: #00c0f3;
  border-radius: 100%;
  display: block;
  color: #fff;
  position: absolute;
  top: -105px;
  left: 50%;
  margin-left: -45px;
  font-size: 70px;
  padding-top: 10px;
  box-sizing: border-box; }

.guide-viaggio-dogimg {
  width: 75px; }

@media only screen and (min-width: 721px) {
  #support .to-top {
    text-transform: inherit;
    margin-top: 0;
    position: absolute;
    right: 30px;
    bottom: 5px; } }

#support .to-top {
  width: 100% !important; }

#support {
  padding-top: 90px !important; }

.guide-list-container {
  display: table;
  width: 100%; }

.guide-footer-container ul {
  list-style: none;
  width: 20%;
  float: left;
  padding: 0;
  text-align: left; }

.guide-footer-container li {
  line-height: 30px; }

.guide-footer-container {
  width: 80%;
  margin: 0 auto; }

.header #main-nav h1 {
  padding: 30px 0 !important; }

.cta-frwd {
  width: 285px;
  float: right;
  cursor: pointer; }

.cta-frwd, .guide-ctabk {
  text-align: center; }

.cta-frwd a, .guide-ctabk a {
  color: #FFF; }

.guide-ctabk {
  width: 268px;
  float: left;
  cursor: pointer; }

.cta-direction {
  width: 100%;
  margin: 18px 0;
  display: table; }

header #main-nav h1 {
  padding: 30px 0; }

#main-nav h1 a {
  color: #093051 !important;
  display: block !important;
  font-size: 28px !important; }

.imagemap__img {
  width: 100%; }

.m-imagemap {
  width: 80%;
  margin: 0 auto; }

.map-mob-container {
  display: none; }

.clickReveal ul {
  display: none;
  border: 1px solid #0ac0f2;
  border-top: none;
  width: 99%;
  padding: 0;
  margin: -3px 0 0 2px; }

.clickReveal li {
  display: table;
  border-radius: 0;
  background: #FFF;
  color: #bcc0bf;
  padding: 18px 15px 8px 8px;
  width: 100%; }

.clickReveal a {
  color: #5f6362; }

.area-heading:hover {
  background: #0ac0f2;
  cursor: pointer; }

.clickReveal li:hover {
  background: #ecf1f3; }

.area-heading {
  display: table;
  position: relative;
  line-height: 21px;
  text-align: left;
  background: #bcc0bf;
  border-radius: 8px;
  padding: 8px 15px;
  color: #FFF;
  width: 100%; }

.inner-column-lft,
.inner-column-rght {
  padding: 0 0 10px; }

.areas-iiner-left,
.areas-left-container {
  float: left;
  width: 49.5%; }

.areas-iiner-right,
.areas-right-container {
  float: right;
  width: 49.5%; }

.dropdown-arrow img {
  width: 15px;
  float: right;
  margin-top: 2px; }

.rotate {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  transition: .5s; }

.rotate2 {
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition: .5s; }

.dropdown-arrow-mobile {
  display: none; }

.first {
  width: 100%;
  height: 1000px;
  background: #ccc; }

.second,
.second2,
.second3,
.second4,
.second5,
.second6 {
  width: 90%;
  height: 500px;
  background: #FFF;
  margin: 0 auto;
  text-align: left;
  display: table; }

.second h2,
.second2 h2,
.second3 h2,
.second4 h2,
.second5 h2,
.second6 h2 {
  margin: 10px 0 10px 10px;
  color: #083050;
  text-transform: uppercase;
  font-size: 24px;
  text-align: left;
  font-family: Asap-Bold, Helvetica, Arial, sans-serif; }

img.map,
map area {
  outline: 0; }

.column-lft {
  width: 49.5%;
  float: left; }

.column-rght {
  width: 49.5%;
  float: right; }

.left-list,
.right-list {
  width: 48.5%;
  margin: 0 5px;
  background: #FFF;
  height: 94px; }

.left-list {
  float: left; }

.right-list {
  float: right; }

.long-list-right {
  float: right;
  width: 50%; }

.long-list-left {
  float: left;
  width: 50%; }

.dropdown-arrow {
  float: right;
  font-size: 35px; }

.continent-title {
  margin: 10px 0 10px 10px;
  font-weight: bolder;
  color: #083050;
  text-transform: uppercase; }

#bigimg {
  background-color: #ecf1f4;
  width: 60%; }

.travelguide-h2 {
  color: #00bff3;
  font-size: 42px; }

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

.travelguide-h3 {
  font-size: 16px !important;
  margin: 15px 0; }

#page-wrapper {
  padding-bottom: 20px; }

#default {
  width: 40%;
  margin: 0 auto;
  padding: 30px 0; }

.clickReveal {
  margin: 10px 0; }

@media screen and (max-width: 870px) {
  .left-list,
  .right-list {
    float: none;
    width: auto; } }

@media screen and (max-width: 768px) {
  .guide-logo,
  .guide-heading,
  .guide-viaggio-dog {
    width: 100% !important;
    float: none !important;
    text-align: center !important; }
  .column-lft,
  .column-rght {
    float: none;
    width: auto; }
  header #main-nav a.logo img {
    margin: 0 auto; }
  .clickReveal {
    margin: 0; }
  .column-lft {
    height: 375px; }
  .dropdown-arrow-mobile {
    float: left;
    display: table !important;
    padding-right: 5px; }
  .dropdown-arrow {
    display: none !important; }
  .clickReveal ul li {
    background: 0 0;
    border-radius: 0 !important; }
  .clickReveal ul li a {
    color: #083050; }
  .inner-column-lft,
  .inner-column-rght {
    padding: 0 0 8px; }
  .area-heading {
    background: 0 0;
    color: #093051; }
  .clickReveal ul {
    border: 0;
    color: #093051;
    background: #FFF;
    width: 99%; }
  .second,
  .second2,
  .second3,
  .second4,
  .second5,
  .second6 {
    background: #ecf1f4; }
  .area-heading:hover {
    background: 0 0; }
  .areas-iiner-left,
  .areas-iiner-right,
  .areas-left-container,
  .areas-right-container {
    width: auto;
    float: none; }
  .map-mob-container {
    display: table;
    width: 100%;
    margin: 0 auto; }
  #bigimg,
  .m-imagemap {
    display: none; }
  .mob-countrylist-left {
    width: 49.5%;
    float: left; }
  .mob-countrylist-right {
    width: 49.5%;
    float: right; }
  .mob-countries,
  .mob-countries-america {
    width: 97%;
    background: #093051;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    margin: 10px auto 0;
    font-weight: 700; }
  .mob-countries {
    padding: 38px;
    font-size: 32px; }
  .mob-countrylist-left a,
  .mob-countrylist-right a {
    text-decoration: none; }
  .mob-countries-america {
    padding: 20.4px 38px;
    font-size: 31px; }
  .second,
  .second2,
  .second3,
  .second4,
  .second5,
  .second6 {
    width: 100%;
    margin-top: 31px;
    padding: 20px 0 0; } }

@media screen and (max-width: 640px) {
  #main-nav.container12 .column4 {
    width: 100% !important; }
  .pad-mob,
  header #main-nav h1 {
    padding: 0 !important; } }

@media screen and (max-width: 530px) {
  .mob-countries,
  .mob-countries-america {
    font-size: 20px;
    width: 97%; }
  .mob-countries-america {
    padding: 26.5px 37px; } }

@media screen and (max-width: 480px) {
  .guide-cta,
  .guide-cta2 {
    width: 100% !important; } }

@media screen and (max-width: 400px) {
  .guide-weather {
    padding: 10px; }
  .guide-cta,
  .guide-cta2 {
    font-size: 13px;
    margin: 20px 0; }
  .guide-first-para-blog h1 {
    font-size: 25px; }
  .mob-countries,
  .mob-countries-america {
    font-size: 15px; }
  .mob-countries-america {
    padding: 20.6px 29px; }
  .mob-countries {
    padding: 29px; }
  .mob-countrylist-left,
  .mob-countrylist-right {
    width: 49.5%; } }

.container12 .column11 {
  width: 100% !important; }

#main-nav.container12 .column4 {
  width: 32%; }

.container12 {
  width: 80%;
  margin: 0 auto; }

.guide-padzero {
  padding: 0 !important; }

.guide-previous-next {
  width: 100%; }

.guide-iframe-guide2,
.guide-iframe2 {
  display: none; }

.container-guide-fltlft {
  float: left;
  width: 64%; }

.container-guide-fltright {
  float: right;
  width: 300px; }

.container-guide-fltlft2 {
  float: left;
  width: 64%; }

.container-guide-fltright2 {
  float: right;
  width: 300px; }

.guide-iframe,
.guide-iframe-guide {
  position: fixed;
  left: inherit;
  width: 300px; }

.guide-iframeheight {
  height: 404px; }

.guide-blueoutline,
.guide-blueoutline2,
.guide-three-bullets {
  height: 238px;
  content: "";
  clear: both;
  width: 100%;
  display: table;
  text-align: left; }

.h1-landingpage {
  color: #00bff3;
  margin: 0 0 20px; }

.guide-blueoutline,
.guide-blueoutline2 {
  border: 3px solid #00bff3;
  border-radius: 12px;
  padding: 30px 0 0 30px;
  margin: 20px 0 0; }

.guide-three-bullets {
  padding: 20px 0 20px 12px; }

.guide-three-bullets li {
  line-height: 12px;
  padding: 0 0 0 8px; }

.container-margin {
  padding: 0 10px;
  display: table;
  width: 85%;
  margin: 30px auto; }

.container-margin2 {
  padding: 0 10px;
  display: table;
  width: 75%;
  margin: 20px auto; }

.guide-weather,
.weather-bullets {
  margin: 20px 0 0;
  display: table;
  clear: both; }

.guide-shortinfo,
.guide-shortinfo2 {
  float: left;
  width: 33%; }

.guid-list-font {
  color: #152f4e; }

.guide-disclist li:before {
  content: '\2022';
  font-size: 30px;
  line-height: 24px;
  vertical-align: middle;
  list-style-type: none;
  color: #00bff3; }

.guide-dots {
  line-height: 12px;
  padding: 0 0 10px 8px; }

.guid-list-font {
  padding: 0 0 0 10px;
  font-size: 12px; }

.guide-weather {
  content: "";
  background-color: #dfeeff;
  width: 100%;
  border-radius: 12px;
  padding: 35px;
  text-align: left; }

.guide-weather-icon {
  float: left;
  width: 90px; }

.guide-weather-txt {
  float: right;
  text-align: left;
  width: 80%; }

.weather-title,
.weather-title2 {
  font-size: 24px;
  color: #152f4e;
  padding: 0 0 12px; }

.weather-title h2,
.weather-title2 h2,
.weather-title h3,
.weather-title2 h3 {
  font-weight: bolder; }

.guide-weather-shortinfo {
  float: left;
  width: 50%; }

.weather-bullets {
  padding: 0 0 10px 10px;
  height: 120px;
  width: 100%; }

.weather-title h2,
.weather-title2 h2 {
  font-size: 26px;
  color: #152f4e;
  font-weight: 700; }

.container-guide-fltlft h1,
.container-guide-fltlft2 h1 {
  color: #00bff3;
  margin: 0 0 20px; }

.weather-subtitle h3 {
  font-size: 20px; }

.container-guide-fltlft p,
.container-guide-fltlft2 p {
  font-size: 17px;
  line-height: 24px;
  padding: 10px 0 0;
  text-align: left; }

.guide-cta,
.guide-cta2 {
  padding: 16px;
  text-transform: uppercase;
  background-color: #00bef8;
  width: 300px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  color: #FFF; }

.guide-cta,
.guide-cta2,
.guide-first-img,
.guide-herop {
  text-align: center; }

.guide-dots br {
  display: block !important; }

.guide-cta {
  margin: 20px auto 20px 0; }

.guide-cta2 {
  margin: 0 auto 20px 0; }

.guide-cta a,
.guide-cta2 a {
  color: #FFF; }

.guide-cta a:hover,
.guide-cta2 a:hover {
  color: #152f4e; }

.guide-herop {
  color: #fff;
  font-size: 85px;
  margin: 6% auto 0;
  line-height: 75px; }

.guide-herop2 {
  color: #FFF;
  font-size: 22px; }

.guide-first-para-blog {
  padding: 0 30px 0 30px; }

.guide-first-para-blog h1 {
  text-align: center;
  font-size: 42px;
  width: 100%;
  margin: 15px auto;
  line-height: 42px;
  font-weight: bold; }

.guide-blog-txt,
.guide-first-img {
  width: 100%; }

.container-margin br,
.container-margin2 br {
  display: block; }

.container-margin h3,
.container-margin2 h2 {
  font-size: 24px;
  padding: 20px 0 0;
  text-align: left; }

.container-margin2 p {
  font-size: 16px;
  line-height: 28px;
  padding: 0 0 10px 0; }

.container-guide-fltlft h2,
.container-guide-fltlft2 h2 {
  color: #083050;
  text-align: left; }

.container-guide-fltlft h3,
.container-guide-fltlft2 h3 {
  color: #083050;
  font-size: 20px; }

.guide-first-para h1 {
  color: #00bff3 !important;
  font-size: 36px !important;
  font-family: Asap-Bold-Italic, Helvetica, Arial, sans-serif;
  text-align: left;
  margin: 0 0 15px 0;
  line-height: 40px; }

.topnav-travelguide {
  width: 100%;
  height: 20px;
  background-color: #093051; }

.guide-logo-img {
  width: 216px; }

#main-nav.container12 .column4 {
  width: 32%; }

.guide-logo {
  width: 33.3%;
  float: left; }

.guide-heading {
  width: 33.3%;
  float: left;
  font-size: 30px;
  padding: 25px 0 0 0; }

.guide-viaggio-dog {
  padding: 0;
  margin-right: 10%;
  text-align: right;
  float: right;
  width: 15%; }

@media screen and (max-width: 1160px) {
  .container-margin2 {
    width: 85%; } }

@media screen and (max-width: 1050px) {
  .container-margin,
  .container-margin2 {
    width: 100%; }
  .container-guide-fltlft2,
  .container-guide-fltright2 {
    float: none;
    width: auto; }
  .guide-blueoutline2 {
    width: 98%;
    margin: 20px auto 0; }
  .guide-iframe-guide2 {
    display: block !important;
    position: relative;
    margin: 0 auto; }
  .guide-iframe-guide {
    display: none !important; } }

@media screen and (max-width: 940px) {
  .guide-shortinfo2 {
    float: none;
    width: auto; } }

@media screen and (max-width: 890px) {
  .container-guide-fltlft {
    width: 58%; }
  .guide-shortinfo {
    width: 30%; }
  .guide-blueoutline,
  .guide-blueoutline2 {
    height: 265px; }
  .guide-dots {
    padding: 0 0 10px 5px;
    text-indent: -1em; }
  .guid-list-font {
    padding: 0 0 0 2px; } }

@media screen and (max-width: 768px) {
  .container-guide-fltlft,
  .container-guide-fltright {
    float: none;
    width: auto; }
  .guide-blueoutline {
    width: 98%;
    margin: 0 auto; }
  .guide-iframe2 {
    display: block !important; }
  .guide-iframe {
    position: relative;
    margin: 0 auto;
    display: none !important; }
  .guide-footer-container ul {
    float: none;
    text-align: center;
    width: auto;
    width: 90%;
    display: table; }
  .guide-footer-container ul li a {
    width: 100%; } }

@media screen and (max-width: 890px) {
  .guide-weather-icon,
  .guide-weather-txt {
    float: none;
    width: auto; }
  .guide-weather-icon {
    text-align: center; } }

@media screen and (max-width: 645px) {
  .guide-shortinfo,
  .guide-weather-shortinfo {
    float: none;
    width: auto; }
  .cta-frwd,
  .guide-ctabk {
    width: 100%;
    float: none; }
  .guide-ctabk {
    margin-bottom: 90px; }
  .cta-direction {
    width: 75%;
    margin: 20px auto; }
  .guide-herop {
    font-size: 39px; } }

@media only screen and (max-width: 767px) {
  .container12 .column1,
  .container12 .column10,
  .container12 .column11,
  .container12 .column12,
  .container12 .column2,
  .container12 .column3,
  .container12 .column4,
  .container12 .column5,
  .container12 .column6,
  .container12 .column7,
  .container12 .column8,
  .container12 .column9,
  .container16 .column1,
  .container16 .column10,
  .container16 .column11,
  .container16 .column12,
  .container16 .column13,
  .container16 .column14,
  .container16 .column15,
  .container16 .column16,
  .container16 .column2,
  .container16 .column3,
  .container16 .column4,
  .container16 .column5,
  .container16 .column6,
  .container16 .column7,
  .container16 .column8,
  .container16 .column9 {
    width: 245px !important; }
  .guide-viaggio-dog {
    display: none; }
  .guide-heading {
    padding: 10px 0 10px 0px; } }

.container-margin3 {
  padding: 0 10px;
  display: table;
  width: 75%;
  margin: 20px auto; }

.container-margin3 .guide-herop {
  padding: 28px; }

.container-margin3 .guide-herop2 {
  text-align: center; }

.container-margin3 .weather-title h2, .weather-title2 h2 {
  text-align: left; }

@media screen and (max-width: 1160px) {
  .container-margin3 {
    width: 85%; } }

@media screen and (max-width: 1050px) {
  .container-margin3 {
    width: 100%; } }

.it .italy-qq .header-container {
  padding: 10px; }

.it .italy-qq .section-control .vantaggi-columbus ul {
  width: 100% !important; }

.it .it-quick-quote .hero, .it-quick-quote .hero.compact {
  min-height: 0 !important;
  margin: 0 0 10px 0; }

.it .it-quick-quote > .content-wrapper:before {
  background: none;
  padding: 0;
  overflow: hidden; }

.it .qq-datepicker-wrapper {
  overflow: initial; }

.it .it-quick-quote .hero .it-hp-text-right {
  float: none;
  width: initial;
  padding-left: 275px;
  width: 100%; }

.it .it-quick-quote .hero .it-hero-text {
  width: auto;
  padding: 25px 0 25px 0;
  float: none; }

.it .it-quick-quote .hero .it-hp-text-right h1 {
  line-height: initial;
  margin: 0;
  font-size: 43px; }

.it .it-quick-quote .hero .it-hp-text-right .it-qq-subheading {
  font-size: inherit;
  line-height: initial; }

/* Quick Quote styles
 * ---
 */
.it .qq-form {
  padding: 15px;
  border: 3px solid #0E3050;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  width: 95%;
  background: #ecf1f4;
  text-align: left;
  margin: 0 auto; }

.qq-form__submit-wrap {
  margin-right: 0 !important; }

.it .qq-form.qq-form * {
  color: #0E3050; }

.it .qq-form__no-desktop.qq-form__no-desktop {
  display: none; }

.it .qq-form__title {
  margin-bottom: 7px;
  font-size: 30px; }

.it .qq-form__row {
  width: 100%;
  display: block;
  overflow: hidden; }

.it .qq-form label {
  font-size: 14px;
  text-align: left; }

.it .qq-form select,
.it .qq-form input {
  border-radius: 5px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  background: #FFF;
  max-width: initial;
  min-width: 40px;
  font-size: 16px; }

.it .qq-form select {
  background-image: url("https://www.columbusassicurazioni.it/media/31630/qq-drop-down-icon.png");
  background-repeat: no-repeat;
  background-position: 99% 5px; }

.it .qq-form select::-ms-expand {
  display: none; }

.it .qq-form__input-wrap {
  float: left;
  margin-right: 2.65%;
  display: block;
  overflow: hidden; }

.it .qq-form__input-wrap--end-date {
  margin-right: 2.65%; }

.it .qq-form__input-wrap--hidden {
  visibility: hidden; }

.it .qq-form__input-wrap > label,
.it .qq-form__input-wrap > select,
.it .qq-form__input-wrap > input {
  width: 100%;
  max-width: 100%; }

.it .qq-form__input-wrap--cover-type {
  width: 42%; }

.it .qq-form__input-wrap--area {
  width: 14%; }

.it .qq-form__datepicker-overlay {
  background: #264461a6;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999; }

.it .qq-form__datepicker-overlay--show {
  display: block; }

.it .qq-form__input-wrap--date {
  width: 10.17%; }

.it .qq-form__input-wrap--date input {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAPlJREFUSA3tVbsOwjAMDA8hMSHBwMQAO3xDPj3fADNiQ2IAxMoA3EWx5FYpDaSFpSddbJ1jJ3Wl2Jg/Y4PzySrUxc2wKjPo08y46akCffhLcA6OlP6Je8fmE3gAH0wccAlYwS5ArUks1TJ3AvKyVybpFvHmxA48e88YG6wLtmxsEFywM9g1yFp7avoAaYsUZ/zC5Q3KccmVWoUDYnW2MVFpdXHfK7W/eVe3SKpbcZqw/NutIvYFLvNEq/Nb/4LuAN3uqN+1KNoWLf60RRwWBJ/cbyG5UqvwmnISceDwPc8Fa3no6XWDwpaNQa37jYkLb34EOTKfiTl5217wZxr/Ap2N/gAAAABJRU5ErkJggg==") no-repeat 99% 5px #FFF !important;
  padding-right: 25px;
  padding-left: 5px;
  cursor: pointer; }

.it .qq-form__input-wrap--date > input:hover {
  cursor: pointer; }

.it .qq-form__input-wrap--group {
  width: 13%;
  margin-right: 0; }

/* AGE */
.it .qq-form__age-wrap {
  margin-top: 24px;
  position: relative;
  z-index: 1;
  display: none; }

.it .qq-form__age-wrap--visible {
  display: block;
  margin-bottom: -80px; }

.it .qq-form--var2 .qq-form__age-wrap--visible {
  margin-bottom: -40px; }

/* single travel pg*/
.it .iframe-container .qq-form__age-wrap--visible.qq-form__age-wrap--visible {
  margin-bottom: -10px; }

.it .qq-form__sub-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px; }

.it .qq-form__age-wrap label {
  float: left;
  width: auto;
  margin-bottom: 0;
  line-height: 32px;
  font-size: 14px; }

.it .qq-form__age-wrap select {
  float: left;
  max-width: initial;
  margin-left: 10px;
  width: auto;
  padding: 6px 20px; }

.it .qq-form__age-wrap .qq-form__input-wrap {
  margin-bottom: 10px; }

.it .qq-form__age-wrap .qq-form__input-wrap:last-child {
  margin-right: 2.65%; }

/* PROMO + SUBMIT */
.it .qq-form__row--promo-submit {
  overflow: visible;
  min-height: 150px; }

.it .qq-form--var2 .qq-form__row--promo-submit {
  margin-top: 0px; }

.it .qq-form__promo-submit-wrap {
  float: right;
  /* min-width: 40%; */ }

.it .qq-form__promo-code {
  margin-right: 0;
  padding-right: 10px;
  box-sizing: border-box;
  padding-top: 84px; }

.it .qq-form__submit-wrap {
  text-align: center; }

.it .qq-form__submit-btn {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  background-color: #C3D541;
  border-radius: 8px;
  border: 4px solid #FFFFFF;
  height: 50px;
  padding: 10px;
  width: 213px;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 600;
  display: block; }

.it .qq-form__submit-btn:hover {
  background: #bad309; }

.qq-wrap__notice {
  font-size: 12px; }

/* JS related styles */
.it .qq-form__area--annual {
  /* display: none; */ }

/*
 * JQuery date selector
 * ---
 */
.it .ui-datepicker {
  font-family: "Asap-Regular", Helvetica, Arial, sans-serif;
  background: #fff;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 15px 0 rgba(51, 51, 51, 0.1);
  padding: 16px;
  box-sizing: border-box;
  z-index: 999 !important;
  /* max-width: 361px; */
  /* max-height: 341px; */
  background: white;
  top: 50% !important;
  left: 50% !important;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  position: fixed !important;
  display: none; }

.it .ui-datepicker .ui-datepicker-calendar {
  width: auto; }

.it .ui-datepicker-header {
  position: relative;
  padding-bottom: 10px; }

.it .ui-datepicker-header .ui-datepicker-prev,
.it .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  width: 25px; }

.it .ui-datepicker-header .ui-datepicker-prev > span,
.it .ui-datepicker-header .ui-datepicker-next > span {
  display: none; }

.it .ui-datepicker-header .ui-datepicker-prev {
  left: 0; }

.it .ui-datepicker-header .ui-datepicker-next {
  right: 0; }

.it .ui-datepicker-header .ui-datepicker-prev:after {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PGcgZGF0YS1uYW1lPSI3LUFycm93LUxlZnQiIGlkPSJfNy1BcnJvdy1MZWZ0Ij48cGF0aCBkPSJNMzAsMTVINC40MWw4LjMtOC4yOWExLDEsMCwxLDAtMS40Mi0xLjQybC0xMCwxMGExLDEsMCwwLDAtLjIxLjMzLDEsMSwwLDAsMCwwLC43NiwxLDEsMCwwLDAsLjIxLjMzbDEwLDEwYTEsMSwwLDAsMCwxLjQyLDAsMSwxLDAsMCwwLDAtMS40Mkw0LjQxLDE3SDMwYTEsMSwwLDAsMCwwLTJaIi8+PC9nPjwvc3ZnPg=="); }

.it .ui-datepicker-header .ui-datepicker-next:after {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PGcgZGF0YS1uYW1lPSI5LUFycm93LVJpZ2h0IiBpZD0iXzktQXJyb3ctUmlnaHQiPjxwYXRoIGQ9Ik0zMC45MiwxNi4zOGExLDEsMCwwLDAsMC0uNzYsMSwxLDAsMCwwLS4yMS0uMzNsLTEwLTEwYTEsMSwwLDAsMC0xLjQyLDEuNDJMMjcuNTksMTVIMmExLDEsMCwwLDAsMCwySDI3LjU5bC04LjMsOC4yOWExLDEsMCwwLDAsMCwxLjQyLDEsMSwwLDAsMCwxLjQyLDBsMTAtMTBBMSwxLDAsMCwwLDMwLjkyLDE2LjM4WiIvPjwvZz48L3N2Zz4="); }

.it .ui-datepicker-title {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase; }

.it .ui-datepicker-calendar th {
  font-weight: normal; }

.it .ui-datepicker-calendar td {
  width: 47px;
  height: 49px;
  text-align: center;
  box-sizing: border-box;
  padding: 0;
  border: none;
  margin: 0; }

.it .ui-datepicker-calendar td:hover {
  background-color: #2591f64a;
  cursor: pointer; }

.it .ui-datepicker-calendar td:active,
.it .ui-datepicker-calendar .ui-state-active {
  background-color: #0E3050;
  color: #FFF; }

.it .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
  background: none;
  cursor: text; }

.it .ui-datepicker-calendar a {
  color: #000;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 49px; }

.it .ui-datepicker-unselectable .ui-state-default {
  text-decoration: line-through; }

.it .ui-datepicker-calendar .ui-datepicker-today {
  border: 1px solid #0E3050; }

/*
 * Err msgs
 * ---
 */
.it .qq-form__err-msg.qq-form__err-msg {
  visibility: hidden;
  color: #ce0000;
  padding: 0 0 7px;
  margin-bottom: 5px;
  display: block; }

.it .qq-form__err-msg--visible.qq-form__err-msg--visible {
  visibility: visible; }

.it .qq-form_input-err.qq-form_input-err {
  border: #ce0000 1px solid; }

/*
 * Smaller Desktops/Tablet
 * ---
 */
@media screen and (max-width: 1100px) {
  .it .it-quick-quote .hero .it-hp-text-right {
    top: 20px; }
  .it .qq-form__age-wrap--visible.qq-form__age-wrap--visible {
    margin-bottom: -10px; } }

/*
 * Mobile Styles
 * ---
 */
@media screen and (max-width: 1025px) {
  /*
     * Utils
     * ---
     */
  .it .qq-form__no-desktop.qq-form__no-desktop {
    display: block; }
  .it .qq-form__no-mobile {
    display: none; }
  .it .qq-form__left-half {
    width: 47.35%;
    float: left;
    margin-right: 2.65%; }
  .it .qq-form__right-half {
    width: 50%;
    margin-right: 0;
    float: left; }
  /*
     * Form Styles
     * ---
     */
  .it .qq-form {
    border: 0;
    border-radius: 15px;
    padding: 8px; }
  .qq-wrap {
    background: none;
    padding: 0;
    /* margin-bottom: 30px; */ }
  .it .qq-form__title {
    font-size: 21px;
    font-weight: bold; }
  .it .qq-form__sub-title {
    margin-bottom: 14px; }
  .it .qq-form__input-wrap {
    width: 100%;
    /* margin-right: 0; */
    margin-bottom: 24px; }
  .it .qq-form__input-wrap--date {
    width: 47.35%; }
  .it .qq-form__input-wrap--end-date {
    margin-right: 0;
    width: 50%; }
  .it .qq-form__input-wrap--group {
    width: 47.35%;
    margin-right: 2.65%; }
  .it .qq-form__promo-code {
    padding-top: 0;
    width: 50%;
    padding-right: 0; }
  .it .qq-form__age-wrap {
    margin-top: 0;
    display: none;
    margin-bottom: 0; }
  .it .qq-form__age-wrap--visible {
    display: block; }
  .it .qq-form__age-wrap select {
    float: right; }
  .it .qq-form__row--promo-submit {
    margin-top: 23px; }
  .it .qq-form__promo-submit-wrap {
    float: none;
    width: 100%;
    overflow: hidden; }
  .it .qq-form__submit-wrap {
    margin: 0;
    float: none;
    margin-left: 0;
    max-width: 450px;
    margin: 0 auto !important; }
  .it .qq-form__submit-img {
    width: 100%;
    max-width: 282px; }
  .it .qq-form__submit-btn {
    width: 100%;
    height: 70px;
    font-size: 26px; } }

.qq-form__cover-type, .qq-form-cover-type, .qq-form__area, #qq-form-start-date, #qq-form-end-date, #qq-form-group-type, input[name="promotionCode"] {
  height: 30px; }

/* Very Small screens */
@media screen and (max-width: 320px) {
  .it .qq-form {
    padding: 4px; }
  .it .qq-form__age-wrap select {
    margin-left: 5px; }
  .ui-datepicker {
    left: 20% !important;
    -ms-transform: translate(-14%, -50%);
    transform: translate(-14%, -50%);
    font-family: "Asap-Regular", Helvetica, Arial, sans-serif;
    background: #fff;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 15px 0 rgba(51, 51, 51, 0.1);
    padding: 16px;
    box-sizing: border-box;
    z-index: 999 !important;
    /* max-width: 361px; */
    /* max-height: 341px; */
    background: white;
    top: 50% !important;
    position: fixed !important;
    display: none; }
  .it .qq-datepicker-wrapper {
    overflow: hidden;
    width: 100%;
    display: block; }
  .it .it-quick-quote .hero .it-hp-text-right {
    padding: 0; }
  .it .qq-form__input-wrap--end-date {
    margin-right: 0; } }

@media screen and (max-width: 825px) {
  .it .ui-datepicker {
    font-family: "Asap-Regular", Helvetica, Arial, sans-serif;
    background: #fff;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 15px 0 rgba(51, 51, 51, 0.1);
    padding: 16px;
    box-sizing: border-box;
    z-index: 999 !important;
    /* max-width: 361px; */
    /* max-height: 341px; */
    background: white;
    top: 50% !important;
    left: 8% !important;
    -ms-transform: translate(-4%, -50%);
    transform: translate(-4%, -50%);
    position: fixed !important;
    display: none; }
  .it .ui-datepicker-calendar td {
    height: 35px; } }

@media screen and (max-width: 400px) {
  .it .qq-form__right-half, .it .qq-form__left-half {
    width: 65%;
    float: none; } }

.it .live-chat {
  background-color: #003865;
  border-radius: 0px;
  position: fixed;
  right: 0px;
  bottom: 0%;
  z-index: 1030;
  padding: 10px;
  border-radius: 3px;
  color: #FFF; }

/*# sourceMappingURL=../maps/microsite.css.map */
