/* Fonts */
/* overpass-200 - latin */
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 200;
    font-display: fallback;
    src: url('../fonts/overpass-v4-latin-200.eot'); /* IE9 Compat Modes */
    src: local('Overpass ExtraLight'), local('Overpass-ExtraLight'),
         url('../fonts/overpass-v4-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/overpass-v4-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/overpass-v4-latin-200.woff') format('woff'), /* Modern Browsers */
         url('../fonts/overpass-v4-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/overpass-v4-latin-200.svg#Overpass') format('svg'); /* Legacy iOS */
  }
  
/* overpass-300 - latin */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url('../fonts/overpass-v4-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Overpass Light'), local('Overpass-Light'),
        url('../fonts/overpass-v4-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/overpass-v4-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/overpass-v4-latin-300.woff') format('woff'), /* Modern Browsers */
        url('../fonts/overpass-v4-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/overpass-v4-latin-300.svg#Overpass') format('svg'); /* Legacy iOS */
}  

@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url('../fonts/overpass-v2-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Overpass Regular'), local('Overpass-Regular'),
         url('../fonts/overpass-v2-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/overpass-v2-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/overpass-v2-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/overpass-v2-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/overpass-v2-latin-regular.svg#Overpass') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url('../fonts/overpass-v2-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Overpass Bold'), local('Overpass-Bold'),
            url('../fonts/overpass-v2-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('../fonts/overpass-v2-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
            url('../fonts/overpass-v2-latin-700.woff') format('woff'), /* Modern Browsers */
            url('../fonts/overpass-v2-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
            url('../fonts/overpass-v2-latin-700.svg#Overpass') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-style: normal;
    font-display: fallback;
    src: url('../fonts/fa-solid-900.woff2') format('woff2'),
         url('../fonts/fa-solid-900.woff') format('woff');    
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
    src: url('../fonts/fa-brands-400.woff2') format('woff2'),
         url('../fonts/fa-brands-400.woff') format('woff');    
}

@font-face {
    font-family: 'Font Awesome 5 Duotone';
    font-weight: 900;
    font-style: normal;
    font-display: fallback;
    src: url('../fonts/fa-duotone-900.woff2') format('woff2'),
         url('../fonts/fa-duotone-900.woff') format('woff');    
}

/*General */
body {
    font-family: Overpass;
    overflow-x: hidden;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: Overpass;
}

h1 {
    hyphens: none;
}

a {
    color:  #00507E;
    text-decoration: underline;
}

a:hover, a:focus {
    color:  #00507E;
    text-decoration: none;
}

.menu a, .menu a:hover, .menu a:focus, a.button, a.button:focus {
    text-decoration: none;
}


/* Fixes white/blue stroke flashing of links in main menu. */
.menu a, .menu a:hover, .menu a:active, .menu a:focus {
    outline: none;
    border: none;
}

p {
    text-align: justify;
    hyphens: auto;
    -moz-hyphens: auto;
}


h2 {
    padding-top:  1.25rem;
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
    padding-top:  1.25rem;
}

.fad {
    --fa-secondary-opacity: .7;
}

.fa-hotel {
    font-size: 1.8rem !important;
}

.fa-road {
    font-size: 1.7rem !important;
}

.fa-eye {
    padding: .8rem !important;
  }

/* Topbar */
.topbar, .top-bar, .top-bar ul {
    background: #103158;
    color: #fff;
    padding: 0;
}
.topbar .icon{
    color: #fff;
}

.topbar .menu .menu-text, .topbar .dropdown.menu a, .topbar .menu a {
    padding: 0.5rem 1rem;
}

.social-media #facebook {
    margin-left: 1.25rem;
}

.social-media i {
    color: white;
}

.menu-language ul{
    padding: 0;
}

.menu-language .dropdown.menu a{
    color: #fff;
}

.menu-language .dropdown.menu a:hover{
    background: #00507E;
}

.menu-language .menu .active > a{
    font-weight: bold;
    color: #fff;
    background: #00507E;
}

/* prevent reload flashing. */
.menu .active > a {
   background: none;
}

/* Navigationbar */
#small-logo img {
    max-width: 8.5em;
}

.menubar-shop{
    font-size: 1.3rem;
}

#logo img {
    width: 180px;
    margin-left: 1rem;
}

#responsive-menu {
    background: #F3F3F1;
    
}
#responsive-menu ul {
    background:  #F3F3F1;
}

#responsive-menu li {
    text-align: center;
    padding: 0;
}

#menubar { 
    color:#383838;
    box-shadow: 0rem 0.9375rem 0.625rem -0.9375rem #111; 
    z-index: 11;
}

#first-level .dropdown.menu ul{
    align-items: center;
}

#first-level .dropdown.menu li {
    align-items: center;
}

#first-level .dropdown.menu li a {
    color: #383838; 
    font-size: 1.125rem;
    align-items: center;
    padding-top: 1.875rem;
    background: #F3F3F1;
}

#first-level .dropdown.menu li.selected a {
    color:#103158;
    font-weight: bold;
    font-size: 1.125rem;
}

#first-level .dropdown.menu li.unselected a {
    color: #383838;
}

#first-level li {
    text-align: center;
}

#first-level li a{
    height: 4em;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#first-level .dropdown.menu li a:hover {
    color:#1656a5;
    text-decoration: none;
}

#first-level .dropdown.menu li.active a{
    color:#1656a5;
}


#first-level li a img {
    margin-top: 2%;
    max-height: 90%;
    max-width: 120%;
    height: 3.125rem;
    width: auto;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after{
    border-color: #383838 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.dropdown.menu > li.selected.is-dropdown-submenu-parent > a::after{
    border-color: #103158 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    border-color: #383838 transparent;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    border-color: #383838 transparent 
}

#menu-top-bar, .top-bar-left, .title-bar  {
    background: #F3F3F1;
}

#first-level{
    background: #F3F3F1;
}

#first-level .dropdown.menu li.active{
    background: #103158;
}
#first-level .dropdown.menu li.active a{
    background: none;
    color: #fff;
}

#second-level{
    background-color: rgba(255, 255, 255, 0.6);
}

#second-level .dropdown.menu li a {
    padding: 0.7rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    height: auto;
}

#menu-top-bar2, #second-level .top-bar ul, #second-level .dropdown.menu li a {
    background: none;
}

#second-level li a {
    color: #333;
}

#second-level li.active a, #second-level li a:hover{
    color: #1656a5;
}

#second-level li.active{
    background-color: rgba(255, 255, 255, 0.6);
}

.menu .menu-text {
    font-weight: 500;
}

.menu-icon.dark {
    color: #383838;  
    margin-top: 4px;
    width: 24px;
    height: 20px;
}

.menu-icon.dark::after {
    background: #103158;
    box-shadow: 0 0.4375rem 0 #103158, 0 0.875rem 0 #103158;
}

.menu-icon.dark:hover::after {
    background: #103158;
    box-shadow: 0 0.4375rem 0 #103158, 0 0.875rem 0 #103158;
}


/*Off-canvas Menubar */
#off-canvas-menu li.index-1 a:visited{
    border:#103158 solid 0.125rem;
}
.off-canvas-wrapper {
    flex: 1 0 auto;
}

.off-canvas {
    box-shadow: none !important;
    background: #103158;
    padding: .5rem;
}

.off-canvas a {
    background: #103158;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
}

.off-canvas a:hover {
    color: #fff;
}

.off-canvas li.active a{
    color: #103158 !important;
    background: #fff;
   
}

.off-canvas a:active {
    color: #fff;
}

.off-canvas ul {
    background: #103158;
}

.off-canvas .accordion.menu > li > a {
    font-weight: bold !important;
    text-transform: none !important; 
}

.off-canvas .accordion.menu li ul.menu li {
    padding-left: 1rem;
    width: 100%;
}

.off-canvas .menu .vertical a {
    
    padding-left: 2rem;
}

.off-canvas-button {
    background: #103158;
    color: #383838;
    font-size: 1.2rem;
    font-weight: bold;
}

.off-canvas-button:hover{
    background: #103158;
    color: white; 
}

.button:focus{
    background: #103158;
    color: white; 
}


.off-canvas-button:active{
    background: #103158;
    color: white; 
}



.dropdown-pane{ 
    margin-left: 0.5rem;
    width: auto;
    background-color: #103158;
}

.is-dropdown-submenu {
    margin-left: 0.5rem;
    border: 0;
    width: auto;
    background-color: #103158;
}

.off-canvas .menu .menu-text {
    padding-left: 0;
    padding-bottom: 0.5rem;
}

.off-canvas .first {
    font-weight: bold;
}

.off-canvas .dropdown.menu .is-active > a{
    color:white;
}

.accordion-menu .is-accordion-submenu a {
    margin-left: 0.5rem;
    width: auto;
    background-color: #103158;
}



/*Slider */
.orbit-container{
    position: relative;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    border-color: #383838 transparent transparent;
}
.header-overlay {
    position: absolute;
    left:18%;
    top: 8%;
    max-width: 40em;
    border-radius: 2px;
 }

.header-overlay h1 {
    text-transform: uppercase;
    font-size: 3.5vw;
    background-color: rgba(10, 10, 10, 0.99); 
    opacity: 0.6;   
    color:rgba(255,255,255, 1);
    border:none;
}
    
/* 3-step-graphic */
.graphics-container-full{
    margin-top: -1.6em !important;
    position: relative;
    overflow: hidden;
}

.graphics-container {
    background: #103158;
    color: #fff;
    max-width: 25rem;
    margin-top:1em;    
    margin-bottom:1em;
}

.graphics-container div{
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
}

.icon img {
    height: auto;
    max-width: 7rem;
    text-align: center;
    margin-top: 1em;
    margin-bottom:1em;
}

.icon-header {    
    height: auto;
    font-size: 1.375rem;
    font-weight: bold;    
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;  
}

.icon-text {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

/* Content */
.homepage-slider img, .page-slider img{
    width: 100%;
}

.home-image {
    padding: 1.5rem;
    padding-left: 1rem;
}

.home-content {
    padding-top: 1.5rem;
    
}

article {
    margin-bottom: 1.25rem;
}

h1 {
    border-bottom: 0.125rem solid  rgba(40, 80, 129, 0.5);
    margin-bottom: 0.5rem;
    margin-top: 3.5%;
}

h1 p{
    margin: 0;
}

article .button{
    background: #103158;
    font-weight: 700;
    margin-top: 1rem;
}

article .button:hover {
    background: #00507E;
    color: white;  
}

.index-headline h2 {
    border-bottom: 0.125rem solid  rgba(40, 80, 129, 0.5);
}

.index-headline h3 {
    border-bottom: 0.125rem solid  rgba(40, 80, 129, 0.5);
}

/* gallery */
.gallery {
    background: #F3F3F1;
    padding-bottom: 1.25rem;
    margin-top:2rem;
}

.grid-gallery div.cell div {
    padding: 0.5rem;
}

.product-image-gallery {
    background-color: #fefefe;
    padding: 1.5rem;
  }
  
  .pdp-product-image {
    margin-bottom: 1.25rem;
  }
  
  .product-thumbs a {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding: 0 !important;
  }
  
  .product-thumbs a img {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: solid 0.25rem #fefefe;
    border-radius: 0;
    box-shadow: 0 0 0 0.0625rem rgba(10, 10, 10, 0.2);
    line-height: 0;
    border-radius: 0.1875rem;
    width: 3.125rem;
    height: 3.125rem;
    border: none;
  }

/* Footer */


#footer-container {
    background: #383838;
    color: white;
    align-content: center;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    margin-top: 2.5rem;
    height: auto !important;
    margin-bottom:0 !important;
}


#footer-container a {
    color: white;
    text-decoration: none;
    padding: .5rem;
}

.footer-logo img{
    max-width: 180px;
}

.footer-logo svg{
    color: #fff;
    fill: currentColor !important;
}

.footerlinks i {
    margin-right: .5rem;
}


/*Contentpages*/
#content-header-cell h1 {
    margin-top: 2rem;
}

.content-article div.cell {
    padding-bottom: 1.5rem;
    margin-top: 1.5rem;
    border-bottom: 0.125rem solid  rgba(40, 80, 129, 0.5); 
}

.content-image {
    padding: 1.25rem;  
}

.image-odd{
    padding-left: 0;
    padding-right: 2.5rem;
}

.image-even{
    padding-right: 0;
    padding-left: 2.5rem;
}

.second-content-container {
    background: #F3F3F1;  
}

.second-content {
    background: #F3F3F1;
    margin-bottom: 1.8rem;
}

.second-content h3 {
    font-size: 1.5rem;
    border-bottom: 0.125rem solid  rgba(40, 80, 129, 0.8);
    margin-top: 1.5rem;
}

h2 {
    font-size: 1.5rem;
}

.content-article div.content-images {
    margin: 1rem;
}

.sub-image {
padding: 0.5rem;
margin-top: 5rem;
}

.video-container {
    margin-top: 5rem;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*CSS for FAQs */
.faq-text {
    margin-bottom: 2rem;
}

.faqpartial-content h3 { 
    font-size: 1.5rem;
    border-bottom: 0.125rem solid  rgba(40, 80, 129, 0.8);
    margin-top: 1.5rem;
}

.accordion-title {
    font-size: 1.25rem;
    color: #103158;
    text-decoration: none;
}

.is-active .accordion-title {
    background-color: #F3F3F1;
    color: #103158;
}

.accordion-title:hover, .accordion-title:focus {
    background-color: #F3F3F1;
    color: #103158;
    text-decoration: none;
}

.accordion-title p {
    text-align: left;
    padding: 0;
    padding-left: 1rem;
    margin: 0;
}

.faq-content {
    margin-bottom: 3rem;
}


.faq-grid {
    padding: 1rem;
}

/* Pagination */
.pagination {
    margin: 1rem;
}

.pagination ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 1px solid #DDD;
}

.pagination ul li {
    float: left;
    list-style-type: none;
    border-right: 1px solid #DDD;
    padding: 4px 6px;
}

.pagination ul li:last-child {
    border-right: none;
}

.pagination ul li.active {
    background-color: #103158;
}
.pagination ul li.active a{
    color: #fff;
}

.pagination ul li a {
    text-decoration: none;
}

/* Contact form */
.button.primary {
    background: #103158;
    color: white;
    
}

.button.primary:hover{
    background: #6E872A;
    color: white; 
}

/* Interim Stuff for shop */
.shop-image {
    padding: 1.5rem;
    padding-left: 1.5rem;
    padding-left: 2rem;
}

/* ================================== Home-Story ================================== */ 
.overlay {
    position: absolute;
    width: 100%;
    height: 40%;
    left: 0;
    -webkit-transform: skewY(-10deg) scaleY(0.7);
    -moz-transform: skewY(-10deg) scaleY(0.7);
    -ms-transform: skewY(-10deg) scaleY(0.7);
    transform: skewY(-10deg) scaleY(0.7);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    background-color: rgba(10, 10, 10, .45);
    top:30%;
}

.img-overlay {
    position:relative; 
}

.img-overlay img {
    position:absolute; 
    left:0; 
    top:0%;
}
  
.text-overlay {
   /* background-color: rgba(10, 10, 10, .4); */
  }
  
  .text-overlay h1 {
    margin: 0 auto;
    text-align: center;
  
    top: 57%;
    position: relative;
  
    border-bottom: none;
    color: white;
    font-size: 2.8rem;
  
    font-weight: 400;

    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    max-width:31rem;
  }
  
  .slogan{
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
  
  .learn-more{
    margin-top: 1.5rem;
  }

  #svg-cut {

    fill: #fff;
    position: absolute;
    bottom: -30px;
    height: auto;
    
}

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

.amazon-button {
    text-align: left;
}

  /* ================================== Section Main ================================== */ 
.section{
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
  }
  
  /* Make room for menu. */
  .section .claim{  
    padding-left: 1rem;
    padding-right: 1rem; 
  
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  
  .section .claim h2, .slogan h2{
    text-align: center;
    font-size: 3.5rem;
    font-weight: 200;
    margin-bottom: 0;
    padding-top: 0;
  }
  
  .section .claim p, .slogan p{
    font-weight: 300;
    text-align: center;
    font-size: 1.5rem;
  
    padding-bottom: 0;
    margin-bottom: 0;   
  }
  
  .section-alt .claim hr{
    border-bottom: 0.125rem solid rgba(40, 80, 129, 0.5) !important;
  }
  
  .section .claim hr{
    border-bottom: 0.125rem solid rgba(40, 80, 129, 0.5);
    width: 20em;
  }
  
  .section .section-image p{
    font-size: 1.2rem !important
  }
  
  .section .section-caption p{
    margin-top: 2rem;
    font-size: 1.2rem
  }
  
  .letsgo {
    background: none;
    color: #103158;
    font-size: 3em;
    border-radius: 50%;
    padding: 0.25em;
    margin-top:2rem;
    margin-bottom: 3rem;
    font-size: 2em !important;
    box-shadow: none;
  }

  .letsgo i {
    padding: .2rem .3rem;
    margin-top: .2rem;
}
  
  .letsgo:hover, .letsgo:active, .letsgo:focus {
   background: #103158;
   color:white;
  }
  
  .section-button {
    background:#103158;
    font-size:2vh !important;
  }
  
  .section-button:hover, .section-button:focus, .section-button:active {
    background:#00507E;
  }

  p.buy-now {
      margin-top:2rem;
      font-size:1.8rem;
      margin-bottom:0rem;
  }
  
  .buy-button{
    margin: .5rem 1rem 1rem 1rem;
    font-size: 1.5rem !important;
    min-width:13rem;
  }

  .buy-button span{
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 1rem;
  }
  
  
  
  .section-alt {
      background-color:#F3F3F1;
  }
  
  .hover-click {
    display:none;
  }
  
  
  
  
  .orbit-caption {
      background-color: #103158;
      color:rgb(10, 10, 10);
      font-size: 1.5vh;
      padding-bottom: 2vh;
     
  }
  
  #smart-parent {
      position: relative;
      margin: 0 auto;
      overflow: hidden;
  }
  
  #smart-wrapper {
    position:absolute;
    height: 100%;
    overflow: hidden;
  
    z-index: 9;
  
    top: 0; left: 0; bottom: 0; right: 0;
  }
  
  #smart-cutoff{
    height: 40px; 
    width: 100%; 
    position: absolute; 
    bottom:0px; 
    z-index:10; 
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
  }
  
  #smart-wrapper iframe {
    width: 100%;
    height: 100%;
  
    padding-top: 2rem;
  
    transform-origin: 0px 0px 0px; 
    color:transparent;
    margin:0;
    border: 0;
    overflow:hidden;
    scroll-behavior: smooth;
  }
  
  .phone-frame {
      background-size: 100% 100%;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
      position: absolute;
  }
  
  .profile-bt{
    z-index: 10;
    position: relative;
  }
  
  img#smart-phone {
      height:100%;
      position: relative;
      z-index: 10;
      width: 340px; /* reset by js.*/
  }
  
  .fact-icons i {
    font-size: 2rem;
    line-height:2rem;
    padding: 1rem;
    width: 4rem;
    height: 4rem;
    background: #103158;
    border-radius: 100%;
    color: white;
    margin: 1.5rem 0rem .5rem 0rem;
  }

  .feature-icons i {
    font-size: 2rem;
    width: 4rem;
    height: 4rem;
    background: #103158;
    border-radius: 100%;
    color: white;
    padding: 1rem;
  }
  
  .feature-icons h3 {
    font-size: 1rem;
    font-weight: bold;
  }

  .orbit-slide.feature-icons h3 {
      padding: 1rem 1rem 0rem 1rem;
  }

  .orbit-slide.feature-icons p {
      padding: 0rem 1rem 0rem 1rem;
  }
  
  div.switch-button{
    margin-top: 0.75em;
    margin-bottom: 0.5em;
  
    border: 2px solid #fff;
    border-radius: 5px;
    display: inline-block;
    background-clip: border-box;
    box-shadow: none;
  }
  
  .switch-button a{
    background-color: #fff;
    color:#103158;
    margin: 0;
    padding: 0.4rem;
    border-radius: 0;
    box-shadow: none;
  }
  
  .switch-button a:hover, .switch-button a:focus {
      background-color:#103158;
      color:#fff;
  }
  
  a.active-bt {
      background-color:#103158;
      color: #fff;
  }
  
  .switch-left{
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }
  
  .switch-right{
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  
  
  p.checkboxes {
      font-size:1.2rem;
  }
  
  .text-center p{
    text-align: center !important;
  }
  
  .orbit-previous.team {
      color:#103158;
  }
  
  .orbit-next.team {
      color:#103158;
  }

  /* Cover page. */
  .cover-wrapper{
    position: relative;
    height:100%;
  }

  .cover-image img {
    height:100%;
    width:100%;
    object-fit:cover;
  }

  .cover-grid{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }
  
  #svg-cut{
    fill: #fff;
    position: absolute;
    bottom: -30px;
    height: auto;
  }
  
  .gfort-sep {
    left: 0;
    z-index: -1;
    width: 100%;
    height: auto;
    line-height: 0;
    overflow: hidden;
    position: absolute;
  } 
  
  
  /* ================================== Bagtap color picker widget ================================== */ 
  .color-picker {
    cursor: pointer;   
    padding:1rem 1rem 1rem 1rem;
    width: 6em;
    display: inline-block;
  }
  
  img.inactive-bagtap {
    display:none;
  }
  
  /* Bagtap colors and default color for first element. */
  #bagtap-blue{background-color:#5987A3; }
  #bagtap-orange{background-color:#EA5730;}
  #bagtap-green{background-color:#7AB929;}
  #bagtap-black{background-color:#2E2E2D;}
  #bagtap-pink{background-color:#D32D76;}
  #bagtap-red{background-color:#B0231B;}
  #bagtap-lilac{background-color:#654E9B;}
  #bagtap-darkblue{background-color: #184E8B;}
  
  .colored-div {
    background-color:#5987A3;
    height:20rem;
    margin: 0 auto;
  }
  
  .color-picker, .colored-div {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  h3.blog {
    min-height:5rem;
  }

  /* ================================== Tooltips ================================== */ 

.tooltip-info {
 
    width: 2.5em;
    height: 2.5em;
    text-align: center;
    margin: 0 auto;
    color: #fff;  
    position:absolute;
  }
  
  .tooltip-info i {
    background: #103158;
    padding: .7rem;
    width: 2.5em;
    height: 2.5em;
    border-radius:50%;
  }
  
  .tooltipster-sidetip .tooltipster-box {
    background: white;
    border: 2px solid #103158;
    border-radius: 4px;
    color: rgb(10, 10, 10);
  }
  
  
  .tooltipster-sidetip .tooltipster-content {
    color: rgb(10, 10, 10);
  }
  
  .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #103158;
    left: 0;
    top: 3px;
    
  }
  
  .tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: white;
    left: -3px;
    top: 0;
     
  }
  
  .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: white;
    left: 3px;
    top: 0;
  } 
  
  .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: white;
    left: 0;
    top: -3px;
  }
  
  .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
      border-bottom-color: #103158;
  }
  
  .tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
      border-left-color: #103158;
  }
  
  .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
      border-right-color: #103158;
  }
  
  .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
      border-top-color: #103158;
  }
  
  .tooltip-info {
    top:-3rem;
    right:-.5rem;
  }
  
  .tooltip-info i {
    width: 2.5rem;
    height: 2.5rem;
    padding: .7rem;
  }
  
  #tooltip-smartphone {
    right: 1.5rem;
    top: 7rem;
  }
  
  #tooltip-smartphone-bottom {
    right: 7.5rem;
    bottom: 0;
    top: 34.5rem;
  }
  
  #tooltip-bagtap {
    top: 7rem;
    left: -50rem;
  
  }
  
  /* ================================== Animations ================================== */ 

@-webkit-keyframes bouncedown {
    0%,  
    100% {
       -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(10px);
    }
  }
  @-moz-keyframes bouncedown {
    0%, 
    100% {
       -moz-transform: translateY(0);
    }
    50% {
       -moz-transform: translateY(10px);
    }
  }
  @-o-keyframes bouncedown {
    0%,
    100% {
       -o-transform: translateY(0);
    }
    50% {
       -o-transform: translateY(10px);
    }
  }
  @keyframes bouncedown {
    0%,  
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
  }
  
  @-webkit-keyframes bounce-7 {
    0%   { transform: scale(1,1)      translateY(0); }
    10%  { transform: scale(1.1,.9)   translateY(0); }
    30%  { transform: scale(.9,1.1)   translateY(-30px); }
    50%  { transform: scale(1.05,.95) translateY(0); }
    57%  { transform: scale(1,1)      translateY(-5px); }
    64%  { transform: scale(1,1)      translateY(0); }
    100% { transform: scale(1,1)      translateY(0); }
  }   
  
  @keyframes bounce-7 {
    0%   { transform: scale(1,1)      translateY(0); }
    10%  { transform: scale(1.1,.9)   translateY(0); }
    30%  { transform: scale(.9,1.1)   translateY(-30px); }
    50%  { transform: scale(1.05,.95) translateY(0); }
    57%  { transform: scale(1,1)      translateY(-5px); }
    64%  { transform: scale(1,1)      translateY(0); }
    100% { transform: scale(1,1)      translateY(0); }
  }
  
  @-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
  
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    
  }
    
  @keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
  
    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
  
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
  
  }
  
  @-webkit-keyframes scale-up-center {
    0% {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes scale-up-center {
    0% {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  
  .letsgo:first-of-type {
    -webkit-animation: bouncedown .6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 8 alternate both;
            animation: bouncedown .6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 8 alternate both;
  }
  
  .fact-icons i:hover, .feature-icons i:hover {
    -webkit-animation: bounce-7 .6s cubic-bezier(0.280, 0.840, 0.420, 1) 1;
    animation: bounce-7 .6s cubic-bezier(0.280, 0.840, 0.420, 1) 1;
  }
  
  .animate {
    -webkit-animation: pulse 1.5s ease-in-out .1s 5;
    animation: pulse 1.5s ease-out .1s 5;
  }
  
  .call-to-action {
    -webkit-animation: scale-up-center .4s cubic-bezier(0.390, 0.575, 0.565, 1.000) 5 alternate both;
            animation: scale-up-center .4s cubic-bezier(0.390, 0.575, 0.565, 1.000) 5 alternate both;
  }
  
  

  /* ================================== Media Screen - Old orbit ================================== */ 
@media screen and (max-width:115em) {
    .header-overlay {
        width: 33%;
    }

    .header-overlay h1 {
        font-size: 3.8vw;
        padding: 0.5rem;
    }

    .orbit-bullets {
        display: none; } }
        
@media screen and (max-width:85em) {
    .header-overlay {
        width: 32%;
    }

    .header-overlay h1 {
        font-size: 3.6vw;
        padding: 0.5rem;
    }

    .orbit-bullets {
        display: none; }}

@media screen and (max-width: 65em) {
    .header-overlay {
        width: 29%;
    }

    .header-overlay h1 {
        font-size: 3.5vw;
        padding: 0.5rem;
    }

    .orbit-bullets {
        display: none; } }
            
@media screen and (max-width: 35em) {
    .header-overlay {
        width: 26%;
    }
    
    .header-overlay h1 {
        font-size: 2.7vw;
        padding: 0.5rem;
    }
    
    .orbit-bullets {
        display: none; }}
        
@media screen and (max-width: 39.9375em) {
    .nav-container {
        padding: 0;
    }
    
}

  
  /* ================================== Small ================================== */ 
  @media screen and (max-width: 39em) {
  

    h1 {
      font-size: 1.75em;
    }
  
    h2{
      font-size: 1.3em;
    }

    .icon img {
        width: 70%;
        margin-bottom:0.4rem;
        margin-top: 0.4rem;
    }

    .icon-header {
        font-size: 2.5vw;
        margin:0;
        padding-bottom: 0.5rem;
    }
   
    .graphics-grid > .cell{
        margin-left: .25rem;
        margin-right: .25rem;
    }

    .graphics-container {
        padding-bottom: 0;
    }
    .entry-container{
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
    .faq-grid{
        padding: 0;
    }
    .accordion-title{
        font-size: 1.125rem;
    }
    .accordion-title p{
        padding: 0
    }
    .home-content{
        padding-top: 0;
    }
    .content-image, .image-odd, .image-even {
        padding: 0;  
    }  
    .image-odd{
        padding-left: 0.125rem;
    } 
    .image-even{
        padding-right: 0.125rem;
    }
    .content-article div.cell:first-of-type { 
        margin-top: 0;
    }

    .shop-button {
        text-align: center;
    }
    
    .amazon-button {
        text-align: center;
    }

    .nav-container {
        padding: 0;
    }
  
    .text-overlay h1 {
      font-size: 1rem;
      margin-left:1rem;
      top:58%;
    }

    .img-overlay img {
        max-height:7rem;
    }
  
    #svg-cut {
      height: auto;
      bottom: -10px;
      
    }
    
    .section .claim{
      margin-top: 2rem;
    }
  
    a.anchor{
      display: block;
      position: relative;
      top: -40px;
      visibility: hidden;
    }
  
    .section{
      padding-bottom: 2rem;
    }
  
    .section .slogan p{
      padding-left: 1rem;
      padding-right: 1rem;
    }
  
    .section .claim{
      margin-bottom: 2rem;
    }
  
    .section .claim h2{
      font-size: 2rem;
      line-height: 1.2em;
      margin-bottom: 0;
    }
  
    .section .claim p{
      font-size: 1.1rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  
    .section .section-caption p {
      font-size: 1rem;
      margin-top: 0;
      padding: 0.4rem;
  
      margin-left: 1.5rem;
      margin-right: 1.5rem;
  
      background-color: #F3F3F1 !important;
  
      border-radius: 0.25rem;
  
      position: relative;
      z-index: 10;
    }
  
    .section-alt .section-caption p {
      background-color: #fff !important;
    }
  
    .section .checkboxes{
      font-size: 1rem;
      margin-bottom: 0.25rem;
    }
     
    .section .claim hr{
      border-bottom: 0.125rem solid rgba(40, 80, 129, 0.5);
      width: 10em;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
    }
  
    .letsgo{
      margin-top:1rem;
      margin-bottom: 2rem;
    }
  
    .fact-icons i {
      width: 3em;
      height: 3em;
      font-size: 1.3rem;
    }

    .buy-button{
      margin-top: 1rem;
    }
    
    .dog-div {
      margin-top: 1em; 
    } 
    .dog-div p{
      margin-bottom: 0;
    }
  
    .profile-bt {
      margin-top: -3rem;
    }
  
    .bagtap-selector h3{
      display: none;
    }
    .bagtap-selector p{
      margin-top: 0.25em;
      margin-bottom: 0;
    }
      
    img#smart-phone {
      max-width:18rem;
  
    }
  
    .light-bagtap {
      display:none;
    }
  
    .icon img {
        width: 70%;
        margin-bottom:0.4rem;
        margin-top: 0.4rem;
    }
  
    .icon-header {
        font-size: 2.5vw;
        margin:0;
        padding-bottom: 0.5rem;
    }
  
    .graphics-grid > .cell{
        margin-left: .25rem;
        margin-right: .25rem;
    }
  
    .graphics-container {
        padding-bottom: 0;
    }
    .entry-container{
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
    .faq-grid{
        padding: 0;
    }
    .accordion-title{
        font-size: 1.125rem;
    }
    .accordion-title p{
        padding: 0
    }
    .home-content{
        padding-top: 0;
    }
    .content-image, .image-odd, .image-even {
        padding: 0;  
    }  
    .image-odd{
        padding-left: 0.125rem;
    } 
    .image-even{
        padding-right: 0.125rem;
    }
    .content-article div.cell:first-of-type { 
        margin-top: 0;
    }
  
    a.help.button.large {
        margin-left:0;
    }
  
    .slogan {
      margin-bottom: 3rem;
    }
  
    .slogan h2 {
        font-size:2rem;
    }
  
    .slogan p {
        font-size:1.1rem;
    }
  
    .dog-image img {
        max-height:10rem;
    }
  
    .dog-title {
        margin-bottom:0 !important;
    }
  
    .dog-title p {
        margin-bottom:0;
    }
  
    .blog-div {
        padding: 0rem 1.5rem 1.5rem 1.5rem;
    }
  
    h3.blog {
        padding-top:0;
    }
  
    .colored-div {
      height:14rem;
      width: auto;
    }
  
    .color-picker {
        width:4rem;
    }
    .section-button {
        font-size:1.2rem !important;
        margin-bottom:0;
    }

    #footer-container a {
        padding: 1rem;
    }

    .overlay {
        height:65%;
        top:30%;
    }

    .shop-button {
        text-align: center;
    }
    
    .amazon-button {
        text-align: center;
    }

    .tooltip-info i {
        width: 2rem;
        height: 2rem;
        padding: .45rem;
    }
    
    #tooltip-smartphone {
        top: 1rem;
        right: -.5rem;
    }

    #tooltip-smartphone-bottom {
        right: 1.5rem;
        top: 11rem;
    }

    #tooltip-bagtap {
        top: 2rem;
        left: -16rem;
    }

    .section-caption {
        margin-top: 1rem;
    }
  
  }  

  
/* ================================== Medium ================================== */ 
@media screen and (min-width: 40em) and (max-width: 70em) {
    
    .section .claim h2, .slogan h2{
        font-size: 3rem;
    }

    #section3 p {
        font-size: 1.2rem;
    }

    .color-picker {
        width:5rem;
    }

    .dog-image img {
        width: 14rem;
    }

    .section .claim p, .slogan p {
        font-size: 1.3rem;
    }

    .text-overlay h1 {
        font-size: 2rem;
        margin-top:0;
        max-width:22rem;
        top:56%;
    }

    .img-overlay img {
        max-height:25rem;
    }

    .overlay {
        height: 52%;
    }

    .fact-icon {
        margin-top: .1rem;
    }

    .shop-button {
        text-align: center;
    }
    
    .amazon-button {
        text-align: center;
    }

    #tooltip-smartphone {
        right: .5rem;
        top: 3rem;
    }

    #tooltip-smartphone-bottom {
        right: 3.5rem;
        top: 19rem;
    }

    #tooltip-bagtap {
        top: 4rem;
        left: -28rem;
    }
 
 }

 /* "Upper" medium displays */
 @media screen and (min-width: 60em) and (max-width: 70em) {

    .img-overlay img {
        max-height:25rem;
    }

    .shop-button {
        text-align: right;
    }
    
    .amazon-button {
        text-align: left;
    }
 
 }

 /* ================================== Xtra Large ================================== */ 
 @media screen and (min-width: 131em)  {

    .text-overlay h1 {
        font-size: 4rem;
        top:54%;
        max-width: 45rem;
    } 

    span.icon.icon-ok.fact-icon::before {
        margin-top: 1.3rem;
    }
 
 }

 /* ================================== Orbit fix ================================== */ 
 @media screen and (max-width: 39.9375em) {

    /* Home */
    .header-orbit {
        height:10rem !important;
    }
    
    .orbit-slide {
        height: 100%;
    }
    
    .slider-content {
        height:100%;
    }
    
    .slider-content #sketch-image, .slider-content .entry-image {
        height: 100%;
        object-fit:cover;
    }

    .img-overlay img {
        max-height:10rem;
    }
}
    
    /* Medium only */
@media screen and (min-width: 40em) and (max-width: 66em) {

    /* Home */
    .header-orbit  {
    height:25rem !important;
    }

    .orbit-slide {
    height: 100%;
    }

    .slider-content {
    height:100%;
    }
}
    
    
/* Large only. => to fill the slides for screen sized between large monitors and laptops. */
@media screen and (min-width: 66em) and (max-width:89em) {

    .header-orbit  {
    min-height:26rem !important;
    }

    .orbit-slide {
    height: 100%;
    }

    .slider-content {
    height:100%;
    }

    .slider-content #sketch-image, .slider-content .entry-image {
    height: 100%;
    object-fit:cover;
    }

    .img-overlay img {
        max-height:27rem;
    }

    .overlay {
        height: 50%;
    }

    .text-overlay h1 {
        top:56%;
        max-width:30rem;
    }

    span.icon.icon-ok.fact-icon::before {
        margin-top: 1.25rem;
    }
}

@media screen and (min-width: 90em) and (max-width: 110em) {
    .img-overlay img {
        max-height:30rem;
    }

    .overlay {
        height: 50%;
    }

    span.icon.icon-ok.fact-icon::before {
        margin-top: 1.2rem;
    }
}
 



  [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }   
     
  .icon-down-open:before { content: '\e800'; } /* '' */
  .icon-right-open:before { content: '\e801'; } /* '' */
  .icon-twitter:before { content: '\f099'; } /* '' */
  .icon-facebook:before { content: '\f09a'; } /* '' */
  .icon-mail-alt:before { content: '\f0e0'; } /* '' */
  .icon-instagram:before { content: '\f16d'; } /* '' */
  .icon-shopping-bag:before { content: '\f290'; } /* '' */
  .icon-ok:before { content: '\e802'; } /* '' */
