/*
Theme Name: Aideen Anna Photography
Version: 1.0
*/

@font-face {
    font-family: 'argent_cflight';
    src: url('css/fonts/argentcf-light-webfont.woff2') format('woff2'),
         url('css/fonts/argentcf-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'argent_cfregular_italic';
    src: url('css/fonts/argentcf-regularitalic-webfont.woff2') format('woff2'),
         url('css/fonts/argentcf-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'argent_cfthin';
    src: url('css/fonts/argentcf-thin-webfont.woff2') format('woff2'),
         url('css/fonts/argentcf-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@keyframes come-in {
  to { transform: translateY(0); }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* =Reset
-------------------------------------------------------------- */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	background: #2F4A3F;
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #2F4A3F;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	width: auto;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}




/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #8f9194;
	font-family: sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #C96A4A;
	border: 0;
	height: 2px;
	max-width: 75px;
	margin: 1.5em auto;
}

/* Text elements */
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;
}
ul li, ol li {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #6d6d6d;
	line-height: 1.65;
}
.content ul, .content ol {
	margin: 0;
}
.content ul li{
	line-height: 1.65;
	margin-bottom: 0.65em;
	list-style: none;
	background: url('img/orange-arrow.png') no-repeat left 10px;
	background-size: 17px;
	padding-left: 30px;
}
.content ol {  counter-reset: item;
}
 
.content ol li {
list-style: none;  counter-increment: item;}

.content ol li:before {
    font-family: bely-display, serif!important;
    font-weight: 400!important;;
   font-size: 2.35em;
    color: #d5694b!important;;
    letter-spacing: -1px;
    line-height: 1.1;
    margin-bottom: 0.25em;
    margin-left: -15%; 
    margin-right: 0px;
   content: counter(item);
    float: left; 
    position: relative;
    font-size: 2.35em;
    display: inline-block;
    vertical-align: top;
    width: 15%;
    margin-right: 3%;
    
 
   
}
.content ol li:before:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    width: 50%;
    height: 1px;
    background: #b8babc;
}
   

.content ol li strong{

    font-family: 'argent_cfthin', serif;
    font-weight: normal;
    font-size: 1.75em;
    color: #334e46;
    line-height: 1.1;
    margin-bottom: 0.25em;
 clear: both; display: block; 
  
}
.content ol li {
display: inline-block;
    width: 81%;
    padding-top: 25em;
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px dashed #e0e0e0;
padding-left: 15%}


dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	height: auto;
	vertical-align: middle;
}
img,
object,
embed {
  max-width: 100%;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	position: relative;
	display: inline-block;
	font-family: futura-pt-bold, sans-serif;
	font-weight: normal;
	font-size: 0.65em;
	color: #fff;
	background: #C96A4A;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 1.5em 3em;
	text-decoration: none;
	outline: none;
	border: none;
	-webkit-appearance: none;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #C96A4A;
	outline: none;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border: none;
	box-shadow: none;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	font-family: 'argent_cfregular_italic';
	color: #808081;
	border: none;
	background: transparent;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
	outline: none;
	background: #fff;
	padding: 10px !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 10px 0 !important;
	border-bottom: 1px solid rgba(33,73,58,0.5);
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
	border: 1px solid rgba(33,73,58,0.5);
}
select {
	-webkit-appearance: none;
	border: none;
	border-bottom: 1px solid rgba(33,73,58,1) !important;
	background: url('img/dropdown-arrow.png') no-repeat 98% center;
	background-size: 15px;
	padding: 10px 0 !important;
	font-family: futura-pt-bold, sans-serif;
	font-weight: normal;
	font-size: 0.75em !important;
	color: #21493a;
	opacity: 0.5;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.gfield {
	margin-bottom: 1em !important;
}
.gfield_label {
	font-family: futura-pt-bold, sans-serif;
	font-weight: normal;
	font-size: 0.75em !important;
	color: #21493a;
	opacity: 0.5;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
}
::-webkit-input-placeholder {
	font-family: futura-pt-bold, sans-serif;
	font-weight: normal;
	font-size: 0.75em !important;
	color: #21493a;
	opacity: 0.5;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
}
::-moz-placeholder { 
	font-family: futura-pt-bold, sans-serif;
	font-weight: normal;
	font-size: 0.75em !important;
	color: #21493a;
	opacity: 0.5;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
}
:-ms-input-placeholder {
	font-family: futura-pt-bold, sans-serif;
	font-weight: normal;
	font-size: 0.75em !important;
	color: #21493a;
	opacity: 0.5;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
}
:-moz-placeholder { 
	font-family: futura-pt-bold, sans-serif;
	font-weight: normal;
	font-size: 0.75em !important;
	color: #21493a;
	opacity: 0.5;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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;
	color: #808980;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
/* .clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
} */

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}
.site-main {
	background: #fff;
}
.page-template-page-films .site-main, .single-film .site-main,
.single-gallery .site-main {
	background: #F7F5F2;
}
.page-template-page-contact .site-main {
	background: #F7F5F2;
	border-top: 8px solid #C96A4A;
}
.blog .site-main, .archive .site-main {
	background: #2F4A3F;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*********************************
	Global Styles
*********************************/
p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #6d6d6d;
	line-height: 1.65;
	margin-bottom: 1.5em;
}
.blog-modules .content p {
	margin-bottom: 0.75em;
}
p.page-intro {
	font-family: 'argent_cfthin', serif;
	font-weight: normal;
	font-size: 2.25em;
	color: #2F4A3F;
}
p.page-intro-small {
	font-family: 'argent_cfthin', serif;
	font-weight: normal;
	font-size: 1.875em;
	color: #2F4A3F;
}
a, a:visited {
	color: #2F4A3F;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
	outline: none;
}
a.button {
	position: relative;
	display: inline-block;
	font-family: futura-pt-bold, sans-serif;
	font-weight: normal;
	font-size: 0.65em;
	color: #fff;
	background: #C96A4A;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 1.5em 3em 1.5em 6em;
	text-decoration: none;
	outline: none;
	border: none;
	-webkit-appearance: none;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
a.button:hover, a.button:focus, a.button:active {
	background: #C96A4A;
	outline: none;
}
a.button:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 2em;
	background: url('img/button-arrow-white.png') no-repeat center center;
	background-size: 22px;
	height: 22px;
	width: 22px;
	transform: translate(0,-50%);
}
a.text-link {
	display: inline-block;
	font-family: futura-pt-bold, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	color: #808980;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
}
a.text-link:hover {
	padding-left: 0.5em;
}
a.text-link img {
	display: inline-block;
	width: 18px;
	margin-right: 1em;
}
h1 {
	font-family: bely-display, serif;
	font-weight: 400;
	font-size: 4em;
	color: #2F4A3F;
	line-height: 1.1;
	margin-bottom: 0.25em;
}
h1 a, h1 a:visited {
	color: #2F4A3F;
	text-decoration: none;
	font-weight: 400;
}
h2 {
	font-family: bely-display, serif;
	font-weight: 400;
	font-size: 4em;
	color: #d5694b;
	letter-spacing: -1px;
	line-height: 1.1;
	margin-bottom: 0.25em;
}
.basic-content h2, .blog-modules .content h2 {
	font-family: 'argent_cflight';
	font-weight: normal;
	font-size: 2.8em;
}
h2 a, h2 a:visited {
	color: #d5694b;
	text-decoration: none;
	font-weight: 400;
}
h3 {
	font-family: bely-display, serif;
	font-weight: 400;
	font-size: 3.25em;
	color: #2F4A3F;
	letter-spacing: -1px;
	line-height: 1.1;
	margin-bottom: 0.25em; 
}
.basic-content h3, .blog-modules .content h3 {
	font-family: futura-pt-bold, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
}
h3 a, h3 a:visited {
	color: #2F4A3F;
	text-decoration: none;
	font-weight: 400;
}
h4 {
	font-family: 'argent_cfthin', serif;
	font-weight: normal;
	font-size: 3em;
	color: #334e46;
	line-height: 1.1;
	margin-bottom: 0.25em;
}
h4 a, h4 a:visited {
	color: #334e46;
	text-decoration: none;
	font-weight: normal;
}
h5 {
	font-family: futura-pt-bold, sans-serif;
	font-weight: normal;
	font-size: 1.25em;
	color: #21493a;
	letter-spacing: 1px;
	line-height: 1.25;
	text-transform: uppercase;
	margin-bottom: 0.25em;
}
h5 a, h5 a:visited {
	color: #21493a;
	text-decoration: none;
	font-weight: normal;
}
h6 {
	font-family: futura-pt-bold, sans-serif;
	font-weight: normal;
	font-size: 0.6em;
	color: #21493a;
	line-height: 1.5;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 1em;
}
h6 a, h6 a:visited {
	color: #21493a;
	text-decoration: none;
	font-weight: normal;
}
h6.module-title {
	font-family: 'argent_cfregular_italic';
	font-weight: normal;
	font-size: 1em;
	color: #8f9194;
	letter-spacing: 1px;
	text-transform: none;
	margin-bottom: 0.25em;
}
.two-column {
	-webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.three-column {
	-webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
	
/*********************************
	Header Styles
*********************************/
.mobile-menu {
	position: fixed;
	left: 100%;
	top: 0;
	width: 100%;
	width: 100vw;
	height: 100%;
	height: 100vh;
	background: #C96A4A;
	padding: 8em 4em 0;
	z-index: 999;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.mobile-menu.open {
	left: 0;
}
.close {
	position: absolute;
	top: 2.5em;
	right: 1.5em;
	width: 28px;
	height: 28px;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.close:hover {
	transform: scale(1.05);
}
.close span {
	position: absolute;
	top: 23px;
	right: 32px;
	font-family: futura-pt-bold, sans-serif;
	font-weight: normal;
	font-size: 0.65em;
	color: #808980;
	letter-spacing: 2px;
	text-transform: uppercase;
	transform: rotate(90deg);
	transform-origin: top right;
}
.close .left, .close .right {
	position: absolute;
	top: 0;
	width: 28px;
	height: 2px;
	background: #fff;
	border-radius: 4px;
	z-index: 999;
}
.close .left {
	left: 0;
	transform: rotate(45deg);
}
.close .right {
	right: 0;
	transform: rotate(-45deg);
}
nav.main ul {
	margin: 0;
}
nav.main ul li {
	list-style: none;
	position: relative;
	display: inline-block;
	width: 40%;
	vertical-align: top;
	border-bottom: 1px solid #F7F5F2;
	margin: 0 5% 3em 0;
    line-height: 1.2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
nav.main ul li a {
	font-family: bely-display, sans-serif;
	font-weight: 400;
	font-size: 4em;
	color: #F7F5F2;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
nav.main ul li a h6 {
	position: absolute;
    bottom: -30px;
    left: 5.5em;
    font-size: 0.15em;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
nav.main ul li:hover a h6 {
	opacity: 1;
}
nav.main ul li:hover, nav.main ul li.current-menu-item {
	border-bottom: 1px solid #2F4A3F;
}
nav.main ul li:hover a, nav.main ul li.current-menu-item a {
	color: #2F4A3F;
}
nav.main ul li:before {
	font-family: futura-pt-bold, sans-serif;
	font-weight: normal;
	font-size: 0.65em;
	color: #f4f1e9;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-right: 3em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
nav.main ul li:hover:before, nav.main ul li.current-menu-item:before {
	color: #2F4A3F;
}
nav.main ul li:nth-child(1):before {
	content: '01';
}
nav.main ul li:nth-child(2):before {
	content: '02';
}
nav.main ul li:nth-child(3):before {
	content: '03';
}
nav.main ul li:nth-child(4):before {
	content: '04';
}
nav.main ul li:nth-child(5):before {
	content: '05';
}
nav.main ul li:nth-child(6):before {
	content: '06';
}
nav.main ul li:nth-child(7):before {
	content: '07';
}
nav.main ul li:nth-child(8):before {
	content: '08';
}
nav.main ul li:nth-child(9):before {
	content: '09';
}
nav.main ul li:nth-child(10):before {
	content: '10';
}
nav.main ul li:nth-child(11):before {
	content: '11';
}
nav.main ul li:nth-child(12):before {
	content: '12';
}
nav.main ul li ul {
	padding: 0.5em 0 0 2.25em;
	border-top: 1px solid #F7F5F2;
}
nav.main ul li.current-menu-item ul, nav.main ul li:hover ul {
	border-top: 1px solid #2F4A3F;
}
nav.main ul li ul li {
	display: block;
	width: 100%;
	border: none !important;
	margin: 0;
	line-height: 1.25;
	margin-bottom: 0.25em;
}
nav.main ul li ul li:before {
	display: none !important;
}
nav.main ul li ul li a {
	font-family: futura-pt-bold, sans-serif;
    font-weight: normal;
    font-size: 1.25em;
    color: #F7F5F2!important;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: uppercase;
}
nav.main ul li ul li a:hover {
	color: #2F4A3F !important;
}
nav.main ul li.active a:after {
    content: '-';
}
nav.main ul li.active {
	border-bottom: 0;
} 
nav.main ul li.active .menu-item-description {
	display: none;
}
nav.main ul li.menu-item-has-children {
	cursor: pointer;
}
nav.main ul li.menu-item-has-children a:after {
    content: '+';
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-family: futura-pt, sans-serif;
    font-weight: normal;
    font-size: 0.65em;
    line-height: 1;
    margin-left: 0.25em;
}
nav.main ul li.menu-item-has-children.active a:after {
	content: '-';
}
nav.main ul li ul.sub-menu {
	display: none;
	margin-bottom: 1em;
	margin-left: 1em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
nav.main ul li.active ul.sub-menu {
	display: block;
}
nav.main ul li ul.sub-menu li a:after {
	display: none;
}
nav.main ul li ul.sub-menu li a {
	font-size: 1em;
}
ul.social {
	margin: 0;
}
ul.social li {
	position: relative;
	list-style: none;
	display: inline-block;
}
ul.social li {
	margin-right: 2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul.social li img {
	max-width: 35px;
	background: #2F4A3F;
	padding: 3px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul.social li:hover img {
	background: #324e45;
}
ul.social li a {
	text-decoration: none;
	font-family: futura-pt-bold, sans-serif;
	font-weight: normal;
	font-size: 0.75em;
	color: #6d796e;
	letter-spacing: 1px;
	text-transform: uppercase;
}
ul.social li a:hover {
	color: #fff;
}
ul.social li a span {
	margin-left: 1em;
}
.mobile-menu .social { 
	position: absolute;
	bottom: 2em;
	right: 2.5em;
}
.mobile-menu .site-tagline {
	position: absolute;
	bottom: 1.5em;
	left: 2.5em;
}
.site-tagline h6 {
	font-size: 0.65em;
	display: inline-block;
	vertical-align: middle;
	padding: 0.75em 2em;
	border-right: 1px solid #21493a;
	margin-bottom: 0;
	margin-left: -5px;
	letter-spacing: 3px;
}
.site-tagline h6:first-child {
	padding-left: 0;
	margin-left: 0;
}
.site-tagline h6:last-child {
	border-right: none;
}
.site-tagline h6 span {
	font-family: 'argent_cfregular_italic';
	text-transform: lowercase;
	font-size: 0.75em;
	letter-spacing: 0;
	padding-right: 3px;
}
.site-header {
	position: absolute;
	top: 0;
	left: 0;
	padding: 3em 2em;
	z-index: 99;
}
.home .logo {
	max-width: 240px;
}
.text-logo {
	max-width: 300px;
}
.nav-button-wrap {
	position: fixed;
	right: 0;
	top: 2em;
	height: 60px;
	background: #fff;
	cursor: pointer;
}
.nav-button-wrap span {
	position: absolute;
	top: 49px;
    left: -14px;
	font-family: futura-pt-bold, sans-serif;
	font-weight: normal;
	font-size: 0.65em;
	color: #d5694b;
	letter-spacing: 2px;
	text-transform: uppercase;
	transform: rotate(90deg);
	transform-origin: top right;
}
.nav-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60px;
	background: #C96A4A;
	cursor: pointer;
	z-index: 9999;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.nav-button .first, .nav-button .second, .nav-button .third {
	position: absolute;
	left: 15px;
	width: 30px;
	height: 2px;
	background: #fff;
	border-radius: 4px;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.nav-button .first {
	top: 20px;
}
.nav-button .second {
	top: 28px;
}
.nav-button .third {
	top: 36px;
	width: 24px;
}
.nav-button:hover .third {
	width: 30px;
}



/*********************************
	Banner Styles
*********************************/
.main-banner {
	position: relative;
}
.home-banner {
	background: #F7F5F2;
	padding: 15em 0 4em;
}
.home-banner .banner-content {
	position: relative;
	max-width: 800px;
	z-index: 2;
}
.home-banner .banner-content h1 {
	font-size: 2.5em;
}
.home-banner .banner-content h6 {
	font-size: 0.85em;
	color: #C96A4A;
	line-height: 2;
	max-width: 340px;
	margin: 2em 0 3em;
}
.home-banner .banner-content h6.mobile-sub {
	display: none;
}
.home-banner .banner-images {
	position: absolute;
	top: 3em;
	right: 0;
	width: 64%;
	z-index: 1;
	max-width: 940px;
}
.home-banner .site-tagline {
	margin-bottom: 4em;
}
.home-banner .site-tagline h6 {
	font-size: 0.7em;
	border-bottom: 1px solid #21493a;
}
.home-banner .banner-images ul.images {
	margin: 0;
	background: #fff;
	padding: 15px 0 0 15px;
	border-bottom: 1px solid #21493a;
}
.home-banner .banner-images ul.images li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
.home-banner .banner-images ul.images li h6 {
	letter-spacing: 1px;
	font-size: 0.75em;
	margin: 1em 0;
}
.home-banner .banner-images ul.images li img.mobile-slide-image {
	display: none;
}
h6.caption span {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
}
.home-banner .slick-next, .home-banner .slick-next:hover {
	right: 25px;
}
.home-banner .slick-prev, .home-banner .slick-next,
.cta-slider .slick-prev, .cta-slider .slick-next,
.test-slider .slick-prev, .test-slider .slick-next {
	animation: pulse 2s infinite;
}
.about-banner, .page-banner {
	padding: 20em 0 0;
}
.banner-content-wrap {
	position: relative;
}
.about-banner h1, .page-banner h1 {
	text-transform: none;
	color: #F7F5F2;
	font-size: 12em;
	max-width: 75%;
	margin-left: 0.15em;
	padding-left: 0.4em;
	padding-bottom: 1.25em;
	margin-bottom: 0;
	border-left: 1px solid #F7F5F2;
	border-right: 1px solid #F7F5F2;
}
.about-banner h1 span, .page-banner h1 span {
	color: #C96A4A;
	display: block;
}
.about-banner h6.caption, .page-banner h6.caption {
	position: absolute;
	top: 0;
	left: 0;
	color: #F7F5F2;
	transform: rotate(90deg);
	transform-origin: bottom left;
}
.about-banner .banner-content, .page-banner .banner-content {
	position: absolute;
	top: 0;
	right: 0;
	width: 20%;
	height: 100%;
}
.about-banner .banner-content h1, .page-banner .banner-content h1, .about-banner .banner-content h2, .page-banner .banner-content h2,
.about-banner .banner-content h3, .page-banner .banner-content h3, .about-banner .banner-content h4, .page-banner .banner-content h4,
.about-banner .banner-content h5, .page-banner .banner-content h5, .about-banner .banner-content h6, .page-banner .banner-content h6,
.about-banner .banner-content p, .page-banner .banner-content p {
	color: #f4f2e4;
}
.about-banner .banner-content .social, .page-banner .banner-content .social {
	position: absolute;
	bottom: 2em;
	left: 0;
}
.process-banner {
	background: #2F4A3F;
	padding: 16em 0 0;
}
.process-banner h1 {
	text-transform: none;
	color: #F7F5F2;
	font-size: 10em;
	max-width: 65%;
	margin-left: 35%;
	padding-left: 0.4em;
	padding-bottom: 0.75em;
	margin-bottom: 0;
	border-left: 1px solid #F7F5F2;
	line-height: 0.75;
}
.process-banner h1 span {
	color: #C96A4A;
}
.process-banner .banner-content {
	position: absolute;
	top: 0;
	left: 0; ;
	width: 35%;
	text-align: right;
	padding-top: 2em; 
	padding-right: 3em;
	padding-left: 10em;
}
.process-banner .banner-content h1, .process-banner .banner-content h2,
.process-banner .banner-content h3, .process-banner .banner-content h4,
.process-banner .banner-content h5, .process-banner .banner-content h6,
.process-banner .banner-content p {
	color: #f4f2e4;
}
.sub-banner {
	position: relative;
	text-align: center;
	padding: 12em 0;
}
.sub-banner h3 {
	color: #fff;
	max-width: 500px;
	margin: 0 auto 0.25em;
}
.sub-banner a.text-link {
	color: #808980;
	text-align: center;
	margin-top: 1em;
}
.sub-banner a.text-link img {
	transform: rotate(90deg);
	display: inline-block !important;
	margin-bottom: 1em;
}
.sub-banner a.text-link:hover {
	padding: 0;
}
.resources-banner {
	background: #2F4A3F;
	padding: 8em 0 0;
}
.resources-banner h1 {
	text-transform: none;
	color: #F7F5F2;
	font-size: 6.7em;
	max-width: 65%;
	margin-right: 35%;
	padding-left: 0.4em;
	padding-bottom: 1.25em;
	margin-bottom: 0;
	border-left: 1px solid #F7F5F2;
	line-height: 1;
}
.resources-banner h1 span {
	color: #C96A4A;
}
.resources-banner .banner-content {
	position: absolute;
	top: 0;
	right: 0;
	width: 35%;
	text-align: left;
	padding-top: 2em; 
	padding-right: 3em;
	padding-left: 10em;
}
.resources-banner .banner-content h6 {
	color: #C96A4A;
}
.resources-banner .banner-content p {
	color: #fff;
}
.page-template-page-resources .sub-banner h3 {
	font-size: 5em;
	max-width: 600px;
}
.page-template-page-resources .sub-banner a {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%,0);
}
.blog-banner {
	padding-top: 8.5em;
}
.blog-nav {
	border-top: 1px solid #1a392d;
	border-bottom: 1px solid #1a392d;
	padding: 1em 0;
}
.blog-nav ul {
	margin: 0;
	text-align: left;
}
.blog-nav ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.25;
	font-size: 0.85em;
	margin-right: 1em;
}
.blog-nav ul li a {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}
.blog-nav ul li a:hover {
	color: #e46242;
}
.blog-nav ul li.current-cat a {
	font-family: futura-pt-bold, sans-serif;
	color: #e46242;
}
.cat-drawer {
	position: relative;
	display: inline-block;
	border: 1px solid #1a392d;
	padding: 0.75em 1em;
	min-width: 33.45%;
	background: url('img/drawer-arrow.png') no-repeat 98% center;
	background-size: 26px;
	cursor: pointer;
}
.cat-drawer .close {
	height: 14px;
	width: 14px;
	top: 1.5em;
	right: 1em;
}
.cat-drawer .close .left, .cat-drawer .close .right {
	position: absolute;
	top: 0;
	width: 14px;
	height: 2px;
	background: #2F4A3F;
	border-radius: 4px;
	z-index: 999;
}
.cat-drawer li.title-li {
	display: block;
	width: 100%;
}
.cat-drawer ul {
	position: absolute;
	top: 0;
	left: -1px;
	padding: 1em;
	width: calc(100% + 2px);
	background: #1a392d;
	opacity: 0;
	z-index: -1;
	max-height: 500px;
	overflow: scroll;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.cat-drawer.active ul {
	opacity: 1;
	z-index: 98;
}
.cat-drawer ul li {
	display: block;
	margin-bottom: 1em;
}
.post-banner {
	padding: 22em 0 12em;
}
.post-banner h6 {
	position: relative;
	color: #808980;
	padding-left: 60px;
}
.post-banner h6 a {
	color: #808980;
}
.post-banner h6:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	height: 1px;
	background: #808980;
}
.error-banner {
	background: #F7F5F2;
	padding: 12em 0 6em;
	text-align: center;
}

/*********************************
	Page Content Styles
*********************************/
.site-content {
	position: relative;
	padding: 6em 0;
	background: #fff;
}
.home-content {
	padding-top: 10em;
}
.home-content .content-wrap a.text-link {
	color: #808980;
	margin-top: 2em;
}
.awards {
	padding-top: 1em;
}
.awards h6.module-title {
	margin-bottom: 2em;
}
.awards ul {
	margin: 0;
}
.awards ul li {
	position: relative;
	list-style: none;
	display: block;
	margin-bottom: 1.5em;
	padding-right: 0.5em;
}
.awards ul li img {
	float: left;
	width: 20%;
	max-width: 35px;
	margin-right: 5%;
}
.awards ul li h6 {
	max-width: 75%;
	font-size: 0.75em;
	display: inline;
	vertical-align: middle;
	line-height: 1.1;
	color: #8f9194;
	margin-bottom: 0;
}
.awards ul li a:hover {
	padding: 0;
	text-decoration: none;
	opacity: 0.8;
}
.page-template-page-films .content-area, .single-film .content-area,
.page-template-page-galleries .content-area {
	padding: 8.5em 0;
}
.films-content, .galleries-content {
	background: #F7F5F2;
}
.film-content {
	background: #fff;
	padding: 4em 0;
}
ul.film-list {
	margin: 0;
}
ul.film-list li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 1%;
	text-align: center;
	margin-bottom: 1em;
}
ul.film-list li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 0;
	background: #C96A4A;
	z-index: 2;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
ul.film-list li:hover:before {
	height: 25%;
}
ul.film-list li a {
	text-decoration: none;
}
ul.film-list li h3.count {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%,0);
	font-size: 1.4em;
	color: #fff;
	opacity: 0;
	z-index: 2;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
ul.film-list li:hover h3.count {
	opacity: 1;
}
.dark-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(51,78,70,0.85);
	opacity: 0;
	z-index: 1;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
ul.film-list li h3.title {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	transform: translate(-50%,-50%);
	opacity: 0;
	z-index: 2;
	color: #fff;
	font-size: 2.2em;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
ul.film-list li:hover h3.title {
	opacity: 1;
}
ul.film-list li:hover .dark-overlay {
	opacity: 1;
}
.play-button-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 1.25em 1.5em;
    background: #C96A4A;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    display: inline-block;
    vertical-align: middle;
}
ul.film-list li:hover .play-button-wrap {
	opacity: 0;
}
.play-button {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 16px solid #fff;
    z-index: 2;
}
.film {
	float: left;
	width: 75%;
	margin-right: 4%;
}
.film-details {
	float: left;
	width: 21%;
	padding-top: 2em;
	padding-right: 4em;
}
ul.details {
	margin: 0;
	max-width: 175px;
}
ul.details li {
	position: relative;
	list-style: none;
	display: block;
	width: 100%;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #c5c7c8;
}
ul.details li h6 span {
	display: block;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
}
ul.gallery-list {
	margin: 0;
}
ul.gallery-list li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 1.25%;
	margin-bottom: 1em;
	text-align: center;
}
ul.gallery-list li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 0;
	background: #C96A4A;
	z-index: 2;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
ul.gallery-list li:hover:before {
	height: 25%;
}
ul.gallery-list li img {
	width: 100%;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
ul.gallery-list li:hover img {
	-webkit-filter: brightness(50%);
}
ul.gallery-list li .overlay-content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	transform: translate(-50%,-50%);
	opacity: 0;
	z-index: 2;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
ul.gallery-list li .overlay-content h3.title {
	color: #fff;
	font-size: 2.2em;
}
ul.gallery-list li .overlay-content h6 {
	font-size: 0.95em;
	color: #C96A4A;
	letter-spacing: 1px;
}
ul.gallery-list li:hover .overlay-content {
	opacity: 1;
}
ul.gallery-list li h3.count {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%,0);
	font-size: 1.4em;
	color: #fff;
	opacity: 0;
	z-index: 2;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
ul.gallery-list li:hover h3.count {
	opacity: 1;
}
.gallery-content {
	background: #F7F5F2;
	padding: 14em 0 6em;
}
.gallery-top {
	margin-bottom: 2em;
}
.gallery-top a {
	float: right;
    margin-top: 3em;
    text-decoration: none;
}
.gallery-top a:hover {
	opacity: 0.3;
}
.gallery-top h1, .gallery-top h6 {
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 0;
	line-height: 1;
}
.gallery-top h1 {
	text-transform: none;
	font-size: 2.6em;
}
.gallery-top h6 {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
}
.gallery-images {
	background: #fff;
	padding: 2em;
}
.gallery-images img {
	width: 100%;
	margin-bottom: 5px;
}
.come-in {
  	transform: translateY(150px);
  	animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  	animation-duration: 0.6s; /* So they look staggered */
}
.gallery-all {
	margin-top: 3em;
	text-align: center;
}
.gallery-all a.button:before {
	transform: translate(0,-50%) rotate(180deg);
}
.page-template-page-resources .content-area {
	padding-top: 8.5em;
	background: #fff;
}
resources-content {
	padding: 6em 0 4.5em;
}
.resources-content h2 {
	color: #21493a;
}
.blog .content-area, .archive .content-area {
	background:#2F4A3F;
}
.blog .site-content, .archive .site-content {
	background: #2F4A3F;
	padding: 0;
}
ul.blog-posts {
	margin: 0;
}
.alm-reveal {
	display: flex;
	flex-wrap: wrap;
}
ul.blog-posts li {
	position: relative;
	list-style: none;
	width: 33.33%;
	padding: 2em;
	border-left: 1px solid #1a392d;
	border-right: 1px solid #1a392d;
	border-bottom: 1px solid #1a392d;
}
ul.blog-posts li:nth-child(3n+1) {
	border-right: none;
}
ul.blog-posts li:nth-child(3n+3) {
	border-left: none;
}
ul.blog-posts li img {
	width: 100%;
	margin-bottom: 2em;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
ul.blog-posts li img:hover {
	-webkit-filter: brightness(50%);
}
ul.blog-posts li h4 {
	font-size: 2.25em;
	max-width: 75%;
}
ul.blog-posts li h4 a {
	color: #F7F5F2;
}
ul.blog-posts li h4 a:hover {
	opacity: 0.8;
}
ul.blog-posts li h6 {
	margin-bottom: 0;
}
ul.blog-posts li h6 a {
	color: #C96A4A;
}
ul.blog-posts li h6 a:hover {
	color: #C96A4A;
}
.alm-btn-wrap {
	text-align: center;
	padding: 4em 2em 6em;
}
.alm-btn-wrap button {
	border: none;
}
.alm-btn-wrap button.done {
	opacity: 0.5;
}
.post-content {
	padding: 0;
	background: #F7F5F2;
}
.post-wrap {
	background: #fff;
    padding: 6em 4em 2em;
    margin-top: -4em;
    margin-bottom: 4em;
}
.post-top {
	text-align: center;
	margin-bottom: 6em;
}
.post-top h1.post-title {
	font-size: 5em;
	margin: 0 auto 0.25em;
	text-transform: none;
}
.post-top h5 {
	margin-bottom: 1em;
	opacity: 0.65;
}
.post-top h6 {
	color: #d5694b;
}
.module-nav {
	background: #edeeee;
	padding: 0.05em 2em;
	text-align: center;
	margin-bottom: 2em;
}
.module-nav h6 {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.65em;
	letter-spacing: 1px;	
	margin: 1.5em;
}
.module-nav h6 a {
	opacity: 0.5;
}
.module-nav h6 a:hover {
	opacity: 1;
}
#stickThis, #stick-here {
	position: absolute;
	top: 20em;
	left: 3%;
}
#stickThis ul.social li img {
	max-width: 26px;
	background: #d5694b;
}
#stickThis ul.socila li:hover img {
	background: #C96A4A;
}
#stickThis.stick {
	position: fixed;
	top: 2em;
	left: 3%;
	z-index: 999;
}
.contact-content {
	background: none;
	padding: 12em 0 4em;
}
.contact-sidebar {
	padding-top: 4em;
}
.contact-sidebar ul.social {
	margin-top: 2em;
}
.contact-sidebar ul.social li {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 1em;
}
/*.contact-sidebar ul.social li span {
	font-family: 'argent_cfthin', serif;
    font-weight: normal;
    font-size: 2.25em;
    color: #334e46;
    text-transform: none;
    margin-left: 0.5em;
    vertical-align: middle;
}*/
.contact-sidebar ul.social li img {
	background: #808980;
}
.contact-sidebar ul.social li:hover img {
	background: #334e46;
}
.contact-content-content h2 {
	color: #21493a;
	border-bottom: 1px solid #21493a;
	margin-bottom: 0.75em;
}
.blog-content.no-banner {
	margin-top: 8em;
	border-top: 1px solid #1a392d;
}


/*********************************
	Module Styles
*********************************/
.module {
	position: relative;
	background: #fff;
}
.content-slider {
	margin-top: 3em;
	border-top: 1px solid #21493a;
	border-bottom: 1px solid #21493a;
}
.content-slider img.module-image {
	float: left;
	width: 35%;
	padding: 3em 3em 3em 0;
	border-right: 1px solid #21493a;
}
.content-slider .slick-slider, .content-slider .slick-list {
	position: inherit !important;
}
.content-slider .slick-dots {
	text-align: left;
	left: calc(35% + 42px);
	bottom: 10px;
	border-top: 1px solid #21493a;
}
.content-slider ul {
	margin: 0;
}
.content-slider ul li.slide {
	position: relative;
	list-style: none;
	display: inline-block !important;
	vertical-align: top;
}
.content-slider ul li .slide-content-wrap {
	float: left;
	width: 65%;
	padding: 3em 4em;
}
.content-slider ul li .slide-titles {
	float: left;
	width: 45%;
	padding-right: 3em;
}
.content-slider ul li .slide-titles h3 {
	color: #e46242;
	font-size: 2.35em;
	margin-bottom: 0.75em;
}
.content-slider ul li .slide-titles h2 {
	color: #21493a;
	font-size: 3.5em;
}
.content-slider ul li .slide-content {
	float: left;
	width: 55%;
	padding-right: 2em;
}
.cta-slider {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #21493a;
}
.cta-slider .module-image {
	width: 40%;
	border-top: 20px solid #C96A4A;
	z-index: 2;
}
.cta-slider .slider-wrap {
	position: relative;
	z-index: 1;
	padding-top: 3.65em;
}
.cta-slider .slider-wrap h6.module-title {
	padding-left: 6em;
	margin-bottom: 0.65em;
}
.cta-slider .slider-wrap-wrap {
	border-top: 1px solid #21493a;
	/*padding-left: 4em;*/
}
.cta-slider ul.slides {
	margin: 0;
	/*padding-right: 15em;*/
}
.cta-slider ul.slides .slick-list {
	overflow: visible;
}
.cta-slider ul.slides li {
	position: relative;
	display: inline-block !important;
	vertical-align: top;
	border-right: 1px solid #21493a;
	padding: 4em 3em;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.cta-slider ul.slides li:hover {
	background: #F7F5F2;
}
.cta-slider ul.slides li h5 {
	margin-bottom: 1em;
}
.cta-slider ul.slides li a {
	display: block;
	margin: 2em 0;
	color: #808980;
}
.cta-slider ul.slides li a:hover {
	color: #C96A4A;
	padding: 0;
}
.testimonial-slider {
	background: #808980;
	border-top: 20px solid rgba(19,40,31,0.08);
	border-bottom: 20px solid rgba(19,40,31,0.08);
	padding: 6em 0;
	text-align: center;
}
.testimonial-slider img.quote {
	max-width: 14px;
	margin-bottom: 4em;
}
.testimonial-slider h6.module-title {
	margin-bottom: 2em;
}
ul.testimonials {
	margin: 0;
	padding: 0 6em;
}
ul.testimonials li {
	position: relative;
	list-style: none;
	display: inline-block !important;
	vertical-align: middle;
	float: none !important;
}
.testimonial-slider h6 {
	color: #2F4A3F;
}
.accordion {
	background: #F7F5F2;
}
.page-template-page-resources .accordion {
	background: #fff;
}
.lone-accordion-title {
	margin: 2em 0 -1em;
}
ul.accordion-nav {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
ul.accordion-nav li {
	position: relative;
	list-style: none;
	background: rgba(228,98,66,1);	
	text-align: center;
	padding: 1em;
	cursor: pointer;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
ul.accordion-nav li:nth-child(2) {
	background: rgba(228,98,66,0.8);
}
ul.accordion-nav li:nth-child(3) {
	background: rgba(228,98,66,0.6);
}
ul.accordion-nav li:nth-child(4) {
	background: rgba(228,98,66,0.4);
}
ul.accordion-nav li:nth-child(5) {
	background: rgba(228,98,66,0.2);
}
ul.accordion-nav li h5 {
	color: #fff;
	line-height: 1;
	margin: 0;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
ul.accordion-nav li h5 span {
	font-size: 0.65em;
}
ul.accordion-nav li.active h5 {
	color: #2F4A3F;
}
ul.accordion-nav li.active:after {
	content: '';
	position: absolute;
	bottom: -12px;
	left: calc(50% - 15px);
	width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 12px solid rgba(228,98,66,1);
}
ul.accordion-nav li.active:nth-child(2):after {
	border-top: 12px solid rgba(228,98,66,0.8);
}
ul.accordion-nav li.active:nth-child(3):after {
	border-top: 12px solid rgba(228,98,66,0.6);
}
ul.accordion-nav li.active:nth-child(4):after {
	border-top: 12px solid rgba(228,98,66,0.4);
}
ul.accordion-nav li.active:nth-child(5):after {
	border-top: 12px solid rgba(228,98,66,0.2);
}
.accordions-wrap {
	position: relative;
	padding: 2em 0 12em;
}
ul.accordion-block {
	display: block;
	position: absolute;
    top: 60px;
    left: 0;
    opacity: 0;
    margin: 0;
    z-index: -1;
}
ul.accordion-block.active {
	position: relative;
    opacity: 1;
     z-index: 1;
}
ul.accordion-block li.accordion-item {
	position: relative;
	display: block;
	list-style: none;
	border-bottom: 1px dashed #21493a;
	margin-left: 6em;
	padding: 2em 0;
	cursor: pointer;
}
ul.accordion-block li.accordion-item:before {
	content: '';
	position: absolute;
	left: -5em;
	top: 1.5em;
	height: 50px;
	width: 50px;
	background: url('img/accordion-active.png') no-repeat center center #fff;
	background-size: 20px;
	border-radius: 50%;	
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
ul.accordion-block li.accordion-item.active:before {
	background: url('img/accordion-closed.png') no-repeat center center #fff;
	background-size: 20px;
}
ul.accordion-block li.accordion-item h5.accordion-title {
	font-size: 1.35em;
	margin-bottom: 0;
}
ul.accordion-block li.accordion-item .accordion-hide {
	display: none;
	padding-top: 1.5em;
}
.pull-quote  {
	background: #fff;
	padding: 6em 0 4em;
}
.line {
	position: absolute;
	top: 10em;
	left: 0;
	width: 10%;
	height: 1px;
	background: #21493a;
}
.pull-quote h2 {
	color: #21493a;
	margin-bottom: 0.5em;
	background: #fff;
}
.pull-quote h6 {
	color: #808980;
}
.background-green {
	background: #2F4A3F;
}
.background-green h1, .background-green h2, .background-green h3, .background-green h4, .background-green h5, .background-green h6, .background-green p {
	color: #fff !important;
}
.background-orange {
	background: #C96A4A;
}
.background-orange p {
	color: #fff;
}
.background-orange a.button {
	background: #21493a;
}
.background-orange a.button:hover {
	background: #808980;
}
.background-beige {
	background: #F7F5F2;
}
.background-white {
	background: #fff;
}
.left-right {
	display: flex;
	flex-wrap: wrap;
}
.left-right .module-image {
	width: 50%;
}
.module-content {
	float: left;
	width: 50%;
	padding: 6em;
}
.module-content h2 {
	color: #21493a;
}
.module-content h6 {
	color: #808980;
	margin-bottom: 3em;
}
.content-columns {
	text-align: center;
	padding: 8em 0;
}
.content-columns h6.mod-title {
	margin-bottom: 2em;
	color: #C96A4A;
}
.content-columns ul {
	margin: 0;
}
.content-columns ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 30%;
	padding: 0 4em;
}
.content-columns ul li img {
	max-width: 165px;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 2em;
}
.content-columns ul li h3 {
	font-size: 2.85em;
}
.content-columns ul li a.text-link {
	color: #808980;
}
.content-columns ul li a.text-link:hover {
	color: #808980;
	padding: 0;
}
.numbered-columns {
	padding: 6em 0;
}
.numbered-columns .container_16 {
	position: relative;
}
.numbered-columns .module-title-section {
	position: absolute;
	top: -7em;
    left: 4em;
	transform: rotate(90deg);
	transform-origin: bottom left;
}
.numbered-columns .module-title-section h2 {
	color: #21493a;
	margin-bottom: 0.25em;
	line-height: 1;
}
.numbered-columns .module-title-section h6 {
	color: #808980; 
}
.numbered-columns ul.list-items {
	margin-left: 15%;
	display: flex;
	flex-wrap: nowrap;
}
.numbered-columns ul li.column-item {
	position: relative;
	list-style: none;
	width: 33%;
	padding: 0 6em 0 3em;
	border-left: 1px solid #21493a;	
}
.numbered-columns ul li.column-item h5 {
	margin-bottom: 0.5em;
}
.numbered-columns ul li.column-item h5 span {
	font-size: 0.65em;
	color: #808980;
	margin-left: 0.5em;
}
.basic-content {
	padding: 6em 0 4em;
}
.featured-video {
	background: #2F4A3F;
	padding: 6em 0;
}
.featured-video .video-wrap {
	padding: 1.5em;
	background: #131313;
	margin-bottom: 3em;
}
.video-content, .video-description {
	float: left;
	width: 50%;
}
.video-content h4 {
	color: #C96A4A;
}
.video-content h6, .video-description p, .video-description h1, .video-description h2, .video-description h3, .video-description h4, .video-description h5, .video-description h6 {
	color: #fff;
}
.overlay-slider-mod ul.images {
	position: relative;
	margin: 0;
	z-index: 1;
}
.overlay-slider-mod ul.images li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}
.overlay-text {
	max-width: 500px;
	z-index: 2;
	text-align: center;
}
.overlay-text a.text-link {
	color: #808980;
	text-align: center;
	margin-top: 1em;
}
.overlay-text a.text-link img {
	transform: rotate(90deg);
	display: inline-block !important;
	margin-bottom: 1em;
}
.overlay-text a.text-link:hover {
	padding: 0;
}
.collage {
	background: #fff;
	padding: 4em 0;
}
.collage-content {
	float: left;
	width:  38%;
	padding: 8em 6em 0;
}
.collage h1 {
	font-size: 5em;
	margin-bottom: 0.75em;
}
.collage a.text-link {
	color: #d5694b;
	margin-top: 2em;
}
.collage a.text-link:hover {
	color: #808980;
	padding: 0;
}
.collage-images {
	float: left;
	width: 62%;
}
.collage-images ul {
	margin: 0;
	text-align: right;
}
.collage-images ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: calc(42.15% - 4px);
	padding-left: 8px;
	margin-bottom: 12px;
	text-align: left;
	overflow: hidden;
}
.collage-images ul li.collage-image1, .collage-images ul li.collage-image3 {
	width: calc(57.85% - 4px);
}
.collage-images ul li.collage-image4 {
	margin-top: -18.7%;
}
.collage-images ul li.collage-image5 {
	margin-top: -26.35%;
}
.collage-images ul li h6.caption {
	position: absolute;
	bottom: -100%;
	left: 8px;
	padding: 10px 45px 10px 20px;
	margin: 0;
	background: #f4f2e4;
	width: 100%;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.collage-images ul li h6.caption img {
	position: absolute;
	right: 20px;
	top: 50%;
	width: 18px;
	transform: translate(0,-50%);
}
.collage-images ul li:hover h6.caption {
	bottom: 0;
}
.gallery {
	padding: 2em 0 2em;
	background: #fff;
}
.gallery h6.mod-title {
	color: #e46242;
	padding-left: 5px;
}
.gallery ul {
	margin: 0;
}
.gallery .slick-list {
	overflow: visible !important;
}
.gallery ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}
.gallery ul li img {
	margin-bottom: 0.5em;
	padding: 0 0.25em;
	min-height: 550px;
	max-height: 550px;
}
.gallery ul li h6.caption {
	padding-left: 4px;
}
.blog-feed {
	background: #F7F5F2;
	padding: 6em 0 4em;
	text-align: center;
}
.blog-feed h5.module-title {
	font-size: 0.75em;
	color: #808980;
	margin-bottom: 4em;
}
.blog-feed ul {
	margin: 0;
}
.blog-feed ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 30%;
	padding: 1em 4em;
}
.blog-feed ul li img {
	width: 100%;
	margin-bottom: 1em;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.blog-feed ul li img:hover {
	-webkit-filter: brightness(60%);
}
.blog-feed ul li a {
	text-decoration: none;
}
.blog-feed ul li a.text-link {
	color: #808980;
}
.blog-feed ul li a.text-link:hover {
	padding: 0;
	color: #808980;
}
.blog-feed ul li h4:hover {
	opacity: 0.8;
}
.blog-feed ul li h6 a {
	color: #808980;
}
.blog-modules .module {
	background: none;
}
.post-collage {
	padding: 1em 0;
}
.collage-top {
	width: 100%;
	margin-bottom: 4px;
}
.collage-left {
	float: left;
	width: 62.9%;
	margin-right: 0.5%;
}
.collage-right {
	float: left;
	width: 36.6%;
}
.bulleted-list {
	padding: 2em 0;
}
.bulleted-list h6 {
	margin-bottom: 4em;
}
.bulleted-list ul {
	margin: 0;
}
.bulleted-list ul li {
	list-style: none;
	position: relative;
	display: block;
}
.bulleted-list ul li h2 {
	position: relative;
	font-size: 2.35em;
	display: inline-block;
	vertical-align: top;
	width: 15%;
	margin-right: 3%;
}
.bulleted-list ul li h2:after {
	content: '';
	position: absolute;
	top: 15px;
	right: 0;
	width: 50%;
	height: 1px;
	background: #b8babc;
}
.bulleted-list ul li p {
	margin-bottom: 0.25em;
}
.bulleted-list ul li .bullet-info {
	display: inline-block;
	width: 81%;
	padding-top: 0.25em;
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 1px dashed #e0e0e0;
}
.bulleted-list ul li .bullet-info h4 {
	font-size: 1.75em;
}
.bulleted-list ul li:last-child .bullet-info {
	border-bottom: none;
}
.blog-gallery {
	width: 120%;
	margin-left: -10%;
}
.blog-gallery h5.count {
	display: block;
	width: 94%;
	text-align: center;
	padding: 2em;
	margin: 0 3%;
	font-size: 0.95em;
	border-bottom: 1px solid #e7e6e7;
}
.blog-gallery h5.count span {
	font-family: 'argent_cfregular_italic';
	font-weight: normal;
	text-transform: lowercase;
	color: #a3a5a8;
	letter-spacing: 0;
	margin-right: 0.25em;
}
.blog-modules .pull-quote .line {
	top: 12em;
	left: -20%;
	width: 18%;
}
.image-list ul {
	margin: 0;	
}
.image-list ul li {
	position: relative;
	list-style: none;
	display: block;
	width: 100%;
	margin-bottom: 4px;
}
.images-list ul li img {
	width: 100%;
}


/*********************************
	Footer Styles
*********************************/
.pre-footer {
	padding: 8em 0;
}
.footer-column {
	position: relative;
	float: right;
	width: 32%;
}
.footer-links h6 {
	color: #808980;
	font-size: 0.75em;
}
.footer-social ul.social li {
	display: inline-block;
	vertical-align: middle;
}
.footer-social ul.social li img {
	max-width: 28px;
}
.site-footer {
	position: relative;
}
.footer-wrap {
	border-top: 1px solid #6d796e;
	padding: 1em 0 2em;
}
.footer-logo img {
	max-width: 225px;
}
.site-footer img, .site-footer p, .site-footer nav {
	display: inline-block;
	vertical-align: middle;
}
.site-footer p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 0.55em;
	color: #8c8e91;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0;
	opacity: 0.47;
}
.site-footer a {
	text-decoration: none;
}
.site-footer p a {
	text-decoration: none;
	color: #8c8e91;
}
.site-footer p a:hover {
	color: #fff;
}
nav.footer ul, .footer-cats ul {
	margin: 0;
}
nav.footer ul li, .footer-cats ul li {
	position: relative;
	list-style: none;
	display: block;
	margin-bottom: 0.5em;
}
nav.footer ul li a, .footer-cats ul li a {
	font-family: futura-pt-bold, sans-serif;
	font-weight: normal;
	font-size: 0.65em;
	color: #6d796e;
	letter-spacing: 2px;
	text-transform: uppercase;
}
nav.footer ul li a:hover, .footer-cats ul li a:hover {
	color: #f4f2e4;
}


/************************************************************************************************************************************
													Responsive Styles
************************************************************************************************************************************/
@media all and (max-width:1276px) {
	.home-banner .banner-content, .blog-nav { padding-left: 2em; }
	.home-banner .banner-images ul.images { margin-top: 10em; }
	.about-banner, .page-banner, .pre-footer, .site-footer { padding-left: 2em; padding-right: 2em; }
	.cat-drawer { min-width: 45%; }
}
@media all and (max-width:1225px) {
	h1 { font-size: 5.4em; }
	/*.cta-slider ul.slides { padding-right: 10em; }*/
	.banner-content-wrap { padding-left: 2em !important; padding-right: 2em !important; margin-left: 0 !important; margin-right: 0 !important; }
}
@media all and (max-width:1080px) {
	.line, .content-logo, .home-banner .site-tagline, .content-slider img.module-image, .cta-slider img.module-image, .contact-sidebar, .home-banner .banner-images ul.images li h6 { display: none !important; }
	nav.main ul li { margin-bottom: 2em; }
	nav.main ul li a { font-size: 3em; }
	nav.main ul li:before { margin-right: 2em; }
	nav.main ul li a h6 { left: 4em; font-size: 0.2em; }
	nav.main ul li ul { padding: 0.5em 0 0 1.5em; }
	nav.main ul li.menu-item-has-children a:after { padding: 4px 8px; }
	.nav-button-wrap { top: 1.75em; }
	.home .site-header { padding: 1em 2em; }
	.site-header { padding: 2.5em 2em; }
	.home .logo { max-width: 140px; }
	.home-banner, .page-template-page-films .content-area, .single-film .content-area, .page-template-page-galleries .content-area, .page-template-page-resources .content-area, .blog-banner { padding-top: 7em; }
	.home-banner .slick-prev, .home-banner .slick-prev:hover { background:url('css/prev.png') no-repeat center center !important; background-size: 8px !important; }
	.home-banner .slick-next, .home-banner .slick-next:hover { background:url('css/next.png') no-repeat center center !important; background-size: 8px !important; }
	.home-banner .banner-content { max-width: 100%; padding-right: 2em; padding-top: 2em; }
	.home-banner .banner-content h6.mobile-sub { display: block; margin-bottom: 0; }
	.home-banner .banner-content h6 { margin-bottom: 2em; }
	.home-banner .banner-images { position: relative; top: auto; right: auto; width: 100%; max-width: 100%;}
	.home-banner .banner-images ul.images { margin: 0; background: none; padding: 0; border: none;  }
	.home-banner .banner-images ul.images li h6 { padding-left: 1em; }
	.home-content { padding-top: 8em; }
	.content-content-wrap { padding-left: 2em !important; }
	.awards { padding-right: 2em !important; }
	.cta-slider .module-image { width: 100% !important; height: 40em; }
	.content-slider ul li .slide-content-wrap { float: none; width: 100%; padding: 0; }
	.content-slider .slider-wrap, .cta-slider .slider-wrap { width: 100% !important; float: none !important; padding-top: 1em; }
	.content-slider ul li.slide { padding: 2em 2em 4em; }
	.content-slider .slick-dots { left: 2em; }
	.testimonial-slider { padding: 4em 0; }
	.testimonial-slider .content-wrap { padding: 0 !important; }
	ul.testimonials { padding: 0 5em; }
	.collage { padding: 4em 2em; }
	.collage-content, .collage-images { float: none; width: 100%; }
	.collage-content { padding: 0 0 2em; }
	.collage-images { margin-left: -8px; }
	.about-banner, .page-banner { padding-top: 12em; }
	.about-banner h1, .page-banner h1 { font-size: 8em; }
	.blog-feed { padding: 6em 0; }
	.blog-feed ul li { width: 80%; margin: 0 10% 2em; }
	.film-content { padding: 4em 2em; }
	.film, .film-details { float: none; width: 100%; }
	.film-details ul, .film-details p { display: inline-block; vertical-align: top;  }
	.film-details ul { width: 20%; margin-right: 5%; }
	.film-details p { width: 74%; }
	.content-intro, .content-content, .contact-content-content { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 2em !important; padding-right: 2em !important; }
	.pull-quote { padding: 8em 0; }
	.numbered-columns { padding: 4em 2em; }
	.numbered-columns .module-title-section { position: relative; top: auto; left: auto; text-align: center; margin-bottom: 2em; transform: none; }
	.numbered-columns ul.list-items { margin: 0; } 
	.post-banner { padding: 16em 0 12em; }
	#stickThis { top: -10em; left: 50%; transform: translate(-50%,0); text-align: center; }
	#stickThis h6 { color: #fff; }
	.process-banner h1 { max-width: 75%; margin-left: 25%; font-size: 8em; }
	.process-banner .banner-content { width: 25%; padding: 2em; }
	.gallery ul li img { min-height: 400px; max-height: 400px; }
	
	h1 { font-size: 2em; }
	h2 { font-size: 3.75em; }
	h3 { font-size: 3em; }
	h4 { font-size: 2.75em; }
	p.page-intro { font-size: 1.75em; }
	h5 { font-size: 1.25em; }
	.three-column { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
	.content-wrap { padding-left: 2em !important; padding-right: 2em !important; margin-left: 0 !important; margin-right: 0 !important; }
	.single-gallery .content-wrap { padding-left: 0 !important; padding-right: 0 !important; }
	.accordion .content-wrap { padding-left: 0 !important; }
}
@media all and (max-width:900px) {
	.footer-nav, .footer-cats, .footer-links h6, .mobile-menu .site-tagline, .about-banner h6.caption, .page-banner h6.caption { display: none !important; }
	nav.main ul li a { font-size: 2.5em; }
	nav.main ul li:before { margin-right: 1em; }
	.footer-logo, .footer-links, .content-content-wrap, .footer-cta, .galleries-intro, .galleries, .films-intro, .films, .awards { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 2em !important; padding-right: 2em !important; }
	.footer-cta { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 0 !important; padding-right: 0 !important; }
	.site-content { padding: 4em 0; }
	.home-content { padding-top: 4em; }
	nav.footer { float: none; width: 100%; margin-top: 1.25em; padding-top: 1.25em; border-top: 1px solid #6d796e; }
	nav.footer ul { text-align: center; }
	p.copyright { float: right; padding-top: 1em; }
	.about-banner h1, .page-banner h1 { padding-left: 0; margin-left: 0; border-left: none; }
	.page-template-page-films .content-area, .page-template-page-galleries .content-area { padding-bottom: 0; }
	.single-film .content-area { padding-bottom: 2em; }
	.film-content { padding: 4em 2em; }
	.gallery-content { padding: 8em 0 4em; }
	.resources-banner { padding: 4em 0 2em; }
	.resources-banner h1 { padding-left: 0; margin-left: 0; margin-right: 0; font-size: 5em; border: none; padding-bottom: 0.5em; max-width: 100%; }
	.resources-banner .banner-content { position: relative; width: 100%; padding: 0; }
	.page-template-page-resources .sub-banner h3 { font-size: 3.25em; }
	.sub-banner { padding: 8em 2em; }
	.basic-content { padding: 5em 0 4em; }
	.featured-video { padding: 4em 0; }
	.pull-quote { padding: 6em 0; }
	.module-content { padding: 4em; }
	.module-content h2 { font-size: 3em; }
	.content-columns { padding: 4em 0 0; }
	.content-columns ul li { width: 80%; margin: 0 10% 4em; }
	.post-content { background: #fff; }
	.post-wrap { padding: 4em 0 2em; }
	.post-top { margin-bottom: 2em; }
	.post-top h1.post-title { font-size: 3.5em; }
	.blog-gallery { width: 100%; margin: 0 0 2em;  }
	.process-banner { padding: 12em 0 2em; }
	.process-banner h1 { max-width: 75%; margin-left: 0; font-size: 6em; padding: 0; margin-bottom: 0.5em; border: none;  }
	.process-banner .banner-content { position: relative; top: auto; left: auto; width: 100%; padding: 0; text-align: left; }
	.contact-content { padding: 8em 0 4em; }
	.awards h6.module-title { margin-bottom: 0.75em; }
	.awards { margin-top: 2em; }
	.awards ul li a { vertical-align: middle; }
	.pre-footer { padding: 4em 2em;  }
	.footer-column { float: none; width: 100%; }
	.footer-logo { margin-bottom: 2em; }
	.footer-logo img { max-width: 150px; }
	.footer-logo, .footer-links { text-align: center; }
	.cat-drawer { min-width: 65.5%; }
	
	.small-content-wrap { padding-left: 2em !important; padding-right: 2em !important; margin-left: 0 !important; margin-right: 0 !important; }
}
@media all and (max-width:768px) {
	.about-banner .banner-content .social, .page-banner .banner-content .social, .module-content p, .bulleted-list ul li h2:after, .blog-gallery h5.count,
 .home-banner .banner-images ul.images li img.desktop-slide-image { display: none !important; }
	.home-banner .banner-images ul.images li img.mobile-slide-image { display: block; }
	.cta-slider .slider-wrap-wrap { border: none; }
	.cta-slider .slider-wrap { padding-top: 0; }
	.cta-slider ul.slides li { cursor: pointer; position: relative; display: block; width: 100%; border-bottom: 1px dashed #ccc; padding: 3.5em 3em 2.5em 3em; border-right: none; }
    
    .cta-slider ul.slides li:before {
content: none!important}
    
    .home .overlay-slider-mod ul.images {
opacity: 0!important}
    
    
	.cta-slider ul.slides li:last-child { border-bottom: 0; }
    .image.collage-image4, .image.collage-image5 {
        display: none!important
}
	.cta-slider ul.slides li:before { content: ''; position: absolute; left: 2em; top: 3.5em; height: 30px; width: 30px; background: url('img/accordion-active-white.png') no-repeat center center #C96A4A; background-size: 20px; border-radius: 50%; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; -o-transition: 0.2s ease; transition: 0.2s ease; }
	.cta-slider ul.slides li.active:before { background: url('img/accordion-closed-white.png') no-repeat center center #C96A4A; background-size: 20px; }
	.cta-slider ul.slides li a { margin-bottom: 0; }
	nav.main ul li { display: block; width: 100%; margin-bottom: 2em; }
	.site-footer { text-align: center; }
	p.copyright { float: none; }
	.about-banner h1, .page-banner h1 { border-right: none; padding-bottom: 0.25em; }
	.about-banner .banner-content, .page-banner .banner-content { position: relative; width: 100%;  }
	.content-slider ul li .slide-titles, .content-slider ul li .slide-content { float: none; width: 100%; padding: 0; }
	.content-slider ul li .slide-titles { margin-bottom: 2em; }
	ul.gallery-list li, ul.film-list li { width: 100%; margin-top: 0 !important; }
	ul.gallery-list li:before { height: 25%; }
	ul.gallery-list li img {  -webkit-filter: brightness(50%); }
	ul.gallery-list li .overlay-content, ul.gallery-list li h3.count { opacity: 1; }
	.film-details ul, .film-details p { display: block; width: 100%; margin: 0;  }
	.film-details ul { margin-bottom: 2em;  }
	.video-content, .video-description { float: none; width: 100%; }
	.pull-quote { padding: 4em 0; }
	.module-content { padding: 2em; }
	.numbered-columns ul.list-items { display: block; }
	.numbered-columns ul.list-items li.column-item { width: 60%; margin: 0 20% 2em; border: none; border-bottom: 1px solid #21493a; padding: 0 0 2em; }
	.blog-feed { padding-bottom: 4em; }
	ul.blog-posts li { width: 100%; border: none !important; border-bottom: 1px solid #1a392d !important; }
	.post-banner, .about-banner, .page-banner { padding: 16em 0 8em; background-attachment: inherit !important; background-size: cover !important; }
	.about-banner h1, .page-banner h1 { font-size: 5em; }
	#stickThis { top: -6em; }
	.post-collage, .post-gallery, .image-list { margin-left: -2em; margin-right: -2em; width: calc(100% + 4em); }
	.gallery ul li img { min-height: 300px; max-height: 300px; }
	.cta-slider .module-image { width: 100% !important; height: 28em; }
	.blog-nav { padding: 2em; }
	.blog-feed ul li { width: 100%; margin: 0 0 2em; padding: 1em 2em; }
	.cat-drawer { width: 100%; }
	.module-nav h6 { display: block; width: 100%; margin: 1em 0; }
	.nav-button { width: 50px; height: 48px; }
	.nav-button .first, .nav-button .second, .nav-button:hover .third { width: 22px; }
	.nav-button .third { width: 18px; }
	.nav-button .first { top: 15px; }
	.nav-button .second { top: 22px; }
	.nav-button .third { top: 29px; }
	
	h1, .collage h1, .resources-banner h1, .home-banner .banner-content h1, .process-banner h1 { font-size: 2.5em; }
	h2 { font-size: 2.75em; }
	h3 { font-size: 2.5em; }
	h4 { font-size: 2em; }
	h5 { font-size: 1em; }
	p.page-intro { font-size: 1.5em; }
	p.page-intro-small { font-size: 1.275em; }
	.two-column { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
	.tiny-content-wrap { padding-left: 2em !important; padding-right: 2em !important; margin-left: 0 !important; margin-right: 0 !important; }
}
@media all and (max-width: 650px) {
	.content-slider ul li .slide-titles h3 { display: none !important; }
	ul.blog-posts li { width: 100%; border: none !important; border-bottom: 1px solid #1a392d !important; }
	.mobile-menu { padding: 4em; }
	.text-logo { max-width: 200px; }
	nav.main ul li a { font-size: 2em; }
	nav.main ul li ul { padding: 0.5em 0 0 1em; }
	nav.main ul li.menu-item-has-children a:after { font-size: 0.5em; }
	.gallery-top { text-align: center; }
	.gallery-top h1, .gallery-top h6 { display: block; width: 100%; }
	.gallery-top a { float: none; margin-bottom: 1em;  }
	.gallery-images { background: 0; padding: 0; }
	.collage { padding: 0; }
	.collage-content { padding: 4em 2em; }
	.collage-images { padding: 0; margin: 0 !important; }
	.collage-images ul li { width: 100% !important; padding: 0; margin: 0 0 0.5em !important; }
	.left-right .module-content, .left-right .module-image { float: none !important; width: 100%; }
	.left-right .module-image { min-height: 25em;  }
	.content-slider ul li .slide-titles h2 { font-size: 3em; }
	.blog-nav { padding: 1.5em 2em; }
	ul.blog-posts li { padding: 1.5em 2em 1em; }
	ul.blog-posts li h4 { line-height: 1; }
	.post-wrap p { line-height: 1.5; }
	.post-top h1.post-title { font-size: 2.75em; }
}

.blog-modules .content p {
    margin-bottom: 1.5em; 
}
.blog-modules .content {line-height: 170%!important
}




---------------


@media (min-width: 769px) {
  .pre-footer .footer-links {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 90px !important;
    margin-left: auto !important;
    width: auto !important;
  }

  .pre-footer .footer-links .footer-column {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .pre-footer .footer-social.footer-column ul.social {
    display: flex !important;
    flex-direction: row !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .pre-footer .footer-social.footer-column ul.social li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .pre-footer .footer-nav ul,
  .pre-footer .footer-nav ul li {
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}