/*!
Theme Name: Orli
Author: Quinten Mertesdorf
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: orli
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
	- Footer
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# 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;
  overflow-x: hidden;
}

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-family: "GT Walsheim Bold";
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

/* Colors
--------------------------------------------- */
:root {
  --black:  #000000;
  --brown:  #8C361E;
  --navy:   #022543;
  --green:  #0C2B1C;
  --grey:   #707070;
  --lt-grey:#F2F1F0;
  --white:  #FFFFFF;

  --primary: var(--black);
  --secondary: var(--brown);
}

.bg-lt-grey{
  background-color:var(--lt-grey);
}
.bg-navy{
  background-color:var(--navy);
}
.bg-green{
  background-color:var(--green);
}

.brown{
  color:var(--brown);
}


/* Typography
--------------------------------------------- */
html{
  font-style: 16px;
}
@font-face {
	font-family: 'GT Walsheim Light';
	src:  url('assets/fonts/GT-Walsheim-Light.woff2') format('woff2'),
		  url('assets/fonts/GT-Walsheim-Light.woff') format('woff');
}
@font-face {
	font-family: 'GT Walsheim Bold';
	src:  url('assets/fonts/GT-Walsheim-Bold.woff2') format('woff2'),
		  url('assets/fonts/GT-Walsheim-Bold.woff') format('woff');
}

body,
button,
input,
select,
optgroup,
textarea {
  color: var(--primary);
  font-family: "GT Walsheim Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  line-height: 1.11;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "essonnes-display", serif;
  font-weight: 300;
  margin:0;
  width: 100%;
  position: relative;
  display: inline;
  box-shadow:
    inset 0 -0.175em white,
    inset 0 -0.2em var(--primary);
}

h1{
  font-size: 3rem;
  line-height: 1.208;
}
h1.italic{
  font-size: 2.625rem;
  line-height: 1.19;
  font-style: italic;
  text-decoration: none;
}
h2{
  font-size: 3rem;
  line-height: 1.208;
}
/* h2:after{
  content:'';
  border-bottom:1px solid var(--primary);
  position: absolute;
  bottom:0;
  left:0;
} */
h3{
  font-size: 3rem;
  line-height: 1.2;
}
h4{
  font-style: 2.4rem;
  line-height: 1.2;
}
p.large{
  font-size: 2.625rem;
  line-height: 1.19;
  font-family: "essonnes-display", serif;
  font-weight: 300;
  font-style: italic;
}

p {
  margin:0;
  letter-spacing: .5px;
}

h2 + p,
h1 + p{
  margin-top: 2rem;
}

p + p{
  margin-top: 1rem;
}

.inline{
  display: inline;
  width: auto;
}

.caption,
.wp-block-image figcaption,
.single .navigation a{
  font-size: 1.125rem;
  line-height: 1.22;
  letter-spacing: .75px;
  font-family: "essonnes-display", serif;
  font-weight: 300;
  color:var(--brown);
  text-transform: uppercase;
}
.caps{
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.22;
  letter-spacing: 1.5px;
  font-family: "GT Walsheim Bold";
}

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

.bg-green h1,
.bg-green h2,
.bg-green h3,
.bg-green a,
.bg-green p,
.bg-navy h1,
.bg-navy h2,
.bg-navy h3,
.bg-navy a,
.bg-navy p{
  color:var(--white);
}
.bg-lt-grey h1,
.bg-lt-grey h2,
.bg-lt-grey h3{
  box-shadow:
  inset 0 -0.175em var(--lt-grey),
  inset 0 -0.2em var(--primary);

}

@media only screen and (max-width: 1440px) {
  h1,
  h2,
  h3{
    font-size: 2.5rem;
  }
  p.large{
    font-size: 1.9rem;
  }
  body{
    font-size: 1rem;
  }
  body, button, input, select, optgroup, textarea{
    font-size: 1rem;
  }
  .caption,
  .wp-block-image figcaption,
  .single .navigation a{
    font-size: 1rem;
  }
  .caps{
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1280px) {
  h1,
  h2,
  h3{
    font-size: 2.1rem;
  }
  p.large{
    font-size: 1.4rem;
  }
  body{
    font-size: 1rem;
  }
  body, button, input, select, optgroup, textarea{
    font-size: 1rem;
  }
  .caption,
  .wp-block-image figcaption,
  .single .navigation a{
    font-size: .8rem;
  }
  .caps{
    font-size: .8rem;
  }
}
@media only screen and (max-width: 1280px) {
  h2,
  h3,
  .bg-lt-grey h1,
  .bg-lt-grey h2,
  .bg-lt-grey h3{
    box-shadow:none;
    line-height: 1.5;
    border-bottom: 1px solid var(--primary);
  }
  .home .hero h1{
    box-shadow:none;
    line-height: 1.5;
    border-bottom: 1px solid var(--white);
  }
  .home .hero h1::after{
    display: none;
  }
}
  

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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


/* Links
--------------------------------------------- */
a {
  color: var(--primary);
}

a:visited {
  color: var(--primary)
}

a:hover,
a:focus,
a:active {
  color: var(--primary);
}

* {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid var(--primary);
  border-radius: .5rem;
  background: transparent;
  color: var(--primary);
  line-height: 1;
  padding: 1.75rem 2.8125rem;
  display: inline-block;
  transition: .2s all;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background:var(--green);
  color:var(--white);
}

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: var(--primary);
  border:0;
  border-bottom:1px solid var(--primary);
  border-radius: 0;
  padding-bottom: 1.5rem;
  background:transparent;
}

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 {
  opacity: 1;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder{
  color:var(--primary);
  opacity: 1;
}

textarea {
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    padding:1.4rem 2.8125rem
  }
}

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

section{
  position: relative;
}
.container{
  width: 71.4%;
  margin:0 auto;
  height: 100%;
}
.container.wide{
  width: 90.1%;
}
.row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  position: relative;
}
.justify-content-center{
  justify-content: center;
}
.justify-content-end{
  justify-content: flex-end;
}
.align-items-end{
  align-items: flex-end;
}
.align-items-center{
  align-items: center;
}
.short-page{
  height: 50vh;
}
@media only screen and (max-width: 1280px) {
  .container{
    width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .container{
    width: 90%;
  }
}

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

/* Header
--------------------------------------------- */
header{
  position: fixed;
  width: 100%;
  left:0;
  top:0;
  background:var(--white);
  border-bottom:1px solid var(--grey);
  padding:1rem 0;
  transition: .7s all;
  z-index: 2;
}
header.main-nav-header {
	z-index: 999;
}
header .container{
  opacity: 0;
}
.home header, 
.page-template-page-vision header.main-nav-header {
 background: transparent;
 border:0;
}

.page-template-page-vision header.main-nav-header.scrolled,
header.scrolled{
  background:var(--white);
  border-bottom:1px solid var(--grey);
}

.home .container {z-index: 2; position: relative;}

.home .main-nav-header.scrolled .logo img,
.page-template-page-vision .main-nav-header.scrolled .logo img {filter: brightness(0) invert(0);}

.home .main-nav-header .logo img,
.page-template-page-vision .main-nav-header .logo img {filter: brightness(0) invert(1);}

header .logo img{
  width: 115px;
}
.home .logo img,
.page-template-page-vision .logo img {
  width: 174px;
  transition: .7s all;
}
.home .scrolled .logo img, 
.page-template-page-vision .scrolled .logo img{
  width: 90px;
}

.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;
  overflow: visible; 
  position: absolute;
  right:0;
  z-index: 1;
  opacity: 1;
}
.home .hamburger{
  opacity: 0;
}
.scrolled .hamburger{
  opacity: 1;
}
.hamburger:hover {
  opacity: 0.7; 
  cursor: pointer;
}
.hamburger.is-active:hover {
  opacity: 0.7; 
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: var(--white); 
}

.hamburger-box {
  width: 50px;
  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: 50px;
  height: 1px;
  background-color: var(--primary);
  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: -10px; 
}
.hamburger-inner::after {
  bottom: -10px; 
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; 
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); 
}

header .menu-primary-container{
  width: 665px;
  background:var(--green);
  position: absolute;
  right:-200%;
  top:0;
  height: 100vh;
  transition: .3s all;;
}
header .menu-primary-container.slide-out{
  right: 0;
}
header .menu-primary-container .menu{
  margin:0;
  padding:0;
  list-style-type: none;
  margin-top: 18.5%;
  position: relative;
}

header .menu-primary-container a{
  color:var(--white);
  font-size: 3rem;
  line-height: 1.208;
  font-family: "essonnes-display", serif;
  font-weight: 300;
  position: relative;
  text-decoration: none;
  padding:3.125rem 0;
  margin:0 2.5rem 0 5rem;
  display: inline-flex;
  align-items: center;
}
header .menu-primary-container li{
  position: relative;
  width: 80%;
}
header .menu-primary-container li:before{
  content:"";
  background:url(assets/icons/icon-palm-white.svg) no-repeat center center / 100%;
  height: 120px;
  width: 65px;
  position: absolute;
  opacity: 0;
  left:60%;
  filter: brightness(0) invert(1);
  transition: .3s all;
}
header .menu-primary-container li:hover:before{
  left:90%;
  opacity: 1;
}
header .menu-primary-container a:after{
  content:'';
  position: absolute;
  left:0;
  width: 0%;
  background:var(--white);
  height:1px;
  bottom:3rem;
  transition: .3s all;
}
header .menu-primary-container a:hover:after{
  content:'';
  width: 100%;
}
@media only screen and (max-width: 1290px) {
  .home .logo img{
    width: 150px;
  }
  header{
    padding:1rem 0;
  }
  header .menu-primary-container a{
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  header .logo img{
    width: 80px;
  }
  header .menu-primary-container{
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  header{
    padding:.5rem 0;
  }
  header .menu-primary-container{
    width: 100%;
    right:150%;
  }
  header .menu-primary-container a{
    margin:0 2rem;
  }
  .home .scrolled .logo img{
    width: 60px;
  }
}
/* Hero
--------------------------------------------- */
.hero{
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hero h1{
  box-shadow: none;
  color:var(--white);
  font-size: 2.625rem;
  line-height: 1.19;
  font-family: "essonnes-display", serif;
  font-weight: 300;
  font-style: italic;
}
.home .hero h1{
  color:var(--white);
  font-style: normal;
  font-size: 3rem;
  display: inline;
}
.home .hero h1::after{
  content:'';
  width: 100%;
  height: 1px;
  background:var(--white);
  position: absolute;
  left:0;
  bottom:0;
}
.hero video{
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero .bg-overlay {
	position: absolute;
	z-index: 1;
	background: rgba(0,0,0,0.3);
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%; 
	margin: auto; 
	display: block;
	height: 100vh;
}
.hero h1 + .caps{
  margin-top: 2.5rem;
	color: var(--white);
}
.hero .copy{
  width: 74.41%;
  opacity: 0;
}

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */
*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

@media only screen and (max-width: 1440px) {
  .home .hero h1{
    font-size: 2.5rem;
  }
  .hero .copy{
    width: 94%;
  }
}
@media only screen and (max-width: 1290px) {
  .home .hero h1{
    font-size: 2.2rem;
  }
  .hero h1 + .caps{
    margin-top: 1.5rem;
  }
  .hero h1{
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 414px) {
  .hero .copy{
    width: 100%;
  }
}
/* Intro Copy
--------------------------------------------- */
.intro-copy{
  padding:6.25rem 0 7.75rem 0;
}
.intro-copy .copy{
  width: 75%;
  opacity: 0;
  transform: translate(0px, 100px);
}
.intro-copy .icon{
  margin-bottom: 3.5rem;
}

@media only screen and (max-width: 1750px) {
  .intro-copy .copy{
    width: 85%;
  }
}
@media only screen and (max-width: 414px) {
  .intro-copy{
    padding:3rem 0;
  }
  .intro-copy .copy{
    text-align: left;
    width: 100%;
  }
}


/* Half Panel
--------------------------------------------- */
.half-panel .container{
  opacity: 0;
  transform: translate(0, 50px);
}
.half-panel.has-embellishment{
  padding: 10.75rem 0 11.25rem 0;
}
.panel{
  width: 50%;
}
.half-panel .row.reversed{
  flex-direction: row-reverse;
}
.half-panel .row.reversed .copy{
  margin-right:24%;
  margin-left: 0;
}
.half-panel .copy{
  margin-left:24%;
  width: 620px;
}
.half-panel .copy ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.half-panel .copy p + ul{
  margin-top: 3.75rem;
  display: flex;
  flex-wrap: wrap;
}
.half-panel .copy p + ul li{
  width: 50%;
  margin-bottom: 3.75rem;
  padding:0 0 0 3rem;
  position: relative;
}
.half-panel .copy p + ul li:nth-last-child(-n+2){
  margin-bottom: 0;
}
.half-panel .copy p + ul li:before{
  content: '';
  position: absolute;
  left: 0;
  background: url(assets/icons/icon-bullet-star-1.png) no-repeat center center / 100%;
  width: 26px;
  height: 60px;
  top: -1.4rem;
}
.half-panel .copy p + ul li:nth-child(2):before,
.half-panel .copy p + ul li:nth-child(3):before{
  background: url(assets/icons/icon-bullet-star-2.png) no-repeat center center / 100%;
  width: 36px;
  height:67px;
}
.half-panel.has-green-shape .copy{
  margin-top:-6rem;
}
.embellishment{
  position: absolute;
  right:0;
  top:-4rem;
  width:30.73%;
  opacity: 0;
  transform: translate(0px, 50px);
}
.green-shape{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.green-shape img{
  display: block;
}
.half-panel.repeater{
  padding:6.25rem 0;
}

.half-panel + .half-panel{
  padding-top: 4rem;
}

@media only screen and (max-width: 1440px) {
  .half-panel .copy{
    width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .half-panel.has-embellishment{
    padding-top: 10rem;
  }
}
@media only screen and (max-width: 768px) {
  .half-panel.has-embellishment{
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  .half-panel .container{
    transform: none !important;
    opacity: 1 !important;
  }
  .panel{
    width: 100%;
  }
  .half-panel.has-green-shape .copy{
    margin-top: 3rem;
    margin-left:0;
    padding-left:0;
  }
  .green-shape{
    position: relative;
    margin-top: 4rem;
  }
  .half-panel.has-green-shape{
    padding-bottom: 0;;
  }
  .half-panel.repeater .carousel{
    width: 100%;
  }
  .half-panel .carousel{
    width: 65%;
  }
  .half-panel .copy{
    margin-top: 4rem;
    padding-left:24%;
    margin-left:0;
  }
}
@media only screen and (max-width: 414px) {
  .half-panel .carousel{
    width: 100%;
  }
  .half-panel .copy{
    padding:0;
  }
  .half-panel.repeater{
    padding:4rem 0 0 0;
  }
  .half-panel .row.reversed .copy{
    width: 100%;
    margin-right: 0;
  }
  .half-panel + .half-panel{
    padding-bottom: 4rem;
  }
  .embellishment{
    position: relative;
    width: 100%;
  }
}


/* Carousel
--------------------------------------------- */
.carousel .image{
  width: 100%;
}
.flickity-button{
  padding:0;
  top: auto;
  bottom:-2.5rem;
  background:transparent;
  border-radius: 0;
  transform: none;
  outline: 0 !important;
}
.flickity-button:hover{
  background:transparent;
}
.flickity-prev-next-button{
  width: 41px;
  height: 25px;
  
}
.flickity-button svg{
  display: none;
}
.flickity-button.next:after{
  content:'';
  background:url('assets/icons/arrow-right.png') no-repeat center center / 100%;
  position: absolute;
  right:0;
  top:0;
  height: 25px;
  width: 41px;
}
.flickity-button.previous{
  left: auto;
  right: 5rem;
}
.flickity-button.previous:after{
  content:'';
  background:url('assets/icons/arrow-left.png') no-repeat center center / 100%;
  position: absolute;
  right:0;
  top:0;
  height: 25px;
  width: 41px;
}
.carousel-status{
  margin-top: 1.2rem;
}

/* Icon Carousel
--------------------------------------------- */
.icon-carousel{
  padding-bottom: 10rem;
}
.icon-carousel .container{
  opacity: 0;
}
.icon-carousel .icon-text{
  width: 25%;
  padding-right: 3%;
}
.icon-carousel .carousel-container{
  width: 100%;
  margin-top: 6.25rem;
}
.icon-carousel .flickity-viewport{
  cursor: url(assets/icons/icon-drag.svg),
          url(assets/icons/icon-drag.cur), grab !important;
}
.icon-carousel h2{
  line-height: 1.4;
}
.icon-text .icon{
  margin-bottom: 3.375rem;
  text-align: center;
}
.icon-text .icon img{
  width: 36%;
}
.icon-carousel .flickity-prev-next-button{
  display: none;
}
@media only screen and (max-width: 768px) {
  .icon-carousel .icon-text{
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .icon-carousel{
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 414px) {
  .icon-carousel .flickity-prev-next-button{
    display: block;
  }
  .icon-carousel .carousel-container{
    padding-bottom: 3rem;
  }
}



/* Gallery
--------------------------------------------- */
.gallery{
  padding:10rem 0;
  grid-gap: 0 !important;
  margin-bottom: 0 !important;
  background:var(--lt-grey) url(assets/images/bg-map.png) no-repeat top right / 48%;
}
.gallery .copy{
  width: 536px;
  margin-bottom: 8.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  opacity: 0;
}
.gallery .copy .icon{
  width: 26.2%;
}
.gallery .copy .text{
  width: 63%;
}
.gallery ul{
  list-style-type: none;
  margin:0;
  padding:0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.gallery ul li{
  opacity: 0;
}
.gallery ul li,
.gallery ul .grid-sizer{
  width: 23.2%;
  margin-bottom: 2.4%;
}
.gallery ul li:first-of-type{
  width: 48.5%;
}
.gallery .gutter-sizer { 
  width: 2.4%; 
}
.gallery ul li img{
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1750px) {
  .gallery{
    background-size: 54%;
  }
}
@media only screen and (max-width: 1440px) {
  .gallery{
    padding:7rem 0;
    background-size: 47%;
  }
  .gallery .copy{
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 1280px) {
  .gallery{
    background-size: 54%;
  }
}
@media only screen and (max-width: 768px) {
  .gallery{
    padding:5rem 0 3rem 0;
  }
  .gallery .copy{
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  .gallery ul li{
    width: 48.5%;
  }
}
/* Map
--------------------------------------------- */
.map .image{
  width: 52%;
}
.map .image img{
  display: block;
}
.map .copy{
  width: 31.7%;
  margin-left: 5rem;
  opacity: 0;
  transform: translate(0px, 100px);
}
@media only screen and (max-width: 414px) {
  .map .copy{
    width: 100%;
    padding:0 1rem;
    margin-left:0;
    margin:4rem auto;
  }
  .map .row{
    justify-content: flex-end;
  }
  .map .image{
    width: 90%;
  }
}


/* CTA
--------------------------------------------- */
.cta{
  
}
.cta .copy{
  width: 75.5%;
  margin: 0 auto;
}
.cta h2 + p{
  margin-top: 1rem;
}
.cta .copy h2 + h2{
  margin-top: 5px;
}
.cta .panel{
  height: 100%;
}
.cta .panel.has-video{
  height: 90vh;
  overflow: hidden;
  position: relative;
}
.cta video{
  object-fit: cover;
  width: 91vh;
  height: 90vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .cta .copy{
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 414px) {
  .cta .copy{
    width: 90%;
  }
  .cta .panel.has-video{
    height: 89vh;
  }
}



/* Form
--------------------------------------------- */
form ul{
  list-style-type: none;
  margin:0;
  padding:0;
  margin-top: 3.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form li{
  width: 48%;
  margin-bottom: 3.75rem;
}
form li:first-of-type{
  width: 100%;
}
form label{
  display: none;
}
form .ginput_container_name{
  display: flex;
  justify-content: space-between;
}
form .ginput_container_name span{
  width: 48%;
}
form input{
  width: 100%;
}
form .button{
  width: auto;
}
form .gform_footer{
  text-align: right;
}

/* Blog
--------------------------------------------- */
.blog .site-main,
.single .site-main{
  margin-top: 106px;
}
.blog article{
  width: 31.5%;
  margin-bottom: 3.75rem;
}

.blog .container{
  width: 84.38%;
}
.blog .alm-reveal{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.blog .alm-btn-wrap{
  margin-bottom: 3.75rem;
  text-align: center;
}
.blog .alm-reveal a + p{
  margin-top: 1.5rem;
}
.blog article .read-more{
  margin-top: 3rem;
}
.blog .alm-btn-wrap .done{
  display: none;
}
.blog .entry-content a{
  text-decoration: none;
}
.blog h1{
  padding: 5rem 0;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
}
.blog h1::before,
.blog h1::after{
  content:'';
  border:0;
  position: absolute;
  left:2rem;
  background:url(assets/icons/icon-palm-white.svg) no-repeat center center / 100%;
  height: 120px;
  width: 65px;
}
.blog h1::after{
  left: auto;
  right:2rem;
  bottom:auto;
}
@media only screen and (max-width: 1280px) {
  .blog .site-main,
  .single .site-main{
    margin-top: 106px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog .site-main,
  .single .site-main{
    margin-top: 85px;
  }
}
@media only screen and (max-width: 768px) {
  .blog article{
    width: 48%;
  }
}

@media only screen and (max-width: 414px) {
  .blog article{
    width: 100%;
  }
  .blog h1::before{
    left:0;
  }
  .blog h1::after{
    right: 0;
  }
  .blog .site-main,
  .single .site-main{
    margin-top: 85px;
  }
}

/* Single Blog Hero */
.blog-hero{
  height: 90vh;
  background:url('assets/images/bg-hero-blog.jpg') no-repeat center center / cover;
}
.blog-hero.reverse .row{
  flex-direction: row-reverse;
}
.blog-hero .copy{
  width: 400px;
}
.blog-hero h1,
.blog-hero p{
  color:var(--white);
}
.blog-hero h1 + p{
  margin-top: 2rem;
}
.blog-hero .read-more{
  display: flex;
  align-items: center;
  color: var(--white);
  margin-top: 9rem;
  text-decoration: none;
}
.blog-hero .read-more img{
  margin-right: 2rem;
}

.single{
  background:var(--lt-grey);
}
.single article{
  opacity: 0;
}
.single .entry-content h2,
.single .entry-content h3{
  font-style: italic;
  box-shadow: none;
}
.single h1{
  box-shadow: none;
  border-bottom: 1px solid var(--white);
  line-height: 1.5;
}
.single .author-date{
  opacity: .6;
  margin-top: 2rem;
}

/* Blog Components */
.entry-content section:first-of-type{
  margin-top:9.375rem;
}
.entry-content section{
  margin:3.75rem 0;
}
.entry-content section img{
  display: block;
}
.entry-content section.three-images {
  margin-top:6.75rem;
}
.three-images img{
  width: 32%;
}
.three-images img:nth-child(2){
  margin-top: -3rem;
}
.three-images .caption{
  margin-top: 2rem;
}

.full-text .container{
  width: 47%;
}
.full-text h3{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.quote .container{
  width: 47%;
}

.quote p{
  position: relative;
  left:-8.125rem;
}
.image-with-quote .container,
.image-with-text .container{
  width: 60%;
}
.image-with-quote img,
.image-with-text img{
  width: 47%;
}
.image-with-quote p,
.image-with-text .copy{
  width: 45%;
  position: relative;
  bottom:6rem;
}
.image-with-quote.reverse .row,
.image-with-text.reverse .row{
  flex-direction: row-reverse;
}

.single .navigation{
  padding:8.125rem 0;
  width: 71.4%;
  margin:0 auto;
}

.single .navigation a{
  max-width: 385px;
  display: inline-flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
}
.single .nav-next a span{
  margin-right:4rem;
}
.single .nav-next a:after{
  content:'';
  background:url('assets/icons/arrow-right.png') no-repeat center center / 100%;
  position: absolute;
  right:0;
  height: 25px;
  width: 41px;
}
.single .nav-previous a span{
  margin-left: 4rem;
}
.single .nav-previous a:after{
  content:'';
  background:url('assets/icons/arrow-left.png') no-repeat center center / 100%;
  position: absolute;
  left:0;
  height: 25px;
  width: 41px;
}

.single .entry-content blockquote{
  font-size: 2.625rem;
  line-height: 1.19;
  font-family: "essonnes-display", serif;
  font-weight: 300;
  font-style: italic;
  margin:0;
}
.single .entry-content blockquote + p{
  margin-top: 4.5rem;
}
.single .entry-content h2 + p{
  margin-top: 1.5rem;
}
.single .entry-content h3 + p{
  margin-top: 1rem;
}
.single .entry-content p + h2{
  margin-top: 3rem;
}
.single .entry-content p + h3{
  margin-top: 2rem;
}
.single .entry-content h2 {
  font-style: normal;
}
.single .entry-content h3{
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.22;
  letter-spacing: 1.5px;
  font-family: "GT Walsheim Bold";
  font-style: normal;
}
.single .entry-content figcaption{
  margin:.5rem 0 0 0;
}
@media only screen and (max-width: 1000px) {
  .blog-hero .copy{
    width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .entry-content section:first-of-type{
    margin-top: 4rem;
  }
  .blog-hero{
    margin-top: 1rem;
    height: auto;
    padding-bottom: 3rem;
  }
  .blog-hero .row{
    flex-direction: inherit;
  }
  .blog-hero .panel{
    order:1;
    margin: 2rem auto;
  }
  .blog-hero .read-more{
    margin-top: 5rem;
  }
  .blog-hero .copy{
    order:2;
  }
  .single .entry-content .row{
    width: 100%;
  }
  .single .navigation{
    padding:0 0 4rem 0;
  }
  .blog-hero .copy{
    width: 100%;
  }
  .full-text .container,
  .quote .container{
    width: 90%;
  }
  .quote p{
    left:0;
  }
  .image-with-quote .container, 
  .image-with-text .container{
    width: 90%;
  }
  .image-with-quote img, 
  .image-with-text img{
    width: 100%;
  }
  .image-with-quote p, 
  .image-with-text .copy{
    width: 100%;
    bottom:auto;
    order:2;
    margin-top: 2rem;
  }


}
@media only screen and (max-width: 414px) {
  .single .navigation{
    width: 90%;
  }
  .single .nav-previous a:after{
    width: 24px;
  }
  .single .nav-next a:after{
    width: 24px;
  }
  .single .nav-previous a span{
    margin-left:2rem;
    padding-right: .5rem;
  }
  .single .nav-next a span{
    margin-right: 2rem;
    padding-left:.5rem;
  }
  .blog-hero .row{
    justify-content: space-around;
  }
}

/* Policy Pages
--------------------------------------------- */
.page-template-template-policy .site-main{
  margin-top: 122px;
}
.page-template-template-policy .entry-content{
  padding:6rem 0;
}
.page-template-template-policy .entry-content h1{
  box-shadow: none;
}
.page-template-template-policy .entry-content ul{
  padding:0;
  margin:1rem 1.5rem;
}


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

/* Footer
--------------------------------------------- */
footer{
  padding:7.5rem 0;
  background:url('assets/images/bg-footer.jpg') no-repeat center center / cover;
}
footer .large{
  margin-bottom: 7.25rem;
  font-style: italic;
  box-shadow: none;
}
footer ul{
  list-style-type: none;
  margin:0 1rem;
  padding:0;
  display: flex;
}
footer ul li a{
  border-right:1px solid var(--white);
  padding:0 1rem;
}
footer ul li:first-of-type a{
  border-left: 1px solid var(--white);
}
footer a,
footer p{
  font-size:1.3125rem;
  line-height: 1;
  font-family: "essonnes-display", serif;
  font-weight: 300;
  text-decoration: none;
}
footer a:hover{
  color:var(--white);
}
footer a:visited{
  color:var(--white);
}
footer .socials a{
  margin-right: 1rem;
}
footer .socials{
  margin-left: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (max-width: 1440px) {
  footer a, footer p{
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1280px) {
  footer .large{
    margin-bottom: 4rem;;
  }
}

@media only screen and (max-width: 768px) {
  footer .copyright{
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 414px) {
  .menu-footer-container{
    margin:1rem 0;
  }
}

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

.post,
.page {
  margin: 0;
}

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

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


/* Specific Page Styles
--------------------------------------------- */
.page-template-page-vision .carousel-status{
  display: none;
}
.page-template-page-vision .flickity-button{
  bottom:3rem;
}
.page-template-page-vision .caption{
  margin-top: 1.875rem;
  width: 70%;
}
.page-template-page-vision .image{
  padding-bottom: 3rem;
}
.page-template-page-vision .half-panel .copy{
  width: 407px;
}
@media only screen and (max-width: 1280px) {
  .page-template-page-vision .half-panel .copy{
    width: 75%;
  }
}
@media only screen and (max-width: 414px) {
  .page-template-page-vision .half-panel .copy{
    width: 100%;
  }
}