/* This file will hold styles that are loaded using the same media query as the normal grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the widescreen layout unless they are overridden by the widescreen styles. */
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Imports
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 5, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|FONT MIXIN
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
@font-face {
  font-family: 'AvenirBlack';
  src: url("../fonts/avenir-black-webfont.eot");
  src: url("../fonts/avenir-black-webfont.eot?iefix") format("eot"), url("../fonts/avenir-black-webfont.woff") format("woff"), url("../fonts/avenir-black-webfont.ttf") format("truetype"), url("../fonts/avenir-black-webfont.svg#webfontB07Eye0o") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirBook';
  src: url("../fonts/avenir-book-webfont.eot");
  src: url("../fonts/avenir-book-webfont.eot?iefix") format("eot"), url("../fonts/avenir-book-webfont.woff") format("woff"), url("../fonts/avenir-book-webfont.ttf") format("truetype"), url("../fonts/avenir-book-webfont.svg#webfont4NTIrfko") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Colors
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|FONT MIXINS
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|globals 
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 114, ../sass/_variables.scss */
html {
  background: #fff;
}

/* line 116, ../sass/_variables.scss */
html, body {
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 121, ../sass/_variables.scss */
#zone-content #breadcrumb {
  display: none;
}

/* line 125, ../sass/_variables.scss */
#page-title {
  display: none;
}

/* line 130, ../sass/_variables.scss */
#zone-content #region-content {
  width: 100%;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 138, ../sass/_variables.scss */
.container-12 {
  width: 100% !important;
}

/* line 142, ../sass/_variables.scss */
.grid-12 {
  width: 100%;
  margin: 0;
}

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Sections Narrow
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 6, ../sass/_sections-narrow.scss */
#page {
  padding: 0 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 10, ../sass/_sections-narrow.scss */
#sections-wrapper {
  margin-top: 0;
}
/* line 12, ../sass/_sections-narrow.scss */
#sections-wrapper .bg-image {
  position: absolute;
  width: 65%;
  height: auto !important;
  min-height: 100%;
  top: 0;
  right: 0;
}
/* line 21, ../sass/_sections-narrow.scss */
#sections-wrapper #map-wrap {
  position: absolute;
  width: 65%;
  height: auto !important;
  min-height: 100%;
  top: 0;
  overflow: hidden;
}
/* line 29, ../sass/_sections-narrow.scss */
#sections-wrapper .text-content {
  width: 35%;
  padding: 0px 2.5em 90px 2.5em;
  position: relative;
  display: block;
  float: left;
  padding-left: 0;
}
/* line 36, ../sass/_sections-narrow.scss */
#sections-wrapper .text-content .inner {
  width: 100%;
  float: right;
}
/* line 43, ../sass/_sections-narrow.scss */
#sections-wrapper li {
  margin-bottom: 30px;
}
/* line 48, ../sass/_sections-narrow.scss */
#sections-wrapper li.views-row {
  min-height: 600px;
}
/* line 52, ../sass/_sections-narrow.scss */
#sections-wrapper li.views-row-even .bg-image {
  left: 0;
}
/* line 55, ../sass/_sections-narrow.scss */
#sections-wrapper li.views-row-even .text-content {
  float: right;
  padding-left: 2.5em;
  padding-right: 0;
}
/* line 59, ../sass/_sections-narrow.scss */
#sections-wrapper li.views-row-even .text-content .inner {
  float: left;
}
/* line 64, ../sass/_sections-narrow.scss */
#sections-wrapper li.views-row-even #map-wrap {
  left: 0;
}
/* line 71, ../sass/_sections-narrow.scss */
#sections-wrapper li.views-row-odd #map-wrap {
  right: 0;
}
/* line 75, ../sass/_sections-narrow.scss */
#sections-wrapper li.views-row-odd .repeat-edit {
  right: 5px;
  left: auto;
}
/* line 81, ../sass/_sections-narrow.scss */
#sections-wrapper h1 {
  font-size: 24px;
}

/* line 1, ../sass/_footer-narrow.scss */
#footer-wrap {
  padding: 2em 0 4em 0;
}
/* line 4, ../sass/_footer-narrow.scss */
#footer-wrap .through-border {
  display: block;
}
/* line 8, ../sass/_footer-narrow.scss */
#footer-wrap #mobile-footer {
  display: none;
}
/* line 11, ../sass/_footer-narrow.scss */
#footer-wrap .sub-logo {
  display: block;
}
/* line 15, ../sass/_footer-narrow.scss */
#footer-wrap #desktop-footer {
  width: 98%;
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
/* line 22, ../sass/_footer-narrow.scss */
#footer-wrap #desktop-footer a {
  text-indent: -9999px;
  display: block;
  width: 18px;
  height: 15px;
  background: url(../images/main-sprite.png) no-repeat center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 22, ../sass/_footer-narrow.scss */
  #footer-wrap #desktop-footer a {
    background: url(../images/main-spritex2.png) no-repeat center 0;
    background-size: 150px 750px;
  }
}
/* line 35, ../sass/_footer-narrow.scss */
#footer-wrap #desktop-footer .follow {
  display: block;
  float: left;
}
/* line 39, ../sass/_footer-narrow.scss */
#footer-wrap #desktop-footer .follow h3 {
  font-family: 'proxima_nova_rgregular';
  font-size: 16px;
  display: block;
  float: left;
  letter-spacing: 0.02em;
  padding-top: 1px;
}
/* line 48, ../sass/_footer-narrow.scss */
#footer-wrap #desktop-footer .follow ul {
  display: block;
  float: left;
}
/* line 53, ../sass/_footer-narrow.scss */
#footer-wrap #desktop-footer .follow ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 5px;
}
/* line 57, ../sass/_footer-narrow.scss */
#footer-wrap #desktop-footer .follow ul li.first {
  margin-left: 0;
}
/* line 61, ../sass/_footer-narrow.scss */
#footer-wrap #desktop-footer .follow ul a.instagram {
  background-position: center -126px;
}
/* line 65, ../sass/_footer-narrow.scss */
#footer-wrap #desktop-footer .follow ul a.facebook {
  background-position: center -234px;
}
/* line 71, ../sass/_footer-narrow.scss */
#footer-wrap #desktop-footer .inject {
  display: block;
  float: right;
}
/* line 75, ../sass/_footer-narrow.scss */
#footer-wrap #desktop-footer .inject a {
  float: right;
  background-position: center -344px;
  height: 20px;
  width: 20px;
}

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Nav Narrow
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 10, ../sass/_nav-narrow.scss */
#header .inner {
  padding: 10px 30px;
}

/* line 15, ../sass/_nav-narrow.scss */
#nav-wrapper {
  width: auto;
  display: block !important;
  float: right;
  padding-top: 15px;
}
/* line 21, ../sass/_nav-narrow.scss */
#nav-wrapper li {
  width: auto;
  margin: auto;
}
/* line 25, ../sass/_nav-narrow.scss */
#nav-wrapper li span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #111b32;
  height: 5px;
  width: 5px;
  margin: -3px 5px 0 5px;
}
/* line 35, ../sass/_nav-narrow.scss */
#nav-wrapper li.views-row-1 {
  padding-top: 0px;
}
/* line 40, ../sass/_nav-narrow.scss */
#nav-wrapper li.views-row-last span {
  display: none;
}
/* line 45, ../sass/_nav-narrow.scss */
#nav-wrapper a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* line 50, ../sass/_nav-narrow.scss */
#header.scrolled {
  background: #fff;
}
/* line 53, ../sass/_nav-narrow.scss */
#header.scrolled a {
  color: #111b32;
}
/* line 57, ../sass/_nav-narrow.scss */
#header.scrolled li span {
  color: #111b32;
}
/* line 61, ../sass/_nav-narrow.scss */
#header.scrolled #home-link {
  opacity: 1;
}

/* line 67, ../sass/_nav-narrow.scss */
#toolbar {
  width: auto;
}

/* line 71, ../sass/_nav-narrow.scss */
#mobile-enticer {
  display: none;
}

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Header narrow
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* line 6, ../sass/_maximage-narrow.scss */
#banner-wrapper {
  padding-bottom: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  width: 100%;
  margin-top: 65px !important;
}

/* line 15, ../sass/_maximage-narrow.scss */
.slide-text p {
  bottom: -70px;
}
/* line 18, ../sass/_maximage-narrow.scss */
.slide-text p.phone {
  bottom: -200px;
}

/* line 22, ../sass/_maximage-narrow.scss */
#logo-svg {
  max-width: 50%;
}
