/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
    font-size: 56.3%; /* adjust global font size base */
    /*
      font-size:50.0% gives 1.0rem = 8px
      font-size:56.3% gives 1.0rem = 9px (better correlation with XD sizes)
      font-size:62.5% gives 1.0rem = 10px (16px is default browser font size, therefore (62.5/100)*16px = 10px)
    */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;position:relative;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-family: futura-pt; font-weight:700; font-style:normal;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #023343;
    font-weight:normal;font-style:normal;
	font-family: futura-pt,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 2.4rem;
	line-height: 1.3;
	font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    margin:0;
    font-family: futura-pt;
	font-weight: 700
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #023343;
}

a:visited {
	color: #023343;
}

a:hover,
a:focus,
a:active {
	color: #023343;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: none;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	flex-direction: column;
background: #023343;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: auto;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 10px) { /* 37.5em */
	
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
	
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*!
==============================================================================================================================
    ____ _    ____    ____ 
   / __ ) |  / / /   / __ \
  / __  | | / / /   / /_/ /
 / /_/ /| |/ / /___/ _, _/ 
/_____/ |___/_____/_/ |_|  
                                                                                                                                                                                          
============================================================================================================================== 

Blue #023343 rgba(2,51,67,1)
Yellow #FDCC00
Orange #F18C02

Gradient - nav
 background: rgb(2,51,67);
background: -moz-linear-gradient(90deg, rgba(2,51,67,1) 0%, rgba(66,71,77,1) 25%, rgba(241,140,2,1) 75%, rgba(253,204,0,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(2,51,67,1) 0%, rgba(66,71,77,1) 25%, rgba(241,140,2,1) 75%, rgba(253,204,0,1) 100%);
background: linear-gradient(90deg, rgba(2,51,67,1) 0%, rgba(66,71,77,1) 25%, rgba(241,140,2,1) 75%, rgba(253,204,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#023343",endColorstr="#fdcc00",GradientType=1); 

Gradient - imageblocks
background: rgb(82,82,82);
background: -moz-linear-gradient(180deg, rgba(82,82,82,0.8) 0%, rgba(0,0,0,0.8) 100%);
background: -webkit-linear-gradient(180deg, rgba(82,82,82,0.8) 0%, rgba(0,0,0,0.8) 100%);
background: linear-gradient(180deg, rgba(82,82,82,0.8) 0%, rgba(0,0,0,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#525252",endColorstr="#000000",GradientType=1);

Gradient - footer
background: rgb(2,51,67);
background: -moz-linear-gradient(70deg, rgba(2,51,67,1) 0%, rgba(66,71,77,1) 25%, rgba(241,140,2,1) 50%, rgba(253,204,0,1) 100%);
background: -webkit-linear-gradient(70deg, rgba(2,51,67,1) 0%, rgba(66,71,77,1) 25%, rgba(241,140,2,1) 50%, rgba(253,204,0,1) 100%);
background: linear-gradient(70deg, rgba(2,51,67,1) 0%, rgba(66,71,77,1) 25%, rgba(241,140,2,1) 50%, rgba(253,204,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#023343",endColorstr="#fdcc00",GradientType=1); 

Futura Light {font-family:'Futura Plus W08 Light';font-weight:normal;font-style:normal;}
Futura Book {font-family:'Futura Plus W08 Book';font-weight:normal;font-style:normal;}
Futura Bold {font-family:'Futura Plus W08 Bold';font-weight:normal;font-style:normal;}

** FONTS UPDATED TO TYPEKIT
futura-pt light - 300
futura-pt regular - 400
futura-pt bold - 700
==============================================================================================================================
*/

#page {width: 1920px;max-width: 100%;margin: 0 auto;}

svg {width: 100%;height: auto;/*background-color:rgba(184,134,11,0.5);*/}

.contentinner, .contentinnerfull, .entry-content > .wp-block-group > .wp-block-group__inner-container {
	width:1640px;padding:0px 20px 0 20px;margin:0 auto; max-width: 100%;position: relative;}
.contentinnerfull {width:1600px;padding:0;}

.contentinnerindent {width:1460px;margin:0 0 0 auto;max-width: 100%;position: relative;}
.contentinnerwithindent{width:1640px;padding:0px 20px 0 20px;margin:0 auto; max-width: 100%;position: relative;}

li.homepage,
.home li.nothomepage {display:none;}
.home li.homepage {display:block;}


.navgrad {
	background: rgb(2,51,67);
	background: -moz-linear-gradient(90deg, rgba(2,51,67,1) 0%, rgba(66,71,77,1) 25%, rgba(241,140,2,1) 75%, rgba(253,204,0,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(2,51,67,1) 0%, rgba(66,71,77,1) 25%, rgba(241,140,2,1) 75%, rgba(253,204,0,1) 100%);
	background: linear-gradient(90deg, rgba(2,51,67,1) 0%, rgba(66,71,77,1) 25%, rgba(241,140,2,1) 75%, rgba(253,204,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#023343",endColorstr="#fdcc00",GradientType=1); 
}

header {}
#masthead {position:relative;z-index: 200;height: 170px;}
.headertop {height: 150px;background-color: #fff;}
.headertop .contentinner {display: flex;align-items: flex-end;height: 100%;}
.headerbot {height: 20px;}
#site-navigation {}

#stickymenu {position: fixed;z-index: 100;height:86px;width:100%;top:0;}
#stickymenu .contentinner {display: flex;align-items: flex-end;height: 100%;}
#site-navigation2 {}
.site-branding {padding-bottom:22px;}
.site-branding a {display: block;}
#stickymenu .site-branding {padding-bottom:9px;}
#primary-menu a, #primary-menu2 a {font-size: 2rem; font-family:futura-pt; font-weight:400;font-style:normal;}
#primary-menu > li > a, #primary-menu2 > li > a {color:#fff;padding:5px 10px;margin:0 10px; border-bottom:6px solid transparent;}
#primary-menu > li > a:hover, #primary-menu2 > li > a:hover {border-bottom:6px solid #FDCC00;}
#primary-menu > li > a {color:#023343;}
#primary-menu > li > ul a {color:#fff;}
#primary-menu ul, #primary-menu2 ul {padding-bottom: 10px;}
#primary-menu ul a, #primary-menu2 ul a {color:#fff;padding:5px 20px;margin:0;}

@media only screen and (max-width:600px) {
	.headertop .contentinner {flex-direction: column-reverse;}
	.site-branding {padding-bottom: 0;}
	#primary-menu > li > a, #primary-menu2 > li > a {margin: 0;}
}


.hero {position:relative;height:calc(100vh - 170px );}
.waiting {position: absolute;height: 100%;width: 100%;}
#herovideoimagearea{position:relative;height: 100%;width: 100%;overflow: hidden;}
#herovideo {object-fit: cover;height: 100%;width: 100%;}
.waiting{background:#1b2a31 url(/wp-content/plugins/basic-set-up/images/spinner-2x-dark.gif) center center no-repeat;}
.videoplaybutton {display: block; position: absolute;z-index: 3;bottom: 31vh;left: calc(50% - 15px);cursor: pointer;
border-top:20px solid transparent;border-bottom:20px solid transparent;border-left:30px solid #fff;}

.herotext {z-index: 2;
	position: relative;
	display: flex;flex-direction: column; height: 100%;width: 100%; padding-bottom:181px; align-items: center;justify-content: center;
	font-size:12rem;line-height: 9.5rem;letter-spacing: -0.028em;color:#FDCC00;text-transform: uppercase;
	font-family:futura-pt;font-weight:700;font-style:normal;}
.outline-font {font-size: 11.6rem;color:transparent;
	-webkit-text-stroke: 4px #fff;
	text-stroke: 4px #fff;}

.heroboxes {position:relative;top:-181px; left:0;width:100%;height:362px;display: flex;justify-content: center;
	margin-bottom: -181px;}
.herobox {height: 362px;width:463px;margin: 0 -10px;isolation: isolate;position:relative;}
.herobox > svg {position: absolute;} 
.herobox1 {margin-left:0;}
.herobox2 {}
.herobox3 {margin-right:0;}

.maskedimagebox{isolation: isolate;height: 362px;width:463px;position:relative;z-index: 3;}
.maskedimagebox > svg {position: absolute;}
.maskedimage{ height: 362px;width:463px;
	-webkit-clip-path: url(#shape);
	clip-path: url(#shape);
}
.maskedimageblend1, .maskedimageblend2, .maskedimageblend3,
.maskedcontent1, .maskedcontent2   {
	position:absolute;top:0;left:0;width:100%;height:100%;
	-webkit-transition: opacity 0.3s ease, color 0.3s ease;
	-moz-transition: opacity 0.3s ease, color 0.3s ease;
	-o-transition: opacity 0.3s ease, color 0.3s ease;
	transition: opacity 0.3s ease, color 0.3s ease;
}
.maskedcontent1 .cornersvg {-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.maskedcontent1 svg path, .maskedcontent1 svg rect  {
	-webkit-transition: fill 0.3s ease;
	-moz-transition: fill 0.3s ease;
	-o-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
}
.maskedimageblend1 {background:#000; opacity:0.77; mix-blend-mode:multiply;
	-webkit-clip-path: url(#shape);
	clip-path: url(#shape);
}
.maskedimageblend2 {background:#FDCC00; opacity:0; mix-blend-mode:normal;
	-webkit-clip-path: url(#shape);
	clip-path: url(#shape);
}
.maskedimageblend3 {background:#FFF; opacity:0; mix-blend-mode:normal;
	-webkit-clip-path: url(#shape);
	clip-path: url(#shape);
}

.maskedcontent1 {display:flex;flex-direction: column;align-items: center;justify-content: center;color:#fff;padding:10px 60px 10px 120px;font-size:2rem;line-height:2.6rem;}
.maskedcontent1 h3 {display:flex;justify-content: space-around;align-items: center; text-transform: uppercase;font-size: 4rem;line-height: 3.6rem;}
.maskedcontent1 .infotitle {text-align: right;padding-right: 4px;}
.maskedcontent1 .infologo {width: 67px;height: 64px;}
.maskedcontent1 .infologo svg {height: 100%;}
.maskedcontent1 .infotext {}
.maskedcontent1 .cornersvg {position:absolute;bottom:0;left:-1px;width:200px;height: 60px;  opacity:0;display: flex;
	text-align: center;
	justify-content: center;}
.maskedcontent1 .cornersvg svg {position: absolute;top: 0;left: 0;width: 200px;height: 60px;}
.maskedcontent1 .cornersvg div {z-index: 1;position: relative;color: #023343; display: flex; align-items: center;justify-content: flex-end;
	font-family:futura-pt;font-weight:700;font-style:normal;font-size:1.1rem;line-height:1rem;text-transform: uppercase;}


.maskedcontent2 {
	opacity:0;
	font-size:2rem;line-height:2.6rem;
	font-family:futura-pt;font-weight:300;font-style:normal;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #023343;
	padding: 10px 60px 10px 120px;
}
.maskedcontent2close{position: absolute;top:10px;left:36px;color:#000;font-size: 1rem;font-family:futura-pt;font-weight:700;font-style:normal;}
                
/* hover */
.maskedimagebox:hover {cursor: pointer;}
.maskedimagebox:hover .maskedimageblend1 {opacity:0;}
.maskedimagebox:hover .maskedimageblend2 {opacity:0.8;}
.maskedimagebox:hover .maskedcontent1 {color:#023343;} 
.maskedimagebox:hover .maskedcontent1 svg path,
.maskedimagebox:hover .maskedcontent1 svg rect {fill:#023343;} 
.maskedimagebox:hover .maskedcontent1 .cornersvg {opacity:1;}
.maskedimagebox:hover .maskedcontent2 {opacity:0;}
/* opened */
.maskedimagebox.open .maskedimageblend1,
.maskedimagebox.open .maskedimageblend2,
.maskedimagebox.open .maskedcontent1,
.maskedimagebox.open:hover .maskedcontent1,
.maskedimagebox.open:hover .maskedcontent1 .cornersvg {opacity:0;}	
.maskedimagebox.open .maskedcontent2,
.maskedimagebox.open .maskedimageblend3 {opacity:1;}

@media only screen and (max-width:1389px) { 
	#shape {scale:0.76;}
	.heroboxes {top: -135px;height: 270px;margin-bottom: -135px;}
	.maskedimagebox {height: 275px /*362px*/;width: 352px /*463px*/;}
	.maskedcontent1, .maskedcontent2 {
		padding: 10px 60px 10px 85px;
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
}
@media only screen  and (max-width:1020px) { 
	#shape {scale:0.58;}
	.heroboxes {top: -105px;height: 210px;margin-bottom: -105px;}
	.maskedimagebox {height: 210px /*362px*/;width: 268px /*463px*/;}
	.maskedcontent1, .maskedcontent2 {
		padding: 10px 35px 10px 70px;
		font-size: 1.6rem;
		line-height: 2.0rem;
		padding-bottom: 46px;
	}
	.maskedcontent1 h3 {font-size: 2.0rem;line-height: 2.1rem;}
	.infologo svg {scale: 0.5;transform-origin: left;}
	.maskedcontent1 .cornersvg {width: 120px;height: 36px;opacity: 1;}
	.maskedcontent1 .cornersvg svg {	scale: 0.6;transform-origin: top left;height: auto;}
	#sustainability .col:last-child {padding-top: 80px;}
}
@media only screen and (max-width:803px) {
	#shape {scale:0.55;}
	.heroboxes {top: -99px;height: 199px;margin-bottom: -99px;}
	.maskedimagebox {height: 199px /*362px*/;width: 255px /*463px*/;}
	.maskedcontent2 {display:block;background:#fff;}
	.maskedimagebox.open .maskedcontent2, .maskedimagebox.open .maskedimageblend3 {overflow-y: scroll;}
	.maskedcontent2 {padding: 10px 15px 10px 55px;}
}
@media only screen and (max-width:767px) {
	.herotext {font-size:12vw;line-height: 9.5vw;letter-spacing: -0.028em;}
	.outline-font {font-size: 11.6vw;-webkit-text-stroke: 2px #fff;text-stroke: 2px #fff;}
	.heroboxes {flex-direction: column;top: 0;margin-bottom: 0;height: auto;align-items: center;justify-content:flex-start;
		background: url(/wp-content/themes/bvlr/images/yellow-stripe.svg) center bottom no-repeat;background-size: cover;}
	.maskedimagebox{margin: 20px 0 0 0;}
	.maskedcontent1, .maskedcontent2 {
		padding: 10px 60px 10px 85px;
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
	.maskedcontent2 {padding: 10px 15px 10px 55px;}
	
}
@media only screen and (max-width:600px) {
	.cols {flex-direction: column;}
}


#homeintro {padding-top:40px;}

.colpage {height:calc(100vh - 86px);display: flex;align-items: flex-start;flex-direction: column;padding: 190px 0 0 15%;} 
.colpagenum {font-size: 14rem;line-height:1em; font-family:futura-pt;font-weight:700;font-style:normal;color:#FDCC00;}
.colpagetitle {font-size: 7rem;line-height:1em;font-family:futura-pt;font-weight:700;font-style:normal;height:260px;color: #023343;text-transform: uppercase;}
.colpagecontent {width:530px;max-width:100%;font-size:2.4rem;line-height:3.2rem;color:#707070;}



.colpageimage {position: fixed;opacity:0;width:50%;max-width: 800px;top:86px;height: calc(100vh - 86px);padding:0;}
.colpageimage.show {opacity:1;}
.colpageimage img {object-fit: cover;height: 100%;}
.colpageimage1 {/*background: url(/wp-content/themes/bvlr/images/commercial.jpg) center center no-repeat;background-size: cover;*/opacity:1;} 
.colpageimage2 {/*background: url(/wp-content/themes/bvlr/images/education.jpg) center center no-repeat;background-size: cover;*/}
.colpageimage3 {/*background: url(/wp-content/themes/bvlr/images/retail.jpg) center center no-repeat;background-size: cover;*/}

@media only screen and (max-width:1640px) { 
	.colpageimage {width:calc(50% - 20px);}
}
@media only screen and (max-width:1024px) { 
	.colpagetitle {font-size: 5.5vw;height: 200px;}
	.colpage.colpagetext {padding: 190px 0 0 40px;}
}
@media only screen and (max-width:768px) { 
	.colpage {height: calc(50vh - 43px);}
	.colpage.colpagetext {padding: 40px 0 0 20px;}
	.colpagetitle {height: auto;padding-bottom: 20px;}

}
@media only screen and (max-width:600px) {
	.colpage {height: calc(100vh - 86px);}
	.colpageimage {width: 100%;margin-left: -20px;}
	.colpagenum, .colpagetitle, .colpagecontent {background-color: #fff;padding: 0 10px;width: 100%;}
	.colpagetitle {padding: 10px 10px;}
	.colpagecontent {padding: 20px 10px;}
	.colpage.colpagetext {padding: 40px 0 0 0;}
}
