
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	margin: 0 0 0.5em;
	clear: both;
	line-height: 1;
	font-weight: 400;
}

h1 {
	font-size: 2.25em;
}
	h1.page-title {
		font-weight: 700;
    text-align: left;
    margin: 15vh 0 15px;
    font-size: 30px;
	}
	@media screen and (min-width: 600px) {
		h1.page-title {
			font-size: 60px;
    font-weight: 800;
		}
	}

h2 {
	font-size: 1.8em;
	line-height: 1.4;
	font-weight: 900;
}
	h2.page-intro {
		line-height: 1.2;
		display: block;
		max-width: 630px;
		font-weight: 300;
		font-size: 25px;
		margin-bottom: 50px;
	}
	@media screen and (min-width: 600px) {
		h2.page-intro {
		}
	}

h3 {
	font-size: 22px;
	font-weight: 300;
	text-align: center;
}
	@media screen and (min-width: 600px) {
		h3 {
			font-size: 28px;
		}
	}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1em;
}

p {
	font-size: 18px;
	line-height: 1.4;
	margin: 0 0 1.5em;
	font-weight: 300;
	color: #000000;
}
p.page-intro {
	font-size: 22px;
	display: block;
	max-width: 620px;
	margin: 0 0 50px !important;
}
	@media screen and (min-width: 600px) {
		p.page-intro {
			font-size: 28px;
		}
	}
	.intro-para {
	    text-align: center;
	    margin: 20px auto 0;
	    display: block;
	    max-width: 700px;
	}

p:last-child {
	margin-bottom: 0;
}

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

blockquote {
	margin: 0 1.5em;
	    color: #2b2f44;
}

address {
	margin: 0;
	font-style: normal;
}
	address a {
	    text-decoration: none;
	    border-bottom: 1px dotted;
	    padding-bottom: 3px;
	    margin-bottom: 8px;
	    display: inline-block;
	}
	address a:hover {
		border-color: transparent;
	}

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

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

.justify {
	text-align: justify;
}

@media screen and (min-width: 1024px) {
	.text-two-col {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 2em;
		-moz-column-gap: 2em;
		column-gap: 2em;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		-o-column-break-inside: avoid;
		-ms-column-break-inside: avoid;
		column-break-inside: avoid;
	}
}


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

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #fff;
}

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

blockquote,
q {
	quotes: "" "";
}

blockquote {
	text-align: center;
	font-style: normal;
	margin: 0;
}
	blockquote p {
		display: block;
    margin: 0 auto 20px;
    font-style: normal;
    max-width: 760px;
    font-size: 22px;
    line-height: 1.4;
    color: #FFF;
    font-weight: 700;
	}
	blockquote cite {
		text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    font-size: 23px;
    margin-top: 35px;
    font-style: normal;
    color: #FFF;
    display: block;
	}



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

ul,
ol {
    margin: 0 0 1.5em 0em;
    padding-left: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

li {
    list-style-position: outside;
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 0.5em;
    font-weight: 300;
    color: #000000;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

.one-half,
.one-third,
.one-fourth,
.one-fifth,
.two-third  {
	width: 100%;
	margin: 0 0 2em;
	display: block;
    float: left;
}

@media screen and (min-width: 600px) {
	.one-half,
	.one-third,
	.one-fourth,
	.one-fifth,
	.two-third {
		position: relative;
		margin: 0 4% 4% 0;
		float: left;
	}

	.one-half {
		width: 48%;
	}

	.one-third {
		width: 30.66%;
	}

	.one-fourth {
		width: 22%;
	}

	.one-fifth {
		width: 16.8%;
	}

	.two-third p {
		padding-bottom: 5px;
	}

	.one-half:nth-of-type(even),
	.one-third:nth-of-type(3n+3),
	.one-fourth:nth-of-type(4n+4),
	.col-last {
		margin-right: 0;
	}
}

.one-two-third.segment:not(:last-of-type) {
    margin-bottom: 40px;
}

@media screen and (min-width: 900px) {
	.one-two-third.segment:not(:last-of-type) {
	    margin-bottom: 10vh;
	}
	.one-two-third .one-third {
		margin-right: 0;
	}
	.two-third {
		width: 65%;
		margin-right: 0;
		padding-bottom: 5px;
		max-width: 840px;
	}
	.one-two-third {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.one-two-third .one-third {
		margin-bottom: 0;
	}
	.one-two-third.segment:nth-of-type(even) {
		    flex-direction: row-reverse;
	}
	.one-two-third .two-third {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 900px) {
	.one-two-third .one-third {
		width: 100%;
	}
}

.row {
	width: 100%;
	clear: both;
	float: left;
	position: relative;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center-wrap {
  position: absolute;
  display: table;
  overflow: hidden;
  height: 100%;
  z-index: 20;
  width: 100%;
  left: 0;
  top: 0;
}

.center-wrap-row {
  display: table-row;
  height: 100%;
}

.center-wrap-cell {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  color: #FFF;
  text-align: left;
  font-size: 1em;
  position: relative;
  z-index: 10;
}

.center-blk {
    position: relative;
    clear: both;
    margin: 0 auto;
    max-width: 1400px;
    width: 90%;
}

a.hot-spot {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 15;
	top: 0;
	left: 0;
}

body.ie a.hot-spot {
	background: transparent url('img/blank.gif'); /* helps IE */
}

.full-bleed {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.bg-tan {
	background: #eeecea;
}

.bg-l-blue {
	background: #d3dbe1;
}

.bg-drk-blue {
	background: #25293D;
}
	.bg-drk-blue {
		color: #FFF;
	}
	.bg-drk-blue h3 {
		font-weight: 400;
	}


strong.embolden {
	font-weight: 900;
}

.txt-col-red {
	color: #F44F4C;
}

.txt-col-magenta {
	color: #DC1676;
}

.txt-col-teal {
	color: #24C7BA
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
    border-radius: 0;
    background: transparent;
    font-size: 0.9em;
    line-height: 1.4;
    padding: 0.5em 1em;
    -webkit-appearance: none;
    outline: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #000;
	color: #FFF;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline: none;
}

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;
	-webkit-appearance: none;
}

select {
	border: 1px solid #ccc;
}

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;
	outline: none;
}

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"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/* -------- Placeholders ---------- */

input[type="text"]::-webkit-input-placeholder {
   color: #1D1D1D;
}

input[type="text"]::-moz-placeholder { /* Firefox 18- */
   color: #1D1D1D;
}

input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #1D1D1D;
}

input[type="text"]:-ms-input-placeholder {
   color: #1D1D1D;
}

input[type="email"]::-webkit-input-placeholder {
   color: #1D1D1D;
}

input[type="email"]::-moz-placeholder { /* Firefox 18- */
   color: #1D1D1D;
}

input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
   color: #1D1D1D;
}

input[type="email"]:-ms-input-placeholder {
   color: #1D1D1D;
}


textarea::-webkit-input-placeholder {
   color: #1D1D1D;
}

textarea::-moz-placeholder { /* Firefox 18- */
   color: #1D1D1D;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #1D1D1D;
}

textarea:-ms-input-placeholder {
   color: #1D1D1D;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000000;
	transition: all .08s ease-in-out;
    -moz-transition: all .08s ease-in-out;
    -webkit-transition: all .08s ease-in-out;
    outline: none;
    text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #000000;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: none;
}

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

p a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid;
}

p a:hover {
	color: #000;
	border-color: transparent;
}


/* -------- Buttons ---------- */

a.btn, .btn {
	color: #000000;
	font-size: 16px;
	border-bottom: 2px solid;
	display: inline-block;
	text-decoration: none;
	padding: 5px 0;
	font-weight: 600;
	position: relative;
}


a.btn:hover,
a.btn.hover {
    border-color: transparent;
}

a.btn:active,
a.btn.active {
	background: #000;
	border-color: #000;
}

/* Button Large */

a.btn.lrg {
	font-size: 1.2em;
    padding: 1em 0.9em 0.95em;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
nav {
	font-weight: 700;
}

.header-social {
	clear: none;
	display: none;
}
	.header-social .social-icons {
		margin: 0;
	}
	@media screen and (min-width: 1024px) {
		.header-social {
			display: block;
		}
	}

.main-navigation {
	clear: none;
    display: block;
    float: left;
    margin: 0;
    width: 100%;
}
	.fixed-header .main-navigation {
		width: calc(50%);
		    float: none;
		    margin-left: auto;
	}

.main-navigation ul {
	list-style: none;
    margin: 0;
    padding-left: 0;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
	.fixed-header .main-navigation ul {
		margin: 0;
		justify-content: flex-end;
	}

.main-navigation li {
    display: inline-block;
    margin: 0 2.5%;
}
	.fixed-header .main-navigation li {
		margin: 0 15px;
	}

.main-navigation li:first-child {
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: 400;
	font-size: 20px;
	border-bottom: 2px solid transparent;
	padding-bottom: 4px;
}
	.site.page-featured-image .main-navigation a,
	body.single-case-study .main-navigation a,
	body.home .main-navigation a {
		color: #FFF;
	}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
    background: white;
    width: 10em;
    padding: 0.5em 0;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation a:hover,
.main-navigation li:hover > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  border-color: #000;
}

.site.page-featured-image .main-navigation a:hover,
.site.page-featured-image li:hover > a,
.site.page-featured-image .current_page_item > a,
.site.page-featured-image .current-menu-item > a,
.site.page-featured-image .current_page_ancestor > a,
.site.page-featured-image .current-menu-ancestor > a,
body.home .main-navigation a:hover,
body.home .main-navigation li:hover > a,
body.home .main-navigation .current_page_item > a,
body.home .main-navigation .current-menu-item > a,
body.home .main-navigation .current_page_ancestor > a,
body.home .main-navigation .current-menu-ancestor > a {
  border-color: #FFF;
}


body.single-case-study .main-navigation a:hover,
body.single-case-study .main-navigation li:hover > a,
body.single-case-study .main-navigation .current_page_item > a,
body.single-case-study .main-navigation .current-menu-item > a,
body.single-case-study .main-navigation .current_page_ancestor > a,
body.single-case-study .main-navigation .current-menu-ancestor > a {
  border-color: #FFF;
}

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

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

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

.mobile-menu .knockout,
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;

}

.mobile-menu .knockout {
	position: fixed;
	    background: rgba(0, 0, 0, 0.9);
	    height: 100%;
	    overflow: auto;
	    overflow-y: scroll;
 }


.mobile-menu ul {
list-style: none;
    margin: 20px 0 0;
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
}

.mobile-menu .social-icons {
	margin: 20px 0 0px;
}

.mobile-menu .menu-wrap {
	position: absolute;
    left: 0;
    float: left;
    padding: 37px 0 20px;
    width: 100%;
    z-index: 110;
    display: block;
    background: none;
    box-shadow: none;
    text-align: center;
}
	.mobile-menu .menu-wrap h1.site-title a {
		background: url(../img/logo_white.png) no-repeat;
		background-size: contain;
	}
	.mobile-menu .menu-wrap {
		position: fixed;
	}


.mobile-menu a {
	color: #ffffff;
	font-size: 32px;
	text-decoration: none;
	font-weight: 400;
	border-bottom: 2px solid transparent;
}

.mobile-menu li {
	margin-bottom: 15px;
}


button.menu-toggle {
    position: absolute;
    z-index: 200;
    display: none;
    border: none;
    padding: 0;
    background-color: transparent;
    right: 5%;
    top: 65px;
}
	button.menu-toggle {
		top: 48px;
	}
	@media screen and (max-width: 600px) {

	}
	button.menu-toggle.toggle-open {
	    display: block;
	}
	.burger-icon {
	    width: 32px;
	    height: 24px;
	    position: relative;
	    margin: 0;
	    -webkit-transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	    transform: rotate(0deg);
	    -webkit-transition: .5s ease-in-out;
	    -moz-transition: .5s ease-in-out;
	    -o-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	    cursor: pointer;
	}
	.burger-icon span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #FFF;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	body.mobile-menu-open .burger-icon span {
		background: #FFF;
	}
	.burger-icon span:nth-child(1) {
	  top: 0px;
	}

	.burger-icon span:nth-child(2),
	.burger-icon span:nth-child(3) {
	  top: 9px;
	}

	.burger-icon span:nth-child(4) {
	  top: 18px;
	}
	button.toggle-open .burger-icon span:nth-child(1) {
	  top: 11px;
	  width: 0%;
	  left: 50%;
	}
	button.toggle-open .burger-icon span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	button.toggle-open .burger-icon span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	button.toggle-open .burger-icon span:nth-child(4) {
	  top: 11px;
	  width: 0%;
	  left: 50%;
	}

.mobile-menu a:hover,
.mobile-menu .current_page_item > a,
.mobile-menu .current-menu-item > a,
.mobile-menu .current_page_ancestor > a,
.mobile-menu .current-menu-ancestor > a {
	border-color: #FFF;
}

@media screen and (max-width: 1024px) {
	.main-navigation ul {
		display: none;
	}
	button.menu-toggle {
		display: block;
	}
}



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

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	float: none;
	margin: 0 auto;
	position: relative;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}


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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

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

#page-wrapper {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1280px;
	width: 90%;
}

.site {
	padding-top: 0;
}
	@media screen and (min-width: 601px) and (max-width: 1023px) {
		.site {
			padding-top: 0;
		}
	}
	@media screen and (min-width: 1024px) {
		.site {
			padding-top: 0;
		}
	}

.site-header {
	margin: 0;
	position: absolute;
	top:0;
	transition: opacity .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out;
		-webkit-transition: opacity .2s ease-in-out;
}
	.site-header.hide {
		opacity: 0;

	}
	.site-header.fixed-header {
		position: absolute;
		top: 0;
		z-index: 100;
		opacity: 1;
	}
	body.home .site-header.fixed-header {
	}



.head-inner-wrap {
	 margin-top: 20px;
	 overflow: hidden;
}
	.fixed-header .head-inner-wrap {
		margin:40px auto 20px;
	}
	@media screen and (min-width: 1024px) {
		.head-inner-wrap {
			margin-top: 35px;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
	}


.site-branding {
    text-align: center;
}
	.fixed-header .site-branding {
		width: 195px;
    clear: none;
    height: 61px;
    text-align: left;
	}



h1.site-title {
    font-size: 2em;
    margin: 0 auto;
    width: auto;
    display: inline-block;
}

h1.site-title a {
    text-decoration: none;
    font-weight: 600;
    color: #221e1f;
    display: block;
    background: url(../img/logo_blue.svg) no-repeat;
    width: 120px;
    padding-bottom: 56px;
    background-size: contain;
        transition: opacity .08s ease-in-out;
    -moz-transition: opacity .08s ease-in-out;
    -webkit-transition: opacity .08s ease-in-out;
}
	@media screen and (min-width: 600px) {
		h1.site-title a {
			width: 220px;
		}
	}
	.fixed-header h1.site-title a {
		background: url(../img/logo_black.png) no-repeat;
    background-size: contain;
		width: 190px;
    height: 51px;
    padding: 0;
	}
	.site.page-featured-image .fixed-header h1.site-title a,
	body.single-case-study .fixed-header h1.site-title a,
	body.home .fixed-header h1.site-title a {
		background: url(../img/logo_white.png) no-repeat;
		background-size: contain;
	}

h1.site-title a:hover {
	opacity: 0.4;
}

/* -- Footer -- */

.site-footer {
    width: 100%;
    padding: 40px 0;
    clear: both;
}

.site-footer h1.site-title a {
	background-image: url(../img/logo_black.png);
	    background-size: contain;
	    width: 163px;
	    height: 48px;
	    background-position: center center;
	    opacity: 0.2;
}

.site-footer p {
	margin: 0;
	    font-weight: 400;
	    font-size: 16px;
	    color: #afafaf;
	    text-align: center;
}

.site-footer p a {
	color: #afafaf;
}

.site-footer h5 {
	text-align: center;
	font-weight: 500;
	margin: 30px 0 0;
	color: #FFF;
}

.site-footer .site-branding {
    margin: 15px 0 0;
}

.site-footer p.site-credits {
font-size: 12px;
    margin-top: 20px;
    opacity: 0.6;
}

.footer-navigation {
	border-bottom: 1px solid;
	margin: 0 10%;
	width: 80%;
	display: none;
}
	@media screen and (min-width: 770px) {
		.footer-navigation {
			display: block;
		}
	}
	.footer-navigation ul {
		list-style: none;
		padding: 0;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 20px auto 30px;
		max-width: 700px;
	}
	.footer-navigation li {
		display: inline-block;
		margin: 0 2.5%;
	}
	.footer-navigation li:first-child {
		display: none;
	}
	.footer-navigation a {
	    color: #FFF;
	    text-decoration: none;
	    letter-spacing: 0.2em;
	    font-weight: 700;
	    font-size: 12px;
	    padding-bottom: 5px;
	    border-bottom: 2px solid transparent;
	    text-transform: uppercase;
	}
	.footer-navigation a:hover,
	.footer-navigation li:hover > a,
	.footer-navigation .current_page_item > a,
	.footer-navigation .current-menu-item > a,
	.footer-navigation .current_page_ancestor > a,
	.footer-navigation .current-menu-ancestor > a {
	    border-color: inherit;
	}


.footer-lead-gen {
	background: #F5F5F5;
}
	.footer-lead-gen .center-blk {
		    align-items: flex-start;
	}
	.footer-lead-gen .two-third {
		margin-bottom: 0;
	}

.social-icons {
    margin: 30px 0 20px;
    text-align: center;
}
	.social-icons a {
		display: inline-block;
    width: 19px;
    height: 17px;
    margin: 0 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 5px;
	}
	.social-icons a.li {
		background-image: url(../img/linkedin.svg);
	}
	.social-icons a.tw {
		background-image: url(../img/twitter_black.svg);
	}
	.site.page-featured-image .site-header .social-icons a.tw,
	body.single-case-study .site-header .social-icons a.tw,
	body.home .site-header .social-icons a.tw {
		background-image: url(../img/twitter.svg);
	}
	.social-icons a:hover {
		opacity: 0.4;
	}

.small-print {
	letter-spacing: 0.07em;
}
	.small-print p br {
	}
	.small-print p a {
		color: #FFF;
		text-decoration: none;
		    border: none;
	}
	.small-print p a:hover {
		text-decoration: none;
		border-bottom: 1px solid #FFF;
	}
	.small-print p.copyright {
		margin: 12px 0 0;
		font-size: 14px;
		letter-spacing: 0;
	}
	.small-print p.company-details {
		font-size: 14px;
	}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

header.page-header {
	position: relative;
}
	header.page-header.has-banner {
		height: 40vh;
		min-height: 200px;
	}
	header.page-header.has-banner .banner-img {
		position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
	}
	body.single-case-study header.page-header.has-banner {
		background: #000;
		height: 90vh;
	}
	body.single-case-study header.page-header.has-banner .center-blk {
		    height: 90vh;
				min-height: 420px;
				display: flex;
    align-items: flex-end;
		flex-wrap: wrap;
	}
	@media screen and (max-width: 770px) {
		header.page-header.has-banner {
			height: auto !important;
		}
	}
	body.single-case-study h1.page-title {
		margin: 0 0 10px;
    color: #FFF;
	}
	@media screen and (min-width: 600px) {
		body.single-case-study h1.page-title {
	    font-size: 70px;
	    font-weight: 900;
		}
	}
	body.single-case-study header.page-header.has-banner .center-blk p {
		clear: both;
		display: block;
		color: #FFF;
	}
	body.single-case-study header.page-header.has-banner .center-blk p:last-of-type {
		font-size: 24px;
    max-width: 600px;
    line-height: 1.3;
    margin-bottom: 40px;
	}
	@media screen and (max-width: 770px) {
		body.single-case-study header.page-header.has-banner .center-blk p:last-of-type {
			font-size: 20px;
		}
	}
	body.single-case-study header.page-header.has-banner .center-blk p.caps {
		text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
	}
	body.home header.page-header.has-banner {
		background: #000;
    height: auto;
    min-height: 500px;
		background: #000;
	}
	header.page-header.has-banner {
		background: #000;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
	}
	header.page-header.has-banner h2.page-intro,
	header.page-header.has-banner h1.page-title {
		color: #FFF;
	}
	body.single-case-study header.page-header.has-banner .banner-img,
	body.home header.page-header.has-banner .banner-img {
		opacity: 0.65;
	}
	@media screen and (min-width: 770px) {
		header.page-header.has-banner {
			min-height: 420px;
		}
	}
	@media screen and (min-width: 771px) and (max-width: 1023px) {
		header.page-header.has-banner.banner-full-height {
			height: calc(100vh - 150px);
		}
	}
	@media screen and (min-width: 1024px) {
		header.page-header.has-banner.banner-full-height {
			height: calc(100vh - 270px);
		}
	}
	header.page-header .header-inner-wrap {
		position: relative;
		    width: 100%;
		    margin-bottom: 60px;
		    float: left;
	}
	header.page-header .header-cases {
		width: 100%;
	}
	@media screen and (min-width: 1230px) {
		header.page-header .header-inner-wrap {
			width: 530px;
		}
		header.page-header .header-cases {
			width: calc(100% - 640px);
			margin-bottom: 20px;
		}
	}
	@media screen and (max-width: 1230px) {
		header.page-header .header-inner-wrap {
			width: 50%;
		}
		header.page-header .header-cases {
			width: 45%;
		}
	}
	@media screen and (max-width: 1024px) {
		header.page-header .header-inner-wrap {
			width: 100%;
		}
		header.page-header .header-cases {
			width: 100%;
		}
		body.home header.page-header .center-blk {
			flex-wrap: wrap;
		}
		body.home header.page-header .center-blk,
		body.home header.page-header.has-banner {
			height: auto;
		}
		body.home header.page-header .center-blk {
			padding-top: 150px;
		}
	}
	header.page-header .header-inner-wrap h1 {
		color: #FFF;
    font-weight: 900;
    font-size: 62px;
    text-transform: none;
    letter-spacing: 0;
    text-align: left;
    margin: 0 0 20px;
    line-height: 1;
	}
	header.page-header .header-inner-wrap p {
		color: #FFF;
font-size: 25px;
line-height: 1.2;
	}
	body.home header.page-header .center-blk {
		height: 80vh;
    min-height: 500px;
    display: flex;
    align-items: flex-end;
		justify-content: space-between;
	}
	body.home header.page-header.has-banner,
	body.home header.page-header .center-blk {
		min-height: 630px;
	}
	@media screen and (max-width: 1024px) {
		body.home header.page-header .center-blk {
			height: auto;
		}
		header.page-header .header-inner-wrap h1 {
			font-size: 40px;
		}
	}

.about-img {
	padding-bottom: 50%;
}


body:not(.home):not(.single-case-study) .site:not(.page-featured-image) .site-content {
	margin-top: 100px;
}


.inner-pad {
	padding: 70px 0;
}
	@media screen and (min-width: 600px) {
		.inner-pad {
			padding: calc(50px + 5vh) 0 calc(50px + 5vh);
		}
		body.home .inner-pad.intro-heading {

		}
	}
	body.page-id-14 .inner-pad.intro-heading {
		padding-bottom: 0;
	}
	.content-block:last-of-type.inner-pad,
	.content-block:last-of-type .inner-pad {
		padding-bottom: 0 !important;
	}
	
	

.top-pad-none {
	padding-top: 0;
}

.home-hero-logo {
	opacity: 0;
	background: url(../img/logo.svg) no-repeat center;
	position: absolute;
	background-size: contain;
	z-index: 100;
	width: 290px;
	height: 100px;
	left: calc(50% - 145px);
	top: calc(50% - 50px);
}
	@media screen and (min-width: 600px) {
		.home-hero-logo {
			width: 600px;
			height: 200px;
			left: calc(50% - 300px);
			top: calc(50% - 100px);
		}
	}



.case-carousel-row {
	overflow: hidden;
}

.case-carousel {
	margin: 50px 30px 0;
	width: calc(100% - 60px);
}
	@media screen and (min-width: 600px) {
		.case-carousel {
			margin: 50px 0 0;
			width: 100%;
			max-height: 500px;
			overflow: hidden;
		}
		body.home .case-carousel {
			overflow: visible;
		}
	}
	.case-carousel .case-partial {
		float: left;
		margin-right: 4%;
	}
	.case-carousel .flickity-prev-next-button {
		top: calc(50% - 23px);
	}
	@media screen and (max-width: 600px) {
		.case-carousel .flickity-prev-next-button.previous {
			left: calc(-45px);
		}
		.case-carousel .flickity-prev-next-button.next {
			right: calc(-45px);
		}
	}


body.single-case-study .page-header .center-blk {
}

body.single-case-study .entry-content .center-blk {
}



.two-cols,
.three-cols,
.four-cols {

}
	.two-cols .col,
	.three-cols .col,
	.four-cols .col {
		width: 100%;
		margin-bottom: 40px;
		overflow: hidden;
	}
	.last-row-hack:after {
	  content: "";
	  flex: auto;
	}
	@media screen and (min-width: 600px) {
		.two-cols,
		.four-cols {
			display: flex;
			justify-content: space-between;
		}
		.three-cols,
		.two-cols {
			flex-wrap: wrap;
		}
		.two-cols .col {
			width: 48%;
		}
		.two-cols.plus-gutter .col {
			width: 46%;
		}
	}
	@media screen and (min-width: 760px) {
		.three-cols {
			display: flex;
			justify-content: flex-start;
	    align-items: flex-start;
		}
		.three-cols .col {
			width: 30%;
			margin-right: 5%;
		}
		.three-cols .col:nth-of-type(3n+3) {
			margin-right: 0;
		}
		.three-cols .resource-partial.col {
			width: 28%;
		}
		.resource-listing .three-cols .resource-partial.col {
			width: 30%;
		}
	}
	@media screen and (min-width: 761px) and (max-width: 1024px) {
		.three-cols .col {
			width: 47.5%;
			margin-right: 5%;
		}
		.three-cols .col:nth-of-type(even) {
			margin-right: 0;
		}
		.resource-listing .three-cols .resource-partial.col,
		.three-cols .resource-partial.col {
			width: 47.5%;
		}
		.three-cols.isotope .col {
			margin: 0 2% 5%;
	    width: 46%;
		}
	}
	@media screen and (min-width: 600px) and (max-width: 1024px) {
		.four-cols {
			flex-wrap: wrap;
		}
		.four-cols .col {
			width: 48%;
			margin-bottom: 60px;
		}
		.four-cols .col:nth-last-child(-n+2) {
			margin-bottom: 0;
		}
	}
	@media screen and (min-width: 1025px) {
		.four-cols .col {
			width: 22%;
		}
		.three-cols.isotope .col {
			margin: 0 2% 5%;
			width: 28.5%;
		}
	}
	.align-start {
		align-items: flex-start;
	}



.case-partial {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #FFF;
}
	@media screen and (min-width: 770px) {
		.case-partial {
			width: 48%;
		}
	}
	.case-partial h2 {
		font-weight: 700;
		    font-size: 28px;
		    margin: 0 0 5px;
	}
	.case-partial .case-partial-inner {
		padding: 20px;
	}
	@media screen and (min-width: 600px) {
		body.post-type-archive .case-partial .case-partial-inner {
			padding: 40px;
		}
	}
	.case-partial .case-partial-inner p.caps {
		text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: 0.1em;
	}
	.case-partial .case-partial-inner p {

	}

.case-listing .case-partial {
	width: 100%;
	float: left;
	margin: 0 0 60px;
	    border: 1px solid #dedede;
}
	@media screen and (min-width: 770px) {
		.case-listing .case-partial {
			width: 47%;
			margin-right: 6%;
		}
		.case-listing .case-partial:nth-of-type(even) {
			margin-right: 0;
		}
	}


.has-rollover figure {
	position: relative;
}
	.has-rollover figure.holder-wrap.image-loaded .img-holder {
		background: #000;
		width: 100%;
	}
	.has-rollover figure img {
		transition: opacity .3s ease-in-out;
	    -moz-transition: opacity .3s ease-in-out;
	    -webkit-transition: opacity .3s ease-in-out;
	}
	.has-rollover:hover figure img {
		opacity: 0.4;
	}
	.has-rollover span.rollover {
		position: absolute;
    text-align: center;
    color: #FFF;
    width: 100%;
    z-index: 10;
    left: 0;
    top: calc(50% - 5px);
    font-weight: 400;
    font-size: 22px;
    opacity: 0;
    text-shadow: 0px 0px 10px #000;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
	}
	.has-rollover:hover span.rollover {
		opacity: 1;
		transform:translate(0, -5px);
	}


.logo-collection {

}
	.logo-collection p {
		text-align: center;
		font-size: 20px;
	}

.client-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 20px;
    max-width: 1100px;
    flex-wrap: wrap;
}
	.client-logos span {
		display: inline-block;
    	margin:0 5% 20px;
	}
	.client-logos span img {
	    -webkit-filter: grayscale(100%);
	    filter: grayscale(100%);
	    transition: all .3s ease-in-out;
	    -moz-transition: all .3s ease-in-out;
	    -webkit-transition: all .3s ease-in-out;
	    max-height: 100px;
	}
	.client-logos span:hover img {
		-webkit-filter: grayscale(0%);
	    filter: grayscale(0%);
	}


.testimonial-carousel {

}
	.testimonial-carousel blockquote {
		margin: 30px 0 0;
	}
	.testimonial-carousel blockquote p {
		padding: 0 30px;
	}
	@media screen and (max-width: 600px) {
		.testimonial-carousel blockquote p {
			margin: 0 40px 20px;
			font-size: 18px;
			padding: 0;
		}
	}


.single-testimonial {
    padding: 0 0 calc(30px + 5vh);
    text-align: center;
}
	.single-testimonial blockquote {

	}
	.single-testimonial blockquote p {
    max-width: none;
    font-size: calc(20px + 2.5vh);
    font-weight: 300;
    font-style: italic;
    margin-bottom: 0;
    color: inherit;
	}
	.single-testimonial blockquote cite {
		margin-top: 20px;
    letter-spacing: 0.05em;
    font-size: 24px;
    color: inherit;
	}
	@media screen and (max-width: 600px) {
		.single-testimonial blockquote p {
			font-size: 26px;
		}
	}




.entry-content {
	padding: calc(50px + 5vh) 0;
}
	body.single-case-study h3.section-title,
	.entry-content h3 {
		text-align: left;
    margin-bottom: 25px;
    font-weight: 900;
    font-size: 39px;
	}
	.entry-content h3:not(.section-title) {
		text-align: left;
		margin: 50px 0 10px;
		font-size: 20px;
		text-transform: none;
		letter-spacing: 0;
		font-weight: 400;
	}
	.entry-content.txt-format-center,
	.entry-content.txt-format-center h3.section-title {
		text-align: center;
	}
	@media screen and (min-width: 600px) {
		.entry-content.txt-format-column .center-blk p {
			float: left;
			width: 45%;
			clear: left;
		}
		.entry-content.txt-format-column .center-blk p:nth-last-of-type(even) {
			float: right;
			clear: none;
		}
	}
	@media screen and (min-width: 1024px) {
		body.single-case-study h3.section-title {
			display: block;
			width: 280px;
			float: left;
		}
		body.single-case-study .right-content {
			float: right;
	    width: calc(100% - 330px);
	    clear: none;
	    margin-top: 0;
			margin-bottom: 40px;
		}
	}
	body.single-case-study .site-main section.inner-pad:not(:last-of-type),
	body.single-case-study .entry-content {
		padding-bottom: 0;
	}


.single-image {
	margin: 30px 0 0;
}



.profile-list {
	margin: 40px 0 0;
}

.profile {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 40px;
	text-align: left;
	transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
}
	@media screen and (min-width: 600px) and (max-width: 899px) {
		.profile {
			width: 48%;
			float: left;
			margin: 0 2% 5% 0;
		}
		.profile:nth-of-type(even) {
			margin-right: 0;
		}
	}
	@media screen and (min-width: 900px) {
		.profile {
		    width: 30%;
		    float: left;
		    margin: 0 5% 5% 0;
		    padding-bottom: 30px;
		}
		.profile:nth-of-type(3n+3) {
			margin-right: 0;
		}
	}
	.profile figure {
		position: relative;
		margin: 0 0 25px;
	}
	.profile.has-bio:hover {
	}
	.profile figure .img-holder {
		overflow: hidden;
	}
	.profile figure img {
		-webkit-filter: grayscale(100%);
	    filter: grayscale(100%);
	    transition: all .3s ease-in-out;
	    -moz-transition: all .3s ease-in-out;
	    -webkit-transition: all .3s ease-in-out;
	}
	.profile:hover figure img {
		-webkit-filter: grayscale(0%);
	    filter: grayscale(0%);
	}
	.profile h4 {
		font-weight: 700;
    font-size: 26px;
    margin-bottom: 7px;
	}
	.profile p {
		margin-bottom: 0;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.profile .details {
		position: relative;
		z-index: 20;
		font-size: 16px;
	}
	.profile .details a {
	}


.profile-detail {
	max-width: 1024px;
	color: #FFF;
}
	.profile-detail .vitals {
		float: left;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.profile-detail .bio {
		float: left;
		width: 100%;
	}
	@media screen and (min-width: 755px) {
		.profile-detail .vitals {
			float: left;
			width:calc(100% - 30px);
		}
	}
	.profile-detail h4,
	.profile-detail p {
		color: #FFF;
		margin-bottom: 15px;
	}
	.profile-detail p.position {
		font-weight: 400;
		margin-bottom: 0;
	}
	.profile-detail h4 {
		font-size: 32px;
		    margin-bottom: 0px;
		font-weight: 700;
	}
	.profile-detail .bio p {
		font-size: 19px;
    line-height: 1.5;
    font-weight: 400;
	}
	.profile-detail figure {
		margin-bottom: 25px;
    float: left;
    width: 100%;
	}
	@media screen and (min-width: 750px) {
		.profile-detail figure {
	    width: 300px;
		}
		.profile-detail .bio p {
			font-size: 21px;
		}
	}
	.profile-detail figure .img-holder {
		overflow: hidden;
	}
	.profile-detail .details {
		position: relative;
    z-index: 20;
    font-size: 16px;
    float: right;
    width: 100%;
    text-align: left;
	}
	@media screen and (min-width: 750px) {
		.profile-detail .details {
			width: calc(100% - 350px);
		}
	}
	.profile-detail a {
		color: #FFF;
		cursor: pointer;
		    font-weight: 400;
	}
	.profile-detail a:hover {
		color: #FFF;
		border: none;
	}
	.profile-detail .social-icons {
		margin: 0;
		text-align: left;
	}
	.profile-detail .social-icons a {
		margin-left: 0;
	}


.page-end-cta {
	padding: 70px 0;
}

.cta-heading {
	letter-spacing: 0;
    text-transform: none;
    font-weight: 300;
    margin-bottom: 20px;
}

section.press-articles h3 {
	margin-bottom: 40px;
}

.press-list {
	
}

article.press {
	position: relative;
}
	@media screen and (min-width: 700px) {
		article.press {
			width: 47%;
			float: left;
			margin: 0 6% 3% 0;
		}
		article.press:nth-of-type(even) {
			margin-right: 0;
		}
	}
	article.press h3 {
		margin:5px 0 10px;
		text-align: left;
		font-size: 20px;
		font-weight: 600;
	}
	article.press {
		font-size: 17px;
	}
	article.press p {
		font-style: italic;
		font-size: 18px;
		margin-bottom: 10px;
	}
	article.press img {
		max-height: 60px;
	}
	article.press.has-rollover:hover {
		opacity: 0.4;
	}


section.address h3 {
	margin-bottom: 40px;
}

.map {
	min-height: 400px;
	height: 50vh;
}

/* fixes potential theme css conflict */
.map img {
   max-width: inherit !important;
}

.gallery-carousel {
    margin-bottom: 80px;
    max-height: 685px;
}
	.gallery-carousel .slide {
		width: 100%;
		float: left;
		padding-bottom: 60%;
		min-height: 500px;
	}
	@media screen and (max-width: 700px) {
		.gallery-carousel .slide {
			min-height: 350px;
		}
		.gallery-carousel .flickity-prev-next-button {
			background: #FFF;
		}
	}

.error-404 {
	text-align: left;
    padding: 10vh 0 25vh;
}

.contact-form {

}
	@media screen and (min-width: 1024px) {
		.contact-form {
			float: left;
			width: 50%;
		}
		.inner-pad.contact-form {
			padding-top: 0;
		}
		.contact-form .gform_body li {
			width: 100%;
		}
	}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

#secondary h1.widget-title {
	font-size: 1em;
	font-weight: 600;
}

#secondary .widget ul {
    margin: 0;
    list-style-position: inside;
    padding: 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}



/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

.holder-wrap {
	overflow: hidden;
}

.img-holder {
	position: relative;
	display: block;
	z-index: 0;
	background: rgba(0,0,0,0.1);
	width: 100%;
	height: 100%;
	float: left;
}

.img-holder:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: rgba(0,0,0,0.1);
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
	z-index: 90;
}


@-webkit-keyframes pulse_animation {
	0% { opacity: 0; }
	50% { opacity: 1; }
	100% { opacity: 0; }
}

.img-holder:before {
	-webkit-animation-name: 'pulse_animation';
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
}


.img-holder img {
	width: 100%;
	float: left;
	opacity: 0;
	z-index: 10;

	transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-webkit-transition: opacity .2s linear;
}

.image-loaded .img-holder img {
	opacity: 1;
}

.image-loaded .img-holder:before {
	display: none;
}

.sixteen-nine {
  position: relative;
  background-size: 110%;
}
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60%;
}
.sixteen-nine > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
figure.video .sixteen-nine > figcaption.content {
	background: rgba(42, 35, 35, 0.35);
	transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    margin: 0;
}

figure.video:hover .sixteen-nine > figcaption.content {
	background: rgba(42, 35, 35, 0.8);
}

figure.video .sixteen-nine > figcaption.content h4 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 2em 10%;
    text-align: center;
    color: #FFF;
    font-size: 1.2em;
    font-weight: bold;
    text-shadow: 0 0 2em rgba(0, 0, 0, 0.9);
}



.tabbed-content ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.tabbed-content ul.tabs li{
	background: transparent;
    padding: 1.5em 1.5em 1em;
    margin-left: -1px;
    position: relative;
    left: 1px;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}

.tabbed-content ul.tabs li.current{
	background: #FBFBFB;
}

.tabbed-content .tab-inner {
	background: #FBFBFB;
    padding: 2em;
    display: none;
    overflow: hidden;
}

.tabbed-content .tab-inner.current {
	display: inherit;
}

/*--------------------------------------------------------------
##  Plugins
--------------------------------------------------------------*/


.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
      background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
	display: inline-block;
	    position: relative;
	    padding: calc(2% + 10px);
	    margin: 44px 0 44px;
	    border-width: 0;
	    vertical-align: middle;
	    text-align: left;
	    background-color: #25293d;
	    overflow: auto;
	    box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

  .fancybox-container button:hover {
  	background: transparent;
  }

.fancybox-close-small:after {
    content: '×';
    position: absolute;
		top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    font: 32px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
    color: #000;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2; }
	@media screen and (min-width: 750px) {
		.fancybox-close-small:after {
			top: 20px;
	    right: 20px;
		}
	}
.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }



/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {     left: calc(0px - 5%); }
.flickity-prev-next-button.next {     right: calc(0px - 5%); }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.15;
  cursor: auto;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 32%;
    top: 26%;
    width: 17px;
    height: 21px;
}

.flickity-prev-next-button:hover {
	background: transparent;
}

.flickity-prev-next-button .arrow {
  fill: #FFF;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -40px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: transparent;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
    border: 1px solid rgba(46, 53, 88, 0.5);
}

.flickity-page-dots .dot.is-selected {
  background: #2b2f44;
}



/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
display: none;
    -webkit-backface-visibility: hidden;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
margin: 0;
    background: #262a3e;
    position: relative;
    zoom: 1;
    width: 100%;
    height: calc(100vh - 270px);
    float: left;
    min-height: 410px;
}
.flexslider .slides {
  zoom: 1;
      width: 100%;
    height: 100%;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


/* -- GForms -- */

.gform_wrapper {
}

.gform_body ul,
.gform_body li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.gform_body li {
	display: block;
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	margin-bottom: 20px;
}
@media screen and (min-width: 770px) {
		.gform_body li {
			width: 48%;
			clear: left;
		}
		.gform_body li.row {
			width: 100%;
		}
		.gform_body li:nth-of-type(even) {
			float: right;
			clear: right;
		}
	}

.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
	display: none;
}

.gform_body label.gfield_label {
    display: block;
    position: relative;
    z-index: 20;
    margin-bottom: 5px;
		    display: none;
}

.gform_body .ginput_container {
	position: relative;
	float: left;
	width: 100%;
	display: block;
	z-index: 10;
}

.gform_footer input[type="submit"],
.gform_body input,
.gform_body textarea,
.gform_body select {
	background: #FFF;
	    padding: 10px 15px;
	    font-size: 18px;
	    font-weight: 300;
	    margin: 0;
	    width: 100%;
	    border: 1px solid #a2a2a2;
	    border-radius: 10px;
			-webkit-appearance: none;
}
.gform_body select {
background: #FFF url(../img/arrow-d.svg) calc(100% - 17px) center no-repeat;
}

.gform_footer input[type="submit"] {
	background: #F67700;
    border-color: #F67700;
    color: #FFF;
}

.gform_body input[type="radio"] {
	-webkit-appearance: radio;
	    width: auto;
}
.gform_body input[type="checkbox"] {
	-webkit-appearance: checkbox;
	    width: auto;
}

.gform_body .gfield_checkbox li {
	margin-bottom: 0;
}
.gform_body input[type=checkbox] {
    width: auto;
    margin-right: 5px;
}

.gform_body textarea {
	height: 200px;
	resize:none;
}


.gform_body span.gfield_required {
	color: #FF0000;
}

.gform_footer {
	position: relative;
	clear: both;
	width: 48%;
}

.gform_wrapper .gform_ajax_spinner {
	padding-left: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 100%;
	z-index: 100;
}

.validation_message {
	color: #FF0000;
}

.gfield_error input,
.gfield_error textarea,
.gfield_error button {
	border-color: #FF0000;
	background: rgba(255, 0, 0, 0.05);
}

.gform_body input[type=text]::-webkit-input-placeholder {
   color: #404040;
}
.gform_body input[type=text]:-moz-placeholder { /* Firefox 18- */
   color: #404040;
}
.gform_body input[type=text]::-moz-placeholder {  /* Firefox 19+ */
   color: #404040;
}
.gform_body input[type=text]:-ms-input-placeholder {
   color: #404040;
}

.gform_body input[type=email]::-webkit-input-placeholder {
   color: #404040;
}
.gform_body input[type=email]:-moz-placeholder { /* Firefox 18- */
   color: #404040;
}
.gform_body input[type=email]::-moz-placeholder {  /* Firefox 19+ */
   color: #404040;
}
.gform_body input[type=email]:-ms-input-placeholder {
	color: #404040;
}

.gform_body textarea::-webkit-input-placeholder {
   color: #404040;
}
.gform_body textarea:-moz-placeholder { /* Firefox 18- */
   color: #404040;
}
.gform_body textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #404040;
}
.gform_body textarea:-ms-input-placeholder {
	color: #404040;
}

.gform_body input[readonly="readonly"] {
    color: #00421d;
    font-weight: 600;
}


.gform_body .gform_validation_container {
	display: none;
}

.gforms_confirmation_message {
	text-align: center;
	font-size: 1.2em;
	color: #00421d;
	font-style: italic;
}

.gform_confirmation_message {
    background: #c9ffc9;
    padding: 10px;
    border-radius: 10px;
    float: left;
}
