/*
CSS created by David Oldfield
Brainstorm Design / brainstormdesign.co.uk / david.oldfield@brainstormdesign.co.uk
*/
@font-face {
    font-family: 'Bliss';
    src: url('/fonts/bliss-regular-webfont.eot');
    src: url('/fonts/bliss-regular-webfont.eot') format('embedded-opentype'), url('/fonts/bliss-regular-webfont.woff2') format('woff2'), url('/fonts/bliss-regular-webfont.woff') format('woff'), url('/fonts/bliss-regular-webfont.ttf') format('truetype'), url('/fonts/bliss-regular-webfont.svg#Zapfino') format('svg');
}
@font-face {
    font-family: 'Bliss Light';
    src: url('/fonts/bliss-light-webfont.eot');
    src: url('/fonts/bliss-light-webfont.eot') format('embedded-opentype'), url('/fonts/bliss-light-webfont.woff2') format('woff2'), url('/fonts/bliss-light-webfont.woff') format('woff'), url('/fonts/bliss-light-webfont.ttf') format('truetype'), url('/fonts/bliss-light-webfont.svg#Zapfino') format('svg');
}
@font-face {
    font-family: 'Bliss Bold';
    src: url('/fonts/bliss-bold.eot');
    src: url('/fonts/bliss-bold.eot') format('embedded-opentype'), url('/fonts/bliss-bold.woff2') format('woff2'), url('/fonts/bliss-bold.woff') format('woff'), url('/fonts/bliss-bold.ttf') format('truetype'), url('/fonts/bliss-bold.svg#Zapfino') format('svg');
}
* {
    outline: none;
}
html, body {
    height: 100%;
}
html {
    font-size: 14px;
}
body {
    padding: 0px;
    margin: 0px;
    font-family: azo-sans-web, sans-serif;
    font-weight: 350;
    color: #004a8c;
    overflow-x: hidden;
}
a {
    color: #004a8c;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
a:hover {
    text-decoration: underline;
}
p {
    line-height: 150%;
}
.bold {
    font-weight: 700;
}
input, textarea, select, label {
    font-size: 1rem;
    font-family: azo-sans-web, sans-serif;
    font-weight: 350;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 350;
    padding: 0px;
    margin: 0px;
}
#status {
    width: 350px;
    padding: 20px;
    background-color: #fff;
    color: #000;
    position: fixed;
    top: 50%;
    margin-left: -195px;
    left: 50%;
    margin-top: -60px;
    z-index: 999999999999;
    text-align: center;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}
#status h4 {
    font-size: 1.238rem;
    text-transform: uppercase;
    font-weight: 700;
}
#mobile_menu {
    display: none;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.c_20 {
    width: 20%;
}
.c_25 {
    width: 25%;
}
.c_33 {
    width: 33.333333%;
}
.c_50 {
    width: 50%;
}
.c_66 {
    width: 66.666666%;
}
.c_75 {
    width: 75%;
}
.c_100 {
    width: 100%;
}
.header {
    position: relative;
    z-index: 1;
}
.header .flex img {
    width: 60%;
    margin:0px 20% 0px 20%;
}
.header .c_33 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    
    
}
.header .flex .c_66 {
    padding: 15px 0px 0px 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -moz-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header .flex .c_66:last-of-type {
    background-color: #004a8c;
    color: #fff;
    text-align: right;
}
.header a {
    color: #fff;
}
.header p {
    padding-right: 5%;
    margin: 0px;
    font-size: 1.385rem;
    font-weight: 700;
}
.header p.non_mobile {
    display: block;
}
.intro {
    font-size: 1.231rem;
    text-align: center;
}
.intro a.btn {
    border: 3px solid #fff;
    display: inline-block;
    margin: 0px 10px;
}
.intro a.btn:hover {
    text-decoration: none;
    color: #004a8c;
    background-color: #fff;
}
.intro p {
    display: block;
    padding:10px 10%;
}
section {
    padding: 30px 10%;
    text-align: center;
}
#menu_wrap {
    background-color: #a6a8ab;
    padding: 10px  0.7% 10px 0px;
    text-align: center;
    display: block;
    width: 100%;
    margin-top:15px;
    position: relative;
    z-index: 1;
}
img.twitter {
    width: 30px!important;
    position: absolute;
    right: 5%;
    top:8px;
    z-index: 2;
    margin:0px!important;
}
.menu {
    margin-right:8%;
}
.menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 100%;
    -moz-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    
    -moz-align-content: space-between;
    -o-align-content: space-between;
    -webkit-align-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between;
    
    -moz-align-items: stretch;
    -o-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
}
.menu li {
    flex: 1;
}
.menu li:nth-child(3) {
    flex: 0.5;
}
.menu li:nth-child(4), .menu li:nth-child(5) {
    flex: 0.7;
}
.menu a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 5%;
    border-right: 1px solid #004a8c;
}
.menu a:hover {
    background-color: #004a8c;
    text-decoration: none;
}
.menu li:last-of-type a {
    border: none;
}
.menu li img {
    width: 30px!important;
}
#banner {
    height: 60%;
    height: 60vh;
    position: relative;
    z-index: 1;
    background-color: #efefef;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    overflow: hidden;
}
#banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    transition: inherit;
    z-index: 1;
    -webkit-transition: all 7s ease-in-out;
    -moz-transition: all 7s ease-in-out;
    -o-transition: all 7s ease-in-out;
    -ms-transition: all 7s ease-in-out;
    /* Let's enforce some hardware acceleration */
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    transition-delay: 0.5s;
}
.glide__slide.active #banner::before, #banner.active::before {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.tag {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 60%;
    width:calc(60% + 16px);
    padding:0px 20%;
    padding-left:calc(20% - 8px);
    padding-right:calc(20% - 8px);
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out 1s;
    -moz-transition: all 0.4s ease-in-out 1s;
    -o-transition: all 0.4s ease-in-out 1s;
    -ms-transition: all 0.4s ease-in-out 1s;
}
.tag {
    bottom: -100%;
}
.tag h1 {
    font-size: 4rem;
    font-family: 'Bliss';
    display: block;
    padding: 40px 0px 0px 0%;
    text-align: center;
    
}
.glide__slide h1, .glide__slide p {
    opacity: 0.00001;
}
.glide__slide.active .tag, #banner.active .tag {
    bottom: 0px;
}
.glide__slide.active h1, #banner.active h1 {
    -webkit-animation: 3s ease 0s normal forwards 1 fadein;
    animation: 3s ease 0s normal forwards 1 fadein;
}
.glide__slide.active p, #banner.active p {
    -webkit-animation: 4s ease 0s normal forwards 1 fadein;
    animation: 4s ease 0s normal forwards 1 fadein;
}

@keyframes fadein {
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein {
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

.pad h1 {
    padding-bottom: 40px;
}
.tag a {
	color: #fff;
}
.tag a:hover {
	color: #ccc;
	text-decoration: none;
}
.tag p {
    font-weight: 700;
    padding-top:0px;
    margin-top:0px;
    text-transform: none;
    padding-bottom: 20px;
    font-size: 1.231rem;
    opacity: 0.00001;
}
.form_wrap .inner {
    margin: 10px;
    text-align: left;
}
.form_wrap .inner p {
    text-align: center;
}
.form_wrap .negative {
    margin-left: -10px;
    margin-right: -10px;
}
form {
    padding-top: 20px;
}
input[type=text], textarea {
    width: -moz-calc(100% - 22px);
    width: -webkit-calc(100% - 22px);
    width: calc(100% - 22px);
    margin: 0px auto 15px auto;
    border: 1px solid #ccc;
    padding: 6px 10px;
    text-transform: uppercase;
}
textarea {
    height: 113px;
    text-transform: none;
}
input[name=submit] {
    background-color: #004a8c;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 60px;
    border: none;
}
input[name=submit]:hover {
    background-color: #a6a8ab;
}
.indent {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 1px;
}
.right p {
    margin-right: 10px;
}
.blue_bg {
    background-color: #004a8c;
    color: #fff;
}
h5 {
    font-size: 2.385rem;
    text-transform: uppercase;
    color: #fff;
    background-color: #123555;
    padding:15px 0px;
    display: block;
    text-align: center;
}
.opts {
    max-width: 80%;
    margin: 20px auto;
}
.blob {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.blob.active {
    opacity: 1;
}
.opts .inner {
    margin: 20px;
    /*border: 8px solid #888;*/
    padding: 20px;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 1px #fff;
    position: relative;
}
.opts .c_50:first-of-type .inner {
    /*border: 8px solid #004a8c;*/
}

.opts .inner::before, .opts .inner::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform-origin: center;
    z-index: 0;
}
.opts .inner::before {
    border-top: 8px solid #ccc;
    border-bottom: 8px solid #ccc;
    transform: scale3d(0, 1, 1);
}
.opts .c_50:first-of-type .inner::before {
    border-top: 8px solid #004a8c;
    border-bottom: 8px solid #004a8c;
}

.opts .inner::after {
    border-left: 8px solid #ccc;
    border-right: 8px solid #ccc;
    transform: scale3d(1, 0, 1);
}
.opts .c_50:first-of-type .inner::after {
    border-left: 8px solid #004a8c;
    border-right: 8px solid #004a8c;
}

.opts.active .inner::before, .opts.active .inner::after {
    transform: scale3d(1, 1, 1);
    transition: transform 0.5s;
}
.opts p {
    position: relative;
    z-index: 2;
}
.opts p img, .claims p img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.opts p img:hover, .claims p img:hover {
    transform: rotate(-90deg);
}
.opts h3 {
    font-size: 2rem;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.opts h3 a:hover {
    text-decoration: none;
    color: #888;
}
.opts ul {
    padding: 0px;
    margin: 15px 0px 20px 0px;
    list-style: none;
    position: relative;
    z-index: 2;
}
.opts ul a {
    display: block;
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
}
.opts ul a:hover {
    background-color: #efefef;
    text-decoration: none;
}
.about {
    background-color: #e8eef4;
}
.about h2 {
    font-size: 1.154rem;
    font-weight: 600;
}
.negative {
    margin-left: -2px;
    margin-right: -2px;
}
.claims .box {
    background-color: #a6a8ab;
    color: #fff;
    padding: 25px 10%;
    margin: 2px 1px;
    text-align: center;
}
.claims h4, h6, #content h2 {
    color: #004a8c;
    font-size: 2rem;
}
.claims img.opt_img {
    width: 100%;
    display: block;
}
.form_wrap {
    text-align: center;
    padding: 20px 0%;
    border-bottom: 1px solid #ccc;
    margin: 0px 0%;
}
.members .inner {
    position: relative;
    z-index: 1;
    padding: 30px;
}
.members .c_25 {
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.members .flex {
    border-top: 1px solid #ccc;
    text-align: left;
    font-size: 0.9231rem;
}
.members .inner img {
    width: 200px;
    position: absolute;
    right: 0px;
    top: 30px;
    z-index: 99;
}
.members .c_25 p:first-of-type {
    padding-top: 30px;
    margin-top: 0px;
}
.members .inner .c_50 p {
    padding-top: 0px;
    margin-top: 0px;
}
.members img {
    display: block;
    max-width: 100%;
    margin: 0px auto;
}
.members a {
    font-weight: 600;
}
#content {
    padding: 50px 10%;
}
#content .box {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.no_b {
    border: none!important;
}
.quote_wrap {
    text-align: center;
}
a.btn {
    font-family: 'Bliss Bold', 'Bliss';
    font-size: 1.692rem;
    text-transform: uppercase;
    display: inline-block;
    padding: 20px 100px 20px 60px;
    background-color: #004a8c;
    color: #fff;
    background-image: url(/images/icon-arrow-grey.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: auto 50%;
}
form[name=quotation] .breaker .inner {
    border-top: 1px solid #ccc;
}
form[name=quotation] .flex {
    margin-left: -10px;
    margin-right: -10px;
}
form[name=quotation] h6 {
    margin-bottom: 20px;
}
label {
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 6px;
    display: block;
}
form[name=quotation] textarea {
    height: 162px;
}
.border {
    border-top: 1px solid #ccc;
    padding: 30px 0px;
}
.forms a.btn {
    font-size: 1.231rem;
    font-family: 'Bliss';
    display: block;
    margin: 0px 10px;
}
.forms a.btn:hover, .quote_wrap a.btn:hover {
    background-color: #ddd;
    color: #004a8c;
    text-decoration: none;
}
.mobile, .menu_icon {
    display: none;
}
#map {
    height: 50vh;
}
.glide {
    position: relative;
}
.glide__wrapper {
    overflow: hidden;
}
.glide__track {
    position: relative;
    width: 100%;
    height: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -ms-touch-action: pan-Y;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    margin: 0px;
    height: 60vh;
}
.glide__track.dragging {
    cursor: grabbing;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.glide__slide {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    height: 60vh;
}
.glide__slide a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.glide__arrow {
    cursor: pointer;
}
.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.glide--slider .glide__slide {
    float: left;
    clear: none;
}
.glide--carousel.glide--vertical .glide__track {
    overflow: visible;
}
.glide--carousel .glide__slide {
    float: left;
    clear: none;
}
.glide--slideshow .glide__wrapper {
    height: 100%;
}
.glide--slideshow .glide__slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.glide--slideshow .glide__slide.active {
    z-index: 1;
}
.logos {
    border:none!important;
    margin:20px auto 50px auto!important;
    max-width: 80%;
    -moz-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    
    -moz-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.logos div {
    flex:1;
}

@media only screen and (max-width:1024px) {
    .header .flex img {
        width: 80%;
        margin:0px 10% 0px 10%;
    }
}

/* Landscape ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}

/* Portrait ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}

@media only screen and (max-width:768px) {
	.c_25, .c_33, .c_50, .c_75 {
		width: 100%;
	}
	.header .c_33, .header .c_50, .header .c_66 {
		width: 50%;
	}
	.header .flex img {
		margin-left: 10%;
		max-width: 80%;
	}
	.non_mobile {
		display: none!important;
	}
	.mobile {
		display: block;
	}
	.header p {
		padding-right: 45%;
		line-height: 130%;
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 15px;
	}
	.header .flex .c_50 {
		padding: 10px 0px;
	}
	#menu_wrap {
		padding-bottom: 20px;
		display: none;
	}
	#menu_wrap li {
		width: 80%;
		display: block;
		flex: none!important;
		padding: 0px 10%;
	}
	#menu_wrap li a {
		border: none;
		padding: 10px 0px;
		border-bottom: 1px solid #fff;
	}
	.menu_icon {
		display: block;
		position: absolute;
		right: 0px;
		top: 0px;
		width: 18%;
		z-index: 99;
		background-color: #a6a8ab;
		height: 100%;
		background-image: url(images/icon-arrow-blue.png);
		background-position: center center;
		background-size: 50% auto;
		background-repeat: no-repeat;
	}
	.menu_icon.active {
		transform: rotate(180deg);
	}
    .menu {
        margin-right: 0;
    }
    .tag {
        width: 95%;
        padding:30px 2.5%;
    }
	.tag h1 {
		font-size: 1.835rem;
		padding: 0px 0%;
	}
    .tag p {
        display: none;
    }
	h5 {
		font-size: 1.538rem;
	}
	.opts {
		max-width: 100%;
	}
	section {
		padding: 15px 5%;
	}
    .intro p {
        padding:0px;
    }
	.opts .inner {
		margin: 20px 0px;
	}
	.opts a {
		padding: 10px 0px;
	}
	.claims .box {
		margin: 0px;
	}
	.members .c_25 {
		border: none;
	}
	.form_wrap .negative, form[name=quotation] .flex {
		margin-left: 0px;
		margin-right: 0px;
	}
	.negative {
		margin-left: 0px;
		margin-right: 0px;
	}
	.members .inner img {
		position: relative;
		top: 10px;
		display: inline-block;
	}
	.members .inner {
		padding: 10px 0px;
		text-align: center!important;
	}
	.members .flex {
		text-align: center!important;
	}
	.members {
		text-align: center!important;
	}
	#content {
		padding: 25px 5%;
	}
	input[type=text], textarea {
		border-radius: 0px;
	}
	.form_wrap .inner {
		margin: 0px 0px;
	}
	input[name=submit] {
		-webkit-appearance: none;
	}
	a.btn {
		font-size: 1.385rem;
		padding: 20px 100px 20px 30px;
	}
	.claims h4, h6, #content h2 {
		font-size: 1.692rem;
	}
	.quote_wrap a.btn {
		display: block;
		text-align: center;
		padding: 20px 30px;
	}
	.intro a.btn {
		display: block;
		margin-bottom: 5px;
		margin-left:0px;
		margin-right:0px;
	}
	.forms a.btn {
		margin-bottom: 5px;
		padding: 20px 30px;
		text-align: left;
	}
    #mobile_menu {
        overflow: hidden;
    }
    #mobile_menu #menu_wrap {
        display: block;
    }
    img.twitter {
        display: none!important;
    }
}