/* $column: 75px;
$gutter: 25px; */
@import url(normalize.min.css);
@import url(animate.min.css);
html {
  box-sizing: border-box;
}

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

/* ==========================================================================
Font Imports
========================================================================== */
@font-face {
  font-family: 'dinpro';
  src: url("type/DINPro-Bold.eot");
  src: url("type/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("type/DINPro-Bold.woff") format("woff"), url("type/DINPro-Bold.ttf") format("truetype"), url("type/DINPro-Bold.svg#dinprobold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'dinpro';
  src: url("type/DINPro-Medium.eot");
  src: url("type/DINPro-Medium.eot?#iefix") format("embedded-opentype"), url("type/DINPro-Medium.woff") format("woff"), url("type/DINPro-Medium.ttf") format("truetype"), url("type/DINPro-Medium.svg#dinprobold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'dinpro';
  src: url("type/DINPro-Regular.eot");
  src: url("type/DINPro-Regular.eot?#iefix") format("embedded-opentype"), url("type/DINPro-Regular.woff") format("woff"), url("type/DINPro-Regular.ttf") format("truetype"), url("type/DINPro-Regular.svg#dinprobold") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'dinpro';
  src: url("type/DINPro-Light.eot");
  src: url("type/DINPro-Light.eot?#iefix") format("embedded-opentype"), url("type/DINPro-Light.woff") format("woff"), url("type/DINPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* ==========================================================================
Base: default theme styles
========================================================================== */
* {
  backface-visibility: hidden;
}

*:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}

html,
button,
input,
select,
textarea {
  color: #7c7b81;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #bd9368;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #bd9368;
  color: #fff;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bd9368;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

body {
  font-family: "dinpro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  color: #bd9368;
}

a:link {
  color: #bd9368;
  text-decoration: none;
}

a:visited {
  color: #bd9368;
}

a:hover {
  color: #6d6e71;
}

a:active {
  color: #6d6e71;
}

.sleeping {
  opacity: 0;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-transition: opacity 750ms ease-out;
  -moz-transition: opacity 750ms ease-out;
  transition: opacity 750ms ease-out;
}

.youtube {
  max-width: 854px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.youtube::after {
  clear: both;
  content: "";
  display: block;
}
.youtube .youtube-dummy {
  padding-top: 56.25%;
}
.youtube .youtube-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.youtube small {
  display: block;
  color: #fff;
  padding-bottom: 1.0em;
}

[role="button"] {
  cursor: pointer;
}

/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.center {
  text-align: center;
}

/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
* Hide visually and from screenreaders, but maintain layout
*/
.invisible {
  visibility: hidden;
}

/* ==========================================================================
Nav menu classes
========================================================================== */
.menu-button {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 39px;
  width: 50px;
  z-index: 2;
}
@media screen and (min-width: 480px) {
  .menu-button {
    top: 10px;
    left: 10px;
  }
}
.menu-button #nav-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 19px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: tranform 0.5s ease-in-out;
  -moz-transition: tranform 0.5s ease-in-out;
  transition: tranform 0.5s ease-in-out;
}
.menu-button #nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #bd9368;
  /* border-radius: 3px; */
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.menu-button #nav-icon span:nth-child(1) {
  top: 0;
}
.menu-button #nav-icon span:nth-child(2),
.menu-button #nav-icon span:nth-child(3) {
  top: 8px;
}
.menu-button #nav-icon span:nth-child(4) {
  top: 16px;
}
.menu-button #nav-icon.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.menu-button #nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-button #nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-button #nav-icon.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.menu-button #nav-icon:hover, .menu-button #nav-icon:focus {
  -webkit-animation: rubberBand 0.4s ease-in;
  -moz-animation: rubberBand 0.4s ease-in;
  animation: rubberBand 0.4s ease-in;
}

nav.main {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: transparent;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
nav.main .container {
  display: none;
  position: absolute;
  width: 90%;
  max-width: 300px;
  list-style: none none;
  padding: 35px 45px;
  margin: 0;
  border: 1px solid #bd9368;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 480px) {
  nav.main .container {
    max-width: 380px;
  }
}
@media screen and (min-width: 768px) {
  nav.main .container {
    padding: 70px 90px;
    max-width: 680px;
  }
}
nav.main .container ul {
  list-style: none none;
  padding: 0;
  margin: 0;
}
nav.main .container ul li {
  font-weight: 300;
}
nav.main .container ul li a {
  display: inline-block;
  font-size: 1.125em;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  nav.main .container ul li a {
    font-size: 1.75em;
    line-height: 1.25;
  }
}
nav.main .container ul li.current-menu-item a {
  font-weight: 600;
  vertical-align: text-bottom;
}
nav.main .container .mckay-logo {
  position: absolute;
  right: 45px;
  top: 35px;
}
nav.main .container .mckay-logo img {
  width: 50px;
  height: 100px;
}
@media screen and (min-width: 768px) {
  nav.main .container .mckay-logo {
    top: 70px;
    right: 90px;
  }
  nav.main .container .mckay-logo img {
    width: 75px;
    height: 150px;
  }
}
nav.main .container .ssq-logo {
  position: absolute;
  right: 45px;
  bottom: 35px;
}
nav.main .container .ssq-logo img {
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  nav.main .container .ssq-logo {
    bottom: 70px;
    right: 90px;
  }
  nav.main .container .ssq-logo img {
    width: 75px;
    height: 75px;
  }
}

nav.main.open {
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
}
nav.main.open .container {
  display: block;
  -webkit-animation: fadeIn 0.4s ease-in;
  -moz-animation: fadeIn 0.4s ease-in;
  animation: fadeIn 0.4s ease-in;
}

footer {
  padding: 0;
  background: #fff;
  border-top: 1px solid #bd9368;
}
footer .content {
  position: relative;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin: 2em;
}
footer .content::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  footer .content {
    margin: 4em 2em 4em 0;
  }
}
@media screen and (min-width: 960px) {
  footer .content {
    margin: 6em 2em 6em 0;
  }
}
footer .content .col {
  position: relative;
  max-width: 290px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  footer .content .col {
    border-right: 1px solid #bd9368;
    height: 350px;
    padding: 0 2.5em;
  }
}
footer .content .col1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  padding-right: 25px;
}
footer .content .col1:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  footer .content .col1 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    min-width: 150px;
    max-width: 180px !important;
    padding: 0 2.5em;
  }
  footer .content .col1:last-child {
    margin-right: 0;
  }
}
footer .content .col1 a {
  display: block;
}
footer .content .col1 img {
  display: block;
  width: 100%;
}
footer .content .col1 .logowrapper {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  footer .content .col1 .logowrapper {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  footer .content .col1 .logowrapper .ssqlogo {
    padding-right: 5em;
  }
}
footer .content .col2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-right: 0;
}
footer .content .col2:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  footer .content .col2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    min-width: 220px;
  }
  footer .content .col2:last-child {
    margin-right: 0;
  }
}
footer .content .col3 {
  float: left;
  font-size: 0.75em;
  border-right: none;
}
@media screen and (min-width: 768px) {
  footer .content .col3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    min-width: 300px;
    font-size: 1.125em;
  }
  footer .content .col3:last-child {
    margin-right: 0;
  }
  footer .content .col3 p:first-of-type {
    margin-top: 0;
  }
  footer .content .col3 p:first-of-type strong {
    line-height: 1;
  }
}
@media screen and (min-width: 960px) {
  footer .content .col3 {
    border-right: 1px solid #bd9368;
  }
}
footer .content .footerlogos {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 45px;
  clear: both;
}
@media screen and (min-width: 960px) {
  footer .content .footerlogos {
    position: absolute;
    width: auto;
    right: 0;
    bottom: 0;
  }
}
footer .content #footer-nav {
  list-style: none none;
  padding: 0;
  margin: 0;
}
footer .content #footer-nav li {
  font-weight: 300;
  margin-bottom: 4px;
  margin-right: 10px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  footer .content #footer-nav li {
    display: block;
    margin-right: 0;
  }
}
footer .content #footer-nav li a {
  display: inline-block;
  font-size: 0.75em;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  footer .content #footer-nav li a {
    font-size: 1.25em;
    line-height: 1.25;
  }
}
footer .content #footer-nav li.current-menu-item a {
  font-weight: 600;
  vertical-align: text-bottom;
}
footer .content .sociallogos ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: inline-block;
}
footer .content .sociallogos ul li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
}
footer .content .sociallogos ul li:last-of-type {
  margin-right: 0;
}
footer .content .sociallogos ul li.anthem img {
  width: 100px;
}
@media screen and (min-width: 960px) {
  footer .content .sociallogos ul li.anthem img {
    width: 150px;
    margin-bottom: 35px;
  }
}
footer .content .sociallogos ul li.beedie img {
  width: 130px;
}
@media screen and (min-width: 960px) {
  footer .content .sociallogos ul li.beedie img {
    width: 170px;
  }
}
footer .content .sociallogos ul.social li {
  width: 30px;
}
footer .content .sociallogos ul.logos {
  display: block;
}
footer .content .sociallogos ul.logos li {
  display: inline-block;
  text-align: right;
  margin-right: 20px;
  vertical-align: middle;
}
@media screen and (min-width: 960px) {
  footer .content .sociallogos ul.logos li {
    width: 100%;
    float: right;
    display: block;
    text-align: right;
  }
}
footer .content .sociallogos#social {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  footer .content .sociallogos#social {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
  }
}
footer .content .gmap {
  line-height: 26px;
  background-image: url("../img/marker.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 16px 26px;
  padding: 5px 26px 5px 0;
}
footer .content .legal,
footer .content .homeowner {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  footer .content .legal,
  footer .content .homeowner {
    position: absolute;
    bottom: 0;
  }
}
footer .content .legal ul,
footer .content .homeowner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .content .legal ul li,
footer .content .homeowner ul li {
  text-align: left;
  display: block;
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  footer .content .legal ul li,
  footer .content .homeowner ul li {
    font-size: 0.75em;
    line-height: 1.4em;
  }
}
footer .content .homeowner {
  text-align: left;
  font-size: .75em;
  margin-bottom: 10px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  footer .content .homeowner {
    font-size: 1.2em;
    position: relative;
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
footer .content img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
Typography classes
========================================================================== */
h1 {
  font-size: 2.500em;
  line-height: 1.1;
  color: #bd9368;
  font-weight: 500;
}

h2 {
  font-size: 1.75em;
  line-height: 1.05;
  color: #bd9368;
  font-weight: 300;
}
@media screen and (min-width: 480px) {
  h2 {
    font-size: 2.1875em;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.625em;
  }
}
@media screen and (min-width: 960px) {
  h2 {
    font-size: 3.0625em;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 3.5em;
  }
}

h2.dark {
  color: #7c7b81;
}

h3 {
  font-size: 1.188em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #bd9368;
  font-weight: 300;
  font-size: 1.25em;
}
@media screen and (min-width: 480px) {
  h3 {
    font-size: 1.4375em;
  }
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 1.625em;
  }
}
@media screen and (min-width: 960px) {
  h3 {
    font-size: 1.8125em;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 2em;
  }
}

h3.dark {
  color: #7c7b81;
}

h4, h5, h6 {
  font-size: 1.125em;
  line-height: 1.15;
}

b,
strong {
  font-weight: 600;
}

i,
em,
address {
  font-style: italic;
}

/* Colors */
.color-secondary {
  color: #00a7b5;
}

.color-contrast {
  color: #d47b22;
}

/* paragraphs */
p {
  margin: 1.0em 0;
}

p.subtitle {
  font-size: 1.500em;
  line-height: 1.3em;
}

p.emphasis {
  font-family: "dinpro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1.200em;
}

a.link-cta {
  display: inline-block;
  font-size: 1.188em;
  position: relative;
  padding-right: 25px;
}
a.link-cta::after {
  width: 25px;
  font-size: 1.5rem;
  text-align: right;
  content: ">";
  color: #bd9368;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

p.caption {
  font-size: 0.875em;
}

/* pullquote, blockquote */
p.pullquote,
blockquote {
  font-size: 2.125em;
  font-weight: 200;
  line-height: 1.1em;
  margin-left: 0;
  color: #fff;
}

/* @include media($tablet) {
	h1 {
		font-size: 3.500em;
	}
	h2 {
		font-size: 2.875em;
	}
}
				
@include media($desktop) {
	h1 {
		font-size: 4.250em;
	}
	h2 {
		font-size: 3.375em;
	}
}


@media only screen and (min-width:480px) {
	h1 { font-size: 2.125em; }
	
	h2 { font-size: 1.333em; }
	
}

@media only screen and (min-width:768px) {

	h1 { font-size: 2.353em; }
	h2 { font-size: 3.375em; }
}

font-size: 3.500em; */
/* ==========================================================================
	HERO IMAGE
	- Layout class to control Hero Image
========================================================================== */
.banner {
  height: 100vh;
  min-height: 600px;
}

.hero-image {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  height: inherit;
  min-height: 600px;
  border: 5px solid #fff;
}
@media screen and (min-width: 480px) {
  .hero-image {
    border-width: 10px;
  }
}

.hero-image .hero {
  position: relative;
  overflow: hidden;
  background: url() no-repeat scroll 50% 50%;
  background-size: cover;
  height: inherit;
  min-height: 600px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.hero-image .content {
  display: none;
}

.hero-image.animate .content {
  display: block;
  -webkit-animation: fadeIn 0.5s ease-in-out;
  -moz-animation: fadeIn 0.5s ease-in-out;
  animation: fadeIn 0.5s ease-in-out;
}

.hero-image .hero img {
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  position: absolute;
  /* top: 50%;
  @include transform( translateY(-50%) ); */
}

.hero-image .scroll-arrow {
  cursor: pointer;
  position: absolute;
  bottom: 8%;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 24px;
  background: url(../img/banner-arrow.svg) no-repeat center 0;
  background: auto 100%;
  -webkit-animation: swing 0.5s ease-in;
  -moz-animation: swing 0.5s ease-in;
  animation: swing 0.5s ease-in;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}

/*.hero-image .hero .dummy {
    padding-top:  100vh;
    min-height
}


.hero-image.next {
	display: none;
} */
/* ==========================================================================
	Banner types
	* default
	* home
	* home-inpage
========================================================================== */
.banner.home {
  height: auto;
}
.banner.home .hero-image .hero {
  /* height: auto;
  min-height: 0; */
  /* img {
  	width: auto;
  	height: 100%;
  	min-height: 600px;
  } */
}
.banner.home .hero-image .hero .dummy {
  padding-top: 122%;
  /* min-height: 600px; */
}
.banner.home .hero-image .content {
  top: 8%;
}
.banner.home .hero-image .content .ssq-logo {
  width: 75px;
  height: 75px;
  margin: 0 auto 2.0em;
}
.banner.home .hero-image .content article h2 {
  margin: auto;
  text-align: center;
  font-size: 2em;
  opacity: 0;
  /* text-shadow: 1px 1px 1px #000;
  color: $color-primary;
  background-color: rgba(#fff,0.8);
  
  @include media($tablet) {
  	text-shadow: none;
  } */
}
@media screen and (min-width: 480px) {
  .banner.home .hero-image .content article h2 {
    font-size: 2.3125em;
  }
}
@media screen and (min-width: 768px) {
  .banner.home .hero-image .content article h2 {
    font-size: 2.625em;
    opacity: 1;
  }
}
@media screen and (min-width: 960px) {
  .banner.home .hero-image .content article h2 {
    font-size: 2.9375em;
  }
}
@media screen and (min-width: 1200px) {
  .banner.home .hero-image .content article h2 {
    font-size: 3.25em;
  }
}
.banner.home .hero-image .content article p {
  margin: auto;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .banner.home .hero-image .content article p {
    opacity: 1;
  }
}
.banner.home .hero-image .content article a {
  display: block;
  margin: 1.0em auto 0;
  width: 150px;
  height: 28px;
  background: url(../img/read-more-news.svg) no-repeat 0 0;
  background-size: 100% auto;
  overflow: hidden;
  text-indent: -999px;
}

.banner.home-inpage .hero-image .content {
  top: 20%;
}
.banner.home-inpage .hero-image .content .ssq-logo {
  width: 75px;
  height: 75px;
  margin: 0 auto 2.0em;
}
.banner.home-inpage .hero-image .content article h2 {
  margin: auto;
  text-align: center;
  font-size: 2em;
  /* text-shadow: 1px 1px 1px #000;
  color: $color-primary;
  background-color: rgba(#fff,0.8);
  
  @include media($tablet) {
  	text-shadow: none;
  } */
}
@media screen and (min-width: 480px) {
  .banner.home-inpage .hero-image .content article h2 {
    font-size: 2.3125em;
  }
}
@media screen and (min-width: 768px) {
  .banner.home-inpage .hero-image .content article h2 {
    font-size: 2.625em;
  }
}
@media screen and (min-width: 960px) {
  .banner.home-inpage .hero-image .content article h2 {
    font-size: 2.9375em;
  }
}
@media screen and (min-width: 1200px) {
  .banner.home-inpage .hero-image .content article h2 {
    font-size: 3.25em;
  }
}
.banner.home-inpage .hero-image .content article p {
  color: #fff;
  max-width: 700px;
  margin: 2.0em auto;
  text-align: center;
}
.banner.home-inpage .hero-image .content article p::before {
  display: block;
  margin: 2.0em auto;
  width: 120px;
  height: 1px;
  background-color: #fff;
  content: "";
}

.banner.team .hero-image .content article .restrict-content {
  max-width: 480px;
  float: right;
}
.banner.team .hero-image .content article h2 {
  color: #bd9368;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .banner.team .hero-image .content article h2 {
    text-align: left;
  }
}
.banner.team .hero-image .content article p {
  color: #fff;
  margin: 2.0em auto;
  text-align: right;
  text-shadow: 1px 1px 1px rgba(189, 147, 104, 0.7);
}
@media screen and (min-width: 768px) {
  .banner.team .hero-image .content article p {
    text-align: left;
  }
}

.banner.history .hero-image .content article h2 {
  text-align: center;
  max-width: 1200px;
}

.banner.shopping .hero-image .content,
.banner.register .hero-image .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.banner.shopping .hero-image .content article h2,
.banner.register .hero-image .content article h2 {
  text-align: center;
  max-width: 1200px;
}

.banner.shopping .hero-image .content article h2,
.banner.register .hero-image .content article h2 {
  text-shadow: 0 0 4px rgba(189, 147, 104, 0.7);
}

.banner.contact .hero-image .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.banner.contact .hero-image .content article h2 {
  text-align: center;
  max-width: 1200px;
}

.hero-image .hero .scroll-arrow {
  position: absolute;
  bottom: 5%;
  left: 50%;
  width: 36px;
  height: 30px;
  margin-left: -18px;
}
@media screen and (min-width: 768px) {
  .hero-image .hero .scroll-arrow {
    width: 50px;
    height: 30px;
    margin-left: -25px;
  }
}
.hero-image .content {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.hero-image .content article {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}
.hero-image .content article::after {
  clear: both;
  content: "";
  display: block;
}
.hero-image .content article h2 {
  margin: 0;
  line-height: 1.05;
  color: #fff;
  text-transform: uppercase;
  font-size: 2.25em;
  max-width: 800px;
}
@media screen and (min-width: 480px) {
  .hero-image .content article h2 {
    font-size: 3em;
  }
}
@media screen and (min-width: 768px) {
  .hero-image .content article h2 {
    font-size: 3.75em;
  }
}
@media screen and (min-width: 960px) {
  .hero-image .content article h2 {
    font-size: 4.5em;
  }
}
@media screen and (min-width: 1200px) {
  .hero-image .content article h2 {
    font-size: 5.25em;
  }
}
.hero-image .content article p {
  color: #6d6e71;
  font-size: 0.9375em;
  font-weight: 400;
  max-width: 500px;
  display: none;
}
@media screen and (min-width: 768px) {
  .hero-image .content article p {
    display: block;
  }
}
.hero-image .content article p:last-child {
  margin-bottom: 0;
}

/* .hero-image {

	.hero {
	
		.scroll-arrow {
			position: absolute;
			bottom: 5%;
			left: 50%;
			width: 36px;
			height: 30px;
			margin-left: -18px;
		}
		
		@include media($tablet) {
		
			.scroll-arrow {
				width: 50px;
				height: 30px;
				margin-left: -25px;
			}
		
		}

	}

	.content {
		padding: 2.0em;
    	
		@include media($tablet) {
			position: absolute;
			top: 2.0em;
			left: 0;
			width: 100%;
			background-color: transparent;
			background-image: none;
			
			padding: 0 2.0em;
			
		 	@include transform(translateY(-50%));
			-webkit-transform-style: preserve-3d;
    		transform-style: preserve-3d;
			padding-top: 140px;
		}
		
		@include media($desktop) {
			bottom: 4.0em;
		}
		
		article {
			@include outer-container($width-restrict);
			h2 {
				margin: 0;
				line-height: 1.05;
				color: $color-base-light;
				text-transform: uppercase;
			}
			p {
				color: $color-base-light;
			}
			
			p:last-child {
				margin-bottom: 0;
			}
			
			@include media($tablet) {
				h2 {
					font-size: 3.500em;
				}
				p {}
			}
				
			@include media($desktop) {
				h2 {
					font-size: 4.250em;
				}
			}

		}
	}
} */
/* ==========================================================================
Button classes
========================================================================== */
div.svg-button {
  text-align: right;
}
div.svg-button a {
  display: inline-block;
  width: 120px;
  height: 28px;
}

input[type="submit"] {
  cursor: pointer;
}

.button,
.button:link,
input[type="submit"] {
  position: relative;
  display: inline-block;
  background-color: #bd9368;
  color: #fff;
  padding: 5px 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 1.0em;
  text-transform: uppercase;
  -webkit-transition: background-color 400ms ease-in, color 400ms ease-in;
  -moz-transition: background-color 400ms ease-in, color 400ms ease-in;
  transition: background-color 400ms ease-in, color 400ms ease-in;
  font-family: inherit;
  text-align: center;
  width: 100%;
  max-width: 230px;
}

.button:visited,
input[type="submit"]:visited {
  color: #fff;
}

.button:hover,
input[type="submit"]:hover {
  background-color: #d47b22;
  color: #fff;
  text-decoration: none;
}

.button:active,
.button.active {
  background-color: #bd9368;
  color: #fff;
  text-decoration: none;
}

/* Extend - for wide button */
.button.wide {
  padding: 12px 0;
  text-align: center;
  width: 100%;
  max-width: 300px;
}

/*  Base style for buttons above
button.skeuomorph-lite { 
	outline: none;
	margin: 0;
	background: #e0e0e0;
	border: 1px solid rgba(0, 0, 0, .15);
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	cursor: pointer;
	padding: .4em .8em;
	text-rendering: optimizeLegibility;
	font-size: inherit;
	font-family: inherit;
	color: inherit 
} 

button:hover,
button.hover { background: #e6e6e6 }

button:active,
button.active { background: #e0e0e0; border: 1px solid rgba(0, 0, 0, .15); border-top: 1px solid rgba(0, 0, 0, .3); }

*/
/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay {
  background: #fdfdfd;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

/* ----- preloader - choose between CIRCLE, IOS, DOTS, QUADS ----- */
/* circle preloader */
.vbox-preloader {
  position: fixed;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  background-image: url(../img/preload-circle.png);
  text-indent: -100px;
  overflow: hidden;
  -webkit-animation: playload 1.4s steps(18) infinite;
  -moz-animation: playload 1.4s steps(18) infinite;
  -ms-animation: playload 1.4s steps(18) infinite;
  -o-animation: playload 1.4s steps(18) infinite;
  animation: playload 1.4s steps(18) infinite;
}

@-webkit-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@-moz-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@-ms-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@-o-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
/* IOS preloader */
/*.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:32px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(../img/preload-ios.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
/* dots preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:11px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(../img/preload-dots.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(24) infinite;
       -moz-animation: playload 1.4s steps(24) infinite;
        -ms-animation: playload 1.4s steps(24) infinite;
         -o-animation: playload 1.4s steps(24) infinite;
            animation: playload 1.4s steps(24) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
*/
/* quads preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:10px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(../img/preload-quads.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}
@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
/* ----- navigation ----- */
.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 46px;
  height: 40px;
  padding: 10px 20px 10px 0;
  display: block;
  background: url(../img/close.gif) no-repeat #161617;
  background-position: 10px center;
  color: #fff;
  text-indent: -100px;
  overflow: hidden;
}

.vbox-next, .vbox-prev {
  box-sizing: content-box;
  cursor: pointer;
  position: fixed;
  top: 50%;
  color: #fff;
  width: 30px;
  height: 170px;
  margin-top: -85px;
  text-indent: -100px;
  border: solid transparent;
  /* Using border instead of padding to keep bg image in place */
  overflow: hidden;
}

.vbox-prev {
  left: 0;
  border-width: 0 30px 0 10px;
  background: url(../img/prev.gif) center center no-repeat;
}

.vbox-next {
  right: 0;
  border-width: 0 10px 0 30px;
  background: url(../img/next.gif) center center no-repeat;
}

.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #fff;
  padding: 6px 40px;
  overflow: hidden;
  background: #161617;
  position: fixed;
  display: none;
  top: -1px;
  left: 0;
}

.vbox-num {
  cursor: pointer;
  position: fixed;
  top: -1px;
  left: 0;
  height: 40px;
  display: block;
  color: #fff;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  background: #161617;
  display: none;
}

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  padding: 10px;
  background: #fff;
  text-align: left;
  margin: 0 auto;
  overflow: auto;
}

/* ------- Video & iFrames window ------ */
.venoframe {
  border: none;
  width: 960px;
  height: 720px;
}

@media (max-width: 992px) {
  .venoframe {
    width: 640px;
    height: 480px;
  }
}
@media (max-width: 767px) {
  .venoframe {
    width: 420px;
    height: 315px;
  }
}
@media (max-width: 460px) {
  .vbox-inline {
    width: 100%;
  }

  .venoframe {
    width: 100%;
    height: 260px;
  }
}
/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: relative;
  background: #000;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

/* ==========================================================================
Main styles
========================================================================== */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  overflow: hidden;
  /* http://wdn.unl.edu/page-title-h1-best-practices
  h1 {
  	font-size: 0;
  	width: 1px;
  	height: 1px;
  	display: inline-block;
  	overflow: hidden;
  	position: absolute!important;
  	border: 0!important;
  	padding: 0!important;
  	margin: 0!important;
  	clip: rect(1px,1px,1px,1px);
  } */
}
header h1 {
  position: absolute !important;
}
header a[href$="/register/"] {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0.8125em;
  font-weight: 300;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (min-width: 480px) {
  header a[href$="/register/"] {
    top: 30px;
    right: 30px;
  }
}
header a[href$="/register/"]:link, header a[href$="/register/"]:visited {
  color: #fff;
}
header a[href$="/register/"]:hover {
  color: #bd9368;
}
header a[href$="/register/"]:active {
  color: #fff;
}

main {
  width: 100%;
  margin: auto;
}
main div.content {
  padding: 2.0em;
}
@media screen and (min-width: 768px) {
  main div.content {
    padding: 3.0em 2.0em;
  }
}
@media screen and (min-width: 960px) {
  main div.content {
    padding: 4.0em 2.0em;
  }
}
@media screen and (min-width: 1200px) {
  main div.content {
    padding: 6.0em 2.0em;
  }
}
main div.content div.contain {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}
main div.content div.contain::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 960px) {
  main div.content div.contain.left article {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
  }
  main div.content div.contain.left article:last-child {
    margin-right: 0;
  }
  main div.content div.contain.left aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    padding-left: 4%;
  }
  main div.content div.contain.left aside:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  main div.content div.contain.right article {
    float: right;
    display: block;
    margin-left: 2.35765%;
    width: 40.29137%;
  }
  main div.content div.contain.right article:last-child {
    margin-left: 0;
  }
  main div.content div.contain.right aside {
    float: right;
    display: block;
    margin-left: 2.35765%;
    width: 57.35098%;
    padding-right: 4%;
  }
  main div.content div.contain.right aside:last-child {
    margin-left: 0;
  }
}
main div.content article.editorial {
  margin-bottom: 2.0em;
}
@media screen and (min-width: 960px) {
  main div.content article.editorial {
    border-top: 1px solid #bd9368;
  }
}
main div.content article.editorial h2 {
  margin: 0.5em 0 0;
  text-transform: uppercase;
}
@media screen and (min-width: 960px) {
  main div.content article.editorial h2 {
    font-size: 3.1875em;
  }
}
main div.content article.editorial p {
  font-size: 0.9375em;
}
main div.content aside img {
  width: 100%;
  height: auto;
}
main div.content div.restrict {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
main div.content div.restrict::after {
  clear: both;
  content: "";
  display: block;
}

.statement {
  padding: 2.0em;
  background: #bd9368;
  color: #fff;
  text-align: center;
  min-height: 600px;
}
.statement h2 {
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 2.5em;
}
@media screen and (min-width: 480px) {
  .statement h2 {
    font-size: 2.8125em;
  }
}
@media screen and (min-width: 768px) {
  .statement h2 {
    font-size: 3.125em;
  }
}
@media screen and (min-width: 960px) {
  .statement h2 {
    font-size: 3.4375em;
  }
}
@media screen and (min-width: 1200px) {
  .statement h2 {
    font-size: 3.75em;
  }
}
.statement p {
  margin: auto;
  max-width: 800px;
  font-size: 0.9375em;
}
.statement .team-signatures {
  margin-top: 2.0em;
}

.video-bg {
  padding-top: 10px;
  border-top: 1px solid #bd9368;
  border-right: 5px solid #fff;
  border-left: 5px solid #fff;
  /* .contain {
  	border: 1px solid $color-primary;
  	padding: 0 5px;
  	background-color: #fff;
  	
  	@include media( $mobile ) {
  		padding: 0 10px;
  	}
  } */
}
@media screen and (min-width: 480px) {
  .video-bg {
    border-width: 10px;
    border-top: 1px solid #bd9368;
  }
}

/* when nav is open */
.ssq-wrap.open {
  width: 100%;
  height: auto;
  overflow: hidden;
  overflow-y: hidden;
  overflow-x: hidden;
}

.principles {
  overflow: hidden;
  min-height: 560px;
}
.principles article ul {
  list-style: none none;
  padding: 0;
  margin: 0;
}
.principles article.core {
  overflow: hidden;
}
.principles article.core h2 {
  text-transform: uppercase;
  margin: 0;
  font-size: 2.5em;
}
@media screen and (min-width: 480px) {
  .principles article.core h2 {
    font-size: 3.25em;
  }
}
@media screen and (min-width: 768px) {
  .principles article.core h2 {
    font-size: 4em;
  }
}
@media screen and (min-width: 960px) {
  .principles article.core h2 {
    font-size: 4.75em;
  }
}
@media screen and (min-width: 1200px) {
  .principles article.core h2 {
    font-size: 5.5em;
  }
}
.principles article.core h3 {
  margin-top: 0.5em;
}
.principles article.core ul {
  /*width: 92px; */
  float: left;
}
.principles article.core ul li {
  float: left;
  width: 36px;
  height: 100px;
  margin-right: 6px;
  margin-top: 20px;
  /* padding: 2px; */
  position: relative;
  background: transparent url(../img/principles-grad.svg) no-repeat -6px 0;
  background-size: 150% auto;
  /* &:last-child {
  	margin-right: 0;
  } */
}
@media screen and (min-width: 360px) {
  .principles article.core ul li {
    width: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .principles article.core ul li {
    width: 50px;
  }
}
.principles article.core ul li a {
  cursor: pointer;
  display: block;
  width: 32px;
  height: 96px;
  background-color: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
@media screen and (min-width: 360px) {
  .principles article.core ul li a {
    width: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .principles article.core ul li a {
    width: 46px;
  }
}
.principles article.core ul li a span {
  display: block;
  position: absolute;
  bottom: 2px;
  left: 4px;
  font-size: 1.5em;
  line-height: 100%;
}
.principles article.core ul li.active a {
  background-color: transparent;
}
.principles article.core ul li.active a:link {
  color: #fff;
}
.principles article.core ul li.active a:visited {
  color: #fff;
}
.principles article.core ul li.active a:hover {
  color: #fff;
}
.principles article.core ul li.active a:active {
  color: #fff;
}
.principles article.core ul li:nth-child(2n) {
  margin-top: 0;
}
.principles article.details {
  position: relative;
  margin-top: 3.0em;
}
.principles article.details h2 {
  margin: 0.5em 0;
  min-height: 140px;
  overflow: hidden;
  text-indent: -999px;
}
.principles article.details h2.p1 {
  background: transparent url(../img/numbers/p1.svg) no-repeat 0 0;
}
.principles article.details h2.p2 {
  background: transparent url(../img/numbers/p2.svg) no-repeat 0 0;
}
.principles article.details h2.p3 {
  background: transparent url(../img/numbers/p3.svg) no-repeat 0 0;
}
.principles article.details h2.p4 {
  background: transparent url(../img/numbers/p4.svg) no-repeat 0 0;
}
.principles article.details h2.p5 {
  background: transparent url(../img/numbers/p5.svg) no-repeat 0 0;
}
.principles article.details h2.p6 {
  background: transparent url(../img/numbers/p6.svg) no-repeat 0 0;
}
.principles article.details h2.p7 {
  background: transparent url(../img/numbers/p7.svg) no-repeat 0 0;
}
.principles article.details h2.p8 {
  background: transparent url(../img/numbers/p8.svg) no-repeat 0 0;
}
.principles article.details h2.p9 {
  background: transparent url(../img/numbers/p9.svg) no-repeat 0 0;
}
.principles article.details h2.p10 {
  background: transparent url(../img/numbers/p10.svg) no-repeat 0 0;
}
.principles article.details p {
  font-size: 1.125em;
  line-height: 1.25;
}
@media screen and (min-width: 480px) {
  .principles article.details p {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 768px) {
  .principles article.details p {
    font-size: 1.375em;
  }
}
@media screen and (min-width: 960px) {
  .principles article.details p {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1200px) {
  .principles article.details p {
    font-size: 1.625em;
  }
}
.principles article.details ul {
  height: 100%;
  width: 100%;
}
.principles article.details ul li {
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.principles article.details ul li.active {
  opacity: 1;
  display: block;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .principles article.details h2 {
    margin: 0 20px 0 0;
    width: 100px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .principles article.details ul {
    padding-left: 120px;
    min-height: 140px;
  }
}
@media screen and (min-width: 768px) {
  .principles article.core {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
  }
  .principles article.core:last-child {
    margin-right: 0;
  }
  .principles article.details {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    padding-left: 8%;
    position: relative;
    margin-top: 0;
  }
  .principles article.details:last-child {
    margin-right: 0;
  }
  .principles article.details .divide {
    width: 1px;
    background-color: #bd9368;
    height: 100%;
    position: absolute;
    top: 0;
    left: 4%;
  }
  .principles article.details .divide::after {
    position: absolute;
    top: 80px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
    content: "";
  }
  .principles article.details .divide::before {
    position: absolute;
    top: 79px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 21px solid #bd9368;
    content: "";
  }
}

main#news {
  border: 5px solid #fff;
  background: url(../img/news-bg.png) no-repeat 0 0;
  background-size: cover;
}
main#news h2.news-title {
  margin: 20px 0 0.5em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 2.5em;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 480px) {
  main#news h2.news-title {
    font-size: 3.4375em;
  }
}
@media screen and (min-width: 768px) {
  main#news h2.news-title {
    font-size: 4.375em;
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  main#news h2.news-title {
    font-size: 5.3125em;
  }
}
@media screen and (min-width: 1200px) {
  main#news h2.news-title {
    font-size: 6.25em;
  }
}
main#news h2.news-title.ssq::before {
  display: block;
  content: "Station Square";
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  main#news h2.news-title.ssq::before {
    font-size: 1.75rem;
  }
}
main#news h2.news-title.buzz {
  margin-top: 1.0em;
  padding-top: 0.25em;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 480px) {
  main#news {
    border-width: 10px;
  }
}
main#news .news-entries {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}
main#news .news-entries::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  main#news .news-entries.archive article {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  main#news .news-entries.archive article:last-child {
    margin-right: 0;
  }
  main#news .news-entries.archive article:nth-child(3n) {
    margin-right: 0;
  }
  main#news .news-entries.archive article:nth-child(3n+1) {
    clear: left;
  }
}
main#news .news-entries article {
  background: #fff;
  min-height: 300px;
  margin-bottom: 2.0em;
}
main#news .news-entries article .featured-img {
  position: relative;
  overflow: hidden;
}
main#news .news-entries article .featured-img .dummy {
  padding-bottom: 56.5%;
}
main#news .news-entries article .featured-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
main#news .news-entries article .entry {
  position: relative;
  padding: 1.0em;
}
@media screen and (min-width: 960px) {
  main#news .news-entries article .entry {
    min-height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  main#news .news-entries article .entry {
    min-height: 330px;
  }
}
main#news .news-entries article .entry .date {
  margin-top: 0;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #bdbab7;
}
main#news .news-entries article .entry h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.75em;
}
@media screen and (min-width: 768px) {
  main#news .news-entries article .entry h2 {
    font-size: 2.375em !important;
  }
}
@media screen and (min-width: 768px) {
  main#news .news-entries article .entry.preview h2 {
    font-size: 2em !important;
  }
}
main#news .news-entries article .entry p {
  font-size: 0.875em;
}
main#news .news-entries article .entry .svg-button-spacer {
  height: 35px;
}
main#news .news-entries article .entry .svg-button {
  position: absolute;
  bottom: 1.0em;
  left: 1.0em;
  text-align: left;
}
main#news .news-entries article .entry .post-links a {
  font-size: 0.875em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  main#news .news-entries.single article .entry {
    padding: 2.0em;
  }
}
main#news .social-feeds {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}
main#news .social-feeds::after {
  clear: both;
  content: "";
  display: block;
}
main#news .social-feeds div.feed {
  position: relative;
  padding: 20px;
  background: #fff;
  height: 680px;
  margin-bottom: 2.0em;
}
@media screen and (min-width: 768px) {
  main#news .social-feeds div.feed#fb-feed, main#news .social-feeds div.feed#fb-twitter {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 37.7615653177%;
  }
}
@media screen and (min-width: 768px) {
  main#news .social-feeds div.feed#fb-instagram {
    float: left;
    display: block;
    width: 19.7%;
  }
}
main#news .social-feeds div.feed .socialwrap {
  height: 610px;
  overflow: auto;
}
main#news .social-feeds div.feed .feedlogo {
  position: absolute;
  z-index: 2;
  top: -16px;
  left: 20px;
  width: 32px;
  height: 32px;
}
main#news .social-feeds div.feed h5 {
  color: #bd9368;
  text-align: right;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 300;
  margin: 0 0 .5em;
}
main#news .social-feeds div.feed h5 a {
  color: #bd9368;
}
main#news .social-feeds .instagram .instagram-pics {
  list-style: none;
  padding: 0;
}
main#news .social-feeds .instagram .instagram-pics li {
  width: 100%;
  margin-bottom: 10px;
}
main#news .social-feeds .instagram .instagram-pics li img {
  max-width: 100%;
  height: auto;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 0;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#homevideo {
  width: 100%;
  position: relative;
}
#homevideo video {
  width: 100%;
}
#homevideo #video-controls {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 30px;
}
#homevideo #video-controls #play-pause {
  width: 30px;
  height: 30px;
  background: transparent url("../img/pause.png") no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  border: 0;
}
#homevideo #video-controls #play-pause.paused {
  background-position: -30px 0;
}

.zoom {
  position: relative;
  overflow: hidden;
}
.zoom .dummy {
  padding-top: 66.666%;
}
.zoom img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: scale, 0.6s ease-in-out;
  -moz-transition: scale, 0.6s ease-in-out;
  transition: scale, 0.6s ease-in-out;
}

[data-role="button"]:hover .zoom img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.youtube {
  margin-top: 1.0em;
  margin-bottom: 1.0em;
  display: none;
}

/* Site footer 
footer {
	padding: 0 2.0em;
	background: $color-grey-light;
	
	.container {
		@include outer-container();
		
		padding: 1.5em 0 0;
		
		img {
			width: 230px;
			height: auto;
		}
		
		p.copyright {
			font-size: 0.875em;
		}

	}
} */

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