/********************************************************************************************* 

x. Variables

*********************************************************************************************/
/********************************************************************************************* 

x. CSS Reset 

*********************************************************************************************/
* {
  margin: 0;
  padding: 0;
  min-height: 0;
  outline: none;
}

/********************************************************************************************* 

x. Typekit

*********************************************************************************************/
.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

/*********************************************************************************************

x. Basic Setup (Body, Fonts, etc.) 

********************************************************************************************/
html, body {
  font: 400 18px "canada-type-gibson", Arial, Helvetica, sans-serif;
  color: black;
  letter-spacing: 0.05em;
  width: auto;
  height: auto;
  background: white;
}

a {
  color: #E59E71;
  text-decoration: none;
}
a:hover {
  color: black;
}
a.black {
  color: black;
}
a.black:hover {
  color: #E59E71;
}
a img {
  border: none;
}

.blast-root {
  overflow: hidden;
}

.center {
  text-align: center;
}

.clear:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.fawn {
  color: #E59E71;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: black;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #E59E71;
}

h1 {
  font-size: 5.333em;
  opacity: 0;
  overflow: hidden;
}
h1.visible {
  opacity: 1;
}
h1 .word {
  margin: 0 20px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

h2 {
  font-size: 4.444em;
}

h3 {
  font-size: 3.333em;
}

h4 {
  font-size: 2.222em;
}

h5 {
  font-size: 1.667em;
  line-height: 1.5em;
}

h6 {
  font-size: 1.333em;
  line-height: 1.5em;
}

.home h1 {
  opacity: 1;
}

.image img,
.image svg {
  width: 100%;
  height: auto;
  display: block;
}
.image img.lazy,
.image svg.lazy {
  background-color: #EFEFEF;
  background-image: url(../img/loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
}

.left {
  float: left;
}

p {
  line-height: 1.75em;
}

.right {
  float: right;
}

strong {
  font-weight: 500;
}

svg {
  display: block;
  overflow: hidden;
}

.uppercase {
  text-transform: uppercase;
}

.wrapper {
  margin: 0 auto;
  position: relative;
}
.wrapper.large {
  width: 1800px;
}
.wrapper.medium {
  width: 1300px;
}
.wrapper.small {
  width: 900px;
}

/********************************************************************************************* 

x. Margin + Padding

*********************************************************************************************/
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content ol,
.content p,
.content ul {
  margin-bottom: 30px;
}
.content h1.minimal-margin,
.content h2.minimal-margin,
.content h3.minimal-margin,
.content h4.minimal-margin,
.content h5.minimal-margin,
.content h6.minimal-margin,
.content ol.minimal-margin,
.content p.minimal-margin,
.content ul.minimal-margin {
  margin-bottom: 5px;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

/********************************************************************************************* 

x. Columns & Widths

*********************************************************************************************/
.width-10 {
  width: 10%;
}

.width-15 {
  width: 15%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-33 {
  width: 33.33%;
}

.width-35 {
  width: 35%;
}

.width-40 {
  width: 40%;
}

.width-45 {
  width: 45%;
}

.width-50 {
  width: 50%;
}

.width-55 {
  width: 55%;
}

.width-60 {
  width: 60%;
}

.width-65 {
  width: 65%;
}

.width-66 {
  width: 66.66%;
}

.width-70 {
  width: 70%;
}

.width-75 {
  width: 75%;
}

.width-80 {
  width: 80%;
}

.width-85 {
  width: 85%;
}

.width-90 {
  width: 80%;
}

.width-95 {
  width: 95%;
}

.width-100 {
  width: 100%;
}

/********************************************************************************************* 

x. Content

*********************************************************************************************/
.content.white {
  color: white;
}
.content.white a {
  color: white;
}
.content.white a:hover {
  color: #E59E71;
}
.content ol.three-column, .content ol.two-column,
.content ul.three-column,
.content ul.two-column {
  font-size: 0;
  margin: 0 -10px 30px -10px;
  display: block;
}
.content ol.three-column li, .content ol.two-column li,
.content ul.three-column li,
.content ul.two-column li {
  font-size: 1rem;
  padding: 0 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
.content ol.three-column li,
.content ul.three-column li {
  width: calc(33.33% - 25px);
  height: auto;
}
.content ol.two-column li,
.content ul.two-column li {
  width: calc(50% - 25px);
  height: auto;
}
.content ol li,
.content ul li {
  line-height: 1.75em;
}
.content ol p,
.content ul p {
  margin: 0;
}

.content > :last-child {
  margin-bottom: 0 !important;
}

/********************************************************************************************* 

x. Arrow Link

*********************************************************************************************/
a.arrow.black:hover {
  color: #E59E71;
}
a.arrow.no-spacing:after {
  margin-left: 0;
}
a.arrow:after {
  content: "\f119";
  color: #E59E71;
  font-family: "Ionicons" !important;
  font-size: 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 0 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  top: 0.2em;
}
a.arrow:hover {
  color: black;
}

/********************************************************************************************* 

x. Header

*********************************************************************************************/
header.duplicate {
  visibility: hidden;
}
header.fixed {
  background: white;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
header.minimized .bottom {
  padding-top: 30px;
}
header.minimized .bottom .sub-navigation > li {
  margin-bottom: 20px;
}
header.minimized .bottom .sub-navigation > li a {
  font-size: 0.778em;
}
header.minimized .top {
  padding: 20px 0;
}
header .bottom {
  background: white;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 40px 30px 10px 30px;
}
header .bottom .sub-navigation {
  list-style: none;
}
header .bottom .sub-navigation > li {
  margin: 0 60px 30px 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
header .bottom .sub-navigation > li:last-child {
  margin-right: 0;
}
header .bottom .sub-navigation > li.active a {
  color: #E59E71;
}
header .bottom .sub-navigation > li.current-menu-item > a {
  color: #E59E71;
}
header .bottom .sub-navigation > li.current-menu-item > a svg {
  fill: #E59E71;
}
header .bottom .sub-navigation > li.filter > a {
  color: #63656A;
  font-size: 0.667em;
  font-weight: 400;
  letter-spacing: 0.05em;
  background: #EFEFEF;
  text-transform: none;
  padding: 10px 10px 7.5px 25px;
  position: relative;
}
header .bottom .sub-navigation > li.filter > a:hover {
  color: #434343;
  background: #DADADA;
}
header .bottom .sub-navigation > li.filter > a:hover .icon svg {
  fill: #434343;
}
header .bottom .sub-navigation > li.filter > a .icon {
  display: block;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 10px;
}
header .bottom .sub-navigation > li.filter > a .icon svg {
  fill: #63656A;
}
header .bottom .sub-navigation > li.minimal-margin {
  margin-right: 20px;
}
header .bottom .sub-navigation > li > a {
  color: black;
  font-size: 0.889em;
  font-weight: 600;
  letter-spacing: 0.125em;
  line-height: 1em;
  text-transform: uppercase;
  display: block;
}
header .bottom .sub-navigation > li > a:hover {
  opacity: 0.8;
}
header .bottom .sub-navigation > li > a.arrow:after {
  content: "\f3d1";
  color: black;
  font-family: "Ionicons" !important;
  font-size: 0.778em;
  top: 0;
}
header .bottom .sub-navigation > li > a .icon,
header .bottom .sub-navigation > li > a .label {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
header .bottom .sub-navigation > li > a .icon {
  margin: 0 10px 0 0;
}
header .bottom .sub-navigation > li > a svg {
  fill: black;
}
header .drop-down {
  background: white;
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
header .drop-down .filters {
  margin: 0 -40px 0 0;
  padding: 50px 0 10px 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
}
header .drop-down .filters > li.active .inside a:before {
  background: black;
}
header .drop-down .filters > li .inside {
  padding: 0 40px 40px 0;
}
header .drop-down .filters > li .inside a {
  color: black;
  font-size: 0.889em;
  font-weight: 300;
  letter-spacing: 0.05em;
  padding: 0 0 0 40px;
  display: block;
  position: relative;
}
header .drop-down .filters > li .inside a:before {
  content: "";
  background: #DADADA;
  width: 20px;
  height: 20px;
  display: block;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
header .drop-down .filters > li .inside a:hover:before {
  background: black;
}
header .drop-down .filters > li .inside a .icon {
  display: none;
}
header .top {
  background: white;
  padding: 35px 0;
  position: relative;
}
header .top .logo {
  width: 110px;
  height: auto;
  display: block;
}
header .top .navigation {
  position: absolute;
  top: 0;
  right: 0;
}
header .top .navigation .left-navigation,
header .top .navigation .right-navigation,
header .top .navigation .search {
  list-style: none;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: bottom;
}
header .top .navigation .left-navigation li,
header .top .navigation .right-navigation li {
  margin: 0 17.5px;
  padding: 30px 0 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
header .top .navigation .left-navigation li:first-child,
header .top .navigation .right-navigation li:first-child {
  margin-left: 25px;
}
header .top .navigation .left-navigation li:last-child,
header .top .navigation .right-navigation li:last-child {
  margin-right: 25px;
}
header .top .navigation .left-navigation li.current-menu-item a,
header .top .navigation .right-navigation li.current-menu-item a {
  color: #E59E71;
}
header .top .navigation .left-navigation li.divider,
header .top .navigation .right-navigation li.divider {
  border-left: 1px solid #434343;
}
header .top .navigation .left-navigation li a,
header .top .navigation .right-navigation li a {
  color: black;
  font-size: 0.889em;
  font-weight: 600;
  line-height: 1em;
}
header .top .navigation .left-navigation li a:hover,
header .top .navigation .right-navigation li a:hover {
  color: #E59E71;
}
header .top .navigation .left-navigation {
  border-left: 1px solid #434343;
  border-right: 1px solid #434343;
}
header .top .navigation .mobile {
  display: none;
}
header .top .navigation .mobile .hamburger {
  width: 22px;
  height: auto;
  display: block;
}
header .top .navigation .mobile .hamburger:hover .line {
  background: #E59E71;
}
header .top .navigation .mobile .hamburger .line {
  width: 100%;
  height: 2px;
  background: black;
  display: block;
}
header .top .navigation .mobile .hamburger .line:not(:last-child) {
  margin: 0 0 4px 0;
}
header .top .navigation .mobile .menu {
  pointer-events: none;
  background: black;
  border: 5px solid #E59E71;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
header .top .navigation .mobile .menu.open {
  border: 20px solid #E59E71;
  pointer-events: auto;
  opacity: 1;
}
header .top .navigation .mobile .menu .close {
  display: block;
  position: fixed;
  top: 50px;
  right: 50px;
}
header .top .navigation .mobile .menu .close svg {
  fill: white;
}
header .top .navigation .mobile .menu .links {
  text-align: center;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  list-style: none;
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
}
header .top .navigation .mobile .menu .links li {
  margin: 0 0 30px 0;
}
header .top .navigation .mobile .menu .links li:last-child {
  margin-bottom: 0;
}
header .top .navigation .mobile .menu .links li.current-menu-item a {
  color: #E59E71;
}
header .top .navigation .mobile .menu .links li.divider {
  width: 50px;
  height: 1px;
  background: white;
  margin-left: auto;
  margin-right: auto;
}
header .top .navigation .mobile .menu .links li a {
  color: white;
  font-size: 1.444em;
  font-weight: 600;
  line-height: 1em;
  display: block;
}
header .top .navigation .mobile .menu .links li a:hover {
  color: #E59E71;
}
header .top .navigation .right-navigation {
  border-right: 1px solid #434343;
}
header .top .navigation .search li {
  margin: 0 20px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
header .top .navigation .search li a {
  display: block;
}
header .top .navigation .search li a:hover {
  fill: #E59E71;
}

.filters-are-visible header .drop-down {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: 100%;
}
.filters-are-visible header .sub-navigation > li > a.arrow:after {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/********************************************************************************************* 

x. Main

*********************************************************************************************/
main {
  background: white;
}
main section {
  margin: 0 0 80px 0;
}

/********************************************************************************************* 

x. Footer

*********************************************************************************************/
footer {
  background: white;
  padding: 0 0 100px 0;
}
footer a {
  color: black;
}
footer a:hover {
  color: #E59E71;
}
footer .content.jedi {
  font-size: 12px;
  max-width: 700px;
  margin: 30px auto 0 auto;
}
footer .content.jedi a {
  color: #E59E71;
}
footer .content.jedi a:hover {
  color: black;
}
footer .credits {
  font-size: 0.556em;
  font-weight: 500;
  line-height: 1.5em;
  text-align: right;
  text-transform: uppercase;
  display: block;
}
footer .locations {
  margin: 30px 0 0 -12.5px;
  list-style: none;
}
footer .locations li {
  font-size: 0.667em;
  font-weight: 500;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  margin: 0 25px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
footer .logo {
  width: 85px;
  height: auto;
  margin: 0 auto;
  display: block;
}
footer .navigation {
  list-style: none;
}
footer .navigation li {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
footer .navigation li:not(:last-child) {
  border-right: 1px solid black;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
}
footer .navigation li:not(:last-child) a {
  letter-spacing: 0.125em;
  text-transform: uppercase;
}
footer .navigation li a {
  font-size: 0.778em;
  font-weight: 500;
  display: block;
}
footer .social-media {
  margin: 0 0 20px 0;
  list-style: none;
}
footer .social-media li {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
footer .social-media li:not(:first-child) {
  margin: 0 0 0 30px;
}
footer .social-media li a {
  display: block;
}
footer .social-media li a:hover svg {
  fill: #E59E71;
}
footer .wrapper {
  border-top: 2px solid black;
  padding: 20px 0 0 0;
}

/********************************************************************************************* 

x. Breadcrumbs

*********************************************************************************************/
section.breadcrumbs .navigation {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 40px 0;
  list-style: none;
}
section.breadcrumbs .navigation li:first-child a:after {
  display: none;
}
section.breadcrumbs .navigation li:first-child a:before {
  content: "\f3cf";
  color: #E59E71;
  font-family: "Ionicons" !important;
  font-size: 0.778em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 10px 0 0;
}
section.breadcrumbs .navigation li:last-child a:after {
  content: "\f3d1";
  color: #E59E71;
  font-family: "Ionicons" !important;
  font-size: 0.778em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 0 10px;
}
section.breadcrumbs .navigation li a {
  color: black;
  font-size: 0.889em;
  font-weight: 600;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  display: block;
}
section.breadcrumbs .navigation li a:hover {
  color: #E59E71;
}

/********************************************************************************************* 

x. Cover

*********************************************************************************************/
#cover {
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.filters-are-visible #cover {
  pointer-events: auto;
  opacity: 1;
}

/********************************************************************************************* 

x. History

*********************************************************************************************/
section.history .slick {
  display: none;
}
section.history .slick .slide .inside {
  padding: 0 10px;
}
section.history .slick .slide .inside .content {
  padding: 0 20px 0 0;
}
section.history .slick .slide .inside .image {
  margin: 0 0 30px 0;
}
section.history .slick .slide .inside .title {
  border-left: 1px solid black;
  border-bottom: 5px solid black;
  margin: 0 -20px 30px 0;
  padding: 0 20px;
}

/********************************************************************************************* 

x. Image
x. Images
x. Video

*********************************************************************************************/
section.image .caption,
section.images .caption,
section.video .caption {
  font-size: 0.833em;
  font-weight: 400;
  padding: 30px 0 0 0;
}

/********************************************************************************************* 

x. Images

*********************************************************************************************/
section.images .columns {
  margin: 0 -15px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
section.images .columns .column .inside {
  padding: 0 15px;
}

/********************************************************************************************* 

x. Instagram Feed

*********************************************************************************************/
section.instagram-feed .images .instagram-gallery {
  margin: 0 -10px;
  display: flex;
}
section.instagram-feed .images .instagram-gallery .image .inside {
  padding: 0 10px;
}
section.instagram-feed .images .instagram-gallery .image .inside a {
  display: block;
  position: relative;
}
section.instagram-feed .images .instagram-gallery .image .inside a .icon,
section.instagram-feed .images .instagram-gallery .image .inside a .image {
  display: block;
}
section.instagram-feed .images .instagram-gallery .image .inside a .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}
section.instagram-feed .images .instagram-gallery .image .inside a .icon svg {
  fill: white;
}
section.instagram-feed .images .instagram-gallery .image .inside a img {
  width: 100% !important;
  height: 100% !important;
  float: none !important;
}
section.instagram-feed .instagram-profile-link {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
section.instagram-feed .instagram-profile-link a {
  width: 60px;
  height: 60px;
  background: black;
  display: block;
  position: relative;
}
section.instagram-feed .instagram-profile-link a svg {
  fill: white;
  width: 30px;
  height: 30px;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
section.instagram-feed .wrapper.large {
  background: #EAE9E9;
  padding: 50px 0;
}

/********************************************************************************************* 

x. News

*********************************************************************************************/
section.news .grid {
  margin: 0 -12.5px -50px -12.5px;
  padding: 0 50px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
section.news .grid .item .inside {
  padding: 0 12.5px 50px 12.5px;
}
section.news .grid .item .inside .content .date {
  color: #76787B;
  font-size: 0.667em;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}
section.news .grid .item .inside .content .source {
  padding: 10px 0 0 0;
}
section.news .grid .item .inside .image {
  margin: 0 0 20px 0;
  display: block;
  overflow: hidden;
}
section.news .grid .item .inside .image:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
section.news .next-link {
  display: none;
}
section.news .wrapper.large {
  padding: 70px 0;
}

/********************************************************************************************* 

x. Not Found

*********************************************************************************************/
section.not-found .wrapper.large {
  padding: 70px 0;
}

/********************************************************************************************* 

x. People

*********************************************************************************************/
section.people .filters {
  margin: 0 0 20px 0;
  padding: 0 50px;
  list-style: none;
}
section.people .filters li {
  margin: 0 60px 30px 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
section.people .filters li:last-child {
  margin-right: 0;
}
section.people .filters li.active a {
  color: #E59E71;
}
section.people .filters li a {
  color: black;
  font-size: 0.889em;
  font-weight: 600;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}
section.people .filters li a:hover {
  color: #E59E71;
}
section.people .grid {
  margin: 0 -7.5px -80px -7.5px;
  padding: 0 50px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
section.people .grid .item .inside {
  padding: 0 7.5px 80px 7.5px;
}
section.people .grid .item .inside a.image {
  display: block;
  overflow: hidden;
}
section.people .grid .item .inside a.image:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
section.people .grid .item .inside .content .accreditation {
  color: #76787B;
  font-size: 0.722em;
}
section.people .grid .item .inside .content .title {
  font-size: 0.833em;
}
section.people .grid .item .inside .image {
  margin: 0 0 20px 0;
}
section.people .wrapper.large {
  padding: 70px 0 0 0;
}

/********************************************************************************************* 

x. Person

*********************************************************************************************/
section.person .columns {
  margin: 0 -25px;
  display: block;
}
section.person .columns .column .inside {
  padding: 0 25px;
}
section.person .columns .column .inside .content .accreditation,
section.person .columns .column .inside .content .title {
  font-size: 0.833em;
}
section.person .columns .column .inside .content .accreditation {
  color: #76787B;
}

/********************************************************************************************* 

x. Post

*********************************************************************************************/
section.post .content:first-child {
  margin: 0 0 30px 0;
  position: relative;
}
section.post .content:first-child .share {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
section.post .content:first-child .share svg {
  fill: #E59E71;
}
section.post .content:last-child {
  margin: 50px 0 0 0;
}
section.post .content .date {
  color: #76787B;
  font-size: 0.667em;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  padding: 10px 0 0 0;
}

/********************************************************************************************* 

x. Project Title

*********************************************************************************************/
section.project-title {
  margin: -40px 0 40px 0;
}

/********************************************************************************************* 

x. Projects

*********************************************************************************************/
section.projects form {
  margin: 0 0 20px 0;
}
section.projects form .field {
  float: right;
  position: relative;
}
section.projects form .field .icon {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
}
section.projects form .field .icon:before {
  content: "\f119";
  color: #E59E71;
  font-family: "Ionicons" !important;
  font-size: 1.667em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}
section.projects form .field input[type=text] {
  font-style: italic;
  width: 230px;
  height: 30px;
  border: 1px solid #DADADA;
  padding: 0 40px 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.projects .grid {
  margin: 0 -25px -50px -25px;
  padding: 0 50px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
section.projects .grid .item .inside {
  padding: 0 25px 50px 25px;
}
section.projects .grid .item .inside a.image {
  display: block;
  overflow: hidden;
}
section.projects .grid .item .inside a.image:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
section.projects .grid .item .inside .content {
  font-size: 0.889em;
  padding: 0 10px 0 20px;
}
section.projects .grid .item .inside .content a.arrow {
  padding: 0 30px 0 0;
  display: block;
  position: relative;
}
section.projects .grid .item .inside .content a.arrow:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
section.projects .grid .item .inside .image {
  margin: 0 0 20px 0;
}
section.projects .grid .next-link {
  display: none;
}
section.projects #map {
  width: 100%;
  height: 800px;
}
section.projects #map .cluster {
  color: white;
  font-size: 10px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  width: 20px;
  height: 20px;
  background: black;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
section.projects #map .cluster:hover {
  background: #E59E71;
}
section.projects #map .label {
  font-family: "canada-type-gibson", Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: auto !important;
  height: auto;
  max-width: 400px;
  background: white;
  border: 1px solid #BFBFBF;
  padding: 15px;
}
section.projects #map .label .columns {
  display: flex;
}
section.projects #map .label .columns .column:first-child .inside {
  padding: 0 7.5px 0 0;
}
section.projects #map .label .columns .column:last-child .inside {
  padding: 0 0 0 7.5px;
}
section.projects #map .label .columns .column .categories {
  color: #76787B;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}
section.projects #map .label .columns .column .image img {
  width: 150px;
  height: auto;
  display: block;
}
section.projects #map .label .columns .column p {
  line-height: 1.5em;
  margin: 0 0 10px 0;
}
section.projects #map .label .columns .column p.no-margin, section.projects #map .label .columns .column p:last-child {
  margin-bottom: 0;
}
section.projects #map .label .columns .column .title {
  font-size: 18px;
  font-weight: 500;
}
section.projects #map .label img {
  display: none;
}
section.projects .slick .slick-list:after, section.projects .slick .slick-list:before {
  display: none;
}
section.projects .slick .slide .inside {
  padding: 0 10px;
}
section.projects .slick .slide .inside a.image {
  display: block;
  overflow: hidden;
}
section.projects .slick .slide .inside a.image:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
section.projects .slick .slide .inside .content .categories {
  color: #76787B;
  font-size: 0.667em;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}
section.projects .slick .slide .inside .image {
  margin: 0 0 20px 0;
}
section.projects table {
  font-size: 0.889em;
  width: 100%;
  height: auto;
}
section.projects table a {
  color: #E59E71;
  font-size: 0.75em;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}
section.projects table a.arrow {
  white-space: nowrap;
  position: relative;
  top: -0.25em;
}
section.projects table td,
section.projects table th {
  padding: 20px 50px;
}
section.projects table td.completion,
section.projects table th.completion {
  display: none;
}
section.projects table td {
  line-height: 1.5em;
  border-bottom: 1px solid #BFBFBF;
}
section.projects table th {
  font-weight: 500;
  letter-spacing: 0.125em;
  text-align: left;
  text-transform: uppercase;
  background: #EAE9E9;
  cursor: pointer;
}
section.projects table th:not(:last-child) {
  border-right: 1px solid white;
}
section.projects table th.tablesorter-headerAsc .tablesorter-header-inner:after {
  content: "\f3d8";
  color: #63656A;
  font-family: "Ionicons" !important;
  font-size: 0.778em;
  margin: 0 0 0 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
section.projects table th.tablesorter-headerDesc .tablesorter-header-inner:after {
  content: "\f3d0";
  color: #63656A;
  font-family: "Ionicons" !important;
  font-size: 0.778em;
  margin: 0 0 0 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
section.projects .wrapper.large {
  padding: 70px 0;
}

/********************************************************************************************* 

x. Quotation

*********************************************************************************************/
section.quotation .content {
  position: relative;
}
section.quotation .content h5.quotation-mark {
  position: absolute;
  top: 0;
  right: 100%;
}
section.quotation .content h6 {
  color: #E59E71;
  font-weight: 400;
  text-align: right;
}
section.quotation .wrapper.large {
  background: black;
  padding: 150px 0;
}

/********************************************************************************************* 

x. Related Projects

*********************************************************************************************/
section.related-projects .columns {
  margin: 40px -15px 0 -15px;
  padding: 0 50px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
section.related-projects .columns .column .inside {
  padding: 0 15px;
}
section.related-projects .columns .column .inside a.image {
  display: block;
  overflow: hidden;
}
section.related-projects .columns .column .inside a.image:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
section.related-projects .columns .column .inside .content .categories {
  color: #76787B;
  font-size: 0.667em;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}
section.related-projects .columns .column .inside .image {
  margin: 0 0 20px 0;
}

/********************************************************************************************* 

x. Related Projects And News

*********************************************************************************************/
section.related-projects-and-news .columns {
  display: flex;
  align-content: stretch;
  justify-content: center;
}
section.related-projects-and-news .columns .column {
  width: auto;
}
section.related-projects-and-news .columns .column:not(:last-child) {
  border-right: 1px solid white;
}
section.related-projects-and-news .columns .column .inside {
  padding: 60px;
}
section.related-projects-and-news .wrapper.large {
  background: #EAE9E9;
}

/********************************************************************************************* 

x. Results

*********************************************************************************************/
section.results .grid {
  margin: 0 -25px -50px -25px;
  padding: 50px 50px 0 50px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
section.results .grid .item .inside {
  padding: 0 25px 50px 25px;
}
section.results .grid .item .inside a.image {
  display: block;
  overflow: hidden;
}
section.results .grid .item .inside a.image:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
section.results .grid .item .inside .content {
  font-size: 0.889em;
  padding: 0 10px 0 20px;
}
section.results .grid .item .inside .content a.arrow {
  padding: 0 30px 0 0;
  display: block;
  position: relative;
}
section.results .grid .item .inside .content a.arrow:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
section.results .grid .item .inside .image {
  margin: 0 0 20px 0;
}
section.results .wrapper.large {
  padding: 70px 0;
}

/********************************************************************************************* 

x. Search

*********************************************************************************************/
#search {
  pointer-events: none;
  background: black;
  border: 5px solid #E59E71;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
#search.open {
  border: 20px solid #E59E71;
  pointer-events: auto;
  opacity: 1;
}
#search .close {
  display: block;
  position: fixed;
  top: 50px;
  right: 50px;
}
#search .close svg {
  fill: white;
}
#search form {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
#search form .instructions {
  color: white;
  font-size: 0.667em;
  letter-spacing: 0.125em;
  text-align: right;
  text-transform: uppercase;
  display: block;
}
#search form input[type=text] {
  color: white;
  font-family: "canada-type-gibson", Arial, Helvetica, sans-serif;
  font-size: 5.333rem;
  font-weight: 500;
  line-height: 1em;
  width: 100%;
  height: auto;
  background: none;
  border: none;
  border-bottom: 2px solid #E59E71;
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
}
#search form input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
#search .wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/********************************************************************************************* 

x. Slideshow

*********************************************************************************************/
section.slideshow {
  height: auto !important;
}

/********************************************************************************************* 

x. Statistics

*********************************************************************************************/
section.statistics .categories {
  margin-left: 0;
  list-style: none;
}
section.statistics .categories li {
  color: #76787B;
  font-size: 0.778em;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
section.statistics .categories li:last-child {
  margin-bottom: 0;
}
section.statistics .columns {
  display: flex;
  align-content: stretch;
  justify-content: center;
}
section.statistics .columns .column:not(:last-child) {
  border-right: 1px solid white;
}
section.statistics .columns .column .inside {
  padding: 60px;
}
section.statistics .wrapper {
  background: #EAE9E9;
}

/********************************************************************************************* 

x. Statistics + Text

*********************************************************************************************/
section.statistics-text .categories {
  margin-left: 0;
  list-style: none;
}
section.statistics-text .categories li {
  color: #76787B;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
section.statistics-text .categories li:last-child {
  margin-bottom: 0;
}
section.statistics-text .columns {
  margin: 0 -25px;
  display: flex;
  align-content: flex-start;
}
section.statistics-text .columns .column .inside {
  padding: 0 25px;
}
section.statistics-text .columns .column .inside .columns {
  margin: 0;
  background: #EAE9E9;
  flex-direction: column;
}
section.statistics-text .columns .column .inside .columns .column {
  width: 100%;
}
section.statistics-text .columns .column .inside .columns .column:not(:last-child) {
  border-bottom: 1px solid white;
}
section.statistics-text .columns .column .inside .columns .column .inside {
  padding: 40px;
}
section.statistics-text .columns .column .inside .columns .column .inside .content {
  font-size: 0.778em;
}

/********************************************************************************************* 

x. Text

*********************************************************************************************/
section.text.background-gray .wrapper.large {
  background: #EAE9E9;
  padding: 120px 0;
}
section.text.full-screen .content {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
section.text.full-screen .wrapper {
  height: 100vh;
  min-height: 800px;
}
section.text.full-screen .wrapper.inside {
  width: 700px;
  padding: 0 50px;
}
section.text.full-screen .wrapper.outside {
  background: #EAE9E9;
}
section.text .columns {
  margin: 0 -25px;
  display: flex;
  align-content: flex-start;
}
section.text .columns .column .inside {
  padding: 0 25px;
}
section.text video {
  width: 100%;
  height: auto;
  display: block;
}

section.text + section.text > .wrapper {
  border-top: 1px solid black;
  padding: 80px 0 0 0;
}

/********************************************************************************************* 

x. Text + Image

*********************************************************************************************/
section.text-image.overlay .wrapper.inside {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
section.text-image.overlay .wrapper.outside {
  position: relative;
}
section.text-image.side-by-side.text-position-left .columns {
  flex-direction: row-reverse;
}
section.text-image.side-by-side.text-position-right .columns {
  flex-direction: row;
}
section.text-image.side-by-side .columns {
  margin: 0 -40px;
  display: flex;
  align-items: flex-start;
}
section.text-image.side-by-side .columns .column {
  padding: 0 40px;
  position: relative;
}
section.text-image.side-by-side .columns .column .content {
  font-size: 0.833em;
}
section.text-image.stacked .columns .column:not(:first-child) .content {
  padding: 0 10% 0 20%;
}
section.text-image.stacked .columns .column:not(:last-child) {
  margin: 0 0 30px 0;
}
section.text-image.stacked .image {
  position: relative;
  overflow: hidden;
}
section.text-image.stacked .image .background {
  background-position: center center;
  background-size: cover;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.text-image.stacked .image .background.skrollable {
  visibility: visible;
}
section.text-image.stacked .image img {
  visibility: hidden;
}
section.text-image.stacked .wrapper.inside {
  padding: 30px 0 0 0;
}
section.text-image.stacked .wrapper.outside {
  background: black;
  padding: 0 0 100px 0;
}

.text.background-gray + .text-image.side-by-side {
  margin-top: -80px;
}
.text.background-gray + .text-image.side-by-side .wrapper.medium {
  z-index: 10;
}
.text.background-gray + .text-image.side-by-side .wrapper.large:before {
  content: "";
  width: auto;
  height: 40%;
  background: #EAE9E9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/********************************************************************************************* 

x. WordPress Core

*********************************************************************************************/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.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;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/********************************************************************************************* 

x. Cookies

*********************************************************************************************/
#cookie-law-info-again {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
