/*--------------------------------------------------------------
# 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%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	position: relative;
	min-height: calc(100vh);
}

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

/**
 * 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.67em 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;
	outline : none;
}

/**
 * 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-weight: bolder;
}

/**
 * 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.
 */
/**
 * 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
	 ========================================================================== */
     /* spacing lines to hide in mobile */
#accordion-content #ui-id-3,#accordion-content #ui-id-4,#accordion-content #ui-id-5,#accordion-content #ui-id-6 { display: none!important; }
.ui-accordion .ui-accordion-header {
    display: none!important;
}

/**
 * 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: #404040;
	font-family: Euclid-Regular;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-bottom: 0px;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

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%;
	//width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #353535;
}
/* white not grey visited link */
a:visited {
	color: #FFF;
}
a:hover,
a:focus,
a:active {
	color: #191970;
	text-decoration : none;
}


.orange_menu a {
	color: #B46033;
}

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

.entry-content
{
	min-height: calc(100vh - 170px);

}

/*--------------------------------------------------------------
# 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: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.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: 200px;
}

.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: 37.5em) {

	.menu-toggle {
		display: none;
	}

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

@media screen and (max-width: 37.5em) {
	.menu-menu-1-container ul#primary-menu
	{
		height: 100vh;
    	width: 100%;
	}

	.menu-menu-1-container ul#primary-menu
	{
		text-align: center;
	}

	.menu-menu-1-container ul#primary-menu li
	{
		
		margin-top: 40px;

	}

	.menu-menu-1-container ul#primary-menu li a
	{
		font-size: 18px;
		font-family: Wotfard-Regular;
		letter-spacing: 2.42px;
		margin-right: 0px;
		padding-bottom: 4px;

	}

	button.menu-toggle:select
	{
		outline: none;
	}

	.menu-toggle
	{
		    float: right;
	    margin-top: 40px;
	    margin-bottom: 40px;
	        background-color: transparent;
	    border: none;
	    margin-right: 26px;
	   // border-top: 2px solid white;
	    border-radius: 0px;
	   // border-bottom: 2px solid white;
	    width: 28px;
	    height: 14px;
	    position: relative;
	}

	#mobile_button_open
	{
		border-top: 2px solid white;
		border-bottom: 2px solid white;
		    width: 28px;
	    height: 14px;
	   position: absolute;
	    top: 0px;
	    right: 2px;
	}

	#mobile_button_close
	{
		display: none;
	
		    width: 28px;
	    height: 14px;
	   position: absolute;
	    top: -12px;
	    right: 2px;
	    color : white;
	    font-family: Wotfard-Regular;
	    font-size: 30px;
	}

	.toggled #mobile_button_close
	{
		display: block;
	}

	.toggled #mobile_button_open
	{
		display: none;
	}
}

.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 0 1.5em;
	margin-bottom: 0px;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 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;
}

.home .site-branding {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
.home .site-branding a {
	left:calc((100vw - 110px)/2);
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.home .site-branding a img { 
	left:0;
}

.container
{
	    margin-left: 0px;
    padding-left: 0px;
    max-width: 1920px;
    width: 100%;
    margin : 0 auto;
}

.entry-header
{
	display: none;
}

.entry-content p, .entry-content figure, .entry-content h2, .wp-block-columns, .aligncenter, .wp-block-image
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.entry-content
{
	margin-top: 0px;
}


.hero_image
{
	width: 100%;
	min-height: 100vh;
	position: relative;
	background-position: center center;
	background-size: cover;
}

.hero_text
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	max-width: 935px;
	width: 100%;
	padding-left : 180px;
	padding-right: 110px;
	padding-top: 62px;
	padding-bottom: 90px;
	background-color: #092B3D;
}

.location_page .hero_text {
	background-color: #184B44;
}

.hero_title
{
	color: #FFFFFF;
  font-family: EuclidFlexRTLBold;
  font-size: 46px;
  line-height: 48px;
  text-align: left;
  padding-bottom : 25px;
}

.hero_body
{
	color: #FFFFFF;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  font-family: EuclidFlexRTL;
}

.bgo_heading
{
	
  font-family: EuclidFlexRTLBold;
  font-size: 36px;
  line-height: 46px;
 
  
  	padding-bottom: 25px;
}

.bgo_sub_header
{
	
  font-family: EuclidFlexRTL;
  font-size: 16px;
  line-height: 20px;
  max-width: 811px;
  width: 100%;
  
}

.bgo_container
{
	padding-left: 180px !important;
	padding-right: 70px !important;
}

.no-padding-right
{
	padding-right : 0px !important;
}


.section-padding-top
{
	padding-top: 100px !important;
}


.section-padding-bottom
{
	padding-bottom: 100px !important;
}

.section-extra-padding-bottom
{
	padding-bottom: 180px !important;
}

.section-padding-bottom-multi-slider
{
	padding-bottom: 160px !important;
}

.section-padding-bottom-small
{
	padding-bottom: 50px !important;
}

.hcenter
{
	text-align: center;
}

.slider_header
{
	color: #FFFFFF;
  font-family: EuclidFlexRTLBold;
  font-size: 70px;
  line-height: 80px;
  max-width: 873px;
  text-align: center;
  margin : 0 auto;
  padding-bottom: 32px;
  width: 100%;
}

.slider_body
{
	color: #FFFFFF;
  font-family: EuclidFlexRTL;
  font-size: 30px;
  line-height: 36px;
  max-width: 814px;
  text-align: center;
   margin : 0 auto;
   padding-bottom: 40px;
   width: 100%;
}

a.slider_link
{
	color: #FFFFFF;
  font-family: EuclidFlexRTLBold;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 19px;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 2px solid white;
  margin-left: 25px;
  margin-right: 25px;
  text-transform: uppercase;
	padding-top: 8px;
}

.left_padding
{
	padding-left: 180px;
}

.specification_slider .multi-slider-contents
{
	background-color: rgba(0, 33, 184, 0.1);;
	height: 315px;
}

.top_text_slider
{
	color: #092B3D;
  font-family: EuclidFlexRTL;
  font-size: 16px;
  line-height: 20px;
  width: 201px;
  text-align: center;
  margin : 0 auto;
}

.bottom_text_slider
{
	color: #092B3D;
  font-family: EuclidFlexRTLBold;
  font-size: 36px;
  line-height: 46px;
  width: 305px;
  text-align: center;
  margin: 0 auto;
}
.blue_bg
{
	background-color: #092B3D;
}
.green_bg
{
	background-color: #184B44;
}

.orange_bg
{
	background-color: #B46033;
}
.grey_bg
{
	background-color: #353535;
}

.content_hero
{
	max-width: 925px;
	width: 100%;
	padding-left: 180px;
	padding-top: 60px;
	padding-right: 110px;
	padding-bottom: 70px;
}

.next_page_section
{
	width: 100%;
}

.align_center_body
{
	margin : 0 auto;
}

.bgo_link a
{
	 font-family: EuclidFlexRTLBold;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 19px;
  padding-bottom: 5px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border-bottom: 2px solid white;
  border-radius: 0px;
  padding-top: 10px;
	margin-top: 20px;
  text-transform: uppercase;
}

.green_border.bgo_link a
{
  border-bottom: 2px solid #184B44;

}
.blue_border.bgo_link a
{
  border-bottom: 2px solid #092B3D;
}

.grey_border.bgo_link a
{
  border-bottom: 2px solid #353535;
}

.modal-content {
   background: transparent;
   border: none;
}
.modal-body iframe { 
 	border: none!important; 
 	background: transparent;
 }

.close {
	color: #FFFFFF !important;
	text-shadow: 0 1px 0 #ffffff !important;
	opacity: 1 !important;
}

.close:hover  {
	color: #000000!important;
}

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

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

.menu-header-menu-container
{
	z-index: 1;
	width: 100vw;
	height: 100vh;
	position: fixed;
	display: none;
	top: 0px;
	
}

.open_state .menu-header-menu-container
{
	-webkit-animation: fadein 3s; 
       -moz-animation: fadein 3s; 
        -ms-animation: fadein 3s; 
         -o-animation: fadein 3s; 
            animation: fadein 3s; 
	z-index: 20;
}


.menu_open_close_container
{
	position: fixed;
	left: 20px;
	top: calc(50vh - 50px);
	z-index: 2;
	width: 70px;
    height: 100px;
    padding-top: 25px;
	padding-bottom: 25px;
	cursor: pointer;
	z-index : 21;
}



.blue_menu .menu_open_close_container, .blue_menu .menu_bg_container, .blue_menu .site-footer
{
	background-color: #092B3D;

}

.green_menu .menu_open_close_container, .green_menu .menu_bg_container, .green_menu .site-footer
{
	background-color: #184B44;

}

.grey_menu .menu_open_close_container, .grey_menu .menu_bg_container, .grey_menu .site-footer
{
	background-color: #353535;

}
.orange_menu .menu_open_close_container, .orange_menu .menu_bg_container, .orange_menu .site-footer
{
	background-color: #B46033;

}

.site-footer
{
	width: 100%;
	float: left;
	padding-top: 55px;
	padding-bottom: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.menu_open_close_container #first_line, .menu_open_close_container #second_line
{
	height: 50px;
	width: 4px;
	border : 2px solid white;
	float: left;
	transition: all 500ms linear;
	
}

.menu_open_close_container #first_line
{
	margin-left: 24px;
	
}

.menu_open_close_container #second_line
{
	margin-left: 16px;
	
}

.open_state .menu_open_close_container #first_line
{
	    margin-left: 35px;
    transform: rotate(30deg);
}

.open_state .menu_open_close_container #second_line
{
	margin-left: -3px;
    transform: rotate(-30deg);
}

.main-navigation ul#primary-menu
{
	display: block;
}

.main-navigation ul#primary-menu a
{
	  display: inline-block;
    text-decoration: none;
    color: white;
    font-size: 25px;
    margin-left: 250px;
    padding-top: 50px;
    font-family: EuclidFlexRTLBold;
	
}

.main-navigation ul#primary-menu a:hover, .main-navigation ul#primary-menu li.current-menu-item a
{
	border-bottom : 2px solid #FFFFFF;
	color: #FFFFFF;
}

.text-slide
{
	min-height:75vh;
	background-size:cover;
	
}
/* 
.home .text-slide
{
	min-height:640px;
	height : 100vh;
	margin-left : 0px;
} */
.home .text-slide {
    min-height: 640px;
    height: 100vh;
    margin-left: 0px;
    min-height: 760px;
}


.custom-logo-link
{
	//width: 110px;
	position: absolute;
	top: 35px;
	right: 25px;
	z-index: 1;
}

.fullpage-slider-controls button.slick-arrow
{
	display: none !important;
}

.third_container {
	padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    text-align: center;
}
.third_container button {
	background-color: #ffffff;
    font-family: EuclidFlexRTLBold;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
	border-radius: 0;
}
.orange_bg button {
	background-color: #ffffff;
    font-family: EuclidFlexRTLBold;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
	border-radius: 0;
	color:#B46033;
}
.blue_menu .third_container button {
	 color: #092B3D;
}
.green_menu .third_container button {
	 color: #184B44;
}
.grey_menu .third_container button {
	 color: #353535;
}
.orange_menu .third_container button {
	 color: #B46033;
}
.blue_menu .third_container button:hover {
	 background-color: #092B3D;
	 color: #FFFFFF;
}
.green_menu .third_container button:hover {
	 background-color: #184B44;
	 color: #FFFFFF;
}
.grey_menu .third_container button:hover {
	 background-color: #353535;
	 color: #FFFFFF;
}
.orange_menu .third_container button:hover {
	 background-color: #B46033;
	 color: #FFFFFF;
}

.no-padding
{
	padding-left: 0px;
	padding-right: 0px;
}

.home ul.slick-dots {
	display:none;
}
ul.slick-dots
{
	position: absolute;
    bottom: 50px;
    margin-bottom: 0px;
    list-style-type: none;
    width: 100%;
    text-align: center;
    margin-left: 0px;
	margin-block-start: unset!important;
    margin-block-end: unset!important;
    padding-inline: unset!important;
    padding-inline-start: unset!important;
}

ul.slick-dots li
{
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

ul.slick-dots li button
{
	background-color: transparent;
	border: none;
	color : white;
	font-family: EuclidFlexRTLBold;
	border-radius: 0px;
	width : 40px;
	height : 40px;
	outline : none;
}


@keyframes bg {
    0% {
        background-size:    0 3px,
                            3px 0,
                            0 3px,
                            3px 0;
    }
    25% {
        background-size:    100% 3px,
                            3px 0,
                            0 3px,
                            3px 0;
    }
    50% {
        background-size:    100% 3px,
                            3px 100%,
                            0 3px,
                            3px 0;
    }
    75% {
        background-size:    100% 3px,
                            3px 100%,
                            100% 3px,
                            3px 0;
    }
    100% {
        background-size:    100% 3px,
                            3px 100%,
                            100% 3px,
                            3px 100%;
    }
}

ul.slick-dots li.slick-active button {
    
    background-repeat: no-repeat;
    background-image:   linear-gradient(to right, white 100%, white 100%),
                        linear-gradient(to bottom, white 100%, white 100%),
                        linear-gradient(to right, white 100%, white 100%),
                        linear-gradient(to bottom, white 100%, white 100%);
    background-size:    100% 3px,
                        3px 100%,
                        100% 3px,
                        3px 100%;
    background-position:    0 0,
                            100% 0,
                            100% 100%,
                            0 100%;
    animation: bg 3s cubic-bezier(0.19, 1, 0.22, 1) 1;
    animation-play-state: running;
}


ul.slick-dots li.slick-active button
{
	//border: 3px solid white;
	background-color: #092B3D;
}

.hero_overlay
{
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0px;
	left: 0px;
}

ul#footer-menu
{
	    float: right;
    list-style: none;
    margin-right: 70px;
	margin-bottom : 0px;
}

ul#footer-menu li
{
	display: inline;
}

ul#footer-menu li a, ul#footer-menu li
{
	margin-left: 50px;
	color: #FFFFFF;
	padding-bottom: 5px;
	/* border-bottom: 3px solid #FFFFFF; */
	font-family: EuclidFlexRTL;
  	font-size: 14px;
}

ul#footer-menu li a:hover
{
	text-decoration: none;
}

#page
{
	padding-right: 0px;
}

.bgo_phone
{
  color: #B46033;
  font-family: EuclidFlexRTL;
  font-size: 16px;
  padding-bottom: 10px;
}

.bgo_email a
{
  color: #B46033;
  font-family: EuclidFlexRTL;
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 3px solid #B46033;
}

.bgo_email a:hover
{
	text-decoration: none;
}

.bgo_contact_name
{
	padding-bottom: 10px;
}

.entry-footer
{
	display: none;
}

.team_desc
{
	max-width: 520px;
	width: 100%;
}

.green_border
{
	border-bottom: 2px solid #184B44;
}

.map_header
{
  background-color: #092B3D;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #FFFFFF;
  font-family: EuclidFlexRTLBold;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
}

.map_list_container
{
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: EuclidFlexRTL;
	font-size: 14px;
}

.map_list span:nth-child(0)
{
	background-color: #b46033;
    border-radius: 100%;
    color: white;
    width: 32px;
    height: 32px;
    float: left;
    text-align: center;
    padding-top: 7px;
}

.map_list span:nth-child(1)
{
	background-color: #092B3D;
    border-radius: 100%;
    color: white;
    width: 32px;
    height: 32px;
    float: left;
    text-align: center;
    padding-top: 7px;
}

.map_list span:nth-child(2)
{
	color: #353535;
    padding-left: 15px;
    padding-top: 7px;
    float: left;
}

.map_list
{
	margin-bottom: 7px;
}

.map_list_full_container
{
	margin-bottom: 5px;
}

.stacker_text_contents h3
{
	font-family: EuclidFlexRTL;
  font-size: 22px;
  line-height: 30px;
  max-width: 300px;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 3px;
}

.stacker_text_contents h2
{
	font-family: EuclidFlexRTLBold;
  font-size: 36px;
  line-height: 46px;
  max-width: 300px;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 5px;
}

.stacker_text_contents p
{
	font-family: EuclidFlexRTL;
  font-size: 16px;
  line-height: 20px;
  max-width: 300px;
  width: 100%;
  padding-bottom: 25px;
  padding-top: 5px;
}


.each_tab, a.each_tab
{
	float: left;
	margin-right: 20px;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: EuclidFlexRTLBold;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 19px;
	text-transform: uppercase;
	cursor: pointer;
}

.blue_color_link.each_tab, .blue_color_link a.each_tab
{
	border-bottom: 3px solid #092B3D;
	color: #092B3D;
}

.green_color_link.each_tab, .green_color_link a.each_tab
{
	border-bottom: 3px solid #184B44;
	color: #184B44;
}

.grey_color_link.each_tab, .grey_color_link a.each_tab
{
	border-bottom: 3px solid #353535;
	color: #353535;
}
.orange_color_link.each_tab, .orange_color_link a.each_tab
{
	border-bottom: 3px solid #B46033;
	color: #B46033;
}

a.each_tab:hover
{
	text-decoration: none;
}

.light_green_bg
{
	background-color : #BDD2CA;
}

.orange_color_link.active_tab
{
	background-color: #B46033;
	color: #FFFFFF;

}
.green_color_link.active_tab
{
	background-color: #184B44;
	color: #FFFFFF;

}

.blue_color_link.active_tab
{
	background-color: #092B3D;
	color: #FFFFFF;

}
.grey_color_link.active_tab {
	background-color: #353535;
	color: #FFFFFF;
}

.no-padding
{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.blue_caption figcaption
{
	color: #092B3D;
  font-family: EuclidFlexRTL;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
}

.home .site-footer
{
	display: none;
}

.plus_cross_icon span
{
	width: 15px;
	height: 2px;
	border: 1px solid white; 
	float: right;
	position: absolute;
    right: 30px;
    top: 25px;
    transition: all 500ms linear;
}

.plus_cross_icon span:nth-child(1)
{
	transform: rotate(90deg);
}



.open_map_list .plus_cross_icon span:nth-child(1)
{
	transform: rotate(135deg);
}

.open_map_list .plus_cross_icon span:nth-child(2)
{
	transform: rotate(45deg);
}

.content_ul_list ul
{
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom : 0px;
	list-style-type: none;
}

.content_ul_list ul li
{

  font-family: EuclidFlexRTL;
  font-size: 16px;
  line-height: 20px;
  max-width: 386px;
  text-align: left;
  padding-top: 20px;
  width: 100%;
	margin-left: 23px;
    text-indent: -23px;
}

.content_ul_list ul > li:before {
  content: "—";
  text-indent: -5px;
      padding-right: 5px;
}

.blue_text
{
	color: #092B3D;
}

.blue_border a
{
	border-color: #092B3D;
}

.green_text
{
	color: #184B44;
}
.green_bullets li, .green_bullets li a {
	color: #184B44 !important;
}
.green_border a
{
	border-color: #184B44;
}

.orange_text
{
	color: #B46033;
}
.orange_border a
{
	border-color: #B46033;
}


.google_maps_link
{
	margin-bottom: 70px !important;
}

.key_list
{
	padding-top: 10px;
}

.multi-slider ul.slick-dots, .slider_pages ul.slick-dots
{
	    bottom: -60px;
	    right: 43px;
	    text-align: right;
}

.no-padding-right.slider_pages ul.slick-dots
{
	right : 113px;
}

.multi-slider ul.slick-dots li button, .slider_pages ul.slick-dots li button
{
	color : #092B3D;
	
}

.multi-slider ul.slick-dots li.slick-active button, .slider_pages ul.slick-dots li.slick-active button
{
	background-color: #e1e1eb;
	background-repeat: no-repeat;
    background-image:   linear-gradient(to right, #092B3D 100%, #092B3D 100%),
                        linear-gradient(to bottom, #092B3D 100%, #092B3D 100%),
                        linear-gradient(to right, #092B3D 100%, #092B3D 100%),
                        linear-gradient(to bottom, #092B3D 100%, #092B3D 100%);
    background-size:    100% 3px,
                        3px 100%,
                        100% 3px,
                        3px 100%;
    background-position:    0 0,
                            100% 0,
                            100% 100%,
                            0 100%;
    animation: bg 3s cubic-bezier(0.19, 1, 0.22, 1) 1;
    animation-play-state: running;
	
}

.multi-slider ul.slick-dots li.slick-active button
{
	animation : none !important;
}

.green_menu .slider_pages ul.slick-dots li button
{
	color : #184B44;
	

}

.green_menu .slider_pages ul.slick-dots li.slick-active button
{
	/* border: 5px solid #184B44; */
	/* background-color: rgba(0, 33, 184, 0.1); */
	background-color : #BDD2CA;
	background-repeat: no-repeat;
    background-image:   linear-gradient(to right, #184B44 100%, #184B44 100%),
                        linear-gradient(to bottom, #184B44 100%, #184B44 100%),
                        linear-gradient(to right, #184B44 100%, #184B44 100%),
                        linear-gradient(to bottom, #184B44 100%, #184B44 100%);
    background-size:    100% 3px,
                        3px 100%,
                        100% 3px,
                        3px 100%;
    background-position:    0 0,
                            100% 0,
                            100% 100%,
                            0 100%;
    animation: bg 3s cubic-bezier(0.19, 1, 0.22, 1) 1;
    animation-play-state: running;
}

.lower_drop_down
{
	position: absolute;
	right: 20px;
	bottom: 20px;
	height : 100px;
	width: 70px;
	cursor: pointer;
	display: none;
}

.content_hero_main_container .lower_drop_down
{
	    left: 953px;
	    bottom: 0px;
	    right: auto;
}

.custom-logo
{
	display: none;
}

img.custom-logo 
{
	min-width: 110px;
}

.white_logo .white_logo_img
{
	display: block;
}
.blue_logo .blue_logo_img
{
	display: block;
}
.green_logo .green_logo_img
{
	display: block;
}
.grey_logo .grey_logo_img
{
	display: block;
}

.orange_menu .orange_logo_img
{
	display: block;
}

.menu_open_close_container:hover
{
	background-color: #FFFFFF;
}

.orange_menu .menu_open_close_container:hover span#first_line, .orange_menu .menu_open_close_container:hover span#second_line
{
	border: 2px solid #B46033;
}

.blue_menu .menu_open_close_container:hover span#first_line, .blue_menu .menu_open_close_container:hover span#second_line
{
	border: 2px solid #092B3D;
}

.green_menu .menu_open_close_container:hover span#first_line, .green_menu .menu_open_close_container:hover span#second_line
{
	border: 2px solid #184B44;
}
.grey_menu .menu_open_close_container:hover span#first_line, .grey_menu .menu_open_close_container:hover span#second_line
{
	border: 2px solid #353535;
}

.key_container
{
	padding-top: 10px;
}

.key_container p
{
	padding-bottom: 5px;
	color: #092B3D;
	font-family: EuclidFlexRTL;
  font-size: 16px;
  padding-left: 5px;
  padding-left: 0px;
}

.fullpage-slider_module a.slider_link
{
	margin-left: 0px;
	margin-right: 0px;
	border-bottom: 3px solid white;
	outline: none;
}

.fullpage-slider_module .first_container
{
	text-align: right;
}

.fullpage-slider_module .second_container
{
	text-align: left;
}

a.slider_link:hover
{
	text-decoration: none;
}

.footer_logo
{
	float: left;
	padding-left: 70px;
  display: flex;
  align-items: center;
}

.footer_logo .each_image_footer
{
	padding-right : 50px;
	float : left;
}

.transition_full_height1, .transition_full_height
{
	z-index : 30;
}

.blue_white_transition .transition_full_height1, .blue_white_transition .transition_full_height
{
	background-image: linear-gradient(180deg, #FFFFFF 0%, #092B3D 100%);
}

.green_white_transition .transition_full_height1, .green_white_transition .transition_full_height
{
	background-image: linear-gradient(180deg, #FFFFFF 0%, #184B44 100%);
}
.grey_white_transition .transition_full_height1, .grey_white_transition .transition_full_height
{
	background-image: linear-gradient(180deg, #FFFFFF 0%, #353535 100%);
}

.orange_white_transition .transition_full_height1, .orange_white_transition .transition_full_height
{
	 background-image: linear-gradient(180deg, #FFFFFF 0%, #B46033 100%);
}


@keyframes decreaseHeight {
  0% {
  	height : 100vh;
  }
  100% {
  	height : 0vh;
  	
  }
}



.transition_overlap
{
	height: 0px;
	position: fixed;
	z-index: 30;
}


@keyframes increaseHeight {
  0% {
  	height : 0vh;
  }
  100% {
  	height : 100vh;
  	
  }
}

.transition_full_height
{
	height : 100vh;
	
	animation-name: increaseHeight;
  	animation-duration: 0.5s;
}

.transition_full_height1
{
	height : 100vh;
	
}

.transition_no_height
{
	animation-name: decreaseHeight;
  	animation-duration: 0.5s;
}

.desktop_hidden
{
	display : none;
}

.map_list_image
{
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

.footer_paragraph
{
	max-width : 480px;
	padding-left : 15px;
	padding-right : 15px;
	width : 100%;
}

.blue_color_link a
{
	background-color : white;
	color: #092B3D;
  font-family: EuclidFlexRTLBold;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 19px;
border-bottom : 3px solid #092B3D;
	

}

.blue_color_link
{
	padding-top: 20px;
}

.down_arrow_floors
{
	display : none;
}

@keyframes growingBackground {
  from {height: 0px;opacity : 0;}
  to {height: 100%;opacity: 1}
}

.slider_link:hover, .white_color_hover a:hover
{
	color : #092B3D;
	
}

.green_menu .white_color_hover a:hover
{
	color : #184B44;
}

.grey_menu .white_color_hover a:hover
{
	color : #353535;
}

.orange_menu .white_color_hover a:hover
{
	color : #B46033;
}

.blue_menu .white_color_hover a:hover
{
	color : #092B3D;
}

.slider_link:hover .span_hover, .white_color_hover a:hover .span_hover, .blue_color_link a:hover .span_hover, .green_color_link a:hover .span_hover, .find_out_more_link a:hover .span_hover
{
  animation: growingBackground 1s;
  display : block;
}


.relative_container, .bgo_link a
{
	position: relative;
}

.span_hover
{
	position : absolute;	
	bottom : 0px;
	width : 100%;
	height : 100%;
	left : 0px;
	background-color : white;
	z-index : 10;
	display : none;
	opacity : 1;
}

.find_out_more_link a
{
	padding-top: 12px;
}

.find_out_more_link .span_hover
{
	bottom : -2px;
	
}

.anchor_content
{
	z-index: 11;
	position : relative;
}

.home .fullpage-slider_module a.slider_link, .explore_more_button a
{
	z-index : 0;
}

.blue_color_link a:hover, .green_color_link a:hover, .grey_color_link a:hover, .orange_color_link a:hover, .find_out_more_link a:hover
{
	color : white !important;
}

.blue_color_link.no_hover a:hover
{
	color : #092B3D !important;
}

.blue_color_link .span_hover, .blue_color_link.find_out_more_link .span_hover
{
	background-color : #092B3D;
}

.green_color_link .span_hover, .green_color_link.find_out_more_link .span_hover
{
	background-color : #184B44;
}

.grey_color_link .span_hover, .grey_color_link.find_out_more_link .span_hover
{
	background-color : #353535;
}

.orange_color_link .span_hover, .orange_color_link.find_out_more_link .span_hover
{
	background-color : #B46033;
}

.high_block_contact_container
{
	padding-top: 70px;
	padding-bottom : 0;

}

.low_block_contact_container
{
	padding-top: 70px;
	padding-bottom : 250px;
}

.no_padding_bottom
{
	padding-bottom : 0px !important;
}

.graphics_building_page, .graphics_location_page_1, .graphics_location_page_2
{

	position : relative;
}

.graphics_location_page_2
{
	padding-top: 175px !important;
}

.graphics_section
{
	position : absolute;
}

.graphics_building_page .graphics_building_1
{
    top: 75px;
    width: 350px;
    height: 30px;
    background-color: #FFFFFF;
    right: 75px;
}

.graphics_building_page .graphics_building_2
{
    width: 30px;
    height: 820px;
    background-image: linear-gradient(#FFFFFF, #e1e1eb, #e1e1eb);
    right: 75px;
    top: 105px;
}

.graphics_location_page_1 .graphics_location_1_1
{
	top: 45px;
    width: 650px;
    height: 30px;
    background-color: #FFFFFF;
    left: 110px;
}

.graphics_location_page_1 .graphics_location_1_2
{
	 width: 30px;
    height: 820px;
    background-image: linear-gradient(#FFFFFF, #FFFFFF, #FFFFFF);
    left: 110px;
    top: 75px;
}

.graphics_location_page_2 .graphics_location_2_1
{
	top: 55px;
    width: 560px;
    height: 30px;
    background-color: #FFFFFF;
    right: 75px;
}

.graphics_location_page_2 .graphics_location_2_2
{
	 width: 30px;
    height: 220px;
    background-image: linear-gradient(#FFFFFF, #FFFFFF, #E7EAEB);
    right: 75px;
    top: 85px;
}

.outdoor_image img
{
	max-width : calc(100% - 200px);
	//width : 100%;
}

.how_to_get_there
{
	padding-top: 0px !important;
}

.graphics_location_page_2 .bgo_heading, .graphics_location_page_2 .bgo_sub_header
{
	position : relative;
	z-index : 1;
}

.graphics_location_page_2 .key_container .bgo_sub_header
{
	z-index : 0;
}

.bold_font
{
	 font-family: EuclidFlexRTLBold;
}

.desktop_hidden_tab_show
{
	display : none;
}

.menu-header-menu-container
{
	//display : none;
	//left : -100vw;
	transition: all 500ms ease-in;
}

.menu_open_close_container
{
	transition: all 500ms ease-in;
}

.show_menu
{
	display : block;
	left : 0px;
	transition: all 500ms ease-in;
}

.menu_bg_container
{
	position: fixed;width: 0%;height: 100%;
	z-index: 1;
	transition : all 1s;
}

.open_state .menu_bg_container
{
	width : 100%;
}

.bgo_content_space
{
	padding-bottom : 30px;
}

.specification_header
{
  color: #353535;
  font-family: EuclidFlexRTLBold;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 19px;
  text-align: left;
  cursor: pointer;
  padding: 15px 30px;
  background-color : #EBEBEB;
}

.specification_body tr th, .specification_body tr td
{
	background-color : white !important;
	border-bottom : 1px solid #353535;
	border-top: none;
	padding-top: 15px;
	padding-bottom : 15px;
}

.specification_body tr:last-child th, .specification_body tr:last-child td
{
	
	border-bottom : none;
	
}

.specification_body tr th
{
  padding-left : 0px;
  color: #353535;
  font-family: EuclidFlexRTLBold;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 19px;
  text-align: left;
  width : 40%;
}

.specification_body tr td
{
  color: #353535;
  font-family: EuclidFlexRTL;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
	width : 60%;
}

.specification_body
{
    color: #353535;
	margin-top: 15px;
	padding-left : 30px;
	padding-right: 30px;
}

.home .slick-dots li.slick-active:nth-child(1) button
{
	background-color : #092B3D;
}

.home .slick-dots li.slick-active:nth-child(2) button
{
	background-color : #184B44;
}

.home .slick-dots li.slick-active:nth-child(3) button
{
	background-color : #353535;
}
.home .slick-dots li.slick-active:nth-child(4) button
{
	background-color : #b46033;
}

.padding_bottom_hundred 
{
	padding-bottom : 100px;
}

.specification_page_container
{
	max-width : 1200px;
	width : 100%;
	padding-left : 15px;
	padding-right : 15px;
	margin : 0 auto;
}

.specification_image
{
	margin-top: 100px !important;
	margin-bottom : 100px !important;
}

.specification_page_download_link
{
	margin-top: 40px;
}

figure.specification_image  figcaption
{
  color: #353535;
  font-family: EuclidFlexRTL;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
}

figure.specification_image img
{
	width : 100%;
}

.specification_full_width
{
	width : 100%;
}

.specification_container
{
	margin-bottom : 5px;
}

.stacker_image
{
	position : relative;
}


.home .orange_logo_img
{
	display : none;
}
.home_link_blue_hover:hover
{
	color : #092B3D;
}
.home_link_green_hover:hover
{
	color : #184B44;
}

.home_link_grey_hover:hover
{
	color : #353535;
}
.home_link_orange_hover:hover
{
	color : #B46033;
}

.plus_cross_sign
{
	float: right;
	font-size: 30px;
	font-weight : normal;
	transition: all 500ms linear;
}

.open_specification_content
{
	transform: rotate(45deg);
}

.ui-accordion .ui-accordion-header {
	display: none!important;
}

@media screen and (min-width : 599px) and (max-width : 1400px)
{
	.each_tab, a.each_tab
	{
		margin-right: 10px;
		font-size : 13px;
	}
}

@media screen and (min-width: 1150px) and (max-width:1350px)
{
	.graphics_building_page .graphics_building_2
	{
		height : 700px;
	}
	
}

@media screen and (min-width : 992px) and (max-width: 1150px)
{
	.home .site-branding a
	{
		left :calc((100vw - 87px)/2);
	}

	.outdoor_image img
	{
		max-width : calc(100% - 15px);
	}

	.graphics_section
	{
		display : none;
	}
	.content_hero
	{
		max-width : 825px;
	}

	.content_hero_main_container .lower_drop_down
	{
		left : auto;
		right : 15px;
	}

	.custom-logo-link
	{
		    top: 5px;
	}

	.custom-logo-link img
	{
		min-width: 70px;
	}
}

@media screen and (max-width : 992px)
{
	.home .site-branding a
	{
		left :calc((100vw - 87px)/2);
	}

	.graphics_section
	{
		display : none;
	}
	.outdoor_image img
	{
		max-width : 100%;
	}
	img.custom-logo
	{
		min-width : 80px;
	}
	.bgo_container, .hero_text, .left_padding, .content_hero, .each_tab_container
	{
		padding-left: 50px !important;
		padding-right: 30px !important;
	}
	.blue_color_link
	{
		padding-top: 100px;
		text-align: center;
		line-height: 56px;
	}

	.google_map_container .wp-block-column
	{
		flex-basis: 100% !important;
	}

	.content_hero_main_container .lower_drop_down
	{
		left : auto;
		right : 0px;
	}
	.content_hero_main_container
	{
		padding-top: 255px;
	}

	.content_hero
	{
		padding-bottom: 125px;
	}
	.menu_open_close_container
	{
		top: 15px;
		left : 15px;
	}

	
}

@media screen and (max-width : 768px)
{
	
	.home .text-slide {
    min-height: 640px;
    height: 100vh;
    margin-left: 0px;
    min-height: 630px;
}

	
	.open_map_list .desktop_hidden_tab_show
	{
		display : block;
	}

	.tab_hidden_desktop_show
	{
		display : none;
	}

	.google_maps_link
	{
		padding-top: 30px;
		margin-bottom : 35px !important;
	}

	.how_to_get_there
	{
		padding-top: 40px !important;
	}

	.key_text
	{
		padding-top: 20px;
	}

	.map_left_column
	{
		margin-left : 0px !important;
	}

	.slider_header
	{
		font-size: 40px;
		line-height: 46px;
	}	
 }

@media screen and (max-width: 37.5em) {
	.active_tab img
	{
		transform : rotate(0deg);
		transition: all 1s linear;
	}
	.open_state_floors.active_tab img
	{
		transform : rotate(180deg);
		transition: all 1s linear;
		
	}

	.main-navigation ul#primary-menu
	{
		text-align: center;
	}

	.main-navigation ul#primary-menu a
	{
		margin-left: 0px;
		
	}

	.menu-toggle
	{
		display: none;
	}

	a.slider_link
	{
		display: block;
		width: auto;

	}

	a.slider_link:nth-child(2)
	{
		padding-top: 25px;
	}

	.bgo_container, .hero_text, .left_padding, .content_hero, .each_tab_container
	{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	ul#footer-menu
	{
		float: none;
		margin-right: 0px;
		margin-left: 0px;
		padding-left : 0px;
		text-align : center;
	}

	.contact_details_container
	{
		padding-bottom: 50px;
	}

	.multi-slider ul.slick-dots, .slider_pages ul.slick-dots 
	{
		right: 0px;
		text-align : center;
	}

	.multi-slider ul.slick-dots
	{
		padding-left : 0px;
	}

	

	.custom-logo-link
	{
		top: 15px;
		right: 15px;
	}

	

	.content_hero_main_container .lower_drop_down
	{
		left: auto;
		right: 0px;
	}

	

	.slider_body
	{
		font-size: 18px;
		line-height: 24px;
	}

	.fullpage-slider_module a.slider_link
	{
		display: unset;
	}
	.fullpage-slider_module .first_container
	{
		text-align: center;
	}

	.fullpage-slider_module .second_container
	{
		text-align: center;
		padding-top: 25px;
	}

	.hero_text
	{
		padding-bottom: 150px;
	}

	
	
	.stacker_image
	{
		padding-top: 80px;
	}

	.each_tab
	{
		width : 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left : 50px;
		padding-right : 30px;
	}

	.each_tab_container
	{
		width : auto;
		margin : 0 auto;
	}

	.tab_container
	{
		margin-left : 15px;
		margin-right : 15px;
		width : 100%;
		position : relative;
	}

	.mobile_normal_padding_bottom
	{
		padding-bottom : 50px !important;
	}

	.mobile_no_padding_bottom
	{
		padding-bottom : 0px !important;
	}	
	
	.site-footer
	{
		padding-top: 0px;
	}

	.menu-footer-menu-container
	{
		padding-top: 60px;
	}

	.footer_logo
	{
	width : 100%;
		float: left;
		    padding-left: 15px;
		    padding-right: 15px;
		padding-bottom : 40px;
	}

	.footer_logo .each_image_footer
	{
		    padding-right: 0px;
		    float: left;
		    width: 100%;
		    text-align: center;
		padding-bottom : 20px;
	}

	.each_tab
	{
		padding-top: 16px;
		display : none;
		position : absolute;
		background-color : #FFFFFF;
		z-index : 10;
	}

	.active_tab
	{
		display : block;
		background-color: #184B44;;
	}

	.active_tab, .each_tab_container .each_tab
	{
		
		position : static;
	}

	.each_tab_container .each_tab
	{
		margin-right : 0px;
		display : block !important;
	}

	.show_mobile
	{
		display : block;
	}

	#transition_overlap2, #transition_overlap3, #transition_overlap4
	{
		display : none;
	}

	.desktop_hidden
	{
		display : block;
	}

	.mobile_hidden
	{
		display: none;
	}

	.map_image_container
	{
		display : none;
		padding-bottom : 15px;
	}

	.open_map_list .map_image_container
	{
		display: block;
	}

	.no-padding-right.slider_pages ul.slick-dots
	{
		right : 0px;
	}

		
	
	.each_tab img
	{
		display : none;
	}
	.each_tab.active_tab img
	{
		display : block;
		    float: right;
	}

	ul#footer-menu li
	{
		margin-left : 0px;
	}

	.section-padding-top
	{
		padding-top: 40px !important;
	}

	.section-padding-bottom
	{
		padding-bottom: 40px !important;
	}

	.section-extra-padding-bottom
	{
		padding-bottom :120px !important;
	}

	.section-padding-bottom-multi-slider
	{
		padding-bottom : 100px !important;
	}

	

	.content_hero
	{
		min-height : calc(100vh - 255px);
	}

	.orange_menu .site-footer
	{
		padding-top: 40px;
	}

	.low_block_contact_container
	{
		padding-bottom : 100px;
	}	

	.mobile_extra_padding
	{
		padding-left : 30px !important;
		padding-right : 30px !important;
	}

	.graphics_location_page_2
	{
		padding-top: 40px !important;
	}

	
	
	
}


	
.each_tab.single-button, 
a.each_tab.single-button {
  float: none;
  display: table;
  margin: 0 auto;
}