/*!
Theme Name: Dialog
Theme URI: http://underscores.me/
Author: Design Factory
Author URI: http://designfactory.ie
Description: Custom theme for Dialog
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: dialog
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# 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;
}

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

.main-navigation ul ul {
	box-shadow: 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;
	}
}

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

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

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

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

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

.post,
.page {
	margin: 0 0 1.5em;
}

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



html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}li{margin:0;padding:0}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}*,*:before,*:after{box-sizing:border-box}img{max-width:100%}strong{font-weight:normal}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{background:#fff;color:#fff;font-family:"minion-pro",serif;font-feature-settings:"kern" 1,"liga" 1,"pnum" 1;font-kerning:normal;font-smoothing:antialiased;font-weight:300;line-height:1.4;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}hr{border-top:1px solid #777;border-bottom:0;height:0}body a,body a:link,body a:visited,body a:focus,body a:hover,body a:active{text-decoration:none;transition:all .2s}body a:-moz-any-link,body a:link:-moz-any-link,body a:visited:-moz-any-link,body a:focus:-moz-any-link,body a:hover:-moz-any-link,body a:active:-moz-any-link{text-decoration:none !important}body a:any-link,body a:link:any-link,body a:visited:any-link,body a:focus:any-link,body a:hover:any-link,body a:active:any-link{text-decoration:none !important}em{font-style:italic}.display-block{display:block}.upper{text-transform:uppercase}.nomargin{margin-bottom:0}.centered{text-align:center}.small,small{font-size:14px;font-size:.875rem}h1{text-transform:uppercase;font-size:22.4px;font-size:1.4rem;font-weight:600}h2{text-transform:uppercase;font-size:18px;font-size:1.125rem}@media(min-width:600px){h2{font-size:1.65rem}}h3{font-size:22.4px;font-size:1.4rem}@media(min-width:600px){h3{font-size:1.65rem}}@media(min-width:960px){h3{font-size:1.75rem}}h4{font-size:18px;font-size:1.125rem;font-weight:600;letter-spacing:1px}h5{font-size:12px;font-size:.75rem;font-family:"neue-haas-unica",sans-serif;letter-spacing:2px;text-transform:uppercase}@media(min-width:600px){h5{font-size:.875rem;letter-spacing:4px}}p{font-size:18px;font-size:1.125rem;margin-bottom:44.8px;margin-bottom:2.8rem}p:last-of-type{margin-bottom:22.4px;margin-bottom:1.4rem}@media(min-width:600px){p{font-size:1.4rem}}.terms .yellowRow .termsAndConditions{padding:32px 1vw;padding:2rem 1vw;padding-top:0}.terms .yellowRow .termsAndConditions strong{font-weight:500}.terms .yellowRow .termsAndConditions ul{list-style:disc;color:#033;font-size:18px;font-size:1.125rem;margin-bottom:44.8px;margin-bottom:2.8rem;padding:0 20px;padding:0 1.25rem}@media(min-width:600px){.terms .yellowRow .termsAndConditions ul{font-size:1.4rem}}.terms .yellowRow .termsAndConditions a{color:#033}.terms .yellowRow .termsAndConditions a:hover{opacity:.25}.terms .yellowRow .termsAndConditions h2{font-weight:bold;text-transform:none;margin-bottom:16px}.terms .yellowRow .termsAndConditions h3{font-weight:bold;font-size:22.4px;font-size:1.4rem;margin-top:16px}.terms .yellowRow .termsAndConditions p{margin-bottom:20px}.titleRow,.paginationRow{background:#4d646e;padding:8px 3vw;padding:.5rem 3vw;text-align:center}.yellowRow{background:#f2f1e6;padding:16px 4vw}.yellowRow h1,.yellowRow h2,.yellowRow h3,.yellowRow h4,.yellowRow h5,.yellowRow h6,.yellowRow p,.yellowRow ul{color:#000}.yellowRow .introPara p{margin-bottom:4px;margin-bottom:.25rem;text-align:center}.yellowRow .introPara p:last-of-type{margin-bottom:1.6px !important;margin-bottom:.10rem !important}@media(min-width:600px){.yellowRow{padding:32px 3vw}}.globeRow{background:#000 url("images/globe.jpg") no-repeat center bottom;background-size:cover;padding:16px 4vw}@media(min-width:600px){.globeRow{padding:32px 3vw}}.globeRow article{width:100%;max-width:860px;margin:0 auto}.globeRow article strong{font-weight:500}.globeRow article ul{list-style:disc;color:#cfaf4f;font-size:18px;font-size:1.125rem;margin-bottom:44.8px;margin-bottom:2.8rem;padding:0 20px;padding:0 1.25rem}@media(min-width:600px){.globeRow article ul{font-size:1.4rem}}.globeRow article a{color:#cfaf4f}.globeRow article a:hover{opacity:.25}.imgageGrid,.imageGridFull{text-align:center}@media(min-width:600px){.imgageGrid,.imageGridFull{max-width:1400px;padding:0 1vw;margin:0 auto}}.imgageGrid img,.imageGridFull img{vertical-align:bottom}.imgageGrid .twoColImg,.imageGridFull .twoColImg{display:flex;justify-content:center}@media(min-width:600px){.imageGridFull{width:100%;padding:0;margin:0 auto;max-width:none}.imageGridFull img{width:100%}}article.introPara{width:100%;max-width:860px;margin:0 auto}.dialogGrid{display:grid;grid-template-columns:1fr}@media(min-width:600px){.dialogGrid{grid-template-columns:1fr 1fr 1fr}}.dialogGrid .gridItem a,.dialogGrid .gridItem a:link,.dialogGrid .gridItem a:visited{color:#fff;position:relative;display:block}.dialogGrid .gridItem a figure img,.dialogGrid .gridItem a:link figure img,.dialogGrid .gridItem a:visited figure img{vertical-align:bottom;width:100%;height:auto;max-width:1200px}.dialogGrid .gridItem a .gridContent,.dialogGrid .gridItem a:link .gridContent,.dialogGrid .gridItem a:visited .gridContent{position:absolute;background:rgba(0,0,0,0.7);width:100%;height:100%;text-align:center;z-index:2;top:0;display:flex;flex-direction:column;justify-content:flex-end;padding:16px;padding-bottom:16px;transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out}.dialogGrid .gridItem a .gridContent h2,.dialogGrid .gridItem a:link .gridContent h2,.dialogGrid .gridItem a:visited .gridContent h2{font-size:26.4px;font-size:1.65rem}@media(min-width:600px){.dialogGrid .gridItem a .gridContent,.dialogGrid .gridItem a:link .gridContent,.dialogGrid .gridItem a:visited .gridContent{padding:32px 32px}.dialogGrid .gridItem a .gridContent h2,.dialogGrid .gridItem a:link .gridContent h2,.dialogGrid .gridItem a:visited .gridContent h2{font-size:1.65rem}}.dialogGrid .gridItem a:hover .gridContent,.dialogGrid .gridItem a:link:hover .gridContent,.dialogGrid .gridItem a:visited:hover .gridContent{-webkit-opacity:0;opacity:0}.projectRow,.contactRow{background:#4d646e;color:#fff}.projectRow .layout,.contactRow .layout{margin:0 auto;width:100%;max-width:1400px}@media(min-width:600px){.projectRow .layout,.contactRow .layout{display:flex;grid-gap:32px}}.projectRow .layout article,.contactRow .layout article{padding:32px 4vw}.projectRow .layout article strong,.contactRow .layout article strong{font-weight:500}.projectRow .layout article ul,.contactRow .layout article ul{list-style:disc;color:#fff;font-size:18px;font-size:1.125rem;margin-bottom:44.8px;margin-bottom:2.8rem;padding:0 20px;padding:0 1.25rem}@media(min-width:600px){.projectRow .layout article ul,.contactRow .layout article ul{font-size:1.4rem}}.projectRow .layout article a,.contactRow .layout article a{color:#fff}.projectRow .layout article a:hover,.contactRow .layout article a:hover{opacity:.25}.projectRow .layout figure img,.contactRow .layout figure img{vertical-align:bottom}@media(min-width:600px){.contactRow article{flex-basis:50%}}.pullQuote{background:#033;text-align:center;margin:0 auto;padding:32px 4vw;padding:2rem 4vw}.pullQuote blockquote{padding:0 3vw}.pullQuote blockquote p{font-size:18px;font-size:1.125rem;font-weight:600;margin-bottom:16px}@media(min-width:600px){.pullQuote blockquote{padding:0 5vw;max-width:1040px;margin:0 auto}.pullQuote blockquote p{font-size:1.75rem;line-height:1.5;orphans:2;-webkit-orphans:2}.pullQuote p.quoteCredit{margin-bottom:0}}.projectGallery{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;grid-gap:16px;max-width:1400px;margin:0 auto}@media(min-width:600px){.projectGallery{grid-gap:32px}}.projectGallery .oneCol{grid-column:span 1}.projectGallery .twoCol{grid-column:span 2}.paginationRow{padding:8px 0 !important;padding:.5rem 0 !important}.paginationRow .pagHolder{padding:0 4vw}@media(min-width:600px){.paginationRow .pagHolder{padding:0 3vw !important}}.paginationRow .pagHolder .pagination{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;text-transform:uppercase;font-family:"neue-haas-unica",sans-serif;font-weight:bold;font-size:16px;font-size:1rem}@media(min-width:600px){.paginationRow .pagHolder .pagination{font-size:120%}}.paginationRow .pagHolder .pagination .previous{text-align:left}.paginationRow .pagHolder .pagination .next{text-align:right}.paginationRow .pagHolder .pagination a,.paginationRow .pagHolder .pagination a:link,.paginationRow .pagHolder .pagination a:visited{font-size:14px;font-size:.875rem;color:#fff}.paginationRow .pagHolder .pagination a:hover,.paginationRow .pagHolder .pagination a:link:hover,.paginationRow .pagHolder .pagination a:visited:hover{color:#cfaf4f}.terms .yellowRow .termsAndConditions{max-width:960px;margin:0 auto}.modalBack{display:none;position:fixed;width:100%;height:100%;left:0;top:0;z-index:2;overflow:auto;background:rgba(0,0,0,0.7)}.modalBack .modalWindow{background:#f2f1e6;color:#000;width:90%;max-width:900px;margin:3vw;margin:0 auto;position:absolute;box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);-webkit-animation-name:animatetop;-webkit-animation-duration:.3s;animation-name:animatetop;animation-duration:.4s;animation-timing-function:cubic-bezier(0.25,0.1,0.25,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.modalBack .modalWindow .titleRow,.modalBack .modalWindow .paginationRow{position:relative}.modalBack .modalWindow .titleRow h1,.modalBack .modalWindow .paginationRow h1{color:#fff}.modalBack .modalWindow .titleRow .close,.modalBack .modalWindow .paginationRow .close{position:absolute;right:17px;top:0;bottom:0;margin:auto;height:32px;font-size:24px;font-size:1.5rem}.modalBack .modalWindow .titleRow .close a,.modalBack .modalWindow .paginationRow .close a,.modalBack .modalWindow .titleRow .close a:link,.modalBack .modalWindow .paginationRow .close a:link,.modalBack .modalWindow .titleRow .close a:visited,.modalBack .modalWindow .paginationRow .close a:visited{color:#fff}.modalBack .modalWindow .titleRow .close a:hover,.modalBack .modalWindow .paginationRow .close a:hover,.modalBack .modalWindow .titleRow .close a:link:hover,.modalBack .modalWindow .paginationRow .close a:link:hover,.modalBack .modalWindow .titleRow .close a:visited:hover,.modalBack .modalWindow .paginationRow .close a:visited:hover{color:#cfaf4f}@media(min-width:600px){.modalBack .modalWindow .bioContent{padding:32px;display:grid;grid-gap:0 32px;grid-template-rows:auto 1fr;grid-template-columns:1fr 2fr}}.modalBack .modalWindow .bioContent figure img{vertical-align:bottom}@media(min-width:600px){.modalBack .modalWindow .bioContent figure{grid-row:1 / span 1;grid-column:1 /span 1}.modalBack .modalWindow .bioContent figure img{width:100%;height:auto;max-width:320px}}@media(min-width:600px){.modalBack .modalWindow .bioContent .bioSocial{grid-row:2 / span 1;grid-column:1 /span 1;align-items:flex-start}}.modalBack .modalWindow .bioContent .bioSocial .profileButton{background:#4d646e;color:#fff;padding:8px;text-transform:uppercase;letter-spacing:1.5px;font-size:14px;font-size:.875rem;font-family:"neue-haas-unica",sans-serif;font-weight:bold}.modalBack .modalWindow .bioContent .bioSocial .profileButton .fa-brands{font-size:22.4px;font-size:1.4rem;margin-right:8px;line-height:1;vertical-align:bottom}.modalBack .modalWindow .bioContent .bioSocial .profileButton a,.modalBack .modalWindow .bioContent .bioSocial .profileButton a:link,.modalBack .modalWindow .bioContent .bioSocial .profileButton a:visited{color:#fff;line-height:1}.modalBack .modalWindow .bioContent .bioSocial .profileButton a:hover,.modalBack .modalWindow .bioContent .bioSocial .profileButton a:link:hover,.modalBack .modalWindow .bioContent .bioSocial .profileButton a:visited:hover{color:#cfaf4f}.modalBack .modalWindow .bioContent .bioText{padding:16px}.modalBack .modalWindow .bioContent .bioText p{font-size:18px;font-size:1.125rem;line-height:1.5;margin-bottom:20px;margin-bottom:1.25rem}@media(min-width:600px){.modalBack .modalWindow .bioContent .bioText{padding:0;padding-right:32px;grid-row:1 / span 2;grid-column:2 /span 1}.modalBack .modalWindow .bioContent .bioText p{font-size:1.29375rem;line-height:1.35;max-width:50ch}}@keyframes animatetop{from{top:-300px;opacity:0}to{top:50%;opacity:1}}header{background:#033;color:#fff;padding:16px 4vw;display:flex;justify-content:space-between}header .logo img{width:100%;height:auto;max-width:120px}header .toggle{width:25px;height:24px;transform:rotate(0);transition:.2s ease-in-out;cursor:pointer;margin-top:10px}header .toggle:hover span{background:white}header .toggle span{display:block;position:absolute;height:2px;width:100%;background:white;opacity:1;left:0;transform:rotate(0);transition:.2s ease-in-out}header .toggle span:nth-child(1){top:0}header .toggle span:nth-child(2){top:calc(50% - 1px)}header .toggle span:nth-child(3){top:22px}header .toggle.open span{background:white}header .toggle.open span:nth-child(1){transform-origin:center;transform:rotate(45deg);top:50%}header .toggle.open span:nth-child(2){width:0}header .toggle.open span:nth-child(3){transform-origin:center;transform:rotate(-45deg);top:50%}header .toggle .menuToggle{display:block;height:24px}header .theMenu{position:absolute;background:#4d646e;padding:48px 32px;color:#fff;z-index:4;height:auto;right:0;width:80vw;display:none}header .theMenu .menuPanel nav{font-size:25.6px;font-size:1.6rem;line-height:1.6;text-align:center;text-transform:uppercase}header .theMenu .menuPanel nav ul li a,header .theMenu .menuPanel nav ul li a:link,header .theMenu .menuPanel nav ul li a:visited{color:#fff}header .theMenu .menuPanel nav ul li a:hover,header .theMenu .menuPanel nav ul li a:link:hover,header .theMenu .menuPanel nav ul li a:visited:hover{color:#cfaf4f}@media(min-width:600px){header{padding:32px 1vw;padding-bottom:24px;margin:0 auto;max-width:1400px}header .logo img{width:100%;height:auto;max-width:160px}header .theMenu{width:25%}header .theMenu .menuPanel nav{font-size:1.65rem;line-height:2}}body{background:#033}.homeContent{padding:5vw;min-height:60vh}.homeContent hgroup{text-align:center}.homeContent hgroup h1{font-size:28px;font-size:1.75rem;text-transform:none}@media(min-width:600px){.homeContent hgroup h1{font-size:1.75rem}}@media(min-width:960px){.homeContent hgroup h1{font-size:2.75rem}}.homeContent hgroup h3{margin-bottom:48px;margin-bottom:3rem;color:#cfaf4f}@media(min-width:600px){.homeContent hgroup{max-width:720px;margin:0 auto}}@media(min-width:960px){.homeContent hgroup{max-width:960px;margin:0 auto}}@media(min-width:600px){.homeContent{padding:7vw 5vw}}@media(min-width:960px){.homeContent{padding:90px 5vw}.homeContent hgroup h3{margin-bottom:90px}.homeContent hgroup h1{max-width:36ch;margin:auto;margin-bottom:30px}}.footerRow{background:#033;color:#fff}.footerRow a,.footerRow a:link,.footerRow a:visited{color:#fff}.footerRow a:hover,.footerRow a:link:hover,.footerRow a:visited:hover{color:#000}.footerRow p{font-size:14px;font-size:.875rem;font-family:"neue-haas-unica",sans-serif;font-size:14px;font-size:.875rem}.footerRow footer{padding:6vw 4vw;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;grid-gap:32px}.footerRow footer .footerLogo img{width:100%;height:auto;max-width:120px}.footerRow footer .footerDetails{grid-row:2 / span 1;grid-column:1 / span 1}.footerRow footer .socials{grid-row:1 / span 1;grid-column:2 / span 1;align-items:flex-start;justify-content:flex-end;font-size:44px;font-size:2.75rem;display:flex;gap:16px}.footerRow footer .address{grid-row:2 / span 1;grid-column:2 / span 1;text-align:right}.footerRow footer .address p{margin-bottom:8px}@media(min-width:600px){.footerRow footer{padding:2vw 1vw;margin:0 auto;max-width:1400px;grid-template-columns:4fr 5fr 2fr 4fr;grid-row:1fr;grid-gap:24px;display:flex;justify-content:space-between}.footerRow footer .footerLogo{max-width:120px;width:120px}.footerRow footer .footerLogo img{width:100%;height:auto;max-width:120px}.footerRow footer .footerDetails{grid-column:2 /span 1;grid-row:1;display:flex;justify-content:space-between;grid-gap:24px;padding-top:20px}.footerRow footer .socials{grid-column:3 /span 1;grid-row:1;align-items:flex-start;font-size:1.75rem;justify-content:flex-start;padding-top:20px}.footerRow footer .address{grid-column:4 / span 1;grid-row:1;display:flex;justify-content:space-between;text-align:left;padding-top:20px;grid-gap:24px}}