.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
/*
Theme Name: Upper Trinity St. Digbeth
Author: Future Design Consultants
Description: Theme for Upper Trinity St. Digbeth website.
Version: 1.0
*/

/* Large Screens beyond 1280px
================================================== */
 
    /* Note: Design for a width of 1280px */

    .container                                  { width: 1280px; position: relative; margin: 0 auto; padding: 0;}
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px;  }
    .row                                        { margin-bottom: 20px; }
                                { margin-left: 0; margin-right: 0; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 60px; }
    .container .two.columns                     { width: 140px; }
    .container .three.columns                   { width: 220px; }
    .container .four.columns                    { width: 300px; }
    .container .five.columns                    { width: 380px; }
    .container .six.columns                     { width: 460px; }
    .container .seven.columns                   { width: 540px; }
    .container .eight.columns                   { width: 620px; }
    .container .nine.columns                    { width: 700px; }
    .container .ten.columns                     { width: 780px; }
    .container .eleven.columns                  { width: 860px; }
    .container .twelve.columns                  { width: 940px; }
    .container .thirteen.columns                { width: 1020px; }
    .container .fourteen.columns                { width: 1100px; }
    .container .fifteen.columns                 { width: 1180px; }
    .container .sixteen.columns                 { width: 1260px; }

    .container .one-third.column                { width: 406.666px; }
    .container .two-thirds.column               { width: 833.333px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 80px; }
    .container .offset-by-two                   { padding-left: 160px; }
    .container .offset-by-three                 { padding-left: 240px; }
    .container .offset-by-four                  { padding-left: 320px; }
    .container .offset-by-five                  { padding-left: 400px; }
    .container .offset-by-six                   { padding-left: 480px; }
    .container .offset-by-seven                 { padding-left: 560px; }
    .container .offset-by-eight                 { padding-left: 640px; }
    .container .offset-by-nine                  { padding-left: 720px; }
    .container .offset-by-ten                   { padding-left: 800px; }
    .container .offset-by-eleven                { padding-left: 880px; }
    .container .offset-by-twelve                { padding-left: 960px; }
    .container .offset-by-thirteen              { padding-left: 1040px; }
    .container .offset-by-fourteen              { padding-left: 1120px; }
    .container .offset-by-fifteen               { padding-left: 1200px; }

    /* ie8 Fix */
    .ie8 .container                                  {width: 960px;}
    .ie8 .container .column,
    .ie8 .container .columns                         { margin-left: 10px; margin-right: 10px; }
    .ie8 .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
    .ie8 .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
    .ie8 .alpha.omega    

    .ie8 .container .one.column,
    .ie8 .container .one.columns                     { width: 40px;  }
    .ie8 .container .two.columns                     { width: 100px; }
    .ie8 .container .three.columns                   { width: 160px; }
    .ie8 .container .four.columns                    { width: 220px; }
    .ie8 .container .five.columns                    { width: 280px; }
    .ie8 .container .six.columns                     { width: 340px; }
    .ie8 .container .seven.columns                   { width: 400px; }
    .ie8 .container .eight.columns                   { width: 460px; }
    .ie8 .container .nine.columns                    { width: 520px; }
    .ie8 .container .ten.columns                     { width: 580px; }
    .ie8 .container .eleven.columns                  { width: 640px; }
    .ie8 .container .twelve.columns                  { width: 700px; }
    .ie8 .container .thirteen.columns                { width: 760px; }
    .ie8 .container .fourteen.columns                { width: 820px; }
    .ie8 .container .fifteen.columns                 { width: 880px; }
    .ie8 .container .sixteen.columns                 { width: 940px; }

    .ie8 .container .one-third.column                { width: 300px; }
    .ie8 .container .two-thirds.column               { width: 620px; }

    /* Offsets */
    .ie8 .container .offset-by-one                   { padding-left: 60px;  }
    .ie8 .container .offset-by-two                   { padding-left: 120px; }
    .ie8 .container .offset-by-three                 { padding-left: 180px; }
    .ie8 .container .offset-by-four                  { padding-left: 240px; }
    .ie8 .container .offset-by-five                  { padding-left: 300px; }
    .ie8 .container .offset-by-six                   { padding-left: 360px; }
    .ie8 .container .offset-by-seven                 { padding-left: 420px; }
    .ie8 .container .offset-by-eight                 { padding-left: 480px; }
    .ie8 .container .offset-by-nine                  { padding-left: 540px; }
    .ie8 .container .offset-by-ten                   { padding-left: 600px; }
    .ie8 .container .offset-by-eleven                { padding-left: 660px; }
    .ie8 .container .offset-by-twelve                { padding-left: 720px; }
    .ie8 .container .offset-by-thirteen              { padding-left: 780px; }
    .ie8 .container .offset-by-fourteen              { padding-left: 840px; }
    .ie8 .container .offset-by-fifteen               { padding-left: 900px; }


/* #Base 960 Grid
================================================== */

@media only screen and (max-width: 1300px) {

    .container                                  {width: 960px;}
    .container .column,
    .container .columns                         { margin-left: 10px; margin-right: 10px; }
    .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
    .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
    .alpha.omega    

    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }
}

/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container                                  { width: 768px; }
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }

        .container .one.column,
        .container .one.columns                     { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 172px; }
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 748px; }

        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }

        /* Offsets */
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 384px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container { width: 300px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 300px; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }

    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; }
    }

/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font: 14px/23px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 	}

 	* { 
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		box-sizing: border-box; 
	}

	.clear {clear:both;}

	img[src*=".svg"] {
	  width: 100%;
	  height: auto;
	}


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "Georgia", "Times New Roman", serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #4c5858; border-width: 2px 0 0; clear: both; margin: 50px 0 50px; height: 0; opacity: 0.3;}
	
/*	FireFox Font Fix  */

	@-moz-document url-prefix() {
	  body {
	  -moz-osx-font-smoothing: grayscale;
	  -webkit-font-smoothing: antialiased;
	  font-smoothing: antialiased;
	  }
	}


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-webkit-font-smoothing: antialiased;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }



/* #Site Styles
================================================== */

/* ----- Site fonts ----- 

Font 01 Regular:	font-weight: 400;
Font 01 Medium:		font-weight: 500;
Font 01 Bold:		font-weight: 700;

Font 02 Regular:	font-weight: 400;
Font 02 Medium:		font-weight: 500;
Font 02 Bold:		font-weight: 700;

 ---------------------- */

/* Font Import
@import url(); */

html {
    overflow-y: scroll;
    height: 100%;
    overflow-x: hidden;
}
body{
    background-color: #ffffff;
    margin: 0px;
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
    height: 100%;
}

.all-content {
    overflow: hidden;
}

/* ----- Start: Fancy page fade ----- */

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

@-moz-keyframes fadein { /* Firefox */
  from {opacity:0;}
  to {opacity:1;}
}

@-webkit-keyframes fadein { /* Safari and Chrome */
  from {opacity:0;}
  to {opacity:1;}
}

@-o-keyframes fadein { /* Opera */
  from {opacity:0;}
  to {opacity: 1;}
}

/* ----- End: Fancy page fade ----- */

.bg-lightgrey {background: #e9e9e6;}
.bg-grey {background: #4d5858;}
.bg-pink {background: #e6aebb;}

.txt-white {color: #ffffff;}
.txt-grey {color: #4d5858;}
.txt-pink {color: #e6aebb;}


h1, h2 {
	font-family: antarctican-headline, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #666;
	text-transform: uppercase;
	font-size: 53px;
	line-height: 57px;
}

h2.sub {
	font-family: antarctican-headline, sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1.visually-hidden,
.visually-hidden {
	font-size: 0;
	width: 1px;
	height: 1px;
	display: inline-block;
	overflow: hidden;
	position: absolute!important;
	border: 0!important;
	padding: 0!important;
	margin: 0!important;
	clip: rect(1px,1px,1px,1px);
}

h1 strong,
h2 strong {
	font-weight: 500;
}

h2 {
	margin-bottom: 20px;
}

h3.sub, h4 {
	font-family: museo-sans-rounded, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: none;
	font-size: 28px;
	line-height: 32px;
}

h3 {
	
	font-family: antarctican-headline, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 34px;
	line-height: 36px;
	text-transform: uppercase;
	font-size: 53px;
	line-height: 57px;
}

h4 {
	font-size: 32px;
	line-height: 36px;
}

p, li, span, label, a {
	font-family: museo-sans-rounded, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
	color: #4d5858;
	text-decoration: none;
}

.txt-large {
    margin: 0px auto;
    max-width: 770px;
    margin-bottom: 80px;
    text-align: center;
}

.txt-large p,
.txt-large li,
.txt-large span,
.txt-large a,
.txt-large label {
	font-size: 22px;
	line-height: 26px;
	color: inherit;
}

.txt-large a {
	text-decoration: underline;
	color: inherit;
}

.txt-large .txt-white a:hover,
.txt-large.txt-white a:hover {color: #e6aebb;}

#wpadminbar span.display-name {color: #FFF;}

#wpadminbar .ab-top-menu>li.hover>.ab-item span,
#wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus span,
#wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item span,
#wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus span,
.monsterinsights-admin-bar-handle-text {
	color: #eee;
}

#catapult-cookie-bar {background: #ab378e !important; color: #ffffff;}
.cookies {width: 95%; margin: 0px auto; text-align: center; padding-top: 15px; padding-bottom: 15px;}
.cookies span {color: #ffffff; font-family: pt-sans, sans-serif; font-size: 16px; line-height: 20px;}
.cookies span button {
	margin-left: 10px; 
	border-radius: 0px !important; 
	border: none; 
	box-shadow: none; 
	outline: none; 
	text-shadow: none; 
	background: #ffffff; 
	color: #3E4543; 
	font-family: museo-sans-rounded, sans-serif;
    font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0px;
	padding: 5px 9px;
}


.cookie-notice-container {padding: 20px 10px !important; /*box-shadow: 0px -1px 2px 1px rgba(65, 76, 31, 0.1);*/  box-shadow: 0 4px 35px -2px rgba(0,0,0,0.2);}
span#cn-notice-text {color: #ffffff !important; font-size: 16px; line-height: 20px;}
#cookie-notice .cn-button {
/*	font-family: museo-sans-rounded, sans-serif;
    font-weight: 300;*/
    text-shadow: none;
    border-radius: 0px;
    border: none;
    background: #ffffff;
    color: #3E4543;
    cursor: pointer;
    padding: 4px 15px;
    font-size: 18px;
    line-height: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 0px;
    font-family: antarctican-headline, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 5px;
}

#cookie-notice .cn-button:hover {
	background: #efefef !important;
}

.band.error-band {
	padding: 200px 0px 120px 0px;
	text-align: center;
}

strong,
i {
	font-family: inherit;
	font-weight: 700;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

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;
}

a:hover {
	color: #999;
}

img {display: block; max-width: 100%; height: auto;}

.band {
	min-width: 100%;
	position: relative;
}

.hide-desktop {display: none !important;}

.wrap {
	position: relative;
	display: block;
}

a.box-link {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	border: none;
    height: 100%;
    width: 100%;
    z-index: 1000;
    background: transparent url(//utsdigbeth.devbyfuture.co.uk/wp-content/themes/digbeth/assets/box-link.png);
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	/*padding-top: 30px;*/
	height: 0;
	overflow: hidden;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fade-2 {
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
  	-o-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
}

.fade-3 {
	-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;
}

.container.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.featherlight-content {
	overflow: visible;
	border: none !important;
	padding: 0px !important;
}
body .featherlight-close-icon {
	color: #ffffff !important;
    background: #000000 !important;
    text-shadow: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 27px !important;
    line-height: 30px !important;
    top: 20px !important;
    right: 20px !important;
    width: 40px !important;
    height: 40px !important;
    opacity: 0.4;
    font-family: antarctican-headline, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out margin-bottom: 0;
    padding: 0px;
    margin-bottom: 0px;
}

body .featherlight-close-icon:hover {opacity: 0.8;}

body .featherlight-content span.featherlight-previous,
body .featherlight-content span.featherlight-next {
	background: none !important;
	height: 46px !important;
	top: 50% !important;
	transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	width: 70px;
	height: 70px !important;
    background: #000000 !important;
    padding: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0.4;
    border-radius: 5px;
}
body .featherlight-content span.featherlight-previous:hover,
body .featherlight-content span.featherlight-next:hover {opacity: 0.8;}

body .featherlight-content span.featherlight-previous {left: 20px !important; right: auto !important;}
body .featherlight-content span.featherlight-next {right: 20px !important; left: auto !important;}

body .featherlight-content span.featherlight-previous span,
body .featherlight-content span.featherlight-next span {
	width: 45px !important;
	display: block !important;
	position: static !important;
	margin: 0px !important;
}

/* #Page Styles
================================================== */

/* ::::::::: Global Styles ::::::::: */

.band {
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	padding: 80px 0px;
}

.ie8 .band {width: 100%;}

.band.band-generalbanner {
	text-align: center;
	padding: 220px 0px 100px 0px;
}

.bodycopy .sixteen.columns:first-child {
	padding: 0px 22%;
}

.bodycopy .sixteen.columns.full-width:first-child {
	padding: 0;
}

/* .bodycopy .sixteen.columns .issuu {
	width: 160% !important;
	margin-left: -30% !important;
	height: 600px !important;
} */

.bodycopy hr {
	border: solid #4c5758;
    border-width: 4px 0 0;
    clear: both;
    margin: 25px 0px;
    height: 0;
    opacity: 0.5;
}

.band.band-generalbanner h1 {
	max-width: 850px;
	margin: 0px auto;
}

.bodycopy ul,
.bodycopy ol {margin-left: 17px;}
.bodycopy ul li,
.bodycopy ol li {
	list-style-type: disc;
	padding-left: 10px;
	margin-bottom: 15px;
}

.bodycopy ol li {
	list-style-type: decimal;
}

.bodycopy h3 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #e7aebb;
    font-family: antarctican-headline, sans-serif;
    text-transform: uppercase;
}

.bodycopy h4 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #4c5858;
    font-family: antarctican-headline, sans-serif;
    text-transform: uppercase;
}

.bodycopy a {
	text-decoration: underline;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.bodycopy a:hover {
    color: #e6aebb;
}



.bodycopy blockquote {
	border-left: 5px #e7aebc solid;
	color: #222124;
	padding: 10px 0px 10px 20px;
}
.bodycopy input[type="text"],
.bodycopy input[type="email"],
.bodycopy input[type="tel"],
.bodycopy input[type="number"],
.bodycopy select {
	width: 100%;
	background: #eeeded;
	font-family: museo-sans-rounded, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
	box-shadow: none !important;
	outline: none !important;
	margin-bottom: 30px;
}


.bodycopy form .wpcf7-form-control-wrap {
	width: 100%;
}


.bodycopy select {-webkit-appearance: none;}

.bodycopy input[type="text"],
.bodycopy input[type="email"],
.bodycopy input[type="tel"],
.bodycopy input[type="number"],
.bodycopy select,
.bodycopy textarea {
	border: 1px solid rgba(77, 88, 88, 0.5);
	padding: 8px 17px;
}

.bodycopy textarea {
	width: 100%;
	background: #eeeded;
	font-family: museo-sans-rounded, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
	height: 170px;
	resize: none;
	box-shadow: none !important;
}

.bodycopy input[type="submit"] {
	padding: 8px 15px !important;
	display: block;
	cursor: pointer;
	position: relative;
	margin: 0px;
	color: #e6aebb;
	background: #4d5858;
	display: inline-block;
	-webkit-transition: all 0.4s ease-in-out;
  	-moz-transition: all 0.4s ease-in-out;
  	-o-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
  	font-family: antarctican-headline, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	line-height: 26px;
	padding-bottom: 1px;
  	text-transform: uppercase;
  	border-radius: 0px;
  	border: none;
  	text-shadow: none;
  	outline: none;
  	display: inline-block;
  	margin-top: 40px;
}

.bodycopy input[type="submit"]:hover {background: #e6aebb; color: #ffffff;}

.bodycopy span.wpcf7-not-valid-tip {font-size: 18px;}

.bodycopy form .bg-pink,
.bodycopy form .bg-grey {
	padding: 25px;
}

.bodycopy form .bg-pink input:not([type="checkbox"]),
.bodycopy form .bg-pink textarea,
.bodycopy form .bg-pink select,
.bodycopy form .bg-grey input:not([type="checkbox"]),
.bodycopy form .bg-grey textarea,
.bodycopy form .bg-grey select {
	border: none !important;
	margin-bottom: 30px;
}

.bodycopy form br {display: none;}

.bodycopy form label {margin-bottom: 15px;}
span.wpcf7-list-item.first {margin-left: 0px;}
.bodycopy form label span {font-size: 16px; line-height: 20px; color: #4c5858;}
.bodycopy form .wpcf7-checkbox label span {font-weight: 700;}

.bodycopy form .bg-pink p {display: none;}

.bodycopy form input[name="specify"] {margin-bottom: 0px !important;}

.bodycopy div.wpcf7-response-output {margin-left: 0px; padding-left: 0px;}



/* ::::::::: Read More Styles ::::::::: */

.read-more {
	padding: 8px 15px;
	display: block;
	cursor: pointer;
	position: relative;
	margin: 15px 15px 0px 0px;
	color: #4d5858;
	display: inline-block;
	-webkit-transition: all 0.4s ease-in-out;
  	-moz-transition: all 0.4s ease-in-out;
  	-o-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}

.read-more span,
.read-more p {
	font-family: antarctican-headline, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #666;
	font-size: 22px;
	line-height: 26px;
	padding-bottom: 1px;
	-webkit-transition: all 0.4s ease-in-out;
  	-moz-transition: all 0.4s ease-in-out;
  	-o-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
  	text-transform: uppercase;
  	color: inherit;
}

.read-more:hover span {color: #444E5C;}

.read-more .txt-white {color: #ffffff;}
.read-more .txt-grey {color: #4d5858;}
.read-more .txt-pink {color: #e6aebb;}

.read-more.white-txt-hov:hover span {color: #ffffff !important;}
.read-more.grey-txt-hov:hover span {color: #4d5858 !important;}
.read-more.pink-txt-hov:hover span {color: #e6aebb !important;}

.read-more.white-bg-hov:hover {background: #ffffff !important;}
.read-more.grey-bg-hov:hover {background: #4d5858 !important;}
.read-more.pink-bg-hov:hover {background: #e6aebb !important;}


.read-more img,
.read-more .arrow {
	width: 18px;
	position: absolute;
	top: 4px;
	right: 0px;
	-webkit-transition: all 0.4s ease-in-out;
  	-moz-transition: all 0.4s ease-in-out;
  	-o-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}

.read-more:hover img,
.read-more:hover .arrow {right: -5px;}

.read-more.box .arrow {
	right: 15px;
	top: 14px;
}

.read-more.box:hover img,
.read-more.box:hover .arrow {right: 10px;}

.read-more input,
.read-more input:hover {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
    height: 100%;
    min-width: 100%;
    z-index: 1000;
    background: none;
	border: none;
	margin-bottom: 0px;
	padding: 0px;
	opacity: 0;
}

/* ::::::::: Header Styles ::::::::: */

header {
	padding: 25px 0px 20px 0px;
	background-color: #FFF;
	position: fixed;
	width: 100%;
	z-index: 9000;
	box-shadow: 0 4px 35px -2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out;
  	-moz-transition: all 0.4s ease-in-out;
  	-o-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}

header .header-logo {
	float: left;
	width: 150px;
	height: auto;
	position: relative;
}

header .desktop-nav {
	float: right;
	width: auto;
}

header .desktop-nav ul {margin-bottom: 0px; padding-top: 18px;}
header .desktop-nav ul li {display: inline-block; margin: 0px 20px;}
header .desktop-nav ul li:first-child {margin-left: 0px;}
header .desktop-nav ul li:last-child {margin-right: 0px;}
header .desktop-nav ul li a {
	display: block; 
	padding-bottom: 10px; 
	border-bottom: 3px solid transparent; 
	color: inherit;
	font-family: antarctican-headline, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
}

header .desktop-nav ul li a:hover,
header .desktop-nav ul li.active a {
	border-color: #ffffff;
}

.not-bottom header .desktop-nav li:last-child a {border-color: transparent;}
.not-bottom header .desktop-nav li:last-child a:hover {border-color: #ffffff;}


.header-push {
	padding: 15px 0px 15px 0px;
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
  	-moz-transition: all 0.4s ease-in-out;
  	-o-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}

.cta {
	position: fixed;
    transform: rotate(90deg);
    top: 250px;
    right: -73px;
    z-index: 100;
    background: #4d5858;
    padding: 20px 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
   /* box-shadow: 5px 3px 7px 4px rgba(0,0,0,0.2);*/
   box-shadow: 4px 0px 7px 4px rgba(0,0,0,0.2);
    cursor: pointer;
    -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;
}

.cta:hover {
	background: #e6aebb;
	padding-top: 30px;
	right: -70px;
	top: 245px;
}


.cta p {
	font-family: antarctican-headline, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 38px !important;
    margin-bottom: 0;
    margin-top: -6px;
}

/* ---- Start: Mobile icon style & animation ---- */

header .mobile-menu-button {
	width: 25px !important;
	position: absolute;
	top: 1px;
	right: 0px;
	cursor: pointer;
}

header .mobile-menu-button line {
	-webkit-transition: all 0.4s ease-in-out;
  	-moz-transition: all 0.4s ease-in-out;
  	-o-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}

header .mobile-menu-button.active .menu-line-3 {
	opacity: 0;
	transform: rotate(-45deg) translate(-12px, -2px);
}

header .mobile-menu-button.active .menu-line-1 {
	transform: rotate(45deg) translate(4px, -4px);
}

header .mobile-menu-button.active .menu-line-2 {
	transform: rotate(-45deg) translate(-12px, 7px);
}

header.reverse .mobile-menu-button .menu-line-3,
header.reverse .mobile-menu-button .menu-line-1,
header.reverse .mobile-menu-button .menu-line-2 {
	stroke: #FFF;
}

.sixteen.columns.mobile-nav {display: none;}

/* header .mobile-menu-button {
	display: none;
} */

/* ---- End: Mobile icon style & animation ---- */

/* ::::::::: BANNER STYLES ::::::::: */

.banner {
    /*background-image: url(//utsdigbeth.devbyfuture.co.uk/wp-content/themes/digbeth/images/general-images/home-banner-2.jpg);*/
    background-attachment: fixed;
    background-position: center 70px;
    background-repeat: no-repeat;
    background-size: cover;
	overflow: hidden;
	position: relative;
	padding-top: 110px;
	width: 100vw;
    height: 100vh;
    min-height: 820px;
}
.banner-slider-wrap {position: absolute !important;}
.banner-slider-wrap,
.banner-slider-wrap .slick-list,
.banner-slider-wrap .slick-list .slick-track {
	width: 100vw;
    height: 100vh;
    min-height: 820px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.banner-slider-wrap .banner-image {
	background-size: cover !important;
}

.banner-video-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.banner-video-wrap video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
}

.banner-video-wrap video img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
}

.banner .banner-overlay {
	position: absolute; 
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.5);
	z-index: 2;
}

.banner .container.middle {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 55px;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	z-index: 3;
	text-align: center;
}


.banner .container.bottom {
	position: absolute;
	bottom: 0%;
	left: 50%;
	padding-bottom: 50px;
	transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	z-index: 3;
	text-align: center;
}



.banner .arrow {
	width: 45px;
    height: auto;
    position: absolute;
    top: 40%;
    /* top: 55%; */
    left: 0px;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    z-index: 4;
}
.banner .container.middle .arrow-left {
	right: auto;
    left: 0px;
}
.banner .container.middle .arrow-right {
	left: auto;
    right: 0px;
}
.banner .arrow:hover {opacity: 0.7;}

.banner .banner-logo {
	width: 500px;
	margin: 0px auto 120px auto;
}

.banner h1,
.banner h2,
.banner h3 {
	margin-bottom: -4px;
}

.banner-general {
	padding-top: 200px;
	text-align: center;
	position: relative;
}

.banner-general .bg-image,
.banner-general .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.banner-general .bg-image {z-index: 2;}
.banner-general .overlay {z-index: 3; background: rgba(0,0,0,0.6); mix-blend-mode: multiply;}
.banner-general .container {position: relative; z-index: 4;}

.banner-general h1 {
	font-size: 80px;
    line-height: 85px;
}

/* ::::::::: OVERVIEW STYLES ::::::::: */

.band.overview,
.band.about {
	text-align: center;
}

.band.overview .container,
.band.about .container {
	position: relative;
	z-index: 2;
}

.band.overview .txt-large,
.band.about .txt-large {
	margin: 0px auto;
	max-width: 770px;
	margin-bottom: 40px;
}

.band.overview h3 ,
.band.about h3 {
	font-weight: 700;
    font-size: 48px;
    line-height: 53px;
    margin-bottom: 0px;
    max-width: 800px;
    margin: 0px auto;
}

.band.overview .roundel-wrap {width: 100%;}
.band.overview .roundel {
	float: left;
	width: 16%;
	height: 201.5px;
	margin: 0px 2%;
	padding: 35px 20px;
	border-radius: 50%;
	border: 2px solid #4d5858;
	position: relative;
}

.band.overview .roundel:nth-child(1) {margin-left: 0px; margin-right: 4%;}
.band.overview .roundel:nth-child(2) {margin-left: 1%; margin-right: 3%;}
.band.overview .roundel:nth-child(3) {}
.band.overview .roundel:nth-child(4) {margin-left: 3%; margin-right: 1%;}
.band.overview .roundel:nth-child(5) {margin-right: 0px; margin-left: 4%;}

.band.overview .roundel p {
	font-family: antarctican-headline, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    line-height: 29px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    margin-bottom: 0px;
    margin-top: -4px;
    text-transform: uppercase;
}

.band.overview .bg-logo ,
.band.about .bg-logo {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    opacity: 0.1;
    z-index: 1;
    width: 70%;
    max-width: 900px;
}

.band.overview .icon ,
.band.about .icon {
	width: 170px;
	margin: 0px auto;
	margin-bottom: 40px;
}

/* ::::::::: TIMELINE STYLES ::::::::: */
.band.timeline {text-align: center;}
.band.timeline h2 {
	text-align: center;
	margin-bottom: 70px;
}

.band.timeline .timeline-wrap {
	position: relative;
	margin-top: 0px;
}

.bg-fade {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 300px;
	background-size: contain !important;
	z-index: 3;
}

.bg-fade.fade-left {
	background: url(//utsdigbeth.devbyfuture.co.uk/wp-content/themes/digbeth/images/general-images/fade-left-2.png) no-repeat left center;
	left: 0px;
}
.bg-fade.fade-right {
	background: url(//utsdigbeth.devbyfuture.co.uk/wp-content/themes/digbeth/images/general-images/fade-right-2.png) no-repeat right center;
	right: 0px;
}

.band.timeline .txt-large {
    margin: 0px auto;
    max-width: 770px;
    margin-bottom: 80px;
}

.band.timeline .line {
	position: absolute;
    height: 3px;
    width: 100%;
}

.band.timeline .line-end {
    position: absolute;
    height: 15px;
    width: 15px;
    right: 0px;
    top: -6.5px;
    border-color: #4d5858;
    border-top: 3px solid #4d5858;
    border-right: 3px solid #4d5858;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.band.timeline .timeline-item {
	float: left;
    width: 20%;
    margin-left: 0;
    margin-right: 5%;
}


.band.timeline .timeline-item .circle {
	width: 20px;
	height: 20px;
	/*background: #e6aebb;*/
	border-radius: 50%;
	margin: 0px auto;
	margin-top: -9px;
	margin-bottom: 20px;
}

.band.timeline .timeline-item .timeline-text {
	margin: 0px auto;
	text-align: center;
}
.band.timeline .timeline-item .timeline-text p {margin-bottom: 10px;}
.band.timeline .timeline-item .timeline-text p:first-child {margin-bottom: 5px;}


/* ::::::::: MASTERPLAN STYLES ::::::::: */

.band.masterplan h2 {text-align: center;}
.band.masterplan .tab-links-mobile {display: none;}
.band.masterplan .tab-links {text-align: center; margin-bottom: 70px; margin-top: 30px;}
.band.masterplan .tab-links ul {margin-bottom: 0px;}
.band.masterplan .tab-links li {
	display: inline-block; 
	margin: 0px 20px;
	padding-bottom: 5px;
	border-bottom: 3px solid transparent;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
	font-family: antarctican-headline, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
}

.band.masterplan .tab-links li.active,
.band.masterplan .tab-links li:hover {border-color: #e6aebb;}

.band.masterplan .tab-content {display: none; position: relative;}
.band.masterplan .tab-content.active {display: block;}


.band.masterplan .tab-content .bg-logo {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    opacity: 0.1;
    z-index: 1;
    width: 100%;
    max-width: 900px;
    z-index: 1;
    opacity: 0.075;
}
.band.masterplan .tab-content.history-tab .sixteen {position: relative;}
.band.masterplan .tab-content.history-tab {padding-bottom: 0px; text-align: center;}
.band.masterplan .tab-content.history-tab .read-more {position: relative; z-index: 3;}
.band.masterplan .tab-content.history-tab .txt-large {margin-bottom: 0px; position: relative; z-index: 2;}


.band.masterplan .tab-content h3 {
	font-family: antarctican-headline, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	font-size: 43px;
    line-height: 47px;
    margin-bottom: 10px;
}

.band.masterplan .tab-content h3.sub {
	font-weight: 500;
	margin-bottom: 10px;
}

.band.masterplan .map-tab .eleven.columns {position: relative;}

.band.masterplan .tab-content.map-tab p a {
	font-size: inherit;
	font-weight: inherit;
	text-decoration: underline;
	color: inherit;
} 
.band.masterplan .tab-content.map-tab p a:hover {
	color: #e6aebb;
}

.band.masterplan .tab-content .image-enlarge {
	width: auto;
    display: inline-block;
    margin-top: 50px;
    cursor: pointer;
    position: relative;
}

.band.masterplan .tab-content .enlarge-icon {
	width: 50px;
	float: left;
	-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;
}
.band.masterplan .tab-content .image-enlarge:hover .enlarge-icon {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.band.masterplan .tab-content .image-enlarge p {
	margin-top: 7px;
	padding-left: 5px;
	display: inline-block;
	float: left;
	font-size: 22px;
	line-height: 26px;
}

.band.masterplan .tab-content.aerial-tab img {margin: 0px auto; max-width: none; width: 100%;}
.band.masterplan .tab-content.aerial-tab .aerial-wrap {position: relative;}

/*.band.masterplan .tab-content.visuals-tab .slick-track {
	height: 600px !important;
    overflow: hidden;
}*/

.band.masterplan .tab-content.visuals-tab {padding-bottom: 50px;}
.band.masterplan .tab-content.visuals-tab .slider-image-wrap {
	height: 650px;
	/*width: 1260px !important;*/
	overflow: hidden;
	position: relative;
}
.band.masterplan .tab-content.visuals-tab .slider-image-item {
	height: 650px;
	width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.band.masterplan .tab-content.visuals-tab .slider-image-wrap:hover .slider-image-item {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.band.masterplan .tab-content.visuals-tab .sixteen {position: relative;}
.band.masterplan .tab-content.visuals-tab .arrows-wrap {
	position: absolute;
	right: 0%;
	bottom: -50px;
	width: 70px;
	height: 30px;
}

.band.masterplan .tab-content.visuals-tab .arrow.arrow-left,
.band.masterplan .tab-content.visuals-tab .arrow.arrow-right {
	position: static;
	float: left;
	width: 30px;
	height: auto;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.band.masterplan .tab-content.visuals-tab .arrow:hover {opacity: 0.8;}
.band.masterplan .tab-content.visuals-tab .arrow.arrow-left {margin-right: 5px;}
.band.masterplan .tab-content.visuals-tab .arrow.arrow-right {margin-left: 5px;} 




/* ::::::::: RESOURCES STYLES ::::::::: */

.band.resources h2,
.band.resources p {text-align: center;}

.band.resources .resource-icon {
	width: 50px;
    margin: 40px auto 40px auto;
}

.band.resources ul {
/*	max-width: 900px;
	margin: 0px auto;
	column-count: 3;
	column-gap: 182px;*/
	text-align: center;
    max-width: 700px;
    margin: 0px auto;
    column-count: 2;
    column-gap: 50px;
}

.band.resources ul li {margin-bottom: 10px;}

.band.resources ul li a {
	text-decoration: underline;
	font-size: 22px;
    line-height: 24px;
}


.band.resources ul li a:active,
.band.resources ul li a:focus,
.band.resources ul li a:visited {color: inherit;}

.band.resources ul li a:hover {
	color: #e6aebb;
}


/* ::::::::: GALLERY STYLES ::::::::: */
.band.gallery {padding: 0px;}
.band.gallery .grid-item {
    width: 33.333%;
    float: left;
    height: 300px;
    overflow: hidden;
    position: relative;
    background-size: cover !important;
    mix-blend-mode: overlay;
    cursor: pointer;
}

.band.gallery .grid-item .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 1;
}
.band.gallery .grid-item:hover .overlay {opacity: 0;}

/*.band.gallery .grid-item img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: 100%;
    height: auto;
}
*/

.band.gallery .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 1;
	pointer-events: none;
}
.band.gallery:hover .container {opacity: 0;}

.band.gallery .container h2 {
	font-size: 140px;
	line-height: 140px;
	margin-bottom: 0px;
}

.band.gallery .container p {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	margin-top: 20px;
}

/* ::::::::: LATETEST NEWS STYLES ::::::::: */


.band.events-intro {padding: 35px 0px 40px 0px;}
.band.events-intro h2 {text-align: center;}
.band.events-intro .txt-large {
    margin: 0px auto;
    max-width: 800px;
    margin-bottom: 0px;
    margin-top: 30px;
    text-align: center;
}
.band.events-intro .txt-large p:last-child {margin-bottom: 0px;}

.event-image-wrap,
.event-image-wrap .slick-list,
.event-image-wrap .slick-track{
	position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.event-image-wrap .image-item {
	/*position: absolute;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important; 
    filter: grayscale(100%);
}

.event-image-wrap .image-item .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    mix-blend-mode: multiply;
    opacity: 0.75;
}
.band.latest-events {padding: 150px 0px;}
.latest-events .container {z-index: 2; text-align: center;}

.latest-events .news-slider-outer {
	max-width: 800px;
	margin: 0px auto;
	/*margin-top: 100px;*/
	position: relative;
}

.latest-events .news-slider-outer .arrow {
	width: 30px;
	height: auto;
	position: absolute;
	top: 48%;
	left: -50px;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
}
.latest-events .news-slider-outer .arrow:hover {opacity: 0.8;}
.latest-events .news-slider-outer .arrow.arrow-right {left: auto; right: -50px;}

.latest-events .news-slider-outer .news-slider-inner {
	padding: 0px 50px;
}

.latest-events p.date {
	margin: 0px 0px 20px 0px;
	font-size: 22px;
	line-height: 22px;
}

.latest-events .txt-white p,
.latest-events .txt-white li,
.latest-events .txt-white h3,
.latest-events .txt-white h4 {color: #ffffff;}

.latest-events h2 {font-size: 45px; line-height: 50px;}


/* ::::::::: VIDEO BAND STYLES ::::::::: */

.band.video-band {
	text-align: center;
}

.band.video-band h2 {margin-bottom: 70px;}

.band.video-band h3 {
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 0px;
	margin-top: 20px;
}


/*.band.video-band .sixteen.columns .video-wrapper:first-of-type {margin-bottom: 40px;}
.band.video-band .sixteen.columns .video-wrapper:last-of-type {margin-bottom: 0px;}*/


/* ::::::::: CONTACT BAND STYLES ::::::::: */

.band.contact-band {text-align: center;}

.band.contact-band .txt-large,
.band.contact-band .form {
	margin: 0px auto;
	max-width: 770px;
	margin-bottom: 20px;
	margin-top: 50px;
}

.band.contact-band .txt-large a {text-decoration: underline;}
.band.contact-band .txt-large a:hover {color: #e6aebb;}

.band.contact-band .form input[type="text"],
.band.contact-band .form input[type="email"],
.band.contact-band .form input[type="tel"],
.band.contact-band .form input[type="number"] {
	/*width: 49%; 
	float: left;*/
	width: 100%;
	background: #eeeded;
	font-family: museo-sans-rounded, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
	box-shadow: none !important;
	outline: none !important;
}

.band.contact-band form .row {margin-bottom: 0px;}

.band.contact-band form .row .wpcf7-form-control-wrap {
	width: 49%;
	float: left;
}

.band.contact-band form .row .wpcf7-form-control-wrap:nth-child(odd) {margin-right: 1%;}
.band.contact-band form .row .wpcf7-form-control-wrap:nth-child(even) {margin-left: 1%;}

span.wpcf7-not-valid-tip {
	font-family: museo-sans-rounded, sans-serif;
	font-weight: 300;
	color: #bb1b1b;
	margin-top: -10px;
	margin-bottom: 15px;
}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
	border: none !important;
	font-family: museo-sans-rounded, sans-serif;
	font-weight: 300;
	font-size: 18px;
}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {color: #bb1b1b;}

/*.band.contact-band .form input:not([type="submit"]):nth-child(odd) {margin-right: 1%;}
.band.contact-band .form input:not([type="submit"]):nth-child(even) {margin-left: 1%;}*/

.band.contact-band .form input[type="text"],
.band.contact-band .form input[type="email"],
.band.contact-band .form input[type="tel"],
.band.contact-band .form input[type="number"],
.band.contact-band .form textarea {
	border: 1px solid rgba(77, 88, 88, 0.5);
	padding: 8px 17px;
}

.band.contact-band .form textarea {
	width: 100%;
	background: #eeeded;
	font-family: museo-sans-rounded, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
	height: 170px;
	resize: none;
	box-shadow: none !important;
}

.band.contact-band .form p.terms {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	max-width: 400px;
	margin: 40px auto 30px auto;
}

.band.contact-band .form p a {
	text-decoration: underline;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: inherit;
	line-height: inherit;
	color: inherit; 
}

.band.contact-band .form p a:hover {color: #e6aebb;}

.band.contact-band .form input[type="submit"] {
	padding: 8px 15px !important;
	display: block;
	cursor: pointer;
	position: relative;
	margin: 0px;
	color: #e6aebb;
	background: #4d5858;
	display: inline-block;
	-webkit-transition: all 0.4s ease-in-out;
  	-moz-transition: all 0.4s ease-in-out;
  	-o-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
  	font-family: antarctican-headline, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	line-height: 26px;
	padding-bottom: 1px;
  	text-transform: uppercase;
  	border-radius: 0px;
  	border: none;
  	text-shadow: none;
  	outline: none;
  	display: inline-block;
}

.band.contact-band .form input[type="submit"]:hover {background: #e6aebb; color: #ffffff;}

/* ::::::::: THE DEVELOPER :::::::::: */

.band.developer,
.band.about {
	position: relative; 
	text-align: center;
	padding-bottom: 40px;
}
.band.developer .bg-logo {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    opacity: 0.1;
    z-index: 1;
    width: 70%;
    max-width: 900px;
}
.band.developer .container {position: relative; z-index: 2;}
.band.developer .dev-logo {
	width: 300px;
	margin: 40px auto;
}
.band.developer h3 {
	font-size: 53px;
    line-height: 57px;
    margin-bottom: 0px;
    font-weight: 700;
}
.band.developer .txt-large {
    margin: 0px auto;
    max-width: 770px;
    margin-bottom: 70px;
    margin-top: 20px;
}
.band.developer h4,
.band.about h4 {
	font-weight: 700;
	font-family: antarctican-headline, sans-serif;
	text-transform: uppercase;
}

.full-width-images {
	width: 100%;
	position: relative;
}

.full-width-images .image-wrap {
	height: 280px;
	float: left;
	background-size: cover !important;
	position: relative;
	overflow: hidden;
}

.full-width-images .image-wrap .image {
	-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;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-size: cover !important;
}

.full-width-images .image-wrap:hover .image {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.full-width-images.fourcol-images .image-wrap {
	width: 25%;
}

.full-width-images.twocol-images .image-wrap {
	width: 50%;
	height: 400px;
}

.image-arrow-wrap {
	width: 70px;
	margin: 0px auto;
	position: relative;
	display: none;
}
.image-arrow-wrap .arrow {
    width: 30px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.image-arrow-wrap .arrow:hover {opacity: 0.7;}
.image-arrow-wrap  .arrow.arrow-left {left: 0px;}
.image-arrow-wrap  .arrow.arrow-right {right: 0px;}

.caption {
    position: absolute;
    left: 0px;
    width: 100%;
    height: auto;
    bottom: 0px;
    background: rgba(46, 47, 47, 0.8);
    text-align: center;
    padding: 10px;
}

.caption p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
}

/* ::::::::: BENEFITS BAND STYLES ::::::::: */

.band.benefits {
	text-align: center;
}

.band.benefits .txt-large {
	margin: 0px auto;
    max-width: 770px;
    margin-bottom: 80px;
}

.band.benefits .ben-icon {
	margin: 0px auto 30px auto;
	width: 80%;
	max-width: 150px;
}

.band.benefits .ben-txt p {
	font-family: antarctican-headline, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 27px;
	width: 80%;
	max-width: 200px;
	margin: 0px auto;
}

.band.benefits .benefits-wrap .row:first-child {margin-bottom: 80px; margin-top: 80px;}
.band.benefits .benefits-wrap .row:last-child {margin-bottom: 0px;}


/* ::::::::: FEEDBACK BAND STYLES ::::::::: */
.band.feedback {text-align: center; position: relative;}
.band.feedback .bg-image {
	position: absolute;
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.band.feedback .overlay {
	position: absolute;
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    mix-blend-mode: multiply;
    opacity: 0.75;
    z-index: 2
}
.band.feedback .container {position: relative; z-index: 3;}
.band.feedback .txt-large {margin-bottom: 0px;}
.band.feedback .read-more {margin-right: 0px;}

.band.feedback .feedback-image {margin-right: 20px;}
.band.feedback .feedback-slider-outer {margin-top: 60px; position: relative;}
.band.feedback .arrow {
	width: 30px;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.band.feedback .arrow:hover {opacity: 0.8;}
.band.feedback .arrow.arrow-left {left: 0px;}
.band.feedback .arrow.arrow-right {right: 20px; left: auto;}
.band.feedback .feedback-slider-inner {width: 88%; margin: 0px auto;}



/* ::::::::: FOOTER BAND STYLES ::::::::: */
.footer .footer-logo {
	width: 200px;
	margin: 0px auto;
	margin-bottom: 40px;
}
.footer .future a { color: #fff !important;}
.footer .sixteen.columns {text-align: center;}
.footer .sixteen.columns h3 {font-weight: 700; margin-bottom: 30px;}

.footer .social-logos {text-align: center;}
.footer .social-button {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
	width: 35px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.footer .social-button:hover {opacity: 0.7;}

.footer .left p {margin-bottom: 10px;}
.future .logo-wrap {position: relative;}
.future p,
.future .logo-wrap {
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.future .logo-wrap:hover {opacity: 0.7;}

.future .logo-wrap {
	margin-left: 5px;
    width: 63px;
    margin-bottom: -7px;
}
.footer .middle {text-align: center;}
.footer .middle li {display: inline-block; margin: 0px 15px; text-align: center;}
.footer .middle li a {
	color: #ffffff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.footer .middle li a:hover {opacity: 0.7;}
.footer .middle ul {margin-bottom: 0px;}

.footer .right img {width: 170px; float: right;}

.footer .container.footer-bottom {
	padding-top: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    align-items: flex-end;
}

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

	/* Over 1600 sizes (devices and browsers) */
	@media only screen and (min-width: 1600px) {
		.bg-fade {width: 12%;}
	}

	@media only screen and (min-width: 1300px) {
		.bg-fade {width: 8%;}
	}


	/* Desktop 960 to 1300 sizes (devices and browsers) */
	@media only screen and (max-width: 1300px) {
		.band.banner-general {padding-top: 200px;}
 		.bodycopy .sixteen.columns:first-child {padding: 0px 12%;}

		/* ::::::::: Global Styles ::::::::: */
		header .desktop-nav ul li {margin: 0px 15px;}
		.band {padding: 70px 0px;}
		.bg-fade {width: 10%;}
		.bg-fade.fade-left {left: -5%;}
		.bg-fade.fade-right {right: -5%;}
		.banner .arrow {width: 35px;}

		.band.overview .bg-logo,
		.band.about .bg-logo {width: 800px; max-width: 80%}

		.band.masterplan .tab-content .bg-logo {
			width: 800px;
			max-width: 100%;
		}

		.band.masterplan .tab-content.visuals-tab .slider-image-wrap,
		.band.masterplan .tab-content.visuals-tab .slider-image-item {height: 550px;}

		.band.overview .roundel {height: 150.3px; padding: 25px 20px;}
		.band.overview .roundel p {font-size: 20px; line-height: 25px;}
		
		.band.overview .txt-large,
		.band.about .txt-large,
		.band.benefits .txt-large,
		.txt-large {margin-bottom: 50px;}
		/*.band.overview h3 {margin-bottom: 30px;}*/

		.band.overview .icon,
		.band.about .icon {width: 120px;}

		.band.overview h3,
		.band.about h3 {font-size: 35px; line-height: 40px;}

		.timeline-item p {font-size: 16px; line-height: 20px;}

		.band.gallery .grid-item {height: 250px;}

		.band.video-band h2 {margin-bottom: 50px;}

		.band.developer .bg-logo {width: 800px; max-width: 80%}
		.band.developer h3 {font-size: 40px; line-height: 45px;}
		.full-width-images .image-wrap {height: 200px;}
		.full-width-images.twocol-images .image-wrap {height: 300px;}

		.band.benefits .ben-txt p {width: 85%; font-size: 20px; line-height: 25px;}



	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

		.hide-desktop {display: none !important;}

		/* ::::::::: Global Styles ::::::::: */
		.band.banner-general {padding-bottom: 80px;}
		.bodycopy .sixteen.columns:first-child {padding: 0px 5% !important;}

		.bg-fade {width: 15%;}
		.bg-fade.fade-left {left: -7%;}
		.bg-fade.fade-right {right: -7%;}

		.banner .arrow {top: 23%;}

		.tab-content {padding: 0px 120px;}
		.tab-content .columns {
			width: 100% !important;
			padding: 0px !important;
		}

		.band.masterplan .tab-content.visuals-tab .slider-image-wrap,
		.band.masterplan .tab-content.visuals-tab .slider-image-item {height: 400px;}

		.band.resources ul {
			column-gap: 10px;
			text-align: center;
		}

/*		.latest-events .news-slider-outer .arrow.arrow-left {top: 15px; left: 0px;}
		.latest-events .news-slider-outer .arrow.arrow-right {top: 15px; right: 0px;}*/
		

		.full-width-images.fourcol-images .image-wrap {width: 50%; height: 250px;}
		.full-width-images.twocol-images .image-wrap {height: 250px;}

		.band.benefits .four.columns {width: 364px !important; margin-bottom: 50px; min-height: 305px;}
		.band.benefits .row {margin-bottom: 0px !important;}

	}


	@media only screen and (max-width: 959px) {

		.bodycopy .sixteen.columns:first-child {padding: 0px;}
		.bodycopy p, 
		.bodycopy li, 
		.bodycopy span, 
		.bodycopy label, 
		.bodycopy a {font-size: 18px; line-height: 22px;}
		.bodycopy span.wpcf7-list-item {margin: 0 1em 0 0;}

		.band {padding: 50px 0px;}
		h1, h2, h3:not(.sub) {
			font-size: 40px;
			line-height: 45px;
		}
		p, li, span, label, a {
			font-size: 16px;
			line-height: 18px;
		}
		.txt-large p, .txt-large li, .txt-large span, .txt-large a, .txt-large label {
			font-size: 20px;
			line-height: 24px;
		}

		header .header-logo {width: 100px;}
		header .desktop-nav ul {padding-top: 9px;}
		header .desktop-nav ul li {margin: 0px 10px;}
		header .desktop-nav ul li a {font-size: 18px; line-height: 18px;}

		.banner .banner-logo {width: 300px;}

		.band.overview .roundel {
			width: 170px;
			height: 170px;
			margin-bottom: 20px;
			display: inline-block;
			float: none;
			margin: 0% 2% !important;
		}
		.band.overview .bg-logo,
		.band.about .bg-logo {top: 69%; opacity: 0.1;}

		.timeline-item p {
		    font-size: 14px;
		    line-height: 18px;
		}


		.latest-events .news-slider-outer {margin-top: 50px;}

		.band.developer .bg-logo {width: 800px; max-width: 80%}

		.band.developer h4,
		.band.about h4 {margin-bottom: 40px;}
		.image-arrow-wrap {display: block;}

		.future .logo-wrap {
		    margin-left: 2px;
		    width: 55px;
		    margin-bottom: -5px;
		}
		.footer .left p {margin-bottom: 5px;}

		.footer .middle li {margin-bottom: 10px;}

		.footer .container.footer-bottom {padding-top: 50px;}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

		.hide-desktop {display: block !important;}
		.hide-mobile {display: none !important;}

		.band.band-generalbanner {padding: 130px 0px 50px 0px;}


		/* ::::::::: Global Styles ::::::::: */

		.cta {display: none;}

		header {
		    padding: 17px 0px 12px 0px;
		}

		header .header-logo {width: 90px;}
		header .mobile-menu-button {margin-top: 8px;}
		header .mobile-menu-button svg {display: block;}
		.sixteen.columns.mobile-nav {display: none;}
		.mobile-nav li a {
			display: block;
		    color: inherit;
		    font-family: antarctican-headline, sans-serif;
		    font-weight: 700;
		    font-style: normal;
		    text-transform: uppercase;
		    font-size: 20px;
		    line-height: 20px;
		    text-align: center;
		    padding: 10px 0px;
		    width: 100%;
		    -webkit-transition: all 0.2s ease-in-out;
		    -moz-transition: all 0.2s ease-in-out;
		    -o-transition: all 0.2s ease-in-out;
		    transition: all 0.2s ease-in-out;
		}
		.mobile-nav ul {padding-top: 30px; padding-bottom: 20px;}
		.mobile-nav ul,
		.mobile-nav li  {margin-bottom: 0px;}

		.mobile-nav li a:hover {color: #ffffff !important;}

		h1, 
		h2, 
		h3:not(.sub),
		.latest-events h2 {
		    font-size: 35px;
		    line-height: 40px;
		}

		.band.banner-general {padding-top: 140px;}
		.band.banner-general h1 {font-size: 50px; line-height: 55px;}


		.txt-large p, 
		.txt-large li, 
		.txt-large span, 
		.txt-large a, 
		.txt-large label {
		    font-size: 18px;
		    line-height: 22px;
		}


		.banner {
		    background: url(//utsdigbeth.devbyfuture.co.uk/wp-content/themes/digbeth/images/general-images/home-banner-2.jpg) no-repeat center center;
		    background-attachment: scroll;
		    background-size: cover;
		    height: 93vh;
    	}
    	.banner-slider-wrap {display: none !important;}

		.banner,
		.banner-slider-wrap,
		.banner-slider-wrap .slick-list,
		.banner-slider-wrap .slick-list .slick-track {min-height: 500px;}
/*		.banner .container.middle {
			position: relative;
			transform: none;
			-ms-transform: none;
			-webkit-transform: none;
			-moz-transform: none;
			margin: 100px auto;
			top: auto;
			left: auto;
		}*/
		.banner .container.middle {margin: 0px;}
		.banner .banner-logo {width: 250px; margin-bottom: 0px;}

		.band.overview .roundel {
			display: block;
		    margin: 0px auto 30px auto !important;
		}

		.band.overview .txt-large,
		.band.about .txt-large,
		.band.overview .icon,
		.band.about .icon {margin-bottom: 30px;}

		.band.overview .icon,
		.band.about .icon {width: 100px;}

		.band.overview h3,
		.band.about h3 {
		    font-size: 25px;
		    line-height: 30px;
		}

		.bg-fade.fade-top,
		.bg-fade.fade-bottom {
			width: 100%;
			left: 0px;
			height: 200px;
			background-size: contain; 
		}

		.bg-fade.fade-top {top: -50px; background: url(//utsdigbeth.devbyfuture.co.uk/wp-content/themes/digbeth/images/general-images/fade-top.png) no-repeat; background-position: left top;}
		.bg-fade.fade-bottom {top: auto; bottom: -50px; background: url(//utsdigbeth.devbyfuture.co.uk/wp-content/themes/digbeth/images/general-images/fade-bottom.png) no-repeat; background-position: left bottom;}
		.band.timeline h2 {position: relative; z-index: 4;}
		.band.timeline .line {
		    height: 100%;
		    height: calc(100% - 5px);
		    width: 3px;
		    top: 5px;
		    left: 13.5px;
		}
		.band.timeline .line-end {
			top: auto;
			right: auto;
			left: 8px;
			bottom: 0px;
			transform: rotate(135deg);
    		-ms-transform: rotate(135deg);
   			-webkit-transform: rotate(135deg);
    		-moz-transform: rotate(135deg);
		}
		.band.timeline .timeline-item {
			width: 100%;
			margin: 0px 0px 30px 0px;
			text-align: left;
		}
		.band.timeline .timeline-item .circle {
			margin-top: 0px;
			margin-left: 5px;
			margin-bottom: 0px;
			float: left;
		}

		.band.timeline .timeline-item .timeline-text {
			/*float: left;
			padding-left: 40px;*/
			float: left;
		    padding-left: 0px;
		    width: 80%;
		    margin-left: 10%;
		}

		.band.timeline .timeline-item .timeline-text p {font-size: 16px; line-height: 20px; text-align: left; margin-top: -3px;}
		
		.band.masterplan .tab-links li {margin: 0px 10.5px; font-size: 19px; line-height: 19px;}
		.band.masterplan .tab-links li:first-child {margin-left: 0px;}
		.band.masterplan .tab-links li:last-child {margin-right: 0px;}

		.band.masterplan .tab-content.visuals-tab .slider-image-wrap,
		.band.masterplan .tab-content.visuals-tab .slider-image-item {height: 300px;}

		.latest-events .news-slider-outer .news-slider-inner {padding: 0px;}
		.band.gallery .grid-item {width: 50%;}
		.band.gallery .grid-item:last-child {display: none;}

		.band.gallery .container h2 {font-size: 100px; line-height: 100px;}

		.band.resources ul {
		    max-width: 100%;
		    margin: 0px auto;
		    column-count: 1;
		    column-gap: 0px;
		    width: 500px;
		    text-align: center;
		}
		.band.resources ul li {margin-bottom: 15px;}
		.band.resources ul li a {
			font-size: 18px;
			line-height: 22px;
		}
		.band.latest-events {padding: 80px 0px;}
		.latest-events p.date {margin-top: 0px;}

		.latest-events .news-slider-outer .arrows-wrap {
			position: absolute;
			left: 47%;
			bottom: -50px;
			transform: translate(-50%, 0%);
			-ms-transform: translate(-50%, 0%);
			-webkit-transform: translate(-50%, 0%);
			-moz-transform: translate(-50%, 0%);
			width: 70px;
			height: 30px;
		}

		.latest-events .news-slider-outer .arrow.arrow-left,
		.latest-events .news-slider-outer .arrow.arrow-right {
			position: static;
			float: left;
		}
		.latest-events .news-slider-outer .arrow.arrow-left {margin-right: 5px;}
		.latest-events .news-slider-outer .arrow.arrow-right {margin-left: 5px;} 

		.latest-events .read-more {margin-top: 100px;}

		.band.video-band h2,
		.band.masterplan .tab-links {margin-bottom: 30px;}

		/*.band.video-band .eight.columns .video-wrapper {margin-bottom: 40px;}*/
		/*.band.video-band .eight.columns:last-of-type .video-wrapper {margin-bottom: 0px;}*/

		.band.video-band h3 {
			margin-top: 10px;
			margin-bottom: 25px;
			font-size: 25px;
			line-height: 30px;
		}
		.band.video-band .eight.columns:last-of-type h3 {margin-bottom: 0px;}

		.band.contact-band .txt-large, 
		.band.contact-band .form,
		.latest-events .news-slider-outer,
		.band.timeline h2,
		.band.masterplan .tab-content .image-enlarge {margin-top: 30px;}

		.band.masterplan .tab-content .image-enlarge p {font-size: 18px; line-height: 22px; margin-top: 11px;}

		.band.gallery .grid-item {height: 180px}
		.band.gallery .container {
		    position: absolute;
		    z-index: 6;
		    transform: translate(-50%, 0%);
		    -ms-transform: translate(-50%, 0%);
		    -webkit-transform: translate(-50%, 0%);
		    -moz-transform: translate(-50%, 0%);
		    top: 0;
		    padding-top: 50px;
		}
		.band.gallery .container h2 {font-size: 80px; line-height: 80px;}

		body .featherlight-content span.featherlight-previous, 
		body .featherlight-content span.featherlight-next {
		    width: 40px;
		    height: 40px !important;
		    padding: 9px;
		    opacity: 0.8;
		    border-radius: 5px;
		}
		body .featherlight-content span.featherlight-previous {left: 15px !important;}
		body .featherlight-content span.featherlight-next {right: 15px !important;}

		body .featherlight-content span.featherlight-previous span, 
		body .featherlight-content span.featherlight-next span {
			width: 22px !important;
		}
		.featherlight .featherlight-close-icon {
			opacity: 0.8;
			right: 15px !important;
		}

		.band.contact-band .form input[type="text"], 
		.band.contact-band .form input[type="email"], 
		.band.contact-band .form input[type="tel"], 
		.band.contact-band .form input[type="number"],
		.band.contact-band form .row .wpcf7-form-control-wrap {
			width: 100%;
			margin-left: 0px !important;
			margin-right: 0px !important;
		}


		.band.developer h3 {font-size: 32px; line-height: 37px;}
		.band.developer .dev-logo {width: 200px;}
		.band.developer h4, 
		.band.about h4 {font-size: 25px; line-height: 30px;}
		.full-width-images .image-wrap {/*width: 100% !important;*/ height: 300px !important;}

		.band.benefits .ben-item {margin-bottom: 30px;}
		.band.benefits .row:last-child .ben-item:last-child {margin-bottom: 0px;}
		.band.benefits .ben-icon {width: 100px;}
		.band.benefits .row {margin-bottom: 0px !important;}
		.band.benefits .ben-txt p {width: 100%;}

		.band.feedback .arrows-wrap {
			position: absolute;
			bottom: 0px;
			left: 50%;
			transform: translate(-50%, 0%);
			-ms-transform: translate(-50%, 0%);
			-webkit-transform: translate(-50%, 0%);
			-moz-transform: translate(-50%, 0%);
			width: 70px;
		}
		.band.feedback .feedback-image {margin-right: 0px;}
		.band.feedback .arrow.arrow-right {right: 0px;}
		.band.feedback .feedback-slider-inner {width: 100%;}
		.band.feedback .feedback-slider-outer {padding-bottom: 50px;}

		.footer .container.footer-bottom {display: block;}
		.footer .container.footer-bottom .column {text-align: center; float: left; margin-bottom: 20px;}
		.footer .middle li {margin: 0px 7px;}
		.footer .right img {float: none; margin: 0px auto;}
		.footer .right {margin-bottom: 0px; margin-top: 50px;}
	


	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		h1, h2, h3:not(.sub) {
		    font-size: 30px;
		    line-height: 35px;
		}


		.band.banner h1,
		.band.banner h2,
		.band.banner h3 {font-size: 25px; line-height: 30px;}
		.banner .banner-overlay {background: rgba(0,0,0,0.4);}

		.bodycopy form .bg-pink, 
		.bodycopy form .bg-grey {
			padding: 0px;
			background: none !important;
		}
		.bodycopy form .bg-pink input:not([type="checkbox"]), 
		.bodycopy form .bg-pink textarea, 
		.bodycopy form .bg-pink select, 
		.bodycopy form .bg-grey input:not([type="checkbox"]), 
		.bodycopy form .bg-grey textarea, 
		.bodycopy form .bg-grey select {border: 1px solid rgba(77, 88, 88, 0.5) !important;;}

		.band.timeline h2 {margin-top: 0px; margin-bottom: 100px;}
		.bg-fade.fade-top {top: 0px; background-size: cover !important; height: 190px;}
		.bg-fade.fade-bottom {bottom: 0px;}

		.masterplan .tab-links {display: none;}
		.band.masterplan .tab-links-mobile {
			display: block;
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}
		.band.masterplan .tab-links-mobile .active-tab-wrap {
			position: relative;
			cursor: pointer;
		}
		.band.masterplan .tab-links-mobile .active-tab-wrap img {
			width: 15px;
		    position: absolute;
		    top: 16px;
		    right: 21px;
		    -webkit-transition: all 0.2s ease-in-out;
		    -moz-transition: all 0.2s ease-in-out;
		    -o-transition: all 0.2s ease-in-out;
		    transition: all 0.2s ease-in-out;
		}
		.band.masterplan .tab-links-mobile.open .active-tab-wrap img {
			transform: rotate(90deg);
			-ms-transform: rotate(90deg);
    		-webkit-transform: rotate(90deg);
    		-moz-transform: rotate(90deg);
		}
		.band.masterplan .tab-links-mobile p {
			font-family: antarctican-headline, sans-serif;
		    font-weight: 700;
		    font-style: normal;
		    text-transform: uppercase;
		    font-size: 20px;
		    line-height: 24px;
		    text-align: left;
		    padding: 12px 20px;
		    margin-bottom: 0px;
		}
		.band.masterplan .tab-links-mobile  {margin-bottom: 20px;}
		.band.masterplan .tab-links-mobile ul {margin-bottom: 0px; display: none;}
		.band.masterplan .tab-links-mobile li {
		    display: inline-block;
		    padding: 12px 20px;
		    -webkit-transition: all 0.4s ease-in-out;
		    -moz-transition: all 0.4s ease-in-out;
		    -o-transition: all 0.4s ease-in-out;
		    transition: all 0.4s ease-in-out;
		    cursor: pointer;
		    font-family: antarctican-headline, sans-serif;
		    font-weight: 700;
		    font-style: normal;
		    text-transform: uppercase;
		    font-size: 20px;
		    line-height: 24px;
		    text-align: left;
		    width: 100%;
		    margin-bottom: 0px;
		}

		.band.masterplan .tab-content h3 {font-size: 27px; line-height: 32px;}

		.band.masterplan .tab-content .enlarge-icon {width: 30px;}

		.band.masterplan .tab-content .image-enlarge p {
		    font-size: 16px;
		    line-height: 20px;
		    margin-top: 3px;
		    padding-left: 7px;
		}

		.band.masterplan .tab-content.history-tab .read-more {margin-right: 0px;}
		.band.masterplan .tab-content.history-tab .read-more span {font-size: 16px;}

		.band.masterplan .tab-content.visuals-tab .slider-image-wrap,
		.band.masterplan .tab-content.visuals-tab .slider-image-item {height: 250px;}

		.band.gallery .grid-item {height: 150px;}

		.band.gallery .container h2 {
		    font-size: 60px;
		    line-height: 65px;
		    margin-bottom: 0px;
		}
		.band.gallery .container p {
		    font-size: 17px;
		    line-height: 21px;
		    margin-top: 10px;
		}

		.band.resources ul {column-count: 1;}


		.full-width-images .image-wrap {height: 250px !important;}

	}

	/* Retina Backgrounds */
	@media (-webkit-min-device-pixel-ratio: 1.5) {}

	/* Band Jumps */
	/*@media only screen and (min-width: 1280px) and (max-width: 1379px) {
		.band {width: 100%}
	}

	@media only screen and (min-width: 959px) and (max-width: 1060px) {
		.band {width: 100%}
	}
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight{overflow:hidden}.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:0;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}@media print{html.with-featherlight>*>:not(.featherlight){display:none}}/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.featherlight-next,.featherlight-previous{display:block;position:absolute;top:25px;right:25px;bottom:0;left:80%;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:rgba(0,0,0,0)}.featherlight-previous{left:25px;right:80%}.featherlight-next:hover,.featherlight-previous:hover{background:rgba(255,255,255,.25)}.featherlight-next span,.featherlight-previous span{display:none;position:absolute;top:50%;left:5%;width:82%;text-align:center;font-size:80px;line-height:80px;margin-top:-40px;text-shadow:0 0 5px #fff;color:#fff;font-style:normal;font-weight:400}.featherlight-next span{right:5%;left:auto}.featherlight-next:hover span,.featherlight-previous:hover span{display:inline-block}.featherlight-first-slide.featherlight-last-slide .featherlight-next,.featherlight-first-slide.featherlight-last-slide .featherlight-previous,.featherlight-loading .featherlight-next,.featherlight-loading .featherlight-previous,.featherlight-swipe-aware .featherlight-next,.featherlight-swipe-aware .featherlight-previous{display:none}@media only screen and (max-device-width:1024px){.featherlight-next:hover,.featherlight-previous:hover{background:0 0}.featherlight-next span,.featherlight-previous span{display:block}}@media only screen and (max-width:1024px){.featherlight-next,.featherlight-previous{top:10px;right:10px;left:85%}.featherlight-previous{left:10px;right:85%}.featherlight-next span,.featherlight-previous span{margin-top:-30px;font-size:40px}}