/* COLOUR PALETTE 

Duck egg: #c1e3e9
Charcoal: #595f66
Mid grey: #b2b1b1
Very light grey: #ededed

*/








body{
	background-color: #fff;
	text-align:center;
}

body, p, h1, h2, h3, h4, h5, h6 {
 	font-family: "canada-type-gibson",sans-serif;
}

.column, .columns {
    padding-right: 10px;
    padding-left: 10px;
}

.light-grey-background {
    background-color: #ededed;
    margin-top: 35px;
    padding: 40px 0 50px;
}

p, li {
    color:#595f66;
    font-size:20px;
    line-height:27px;
    margin-bottom: 27px;
}

h1 {
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 30px;
    color: #595f66;
}

h2 {
    color:#231f20;
    font-size:20px;
    line-height:28px;
    margin-bottom: 28px; 
    text-transform:uppercase;
    letter-spacing:0.2em;
    font-weight:600;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color:#595f66;
}

a:hover, a:focus, .header-contacts a:hover, .header-contacts a:focus {
    color:black;
}

hr {
    clear: both;
    width: 88px;
    height: 0;
    margin: 25px auto 35px;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #c1e3e9;
    border-left: 0;
}

.header-contacts {
    color:#858585;
    font-size:13px;
    padding: 9px;
}

.header-contacts a {
    color:white;
}

.header-phone-number {
    color: white;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 30px;
}

.header-phone-number p, .header-phone-number a {
    color:white;
    margin-bottom:0px;
}





/* OVERLAY STUFF ======================================================================================== */


#trigger-overlay {
    width:24px;
    height:21px;
    float:right;
    margin-top:10px;
}

#trigger-overlay .hamburger {
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
}

#trigger-overlay:hover .hamburger {
    fill:#c1e3e9;
}

#trigger-overlay svg:focus, #trigger-overlay:focus {
    outline:none;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #595f66;
	z-index:9999;
	padding-top:20px;
}

.overlay .overlay-close {
    float:right;
	overflow: hidden;
	border: none;
	outline: none;
	z-index: 100;
	margin-top:10px;
}

.overlay .overlay-close .close {
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
}

.overlay .overlay-close:hover .close {
    fill:#c1e3e9;
}

.overlay .overlay-close svg {
    width:20px;
    height:20px;
}

.overlay-logo {
    width:201px;
}

.overlay .facebook-link {
    line-height:55px;
}

.overlay p, .overlay p a {
    color:#c1e3e9;
    font-size:16px;
    line-height:23px;
}

.overlay p a:hover, .overlay p a:focus {
    color:white;
}

.overlay p.smallprint, .overlay p.smallprint a {
    font-size: 10px;
    line-height: 18px;
}



/* Effects */
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
	transition: transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}






.logo-band {
    background-color:#595f66;
    padding-top: 20px;
    height: 72px;
}

.logo-band img {
    width: 161px;
}

.page-links {
    padding: 20px 0 5px;
}

.page-links p {
    margin-bottom:5px;
}

.overlay-links p {
    line-height:34px;
    margin-bottom:20px;
}

.overlay-links p a {
    color:#b2b1b1;
}

.page-links a, .overlay-links a {
    color: #b2b1b1;
    padding: 0 15px;
    font-size: 16px;
    letter-spacing: 0.15em;
}

.page-links a.primary-link, .overlay-links a.primary-link {
    color:white;
    font-weight:600;
    padding:0;
}

.page-links a.primary-link.active, .overlay-links a.primary-link.active {
    border-bottom:1px solid #c1e3e9;
}

.page-links a:hover, .page-links a:focus, .overlay-links p a:hover, .overlay-links p a:focus {
    color:#c1e3e9;
}

#this-season {
    padding-top:40px;
}

.text-panel-heading {
    margin-top:20px;
    color:white;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-family: "canada-type-gibson",sans-serif;
    font-size: 26px;
    line-height: 32px;
    padding: 15px 0;
}

.text-panel {
    padding: 40px 0 25px;
    margin: 0 0 40px;
}

.text-panel h1 {
    color:#fff;
}

.text-panel p {
    font-family: "questa-grande",serif;
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.panel-image {
    margin-top:10px;
    margin-bottom:30px;
}

.buyer-roundel {
    position: absolute;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2em;
    padding-top: 40px;
    line-height: 18px;
    font-size: 15px;
}



.dotted-divider {
    height:5px;
    background:url(../img/divider-dot.png);
    background-size:10px 5px;
    margin:10px 0px 40px;
}

.parties-panel {
    background-color:#ddf9f7;
    padding: 45px 0 20px;
    margin: 0 0 40px;
    overflow:hidden;
}

.our-team-panel {
    background-color: #ededed;
    padding: 40px 0 50px;
}

.our-team-panel img {
    margin: 15px 0px;
    width: 100%;
    max-width: 178px;
    border-radius:50%;
}

.team-images p {
    font-size:16px;
    line-height:20px;
}

#our-brands {
    padding-top:40px;
}

#our-brands img {
    padding: 30px 40px;
}

.footer {
    background-color:#595f66;
    padding-top: 10px;
}

.id5 .standard-content {
    margin-bottom:450px;
}

.smallprint, .smallprint a {
    font-size: 10px;
    line-height: 18px;
    color: #c1e3e9;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.smallprint a:hover, .smallprint a:focus {
    color:white;
}

.footer img {
    width:128px;
}



.facebook-link {
    color: white;
    width: 20px;
    height: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0;
    font-size: 21px;
    display: inline-block;
    line-height: 42px;
}

.footer .facebook-link {
    width: 35px;
    height: 40px;
    font-size: 34px;
    margin-bottom: 40px;
    margin-top:40px;
}

.facebook-link:hover, .facebook-link:focus {
    color:#c1e3e9;
}

.relaunch-header {
    background:url(../../images/relaunch-section-header.png) center bottom no-repeat; 
    background-size:cover; 
    height:180px;
}

.relaunch-section {
    padding: 25px 10px;
}

.relaunch-section li, .relaunch-section p, .relaunch-section ul {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0;
}

#latest-event {
    padding: 50px 0 60px;
}

.event-title {
    color:#c1e3e9;
    font-size:75px;
    line-height:75px;
    font-family: "questa-grande",serif;
    font-weight:700;
    margin-bottom:0;
}

.event-subtitle {
    color:#c1e3e9;
    font-size:75px;
    line-height:75px;
    font-family: "questa-grande",serif;
    font-weight:500;
    font-style:italic;
}

.event-date {
    font-size:25px;
    line-height:40px;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-family: "canada-type-gibson",sans-serif;
    color:#c1e3e9;
    margin-top: 24px;
    margin-bottom: 24px;
}

.event-date-larger {
	font-size:2rem;
	letter-spacing:12px;
	margin-top:2.25rem;
	margin-bottom:1.25rem;
}

.event-time-larger {
	font-size:2rem;
	letter-spacing:3px;
	margin-bottom:2.25rem;
}

.event-text-area {
    padding-bottom: 30px; 
    padding-top: 20px;
}

.event-text p {
    color:#c1e3e9;
    font-size:18px;
    margin-bottom:14px;
}

p.event-time {
    font-size:24px;
    margin-top:10px;
    margin-bottom:10px;
    color:#c1e3e9;
    line-height: 30px;
    letter-spacing: 1.5px;
}

.event-small {
    font-size:10px;
    letter-spacing: 0.15em;
    color:#000;
    margin-bottom:12px;
}

.date-roundel {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2em;
    padding: 24px 8px 0px 12px;
    line-height: 23px;
    font-size: 17px;
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(15deg);
} 

.event-panel-area {
    background-image: url(../../images/closing-the-gap-background.png);
    background-size: cover;
    min-height: 452px;
    padding-top: 20px;
    background-position:center center;
}

.event-panel-area p strong {
    font-size:22px;
    line-height:1.3;
}

.event-panel-text p {
    font-size: 17px;
    line-height: 23px;
}

.event-bullets {
	padding-top:3rem;
	padding-bottom:2rem;
}

.event-bullet {
	font-size: 2rem;
	margin-bottom:1.5rem;
	color:white;
}

.shop-drawing {
    position:absolute;
    width:395px;
    left:0px;
    top:-30px;
}

.shop-map {
    position:absolute;
    width:371px;
    right:0px;
    top: 6px;
}

.shop-colour-panel {
    width:50%;
    background-color:#595f66; 
    height:100%; 
    position:absolute; 
    left:0; 
    z-index:-1;
}

.shop-image-panel {
    width:50%;
    height:100%; 
    position:absolute; 
    right:0; 
    z-index:-1;
    background:url('../../images/our-shop-panel-image-new.jpg') center center;
    background-size:cover;
}

.shop-text {
    padding-top:40px;
    padding-bottom:30px;
}

.shop-text h1 {
    color:white;
}

.shop-text p, .shop-text a {
    color:#c1e3e9;
    font-size:18px;
    line-height:27px;
}

.parties-image-panel {
    width:50%;
    height:100%; 
    position:absolute; 
    left:0; 
    z-index:-1;
    background:url('../../images/parties-panel-image.jpg') center center;
    background-size:cover;
}

.parties-colour-panel {
    width:50%;
    background-color:#c1e3e9; 
    height:100%; 
    position:absolute; 
    right:0; 
    z-index:-1;
}

.parties-text {
    padding-top:40px;
    padding-bottom:30px;
}

.contacts-divider {
    font-size:16px;
    margin:0px 20px
}

.slider {
    height:auto;
    margin-top:0;
    margin-bottom: 0;
}

.carousel .slick-slide {
    background-size:cover; 
    height:calc(100vh - 72px); 
    background-position:center center;
    margin-bottom:0px !important;
    position:relative;
}

.scroll-button {
    position: absolute;
    bottom: 40px;
    width: 30%;
    text-align: center;
    outline: none;
    margin: 0 35%;
}

.about-inner .scroll-button {
    position: relative;
    margin: 10px auto 0;
    bottom: inherit;
}

.scroll-button a {
    color: white;
    font-weight: 600;
    font-size: 19px;
    letter-spacing: 0.15em;
    outline:none;
}

.about-inner .scroll-button a {
    color:#595f66;
    font-size:16px;
}

.arrow-down {
    width:13px;
    height:23px;
    margin: 10px auto 0;
    outline:none;
}

.down-arrow {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.about-inner .scroll-button .down-arrow {
    fill:#595f66;
}

.scroll-button:hover a, .scroll-button:hover .down-arrow {
    color: black;
    fill: black;
}

.carousel-slide-1 .scroll-button:hover a, .carousel-slide-1 .scroll-button:hover .down-arrow {
    color: #c1e3e9;
    fill: #c1e3e9;
}

.button {
    font-family: canada-type-gibson, sans-serif;
    text-transform: uppercase;
    background-color: black;
    color: white;
    letter-spacing: 3px;
    font-size: 1rem;
    padding: 0.8rem 4rem;
    margin-top: 1.5rem;
    outline:none;
}

.button:hover, .button:focus {
    background-color:#595f66;
}

.disabled-button:hover {
    background-color: black;
    cursor:default;
}

.reveal {
    outline: none;
    padding: 3rem 1rem 0rem 1rem;
}

.close-button {
    outline:none;
}

.slide-text-area {
    position:absolute;
    top:22%;
    width:100%;
}

.slide-title {
    color:#c1e3e9;
    font-size:100px;
    line-height:100px;
    font-family: "questa-grande",serif;
    font-weight:700;
    margin-bottom:0;
}

.slide-subtitle {
    color:#c1e3e9;
    font-size:100px;
    line-height:100px;
    font-family: "questa-grande",serif;
    font-weight:500;
    font-style:italic;
}

.slick-prev, .slick-next {
    cursor:pointer;
}

.slick-prev {
    top: 47%;
    position: absolute;
    z-index: 9999;
    left: 20px;
}

.slick-next {
    top: 47%;
    position: absolute;
    z-index: 9999;
    right:20px;
}
.slick-prev:before, .slick-next:before {
    color:white;
    font-size: 45px;
    line-height: 29px;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

.slick-prev:before {
    content: "\f104";
    font-family: "FontAwesome";
    padding-right: 4px;
}

.slick-next:before {
    content: "\f105";
    font-family: "FontAwesome";
    padding-left: 4px;
}

.slick-prev:hover:before, .slick-next:hover:before {
    color:#000;
    /*-webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0, 0.5);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0, 0.5);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0, 0.5);*/
}

.slick-arrow-left, .slick-arrow-right {
    position: absolute;
    top: 45%;
    z-index: 999;
    font-size: 40px;
    height:28px;
    width: 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.arrow {
    fill:white;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.slick-arrow-left:hover .arrow, .slick-arrow-right:hover .arrow {
    fill:black;
}

.slick-arrow-left {
    left: 20px;    
}

.slick-arrow-right {
    right: 20px;
}

button.slick-next.slick-arrow, button.slick-prev.slick-arrow {
    outline: none;
    width: 50px;
    height: 50px;
}
.slick-dots {
    bottom: 15px;
}

.slick-dots li {
    width: 10px;
}

.slick-dots li button:before {
    font-size: 38px;
    opacity: 1;
    color: #464646;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #858585;
}

.carousel-button {
    position: absolute;
    bottom: 20%;
    left: 20%;
    padding: 8px 15px;
    border: 2px solid #161e53;
    background-color: white;
    color: #161e53;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    width: 26%;
}



.carousel-button.slide1 {
    left:21%;
}

.carousel-button.slide1 {
    border-color:#161e53;
    color:#161e53 !important;
    left: 37%;
    bottom:9%;
}

.carousel-button:hover, .carousel-button:focus {
    border-color:#00d5d5;
    color:#00d5d5 !important;
    outline:none;
}

#brands img {
    padding:20px;
}

.standard-content {
    margin-top:50px;
    margin-bottom:200px;
}

.standard-content p {
    font-size:16px;
    line-height: 1.5;
    margin-bottom:16px;
}

.standard-content li {
    font-size:16px;
    line-height: 1.5;
    margin-bottom:0;
}

.standard-content p a, .standard-content li a {
    text-decoration:underline;
}

.standard-content h1 {
    font-size: 30px;
    line-height: 35px;
}

.standard-content h3 {
    font-size: 18px;
    font-weight: bold;
    color: #595f66;
}

.about-section {
    background-image:url('../../images/about-background.jpg');
    background-size:cover; 
    height:calc(100vh - 72px); 
    background-position:center center;
    min-height:min-content;
}

.about-inner {
    background-color: white;
    margin-top: 95px;
    margin-bottom: 95px;
    padding: 35px 102px 25px;
}
.our-shop-heading {
    background-color:#00d5d5;
    margin-bottom:40px;
}

.our-shop-heading h1 {
    color:white;
    margin: 15px 0;
}

.charity-panel {
    background-color:#ededed;
    padding-bottom: 50px;
}

.charity-panel p {
    margin-bottom:15px;
}

.charity-panel img {
    width:260px;
    margin-bottom:30px;
}







/* ANIMATION STYLES ================================================= */

.bob {
    -webkit-animation: Bob 0.75s infinite  alternate ease-in-out;
    animation: Bob 0.75s infinite  alternate ease-in-out;
}

@-webkit-keyframes Bob {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}
@keyframes Bob {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}

@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

.fade-in-1 {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fade-in-2 {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.fade-in-3 {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}











/* Media Queries
========================================================================== */

/* Small only */
@media screen and (max-width: 39.9375em) {
    
    .logo-band {
        padding-left:20px;
        padding-right:20px;
        padding-top: 12px;
        height: 56px;
    }
    
    #this-season, .first-panels, .light-grey-background, .overlay .container, .our-team-panel, #our-brands, .shop-text, .parties-text, .charity-panel {
        padding-left:20px;
        padding-right:20px;
    }
    #trigger-overlay {
        margin-top: 6px;
    }
    
    p, .event-text p, .shop-text p, .shop-text a {
        font-size: 16px;
        line-height: 22px;
        margin-bottom:22px;
    }
    h1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .panel-image {
        margin-bottom: 20px;
    }
    .event-title, .event-subtitle, .slide-title, .slide-subtitle {
        font-size: 60px;
        line-height: 60px;
    }
    p.event-time {
        font-size: 20px;
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 26px;
    }
    .event-date {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 9px;
    }
    .event-text-area {
        padding-bottom: 30px; 
        padding-top: 20px;
    }
    .smallprint, .smallprint a {
        font-size: 8px;
        line-height: 15px;
    }
    .footer img {
        width: 115px;
    }
    .footer .facebook-link {
        height: 24px;
        font-size: 26px;
        margin-top:15px;
    }
    .page-links p {
        font-size:13px;
        line-height:19px;
    }
    .page-links a {
        display: block;
        padding: 6px;
    }
    .page-links a.primary-link {
        display:inline-block;
    }
    .logo-band img {
        max-width: 135px;
    }
    .carousel .slick-slide {
        height:calc(100vh - 56px); 
    }
    .slide-text-area {
        top: 12%;
    }
    .scroll-button {
        bottom: 140px;
        width: 80%;
        margin: 0 10%;
    }
    .scroll-button a {
        font-size: 15px;
    }
    .overlay-logo {
        max-width: 135px;
    }
    .overlay {
        padding-top:12px;
    }
    .overlay .overlay-close {
        margin-top:6px;
    }
    .about-section {
        background-image: none;
        height: inherit;
    }
    .about-inner {
        background-color: white;
        margin-top: 35px;
        margin-bottom: 30px;
        padding: 0 15px;
    }
    .our-team-panel {
        padding-bottom:25px;
    }
    #our-brands img {
        padding: 25px 25px;
    }
    .shop-colour-panel, .parties-colour-panel {
        width:100%;
    }
    .shop-image-panel, .parties-image-panel {
        display: none;
    }
    .standard-content h1 {
        font-size: 22px;
        line-height: 28px;
    }
    .standard-content p, .standard-content li {
        font-size: 14px;
        line-height: 1.4;
    }
    .standard-content h3 {
        font-size:16px;
    }
    .standard-content, .id5 .standard-content {
        margin-bottom: 80px;
    }
    [data-aos-delay] {
        transition-delay: 0s !important;
    }
	.event-bullet {
		font-size: 1.25rem;
		margin-bottom: 0.5rem;
		line-height: 1.4;
	}
	.event-date-larger {
		font-size: 1.25rem;
		line-height: 1.4;
		margin-top: 1.5rem;
		margin-bottom: 0.75rem;
	}
	.event-time-larger {
		font-size:1.25rem;
		margin-bottom: 1.5rem;
	}
	.event-title, .event-subtitle {
		font-size: 44px;
		line-height: 50px;
	}
	#latest-event {
		padding: 40px 0 40px;
	}
	.event-bullets {
		padding-top:1.5rem;
		padding-bottom:1rem;
	}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    
    .logo-band, #this-season, .first-panels, .light-grey-background, .overlay .container, .our-team-panel, #our-brands, .shop-text, .parties-text, .charity-panel {
        padding-left:20px;
        padding-right:20px;
    }
    .event-title, .event-subtitle, .slide-title, .slide-subtitle {
        font-size: 75px;
        line-height: 75px;
    }
    .slide-text-area {
        top: 30%;
    }
    .page-links a, .overlay-links a {
        font-size: 15px;
        padding: 0 10px;
        letter-spacing: 0.1em;
    }
    .overlay p, .overlay p a {
        font-size: 14px;
    }
    .about-inner {
        padding: 35px 55px 25px;
    }
    .shop-text {
        padding-right:55px;
    }
    .parties-text {
        padding-left:55px;
    }
    .scroll-button {
        bottom: 80px;
    }

}

/* iPhone 4 and 5 only */
@media screen and (max-width: 320px) {
    .scroll-button {
        bottom: 20px;
    }
    .event-title, .event-subtitle, .slide-title, .slide-subtitle {
        font-size: 50px;
        line-height: 50px;
    }
    
}

@media screen and (min-width:640px) and (max-width:750px) {
    .event-title, .event-subtitle, .slide-title, .slide-subtitle {
        font-size: 62px;
        line-height: 62px;
    }
}



/*Error Styles
========================================================================== */
#browserupgrade{
color: #ffffff; 
display: block;  
z-index: 9999999999; 
background-color: rgb(242, 86, 72);
text-align:center;
position: fixed;
top: 0px;
width: 100%;
height: 100%;
}

#browserupgrade h6{
	font-size: 26px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#browserupgrade p{
	margin-bottom: 20px;
}

.button.hollow.white {
    border: 1px solid #fff;
    color: #fff;
}
.button.hollow.white:hover{
	background-color: #fff;
	color: rgb(242, 86, 72);
}




/* Cookie policy
========================================================================== */

.freeprivacypolicy-com---nb-simple {
    max-width: 570px;
}

.freeprivacypolicy-com---nb .cc-nb-text {
    font-size: 15px !important;
    line-height: 1.2 !important;
    color: white !important;
    margin-bottom: 10px !important;
    font-family: "canada-type-gibson",sans-serif;
}

.cc-nb-title-container {
    margin-bottom:5px;
}

.freeprivacypolicy-com---nb .cc-nb-title {
    font-size: 16px !important;
    line-height: 1.1 !important;
    font-family: "canada-type-gibson",sans-serif;
    font-style: normal;
    margin-bottom: 10px !important;
    color: white !important;
    margin-bottom: 0rem !important;
}

.freeprivacypolicy-com---nb .cc-nb-main-container {
    padding: 1rem !important;
    background-color: #595f66 !important;
}

.freeprivacypolicy-com---palette-dark .cc-nb-okagree, .freeprivacypolicy-com---palette-dark .cc-cp-foot-save {
    background-color: transparent;
    border: 1px solid white;
    border-radius: 0 !important;
    padding: 0.25rem 0.5rem 0.2rem;
    margin-right: 0.5rem !important;
    font-family: "canada-type-gibson",sans-serif;
    font-weight: 600;
    font-style: normal;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
}

.freeprivacypolicy-com---palette-dark.freeprivacypolicy-com---nb {
    -webkit-box-shadow: 0px 5px 20px -12px rgb(0 0 0 / 75%) !important;
    box-shadow: 0px 5px 20px -12px rgb(0 0 0 / 75%) !important;
}

.freeprivacypolicy-com---palette-dark .cc-nb-reject, .freeprivacypolicy-com---palette-dark .cc-nb-changep {
    background-color: transparent;
    border: 1px solid white;
    border-radius: 0 !important;
    padding: 0.25rem 0.5rem 0.2rem;
    margin-right: 0.5rem !important;
    font-family: "canada-type-gibson",sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
}

.freeprivacypolicy-com---palette-dark .cc-nb-okagree:hover, .freeprivacypolicy-com---palette-dark .cc-cp-foot-save:hover, .freeprivacypolicy-com---palette-dark .cc-nb-reject:hover, .freeprivacypolicy-com---palette-dark .cc-nb-changep:hover {
    background-color: white !important;
    color: #455461 !important;
    border: 1px solid white !important;
}

.freeprivacypolicy-com---palette-dark .cc-cp-body-content-entry-text {
    font-family: "canada-type-gibson",sans-serif;
    font-weight: 400;
}

.freeprivacypolicy-com---palette-dark .cc-cp-body-content-entry-title {
    font-family: "canada-type-gibson",sans-serif;
    font-weight: 400;
    font-size:22px;
}

.freeprivacypolicy-com---palette-dark .cc-pc-head-title-headline {
    font-family: "canada-type-gibson",sans-serif;
    font-weight: 400;
    font-size:18px;
}

.freeprivacypolicy-com---palette-dark .cc-pc-head-title-text {
    font-family: "canada-type-gibson",sans-serif;
    font-weight: 400;
    font-size:15px;
}

.freeprivacypolicy-com---palette-dark .cc-cp-foot-byline {
    font-family: "canada-type-gibson",sans-serif;
    font-weight: 300;
    font-style: normal;
    color:white;
    font-size:14px;
}
.freeprivacypolicy-com---pc-dialog .cc-cp-foot-byline a {
    color: white;
}

.freeprivacypolicy-com---palette-dark .cc-pc-container {
    background: #455461 !important;
}
.freeprivacypolicy-com---palette-dark .cc-pc-head {
    background: #455461 !important;
    color: #fff;
    border-bottom: 0;
}
.freeprivacypolicy-com---palette-dark .cc-cp-body-content {
    background: #455461 !important;
    color: white;
}
.freeprivacypolicy-com---palette-dark .cc-cp-foot {
    background: #455461 !important;
    border:0;
}
.freeprivacypolicy-com---pc-dialog .cc-cp-body-content-entry-text {
    font-size: 16px;
    line-height: 1.4;
}

.freeprivacypolicy-com---palette-dark .cc-pc-head-lang select {
    color: white;
    background-color: #455461;
    border: 1px solid white;
    font-size: 16px;
    padding: 0.25rem 0.5rem;
}

.freeprivacypolicy-com---palette-dark .cc-pc-head-lang select:focus {
    box-shadow: none;
}

.freeprivacypolicy-com---palette-dark .cc-pc-head-close:active, .freeprivacypolicy-com---palette-dark .cc-pc-head-close:focus {
    border: 0;
}

.freeprivacypolicy-com---palette-dark .cc-cp-body-tabs-item[active=true] {
    background: #455461 !important;
}

.freeprivacypolicy-com---palette-dark .cc-cp-body-tabs-item-link:focus {
    box-shadow: none;
}

.freeprivacypolicy-com---palette-dark .cc-cp-body-tabs-item[active=true] button {
    color: white;
}

.freeprivacypolicy-com---palette-dark .cc-cp-body-tabs-item-link {
    color: #455461;
}

.freeprivacypolicy-com---pc-dialog input[type=checkbox].cc-custom-checkbox+label {
    color: white;
}

@media screen and (max-width: 39.9375em) {
    .freeprivacypolicy-com---nb .cc-nb-text {
        font-size: 11px !important;
        line-height: 1.2 !important;
    }
    .freeprivacypolicy-com---nb .cc-nb-title {
        font-size: 13px !important;
    }
    .freeprivacypolicy-com---nb .cc-nb-okagree, .freeprivacypolicy-com---nb .cc-nb-reject, .freeprivacypolicy-com---nb .cc-nb-changep {
        display: inline-block;
        width: auto;
        font-size:11px;
    }
}





