/*

Theme Name: Vincent
Author: CRE8IVE
Author URI: http://www.cre8ive.com.au/
Description: Theme for the Vincent website.
Version: 1.0

*/
/* font-family:  font-weights (as per the design):  medium / default (500); semi-bold (600); bold (700); */
/** 1.0 - Normalize Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/ */
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; }

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

a { background-color: transparent; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: 700; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

hr { box-sizing: content-box; }

code, kbd, pre, samp { font-size: 1em; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }

select { text-transform: none; }

button { overflow: visible; }

button, input, select, textarea { max-width: 100%; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], html input[disabled] { cursor: default; opacity: .5; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; margin-right: 0.4375em; padding: 0; }

input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-outer-spin-button, input[type="time"]::-webkit-inner-spin-button, input[type="time"]::-webkit-outer-spin-button, input[type="datetime-local"]::-webkit-inner-spin-button, input[type="datetime-local"]::-webkit-outer-spin-button, input[type="week"]::-webkit-inner-spin-button, input[type="week"]::-webkit-outer-spin-button, input[type="month"]::-webkit-inner-spin-button, input[type="month"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset { border: 1px solid #d1d1d1; margin: 0 0 1.75em; min-width: inherit; padding: 0.875em; }

fieldset > :last-child { margin-bottom: 0; }

legend { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; }

optgroup { font-weight: bold; }

html { color: black; background: white; }

body, button, input, select, textarea { font-family: "Work Sans", sans-serif; font-size: 1rem; line-height: 1.4; }

h1, h2, h3, h4, h5, h6 { clear: both; font-weight: 700; margin: 0; text-rendering: optimizeLegibility; }

p { margin: 0 0 1rem; }

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

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote cite, blockquote small { display: block; font-size: 1rem; line-height: 1.75; }

blockquote cite:before, blockquote small:before { content: "\2014\00a0"; }

blockquote em, blockquote i, blockquote cite { font-style: normal; }

blockquote strong, blockquote b { font-weight: 400; }

blockquote > :last-child { margin-bottom: 0; }

address { font-style: italic; margin: 0 0 1.75em; }

code, kbd, tt, var, samp, pre { font-family: Inconsolata, monospace; }

pre { border: 1px solid #d1d1d1; font-size: 16px; font-size: 1rem; line-height: 1.3125; margin: 0 0 1.75em; max-width: 100%; overflow: auto; padding: 1.75em; white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

code { background-color: #d1d1d1; padding: 0.125em 0.25em; }

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

mark, ins { background: #007acc; color: #fff; padding: 0.125em 0.25em; text-decoration: none; }

big { font-size: 125%; }

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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; }

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

hr { background-color: #d1d1d1; border: 0; height: 1px; margin: 0 0 1.75em; }

ul, ol { margin: 0 0 1.75em 1.25em; padding: 0; }

ul { list-style: disc; }

ol { list-style: decimal; margin-left: 1.5em; }

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

dl { margin: 0 0 1.75em; }

dt { font-weight: 700; }

dd { margin: 0 0 1.75em; }

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

del { opacity: 0.8; }

table, th, td { border: 1px solid #d1d1d1; }

table { border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; margin: 0 0 1.75em; table-layout: fixed; /* Prevents HTML tables from becoming too wide */ width: 100%; }

caption, th, td { font-weight: normal; text-align: left; }

th { border-width: 0 1px 1px 0; font-weight: 700; }

td { border-width: 0 1px 1px 0; }

th, td { padding: 0.4375em; }

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder { color: #686868; font-family: "Work Sans", sans-serif; }

:-moz-placeholder { color: #686868; font-family: "Work Sans", sans-serif; }

::-moz-placeholder { color: #686868; font-family: "Work Sans", sans-serif; opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */ }

:-ms-input-placeholder { color: #686868; font-family: "Work Sans", sans-serif; }

input { line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] { border: 0; border-radius: 0px; color: white; background: black; font-family: "Work Sans", sans-serif; font-weight: 700; line-height: 1; padding: 8px 12px; text-transform: uppercase; }

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus { outline: thin dotted; outline-offset: -4px; }

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea { border-radius: 0; border: none; color: black; padding: 8px 12px; width: 100%; }

.post-password-form { margin-bottom: 1.75em; }

.post-password-form label { color: #686868; display: block; font-family: "Work Sans", sans-serif; font-size: 13px; font-size: 0.8125rem; letter-spacing: 0.076923077em; line-height: 1.6153846154; margin-bottom: 1.75em; text-transform: uppercase; }

.post-password-form input[type="password"] { margin-top: 0.4375em; }

.post-password-form > :last-child { margin-bottom: 0; }

.search-form { position: relative; }

input[type="search"].search-field { border-radius: 2px 0 0 2px; width: calc(100% - 42px); }

.search-submit:before { content: "\f400"; font-size: 24px; left: 2px; line-height: 42px; position: relative; width: 40px; }

.search-submit { border-radius: 0 2px 2px 0; bottom: 0; overflow: hidden; padding: 0; position: absolute; right: 0; top: 0; width: 42px; }

a { color: #007acc; text-decoration: none; }

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

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

@font-face { font-family: 'Canela Web'; src: url("assets/font/Canela-Light-Web.woff2") format("woff2"), url("assets/font/Canela-Light-Web.woff") format("woff"); font-weight: 300; font-style: normal; font-stretch: normal; }

html { color: #231F20; background-color: #F7F5F0; }

body { color: #231F20; background-color: #F7F5F0; -webkit-font-feature-settings: "liga", "kern"; font-feature-settings: "liga", "kern"; -webkit-font-smoothing: antialiased; }

body.mobile-menu-displayed { overflow: hidden; }

.offscreen { position: absolute; top: -10000px; left: 0; height: 0; overflow: hidden; font-size: 0; }

body.js:not(.logged-in) [data-show="left"] { opacity: 0; -webkit-transform: translate(-30px, 25px); transform: translate(-30px, 25px); }

body.js:not(.logged-in) [data-show="left"].show { opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; transition-property: opacity, transform; transition-property: opacity, transform, -webkit-transform; -webkit-transition-duration: 0.8s; transition-duration: 0.8s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }

body.js:not(.logged-in) [data-show="right"] { opacity: 0; -webkit-transform: translate(30px, 25px); transform: translate(30px, 25px); }

body.js:not(.logged-in) [data-show="right"].show { opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; transition-property: opacity, transform; transition-property: opacity, transform, -webkit-transform; -webkit-transition-duration: 0.8s; transition-duration: 0.8s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }

body.js:not(.logged-in) [data-show="bottom"] { opacity: 0; -webkit-transform: translateY(25px); transform: translateY(25px); }

body.js:not(.logged-in) [data-show="bottom"].show { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; transition-property: opacity, transform; transition-property: opacity, transform, -webkit-transform; -webkit-transition-duration: 0.8s; transition-duration: 0.8s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }

body.js:not(.logged-in) [data-heading="next"] { opacity: 0; -webkit-transform: translateY(25px); transform: translateY(25px); }

body.js:not(.logged-in) [data-heading="next"].show { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; transition-property: opacity, transform; transition-property: opacity, transform, -webkit-transform; -webkit-transition-duration: 0.8s; transition-duration: 0.8s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }

#logo { /* display: block; width: 152px; height: 213px; font-size: 0; margin-bottom: rem(70); background-image: url(assets/images/AALL-logo-inverted.svg); background-repeat: no-repeat; .home & { background-image: url(assets/images/AALL-logo.svg); } @include media(mobile) { position: relative; z-index: 15; width: 124px; height: 42px; margin-bottom: 0; background-image: url(assets/images/AALL-logo-mark-inverted.svg); background-size: contain; .home & { //background-image: url(assets/images/AALL-logo-mark-inverted.svg); background-image: url(assets/images/AALL-logo-inline-inverted.svg); }		 } */ }

#page:before { content: ''; display: block; position: fixed; z-index: 25; left: 0; right: 0; background: white; height: 100px; -webkit-transform: translateY(-100%); transform: translateY(-100%); }

#content { overflow-x: hidden; }

#primary { position: relative; max-width: 1440px; margin: 0 auto; }

#splash { position: fixed; z-index: 20; top: 0; left: 0; right: 0; bottom: 0; height: 100vh; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; color: black; background: white; }

#splash p { font-size: 18px; line-height: 1.1; text-align: center; font-weight: 600; text-align: center; }

#splash_logo { display: block; margin: 0 auto 30px; margin-top: 49px; width: 230px; height: 48px; }

h1 { /* &.entry-title { margin-top: rem(12); margin-bottom: rem(40); line-height: 1.15; font-size: rem(45); color: $orange; a { color: inherit; &:hover, &:focus { text-decoration: underline; } } } */ }

@media (max-width: 768px) { h1 { /* &.entry-title { margin-top: rem(32); margin-bottom: rem(32); font-size: rem(40); } */ } }

#menu_toggle { -moz-appearance: none; -webkit-appearance: none; appearance: none; display: none; position: fixed; z-index: 15; top: 0.5rem; right: 24px; font-size: 0; width: 44px; height: 54px; margin: 0; padding: 0; background-color: transparent; }

#menu_toggle.open-mobile-menu:before, #menu_toggle.open-mobile-menu:after { left: 50%; right: 50%; }

#menu_toggle.open-mobile-menu > span:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }

#menu_toggle.open-mobile-menu > span:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

#menu_toggle:before { content: ''; display: block; position: absolute; top: 10px; left: 0; right: 0; height: 5px; background-color: white; -webkit-transition: 0.3s; transition: 0.3s; }

#menu_toggle:after { content: ''; display: block; position: absolute; bottom: 10px; left: 0; right: 0; height: 5px; background-color: white; -webkit-transition: 0.3s; transition: 0.3s; }

#menu_toggle > span { display: block; position: absolute; z-index: 1; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 0; right: 0; height: 5px; margin: 0; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; }

#menu_toggle > span:before, #menu_toggle > span:after { content: ''; display: block; position: absolute; width: 100%; height: 100%; background-color: white; -webkit-transition: 0.3s; transition: 0.3s; }

@media (max-width: 768px) { #menu_toggle { display: block; } }

@media (min-width: 992px) { #menu_toggle { display: none; } }

#primary_nav { display: block; position: absolute; z-index: 12; left: 0; right: 0; font-weight: 300; font-size: 1.125rem; color: #231F20; background: white; }

#primary_nav:after { content: ''; position: absolute; left: 0; right: 0; top: 100%; height: 5px; background: -webkit-linear-gradient(black 0%, transparent 100%); background: linear-gradient(black 0%, transparent 100%); opacity: 0.25; }

#primary_nav > ul { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-align-content: center; align-content: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; margin: 0; padding: 0; }

#primary_nav > ul > li { display: block; margin: 0; padding: 0; }

#primary_nav > ul > li a { display: block; color: inherit; margin: 0; padding: 18px 4.375rem 17px; text-decoration: none; }

#primary_nav > ul > li a:hover, #primary_nav > ul > li a:focus { font-weight: 600; }

#primary_nav > ul > li a[href="#contact"] { background-color: #F5A79B; }

@media (max-width: 768px) { #primary_nav { display: none; /* position: fixed; z-index: 10; top: 0; bottom: 0; left: 0; right: 0; bottom: auto; height: 0; font-size: rem(20); //	    color: $navy; overflow: hidden; width: 100%; //	    border: none; //	    background: white; //	    padding: 0; //	    height: 100vh; font-size: rem(24); //	    overflow-y: auto;		 background: $navy; //opacity: 0; transition: height 0.35s visibility: hidden; &.active-mobile-menu { visibility: visible; } &.open-mobile-menu { //height: calc(100vh - 60px); //opacity: 1; height: 100vh; overflow: auto; overflow-y: scroll; -webkit-overflow-scrolling: touch;			 }	 > div { padding: rem(100) rem(24) rem(120); > ul { > li { &:first-child { } > a { &:hover, &:focus { padding-left: 0; } } } } } .home & { //display: block; } */ } }

#nav_clone { display: block; position: fixed; z-index: 15; left: 0; right: 0; font-weight: 300; font-size: 1.125rem; color: #231F20; background: white; -webkit-transform: translateY(calc(-100% - 5px)); transform: translateY(calc(-100% - 5px)); -webkit-transition: -webkit-transform 0.25s; transition: -webkit-transform 0.25s; transition: transform 0.25s; transition: transform 0.25s, -webkit-transform 0.25s; }

#nav_clone:after { content: ''; position: absolute; left: 0; right: 0; top: 100%; height: 5px; background: -webkit-linear-gradient(black 0%, transparent 100%); background: linear-gradient(black 0%, transparent 100%); opacity: 0.25; }

#nav_clone.show-nav { -webkit-transform: translateY(0%); transform: translateY(0%); }

#nav_clone > div { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; max-width: 1264px; margin: 0 auto; padding: 0 12px; }

#nav_clone > div > div, #nav_clone > div > ul { -webkit-box-flex: 1; -webkit-flex: 1 1 50%; flex: 1 1 50%; }

#nav_clone > div > div > a { display: inline-block; }

#nav_clone > div > ul { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-pack: space-evenly; -webkit-justify-content: space-evenly; justify-content: space-evenly; -webkit-box-align: center; -webkit-align-items: center; align-items: center; margin: 0; padding: 0; }

#nav_clone > div > ul > li { display: block; margin: 0; padding: 0; }

#nav_clone > div > ul > li a { display: block; color: inherit; margin: 0; padding: 0.9375rem 0.625rem; padding: 18px 0.625rem 17px; text-decoration: none; }

#nav_clone > div > ul > li a.active { font-weight: 600; }

#nav_clone > div > ul > li a:hover, #nav_clone > div > ul > li a:focus { font-weight: 600; }

#nav_clone > div > ul > li a[href="#contact"] { background-color: #F5A79B; }

@media (max-width: 768px) { #nav_clone { font-size: 0.875rem; }
  #nav_clone > div > div > a { margin-right: 10px; }
  #nav_clone > div > ul > li a { padding: 0.9375rem 0.5rem; } }

#contact_link { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; position: fixed; z-index: 10; right: 0; bottom: 0; width: 140px; height: 140px; font-weight: 600; font-size: 20px; padding: 10px; color: black; background: white; text-decoration: none; -webkit-transition: background 0.25s; transition: background 0.25s; }

#contact_link:hover { background-color: #F8A89B; }

#contact_link > span { display: block; }

@media (max-width: 768px) { #contact_link { width: 100px; height: 100px; font-size: 14px; } }

.site-header-menu.toggled-on, .no-js .site-header-menu { display: block; }

.pagination { border-top: 4px solid #1a1a1a; font-family: "Work Sans", sans-serif; font-size: 19px; font-size: 1.1875rem; margin: 0 7.6923% 2.947368421em; min-height: 56px; position: relative; }

.pagination:before, .pagination:after { background-color: #1a1a1a; content: ""; height: 52px; position: absolute; top: 0; width: 52px; z-index: 0; }

.pagination:before { right: 0; }

.pagination:after { right: 54px; }

.pagination a:hover, .pagination a:focus { color: #1a1a1a; }

.pagination .nav-links { padding-right: 106px; position: relative; }

.pagination .nav-links:before, .pagination .nav-links:after { color: #fff; font-size: 32px; line-height: 51px; opacity: 0.3; position: absolute; width: 52px; z-index: 1; }

.pagination .nav-links:before { content: "\f429"; right: -1px; }

.pagination .nav-links:after { content: "\f430"; right: 55px; }

/* reset screen-reader-text */
.pagination .current .screen-reader-text { position: static !important; }

.pagination .page-numbers { display: none; letter-spacing: 0.013157895em; line-height: 1; margin: 0 0.7368421053em 0 -0.7368421053em; padding: 0.8157894737em 0.7368421053em 0.3947368421em; text-transform: uppercase; }

.pagination .current { display: inline-block; font-weight: 700; }

.pagination .prev, .pagination .next { background-color: #1a1a1a; color: #fff; display: inline-block; height: 52px; margin: 0; overflow: hidden; padding: 0; position: absolute; top: 0; width: 52px; z-index: 2; }

.pagination .prev:before, .pagination .next:before { font-size: 32px; height: 53px; line-height: 52px; position: relative; width: 53px; }

.pagination .prev:hover, .pagination .prev:focus, .pagination .next:hover, .pagination .next:focus { background-color: #007acc; color: #fff; }

.pagination .prev:focus, .pagination .next:focus { outline: 0; }

.pagination .prev { right: 54px; }

.pagination .prev:before { content: "\f430"; left: -1px; top: -1px; }

.pagination .next { right: 0; }

.pagination .next:before { content: "\f429"; right: -1px; top: -1px; }

.image-navigation, .comment-navigation { border-top: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1; color: #686868; font-family: "Work Sans", sans-serif; font-size: 13px; font-size: 0.8125rem; line-height: 1.6153846154; margin: 0 7.6923% 2.1538461538em; padding: 1.0769230769em 0; }

.comment-navigation { margin-right: 0; margin-left: 0; }

.comments-title + .comment-navigation { border-bottom: 0; margin-bottom: 0; }

.image-navigation .nav-previous:not(:empty), .image-navigation .nav-next:not(:empty), .comment-navigation .nav-previous:not(:empty), .comment-navigation .nav-next:not(:empty) { display: inline-block; }

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before, .comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before { content: "\002f"; display: inline-block; opacity: 0.7; padding: 0 0.538461538em; }

/** 7.0 - Accessibility */
/* Text meant only for screen readers */
.says, .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; /* many screen reader and browser combinations announce broken words as they would appear visually */ word-wrap: normal !important; }

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link { background-color: #f1f1f1; box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2); color: #21759b; display: block; font-family: "Work Sans", sans-serif; font-size: 14px; font-weight: 700; left: -9999em; outline: none; padding: 15px 23px 14px; text-decoration: none; text-transform: none; top: -9999em; }

.logged-in .site .skip-link { box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2); font-family: "Open Sans", sans-serif; }

.site .skip-link:focus { clip: auto; height: auto; left: 6px; top: 7px; width: auto; z-index: 100000; }

/** 8.0 - Alignments */
.alignleft { float: left; margin: 0.375em 1.75em 1.75em 0; }

.alignright { float: right; margin: 0.375em 0 1.75em 1.75em; }

.aligncenter { clear: both; display: block; margin: 0 auto 1.75em; }

blockquote.alignleft { margin: 0.3157894737em 1.4736842105em 1.473684211em 0; }

blockquote.alignright { margin: 0.3157894737em 0 1.473684211em 1.4736842105em; }

blockquote.aligncenter { margin-bottom: 1.473684211em; }

/** 9.0 - Clearings */
.clear:before, .clear:after, blockquote:before, blockquote:after, .entry-content:before, .entry-content:after, .entry-summary:before, .entry-summary:after, .comment-content:before, .comment-content:after, .site-content:before, .site-content:after, .site-main > article:before, .site-main > article:after, .primary-menu:before, .primary-menu:after, .social-links-menu:before, .social-links-menu:after, .textwidget:before, .textwidget:after, .content-bottom-widgets:before, .content-bottom-widgets:after { content: ""; display: table; }

.clear:after, blockquote:after, .entry-content:after, .entry-summary:after, .comment-content:after, .site-content:after, .site-main > article:after, .primary-menu:after, .social-links-menu:after, .textwidget:after, .content-bottom-widgets:after { clear: both; }

/* .news-listing { ul { display: flex; flex-direction: row; flex-wrap: wrap; list-style: none; margin: rem(50) rem(-10) 0; margin-top: rem(40); padding: 0; > li { //flex: 1; flex: 0 1 100%; display: block; margin: 0; padding: 0 rem(10) rem(20); > a { display: flex; flex-direction: column; position: relative; height: 100%; color: $navy; background: $light-grey; transition: color 0.3s; &:hover, &:focus { text-decoration: none; color: white; &:before { //right: 0; opacity: 1; } .more-link { border-color: white; } } &:before { content: ''; position: absolute; //z-index: -1; left: 0; top: 0; bottom: 0; right: 0;//100%; background-color: $orange; //					background-color: $navy; opacity: 0; //transition: right 0.35s; transition: opacity 0.35s; } > div { position: relative; z-index: 1; &:first-child { flex: 1 1 50%; display: flex; flex-direction: column; padding: rem(16) rem(20); > div { &:first-child { //flex: 1; flex: auto; } &:last-child { }							 } } &:last-child { flex: 1 1 50%; height: 100%; position: relative; overflow: hidden; > img { display: block; width: 100%; height: auto; } }							 strong { display: block; font-size: rem(26); margin-bottom: rem(24); line-height: 1.2; } p { //margin: 0 0 0; line-height: 1.2; } } .more-link { // DIV element -webkit-appearance: none; display: inline-block; text-transform: uppercase; text-align: center; font-size: rem(12); font-weight: $font-bold; margin-top: rem(20); padding: rem(4) rem(10); border: 2px solid black; border-radius: 0; background: transparent; height: rem(30); line-height: 1.4; transition: border 0.3s; } } } } @include media(mobile) { ul { display: block; //flex-direction: column; margin: rem(24) 0; padding: 0; > li { //flex: 1; margin: 0; padding: 0;		 ~ li { margin-top: rem(20); } } } } @include media(medium) { ul { > li { flex: 1 1 50%; > a { flex-direction: row;	 > div { &:last-child { > img { position: absolute; position: relative; //top: 0; top: 50%; bottom: 0; //left: 0; left: 50%; right: 0; transform: translate(-50%, -50%); min-width: 100%; min-height: 100%; max-width: none; height: auto; width: auto; }						 } }				 } }		 }		 } @include media(large) { ul { > li { flex: 1 1 33.333%; }		 }		 } } */
.navigation.post-navigation { display: none; }

.summary-block { max-width: 34.625rem; font-size: 1.375rem; line-height: 1.2; margin: 3.125rem 0; }

@media (min-width: 1024px) { .richtext-block { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; margin: 2.125rem -24px 2.125rem; }
  .richtext-block > div { -webkit-box-flex: 1; -webkit-flex: 1 1 50%; flex: 1 1 50%; padding: 0 24px; } }

.image-block { margin: 3.125rem 0; }

.image-block figure { display: block; }

.image-block figure > img { display: block; }

.image-block figcaption { margin: 0.625rem 1.5rem; font-style: italic; color: #112841; }

.image-block figcaption p { margin: 0; }

.quote-block { margin: 3.125rem 0; margin-left: -356px; padding: 3.75rem 3.125rem 3.75rem 3.125rem; padding-left: 380px; line-height: 1.4; font-weight: 700; color: white; background-color: #FF931E; }

.quote-block blockquote { margin: 0; }

.quote-block blockquote p { margin: 0; }

.quote-block blockquote cite { display: block; margin-top: 0.625rem; font-style: italic; text-align: right; }

.collapsible-block { margin: 1rem 0 1rem; border-top: 1px solid #112841; }

.collapsible-block.ui-collapsible.ui-collapsible-close > div { display: none; }

.collapsible-block.ui-collapsible [data-collapse="control"] { position: relative; display: block; padding: 0.375rem 40px 0.375rem 0; font-size: 1.625rem; color: #112841; text-decoration: none; font-weight: 700; }

.collapsible-block.ui-collapsible [data-collapse="control"]:after { content: ''; display: block; position: absolute; top: 20px; right: 0; width: 27px; height: 16px; background-image: url(assets/images/AALL-arrow-up.svg); -webkit-transition: -webkit-transform 0.3s; transition: -webkit-transform 0.3s; transition: transform 0.3s; transition: transform 0.3s, -webkit-transform 0.3s; }

.collapsible-block.ui-collapsible [data-collapse="control"]:hover { text-decoration: none; }

.collapsible-block.ui-collapsible [data-collapse="control"][aria-expanded="true"]:after { -webkit-transform: scaleY(-1); transform: scaleY(-1); }

.collapsible-block.ui-collapsible > div { padding: 0.3125rem 0 1.25rem 0; }

.clearfix::after { content: ""; clear: both; display: table; }

#tribe-events-header { display: none; }

#tribe-events-content.tribe-events-list { margin-bottom: 0; }

#tribe-events-footer { display: none; }

.tribe-events-title-bar { display: none; }

.tribe-bar-disabled { display: none; }

.tribe-events-list-separator-month { display: none; }

.tribe-events-ical { display: none; }

.single-tribe_events .tribe-events-event-meta { margin: 2.5rem 0 0; }

.single-tribe_events .tribe-events-event-image { margin: 2.5rem 0 0; }

#tribe-events-content ul.tribe-events-sub-nav { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; margin-top: 3.125rem; }

#tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-previous, #tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-next { display: block; margin: 0; width: auto; }

#tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-previous a, #tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-next a { -webkit-appearance: none; display: block; width: 100%; max-width: 210px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; text-align: center; margin: 0; padding: 0.25rem 0.625rem; color: #FF931E; background-color: white; border: 2px solid #FF931E; -webkit-transition: 0.3s; transition: 0.3s; }

#tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-previous a:hover, #tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-previous a:focus, #tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-next a:hover, #tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-next a:focus { color: white; background-color: #FF931E; }

#tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-previous a span, #tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-next a span { display: none; }

.tribe-events-event-meta:first-child { border: none; }

.tribe-events-loop { margin-top: 2.375rem; }

.event-callout { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; margin-top: 0.75rem; }

.event-callout > .event-start-date { width: 160px; padding: 1.5rem 0.625rem; text-transform: uppercase; text-align: center; font-weight: 700; color: white; background-color: #FF931E; border-right: 10px solid white; }

.event-callout > .event-start-date > .event-start-month { display: block; font-size: 0.875rem; }

.event-callout > .event-start-date > .event-start-day { display: block; font-size: 4.25rem; line-height: 0.8; }

.event-callout > .event-info { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; padding: 1.5rem 1.875rem; background-color: #F2F2F2; line-height: 1.4; }

.event-callout > .event-info > div:first-child { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }

.event-callout > .event-info > div:first-child > div:nth-child(1) { font-size: 0.75rem; text-transform: uppercase; }

.event-callout > .event-info > div:first-child > div:nth-child(2) { margin: 0.125rem 0; }

.event-callout > .event-info > div:first-child > div:nth-child(4) { margin-top: 1.75rem; }

.event-callout > .event-info > div:first-child > div:nth-child(4) p { margin: 0; }

.event-callout > .event-info > div:last-child { padding-top: 1.25rem; }

.event-callout > .event-info > div:last-child .event-link, .event-callout > .event-info > div:last-child .event-all-link, .event-callout > .event-info > div:last-child .publication-link { margin: 0; background-color: #F2F2F2; }

.event-callout > .event-info > div:last-child .event-link:hover, .event-callout > .event-info > div:last-child .event-all-link:hover, .event-callout > .event-info > div:last-child .publication-link:hover, .event-callout > .event-info > div:last-child .event-link:focus, .event-callout > .event-info > div:last-child .event-all-link:focus, .event-callout > .event-info > div:last-child .publication-link:focus { color: white; background-color: #FF931E; }

@media (max-width: 768px) { .event-callout > .event-start-date { width: 84px; padding: 1rem 0.375rem; }
  .event-callout > .event-start-date > .event-start-month { font-size: 0.625rem; }
  .event-callout > .event-start-date > .event-start-day { font-size: 2.75rem; }
  .event-callout > .event-info { padding: 1rem 1.125rem; } }

@media (min-width: 1024px) { .event-callout > .event-info { -webkit-box-align: center; -webkit-align-items: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; }
  .event-callout > .event-info > div:last-child { padding-top: 0; padding-left: 1.875rem; } }

.event-downloads { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; -webkit-box-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end; margin: 3.125rem 0 0; }

.event-link, .event-all-link, .publication-link { -webkit-appearance: none; display: inline-block; width: auto; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; text-align: center; margin: 0 0.625rem; padding: 0.25rem 0.625rem; color: #FF931E; background-color: white; border: 2px solid #FF931E; -webkit-transition: 0.3s; transition: 0.3s; }

.event-link:hover, .event-all-link:hover, .publication-link:hover, .event-link:focus, .event-all-link:focus, .publication-link:focus { color: white; background-color: #FF931E; }

.event-all-link { margin-right: 0; color: white; background-color: #FF931E; }

.event-all-link:hover, .event-all-link:focus { color: #FF931E; background-color: white; }

.publication-listing { margin-top: 2.375rem; }

.publication-listing ul { list-style: none; display: block; margin: 0; padding: 0; }

.publication-listing ul > li { display: block; margin: 0; padding: 0; }

.publication-callout { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; margin-top: 0.75rem; }

.publication-callout > .publication-attachment-type { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; width: 160px; padding: 1.5rem 0.625rem; text-transform: uppercase; text-align: center; font-weight: 700; color: white; background-color: #FF931E; border-right: 10px solid white; }

.publication-callout > .publication-info { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; padding: 1.5rem 1.875rem; background-color: #F2F2F2; line-height: 1.4; }

.publication-callout > .publication-info > div:first-child { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }

.publication-callout > .publication-info > div:first-child > div:nth-child(1) { font-size: 1.125rem; }

.publication-callout > .publication-info > div:first-child > div:nth-child(2) { margin: 0.125rem 0; }

.publication-callout > .publication-info > div:last-child .publication-link { margin: 0; background-color: #F2F2F2; }

.publication-callout > .publication-info > div:last-child .publication-link:hover, .publication-callout > .publication-info > div:last-child .publication-link:focus { color: white; background-color: #FF931E; }

@media (min-width: 1024px) { .publication-callout > .publication-info { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; -webkit-box-align: center; -webkit-align-items: center; align-items: center; }
  .publication-callout > .publication-info > div:last-child { padding-left: 1.875rem; } }

.nf-before-form-content { display: none; }

.nf-form-cont h3 { display: none; }

.nf-form-cont .nf-form-fields-required { margin-top: 2rem; margin-bottom: 0.75rem; text-align: right; font-size: 0.875rem; font-style: italic; }

.nf-form-cont .message-success { border: 1px solid #007a4b; background: #00995e; color: white; padding: 16px 16px 4px; font-size: 18px; margin: 0px 0 10px; }

.nf-form-cont select, .nf-form-cont input[type="tel"], .nf-form-cont input[type="text"], .nf-form-cont input[type="email"], .nf-form-cont textarea { -moz-appearance: none; appearance: none; -webkit-appearance: none; width: 100%; height: 40px; padding: 8px 12px; background: white; font-family: "Work Sans", sans-serif; font-weight: 300; color: black; border: 1px solid #CBCAC8; border-radius: 0; -webkit-transition: background 0.15s; transition: background 0.15s; }

.nf-form-cont select:focus, .nf-form-cont input[type="tel"]:focus, .nf-form-cont input[type="text"]:focus, .nf-form-cont input[type="email"]:focus, .nf-form-cont textarea:focus { background-color: white; border-color: black; }

.nf-form-cont select { background-image: url(assets/images/vincent-select-2x.png); background-position: top 50% right 10px; background-repeat: no-repeat; background-size: 12px 23px; -webkit-transition: background 0.15s; transition: background 0.15s; }

.nf-form-cont select:focus { background-color: white; border-color: black; }

.nf-form-cont input[type="checkbox"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; display: inline-block; width: 20px !important; height: 20px !important; vertical-align: middle; background: #CBCAC8; background-size: cover; border: 4px solid #F7F5F0; border-radius: 50%; box-shadow: 0px 0px 0px 1px #CBCAC8; -webkit-transition: border-color 0.15s, color 0.15s, border 0.15s; transition: border-color 0.15s, color 0.15s, border 0.15s; outline: none; }

.nf-form-cont input[type="checkbox"]:hover { border-color: white; box-shadow-color: #231F20; }

.nf-form-cont input[type="checkbox"]:checked { background-color: #F8A89B; border-color: black; }

.nf-form-cont button, .nf-form-cont input[type="submit"], .nf-form-cont input[type="button"] { font-family: "Work Sans", sans-serif; font-weight: 400; -webkit-font-smoothing: antialiased; color: white; background: #404041; border-radius: 10px; font-size: 23px; border: none; text-transform: none; padding: 0.75rem 1.5rem; -webkit-transition: background 0.15s; transition: background 0.15s; opacity: 1; outline: none; }

.nf-form-cont button[disabled], .nf-form-cont input[type="submit"][disabled], .nf-form-cont input[type="button"][disabled] { opacity: 0.5; }

.nf-form-cont button[disabled]:hover, .nf-form-cont button[disabled]:focus, .nf-form-cont input[type="submit"][disabled]:hover, .nf-form-cont input[type="submit"][disabled]:focus, .nf-form-cont input[type="button"][disabled]:hover, .nf-form-cont input[type="button"][disabled]:focus { background-color: #404041; }

.nf-form-cont button:hover, .nf-form-cont button:focus, .nf-form-cont input[type="submit"]:hover, .nf-form-cont input[type="submit"]:focus, .nf-form-cont input[type="button"]:hover, .nf-form-cont input[type="button"]:focus { background-color: black; }

.nf-form-cont .submit-container { text-align: right; }

.nf-form-cont .nf-error-msg.nf-error-field-errors { display: block; padding: 0 0 30px 0; }

.nf-form-cont nf-fields-wrap { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -20px; }

.nf-form-cont nf-fields-wrap nf-field { -webkit-box-flex: 1; -webkit-flex: 1 1 50%; flex: 1 1 50%; max-width: 50%; }

.nf-form-cont nf-fields-wrap nf-field:nth-last-child(1) > div, .nf-form-cont nf-fields-wrap nf-field:nth-last-child(2) > div { position: relative; margin: 0; margin-top: 30px; padding: 0; padding-top: 50px; padding-bottom: 50px; text-align: left; border-top: 1px solid #CBCAC8; }

.nf-form-cont nf-fields-wrap nf-field:nth-last-child(1) { padding-right: 20px; }

.nf-form-cont nf-fields-wrap nf-field:nth-last-child(1) > div { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; padding-left: 120px; }

.nf-form-cont nf-fields-wrap nf-field:nth-last-child(2) { padding-left: 20px; }

.nf-form-cont nf-fields-wrap nf-field:nth-last-child(2) > div { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end; padding-right: 0; }

.nf-form-cont nf-fields-wrap nf-field:nth-last-child(2) > div .field-wrap { padding-top: 10px; }

.nf-form-cont nf-fields-wrap nf-field:nth-last-child(2) .ninja-forms-req-symbol { display: inline-block; }

.nf-form-cont nf-fields-wrap nf-field > div { padding: 0 20px; }

.nf-form-cont .nf-field-label label { text-align: left; color: #404041; font-weight: 300; }

.nf-form-cont .nf-field-label label a { display: inline-block; text-decoration: underline; color: inherit; }

.nf-form-cont .nf-field-label label a:hover, .nf-form-cont .nf-field-label label a:focus { color: black; }

.nf-form-cont .label-left .nf-field-label { width: 33%; padding-right: 14px; }

.nf-form-cont .label-left .nf-field-label label { text-align: left; color: #404041; font-weight: 300; }

.nf-form-cont .label-left .nf-field-element { width: 67%; }

.nf-form-cont .label-left .nf-after-field { width: 67%; margin-left: 33%; }

.nf-form-cont .label-right .nf-after-field { width: 50%; margin-left: 50%; }

.nf-form-cont .nf-field-label .ninja-forms-req-symbol { color: #231F20; }

.nf-form-cont .checkbox-wrap { float: right; }

.nf-form-cont .checkbox-wrap label { display: block; white-space: nowrap; margin: 0; padding: 0; }

@media (max-width: 768px) { .nf-form-cont nf-fields-wrap { display: block; margin: 0; }
  .nf-form-cont nf-fields-wrap nf-field { max-width: none; padding: 0; }
  .nf-form-cont nf-fields-wrap nf-field > div { padding: 0; }
  .nf-form-cont .label-left .field-wrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; }
  .nf-form-cont .label-left .nf-field-label { width: 100%; padding-right: 0; margin-bottom: 8px; }
  .nf-form-cont .label-left .nf-field-element { width: 100%; }
  .nf-form-cont .checkbox-wrap { float: none; }
  .nf-form-cont .label-left .nf-after-field, .nf-form-cont .label-right .nf-after-field { width: 100%; margin-left: 0; }
  .nf-form-cont .nf-after-field .nf-error-msg { margin: 0; }
  .nf-form-cont nf-fields-wrap nf-field:nth-last-child(1) > div { margin-top: 0; padding: 40px 0 10px; }
  .nf-form-cont nf-fields-wrap nf-field:nth-last-child(2) > div { margin-top: 0; padding: 30px 0 0; }
  .nf-form-cont nf-fields-wrap nf-field:nth-last-child(2) > div .field-wrap { padding-top: 0; }
  .nf-form-cont .field-wrap button, .nf-form-cont .field-wrap input[type="submit"], .nf-form-cont .field-wrap input[type="button"] { width: 100%; } }

.dashboard .dashboard-welcome-header { margin: 0; font-size: 1.375rem; font-weight: 400; }

.dashboard .dashboard-profile { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; margin-bottom: 80px; }

.dashboard .dashboard-profile > div { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }

.dashboard .dashboard-person-info { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; }

.dashboard .dashboard-person-info > div:nth-child(2) { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }

.entry-header .entry-title { margin: 80px 0 30px; }

.dashboard-table { margin: 0 0 1.25rem; border: none; border-collapse: collapse; background-color: #F2F2F2; border-bottom: 16px solid #F2F2F2; }

.dashboard-table caption { padding: 0.625rem 1.625rem; font-weight: 700; font-size: 1.125rem; color: white; background: #FF931E; border-bottom: 10px solid white; }

.dashboard-table th, .dashboard-table td { padding: 0.5rem 1.625rem; border: none; }

.dashboard-table th { padding-top: 1.5rem; font-weight: 600; }

#banner, #masthead { position: relative; z-index: 11; height: 100vh; overflow: hidden; background: white; }

#banner > section, #masthead > section { position: relative; margin: 0 auto; min-height: 100vh; margin: 0 auto; margin-bottom: 1.875rem; padding: 0 12px; }

#banner > section > header, #masthead > section > header { display: -webkit-box; display: -webkit-flex; display: flex; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; margin: 0 auto; padding: 0 12px; }

#banner > section > header > div, #masthead > section > header > div { position: absolute; z-index: 1; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); margin: 26px 0 0; }

#banner > section > header > div h1, #masthead > section > header > div h1 { margin: 0 auto 42px; font-size: 0; width: 230px; height: 48px; max-width: 100%; background-image: url(assets/images/vincent-logo-2x.png); background-size: contain; }

#banner > section > header > div p, #masthead > section > header > div p { margin: 0 auto; font-size: 0; width: 114px; height: 26px; max-width: 100%; background-image: url(assets/images/vincent-timeless.svg); background-size: contain; }

#banner > section > header h2, #masthead > section > header h2 { -webkit-font-smoothing: antialiased; position: absolute; z-index: 1; left: 0; right: 0; bottom: 40px; margin: 0; padding-top: 10px; padding-bottom: 10px; font-size: 18px; line-height: 1.1; text-align: center; background: rgba(255, 255, 255, 0.9); }

#banner > section > header h2 span, #masthead > section > header h2 span { display: block; }

#banner > section > header h2 span:first-child, #masthead > section > header h2 span:first-child { font-weight: 300; }

#banner > section > header h2 span:last-child, #masthead > section > header h2 span:last-child { font-weight: 600; }

#banner > section > div picture, #masthead > section > div picture { display: block; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; }

#banner > section > div img, #masthead > section > div img { display: block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: auto; height: auto; max-width: 100%; max-width: calc(100% - 20px); max-height: 100%; max-height: calc(100% - 200px); -webkit-transition: margin 0.15s; transition: margin 0.15s; margin-left: 14px; }

#banner > section > footer .next-section-link, #masthead > section > footer .next-section-link { display: block; position: absolute; bottom: 0; z-index: 1; left: 0; right: 0; width: auto; -webkit-transform: none; transform: none; font-size: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 40px; height: 40px; background-image: url(assets/images/vincent-next-section.svg); background-size: 28px 16px; background-position: center center; background-repeat: no-repeat; -webkit-transition: background 0.15s, top 0.15s; transition: background 0.15s, top 0.15s; background-color: #F8A89B; }

#banner > section > footer .next-section-link:hover, #masthead > section > footer .next-section-link:hover { background-position: left 50% top 15px; background-color: black; }

#banner .duration-bar > div, #masthead .duration-bar > div { background-color: white; }

#banner .duration-bar > div.duration-bar-go, #masthead .duration-bar > div.duration-bar-go { -webkit-transition: 3s linear; transition: 3s linear; }

@media (max-width: 768px) { #banner, #masthead { left: auto; -webkit-transform: none; transform: none; }
  #banner .h1, #masthead .h1 { font-size: 2.5rem; }
  #banner > section > header > div, #masthead > section > header > div { top: 40%; }
  #banner > section > header > div > ul, #masthead > section > header > div > ul { padding: 0 12px; }
  #banner > section > div img, #masthead > section > div img { top: 40%; margin-left: 0; } }

#masthead { height: auto; }

#masthead > section { min-height: 380px; margin-top: 40px; margin-bottom: 40px; }

@media (max-width: 768px) { #masthead > section { min-height: 360px; margin-top: 60px; margin-bottom: 0; } }

#terms-and-conditions { position: relative; max-width: 1440px; margin: 0 auto; padding: 0 12px 20px; }

#footer { font-weight: 300; font-size: 14px; color: #404041; }

#footer > section { position: relative; max-width: 1440px; margin: 0 auto; padding: 0 12px 20px; }

#footer > section > header { padding: 44px 0 0; border-top: 1px solid #404041; }

#footer img { display: block; margin-bottom: 20px; }

#register_form { max-width: 1440px; margin: auto; padding: 126px 2.125rem 0; }

#register_form h2 { position: relative; margin: 0 0 56px; font-family: "Canela Web"; font-weight: 100; font-size: 1.875rem; /* &:after { content: ''; position: absolute; z-index: 1; left: 50%; display: block; width: 100px; transform: translateX(-50%); height: 3px; background-color: $coal; bottom: 0; } */ }

#register_form .intro { margin: 55px auto 68px; font-size: 20px; font-weight: 100; text-align: center; max-width: 550px; }

@media (min-width: 992px) { #register_form { padding: 6rem; } }

@media (max-width: 768px) { #register_form { padding-top: 100px; } }

#section_intro, #section_love, #section_home, #section_team, #section_time_place, #section_life_style, #section_unique_moments, #section_people_connect { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; max-width: 1440px; }

#section_intro > header, #section_love > header, #section_home > header, #section_team > header, #section_time_place > header, #section_life_style > header, #section_unique_moments > header, #section_people_connect > header, #section_intro > div, #section_love > div, #section_home > div, #section_team > div, #section_time_place > div, #section_life_style > div, #section_unique_moments > div, #section_people_connect > div { position: relative; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; height: 0; padding-bottom: 58.3333333333%; }

#section_intro > header > div, #section_love > header > div, #section_home > header > div, #section_team > header > div, #section_time_place > header > div, #section_life_style > header > div, #section_unique_moments > header > div, #section_people_connect > header > div, #section_intro > div > div, #section_love > div > div, #section_home > div > div, #section_team > div > div, #section_time_place > div > div, #section_life_style > div > div, #section_unique_moments > div > div, #section_people_connect > div > div { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; padding: 2.25rem; }

#section_intro > header, #section_love > header, #section_home > header, #section_team > header, #section_time_place > header, #section_life_style > header, #section_unique_moments > header, #section_people_connect > header { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; color: white; background: black; }

#section_intro > header.offscreen, #section_love > header.offscreen, #section_home > header.offscreen, #section_team > header.offscreen, #section_time_place > header.offscreen, #section_life_style > header.offscreen, #section_unique_moments > header.offscreen, #section_people_connect > header.offscreen { display: none !important; }

#section_intro > header h2, #section_love > header h2, #section_home > header h2, #section_team > header h2, #section_time_place > header h2, #section_life_style > header h2, #section_unique_moments > header h2, #section_people_connect > header h2 { color: inherit; font-size: 1.875rem; font-family: "Canela Web"; font-weight: 100; text-align: center; }

#section_intro > header > div, #section_love > header > div, #section_home > header > div, #section_team > header > div, #section_time_place > header > div, #section_life_style > header > div, #section_unique_moments > header > div, #section_people_connect > header > div { box-sizing: border-box; }

#section_intro > div, #section_love > div, #section_home > div, #section_team > div, #section_time_place > div, #section_life_style > div, #section_unique_moments > div, #section_people_connect > div { overflow: hidden; position: relative; }

#section_intro > div picture img, #section_love > div picture img, #section_home > div picture img, #section_team > div picture img, #section_time_place > div picture img, #section_life_style > div picture img, #section_unique_moments > div picture img, #section_people_connect > div picture img { position: absolute; display: block; width: auto; height: auto; max-width: 100%; max-height: none; min-width: 100%; min-height: 100%; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

@media (min-width: 992px) { #section_intro > header > div, #section_love > header > div, #section_home > header > div, #section_team > header > div, #section_time_place > header > div, #section_life_style > header > div, #section_unique_moments > header > div, #section_people_connect > header > div, #section_intro > div > div, #section_love > div > div, #section_home > div > div, #section_team > div > div, #section_time_place > div > div, #section_life_style > div > div, #section_unique_moments > div > div, #section_people_connect > div > div { padding: 6rem; } }

@media (max-width: 768px) { #section_intro, #section_love, #section_home, #section_team, #section_time_place, #section_life_style, #section_unique_moments, #section_people_connect { display: block; }
  #section_intro > header, #section_love > header, #section_home > header, #section_team > header, #section_time_place > header, #section_life_style > header, #section_unique_moments > header, #section_people_connect > header, #section_intro > div, #section_love > div, #section_home > div, #section_team > div, #section_time_place > div, #section_life_style > div, #section_unique_moments > div, #section_people_connect > div { padding-bottom: 116.666666667%; } }

#section_love > header, #section_love > div { padding-bottom: 62.5%; }

#section_love > header { color: black; background-color: #E5E4E3; }

#section_love > header h2 { line-height: 1.2; font-family: "Canela Web"; font-size: 1.875rem; margin-bottom: 1.875rem; font-weight: 100; text-align: left; }

@media (max-width: 768px) { #section_love > header, #section_love > div { padding-bottom: 125%; } }

#section_home > header { color: black; background-color: #CBCAC8; }

#section_home > header h2 { text-align: left; line-height: 1.2; font-family: "Canela Web"; font-size: 1.875rem; margin-bottom: 1.875rem; font-weight: 100; }

#section_team { -webkit-flex-wrap: wrap; flex-wrap: wrap; font-weight: 100; }

#section_team > div { height: 840px; padding: 0; -webkit-box-flex: 1; -webkit-flex: 1 1 50%; flex: 1 1 50%; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; background-color: white; }

#section_team > div:nth-child(2) { overflow: hidden; background-color: #F5f4f4; }

#section_team > div:nth-child(3) { background-color: #E5E4E3; }

#section_team > div > div { position: static; padding: 2.125rem; }

#section_team .logo { display: block; margin-bottom: 1.875rem; }

#section_team h3 { font-size: 1.875rem; line-height: 1.2; font-family: "Canela Web"; font-weight: 400; margin-bottom: 1.875rem; }

#section_team .drop { margin-top: 2.5rem; }

#section_team figure { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; align-items: center; padding-top: 5rem; position: relative; }

#section_team figure > div { display: inline-block; position: relative; z-index: 3; /* &:before { content: ''; display: block; position: absolute; z-index: 1; width: 417px; height: 260px; left: -52px; bottom: -21px; background-color: $shell; } &:after { content: ''; display: block; position: absolute; z-index: 2; width: 312px; height: 260px; right: -68px; bottom: -50px; background-color: $beige; } */ }

#section_team figure #section_team_grey_box { display: block; position: absolute; z-index: 1; width: 417px; height: 260px; top: 280px; left: -52px; background-color: #CBCAC8; }

#section_team figure #section_team_pink_box { display: block; position: absolute; z-index: 2; width: 312px; height: 260px; top: 310px; right: -68px; background-color: #E6CAB5; }

#section_team figure figcaption { position: relative; z-index: 3; font-size: 0.875rem; max-width: 396px; margin-top: 4.1875rem; padding-left: 3.375rem; font-weight: 100; padding-top: 10px; padding-bottom: 10px; }

#section_team figure figcaption:before { content: ''; display: block; position: absolute; left: 54px; top: -16px; width: 52px; height: 1px; background-color: #404041; }

#section_team figure figcaption p { margin: 0; }

@media (min-width: 992px) { #section_team > div:nth-child(2) > div { padding: 2.125rem; }
  #section_team > div > div { padding: 6rem; } }

#section_time_place, #section_life_style, #section_unique_moments, #section_people_connect { color: white; }

#section_time_place > div, #section_life_style > div, #section_unique_moments > div, #section_people_connect > div { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; background: black; }

#section_time_place > div > div, #section_life_style > div > div, #section_unique_moments > div > div, #section_people_connect > div > div { -webkit-box-align: center; -webkit-align-items: center; align-items: center; }

#section_time_place p, #section_life_style p, #section_unique_moments p, #section_people_connect p { position: relative; z-index: 2; margin: 0; text-align: left; line-height: 1.2; font-family: "Canela Web"; font-size: 3.75rem; font-weight: 100; }

@media (min-width: 992px) { #section_time_place p, #section_life_style p, #section_unique_moments p, #section_people_connect p { font-size: 5rem; } }

#section_building { position: relative; z-index: 5; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; height: 900px; }

#section_building > div { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }

#section_building ul { display: block; list-style: none; margin: 0; padding: 0; }

#section_building ul > li { position: absolute; display: block; margin: 0; padding: 0; /* &:nth-child(5) { // Caption z-index: 4; left: 20px; bottom: 64px; //background-color: white; } */ }

#section_building ul > li:nth-child(1) { z-index: 4; top: 134px; left: 80px; right: 40px; }

#section_building ul > li:nth-child(2) { z-index: 3; top: 289px; left: 20px; right: 280px; }

#section_building ul > li:nth-child(3) { z-index: 2; top: 332px; left: 410px; right: 80px; }

#section_building ul > li:nth-child(4) { z-index: 1; top: 221px; right: 20px; width: 38px; height: 138px; background-color: #F8A89B; }

#section_building ul > li > img { width: 100%; }

#section_building p { position: relative; z-index: 2; font-size: 0.875rem; max-width: 396px; font-weight: 100; margin-top: 3.4375rem; padding: 10px 0; }

#section_building p:before { content: ''; display: block; position: absolute; left: 0; top: -16px; width: 52px; height: 1px; background-color: #404041; }

@media (min-width: 992px) { #section_building ul { position: relative; height: 100%; max-width: 1058px; margin: auto; }
  #section_building ul > li { /* &:nth-child(5) { // Caption left: 20px; bottom: 64px; }	 */ }
  #section_building ul > li:nth-child(1) { left: 103px; right: 103px; }
  #section_building ul > li:nth-child(2) { left: 20px; right: auto; }
  #section_building ul > li:nth-child(3) { left: auto; right: 154px; }
  #section_building ul > li:nth-child(4) { right: 84px; } }

@media (max-width: 768px) { #section_building { height: 0; padding-bottom: 120%; }
  #section_building > div { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
  #section_building ul { position: relative; height: 100%; width: 100%; margin: auto; }
  #section_building ul > li { /* &:nth-child(5) { // Caption left: 20px; bottom: 40px; }	 */ }
  #section_building ul > li:nth-child(1) { top: 120px; left: 60px; right: 30px; }
  #section_building ul > li:nth-child(2) { top: 170px; left: 20px; right: 120px; }
  #section_building ul > li:nth-child(3) { /* top: 160px; left: 200px; right: 60px; */ top: 150px; left: 170px; right: 30px; }
  #section_building ul > li:nth-child(4) { top: 145px; right: 10px; }
  #section_building p { margin-top: 40px; margin-right: -100px; max-width: none; width: auto; } }

#section_landscape { position: relative; z-index: 5; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; height: 900px; }

#section_landscape > div { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }

#section_landscape ul { display: block; list-style: none; margin: 0; padding: 0; }

#section_landscape ul > li { position: absolute; display: block; margin: 0; padding: 0; /* &:nth-child(4) { // Caption z-index: 4;	 bottom: 116px; left: auto; right: 40px; //background-color: white; } */ }

#section_landscape ul > li:nth-child(1) { z-index: 3; top: 134px; left: 60px; right: 40px; }

#section_landscape ul > li:nth-child(2) { z-index: 2; top: 400px; left: 100px; right: 400px; }

#section_landscape ul > li:nth-child(3) { z-index: 1; width: 312px; height: 260px; top: 320px; left: 30px; background-color: #E6CAB5; }

#section_landscape p { position: relative; z-index: 2; font-size: 0.875rem; max-width: 330px; margin-bottom: 0; margin-top: 2.1875rem; padding: 10px 0; color: #404041; font-weight: 100; }

#section_landscape p:before { content: ''; display: block; position: absolute; left: 0; top: -16px; width: 52px; height: 1px; background-color: #404041; }

@media (min-width: 992px) { #section_landscape ul { position: relative; height: 100%; max-width: 1058px; margin: auto; }
  #section_landscape ul > li { /* &:nth-child(4) { // Caption left: auto; right: 20px; bottom: 160px; } */ }
  #section_landscape ul > li:nth-child(1) { left: 103px; right: 103px; }
  #section_landscape ul > li:nth-child(2) { top: 430px; left: 154px; right: 454px; }
  #section_landscape ul > li:nth-child(3) { top: 412px; left: 72px; }
  #section_landscape p { position: absolute; -webkit-transform: translateX(100%); transform: translateX(100%); bottom: -20px; margin-top: 0; padding-left: 30px; max-width: 450px; }
  #section_landscape p:before { left: 30px; } }

@media (max-width: 768px) { #section_landscape { height: 0; padding-bottom: 120%; }
  #section_landscape > div { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
  #section_landscape ul { position: relative; height: 100%; width: 100%; margin: auto; }
  #section_landscape ul > li { /* &:nth-child(4) { // Caption left: auto; right: 20px; bottom: 40px; }					 */ }
  #section_landscape ul > li:nth-child(1) { top: 100px; left: 40px; right: 30px; }
  #section_landscape ul > li:nth-child(2) { top: 190px; left: 60px; right: 120px; }
  #section_landscape ul > li:nth-child(3) { top: 175px; height: 130px; right: 210px; width: auto; left: 20px; }
  #section_landscape p { margin-top: 40px; margin-left: -40px; margin-right: -100px; max-width: none; width: auto; } }

#section_kitchen { position: relative; z-index: 5; height: 900px; }

#section_kitchen > div { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }

#section_kitchen > div { height: 100%; }

#section_kitchen p { position: absolute; left: 344px; bottom: 111px; z-index: 2; font-size: 0.875rem; max-width: 420px; margin-bottom: 0; margin-top: 3.4375rem; padding: 10px 0; font-weight: 100; }

#section_kitchen p:before { content: ''; display: block; position: absolute; left: 0; top: -16px; width: 52px; height: 1px; background-color: #404041; }

#section_kitchen ul { display: block; list-style: none; margin: 0; padding: 0; }

#section_kitchen ul > li { position: absolute; display: block; margin: 0; padding: 0; }

#section_kitchen ul > li:nth-child(1) { z-index: 3; top: 134px; left: 40px; right: 60px; }

#section_kitchen ul > li:nth-child(2) { z-index: 2; top: 330px; left: auto; left: 380px; right: 30px; }

#section_kitchen ul > li:nth-child(3) { z-index: 1; left: auto; right: 30px; top: 300px; }

#section_kitchen p { position: relative; left: 0; bottom: auto; }

#section_kitchen img { display: block; width: auto; height: auto; width: 100%; }

@media (min-width: 992px) { #section_kitchen ul { position: relative; height: 100%; max-width: 1154px; margin: auto; }
  #section_kitchen ul > li:nth-child(1) { top: 152px; left: 151px; right: 151px; }
  #section_kitchen ul > li:nth-child(2) { top: 400px; left: 704px; right: 0; }
  #section_kitchen ul > li:nth-child(3) { top: 365px; left: 780px; right: 0; }
  #section_kitchen p { bottom: 0; margin-top: 40px; padding-left: 202px; max-width: 450px; }
  #section_kitchen p:before { left: 202px; } }

@media (max-width: 768px) { #section_kitchen { height: 0; padding-bottom: 120%; }
  #section_kitchen ul > li:nth-child(1) { top: 100px; left: 20px; right: 40px; }
  #section_kitchen ul > li:nth-child(2) { top: 210px; left: 200px; right: 20px; }
  #section_kitchen ul > li:nth-child(3) { top: 190px; left: 320px; right: 250px; }
  #section_kitchen p { max-width: none; margin-right: -30px; }
  #section_kitchen > div { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } }

#section_gallery_day { position: relative; z-index: 5; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; height: 900px; background: white; }

#section_gallery_day > header, #section_gallery_day > div { -webkit-box-flex: 1; -webkit-flex: 1 1 50%; flex: 1 1 50%; }

#section_gallery_day > header { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; color: #404041; background-color: #F7F5F0; }

#section_gallery_day > header h2 { line-height: 1.2; font-family: "Canela Web"; font-size: 1.875rem; margin-bottom: 1.875rem; font-weight: 100; text-align: left; color: inherit; }

#section_gallery_day > header > div { padding: 20px 94px; }

#section_gallery_day > div p { position: absolute; z-index: 2; font-size: 0.875rem; font-weight: 100; left: 30%; bottom: 20%; top: auto; margin: 0; max-width: none; margin-right: 40px; }

#section_gallery_day > div p:before { content: ''; display: block; position: absolute; left: 0; top: -16px; width: 52px; height: 1px; background-color: #404041; }

#section_gallery_day .cycle-gallery { position: absolute; z-index: 3; height: 100%; left: 0; right: 0; }

#section_gallery_day .cycle-gallery ul { list-style: none; margin: 0; padding: 0; position: absolute; top: 0; bottom: 0; left: 0; right: 0; }

#section_gallery_day .cycle-gallery ul > li { position: absolute; }

#section_gallery_day .cycle-gallery ul > li[data-slide="1"] { top: 26%; left: 23%; right: 23%; }

#section_gallery_day .cycle-gallery ul > li[data-slide="2"] { top: 40%; left: 16%; right: 27%; }

#section_gallery_day .cycle-gallery ul > li[data-slide="3"] { top: 42%; left: 42%; right: 13%; }

#section_gallery_day .cycle-gallery img { width: 100%; }

@media (max-width: 768px) { #section_gallery_day { display: block; height: auto; }
  #section_gallery_day > header, #section_gallery_day > div { height: 560px; }
  #section_gallery_day > header > div { padding: 20px 20px; }
  #section_gallery_day > div { height: 0; padding-bottom: 120%; }
  #section_gallery_day > div p { bottom: 20px; left: 20px; right: 20px; margin-right: 0; }
  #section_gallery_day .cycle-gallery ul > li { position: absolute; }
  #section_gallery_day .cycle-gallery ul > li[data-slide="1"] { top: 10%; left: 20%; right: 20%; }
  #section_gallery_day .cycle-gallery ul > li[data-slide="2"] { top: 35%; left: 10%; right: 30%; }
  #section_gallery_day .cycle-gallery ul > li[data-slide="3"] { top: 40%; left: 30%; right: 10%; }
  #section_gallery_day .cycle-gallery img { width: 100%; } }

#section_map { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; max-width: 1440px; }

#section_map .marker-container { -webkit-transition: -webkit-transform 0.2s; transition: -webkit-transform 0.2s; transition: transform 0.2s; transition: transform 0.2s, -webkit-transform 0.2s; }

#section_map .marker-container.marker-active { -webkit-transform: scale(1.5); transform: scale(1.5); }

#section_map .marker-container-vincent { -webkit-transform-origin: 28px 105px; transform-origin: 28px 105px; -webkit-transition: -webkit-transform 0.2s; transition: -webkit-transform 0.2s; transition: transform 0.2s; transition: transform 0.2s, -webkit-transform 0.2s; }

#section_map .marker-container-vincent.marker-active { -webkit-transform: scale(1.3); transform: scale(1.3); }

#section_map img[src$='-2x.png'] { width: 20px !important; height: 20px !important; }

#section_map img[src$='vincent-marker-2x.png'] { width: 125px !important; height: 105px !important; }

#section_map img[src$='arboretum-arrow-2x.png'], #section_map img[src$='black-mountain-arrow-2x.png'], #section_map img[src$='civic-arrow-2x.png'] { width: 33px !important; height: 66px !important; }

#section_map > div { position: relative; -webkit-box-flex: 1; -webkit-flex: 1 1 50%; flex: 1 1 50%; padding-bottom: 58.3333333333%; }

#section_map > div:nth-child(2) { color: white; background-color: black; }

#section_map > div:nth-child(3) { color: white; background-color: #8CA8B8; }

#section_map > div:nth-child(3) > div { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; }

#section_map > div > div { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }

#section_map #google_map { display: block; height: 100%; width: 100%; color: white; }

#section_map ul { display: block; list-style: none; margin: 0; padding: 0; }

#section_map ul > li { display: block; margin: 0; padding: 0; }

#section_map ul > li ~ li { margin-top: 6px; }

#section_map ul > li a { display: block; color: inherit; text-decoration: none; }

#section_map ul > li a:hover, #section_map ul > li a:focus { text-decoration: underline; }

#section_map ul > li a.active > span { background: white; color: #8CA8B8; }

#section_map ul > li a > span { display: inline-block; border: 1px solid white; border-radius: 50%; margin-right: 8px; vertical-align: middle; width: 26px; height: 26px; line-height: 26px; text-align: center; }

#section_map .custom-controls { z-index: 11 !important; margin: 0.625rem 0 0 0.625rem; box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }

#section_map .custom-controls .custom-map-zoom-out, #section_map .custom-controls .custom-map-zoom-in { position: relative; display: block; width: 1.875rem; height: 1.875rem; vertical-align: middle; white-space: nowrap; border: none; cursor: pointer; outline: none; overflow: hidden; text-indent: -1000em; white-space: nowrap; background-image: url("assets/images/icon-contract-2x.png"); background-position: 50% 50%; background-repeat: no-repeat; background-color: white; background-size: 0.625rem 0.125rem; -webkit-transition: background-color 0.15s; transition: background-color 0.15s; }

#section_map .custom-controls .custom-map-zoom-in { background-image: url("assets/images/icon-expand-2x.png"); background-size: 0.625rem 0.625rem; }

@media (max-width: 768px) { #section_map { display: block; height: auto; }
  #section_map > div { padding-bottom: 116.666666667%; }
  #section_map > div:nth-child(2) { height: 450px; }
  #section_map > div:nth-child(3) { height: 450px; } }

.photo-gallery { position: relative; z-index: 3; height: 100%; left: 0; right: 0; }

.photo-gallery ul { display: block; list-style: none; margin: 0; padding: 0; }

.photo-gallery ul > li { position: absolute; display: block; margin: 0; padding: 0; -webkit-transition: box-shadow 0.9s, -webkit-transform 0.9s; transition: box-shadow 0.9s, -webkit-transform 0.9s; transition: transform 0.9s, box-shadow 0.9s; transition: transform 0.9s, box-shadow 0.9s, -webkit-transform 0.9s; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); /* &[data-dir="up"] { } &[data-dir="down"] { } */ }

.photo-gallery ul > li[data-pos="left"][data-dir="up"] { -webkit-transform-origin: top left; transform-origin: top left; }

.photo-gallery ul > li[data-pos="left"][data-dir="down"] { -webkit-transform-origin: bottom left; transform-origin: bottom left; }

.photo-gallery ul > li[data-pos="right"][data-dir="up"] { -webkit-transform-origin: top right; transform-origin: top right; }

.photo-gallery ul > li[data-pos="right"][data-dir="down"] { -webkit-transform-origin: bottom right; transform-origin: bottom right; }

.photo-gallery ul > li.change[data-pos="left"][data-dir="up"] { -webkit-transform: translateY(-68%) rotate(-15deg); transform: translateY(-68%) rotate(-15deg); box-shadow: -4px 4px 8px 0 rgba(0, 0, 0, 0.33); }

.photo-gallery ul > li.change[data-pos="left"][data-dir="down"] { -webkit-transform: translateY(90%) rotate(15deg); transform: translateY(90%) rotate(15deg); box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.33); }

.photo-gallery ul > li.change[data-pos="right"][data-dir="up"] { -webkit-transform: translateY(-68%) rotate(15deg); transform: translateY(-68%) rotate(15deg); box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.33); }

.photo-gallery ul > li.change[data-pos="right"][data-dir="down"] { -webkit-transform: translateY(90%) rotate(-15deg); transform: translateY(90%) rotate(-15deg); box-shadow: -4px 4px 8px 0 rgba(0, 0, 0, 0.33); }

.photo-gallery img { display: block; width: auto; height: auto; }

.next { position: absolute; bottom: 0; z-index: 3; right: 96px; }

.play-pause { position: absolute; bottom: 0; z-index: 3; right: 0; }

/** 14.0 - Media Queries */
/** Does the same thing as <meta name="viewport" content="width=device-width">, but in the future W3C standard way. -ms- prefix is required for IE10+ to render responsive styling in Windows 8 "snapped" views; IE10+ does not honor the meta tag. See https://core.trac.wordpress.org/ticket/25888. */
@-ms-viewport { width: device-width; }

@-o-viewport { width: device-width; }

@viewport { width: device-width; }

/** 15.0 - Print */
@media print { form, button, input, select, textarea, .navigation, .main-navigation, .social-navigation, .sidebar, .content-bottom-widgets, .header-image, .page-links, .edit-link, .comment-respond, .comment-edit-link, .comment-reply-link, .comment-metadata .edit-link, .pingback .edit-link { display: none; }
  body, blockquote cite, blockquote small, pre, .entry-content h4, .entry-content h5, .entry-content h6, .entry-summary h4, .entry-summary h5, .entry-summary h6, .comment-content h4, .comment-content h5, .comment-content h6, .entry-content .author-title { font-size: 12pt; }
  blockquote { font-size: 14.25pt; }
  .site-title, .page-title, .comments-title, .entry-content h2, .entry-summary h2, .comment-content h2, .widecolumn h2 { font-size: 17.25pt; }
  .site-description { display: block; }
  .entry-title { font-size: 24.75pt; line-height: 1.2727272727; margin-bottom: 1.696969697em; }
  .format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title { font-size: 17.25pt; line-height: 1.304347826; margin-bottom: 1.826086957em; }
  .entry-content h1, .entry-summary h1, .comment-content h1 { font-size: 21pt; }
  .entry-content h3, .entry-summary h3, .comment-content h3, body:not(.search-results) .entry-summary { font-size: 14.25pt; }
  .site-description, .author-bio, .entry-footer, .sticky-post, .taxonomy-description, .entry-caption, .comment-metadata, .comment-notes, .comment-awaiting-moderation, .site-info, .wp-caption .wp-caption-text, .gallery-caption { font-size: 9.75pt; }
  body, .site { background: none !important; /* Brute force since user agents all print differently. */ }
  body, blockquote cite, blockquote small, .site-branding .site-title a, .entry-title a, .comment-author { color: #1a1a1a !important; /* Make sure color schemes don't affect to print */ }
  blockquote, .page-header, .comments-title { border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */ }
  blockquote, .site-description, body:not(.search-results) .entry-summary, body:not(.search-results) .entry-summary blockquote, .author-bio, .entry-footer, .entry-footer a, .sticky-post, .taxonomy-description, .entry-caption, .comment-author, .comment-metadata a, .comment-notes, .comment-awaiting-moderation, .site-info, .site-info a, .wp-caption .wp-caption-text, .gallery-caption { color: #686868 !important; /* Make sure color schemes don't affect to print */ }
  code, hr { background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */ }
  pre, abbr, acronym, table, th, td, .author-info, .comment-list article, .comment-list .pingback, .comment-list .trackback, .no-comments { border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */ }
  a { color: #007acc !important; /* Make sure color schemes don't affect to print */ }
  .entry-content a, .entry-summary a, .taxonomy-description a, .comment-content a, .pingback .comment-body > a { box-shadow: none; border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */ }
  .site { margin: 5%; }
  .site-inner { max-width: none; }
  .site-header { padding: 0 0 1.75em; }
  .site-branding { margin-top: 0; margin-bottom: 1.75em; }
  .site-main { margin-bottom: 3.5em; }
  .entry-header, .entry-footer, .page-header, .page-content, .entry-content, .entry-summary, .post-thumbnail, .comments-area { margin-right: 0; margin-left: 0; }
  .post-thumbnail, .site-main > article { margin-bottom: 3.5em; }
  .entry-content blockquote.alignleft, .entry-content blockquote.alignright { border-width: 4px 0 0 0; padding: 0.9473684211em 0 0; width: calc(50% - 0.736842105em); }
  body:not(.search-results) .entry-header + .entry-summary { margin-top: -1.473684211em; }
  .site-footer, .widecolumn { padding: 0; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .news-listing ul > li { -webkit-box-flex: 1; -webkit-flex: auto; flex: auto; }
  .news-listing ul > li > a > div:last-child { -webkit-box-flex: 1; -webkit-flex: auto; flex: auto; height: auto; } }
/*# sourceMappingURL=style.css.map */