/*----------------------------------------------------
  ==================================================== 
Created by: Goodinson & Pound Agency 
For use by: Novaturient
Date Created: 16/06/2021
==================================================== 
----------------------------------------------------*/
@import url("https://use.typekit.net/mig0lfn.css");

/*------------------Structure---------------------*/

:root {
  --red: #570012;
  --grey: #272727;
  --yellow: #ffce54;
}


* {
    box-sizing: border-box; /* All margins and padding included in size*/
}

html,body {
  margin:0;
  padding:0;
  font-family: montserrat
}

div.row {
    width:100%;
    float:left;
}

div.col {
    float:left;
    padding:0 10px;
}

.full {
    width:99.9999%
}
.threequarter {
    width:74.9999%
}
.twothird{
    width:66.6666%
}
.half {
    width:49.9999%
}
.third {
    width:33.3333%
}
.quarter {
    width:24.9999%
}
.widePadding {
    padding: 10px 8px
}
.narrowPadding {
    padding: 10px 25px
}
.normalContent {
    width:100%;
    max-width:1200px;
    margin:auto;
}
.narrowContent {
    width:100%;
    max-width:900px;
    margin:auto;
}
.wideContent {
    width:100%;
    max-width:1500px;
    margin:auto;
}

#leftSidebar {
    position:fixed;
    left:0;
    top:0;
    height:100vh;
    width:60px;
    overflow:hidden;
}
#leftSidebar p {
    transform: rotate(-90deg);
    transform-origin: 0 0; 
    position:absolute;
    top:50%;
    white-space: nowrap;
    padding:20px 10px
}

#rightSidebar {
    position:fixed;
    right:0;
    top:0;
    height:100vh;
    width:60px;
    overflow:hidden;
}
#rightSidebar .inner {
    position:absolute;
    top:50%;
    white-space: nowrap;
    padding:20px 10px
}

div.BannerHolderStatic {
        min-height:400px;
        background-repeat: no-repeat;
        background-position:center bottom;
        background-size: cover;
        margin: auto;
        width:100%;
        float:left;
}

div.backgroundGrey {
    background:whitesmoke;
    width:100%;
    position: relative;
    padding:5px;
    float:left;
}
a.btn {
    padding:15px;
    text-decoration: none;
    border-radius: 5px;
    margin:10px;
    display:block;
    float:left;
}

.BGYellow {
    background:#ffb600;
}

.P-L{
    padding:60px 0
}
.P-T-L{
    padding-top:60px
}
.P-B-L{
    padding-bottom:60px
}
.P-M{
    padding:40px 0
}
.P-B-M{
    padding-bottom:40px
}
.P-T-M{
    padding-top:40px
}
.P-S{
    padding:20px 0
}
.P-B-S{
    padding-bottom:20px
}
.P-T-S{
    padding-top:20px
}
.P-XS{
    padding:10px 0
}
.P-B-XS{
    padding-bottom:10px
}
.P-T-XS{
    padding-top:10px
}
.P-L-XS{
    padding-left:10px
}
.M-L{
    margin:60px 0
}
.M-T-L{
    margin-top:60px
}
.M-B-L{
    margin-bottom:60px
}
.M-M{
    margin:40px 0
}
.M-B-M{
    margin-bottom:40px
}
.M-T-M{
    margin-top:40px
}
.M-S{
    margin:20px 0
}
.M-B-S{
    margin-bottom:20px
}
.M-T-S{
    margin-top:20px
}
.M-XS{
    margin:10px 0
}
.M-B-XS{
    margin-bottom:10px
}
.M-T-XS{
    margin-top:10px
}
.quarter-m {
    width:calc(24.9999% - 20px);
}
.third-m {
    width:calc(33.3333% - 20px);
}

.BannerHeader {
    font-size:40pt;
    color:white;
    padding: 0 20px;
}
.BannerSubHeader {
    font-size:24pt;
    color:white;
    padding: 0 20px;
}
.BannerPara {
    font-size:16pt;
    color:white;
    padding: 0 20px;
}
/* ------------------- FOOTER ---------------------*/
div.footer {
    background:var(--grey);
    float:left;
    width:100%;
}

/*------------------Navigation---------------------*/

div.topnav {
    z-index:0;
    font-family: 'Montserrat';
    background:white;
    float:left;
    width:99.9999%
}
.topnav .topnav-inner {
    max-width:1200px;
    margin:0 auto
}
img.top-nav {   
    float: left;
    height: 55px;
    width:55px; 
}
a.topnav {
    float: left;
    display: block;
    color:var(--red);
    text-align: center;
    padding: 50px 16px 30px 16px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

a.topnav:hover,.dropdown:hover .dropbtn {
    color: silver;
}

.topnav a.title {
    margin:0; 
    float:left !important; 
    color:var(--red);
    padding:0;
}
a.title img {
    margin:0
}
.active {
    background-color: white;
    color: white;
}

.topnav .icon {
    display: none;
    float: right;
    color: white;
    text-align: center;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    margin:15px 10px;
    background:var(--red);
    border-radius:3px
    
}


.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
    display: block;
    color:white;
    text-align: center;
    padding: 25px 16px 20px 16px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    background-color: inherit;
    font-family: inherit;
    border:none;
    margin:0
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(0,0,0,.4);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size:14px;
}
.dropdown:hover .dropdown-content {
  display: block;
}
h1.header-text {
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    margin:22px 16px;
    font-weight: 300;
    width:250px;
    float:left; 
    color:#fff;

}
@media screen and (max-width: 1090px) {
    a.topnav, .dropdown .dropbtn {display: none;}
    .topnav a.icon {
        float: right;   
        display: block;
    }
}

@media screen and (max-width: 1090px) {
    .topnav.responsive {position: fixed;background: rgba(255,255,255,.9); z-index:3500}
    .topnav.responsive .icon {
        position: absolute;
        right: 15px;
        top: 0;
    }
    .topnav.responsive a.topnav {
        float: left;
        display: block;
        text-align: left;
        width:100%
    }
    
    .topnav.responsive #MenuHolder {
        width:100vw;
        height:100vh;
    }
    
  .topnav.responsive .dropdown {float: none;overflow: visible;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    flaot:left;display: block;
    width: 100%;
    text-align: left;
  }}
  @media screen and (max-width: 900px) {
    .full {
    width:99.9999%
    }
    .threequarter {
        width:99.9999%
    }
    .twothird{
        width:99.6666%
    }
    .half {
        width:99.9999%
    }
    .third {
        width:99.99%
    }
    .quarter {
        width:49.9999%
    }
    .col {
        padding:0 10px
    }
    div.yellowBanner {
        max-width:450px;
    }
    p.yellowBanner{
    font-size: 10pt
}

}

/* ------------------  Fonts   ------------------*/

.freightFont {
    font-family: freight-display-pro,serif;
    font-style: normal;
}

.montserrat {
    font-family: Montserrat;
    font-style:normal;
}

p {
    font-family: Montserrat;
    line-height:1.5;
}

h1,h2,h3 {
    font-family: Montserrat;
    font-weight: 700;
}
h2 {
    font-size: 22px
}
p.medium, a.medium,h2.small {
    font-size:13pt
}
p.small,a.small{
    font-size:10pt
}
p.xsmall,a.xsmall {
    font-size:8pt
}
h1.title-row {
    font-weight:300;
    margin: 0 auto;
}
.italic {
    font-style: italic;
}
.alignLeft {
    text-align: left;
}

.lineheightAdjust {
    line-height: 1.5
}
h1.section, h3.section {
    font-weight:300;
    margin: 0 auto;
}
.bold {
    font-weight:400
}
.extraBold {
    font-weight:700
}
.yellowFont {
    color:#ffb600
}

.blueFont{
    color:#002856
}
.whiteFont {
    color:white;    
}

.centerText {
    text-align: center;
}
/* -------- Slides ---- */

.mySlides {display: none;background:blue;}

/* Slideshow container */
.slideshow-container {
  max-width: 1200px;
  width:100%;
  position: relative;
  float:left;
  
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #ffb600;
  font-weight: bold;
  font-size: 36px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

div.getawayCard {
    width:calc(33.3333% - 60px);
    margin:0 20px;
    background:white;
    float:left;
    position:relative;
}
div.getawayCard:first-child{
     margin-left:50px;
}
div.getawayCard h2, div.getawayCard p {
    padding:5px 10px;
    margin:0;
}

#featGetLarge {
    display:block
}
#featGetOther{
    display:none
}
@media only screen and (max-width:1080px){
    div.getawayCard {
    width:calc(49.9999% - 60px);
    margin:0 10px;
    }
    
    div.getawayCard:first-child{
     margin-left:50px;
}

#featGetLarge {
    display:none
}
#featGetOther{
    display:block
}
.collapsible {
    font-size:14pt
}

.quarter-m {
    width:calc(49.9999% - 20px)
}

.third-m {
    width:calc(49.9999% - 20px);
}
}
@media only screen and (max-width:600px){
    div.getawayCard {
    width:calc(99.9999% - 90px);
   margin:0 45px;
}
div.getawayCard:first-child{
     margin-left:45px;
}

.quarter-m {
    width:calc(99.9999% - 20px)
}
.third-m {
    width:calc(99.9999% - 20px);
}
}
/*------------------------*/

.collapsible {   
  color: var(--red);
  background:white;
  cursor: pointer;
  padding: 9px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16pt;
  margin-top:5px;
  font-weight: 500;
  border-radius:5px;
  box-shadow: 0 0 4px #570012;
  margin-bottom:10px    
}

.activeCollaspsible, .collapsible:hover {
  background-color: #f0f0f0;
  
}

.contentCollapsible {
  padding: 10px;
  display: none;
  overflow: hidden;
  background-color: WHITE;
  border-radius:5px;
  box-shadow: 0 0 4px #570012

}

.cardThird {
    box-shadow: 0 0 3px var(--blue);
    width:calc(33.3333% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.card {
    box-shadow: 0 0 3px var(--blue);
    margin-left: 10px;
    margin-right: 10px;
    min-height:180px;
    float:left;
}
.card img.h {
    width:100%;
}
/* ================ Forms =================*/

input[type=text],input[type=email],input[type=tel], input[type=date],select, textarea {
  width: 100%;
  padding: 15px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 2px solid var(--red);
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
    padding: 15px 20px;
  margin: 8px 0;
  display: inline-block;
  background: var(--red);
  border-radius: 4px;
  box-sizing: border-box;
  border:none;
  float:right;
  color:white
}

@media only screen and (max-width:900px){
input[type=submit] {
    width:49.9999%;
    padding: 15px 20px;
  margin: 8px 0;
  display: inline-block;
  background: #ffb600;
  border-radius: 4px;
  box-sizing: border-box;
  border:none;
  float:right
}
.collapsible {
    font-size: 14pt;
}
}
@media only screen and (max-width:600px){
input[type=submit] {
    width:99.9999%;
    padding: 15px 20px;
  margin: 8px 0;
  display: inline-block;
  background: #ffb600;
  border-radius: 4px;
  box-sizing: border-box;
  border:none;
  float:right
}
}





/* --------- Tables ---------- */
table {
    width:100%;
    font-family: montserrat;
    font-size:10pt
}
td {
    width:50%
}

img.col {
    margin:0
}

img.third {
    width:33.3333%;
    display:block;
    float:left;
    
}

@media screen and (max-width: 900px) {
    img.third {
    width:99.999%;
    display:block;
    float:left;
}
}


.clock {
    font-weight:700
}

        div.scrollerCont {
            width:100%;
            height:390px;
            overflow:auto;
            overflow-y:hidden;
            white-space: nowrap
        }
        div.scrollerCard {
            margin:10px;
            width:33.3333%;
            max-width:350px;    
            min-width:350px;
            background:white;
            height:350px;
            overflow:hidden;
            display:inline-block;
            white-space:normal;
            box-shadow: 0 0 2px Silver;
            background-repeat: no-repeat;
            background-position: center top;
            background-size: 100% 100%;
            position:relative
        }
        div.scrollerCard-third {
            margin:10px;
            width:calc(33.3333% - 24px);
           
            background:white;
            height:350px;
            overflow:hidden;
            display:inline-block;
            white-space:normal;
            box-shadow: 0 0 4px Silver;
            background-repeat: no-repeat;
            background-position: center top;
            background-size: 100% 100%;
            position:relative;
        }
        div.scrollerCard-third img{
            margin-top:25px;
            width:222px;
        }
        div.scrollerCard h2, div.scrollerCard-third h2{
            color:var(--red);
            /*text-shadow: 0 0 2px black;*/
            padding: 0 10px;
            text-align:center
        }
        div.scrollerCard:hover h2.title, div.scrollerCard-third:hover h2.title{
            display:none
        }
        div.scrollerCard div.overlay, div.scrollerCard-third div.overlay{
            height:100%;
            width:100%;
            background:rgba(0,0,0,.8);
            position:absolute;
            top:-350px;
        }
        div.scrollerCard:hover div.overlay, div.scrollerCard-third:hover div.overlay {
            top:0
        }
        div.scrollerCard div.overlay h2,div.scrollerCard-third div.overlay h2 {
            color:white;
            text-shadow: 0 0 2px black;
            padding: 0 10px
        }
        div.scrollerCard div.overlay p ,div.scrollerCard-third div.overlay p{
            color:white;
            text-shadow: 0 0 2px black;
            padding: 0 10px;
            width:100%;
            margin:0 0 5px 0;

        }
        div.overlay img.reviewScore {
            width:100px;
            margin: 0 10px
        }
                            
    @media screen and (max-width: 900px) {

        div.scrollerCard-third {
            width:calc(49.9999% - 20px);
        }
    }

@media only screen and (max-width:600px){
    div.scrollerCard-third {
                                width:calc(99.9999% - 20px);
                            }
}                            
h1.MainPageHeader {
    font-size:30pt;color:white;text-shadow:0px 0px 4px black
}
h1.SectionHeader {
    font-size:28pt;color:var(--red);
}

.MainPageHeaderText {color:white;text-shadow:0px 0px 4px black}

img.Flag {
    width:90px;
    margin:0 calc(50% - 45px);
    padding:0
}
p.NoMargin {
    margin:0 auto
}
