/*!
Theme Name: Queen Elizbeth Park
Theme URI: http://underscores.me/
Author: Cloudlevel
Author URI: https://cloudlevel.me
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: queen-elizabeth-park
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Queen Elizbeth Park is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Footer
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	overflow-x: hidden;
}

/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
    font-family: 'Futura Std';
    src: url('fonts/futura/FuturaStd-Book.woff2') format('woff2'),
        url('fonts/futura/FuturaStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Std';
    src: url('fonts/futura/FuturaStd-Light.woff2') format('woff2'),
        url('fonts/futura/FuturaStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #4d4d4d;
	font-family: 'Futura Std';
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	font-size: 1.1rem;
	line-height: 1.5;
	letter-spacing: .05em;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Futura Std';
	font-weight: 400;
	font-style: normal;
	letter-spacing: .1em;
	color: #666666;
	line-height: 1.35;
}

h1 span {
	font-weight: 300;
	font-size: .6em;
}

@media (min-width:992px) {
	h1 {
	  font-size: 2.6em;
	}
	h2 {
    font-size: 2.2em;
	}
}

@media (min-width:1400px) {
	h1 {
	  font-size: 3.2em;
	}
	h2 {
    font-size: 2.8em;
	}
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1920px;
}

@media (min-width: 992px) {
  .container {
    padding-left: 10%;
    padding-right: 10%;
  }
}

 .container-fluid {
     margin-right: auto;
     margin-left: auto;
     padding-left: 15px;
     padding-right: 15px;
}
 .row {
     /*! margin-left: -15px; */
     /*! margin-right: -15px; */
}
 .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
     position: relative;
     min-height: 1px;
     padding-left: 15px;
     padding-right: 15px;
}
 .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
     float: left;
}
 .col-xs-12 {
     width: 100%;
}
 .col-xs-11 {
     width: 91.66666667%;
}
 .col-xs-10 {
     width: 83.33333333%;
}
 .col-xs-9 {
     width: 75%;
}
 .col-xs-8 {
     width: 66.66666667%;
}
 .col-xs-7 {
     width: 58.33333333%;
}
 .col-xs-6 {
     width: 50%;
}
 .col-xs-5 {
     width: 41.66666667%;
}
 .col-xs-4 {
     width: 33.33333333%;
}
 .col-xs-3 {
     width: 25%;
}
 .col-xs-2 {
     width: 16.66666667%;
}
 .col-xs-1 {
     width: 8.33333333%;
}
 .col-xs-pull-12 {
     right: 100%;
}
 .col-xs-pull-11 {
     right: 91.66666667%;
}
 .col-xs-pull-10 {
     right: 83.33333333%;
}
 .col-xs-pull-9 {
     right: 75%;
}
 .col-xs-pull-8 {
     right: 66.66666667%;
}
 .col-xs-pull-7 {
     right: 58.33333333%;
}
 .col-xs-pull-6 {
     right: 50%;
}
 .col-xs-pull-5 {
     right: 41.66666667%;
}
 .col-xs-pull-4 {
     right: 33.33333333%;
}
 .col-xs-pull-3 {
     right: 25%;
}
 .col-xs-pull-2 {
     right: 16.66666667%;
}
 .col-xs-pull-1 {
     right: 8.33333333%;
}
 .col-xs-pull-0 {
     right: auto;
}
 .col-xs-push-12 {
     left: 100%;
}
 .col-xs-push-11 {
     left: 91.66666667%;
}
 .col-xs-push-10 {
     left: 83.33333333%;
}
 .col-xs-push-9 {
     left: 75%;
}
 .col-xs-push-8 {
     left: 66.66666667%;
}
 .col-xs-push-7 {
     left: 58.33333333%;
}
 .col-xs-push-6 {
     left: 50%;
}
 .col-xs-push-5 {
     left: 41.66666667%;
}
 .col-xs-push-4 {
     left: 33.33333333%;
}
 .col-xs-push-3 {
     left: 25%;
}
 .col-xs-push-2 {
     left: 16.66666667%;
}
 .col-xs-push-1 {
     left: 8.33333333%;
}
 .col-xs-push-0 {
     left: auto;
}
 .col-xs-offset-12 {
     margin-left: 100%;
}
 .col-xs-offset-11 {
     margin-left: 91.66666667%;
}
 .col-xs-offset-10 {
     margin-left: 83.33333333%;
}
 .col-xs-offset-9 {
     margin-left: 75%;
}
 .col-xs-offset-8 {
     margin-left: 66.66666667%;
}
 .col-xs-offset-7 {
     margin-left: 58.33333333%;
}
 .col-xs-offset-6 {
     margin-left: 50%;
}
 .col-xs-offset-5 {
     margin-left: 41.66666667%;
}
 .col-xs-offset-4 {
     margin-left: 33.33333333%;
}
 .col-xs-offset-3 {
     margin-left: 25%;
}
 .col-xs-offset-2 {
     margin-left: 16.66666667%;
}
 .col-xs-offset-1 {
     margin-left: 8.33333333%;
}
 .col-xs-offset-0 {
     margin-left: 0%;
}
 @media (min-width: 768px) {
     .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
         float: left;
    }
     .col-sm-12 {
         width: 100%;
    }
     .col-sm-11 {
         width: 91.66666667%;
    }
     .col-sm-10 {
         width: 83.33333333%;
    }
     .col-sm-9 {
         width: 75%;
    }
     .col-sm-8 {
         width: 66.66666667%;
    }
     .col-sm-7 {
         width: 58.33333333%;
    }
     .col-sm-6 {
         width: 50%;
    }
     .col-sm-5 {
         width: 41.66666667%;
    }
     .col-sm-4 {
         width: 33.33333333%;
    }
     .col-sm-3 {
         width: 25%;
    }
     .col-sm-2 {
         width: 16.66666667%;
    }
     .col-sm-1 {
         width: 8.33333333%;
    }
     .col-sm-pull-12 {
         right: 100%;
    }
     .col-sm-pull-11 {
         right: 91.66666667%;
    }
     .col-sm-pull-10 {
         right: 83.33333333%;
    }
     .col-sm-pull-9 {
         right: 75%;
    }
     .col-sm-pull-8 {
         right: 66.66666667%;
    }
     .col-sm-pull-7 {
         right: 58.33333333%;
    }
     .col-sm-pull-6 {
         right: 50%;
    }
     .col-sm-pull-5 {
         right: 41.66666667%;
    }
     .col-sm-pull-4 {
         right: 33.33333333%;
    }
     .col-sm-pull-3 {
         right: 25%;
    }
     .col-sm-pull-2 {
         right: 16.66666667%;
    }
     .col-sm-pull-1 {
         right: 8.33333333%;
    }
     .col-sm-pull-0 {
         right: auto;
    }
     .col-sm-push-12 {
         left: 100%;
    }
     .col-sm-push-11 {
         left: 91.66666667%;
    }
     .col-sm-push-10 {
         left: 83.33333333%;
    }
     .col-sm-push-9 {
         left: 75%;
    }
     .col-sm-push-8 {
         left: 66.66666667%;
    }
     .col-sm-push-7 {
         left: 58.33333333%;
    }
     .col-sm-push-6 {
         left: 50%;
    }
     .col-sm-push-5 {
         left: 41.66666667%;
    }
     .col-sm-push-4 {
         left: 33.33333333%;
    }
     .col-sm-push-3 {
         left: 25%;
    }
     .col-sm-push-2 {
         left: 16.66666667%;
    }
     .col-sm-push-1 {
         left: 8.33333333%;
    }
     .col-sm-push-0 {
         left: auto;
    }
     .col-sm-offset-12 {
         margin-left: 100%;
    }
     .col-sm-offset-11 {
         margin-left: 91.66666667%;
    }
     .col-sm-offset-10 {
         margin-left: 83.33333333%;
    }
     .col-sm-offset-9 {
         margin-left: 75%;
    }
     .col-sm-offset-8 {
         margin-left: 66.66666667%;
    }
     .col-sm-offset-7 {
         margin-left: 58.33333333%;
    }
     .col-sm-offset-6 {
         margin-left: 50%;
    }
     .col-sm-offset-5 {
         margin-left: 41.66666667%;
    }
     .col-sm-offset-4 {
         margin-left: 33.33333333%;
    }
     .col-sm-offset-3 {
         margin-left: 25%;
    }
     .col-sm-offset-2 {
         margin-left: 16.66666667%;
    }
     .col-sm-offset-1 {
         margin-left: 8.33333333%;
    }
     .col-sm-offset-0 {
         margin-left: 0%;
    }
}
 @media (min-width: 992px) {
     .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
         float: left;
    }
     .col-md-12 {
         width: 100%;
    }
     .col-md-11 {
         width: 91.66666667%;
    }
     .col-md-10 {
         width: 83.33333333%;
    }
     .col-md-9 {
         width: 75%;
    }
     .col-md-8 {
         width: 66.66666667%;
    }
     .col-md-7 {
         width: 58.33333333%;
    }
     .col-md-6 {
         width: 50%;
    }
     .col-md-5 {
         width: 41.66666667%;
    }
     .col-md-4 {
         width: 33.33333333%;
    }
     .col-md-3 {
         width: 25%;
    }
     .col-md-2 {
         width: 16.66666667%;
    }
     .col-md-1 {
         width: 8.33333333%;
    }
     .col-md-pull-12 {
         right: 100%;
    }
     .col-md-pull-11 {
         right: 91.66666667%;
    }
     .col-md-pull-10 {
         right: 83.33333333%;
    }
     .col-md-pull-9 {
         right: 75%;
    }
     .col-md-pull-8 {
         right: 66.66666667%;
    }
     .col-md-pull-7 {
         right: 58.33333333%;
    }
     .col-md-pull-6 {
         right: 50%;
    }
     .col-md-pull-5 {
         right: 41.66666667%;
    }
     .col-md-pull-4 {
         right: 33.33333333%;
    }
     .col-md-pull-3 {
         right: 25%;
    }
     .col-md-pull-2 {
         right: 16.66666667%;
    }
     .col-md-pull-1 {
         right: 8.33333333%;
    }
     .col-md-pull-0 {
         right: auto;
    }
     .col-md-push-12 {
         left: 100%;
    }
     .col-md-push-11 {
         left: 91.66666667%;
    }
     .col-md-push-10 {
         left: 83.33333333%;
    }
     .col-md-push-9 {
         left: 75%;
    }
     .col-md-push-8 {
         left: 66.66666667%;
    }
     .col-md-push-7 {
         left: 58.33333333%;
    }
     .col-md-push-6 {
         left: 50%;
    }
     .col-md-push-5 {
         left: 41.66666667%;
    }
     .col-md-push-4 {
         left: 33.33333333%;
    }
     .col-md-push-3 {
         left: 25%;
    }
     .col-md-push-2 {
         left: 16.66666667%;
    }
     .col-md-push-1 {
         left: 8.33333333%;
    }
     .col-md-push-0 {
         left: auto;
    }
     .col-md-offset-12 {
         margin-left: 100%;
    }
     .col-md-offset-11 {
         margin-left: 91.66666667%;
    }
     .col-md-offset-10 {
         margin-left: 83.33333333%;
    }
     .col-md-offset-9 {
         margin-left: 75%;
    }
     .col-md-offset-8 {
         margin-left: 66.66666667%;
    }
     .col-md-offset-7 {
         margin-left: 58.33333333%;
    }
     .col-md-offset-6 {
         margin-left: 50%;
    }
     .col-md-offset-5 {
         margin-left: 41.66666667%;
    }
     .col-md-offset-4 {
         margin-left: 33.33333333%;
    }
     .col-md-offset-3 {
         margin-left: 25%;
    }
     .col-md-offset-2 {
         margin-left: 16.66666667%;
    }
     .col-md-offset-1 {
         margin-left: 8.33333333%;
    }
     .col-md-offset-0 {
         margin-left: 0%;
    }
}
 @media (min-width: 1200px) {
     .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
         float: left;
    }
     .col-lg-12 {
         width: 100%;
    }
     .col-lg-11 {
         width: 91.66666667%;
    }
     .col-lg-10 {
         width: 83.33333333%;
    }
     .col-lg-9 {
         width: 75%;
    }
     .col-lg-8 {
         width: 66.66666667%;
    }
     .col-lg-7 {
         width: 58.33333333%;
    }
     .col-lg-6 {
         width: 50%;
    }
     .col-lg-5 {
         width: 41.66666667%;
    }
     .col-lg-4 {
         width: 33.33333333%;
    }
     .col-lg-3 {
         width: 25%;
    }
     .col-lg-2 {
         width: 16.66666667%;
    }
     .col-lg-1 {
         width: 8.33333333%;
    }
     .col-lg-pull-12 {
         right: 100%;
    }
     .col-lg-pull-11 {
         right: 91.66666667%;
    }
     .col-lg-pull-10 {
         right: 83.33333333%;
    }
     .col-lg-pull-9 {
         right: 75%;
    }
     .col-lg-pull-8 {
         right: 66.66666667%;
    }
     .col-lg-pull-7 {
         right: 58.33333333%;
    }
     .col-lg-pull-6 {
         right: 50%;
    }
     .col-lg-pull-5 {
         right: 41.66666667%;
    }
     .col-lg-pull-4 {
         right: 33.33333333%;
    }
     .col-lg-pull-3 {
         right: 25%;
    }
     .col-lg-pull-2 {
         right: 16.66666667%;
    }
     .col-lg-pull-1 {
         right: 8.33333333%;
    }
     .col-lg-pull-0 {
         right: auto;
    }
     .col-lg-push-12 {
         left: 100%;
    }
     .col-lg-push-11 {
         left: 91.66666667%;
    }
     .col-lg-push-10 {
         left: 83.33333333%;
    }
     .col-lg-push-9 {
         left: 75%;
    }
     .col-lg-push-8 {
         left: 66.66666667%;
    }
     .col-lg-push-7 {
         left: 58.33333333%;
    }
     .col-lg-push-6 {
         left: 50%;
    }
     .col-lg-push-5 {
         left: 41.66666667%;
    }
     .col-lg-push-4 {
         left: 33.33333333%;
    }
     .col-lg-push-3 {
         left: 25%;
    }
     .col-lg-push-2 {
         left: 16.66666667%;
    }
     .col-lg-push-1 {
         left: 8.33333333%;
    }
     .col-lg-push-0 {
         left: auto;
    }
     .col-lg-offset-12 {
         margin-left: 100%;
    }
     .col-lg-offset-11 {
         margin-left: 91.66666667%;
    }
     .col-lg-offset-10 {
         margin-left: 83.33333333%;
    }
     .col-lg-offset-9 {
         margin-left: 75%;
    }
     .col-lg-offset-8 {
         margin-left: 66.66666667%;
    }
     .col-lg-offset-7 {
         margin-left: 58.33333333%;
    }
     .col-lg-offset-6 {
         margin-left: 50%;
    }
     .col-lg-offset-5 {
         margin-left: 41.66666667%;
    }
     .col-lg-offset-4 {
         margin-left: 33.33333333%;
    }
     .col-lg-offset-3 {
         margin-left: 25%;
    }
     .col-lg-offset-2 {
         margin-left: 16.66666667%;
    }
     .col-lg-offset-1 {
         margin-left: 8.33333333%;
    }
     .col-lg-offset-0 {
         margin-left: 0%;
    }
}
 .clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
     content: " ";
     display: table;
}
 .clearfix:after, .container:after, .container-fluid:after, .row:after {
     clear: both;
}
 .visible-xs, .visible-sm, .visible-md, .visible-lg {
     display: none !important;
}
 @media (max-width: 767px) {
     .visible-xs {
         display: block !important;
    }
}
 @media (min-width: 768px) and (max-width: 991px) {
     .visible-sm {
         display: block !important;
    }
}
 @media (min-width: 992px) and (max-width: 1199px) {
     .visible-md {
         display: block !important;
    }
}
 @media (min-width: 1200px) {
     .visible-lg {
         display: block !important;
    }
}
 @media (max-width: 767px) {
     .hidden-xs {
         display: none !important;
    }
}
 @media (min-width: 768px) and (max-width: 991px) {
     .hidden-sm {
         display: none !important;
    }
}
 @media (min-width: 992px) and (max-width: 1199px) {
     .hidden-md {
         display: none !important;
    }
}
 @media (min-width: 1200px) {
     .hidden-lg {
         display: none !important;
    }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
  background: transparent;
}

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #9ec1b3;
}

a:visited {
	color: #9ec1b3;
}

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

a:focus {
	outline: thin dotted;
}

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

.btn {
	position: relative;
	font-size: 1.2em;
	color: #9ec1b3;
	padding: .7em 1.5em .5em;
	border-bottom: 2px solid #9ec1b3;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	background: #9ec1b3;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:hover{
	color: #fff !important;
}

.btn:hover:before {
	height: 100%;
}

.btn:active,
.btn:visited,
.btn:focus {
	color: #9ec1b3;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
body.noscroll {
	overflow: hidden;
}

.main-navigation ul {
	list-style: none;
}

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

@media screen and (max-width: 767px) {	
	.site-header .container {
		padding: 0;
	}
	.site-header .col-sm-12 {
		padding: 0;
	}
	.site-branding {
		padding-left: 30px;
	}
	#site-navigation {
		width: 100vw;
		position: relative;
	}
	#navigation-outer {
		position: relative;
	}
	.menu-toggle {
		position: absolute !important;
		top: 0;
		padding: 10px 15px;
		right: 45px;
		z-index: 1000;
	}
	.hamburger {
		display: inline-block;
		cursor: pointer;
		transition-property: opacity, filter;
		transition-duration: 0.15s;
		transition-timing-function: linear;
		font: inherit;
		color: inherit;
		text-transform: none;
		background-color: transparent;
		border: 0;
		margin: 0;
		outline: none;
	}
	.hamburger:before {
		display: block;
		position: absolute;
		top: 0;
		left: -2px;
		content: '';
		height: 45px;
		width: 62px;
		background-color: #9ec1b3;
		transform: skew(-26deg);
	}
	.hamburger:after {
		display: block;
		position: absolute;
		top: 0;
		left: 62px;
		content: '';
		height: 30px;
		width: 20px;
		background-color: #076542;
		transform: skew(-26deg);
		z-index: -1;
	}
	.hamburger-box {
		width: 35px;
		height: 24px;
		display: inline-block;
		position: relative;
	}
	.hamburger-inner {
		display: block;
		top: 50%;
		margin-top: -2px;
	}
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
		width: 25px;
		height: 2px;
		background-color: #fff;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}
	.hamburger-inner::before, .hamburger-inner::after {
		content: "";
		display: block;
	}
	.hamburger-inner::before {
		top: -9px;
	}
	.hamburger-inner::after {
		bottom: -9px;
	}
	.hamburger--emphatic .hamburger-inner {
		transition: background-color 0.125s 0.175s ease-in;
	}
	.hamburger--emphatic .hamburger-inner::before {
		background-color: #fff;
		left: 0;
		transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
	}
	.hamburger--emphatic .hamburger-inner::after {
		background-color: #fff;
		top: 9px;
		right: 0;
		transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
	}
	.hamburger--emphatic.is-active .hamburger-inner {
		transition-delay: 0s;
		transition-timing-function: ease-out;
		background-color: transparent !important;
	}
	.hamburger--emphatic.is-active .hamburger-inner::before {
		left: -80px;
		top: -80px;
		transform: translate3d(80px, 80px, 0) rotate(45deg);
		transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
	}
	.hamburger--emphatic.is-active .hamburger-inner::after {
		right: -80px;
		top: -80px;
		transform: translate3d(-80px, 80px, 0) rotate(-45deg);
		transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
	}
	#navigation-inner {
		position: absolute;
		background: #fff;
		top: -100%;
		top: 0;
		width: 100%;
		height: 100vh;
		overflow: auto;
		z-index: 999;
		-webkit-transition: transform .3s;
		-moz-transition: transform .3s;
		transition: transform .3s;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	#navigation-outer.toggled #navigation-inner {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	#primary-menu {
		margin: 100px 0 0;
		padding-bottom: 2.2em;
	}
	#primary-menu,
	#primary-menu .sub-menu {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 22px;
		
	}
	#primary-menu > li {
		line-height: 2.6em;
		position: relative;
	}
	#primary-menu li ul li {
		line-height: 1.2em;
		margin: 0.5em 0 1em;
	}
	#primary-menu a {
		position: relative;
		padding-left: 1.5em;
		width: 100%;
		display: block;
	}
	#primary-menu > li > a {
		border-top: 2px dashed #ccc;
	}
	#primary-menu > li:first-of-type > a {
		border-top: 0;
	}
	#navigation-inner a,
	#navigation-inner a:hover,
	#navigation-inner a:focus,
	#navigation-inner a:visited {
		color: #58595b;
	}
	#navigation-inner > a {
		padding: 15px;
		font-size: 24px;
		margin-left: 1.5em;
	}
	#navigation-inner > a:last-of-type {
		padding-bottom: 160px;
	}
	#primary-menu > .menu-item-has-children:after {
		position: absolute;
		right: 1.5em;
		top: 0;
		font-family: "FontAwesome";
		content: "\f107";
		z-index: -1;
		color: #9ec1b3;
	}
	#primary-menu > .menu-item-has-children > .sub-menu {
		max-height: 0;
		overflow: hidden;
		padding: 0;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		transition: .3s;
	}
	#primary-menu > .menu-item-has-children.focus > .sub-menu {
		max-height: 600px;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		transition: .3s;
	}
	#primary-menu .has-headings > ul > li > a {
		color: #f5f5f5;
		font-size: .85em;
		line-height: 2em;
		cursor: default;
	}
}

@media screen and (min-width: 768px) {	
	.menu-toggle {
		display: none;
	}
	.main-navigation {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		text-align: center;
		z-index: 1000;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: transform .3s;
		-moz-transition: transform .3s;
		transition: transform .3s;
	}
	.main-navigation li {
		position: relative;
	}
	.main-navigation a {
		display: block;
		color: #58595b;
	}
	.main-navigation a:hover {
		color: #9ec1b3;
	}
	.admin-bar .main-navigation {
		top: 32px;
  }
	.main-navigation.sticky-header-hidden {
		-webkit-transform: translateY(-85px);
		-moz-transform: translateY(-85px);
		transform: translateY(-85px);
		-webkit-transition: transform .3s;
		-moz-transition: transform .3s;
		transition: transform .3s;
	}
	#navigation-outer {
		width: 100%;
		position: absolute;
		top: 0;
		left 0;
		height: 35px;
		background: rgba(255,255,255,.5);
		border-bottom: 1px solid #fff;
		z-index: 1;
	}
	#primary-menu {
		position: relative;
		display: inline-block;
		background-color: #fff;
		text-align: center !important;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	}
		#primary-menu:before {
		left: -40px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 40px 80px 0;
		border-color: transparent #ffffff transparent transparent;	
	}
	#primary-menu:after {
		top: 0;
		right: -40px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 80px 40px 0 0;
		border-color: #ffffff transparent transparent transparent;
	}
	#primary-menu > li {
		display: inline-block;
		float: none;
		line-height: 45px;
	}
	#primary-menu > li:first-of-type {
		width: 100%;
		height: 35px;
		line-height: 35px;
		font-size: .85em;
		z-index: 1;
	}
	#primary-menu > li:first-of-type:before {
		left: -40px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 17.5px 35px 0;
		border-color: transparent #9ec1b3 transparent transparent;	
	}
	#primary-menu > li:first-of-type:after {
		top: 0;
		right: -40px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 35px 17.5px 0 0;
		border-color: #9ec1b3 transparent transparent transparent;
	}
	#primary-menu li a {
		padding: 0 20px;
	}
	#primary-menu > li:first-of-type a {
		position: relative;
		color: #fff;
		background: #9ec1b3;
		padding: 0;
	}
	#primary-menu > li:first-of-type a:before {
		left: -23px;
		width: 23px;
    height: 35px;
    background: #9ec1b3;
	}
	#primary-menu > li:first-of-type a:after {
		right: -23px;
		width: 23px;
    height: 35px;
    background: #9ec1b3;
	}
	#primary-menu > li:nth-of-type(2):before {
		top: -35px;
		left: -68px;
		width: 23px;
    height: 65px;
    background: #076542;
		z-index: -1;
		transform: skew(26deg);
	}
	#primary-menu > li:last-of-type:after {
		top: -35px;
		right: -68px;
		width: 23px;
    height: 65px;
    background: #076542;
		z-index: -1;
		transform: skew(-26deg);
	}
	#primary-menu:after,
	#primary-menu:before,
	#primary-menu > li:first-of-type a:before,
	#primary-menu > li:first-of-type a:after,
	#primary-menu > li:first-of-type:before,
	#primary-menu > li:first-of-type:after,
	#primary-menu > li:nth-of-type(2):before,
	#primary-menu > li:last-of-type:after {
		position: absolute;
		display: inline-block;
		content: '';
	}	
	.main-navigation ul {
		margin: 0;
		padding-left: 0;
	}	
	.main-navigation ul ul {
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
		position: absolute;
		left: -999em;
		background-color: #fff;
		text-align: left;
		z-index: 99999;
	}
	.main-navigation ul ul.sub-menu:first-of-type {
		opacity: 0;
		-webkit-transition: opacity ease-out 0.3s;
		-moz-transition: opacity ease-out 0.3s;
		transition: opacity ease-out 0.3s;
	}
	.main-navigation ul ul a {
		width: 350px;
		line-height: 3em;
		height: 3em;
		padding: 0 1em;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 0;

	}
	.main-navigation ul li:hover ul:first-of-type,
	.main-navigation ul li.focus ul:first-of-type {
		opacity: 1;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

.text-left {
	text-align: left;
}

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

.text-right {
	text-align: right;
}

.padding-top {
	padding-top: 30px;
}

.padding-bottom {
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.padding-top {
		padding-top: 4vw;
	}
	.padding-bottom {
		padding-bottom: 4vw;
	}
}

.detail-up ~ .padding-top,
.detail-up ~ .padding-bottom {
	padding-top: 0;
	padding-bottom: 0;
}

.vertical-center {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.hero {
	position: relative;
	margin-top: -1.5em;
	height: 33vh;
	min-height: 300px;
	color: #fff;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow-x: hidden !important;
}

.hero-fullscreen {
	min-height: 100vh;
}

.hero .container {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hero-fullscreen .container {
	top: 20vh;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.hero-img {
	max-width: 40vmin;
}

@media (max-width: 767px) and (orientation: portrait) {
	  .hero-img {
	  max-width: 50vmin;
  }
}

.hero > img {
  position: absolute;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.hero-fullscreen > img {
	height: 100vh;
}

.hero-bkg-logo {
	position: relative;
  background-color:#9ec1b3;
  background-image:url('img/logo-qep-bkg.svg');
  background-size: 130vw;
  background-position: 50% center;
}

.hero-bkg-logo:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.15);
}

.hero h1 {
	color: #fff;
	  margin-top: .2em;
		margin-bottom: 0;
}
.hero p {
	margin-top: 0;
	line-height: 1em;
}

.hero a {
	color: #fff;
}

@media (min-width: 768px) {
	.hero h1 {
		font-size: 4em;
	}
	.hero p {
		font-size: 1.6em;
	}
	.hero-bkg-logo {
    background-size: 70vw;
  }
}

.hero-scroll {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin: 0 auto;
	color: #fff;
	text-decoration: none;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}

@media (min-height: 720px) {
	.hero-scroll {
		display: block;
	}
}

.hero-scroll:focus,
.hero-scroll:active,
.hero-scroll:visited {
	color: #fff;
}

.hero-scroll img {
	display: block;
	position: relative;
	bottom: 5px;
	width: 50px;
	margin: 0 auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.hero-scroll:hover img {
	bottom: 15px;
}

.container-detail-pull-up {
	margin-top: -45px;
}

.detail {
	height: 45px;
}

.detail-up {
	top: -45px;
}

.detail,
.simple-left,
.simple-right,
.detail-left,
.detail-right {
	display: block;
	position: relative;
}

.detail-down {
	bottom: -45px;
	z-index: 1;
}

.detail-up .simple-left,
.detail-up .simple-right,
.detail-up .detail-left,
.detail-up .detail-right {
	border-bottom: 45px solid #9ec1b3;
}

.detail-down .simple-left,
.detail-down .simple-right,
.detail-down .detail-left,
.detail-down .detail-right {
	border-top: 45px solid #9ec1b3;
}

.detail .detail-left:before,
.detail .detail-left:after,
.detail .detail-right:before,
.detail .detail-right:after{
	display: block;
	position: absolute;
	content: '';
}

.detail .simple-left,
.detail .detail-left {
	float: left;
}

.detail .simple-right,
.detail .detail-right {
	float: right;
}

.detail-up .simple-left,
.detail-up .detail-left {
	border-left: 22px solid transparent;	
}

.detail-up .simple-right,
.detail-up .detail-right {
	border-right: 22px solid transparent;
}

.detail-down .simple-left,
.detail-down .detail-left {
	border-left: transparent solid 22px;	
}

.detail-down .simple-right,
.detail-down .detail-right {
	border-right: 22px solid transparent;	
}

.detail .detail-left {
	margin-left: 132px;
}

.detail .detail-left-large {
	margin-left: 140px;
}

.detail .detail-right {
	margin-right: 132px;
}

.detail .detail-right-large {
	margin-right: 140px;
}

.detail .simple-left,
.detail .simple-right {
	width: 50%;
}

.detail .detail-left,
.detail .detail-right{
	width: calc(50% - 132px);
}

.detail .detail-left-large,
.detail .detail-right-large {
	width: calc(50% - 140px);
}

.detail .detail-left:before,
.detail .detail-right:before {
	width: 100px;
	height: 45px;
	background: rgba(255,255,255,.5);
}

.detail .detail-left:after,
.detail .detail-right:after {
	width: 26px;
	height: 25px;
	background: #076542;
}

.detail .detail-left-large:after,
.detail .detail-right-large:after {
	height: 50px;
}

.detail .detail-left:before {
	left: -111px;
}

.detail .detail-right:before {
	right: -111px;
}

.detail-up .detail-left:before,
.detail-up .detail-right:before {
	border-top: 1px solid #fff;
}

.detail-down .detail-left:before,
.detail-down .detail-right:before {
	bottom: 0;
	border-bottom: 1px solid #fff;
}

.detail-up .detail-right:before,
.detail-up .detail-right:after,
.detail-down .detail-left:before,
.detail-down .detail-left:after {
	transform: skew(26deg);
}

.detail-up .detail-left:before,
.detail-up .detail-left:after,
.detail-down .detail-right:before,
.detail-down .detail-right:after {
	transform: skew(-26deg);
}

.detail-up .detail-left:after,
.detail-up .detail-right:after,
.detail-up .detail-left-large:after,
.detail-up .detail-right-large:after {
	top: 20px;
}

.detail-down .detail-left:after,
.detail-down .detail-right:after,
.detail-down .detail-left-large:after,
.detail-down .detail-right-large:after {
	bottom: 20px;
}

.detail-up .detail-left:after,
.detail-down .detail-left:after {
	left: -142px;
}

.detail-up .detail-right:after,
.detail-down .detail-right:after {
	right: -142px;
}

.detail-up .detail-left-large:after,
.detail-down .detail-left-large:after {
	left: -148px;
}

.detail-up .detail-right-large:after,
.detail-down .detail-right-large:after {
	right: -148px;
}

@media (min-width: 992px) {
	.detail .detail-left-large,
  .detail .detail-right-large {
	  width: calc(50% - 201px);
  }
	.detail .detail-left-large {
	  margin-left: 201px;
  }
  .detail .detail-right-large {
	  margin-right: 201px;
  }
	.detail .detail-left.detail-left-large:after {
	  left: -180px;
	  height: 180px;
  }
	.detail-down .detail-right.detail-right-large:after {
		right: -180px;
		height: 180px;
	}
}

.has-detail ~ .staff{
	padding-top: 45px;
}

@media (max-width: 991px) {
	.has-detail ~ section h1:first-of-type {
		margin-top: 45px;
	}
}

@media (min-width: 992px) {
  .text-center .col-md-8 {
	  padding-bottom: 50px;
  }
}

.text-with-img .padding-all {
	padding: 12vw 8vw;
}

.text-with-content .container-site-links-image {
  padding: 8vw 0;
}

.text-with-content .container-site-links-image div {
  padding: 30px 15px;
}

.text-with-content .container-site-links-no-image {
  padding: 8vw 0;
}

@media (min-width: 768px) {
  .text-with-content .container-site-links-image > div:nth-of-type(3) {
		clear: left;
	}
}

.text-with-content .col-md-6,
.text-with-img .col-md-6 {
	text-align: center;
	min-height: 200px;
	overflow: hidden;
}

.text-with-img-img {
	padding-left: 0;
	padding-right: 0;
}

.text-with-img-img img,
.image img {
	object-fit: cover;
	height: 100%;
	min-width: 100%;
}

.text-with-img-img img {
	position: absolute;
	left: 0;
}

@media (max-width: 991px) {
	.text-with-img-img img {
		height: 200px;
	}
}

.detail-corner:before {
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 25%;
	height: 10%;
	content: '';
	border-top: 2px dashed #ccc;
	border-left: 2px dashed #ccc;
}

.detail-corner.col-md-pull-6:before {
	left: auto;
	right: 15px;
	border-top: 2px dashed #ccc;
	border-right: 2px dashed #ccc;
	border-left: 0;
}

.text-with-content p.vertical-center,
.text-with-img p.vertical-center,
.image p.vertical-center {
	font-size: 2em;
	font-weight: 400;
	line-height: 1.1em;
	color: #fff;
}

.img-inner {
	overflow: hidden;
	position: relative;
	min-height: 300px;
}

.img-inner-50 {
	height: 50vh;
}

.img-inner-25 {
	height: 25vh;
}

@media (min-width: 768px) {
  .entry-content section.image:last-child {
	  margin-bottom: -130px;
  }
}

@media (min-width: 992px) {
	.text-with-content > .row,
  .text-with-img > .row {
  	display: flex;
  }
	.detail-corner:before {
	  top: 60px;
  }
	.text-with-content p.vertical-center,
	.text-with-img p.vertical-center,
	.image p.vertical-center {
		font-size: 3em;
	}
}

@media (min-width: 1920px) {
	.text-with-content p.vertical-center,
	.text-with-img p.vertical-center,
	.image p.vertical-center {
		font-size: 5em;
	}
}

ul.staff-container {
	text-align: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.staff-container li {
	display: inline-block;
	padding: 0 2vw 30px;
	width: 340px;
	max-width: 100%;
}

ul.staff-container img {
	border-radius: 50%;
	width: 100%;
}

.staff-details {
	position: relative;
}

.staff-details strong {
	position: absolute;
	left: 0;
	top: -1.4em;
	width: 100%;
	color: #aaa;
}

.staff-details h3 {
	margin-top: 1.6em;
}

.panel {
	margin-bottom: 30px;
	padding: 10px 30px 0 10px;
	
}

.panel:before {
	top: 0;
	left: 0;
}

.panel-inner {
	position: relative;
	background: #f4f4f4;
	padding: 15px 15px 70px;
}

.panel-details {
  position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	background: #9ec1b3;
}

.panel-details .btn {
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
}

@media (min-width: 768px) {
	.panel:nth-child(even) {
		clear: left;
	}
	.panel-inner {
		min-height: 320px;
	}
	.contact-information .panel-inner {
		min-height: 200px;
	}
}

@media (min-width: 1200px) {
	.panel:nth-child(even) {
		clear: none;
	}
	.panel:nth-child(3n+5) {
		clear: left;
	}
}

.nav-previous a,
.nav-next a {
	position: fixed;
	top: 50vh;
	width: 0;
	height: 80px;
	padding: 10px;
	color: #fff;
	background: #076542;
	line-height: 1.7em;
	text-indent: -9999em;
	text-align: left;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.nav-previous a {
	left: -35px;
}

.nav-next a {
	right: -35px;
}

.nav-previous a:hover {
	left: -20px;
}

.nav-next a:hover {
	right: -20px;
}

.nav-previous a:before,
.nav-next a:before,
.nav-previous a:after,
.nav-next a:after {
	display: block;
	position: absolute;
	top: 0;
	width: 30px;
	height: 60px;
	content: '';
	text-indent: 0;
}

.nav-previous a:before {
	right: -40px;
	border-style: solid;
	border-width: 40px 0 40px 40px;
	border-color: transparent transparent transparent #076542;
}

.nav-next a:before {
	left: -40px;
	border-style: solid;
	border-width: 40px 40px 40px 0;
	border-color: transparent #076542 transparent transparent;
}

.nav-previous a:after,
.nav-next a:after {
	width: 30px;
	height: 80px;
	font-family: "FontAwesome";
	line-height: 80px;
	font-size: 20px;
	color: #fff;
}

.nav-previous a:after {
	right: -45px;
	content: "\f104";
	text-align: left;
	padding-left: .2em;
}

.nav-next a:after {
	left: -45px;
	content: "\f105";
	text-align: right;
	padding-right: .2em;
}

.blog-share h3 {
	display: inline-block;
	margin-bottom: .2em;
	padding: 0 1em;
	border-bottom: 2px solid #9ec1b3;
}

.share-buttons {
	list-style-type: none;
	padding: 0;
	margin: 0 0 30px;
}

.share-buttons li {
	display: inline-block;
	font-size: 1.4em;
	margin: 0 10px;
}

article.post-list {
	position: relative;	
	padding: 30px 0 30px 25px;
}

article.post-list .detail-corner:before {
	left: -15px;
}

.img-circle {
	border-radius: 50%;
}

@media (min-width: 992px) {
	article.post-list {
    padding: 60px 0 30px 40px;
  }
}

.social-icons {
	margin: 1em 0;
}

.social-icons a {
  text-decoration: none;
  font-family: FontAwesome;
	font-size: 1.6em;
	margin: 0 .3em;
}

.social-icons a span {
	position: absolute;
	text-indent: -9999em;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-footer {
	padding-top: 100px;
	overflow: hidden;
}

#footer-inner  {
	position: relative;
	background: #f4f4f4;
	padding: 90px 0 40px;
}

@media (min-width: 1920px) {
	#footer-inner  {
	  padding: 110px 0 60px;
  }
}

#footer-logo {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	height: 190px;
	padding: 15px;
	border-radius: 50%;
	background: white;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#footer-bkg-left,
#footer-bkg-right {
	position: absolute;
	bottom: -50px;
	width: 30%;
	min-width: 500px;
}

#footer-bkg-left {
	right: 70%;
}

#footer-bkg-right {
	left: 70%;
}

#footer-menu {
	display: inline-block;
  padding: 0;
	margin: 0;
	border-bottom: 2px solid #076542;
}

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

#footer-menu a {
	color: #666;
	text-decoration: none;
	padding: .5em 1em;
}

.site-footer .detail-down {
	top: -105px;
}

@media (min-width: 1920px) {
	.site-footer .detail-down {
	  top: -125px;
  }
}

.site-footer .detail .detail-left:before,
.site-footer .detail .detail-right:before {
	width: 100px;
	height: 45px;
	background: rgba(255,255,255,1);
}

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

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

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*-------------------------------------------------------------- ## Remodal --------------------------------------------------------------*/
/* Hide scroll bar */
 html.remodal-is-locked {
     overflow: hidden;
     -ms-touch-action: none;
     touch-action: none;
}
/* Anti FOUC */
 .remodal, [data-remodal-id] {
     display: none;
}
/* Necessary styles of the overlay */
 .remodal-overlay {
     position: fixed;
     z-index: 9999;
     top: -5000px;
     right: -5000px;
     bottom: -5000px;
     left: -5000px;
     display: none;
}
/* Necessary styles of the wrapper */
 .remodal-wrapper {
     position: fixed;
     z-index: 10000;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     display: none;
     overflow: auto;
     text-align: center;
     -webkit-overflow-scrolling: touch;
}
 .remodal-wrapper:after {
     display: inline-block;
     height: 100%;
     margin-left: -0.05em;
     content: "";
}
/* Fix iPad, iPhone glitches */
 .remodal-overlay, .remodal-wrapper {
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
}
/* Necessary styles of the modal dialog */
 .remodal {
     position: relative;
     outline: none;
     -webkit-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
     text-size-adjust: 100%;
}
 .remodal-is-initialized {
    /* Disable Anti-FOUC */
     display: inline-block;
}
/* Default theme styles for the background */
 .remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
     -webkit-filter: blur(3px);
     filter: blur(3px);
}
/* Default theme styles of the overlay */
 .remodal-overlay {
     background: rgba(158,193,179,0.9);
}
 .remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
     -webkit-animation-duration: 0.3s;
     animation-duration: 0.3s;
     -webkit-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
}
 .remodal-overlay.remodal-is-opening {
     -webkit-animation-name: remodal-overlay-opening-keyframes;
     animation-name: remodal-overlay-opening-keyframes;
}
 .remodal-overlay.remodal-is-closing {
     -webkit-animation-name: remodal-overlay-closing-keyframes;
     animation-name: remodal-overlay-closing-keyframes;
}
/* Default theme styles of the wrapper */
 .remodal-wrapper {
     padding: 15px;
}
/* Default theme styles of the modal dialog */
 .remodal {
     box-sizing: border-box;
     width: 100%;
	   max-width: 800px;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
     color: #2b2e38;
     background: #fff;
}
.remodal-inner {
	padding: 35px;
}
 .remodal.remodal-is-opening, .remodal.remodal-is-closing {
     -webkit-animation-duration: 0.3s;
     animation-duration: 0.3s;
     -webkit-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
}
 .remodal.remodal-is-opening {
     -webkit-animation-name: remodal-opening-keyframes;
     animation-name: remodal-opening-keyframes;
}
 .remodal.remodal-is-closing {
     -webkit-animation-name: remodal-closing-keyframes;
     animation-name: remodal-closing-keyframes;
}
/* Vertical align of the modal dialog */
 .remodal, .remodal-wrapper:after {
     vertical-align: middle;
}
/* Close button */
 .remodal-close {
     position: absolute;
     top: 30px;
     right: 30px;
     cursor: pointer;
}
/* Keyframes ========================================================================== */
 @-webkit-keyframes remodal-opening-keyframes {
     from {
         -webkit-transform: scale(1.05);
         transform: scale(1.05);
         opacity: 0;
    }
     to {
         -webkit-transform: none;
         transform: none;
         opacity: 1;
         -webkit-filter: blur(0);
         filter: blur(0);
    }
}
 @keyframes remodal-opening-keyframes {
     from {
         -webkit-transform: scale(1.05);
         transform: scale(1.05);
         opacity: 0;
    }
     to {
         -webkit-transform: none;
         transform: none;
         opacity: 1;
         -webkit-filter: blur(0);
         filter: blur(0);
    }
}
 @-webkit-keyframes remodal-closing-keyframes {
     from {
         -webkit-transform: scale(1);
         transform: scale(1);
         opacity: 1;
    }
     to {
         -webkit-transform: scale(0.95);
         transform: scale(0.95);
         opacity: 0;
         -webkit-filter: blur(0);
         filter: blur(0);
    }
}
 @keyframes remodal-closing-keyframes {
     from {
         -webkit-transform: scale(1);
         transform: scale(1);
         opacity: 1;
    }
     to {
         -webkit-transform: scale(0.95);
         transform: scale(0.95);
         opacity: 0;
         -webkit-filter: blur(0);
         filter: blur(0);
    }
}
 @-webkit-keyframes remodal-overlay-opening-keyframes {
     from {
         opacity: 0;
    }
     to {
         opacity: 1;
    }
}
 @keyframes remodal-overlay-opening-keyframes {
     from {
         opacity: 0;
    }
     to {
         opacity: 1;
    }
}
 @-webkit-keyframes remodal-overlay-closing-keyframes {
     from {
         opacity: 1;
    }
     to {
         opacity: 0;
    }
}
 @keyframes remodal-overlay-closing-keyframes {
     from {
         opacity: 1;
    }
     to {
         opacity: 0;
    }
}
/* IE8 ========================================================================== */
 .lt-ie9 .remodal-overlay {
     background: #2b2e38;
}
 .lt-ie9 .remodal {
     width: 700px;
}
