*/
/*================================================================================================================*/
/*                                                                                                                */
/*                                                1. RESET                                                        */
/*                                                                                                                */
/*================================================================================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

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

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  outline: none; }

/*================================================================================================================*/
/*                                                                                                                */
/*                                                2. BASE                                                         */
/*                                                                                                                */
/*================================================================================================================*/
h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

.left {
  float: left; }

.right {
  float: right; }

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.aligncenter {
  text-align: center; 
}

.clear {
  clear: both;
  line-height: 1px;
  height: 1px; 
}

html, body {
    width: 100%;
    height: 100%;
}

a, a:hover, a:active, a:visited {
	color: inherit;
	text-decoration: underline;
}

.content {
    /*max-width: 800px;*/
    margin: auto;
}

img {
	max-width: 100%;
}

a img {
	cursor: pointer !important;
}

.anchor {
	position: absolute;
	margin-top: -100px;
}

section {
	clear: both;
}

.center {
	text-align: center;
}

.full-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.thank-you {
	margin-top: 60px;
	margin-bottom: 60px;
	font-size: 1.2em;
	text-align: center;
	font-weight: 700;
}


.background-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0.05;

    background-size: cover;
    background-position: 50%;
}

.message-report {
    text-align: center;
    font-size: 1.8em;
}

.message-report.error {
    color: #bf0000;
}

table {
    table-layout: fixed;
    width: 100%;
    margin: auto;
}

table td {
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}

table td:first-of-type {
    padding-left: 0px;
}

table td:last-of-type {
    padding-right: 0px;
}



@media (max-width: 700px)
{
	table td img {
    	/*display: block;*/
	}

	table td {
		display: inline-block;
		max-width: 100%;
		width: 100%;
		padding: 0px;
	}
}

@media (max-width: 500px)
{
	table td {
		display: inline-block;
		max-width: 100%;
	}
}

.slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.slick-initialized .slick-slide img {
    margin: auto;
    width: 100%;
}

#modal {
    position: fixed;
    width: 100%;
    height: 100%;
	
	z-index: 10000;
	
	opacity: 0;
	pointer-events: none;
	
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

html.modal-visible #modal {
	opacity: 1;
	pointer-events: all;
}

html.modal-visible body {
	overflow: hidden;
}

#modal > .background {
	background-color: rgba(69, 128, 146, 0.7);
    width: 100%;
    height: 100%;
	position: absolute;
}

#modal > .window {
	background-color: white;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin: auto;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.1) 6px 10px;
	width: 650px;
	/* height: 450px; */
	max-width: calc(100vw - 20px);
	max-height: calc(100vh - 20px);
}

#modal > .window > .content {
    overflow-y: auto;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    padding: 20px;
}

#modal > .window > .close-btn {
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: white;
    width: 30px;
    height: 30px;
    border: solid 4px rgb(80, 109, 123);
    color: rgb(80, 109, 123);
    border-radius: 20px;
    cursor: pointer;
    z-index: 1000;
}

#modal > .window > .close-btn > * {
    position: absolute;
    left: 4px;
    top: 2px;
}

.slideshow-container {
    /*padding-bottom: 35%;*/
    /* background-color: antiquewhite; */
    position: relative;
    /*overflow: hidden;*/
}

.slideshow {
    /*position: absolute;
    height: 100%;
    width: 100%;*/
}

.slideshow > * {
    /* top: -25%; */
}

.slideshow a, .slideshow a:focus, .slideshow a:hover, .slideshow a:visited, .slideshow a:active {
	color: inherit;
	text-decoration: inherit;
	display: block;
	position: relative;
}

.slideshow .caption {
	padding: 3vw;
	position: absolute;
	
  text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83487px 0.981584px 0px, rgb(0, 0, 0) 2.35766px 1.85511px 0px, rgb(0, 0, 0) 1.62091px 2.52441px 0px, rgb(0, 0, 0) 0.705713px 2.91581px 0px, rgb(0, 0, 0) -0.287171px 2.98622px 0px, rgb(0, 0, 0) -1.24844px 2.72789px 0px, rgb(0, 0, 0) -2.07227px 2.16926px 0px, rgb(0, 0, 0) -2.66798px 1.37182px 0px, rgb(0, 0, 0) -2.96998px 0.42336px 0px, rgb(0, 0, 0) -2.94502px -0.571704px 0px, rgb(0, 0, 0) -2.59586px -1.50383px 0px, rgb(0, 0, 0) -1.96093px -2.27041px 0px, rgb(0, 0, 0) -1.11013px -2.78704px 0px, rgb(0, 0, 0) -0.137119px -2.99686px 0px, rgb(0, 0, 0) 0.850987px -2.87677px 0px, rgb(0, 0, 0) 1.74541px -2.43999px 0px, rgb(0, 0, 0) 2.44769px -1.73459px 0px, rgb(0, 0, 0) 2.88051px -0.838247px 0px;
}

.slideshow .caption.small {
	font-size: 2.5vw;
	line-height: 2.5vw;
}

.slideshow .caption.medium {
	font-size: 4vw;
	line-height: 4vw;
}

.slideshow .caption.large {
	font-size: 6vw;
	line-height: 6vw;
}

.slideshow .caption p {
	margin: 0px;
}

.slideshow .caption.top-left {
	top: 0px;
}

.slideshow .caption.top-right {
	top: 0px;
	right: 0px;
	text-align: right;
}

.slideshow .caption.bottom-right {
	bottom: 0px;
	right: 0px;
	text-align: right;
}

.slideshow .caption.bottom-left {
	bottom: 0px;
}

.slideshow .caption.centre {
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
}

.slideshow .caption.top-centre {
	width: 100%;
	top: 0px;
	text-align: center;
}

.slideshow .caption.bottom-centre {
	width: 100%;
	bottom: 0px;
	text-align: center;
}



.expandable.closed {
    height: 150px;
    overflow: hidden;
}

.expandable.long.closed {
    height: 250px;
}

.expandable.closed + .open-btn {
	background-color: white;
	display: block;
	width: 100%;
	text-align: center;
	-webkit-box-shadow: 0px -6px 15px -13px rgba(0,0,0,0.89);
	-moz-box-shadow: 0px -6px 15px -13px rgba(0,0,0,0.89);
	box-shadow: 0px -6px 15px -13px rgba(0,0,0,1);
}

.expandable + .open-btn {
	display: none;
	font-weight: 700;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.expandable {
    position: relative;
}

.social-media {
	/* text-align: center; */
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:  -10px;
	margin-right: -10px;
}

.social_media {
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
}

.social_media a {
	display: block;
	text-decoration: none;
	color: rgb(255, 255, 255);
	font-size: 0.7em;
	position: relative;
	top: 0px;
}

.social_media a:hover {
	color: rgb(0, 0, 0);
}




.pull-right-xs {
    float: right;
}

@media (min-width: 992px) {
    .pull-right-md {
        float: right;
    }
}

@media (min-width: 768px) {
    .pull-right-xxs {
        float: right;
    }
}

.phone-navigation {
	position: relative;
	height: 0px;
}

@media (max-width: 768px) {
    .phone-navigation {
        display: none;
    }
}

.back-button {
	font-size: 0.9em;
	text-decoration: none !important;
}

.back-button::before {
	content: '\25C0';
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.next-button {
	font-size: 0.9em;
	text-decoration: none !important;
	position: absolute;
	right: 0px;
}

.next-button::after {
	content: '\25C0';
	display: inline-block;
	transform: rotate(180deg);
    margin-left: 5px;
    position: relative;
    top: 1px;
}

@media (max-width: 1000px) { 
	.footer-nav-group {
		padding-left: 0px !important;
	}
}

.center-block{
    display: inline-block;
    float: none;
    margin: 0 auto !important;
}	





@media (max-width: 480px) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-1 {
    width: 8.33333333%;
  }
  .col-xxs-pull-12 {
    right: 100%;
  }
  .col-xxs-pull-11 {
    right: 91.66666667%;
  }
  .col-xxs-pull-10 {
    right: 83.33333333%;
  }
  .col-xxs-pull-9 {
    right: 75%;
  }
  .col-xxs-pull-8 {
    right: 66.66666667%;
  }
  .col-xxs-pull-7 {
    right: 58.33333333%;
  }
  .col-xxs-pull-6 {
    right: 50%;
  }
  .col-xxs-pull-5 {
    right: 41.66666667%;
  }
  .col-xxs-pull-4 {
    right: 33.33333333%;
  }
  .col-xxs-pull-3 {
    right: 25%;
  }
  .col-xxs-pull-2 {
    right: 16.66666667%;
  }
  .col-xxs-pull-1 {
    right: 8.33333333%;
  }
  .col-xxs-pull-0 {
    right: auto;
  }
  .col-xxs-push-12 {
    left: 100%;
  }
  .col-xxs-push-11 {
    left: 91.66666667%;
  }
  .col-xxs-push-10 {
    left: 83.33333333%;
  }
  .col-xxs-push-9 {
    left: 75%;
  }
  .col-xxs-push-8 {
    left: 66.66666667%;
  }
  .col-xxs-push-7 {
    left: 58.33333333%;
  }
  .col-xxs-push-6 {
    left: 50%;
  }
  .col-xxs-push-5 {
    left: 41.66666667%;
  }
  .col-xxs-push-4 {
    left: 33.33333333%;
  }
  .col-xxs-push-3 {
    left: 25%;
  }
  .col-xxs-push-2 {
    left: 16.66666667%;
  }
  .col-xxs-push-1 {
    left: 8.33333333%;
  }
  .col-xxs-push-0 {
    left: auto;
  }
  .col-xxs-offset-12 {
    margin-left: 100%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxs-offset-0 {
    margin-left: 0;
  }
  
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
}

.sharethis-inline-share-buttons .st-btn {
	margin-bottom: 8px;
}

.container {
    position: relative;
}



/* Bouncy Arrow */
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  margin-bottom: 20px;
  width: 40px;
  height: 60px; /*change with size of arrow to make sit on bottom */
  color: white;
  /*   background-image: url(https://lupita.co.uk/workspace/sty/base.css?v=1); */
  /*   background-size: contain; */
}

/*@media (max-width: 768px) {
	.arrow {
	  margin-bottom: 120px;
	}
}*/

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

video {
    max-width: 100%;
}

.component {
    padding-bottom: 155px;
}

.content.narrow-container {
    max-width: 600px;
}


.content.narrow-container {
    max-width: 800px;
}