/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/*-------------------------------------------------- */
/* HTML5 DISPLAY DEFINITIONS */
/*-------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup,
main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

/*-------------------------------------------------- */
/* BASE */
/*-------------------------------------------------- */
html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

/*-------------------------------------------------- */
/* LINKS */
/*-------------------------------------------------- */
a:focus {
  outline: thin dotted;
}

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

/*-------------------------------------------------- */
/* TYPOGRAPHY */
/*-------------------------------------------------- */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p, pre {
  margin: 1em 0;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*-------------------------------------------------- */
/* LISTS */
/*-------------------------------------------------- */
dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

/*-------------------------------------------------- */
/* EMBEDDED CONTENT */
/*-------------------------------------------------- */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

svg:not(:root) {
  overflow: hidden;
}

/*-------------------------------------------------- */
/* FIGURES */
/*-------------------------------------------------- */
figure {
  margin: 0;
}

/*-------------------------------------------------- */
/* FORMS */
/*-------------------------------------------------- */
form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

button, input, select, textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button],
input[type=reset], input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* end normalize.css */
/*-------------------------------------------------- */
/* STANDARD RESET VALUES */
/*-------------------------------------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, strong, sub, sup,
b, i, center, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

td {
  vertical-align: top;
  text-align: left;
}

a, area, select {
  outline: 0 none;
}

/* no title */
/* proven success */
/* years of proven success */
/* ========================================================================== BEGIN LIGHTBOX STYLESHEET */ /* line 7, ../sass/lightbox.sass */
body:after {
  content: url(../../images/interface/lightbox/close.png) url(../../images/interface/lightbox/loading.gif) url(../../images/interface/lightbox/prev.png) url(../../images/interface/lightbox/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "Gotham SSm 5r", "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 500;
}

/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../../images/interface/lightbox/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
  outline: 0 none !important;
}

/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../../images/interface/lightbox/prev.png) left 48% no-repeat;
  outline: 0 none !important;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
  outline: 0 none !important;
}

/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../../images/interface/lightbox/next.png) right 48% no-repeat;
  outline: 0 none !important;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}

/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
  padding-top: 0.4em;
}

/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-family: "Gotham SSm 7r", "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 700;
  line-height: 1em;
  font-size: 1.1em;
}

/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 0.9em;
  padding-top: 0.5em;
  color: #999999;
}

/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../../images/interface/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  outline: 0 none !important;
}

/*-------------------------------------------------- */
/* BEGIN CUSTOMIZED STYLES */
/*-------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  line-height: 1;
  font-size: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mobilespace {
  display: none;
}
@media only screen and (max-width: 1350px) {
  .mobilespace {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .mobilespace {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  .mobilespace {
    display: block;
    height: 290px;
  }
}
@media only screen and (max-width: 320px) {
  .mobilespace {
    display: block;
    height: 290px;
  }
}

/*-------------------------------------------------- */
/* PRIMARY POSITIONING */
/*-------------------------------------------------- */
#site {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
}

div#headerframe {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 80px;
  margin: 0 auto;
}
@media only screen and (max-width: 1350px) {
  div#headerframe {
    max-width: 1400px;
    height: 80px;
  }
}
@media only screen and (max-width: 1150px) {
  div#headerframe {
    max-width: 1150px;
    height: 80px;
  }
}
@media only screen and (max-width: 1000px) {
  div#headerframe {
    max-width: 960px;
    height: 80px;
  }
}
@media only screen and (max-width: 650px) {
  div#headerframe {
    max-width: 480px;
    height: 40px;
  }
}
@media only screen and (max-width: 320px) {
  div#headerframe {
    max-width: 320px;
    height: 36px;
  }
}
div#headerframe.hometest {
  height: 60px;
}
@media only screen and (max-width: 1350px) {
  div#headerframe.hometest {
    height: 60px;
  }
}
@media only screen and (max-width: 1150px) {
  div#headerframe.hometest {
    height: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  div#headerframe.hometest {
    height: 60px;
  }
}
@media only screen and (max-width: 650px) {
  div#headerframe.hometest {
    height: 40px;
  }
}
@media only screen and (max-width: 320px) {
  div#headerframe.hometest {
    height: 36px;
  }
}

div#contentframe {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 1350px) {
  div#contentframe {
    width: 100%;
    max-width: 1400px;
  }
}
@media only screen and (max-width: 1150px) {
  div#contentframe {
    width: 100%;
    max-width: 1150px;
  }
}
@media only screen and (max-width: 1000px) {
  div#contentframe {
    width: 100%;
    max-width: 960px;
  }
}
@media only screen and (max-width: 650px) {
  div#contentframe {
    width: 100%;
    max-width: 480px;
  }
}
@media only screen and (max-width: 320px) {
  div#contentframe {
    width: 100%;
    max-width: 320px;
  }
}

div#logoframe {
  display: block;
}
@media only screen and (max-width: 1350px) {
  div#logoframe {
    display: block;
  }
}
@media only screen and (max-width: 1150px) {
  div#logoframe {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  div#logoframe {
    display: block;
  }
}
@media only screen and (max-width: 650px) {
  div#logoframe {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  div#logoframe {
    display: none;
  }
}
div#logoframe.scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 46px;
  z-index: 200;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1350px) {
  div#logoframe.scroll {
    height: 46px;
  }
}
@media only screen and (max-width: 1150px) {
  div#logoframe.scroll {
    height: 46px;
  }
}
@media only screen and (max-width: 1000px) {
  div#logoframe.scroll {
    height: 40px;
  }
}

div#logo {
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  width: 118px;
  height: 118px;
}
div#logo.regular {
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  width: 118px;
  height: 118px;
}
div#logo.regular img {
  width: 118px;
  height: 118px;
}
div#logo.small {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1400px;
  height: 46px;
  z-index: 200;
  background-color: #fff;
}
@media only screen and (min-width: 1401px) {
  div#logo.small {
    left: calc((100vw - 1400px) / 2);
  }
}
@media only screen and (max-width: 1350px) {
  div#logo.small {
    max-width: 1400px;
    height: 46px;
  }
}
@media only screen and (max-width: 1150px) {
  div#logo.small {
    max-width: 1150px;
    height: 46px;
  }
}
@media only screen and (max-width: 1000px) {
  div#logo.small {
    max-width: 1000px;
    height: 40px;
  }
}
div#logo.small img {
  width: 46px;
  height: 46px;
}
@media only screen and (max-width: 1350px) {
  div#logo.small img {
    width: 46px;
    height: 46px;
  }
}
@media only screen and (max-width: 1150px) {
  div#logo.small img {
    width: 46px;
    height: 46px;
  }
}
@media only screen and (max-width: 1000px) {
  div#logo.small img {
    width: 40px;
    height: 40px;
  }
}

div#logo320px {
  display: none;
  position: relative;
  width: 100%;
  max-width: 480px;
  height: 66px;
  background-color: #ebe5df;
}
@media only screen and (max-width: 1350px) {
  div#logo320px {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  div#logo320px {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  div#logo320px {
    display: block;
    max-width: 480px;
  }
}
@media only screen and (max-width: 320px) {
  div#logo320px {
    display: block;
    max-width: 320px;
  }
}
div#logo320px.small {
  position: fixed;
  top: 0;
  z-index: 200;
}

#mobilemenu {
  display: none;
  float: right;
  margin: 18px 10px 0 0;
  width: 30px;
  height: 40px;
  cursor: pointer;
}
#mobilemenu div {
  width: 30px;
  height: 4px;
  background-color: #d7ccbf;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1350px) {
  #mobilemenu {
    display: none;
  }
}
@media only screen and (max-width: 1150px) {
  #mobilemenu {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  #mobilemenu {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  #mobilemenu {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  #mobilemenu {
    display: inline-block;
  }
}

#expandmobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #7ca7b9;
  height: auto;
  min-height: 200px;
  z-index: 6000;
}
#expandmobilemenu ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#expandmobilemenu ul li {
  padding: 20px;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-bottom: 1px solid #fff;
  background-image: none;
}
#expandmobilemenu ul li a, #expandmobilemenu ul li a:visited {
  color: #fff;
  text-decoration: none;
}
#expandmobilemenu ul li.last {
  padding: 5px 20px 5px 20px;
  font-size: 80%;
  text-transform: uppercase;
  background-color: #60818f;
  border-bottom: none;
}

#closemenu {
  color: #fff;
  cursor: pointer;
}

div#homenewsframe {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f7f5f2;
}

div#homenewsmax {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media only screen and (max-width: 1350px) {
  div#homenewsmax {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 1150px) {
  div#homenewsmax {
    max-width: 1150px;
  }
}
@media only screen and (max-width: 1000px) {
  div#homenewsmax {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 650px) {
  div#homenewsmax {
    max-width: 480px;
  }
}
@media only screen and (max-width: 320px) {
  div#homenewsmax {
    max-width: 320px;
  }
}

div#homenewscontent {
  position: relative;
  padding: 30px 120px 10px 98px;
  width: 100%;
  max-width: calc(100% - 218px);
  min-height: 120px;
}
@media only screen and (max-width: 1350px) {
  div#homenewscontent {
    padding: 30px 120px 10px 98px;
    width: 100%;
    max-width: calc(100% - 218px);
    min-height: 120px;
  }
}
@media only screen and (max-width: 1150px) {
  div#homenewscontent {
    padding: 30px 90px 10px 88px;
    width: 100%;
    max-width: calc(100% - 178px);
    min-height: 120px;
  }
}
@media only screen and (max-width: 1000px) {
  div#homenewscontent {
    padding: 30px 70px 10px 55px;
    width: 100%;
    max-width: calc(100% - 125px);
    min-height: 120px;
  }
}
@media only screen and (max-width: 650px) {
  div#homenewscontent {
    padding: 30px 30px 10px 30px;
    width: 100%;
    max-width: calc(100% - 60px);
    min-height: 32px;
  }
}
@media only screen and (max-width: 320px) {
  div#homenewscontent {
    width: 320px;
    min-height: 32px;
  }
}
div#homenewscontent .newsitem {
  display: inline-block;
  float: left;
  width: 49%;
}
@media only screen and (max-width: 1350px) {
  div#homenewscontent .newsitem {
    width: 49%;
  }
}
@media only screen and (max-width: 1150px) {
  div#homenewscontent .newsitem {
    width: 49%;
  }
}
@media only screen and (max-width: 1000px) {
  div#homenewscontent .newsitem {
    width: 49%;
  }
}
@media only screen and (max-width: 650px) {
  div#homenewscontent .newsitem {
    width: 100%;
  }
}
div#homenewscontent .newsitem h3 {
  line-height: 1.4em;
  padding: 0 0 2px 140px;
}
@media only screen and (max-width: 1350px) {
  div#homenewscontent .newsitem h3 {
    padding: 0 0 2px 140px;
  }
}
@media only screen and (max-width: 1150px) {
  div#homenewscontent .newsitem h3 {
    padding: 0 0 2px 140px;
  }
}
@media only screen and (max-width: 1000px) {
  div#homenewscontent .newsitem h3 {
    padding: 0 0 2px 130px;
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 650px) {
  div#homenewscontent .newsitem h3 {
    padding: 2px 0 2px 95px;
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 320px) {
  div#homenewscontent .newsitem h3 {
    padding: 0 0 2px 60px;
    font-size: 1.3em;
  }
}
div#homenewscontent .newsitem p {
  line-height: 1.5em;
  padding-left: 140px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1350px) {
  div#homenewscontent .newsitem p {
    padding-left: 140px;
    font-size: 1.3em;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 1150px) {
  div#homenewscontent .newsitem p {
    padding-left: 140px;
    font-size: 1.3em;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 1000px) {
  div#homenewscontent .newsitem p {
    padding-left: 130px;
    font-size: 1.3em;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 650px) {
  div#homenewscontent .newsitem p {
    padding-left: 95px;
    font-size: 1.3em;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 320px) {
  div#homenewscontent .newsitem p {
    padding-left: 60px;
    font-size: 1.25em;
    line-height: 1.4em;
  }
}
div#homenewscontent .newsitem .newsphoto {
  float: left;
  margin: 0 20px 20px 20px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 1350px) {
  div#homenewscontent .newsitem .newsphoto {
    margin: 0 20px 20px 20px;
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 1150px) {
  div#homenewscontent .newsitem .newsphoto {
    margin: 0 20px 20px 30px;
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 1000px) {
  div#homenewscontent .newsitem .newsphoto {
    margin: 0 20px 20px 20px;
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 650px) {
  div#homenewscontent .newsitem .newsphoto {
    margin: 0 15px 20px 0;
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 320px) {
  div#homenewscontent .newsitem .newsphoto {
    margin: 0 7px 20px 0;
    width: 48px;
    height: 48px;
  }
}
div#homenewscontent .newsitem .newsphoto img {
  height: 100px;
}
@media only screen and (max-width: 1350px) {
  div#homenewscontent .newsitem .newsphoto img {
    height: 100px;
  }
}
@media only screen and (max-width: 1150px) {
  div#homenewscontent .newsitem .newsphoto img {
    height: 100px;
  }
}
@media only screen and (max-width: 1000px) {
  div#homenewscontent .newsitem .newsphoto img {
    height: 90px;
  }
}
@media only screen and (max-width: 650px) {
  div#homenewscontent .newsitem .newsphoto img {
    height: 80px;
  }
}
@media only screen and (max-width: 320px) {
  div#homenewscontent .newsitem .newsphoto img {
    height: 48px;
  }
}

/*-------------------------------------------------- */
/* SEMANTIC STYLES */
/*-------------------------------------------------- */
a, a:visited {
  color: #7ca7b9;
  text-decoration: none;
}

a:hover, a:active {
  color: #2e3132;
  text-decoration: none;
}

a.btn, a.btn:visited, .btn, .btn:visited {
  display: inline-block;
  margin-top: 20px;
  padding: 7px 16px 7px 16px;
  width: auto;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  color: #fff;
  background-color: #7ca7b9;
  border: none;
}

a.btn:hover, a.btn:visited:active, .btn:hover {
  background-color: #2e3132;
}

p, ul {
  margin: 0 0 12px 0;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #2e3132;
  font-size: 1.4em;
  line-height: 1.9em;
}

p.small {
  font-size: 85%;
}

p em, p i {
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 500;
  font-style: italic;
}

p strong, p b, li strong, li b {
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.bold {
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.unbold {
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.clear {
  clear: both;
}

.quote {
  text-indent: -0.4em;
}

#morelink, #lesslink {
  display: none;
}

a.endlink {
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8em;
  text-transform: uppercase;
  white-space: nowrap;
}
a.endlink.btmspace {
  margin-bottom: 30px;
}

li {
  background-image: url(../../images/interface/global/bullet.gif);
  background-position: 0 9px;
  background-repeat: no-repeat;
}

h1, h2, h3, h4 {
  margin: 0;
  width: auto;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #464849;
  line-height: 1.3em;
}

h1 {
  font-size: 2.4em;
}
@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 2.4em;
  }
}
@media only screen and (max-width: 650px) {
  h1 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 320px) {
  h1 {
    font-size: 1.6em;
  }
}

h2 {
  padding: 0.1em 0 0.5em 0;
  font-size: 2em;
  line-height: 1.3em;
}
@media only screen and (max-width: 1350px) {
  h2 {
    padding: 0.1em 0 0.5em 0;
    font-size: 2em;
  }
}
@media only screen and (max-width: 1150px) {
  h2 {
    padding: 0.1em 0 0.5em 0;
    font-size: 2em;
  }
}
@media only screen and (max-width: 1000px) {
  h2 {
    padding: 0.1em 0 0.5em 0;
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 650px) {
  h2 {
    padding: 0.5em 0 0.15em 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 320px) {
  h2 {
    padding: 0.5em 0 0.15em 0;
    font-size: 16px;
  }
}

h3 {
  padding: 0 24px 0 0;
  font-size: 1.8em;
  line-height: 1.6em;
}
@media only screen and (max-width: 1350px) {
  h3 {
    font-size: 1.8em;
    line-height: 1.6em;
  }
}
@media only screen and (max-width: 1000px) {
  h3 {
    font-size: 1.8em;
    line-height: 1.6em;
  }
}
@media only screen and (max-width: 1000px) {
  h3 {
    font-size: 1.6em;
    line-height: 1.6em;
  }
}
@media only screen and (max-width: 650px) {
  h3 {
    font-size: 1.5em;
    line-height: 1.6em;
  }
}
@media only screen and (max-width: 320px) {
  h3 {
    font-size: 1.4em;
    line-height: 1.6em;
  }
}
h3 .careerlink {
  display: block;
  margin: 10px 0 0 50px;
  padding-top: 12px;
  border-top: 1px solid #d7ccbf;
}

h4 {
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1000px) {
  h4 {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 650px) {
  h4 {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 320px) {
  h4 {
    font-size: 0.8em;
  }
}

/*-------------------------------------------------- */
/* HEADER STYLES */
/*-------------------------------------------------- */
.navselect {
  display: none;
}
@media only screen and (max-width: 1350px) {
  .navselect {
    display: none;
  }
}
@media only screen and (max-width: 1150px) {
  .navselect {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .navselect {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  .navselect {
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }
}
@media only screen and (max-width: 320px) {
  .navselect {
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }
}
.navselect select {
  padding: 2px;
  width: 345px;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1em;
}
@media only screen and (max-width: 650px) {
  .navselect select {
    width: 345px;
  }
}
@media only screen and (max-width: 320px) {
  .navselect select {
    width: 205px;
  }
}

div#hometitlebar, div#sectiontitlebar {
  position: absolute;
  padding-top: 0;
  top: 25px;
  left: 365px;
  width: calc(100% - 365px);
  height: 50px;
  background-color: #ec3a31;
}
@media only screen and (max-width: 1350px) {
  div#hometitlebar, div#sectiontitlebar {
    position: absolute;
    padding-top: 0;
    top: 25px;
    left: 365px;
    right: auto;
    width: calc(100% - 365px);
    height: 50px;
    background-color: #ec3a31;
  }
}
@media only screen and (max-width: 1150px) {
  div#hometitlebar, div#sectiontitlebar {
    position: absolute;
    padding-top: 0;
    top: 25px;
    left: 365px;
    right: auto;
    width: calc(100% - 365px);
    height: 50px;
    background-color: #ec3a31;
  }
}
@media only screen and (max-width: 1000px) {
  div#hometitlebar, div#sectiontitlebar {
    position: absolute;
    padding-top: 0;
    top: 25px;
    left: 345px;
    right: auto;
    width: calc(100% - 345px);
    height: 50px;
    background-color: #ec3a31;
  }
}
@media only screen and (max-width: 650px) {
  div#hometitlebar, div#sectiontitlebar {
    position: relative;
    top: auto;
    left: auto;
    right: 0;
    width: 100%;
    height: 40px;
    background-color: transparent;
  }
}
@media only screen and (max-width: 320px) {
  div#hometitlebar, div#sectiontitlebar {
    position: relative;
    top: auto;
    left: auto;
    right: 0;
    width: 100%;
    height: auto;
    background-color: transparent;
  }
}
div#hometitlebar .navselect, div#sectiontitlebar .navselect {
  display: none;
}
@media only screen and (max-width: 1350px) {
  div#hometitlebar .navselect, div#sectiontitlebar .navselect {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  div#hometitlebar .navselect, div#sectiontitlebar .navselect {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  div#hometitlebar .navselect, div#sectiontitlebar .navselect {
    display: block;
    position: absolute;
    top: 22px;
    left: 100px;
  }
}
@media only screen and (max-width: 320px) {
  div#hometitlebar .navselect, div#sectiontitlebar .navselect {
    display: block;
    position: absolute;
    top: 22px;
    left: 90px;
  }
}
div#hometitlebar .titleleft, div#sectiontitlebar .titleleft {
  float: left;
  position: relative;
  width: calc(100% - 280px);
  height: 50px;
  background-color: #d7ccbf;
}
@media only screen and (max-width: 1350px) {
  div#hometitlebar .titleleft, div#sectiontitlebar .titleleft {
    float: left;
    width: calc(100% - 280px);
    height: 50px;
    background-color: #d7ccbf;
  }
}
@media only screen and (max-width: 1150px) {
  div#hometitlebar .titleleft, div#sectiontitlebar .titleleft {
    float: left;
    width: calc(100% - 280px);
    height: 50px;
    background-color: #d7ccbf;
  }
}
@media only screen and (max-width: 1000px) {
  div#hometitlebar .titleleft, div#sectiontitlebar .titleleft {
    float: left;
    width: calc(100% - 280px);
    height: 50px;
    background-color: #d7ccbf;
  }
}
@media only screen and (max-width: 650px) {
  div#hometitlebar .titleleft, div#sectiontitlebar .titleleft {
    float: none;
    width: auto;
    height: auto;
    background-color: transparent;
  }
}
@media only screen and (max-width: 320px) {
  div#hometitlebar .titleleft, div#sectiontitlebar .titleleft {
    float: none;
    width: auto;
    height: auto;
    background-color: transparent;
  }
}
div#hometitlebar .titleleft h1, div#sectiontitlebar .titleleft h1 {
  margin: 0;
  padding: 18px 4px 0 22px;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2e3132;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  /* pt1: "over 30"  pt2: "years of" */
}
div#hometitlebar .titleleft h1 .pt1, div#hometitlebar .titleleft h1 .pt2, div#hometitlebar .titleleft h1 .pt3, div#sectiontitlebar .titleleft h1 .pt1, div#sectiontitlebar .titleleft h1 .pt2, div#sectiontitlebar .titleleft h1 .pt3 {
  display: inline;
}
@media only screen and (max-width: 1350px) {
  div#hometitlebar .titleleft h1, div#sectiontitlebar .titleleft h1 {
    padding: 18px 4px 0 22px;
  }
  div#hometitlebar .titleleft h1 .pt1, div#hometitlebar .titleleft h1 .pt2, div#hometitlebar .titleleft h1 .pt3, div#sectiontitlebar .titleleft h1 .pt1, div#sectiontitlebar .titleleft h1 .pt2, div#sectiontitlebar .titleleft h1 .pt3 {
    display: inline;
  }
}
@media only screen and (max-width: 1150px) {
  div#hometitlebar .titleleft h1, div#sectiontitlebar .titleleft h1 {
    padding: 18px 4px 0 22px;
  }
  div#hometitlebar .titleleft h1 .pt1, div#hometitlebar .titleleft h1 .pt2, div#hometitlebar .titleleft h1 .pt3, div#sectiontitlebar .titleleft h1 .pt1, div#sectiontitlebar .titleleft h1 .pt2, div#sectiontitlebar .titleleft h1 .pt3 {
    display: inline;
  }
}
@media only screen and (max-width: 1000px) {
  div#hometitlebar .titleleft h1, div#sectiontitlebar .titleleft h1 {
    padding: 18px 4px 0 22px;
  }
  div#hometitlebar .titleleft h1 .pt1, div#hometitlebar .titleleft h1 .pt2, div#hometitlebar .titleleft h1 .pt3, div#sectiontitlebar .titleleft h1 .pt1, div#sectiontitlebar .titleleft h1 .pt2, div#sectiontitlebar .titleleft h1 .pt3 {
    display: inline;
  }
}
@media only screen and (max-width: 970px) {
  div#hometitlebar .titleleft h1, div#sectiontitlebar .titleleft h1 {
    padding: 18px 4px 0 22px;
  }
  div#hometitlebar .titleleft h1 .pt1, div#sectiontitlebar .titleleft h1 .pt1 {
    display: none;
  }
  div#hometitlebar .titleleft h1 .pt2, div#hometitlebar .titleleft h1 .pt3, div#sectiontitlebar .titleleft h1 .pt2, div#sectiontitlebar .titleleft h1 .pt3 {
    display: inline;
  }
}
@media only screen and (max-width: 900px) {
  div#hometitlebar .titleleft h1, div#sectiontitlebar .titleleft h1 {
    padding: 18px 4px 0 22px;
  }
  div#hometitlebar .titleleft h1 .pt1, div#hometitlebar .titleleft h1 .pt2, div#sectiontitlebar .titleleft h1 .pt1, div#sectiontitlebar .titleleft h1 .pt2 {
    display: none;
  }
  div#hometitlebar .titleleft h1 .pt3, div#sectiontitlebar .titleleft h1 .pt3 {
    display: inline;
  }
}
@media only screen and (max-width: 820px) {
  div#hometitlebar .titleleft h1, div#sectiontitlebar .titleleft h1 {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  div#hometitlebar .titleleft h1, div#sectiontitlebar .titleleft h1 {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  div#hometitlebar .titleleft h1, div#sectiontitlebar .titleleft h1 {
    display: none;
  }
}
div#hometitlebar .titleright, div#sectiontitlebar .titleright {
  float: left;
  position: relative;
  background-color: transparent;
  width: auto;
}
@media only screen and (max-width: 1350px) {
  div#hometitlebar .titleright, div#sectiontitlebar .titleright {
    float: left;
    background-color: transparent;
    width: auto;
  }
}
@media only screen and (max-width: 1150px) {
  div#hometitlebar .titleright, div#sectiontitlebar .titleright {
    float: left;
    background-color: transparent;
    width: auto;
  }
}
@media only screen and (max-width: 1000px) {
  div#hometitlebar .titleright, div#sectiontitlebar .titleright {
    float: left;
    background-color: transparent;
    width: auto;
  }
}
@media only screen and (max-width: 650px) {
  div#hometitlebar .titleright, div#sectiontitlebar .titleright {
    float: right;
    display: inline-block;
    background-color: #ec3a31;
    width: auto;
  }
}
@media only screen and (max-width: 320px) {
  div#hometitlebar .titleright, div#sectiontitlebar .titleright {
    float: right;
    display: inline-block;
    background-color: #ec3a31;
    width: calc(100% - 66px);
    white-space: nowrap;
  }
}
div#hometitlebar .titleright p, div#sectiontitlebar .titleright p {
  margin: 0;
  padding: 10px 0 0.2em 22px;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 1.6em;
  text-align: left;
}
@media only screen and (max-width: 1350px) {
  div#hometitlebar .titleright p, div#sectiontitlebar .titleright p {
    padding: 10px 0 0.2em 22px;
    font-size: 1.6em;
    text-align: left;
  }
}
@media only screen and (max-width: 1000px) {
  div#hometitlebar .titleright p, div#sectiontitlebar .titleright p {
    padding: 10px 0 0.2em 22px;
    font-size: 1.6em;
    text-align: left;
  }
}
@media only screen and (max-width: 650px) {
  div#hometitlebar .titleright p, div#sectiontitlebar .titleright p {
    padding: 0.2em 10px 0.2em 13px;
    font-size: 1.4em;
    text-align: center;
  }
}
@media only screen and (max-width: 320px) {
  div#hometitlebar .titleright p, div#sectiontitlebar .titleright p {
    padding: 0.2em 10px 0.2em 13px;
    font-size: 1.3em;
    text-align: center;
  }
}

div#sectiontitlebar {
  left: 160px;
  width: calc(100% - 160px);
  height: 50px;
}
@media only screen and (max-width: 1350px) {
  div#sectiontitlebar {
    left: 160px;
    width: calc(100% - 160px);
    height: 50px;
  }
}
@media only screen and (max-width: 1150px) {
  div#sectiontitlebar {
    left: 160px;
    width: calc(100% - 160px);
    height: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  div#sectiontitlebar {
    left: 160px;
    width: calc(100% - 160px);
    height: 50px;
  }
}
@media only screen and (max-width: 650px) {
  div#sectiontitlebar {
    left: auto;
    width: 100%;
    height: 80px;
  }
}
@media only screen and (max-width: 320px) {
  div#sectiontitlebar {
    left: auto;
    width: 100%;
    height: 80px;
  }
}
@media only screen and (max-width: 1350px) {
  div#sectiontitlebar .titleright {
    display: block;
  }
}
@media only screen and (max-width: 1150px) {
  div#sectiontitlebar .titleright {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  div#sectiontitlebar .titleright {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  div#sectiontitlebar .titleright {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  div#sectiontitlebar .titleright {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 320px) {
  div#sectiontitlebar .titleright {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 1350px) {
  div#sectiontitlebar .titleleft {
    width: calc(100% - 280px);
  }
}
@media only screen and (max-width: 1150px) {
  div#sectiontitlebar .titleleft {
    width: calc(100% - 280px);
  }
}
@media only screen and (max-width: 1000px) {
  div#sectiontitlebar .titleleft {
    width: calc(100% - 280px);
  }
}
@media only screen and (max-width: 900px) {
  div#sectiontitlebar .titleleft {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  div#sectiontitlebar .titleleft {
    width: auto;
  }
}
@media only screen and (max-width: 320px) {
  div#sectiontitlebar .titleleft {
    width: auto;
  }
}
div#sectiontitlebar .titleleft h1 {
  display: block;
  margin: 0;
  padding: 11px 4px 0 18px;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2e3132;
  font-size: 2em;
  line-height: 1.3em;
  text-transform: none;
  letter-spacing: 0;
  border-bottom: none;
}
@media only screen and (max-width: 1350px) {
  div#sectiontitlebar .titleleft h1 {
    display: block;
    margin: 0;
    padding: 11px 4px 0 18px;
    color: #2e3132;
    font-size: 2em;
    line-height: 1.3em;
    border-bottom: none;
  }
}
@media only screen and (max-width: 1150px) {
  div#sectiontitlebar .titleleft h1 {
    display: block;
    margin: 0;
    padding: 11px 4px 0 18px;
    color: #2e3132;
    font-size: 2em;
    line-height: 1.3em;
    border-bottom: none;
  }
}
@media only screen and (max-width: 1000px) {
  div#sectiontitlebar .titleleft h1 {
    display: block;
    margin: 0;
    padding: 13px 4px 0 15px;
    color: #2e3132;
    font-size: 1.8em;
    line-height: 1.3em;
    border-bottom: none;
  }
}
@media only screen and (max-width: 650px) {
  div#sectiontitlebar .titleleft h1 {
    display: block;
    margin: 0 20px 0 30px;
    padding: 65px 0 0.15em 0;
    color: #b09a80;
    font-size: 1.7em;
    line-height: 1.3em;
    border-bottom: 1px solid #d7ccbf;
  }
}
@media only screen and (max-width: 320px) {
  div#sectiontitlebar .titleleft h1 {
    display: block;
    margin: 0 20px 0 30px;
    padding: 65px 0 0.15em 0;
    color: #b09a80;
    font-size: 1.8em;
    line-height: 1.3em;
    border-bottom: 1px solid #d7ccbf;
  }
}

/*div#sectiontitlebar {
	position: absolute;
	top: 25px;
	left: 154px;
	width: 806px;
	height: 40px;
	background-color: $red0;
	@include responsive(xxwide-screens) {
		position: absolute;
		top: 25px;
		left: 154px;
		padding-top: 0;
		right: auto;
		width: 806px;
		height: 40px;
		background-color: $red0;
		}
	@include responsive(wide-screens) {
		position: absolute;
		top: 25px;
		left: 154px;
		padding-top: 0;
		right: auto;
		width: 806px;
		height: 40px;
		background-color: $red0;
		}
	@include responsive(medium-screens) {
		position: relative;
		top: auto;
		left: auto;
		padding-top: 66px;
		right: 0;
		width: 480px;
		height: auto;
		background-color: transparent;
		}
	@include responsive(small-screens) {
		position: relative;
		top: auto;
		left: auto;
		padding-top: 66px;
		right: 0;
		width: 320px;
		height: auto;
		background-color: transparent;
		}
	.navselect {
		display: none;
		@include responsive(xxwide-screens) { display: none; }
		@include responsive(wide-screens) { display: none; }
		@include responsive(medium-screens) { display: block; position: absolute; top: 22px; left: 100px; }
		@include responsive(small-screens) { display: block; position: absolute; top: 22px; left: 90px;  }
		}
	.titleleft {
		float: left;
		position: relative;
		width: 518px;
		height: 40px;
		background-color: $tan2;
		@include responsive(xxwide-screens) { 
			float: left;
			width: 518px;
			height: 40px;
			background-color: $tan2;
			}
		@include responsive(wide-screens) {
			float: left;
			width: 518px;
			height: 40px;
			background-color: $tan2;
			}
		@include responsive(medium-screens) {
			float: none;
			width: auto;
			height: auto;
			background-color: transparent;
			}
		@include responsive(small-screens) { 
			float: none;
			width: auto;
			height: auto;
			background-color: transparent;
			}
		h1 {
			margin: 0;
			padding: 11px 4px 0 11px;
			@include goth400;
			color: $gray0;
			font-size: 1.8em;
			line-height: 1.3em;
			border-bottom: none;
			@include responsive(xxwide-screens) {
				margin: 0;
				padding: 11px 4px 0 11px;
				color: $gray0;
				font-size: 1.8em;
				line-height: 1.3em;
				border-bottom: none;
				}
			@include responsive(wide-screens) {
				margin: 0;
				padding: 11px 4px 0 11px;
				color: $gray0;
				font-size: 1.8em;
				line-height: 1.3em;
				border-bottom: none;
				}
			@include responsive(medium-screens) {
				margin: 0 20px 0 30px;
				padding: 3.4em 0 0.15em 0;
				color: $tan0;
				font-size: 1.7em;
				line-height: 1.3em;
				border-bottom: 1px solid $tan2;
				}
			@include responsive(small-screens) {
				margin: 0 20px 0 30px;
				padding: 3.6em 0 0.15em 0;
				color: $tan0;
				font-size: 1.8em;
				line-height: 1.3em;
				border-bottom: 1px solid $tan2;
				}
			}
		}
	.titleright {
		float: left;
		position: relative;
		top: auto;
		right: auto;
		min-width: 0;
		background-color: transparent;
		@include responsive(xxwide-screens) {
			float: left;
			position: relative;
			top: auto;
			right: auto;
			min-width: 0;
			background-color: transparent;
			}
		@include responsive(wide-screens) {
			float: left;
			position: relative;
			top: auto;
			right: auto;
			min-width: 0;
			background-color: transparent;
			}
		@include responsive(medium-screens) { 
			float: none;
			position: absolute;
			top: 66px;
			right: 0;
			min-width: 254px;
			background-color: $red0;
			}
		@include responsive(small-screens) {
			float: none;
			position: absolute;
			top: 66px;
			right: 0;
			min-width: 254px;
			background-color: $red0;
			}
		p {
			margin: 0;
			padding: 0.27em 0 0.2em 22px;
			@include goth700;
			color: #fff;
			font-size: 1.6em;
			text-align: left;
			@include responsive(xxwide-screens) { padding: 0.27em 0 0.2em 22px; font-size: 1.6em; text-align: left; }
			@include responsive(wide-screens) { padding: 0.27em 0 0.2em 22px; font-size: 1.6em; text-align: left; }
			@include responsive(medium-screens) { padding: 0.2em 1.0em 0.2em 1.0em; font-size: 1.3em; text-align: center; }
			@include responsive(small-screens) { padding: 0.2em 1.0em 0.2em 1.0em; font-size: 1.4em; text-align: center; }
			}
		}
	}*/
#worklink {
  display: block; /* ?? */
  /* ?? */
  /* ?? */
}
@media only screen and (max-width: 1350px) {
  #worklink {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  #worklink {
    display: block;
  }
}
@media only screen and (max-width: 650px) {
  #worklink {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  #worklink {
    display: none;
  }
}

#wholink {
  display: none;
}
@media only screen and (max-width: 1350px) {
  #wholink {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  #wholink {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  #wholink {
    display: block;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 320px) {
  #wholink {
    display: block;
    margin-top: 20px;
  }
}

#nav2bar, #nav3bar, #nav4bar, #nav5bar, #nav6bar {
  display: none;
}

div#contactbox {
  position: fixed;
  top: 0;
  right: 0;
  width: 130px;
  height: 46px;
  background-color: #60818f;
  z-index: 300;
}
@media only screen and (min-width: 1401px) {
  div#contactbox {
    right: calc((100vw - 1400px) / 2);
  }
}
@media only screen and (max-width: 1350px) {
  div#contactbox {
    position: fixed;
    width: 130px;
    height: 46px;
  }
}
@media only screen and (max-width: 1150px) {
  div#contactbox {
    position: fixed;
    width: 130px;
    height: 46px;
  }
}
@media only screen and (max-width: 1000px) {
  div#contactbox {
    position: fixed;
    width: 110px;
    height: 40px;
  }
}
@media only screen and (max-width: 650px) {
  div#contactbox {
    position: absolute;
    width: 90px;
    height: 40px;
  }
}
@media only screen and (max-width: 320px) {
  div#contactbox {
    position: absolute;
    width: 86px;
    height: 36px;
  }
}
div#contactbox p {
  padding-top: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 1350px) {
  div#contactbox p {
    padding-top: 10px;
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 1150px) {
  div#contactbox p {
    padding-top: 10px;
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 1000px) {
  div#contactbox p {
    padding-top: 8px;
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 650px) {
  div#contactbox p {
    padding-top: 9px;
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 320px) {
  div#contactbox p {
    padding-top: 7px;
    font-size: 1.1em;
  }
}
div#contactbox p a, div#contactbox p a:visited {
  color: #fff;
}

div#contactnumber {
  display: none;
  position: absolute;
  top: 0.8em;
  right: 112px;
  width: 140px;
}
@media only screen and (max-width: 1350px) {
  div#contactnumber {
    top: 0.8em;
    right: 112px;
  }
}
@media only screen and (max-width: 1000px) {
  div#contactnumber {
    top: 0.8em;
    right: 112px;
  }
}
@media only screen and (max-width: 650px) {
  div#contactnumber {
    top: 0.5em;
    right: 90px;
  }
}
@media only screen and (max-width: 320px) {
  div#contactnumber {
    top: 0.55em;
    right: 90px;
  }
}
div#contactnumber p {
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2em;
  color: #b09a80;
  letter-spacing: 0.2em;
  text-align: right;
}
@media only screen and (max-width: 1350px) {
  div#contactnumber p {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 1000px) {
  div#contactnumber p {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 650px) {
  div#contactnumber p {
    font-size: 0.95em;
  }
}
@media only screen and (max-width: 320px) {
  div#contactnumber p {
    font-size: 1em;
  }
}

/*-------------------------------------------------- */
/* HOME CONTENT STYLES */
/*-------------------------------------------------- */
div#homeintro {
  clear: both;
  margin: 89px 0 0 385px;
  padding: 0;
  width: calc(100% - 435px);
  max-width: none;
}
@media only screen and (max-width: 1350px) {
  div#homeintro {
    clear: both;
    margin: 89px 0 0 385px;
    padding: 0;
    width: calc(100% - 435px);
    max-width: none;
  }
}
@media only screen and (max-width: 1150px) {
  div#homeintro {
    clear: both;
    margin: 89px 0 0 385px;
    padding: 0;
    width: calc(100% - 405px);
    max-width: none;
  }
}
@media only screen and (max-width: 1000px) {
  div#homeintro {
    clear: both;
    margin: 89px 0 0 365px;
    padding: 0;
    width: calc(100% - 390px);
    max-width: none;
  }
}
@media only screen and (max-width: 650px) {
  div#homeintro {
    clear: both;
    margin: 20px 0 0 0;
    padding: 0.6em 1.5em 0 30px;
    width: auto;
    max-width: none;
  }
}
@media only screen and (max-width: 320px) {
  div#homeintro {
    clear: both;
    position: relative;
    margin: 50px 0 0 0;
    padding: 20px 1.5em 0 30px;
    width: auto;
    max-width: 500px;
  }
}
div#homeintro p {
  font-size: 1.8em;
  line-height: 1.62em;
  color: #464849;
  margin-right: 100px;
}
@media only screen and (max-width: 1350px) {
  div#homeintro p {
    font-size: 1.8em;
    line-height: 1.62em;
    margin-right: 100px;
  }
}
@media only screen and (max-width: 1150px) {
  div#homeintro p {
    font-size: 1.7em;
    line-height: 1.74em;
    margin-right: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  div#homeintro p {
    font-size: 1.5em;
    line-height: 1.62em;
    margin-right: 0;
  }
}
@media only screen and (max-width: 650px) {
  div#homeintro p {
    font-size: 1.6em;
    line-height: 1.5em;
    margin-right: 20px; /* width: auto; */
  }
}
@media only screen and (max-width: 320px) {
  div#homeintro p {
    font-size: 1.3em;
    line-height: 1.5em;
    margin-right: 0; /* width: auto; */
  }
}
div#homeintro p a.endlink {
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8em;
  text-transform: uppercase;
  white-space: nowrap;
}
div#homeintro p b {
  color: #ec3a31;
}

/* these home news styles are for the optional item that appears next to introduction */
div#homenews {
  display: block;
  float: right;
  margin: 6px -30px 20px 30px;
  width: 238px;
}
@media only screen and (max-width: 1350px) {
  div#homenews {
    display: block;
    margin: 6px -30px 20px 30px;
    width: 238px;
  }
}
@media only screen and (max-width: 1150px) {
  div#homenews {
    display: block;
    margin: 5px 0 20px 30px;
    width: 238px;
  }
}
@media only screen and (max-width: 1000px) {
  div#homenews {
    display: block;
    margin: 3px -5px 20px 30px;
    width: 238px;
  }
}
@media only screen and (max-width: 900px) {
  div#homenews {
    display: none;
  }
}
@media only screen and (max-width: 820px) {
  div#homenews {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  div#homenews {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  div#homenews {
    display: none;
  }
}

div#homenews2 {
  display: none;
  position: relative;
  margin: 10px 0 0 365px;
  padding: 0;
  top: auto;
  left: auto;
  width: calc(100% - 390px);
}
@media only screen and (max-width: 1350px) {
  div#homenews2 {
    display: none;
  }
}
@media only screen and (max-width: 1150px) {
  div#homenews2 {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  div#homenews2 {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  div#homenews2 {
    display: block;
    margin: 10px 0 0 365px;
    width: calc(100% - 390px);
  }
}
@media only screen and (max-width: 820px) {
  div#homenews2 {
    display: block;
    margin: 10px 0 0 365px;
    width: calc(100% - 390px);
  }
}
@media only screen and (max-width: 650px) {
  div#homenews2 {
    display: block;
    margin: 10px 20px 0 30px;
    width: auto;
  }
}
@media only screen and (max-width: 320px) {
  div#homenews2 {
    display: block;
    margin: 10px 20px 0 30px;
    width: auto;
  }
}

div#homenews p, div#homenews2 p {
  width: auto;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3em;
  line-height: 1.5em;
  color: #464849;
  margin-right: 15px;
}
@media only screen and (max-width: 1350px) {
  div#homenews p, div#homenews2 p {
    font-size: 1.3em;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 1150px) {
  div#homenews p, div#homenews2 p {
    font-size: 1.3em;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 1000px) {
  div#homenews p, div#homenews2 p {
    font-size: 1.3em;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 650px) {
  div#homenews p, div#homenews2 p {
    margin-bottom: 0;
    font-size: 1.3em;
    line-height: 1.4em;
  }
}
@media only screen and (max-width: 320px) {
  div#homenews p, div#homenews2 p {
    margin-bottom: 0;
    font-size: 1.2em;
    line-height: 1.4em;
  }
}

div#homenews p a.endlink, div#homenews2 p a.endlink {
  white-space: nowrap;
}

/*-------------------------------------------------- */
/* MAIN CONTENT STYLES */
/*-------------------------------------------------- */
div#centercontent, .centercontent {
  clear: both;
  position: relative;
  margin: 100px 0 0 365px;
  padding: 0 45px 30px 0;
  width: calc(100% - 410px);
  max-width: 1400px;
  min-height: 480px;
}
@media only screen and (max-width: 1350px) {
  div#centercontent, .centercontent {
    margin: 100px 0 0 365px;
    padding: 0 45px 30px 0;
    width: calc(100% - 410px);
    max-width: 1400px;
    min-height: 480px;
  }
}
@media only screen and (max-width: 1150px) {
  div#centercontent, .centercontent {
    margin: 100px 0 0 365px;
    padding: 0 45px 30px 0;
    width: calc(100% - 410px);
    max-width: 1150px;
    min-height: 360px;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent, .centercontent {
    margin: 100px 0 0 330px;
    padding: 0 45px 30px 0;
    width: calc(100% - 375px);
    max-width: 960px;
    min-height: 360px;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent, .centercontent {
    margin: 4px 0 0 30px;
    padding: 0 20px 20px 0;
    width: auto;
    min-height: 0;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent, .centercontent {
    margin: 8px 0 0 30px;
    padding: 0 20px 30px 0;
    width: auto;
    min-height: 0;
  }
}
div#centercontent h2.rule, .centercontent h2.rule {
  border-top: 1px solid #999b9b;
  padding: 0.6em 0 0.5em 0;
  margin-top: 30px;
}
@media only screen and (max-width: 1350px) {
  div#centercontent h2.rule, .centercontent h2.rule {
    padding: 0.6em 0 0.5em 0;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent h2.rule, .centercontent h2.rule {
    padding: 0.6em 0 0.5em 0;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent h2.rule, .centercontent h2.rule {
    padding: 0.5em 0 0.15em 0;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent h2.rule, .centercontent h2.rule {
    padding: 0.6em 0 0.15em 0;
  }
}
div#centercontent h2.beforelist, .centercontent h2.beforelist {
  padding-bottom: 12px;
}
div#centercontent h3, .centercontent h3 {
  padding-top: 10px;
}
div#centercontent h3.top, .centercontent h3.top {
  padding-top: 0;
}
div#centercontent h3.beforelist, .centercontent h3.beforelist {
  padding-bottom: 12px;
}
div#centercontent ul, .centercontent ul {
  color: #464849;
  font-size: 1.5em;
  line-height: 1.6em;
  padding-right: 24px;
  margin-top: -4px;
}
@media only screen and (max-width: 1350px) {
  div#centercontent ul, .centercontent ul {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent ul, .centercontent ul {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent ul, .centercontent ul {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent ul, .centercontent ul {
    font-size: 1.4em;
  }
}
div#centercontent ul li, .centercontent ul li {
  margin-left: 35px;
  padding-left: 15px;
}
div#centercontent p, .centercontent p {
  color: #464849;
  font-size: 1.6em;
  line-height: 1.6em;
  padding-right: 24px;
}
div#centercontent p strong, div#centercontent p bold, .centercontent p strong, .centercontent p bold {
  color: #60818f;
}
div#centercontent p.endlink, .centercontent p.endlink {
  padding-top: 0.5em;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1350px) {
  div#centercontent p.endlink, .centercontent p.endlink {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent p.endlink, .centercontent p.endlink {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent p.endlink, .centercontent p.endlink {
    font-size: 1em;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent p.endlink, .centercontent p.endlink {
    font-size: 1.1em;
  }
}
div#centercontent p.endlink span, .centercontent p.endlink span {
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 300;
  font-style: normal;
}
div#centercontent p.endlink select, .centercontent p.endlink select {
  padding: 4px 12px;
  font-size: 1.2em;
}
div#centercontent p.downlink, div#centercontent p.uplink, .centercontent p.downlink, .centercontent p.uplink {
  color: #c3b3a0;
  font-size: 1.2em;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
  background-image: url(../../images/interface/global/arrow_down.gif);
  background-repeat: no-repeat;
  background-position: -2px 3px;
  padding-left: 14px;
  margin-bottom: 0;
}
div#centercontent p.uplink, .centercontent p.uplink {
  background-image: url(../../images/interface/global/arrow_up.gif);
  margin-top: -10px;
}
div#centercontent p.intro, .centercontent p.intro {
  color: #60818f;
  font-size: 1.7em;
  line-height: 24px;
  padding-right: 24px;
  font-weight: 400;
  margin-top: 30px;
}
@media only screen and (max-width: 1350px) {
  div#centercontent p.intro, .centercontent p.intro {
    font-size: 1.7em;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent p.intro, .centercontent p.intro {
    font-size: 1.7em;
    line-height: 24px;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent p.intro, .centercontent p.intro {
    font-size: 1.5em;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent p.intro, .centercontent p.intro {
    font-size: 1.5em;
    line-height: 1.5em;
  }
}
div#centercontent #intro p, .centercontent #intro p {
  color: #60818f;
  font-size: 1.9em;
  line-height: 1.6em;
  padding-right: 24px;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 0;
}
@media only screen and (max-width: 1350px) {
  div#centercontent #intro p, .centercontent #intro p {
    font-size: 1.9em;
    line-height: 1.6em;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1150px) {
  div#centercontent #intro p, .centercontent #intro p {
    font-size: 1.8em;
    line-height: 1.6em;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent #intro p, .centercontent #intro p {
    font-size: 1.7em;
    line-height: 1.6em;
    margin-top: 0;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent #intro p, .centercontent #intro p {
    font-size: 1.5em;
    line-height: 1.5em;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent #intro p, .centercontent #intro p {
    font-size: 1.5em;
    line-height: 1.5em;
    margin-top: 20px;
  }
}
div#centercontent.wide, div#centercontent.what, .centercontent.wide, .centercontent.what {
  margin-left: 165px;
  width: 770px;
  padding-right: 25px;
}
@media only screen and (max-width: 1350px) {
  div#centercontent.wide, div#centercontent.what, .centercontent.wide, .centercontent.what {
    margin-left: 165px;
    width: 770px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent.wide, div#centercontent.what, .centercontent.wide, .centercontent.what {
    margin-left: 165px;
    width: 770px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent.wide, div#centercontent.what, .centercontent.wide, .centercontent.what {
    margin-left: 30px;
    width: auto;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent.wide, div#centercontent.what, .centercontent.wide, .centercontent.what {
    margin-left: 30px;
    width: auto;
    padding-right: 20px;
  }
}
div#centercontent.what h2, .centercontent.what h2 {
  margin: -4px 0 14px 60px;
  padding-top: 0.1em;
  padding-bottom: 0.05em;
  font-size: 1.9em;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 100;
  font-style: normal;
}
@media only screen and (max-width: 1350px) {
  div#centercontent.what h2, .centercontent.what h2 {
    margin: -4px 0 14px 60px;
    font-size: 1.9em;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent.what h2, .centercontent.what h2 {
    margin: -4px 0 14px 60px;
    font-size: 1.9em;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent.what h2, .centercontent.what h2 {
    margin: -4px 0 14px 30px;
    font-size: 1.7em;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent.what h2, .centercontent.what h2 {
    margin: -4px 0 14px 20px;
    font-size: 1.8em;
  }
}
div#centercontent.what ul, .centercontent.what ul {
  margin-bottom: 16px;
}
div#centercontent.what ul li, .centercontent.what ul li {
  margin-left: 62px;
}
@media only screen and (max-width: 1350px) {
  div#centercontent.trendingsub, .centercontent.trendingsub {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1150px) {
  div#centercontent.trendingsub, .centercontent.trendingsub {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent.trendingsub, .centercontent.trendingsub {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent.trendingsub, .centercontent.trendingsub {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent.trendingsub, .centercontent.trendingsub {
    margin-top: 20px;
  }
}
div#centercontent.trendingsub h2, .centercontent.trendingsub h2 {
  color: #c59c50;
  margin: 20px 0 4px 0;
  font-size: 1em;
  line-height: 1.4em;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
div#centercontent.trendingsub h3, .centercontent.trendingsub h3 {
  font-size: 1.8em;
  padding-top: 20px;
  /*padding-bottom: 4px;*/
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
}
div#centercontent.trendingsub h3.main, .centercontent.trendingsub h3.main {
  padding-top: 2px;
  padding-bottom: 12px;
  font-size: 2.5em;
  line-height: 1.2em;
}
div#centercontent.trendingsub #intro p, .centercontent.trendingsub #intro p {
  font-size: 1.9em;
  line-height: 28px;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 8px;
  margin-bottom: 24px;
}
div#centercontent.trending, .centercontent.trending {
  margin-left: 165px;
  width: auto;
}
@media only screen and (max-width: 1350px) {
  div#centercontent.trending, .centercontent.trending {
    margin-top: 100px;
    margin-left: 165px;
  }
}
@media only screen and (max-width: 1150px) {
  div#centercontent.trending, .centercontent.trending {
    margin-top: 100px;
    margin-left: 165px;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent.trending, .centercontent.trending {
    margin-top: 100px;
    margin-left: 165px;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent.trending, .centercontent.trending {
    margin-top: 20px;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent.trending, .centercontent.trending {
    margin-top: 20px;
    margin-left: 30px;
  }
}
div#centercontent.trending #intro p, .centercontent.trending #intro p {
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 24px;
  margin-top: 0;
}
@media only screen and (max-width: 1350px) {
  div#centercontent.trending #intro p, .centercontent.trending #intro p {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1150px) {
  div#centercontent.trending #intro p, .centercontent.trending #intro p {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent.trending #intro p, .centercontent.trending #intro p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent.trending #intro p, .centercontent.trending #intro p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent.trending #intro p, .centercontent.trending #intro p {
    margin-top: 20px;
  }
}
div#centercontent.trending .endlink, .centercontent.trending .endlink {
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 11px;
}
div#centercontent.trending .endlink span, .centercontent.trending .endlink span {
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 300;
  font-style: normal;
}
div#centercontent.trending .storygrid, .centercontent.trending .storygrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  grid-auto-flow: dense;
}
@media only screen and (max-width: 1350px) {
  div#centercontent.trending .storygrid, .centercontent.trending .storygrid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 1150px) {
  div#centercontent.trending .storygrid, .centercontent.trending .storygrid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent.trending .storygrid, .centercontent.trending .storygrid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent.trending .storygrid, .centercontent.trending .storygrid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent.trending .storygrid, .centercontent.trending .storygrid {
    grid-template-columns: 1fr;
  }
}
div#centercontent.trending .storygrid h3, .centercontent.trending .storygrid h3 {
  padding: 0 20px 2px 20px;
  font-size: 1.4em;
  line-height: 1.4em;
}
div#centercontent.trending .storygrid h2, .centercontent.trending .storygrid h2 {
  padding: 0px 20px 0 20px;
  color: #c59c50;
  font-size: 1em !important;
  line-height: 1em;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 10px 0 4px 0 !important;
}
div#centercontent.trending .storygrid .imgbox, .centercontent.trending .storygrid .imgbox {
  width: 100%;
  /*height: 200px;
  overflow: hidden;
  @include responsive(xxwide-screens) { height: 200px; }
  @include responsive(xwide-screens) { height: 160px; }
  @include responsive(wide-screens) { height: 120px; }
  @include responsive(medium-screens) { height: 160px; }
  @include responsive(small-screens) { height: 150px; }*/
}
div#centercontent.trending .storygrid .imgbox img, .centercontent.trending .storygrid .imgbox img {
  width: 100%;
}
div#centercontent.trending .story, .centercontent.trending .story {
  grid-column-end: span 1;
  grid-row-end: span 1;
  background-color: #eee;
}
div#centercontent.trending .story p, .centercontent.trending .story p {
  padding: 0 20px 0 20px;
  font-size: 1.4em;
  line-height: 1.4em;
}
div#centercontent.contact, .centercontent.contact {
  margin-left: 165px;
  width: 690px;
  padding-right: 105px;
}
@media only screen and (max-width: 1350px) {
  div#centercontent.contact, .centercontent.contact {
    margin-left: 165px;
    width: 690px;
    padding-right: 105px;
  }
}
@media only screen and (max-width: 1150px) {
  div#centercontent.contact, .centercontent.contact {
    margin-left: 165px;
    width: 690px;
    padding-right: 105px;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent.contact, .centercontent.contact {
    margin-left: 165px;
    width: 690px;
    padding-right: 105px;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent.contact, .centercontent.contact {
    margin-left: 30px;
    width: auto;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent.contact, .centercontent.contact {
    margin-left: 30px;
    width: auto;
    padding-right: 20px;
  }
}
div#centercontent.contact #sidebar, .centercontent.contact #sidebar {
  margin: 3px -75px 14px 20px;
  width: 200px;
}
@media only screen and (max-width: 1350px) {
  div#centercontent.contact #sidebar, .centercontent.contact #sidebar {
    margin: 3px -75px 14px 20px;
  }
}
@media only screen and (max-width: 1350px) {
  div#centercontent.contact #sidebar, .centercontent.contact #sidebar {
    margin: 3px -75px 14px 20px;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent.contact #sidebar, .centercontent.contact #sidebar {
    margin: 3px -90px 14px 20px;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent.contact #sidebar, .centercontent.contact #sidebar {
    margin: 3px 0px 14px 20px;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent.contact #sidebar, .centercontent.contact #sidebar {
    margin: 3px 0px 14px 20px;
  }
}
div#centercontent.contact #sidebar.topspace, .centercontent.contact #sidebar.topspace {
  margin-top: 31px;
}
div#centercontent.contact #sidebar.btmspace, .centercontent.contact #sidebar.btmspace {
  margin-bottom: 340px;
}
div#centercontent.contact #sidebar p, .centercontent.contact #sidebar p {
  color: #b09a80 !important;
}
div#centercontent.contact #sidebar2, .centercontent.contact #sidebar2 {
  border-top: none;
}
div#centercontent.contact #sidebar2 p, .centercontent.contact #sidebar2 p {
  color: #b09a80 !important;
}
div#centercontent.gallery, div#centercontent.gallerysubs, .centercontent.gallery, .centercontent.gallerysubs {
  margin-left: 165px;
  width: auto;
  padding-right: 5px;
  padding-top: 0;
}
@media only screen and (max-width: 1350px) {
  div#centercontent.gallery, div#centercontent.gallerysubs, .centercontent.gallery, .centercontent.gallerysubs {
    margin-left: 165px;
    width: auto;
    padding-right: 5px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 1150px) {
  div#centercontent.gallery, div#centercontent.gallerysubs, .centercontent.gallery, .centercontent.gallerysubs {
    margin-left: 165px;
    width: auto;
    padding-right: 5px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent.gallery, div#centercontent.gallerysubs, .centercontent.gallery, .centercontent.gallerysubs {
    margin-left: 165px;
    width: auto;
    padding-right: 5px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent.gallery, div#centercontent.gallerysubs, .centercontent.gallery, .centercontent.gallerysubs {
    margin-left: 30px;
    width: auto;
    padding-right: 20px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent.gallery, div#centercontent.gallerysubs, .centercontent.gallery, .centercontent.gallerysubs {
    margin-left: 30px;
    width: auto;
    padding-right: 20px;
    padding-top: 20px;
  }
}
div#centercontent.gallery p, .centercontent.gallery p {
  width: auto;
  padding-right: 45px;
}
@media only screen and (max-width: 1350px) {
  div#centercontent.gallery p, .centercontent.gallery p {
    padding-right: 45px;
  }
}
@media only screen and (max-width: 1150px) {
  div#centercontent.gallery p, .centercontent.gallery p {
    padding-right: 45px;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent.gallery p, .centercontent.gallery p {
    padding-right: 45px;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent.gallery p, .centercontent.gallery p {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent.gallery p, .centercontent.gallery p {
    padding-right: 20px;
  }
}
div#centercontent.gallerysubs p, .centercontent.gallerysubs p {
  width: auto;
  padding-right: 45px;
}
@media only screen and (max-width: 1350px) {
  div#centercontent.gallerysubs p, .centercontent.gallerysubs p {
    padding-right: 45px;
  }
}
@media only screen and (max-width: 1150px) {
  div#centercontent.gallerysubs p, .centercontent.gallerysubs p {
    padding-right: 45px;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent.gallerysubs p, .centercontent.gallerysubs p {
    padding-right: 45px;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent.gallerysubs p, .centercontent.gallerysubs p {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent.gallerysubs p, .centercontent.gallerysubs p {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1350px) {
  div#centercontent.endorse, .centercontent.endorse {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1150px) {
  div#centercontent.endorse, .centercontent.endorse {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent.endorse, .centercontent.endorse {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent.endorse, .centercontent.endorse {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent.endorse, .centercontent.endorse {
    margin-top: 20px;
  }
}
div#centercontent.endorse h2 span, .centercontent.endorse h2 span {
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #b09a80;
  font-size: 95%;
}
div#centercontent.endorse p, .centercontent.endorse p {
  /*padding-bottom: 20px;*/
}
div#centercontent.people p, .centercontent.people p {
  padding-left: 160px;
}
@media only screen and (max-width: 1350px) {
  div#centercontent.people p, .centercontent.people p {
    padding-left: 160px;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent.people p, .centercontent.people p {
    padding-left: 160px;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent.people p, .centercontent.people p {
    padding-left: 0;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent.people p, .centercontent.people p {
    padding-left: 0;
  }
}
div#centercontent.people ul, .centercontent.people ul {
  margin-left: 126px;
  font-size: 1em;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 0;
}
@media only screen and (max-width: 1350px) {
  div#centercontent.people ul, .centercontent.people ul {
    margin-left: 126px;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent.people ul, .centercontent.people ul {
    margin-left: 126px;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent.people ul, .centercontent.people ul {
    margin-left: -20px;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent.people ul, .centercontent.people ul {
    margin-left: -20px;
  }
}
div#centercontent.people ul li, .centercontent.people ul li {
  padding-top: 4px;
}
div#centercontent.services ul, .centercontent.services ul {
  margin-top: 4px;
}
div#centercontent.services li strong, div#centercontent.services li b, .centercontent.services li strong, .centercontent.services li b {
  color: #60818f;
}
div#centercontent.people h2, div#centercontent.services h3, .centercontent.people h2, .centercontent.services h3 {
  clear: both;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #ebe5df;
  margin: 30px -45px 10px 0;
  padding: 6px 20px 5px 160px;
  font-size: 1.4em;
}
@media only screen and (max-width: 1350px) {
  div#centercontent.people h2, div#centercontent.services h3, .centercontent.people h2, .centercontent.services h3 {
    margin: 30px -45px 10px 0;
    padding: 6px 20px 5px 160px;
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent.people h2, div#centercontent.services h3, .centercontent.people h2, .centercontent.services h3 {
    margin: 30px -45px 10px 0;
    padding: 6px 20px 5px 160px;
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent.people h2, div#centercontent.services h3, .centercontent.people h2, .centercontent.services h3 {
    margin: 30px 0 10px -30px;
    padding: 6px 20px 5px 30px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent.people h2, div#centercontent.services h3, .centercontent.people h2, .centercontent.services h3 {
    margin: 30px 0 10px -30px;
    padding: 6px 20px 5px 30px;
    font-size: 14px;
  }
}
div#centercontent.services h3, .centercontent.services h3 {
  clear: none;
  padding: 6px 20px 5px 10px;
}
div#centercontent.services h3.top, .centercontent.services h3.top {
  margin-top: 10px;
}
div#centercontent.contact.list .message, .centercontent.contact.list .message {
  background-color: #f7f5f2;
  border-top: 1px solid #d7ccbf;
  border-bottom: 1px solid #d7ccbf;
  margin: 0 0 30px 0;
  padding: 15px 15px 5px 30px;
}
div#centercontent.contact.list .message h3, .centercontent.contact.list .message h3 {
  color: #b09a80;
  text-transform: uppercase;
  font-size: 11px;
}
div#centercontent.voices h2, .centercontent.voices h2 {
  padding-top: 0.75em;
}
div#centercontent.voices p.endlink, .centercontent.voices p.endlink {
  padding-top: 0;
}
div#centercontent div.links1 p, div#centercontent div.links2 p, div#centercontent.press p, .centercontent div.links1 p, .centercontent div.links2 p, .centercontent.press p {
  line-height: 1.3em;
  margin-bottom: 6px;
  padding-right: 0;
}
div#centercontent div.links1 p a, div#centercontent div.links1 p a:visited, div#centercontent div.links2 p a, div#centercontent div.links2 p a:visited, div#centercontent.press p a, div#centercontent.press p a:visited, .centercontent div.links1 p a, .centercontent div.links1 p a:visited, .centercontent div.links2 p a, .centercontent div.links2 p a:visited, .centercontent.press p a, .centercontent.press p a:visited {
  color: #60818f;
}
div#centercontent div.links1, .centercontent div.links1 {
  float: left;
  width: 460px;
  padding-left: 40px;
  padding-right: 30px;
}
@media only screen and (max-width: 1350px) {
  div#centercontent div.links1, .centercontent div.links1 {
    float: left;
    width: 460px;
    padding-left: 40px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent div.links1, .centercontent div.links1 {
    float: left;
    width: 460px;
    padding-left: 40px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent div.links1, .centercontent div.links1 {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent div.links1, .centercontent div.links1 {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
div#centercontent div.links2, .centercontent div.links2 {
  float: left;
  width: 240px;
}
@media only screen and (max-width: 1350px) {
  div#centercontent div.links2, .centercontent div.links2 {
    float: left;
    width: 240px;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent div.links2, .centercontent div.links2 {
    float: left;
    width: 240px;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent div.links2, .centercontent div.links2 {
    float: none;
    width: auto;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent div.links2, .centercontent div.links2 {
    float: none;
    width: auto;
  }
}
div#centercontent div.links2.btmspace, .centercontent div.links2.btmspace {
  padding-bottom: 300px;
}
div#centercontent #sidebar, .centercontent #sidebar {
  display: block;
  border-left: 1px solid #d7ccbf;
  width: 266px;
  float: right;
  margin: 3px -53px 14px 20px;
  padding-left: 21px;
  /*.openquote {
  	float: left;
  	display: block;
  	margin-left: -8px;
  	p {
  		padding-right: 0;
  		}
  	}*/
  /*&.quote .openquote {
  	width: 8px;
  	}*/
}
@media only screen and (max-width: 1350px) {
  div#centercontent #sidebar, .centercontent #sidebar {
    display: block;
    margin: 3px -53px 14px 20px;
  }
}
@media only screen and (max-width: 1350px) {
  div#centercontent #sidebar, .centercontent #sidebar {
    display: block;
    margin: 3px -53px 14px 20px;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent #sidebar, .centercontent #sidebar {
    display: block;
    margin: 3px -53px 14px 20px;
  }
}
@media only screen and (max-width: 900px) {
  div#centercontent #sidebar, .centercontent #sidebar {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent #sidebar, .centercontent #sidebar {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent #sidebar, .centercontent #sidebar {
    display: none;
  }
}
div#centercontent #sidebar.quote, .centercontent #sidebar.quote {
  /*width: 189px;
  margin-right: 20px;*/
  margin-top: 3px;
}
div#centercontent #sidebar.quote p, .centercontent #sidebar.quote p {
  /*width: 170px;*/
  padding-left: 5px;
  padding-right: 0;
}
div#centercontent #sidebar.quote p.byline, .centercontent #sidebar.quote p.byline {
  padding-left: 5px;
  padding-right: 35px;
}
div#centercontent #sidebar p, .centercontent #sidebar p {
  color: #c59c50;
  margin: 0;
  font-size: 1.4em;
  line-height: 1.6em;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 500;
  font-style: normal;
}
div#centercontent #sidebar p.quote, .centercontent #sidebar p.quote {
  text-indent: -0.5em;
}
div#centercontent #sidebar p.byline, .centercontent #sidebar p.byline {
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-right: 35px;
  padding-top: 8px;
  padding-left: 50px;
  font-size: 1.1em;
  line-height: 1.5em;
  text-align: right;
}
div#centercontent.what #sidebar, div#centercontent.wide #sidebar, .centercontent.what #sidebar, .centercontent.wide #sidebar {
  margin: 3px -124px 14px 20px;
}
div#centercontent.contact #sidebar, .centercontent.contact #sidebar {
  margin: 3px -124px 14px 20px;
  width: 200px;
}
div#centercontent.gallery #sidebar, div#centercontent.gallerysubs #sidebar, .centercontent.gallery #sidebar, .centercontent.gallerysubs #sidebar {
  margin-right: -13px;
}
div#centercontent div#sidebar2, .centercontent div#sidebar2 {
  display: none;
  border-top: 1px solid #d7ccbf;
  border-bottom: 1px solid #d7ccbf;
  border-left: none;
  width: auto;
  margin: 0 0 18px 0;
  padding-left: 0;
  /*.openquote {
  	float: left;
  	display: block;
  	margin-left: -8px;
  	p {
  		margin-top: -16px;
  		padding-right: 0;
  		@include responsive(xxwide-screens) { font-size: 1.4em; margin-top: -16px; padding: 6px 0 6px 0; }
  		@include responsive(xwide-screens) { font-size: 1.4em; margin-top: -16px; padding: 6px 0 6px 0; }
  		@include responsive(wide-screens) { font-size: 1.4em; margin-top: 0; padding: 2px 0 6px 0; }
  		@include responsive(medium-screens) { font-size: 1.4em; margin-top: 0; padding: 6px 0 6px 0; }
  		@include responsive(small-screens) { font-size: 1.4em; margin-top: 0; padding: 6px 0 6px 0; }
  		}
  	}*/
}
@media only screen and (max-width: 1350px) {
  div#centercontent div#sidebar2, .centercontent div#sidebar2 {
    display: none;
  }
}
@media only screen and (max-width: 1150px) {
  div#centercontent div#sidebar2, .centercontent div#sidebar2 {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent div#sidebar2, .centercontent div#sidebar2 {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  div#centercontent div#sidebar2, .centercontent div#sidebar2 {
    display: block;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent div#sidebar2, .centercontent div#sidebar2 {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent div#sidebar2, .centercontent div#sidebar2 {
    display: block;
  }
}
div#centercontent div#sidebar2.top, .centercontent div#sidebar2.top {
  border-top: none;
}
div#centercontent div#sidebar2 p, .centercontent div#sidebar2 p {
  margin: 0;
  margin-top: 14px;
  padding: 6px 0 6px 0;
  color: #c59c50;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4em;
  line-height: 1.5em;
}
@media only screen and (max-width: 1350px) {
  div#centercontent div#sidebar2 p, .centercontent div#sidebar2 p {
    font-size: 1.4em;
    margin-top: 14px;
    padding: 6px 0 6px 0;
  }
}
@media only screen and (max-width: 1150px) {
  div#centercontent div#sidebar2 p, .centercontent div#sidebar2 p {
    font-size: 1.4em;
    margin-top: 14px;
    padding: 6px 0 6px 0;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent div#sidebar2 p, .centercontent div#sidebar2 p {
    font-size: 1.4em;
    margin-top: 14px;
    padding: 2px 0 6px 0;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent div#sidebar2 p, .centercontent div#sidebar2 p {
    font-size: 1.4em;
    margin-top: 14px;
    padding: 6px 0 6px 0;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent div#sidebar2 p, .centercontent div#sidebar2 p {
    font-size: 1.4em;
    margin-top: 14px;
    padding: 6px 0 6px 0;
  }
}
div#centercontent div#sidebar2 p.quote, .centercontent div#sidebar2 p.quote {
  text-indent: -0.5em;
}
div#centercontent div#sidebar2 p.byline, .centercontent div#sidebar2 p.byline {
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
  padding: 0 2px 10px 50px;
  font-size: 1.1em;
  line-height: 1.4em;
  text-align: right;
}

div#maincontent {
  float: left;
  width: 100%;
  max-width: 1400px;
  clear: none;
}
div#maincontent.minheight {
  min-height: 550px;
}
div#maincontent.btmspace {
  padding-bottom: 40px;
}
@media only screen and (max-width: 1350px) {
  div#maincontent {
    float: left;
    width: 100%;
    max-width: 1400px;
    clear: none;
  }
}
@media only screen and (max-width: 1150px) {
  div#maincontent {
    float: left;
    width: 100%;
    max-width: 1150px;
    clear: none;
  }
}
@media only screen and (max-width: 1000px) {
  div#maincontent {
    float: left;
    width: 100%;
    max-width: 960px;
    clear: none;
  }
}
@media only screen and (max-width: 650px) {
  div#maincontent {
    float: none;
    width: 100%;
    max-width: 480px;
    clear: both;
  }
}
@media only screen and (max-width: 320px) {
  div#maincontent {
    float: none;
    width: 100%;
    max-width: 320px;
    clear: both;
  }
}

div#centercontent.second {
  margin: 0px 0 0 265px;
}
@media only screen and (max-width: 1350px) {
  div#centercontent.second {
    margin: 0 0 0 265px;
    padding: 0 45px 30px 0;
    width: calc(100% - 410px);
    max-width: 1400px;
    min-height: 480px;
  }
}
@media only screen and (max-width: 1150px) {
  div#centercontent.second {
    margin: 0 0 0 265px;
    padding: 0 45px 30px 0;
    width: calc(100% - 410px);
    max-width: 1150px;
    min-height: 360px;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent.second {
    margin: 0 0 0 230px;
    padding: 0 45px 30px 0;
    width: calc(100% - 375px);
    max-width: 960px;
    min-height: 360px;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent.second {
    margin: 0 0 0 30px;
    padding: 0 20px 20px 0;
    width: auto;
    min-height: 0;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent.second {
    margin: 0 0 0 30px;
    padding: 0 20px 30px 0;
    width: auto;
    min-height: 0;
  }
}

.centercontent {
  min-height: 0;
  padding-bottom: 0;
}

div#gallery {
  clear: both;
  width: auto;
  margin: 20px 0 4px 0;
}
div#gallery img {
  margin: 0 12px 12px 0;
}

/*--------------------------------------------------*/
/* CONSENT MESSAGE STYLES */
/*--------------------------------------------------*/
#consent {
  z-index: 8000;
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  padding: 12px 0 10px 0;
  height: auto;
  width: 100%;
  background-color: #26414f;
}
#consent dl, #consent dt, #consent dd {
  margin: 0;
  padding: 0;
}
#consent label {
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  padding-right: 12px;
}
#consent label input[type=checkbox] {
  display: inline-block;
  margin-right: 3px;
}
#consent .smbutton {
  display: inline-block;
  margin: 0;
  padding: 3px 12px 3px 12px;
  width: auto;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  color: #fff;
  background-color: #7ca7b9;
  border: none;
  white-space: nowrap;
  text-align: left;
}
#consent .smbutton:hover {
  background-color: #60818f;
}
#consent .content {
  margin: 0 auto;
  padding: 10px 0 10px 0;
  max-width: 1350px;
}
@media only screen and (max-width: 1350px) {
  #consent .content {
    max-width: 1350px;
  }
}
@media only screen and (max-width: 1150px) {
  #consent .content {
    max-width: 1150px;
  }
}
@media only screen and (max-width: 1000px) {
  #consent .content {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 650px) {
  #consent .content {
    max-width: 650px;
  }
}
@media only screen and (max-width: 320px) {
  #consent .content {
    max-width: calc(100% - 20px);
    min-width: 300px;
  }
}
#consent h2 {
  margin: 0;
  padding: 10px 50px 2px 50px;
  color: #fff;
  font-size: 1.4em;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 600;
  font-style: normal;
}
#consent p {
  margin: 0;
  padding: 0 50px 12px 50px;
  color: #fff;
  font-size: 1.2em;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4em;
}
@media only screen and (max-width: 1350px) {
  #consent p {
    padding: 0 50px 12px 50px;
  }
}
@media only screen and (max-width: 1150px) {
  #consent p {
    padding: 0 50px 12px 50px;
  }
}
@media only screen and (max-width: 1000px) {
  #consent p {
    padding: 0 50px 12px 75px;
  }
}
@media only screen and (max-width: 650px) {
  #consent p {
    padding: 0 40px 12px 30px;
  }
}
@media only screen and (max-width: 320px) {
  #consent p {
    padding: 0 30px 12px 30px;
  }
}
#consent a, #consent a:visited {
  color: #7ca7b9;
}
#consent a:hover, #consent a:active {
  color: #fff;
}

input.consentradio {
  display: inline-block;
  margin-right: 6px;
  margin-top: -2px;
}

/*-------------------------------------------------- */
/* IMAGE STYLES */
/*-------------------------------------------------- */
#imgbox, #slidecontainer {
  position: relative;
  width: 100%;
  height: 66vw;
  overflow: hidden;
  /*@include responsive(xxwide-screens) { width: 100%; height: 67vw; }
  @include responsive(xwide-screens) { width: 100%; height: 67vw; }
  @include responsive(wide-screens) { width: 100%; height: 67vw; }
  @include responsive(medium-screens) { width: 480px; height: 320px; }
  @include responsive(small-screens) { width: 320px; height: 213px; }*/
}

#slideshow {
  position: relative;
  /*height: calc(67vw + 120px);*/
  height: 67vw;
}
@media only screen and (max-width: 1350px) {
  #slideshow {
    height: 67vw;
  }
}
@media only screen and (max-width: 1150px) {
  #slideshow {
    height: 67vw;
  }
}
@media only screen and (max-width: 1000px) {
  #slideshow {
    height: 67vw;
  }
}
@media only screen and (max-width: 650px) {
  #slideshow {
    height: 320px;
  }
}
@media only screen and (max-width: 320px) {
  #slideshow {
    height: 213px;
  }
}
#slideshow div.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 67vw;
  z-index: 20;
  opacity: 0;
  background-color: transparent;
  /*@include responsive(xxwide-screens) { width: 100%; height: 67vw; }
  @include responsive(xwide-screens) { width: 100%; height: 67vw; }
  @include responsive(wide-screens) { width: 100%; height: 67vw; }
  @include responsive(medium-screens) { width: 480px; height: 320px; }
  @include responsive(small-screens) { width: 320px; height: 213px; }*/
}
#slideshow div.slide.active {
  z-index: 22;
  opacity: 1;
}
#slideshow div.slide.last-active {
  z-index: 21;
}
#slideshow div.slide img {
  width: 100%;
  /*@include responsive(xxwide-screens) { width: 100%; }
  @include responsive(xwide-screens) { width: 100%; }
  @include responsive(wide-screens) { width: 960px; }
  @include responsive(medium-screens) { width: 480px; }
  @include responsive(small-screens) { width: 320px; }*/
}

#site.section #imgbox {
  height: 240px;
}

#primary {
  position: fixed;
  top: 0;
  left: 160px;
  width: 610px;
  height: 46px;
  z-index: 300;
}
@media only screen and (min-width: 1401px) {
  #primary {
    left: calc((100vw - 1400px) / 2 + 160px);
  }
}
@media only screen and (max-width: 1350px) {
  #primary {
    display: block;
    left: 160px;
    height: 46px;
  }
}
@media only screen and (max-width: 1150px) {
  #primary {
    display: block;
    left: 160px;
    height: 46px;
  }
}
@media only screen and (max-width: 1000px) {
  #primary {
    display: block;
    left: 160px;
    height: 40px;
  }
}
@media only screen and (max-width: 970px) {
  #primary {
    display: block;
    left: 160px;
    height: 40px;
  }
}
@media only screen and (max-width: 900px) {
  #primary {
    display: block;
    left: 160px;
    height: 40px;
  }
}
@media only screen and (max-width: 820px) {
  #primary {
    display: block;
    left: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 650px) {
  #primary {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  #primary {
    display: none;
  }
}

img.principal {
  float: left;
  margin: -39px 13px 5px -22px;
}
@media only screen and (max-width: 1350px) {
  img.principal {
    float: left;
    margin: -39px 13px 5px -22px;
  }
}
@media only screen and (max-width: 1000px) {
  img.principal {
    float: left;
    margin: -39px 13px 5px -22px;
  }
}
@media only screen and (max-width: 650px) {
  img.principal {
    float: right;
    margin: 6px 0 8px 8px;
  }
}
@media only screen and (max-width: 320px) {
  img.principal {
    float: right;
    margin: 6px 0 8px 8px;
  }
}

.photocorner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 310px;
  height: 290px;
  overflow: hidden;
}
.photocorner.contentphoto {
  left: auto;
  right: 0;
}
.photocorner img {
  width: 310px;
}

/*-------------------------------------------------- */
/* FOOTER STYLES */
/*-------------------------------------------------- */
#footerframe {
  position: relative;
  clear: both;
  width: 100%;
  height: 82px;
  background-image: url(../../images/interface/global/footer_bgtile.gif);
  background-repeat: repeat-x;
  background-color: #60818f;
  border-top: 3px solid #fff;
}
@media only screen and (max-width: 1350px) {
  #footerframe {
    height: 82px;
  }
}
@media only screen and (max-width: 1150px) {
  #footerframe {
    height: 70px;
  }
}
@media only screen and (max-width: 1000px) {
  #footerframe {
    height: 60px;
  }
}
@media only screen and (max-width: 650px) {
  #footerframe {
    height: 58px;
  }
}
@media only screen and (max-width: 320px) {
  #footerframe {
    height: 58px;
  }
}

#footer {
  clear: both;
  position: relative;
  height: 82px;
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  /*.footercredit {
  	color: $gray2;
  	font-size: 0.95em;
  	padding-left: 25px;
  	padding-top: 25px;
  	a, a:visited {
  		color: $tan2;
  		letter-spacing: 0;
  		padding: 0;
  		text-transform: none;
  		}
  	&:hover, &:active {
  		color: $tan3 !important;
  		}
  	}*/
}
@media only screen and (max-width: 1350px) {
  #footer {
    max-width: 1400px;
    height: 82px;
  }
}
@media only screen and (max-width: 1150px) {
  #footer {
    max-width: 1150px;
    height: 70px;
  }
}
@media only screen and (max-width: 1000px) {
  #footer {
    max-width: 960px;
    height: 60px;
  }
}
@media only screen and (max-width: 650px) {
  #footer {
    max-width: 480px;
    height: 58px;
  }
}
@media only screen and (max-width: 320px) {
  #footer {
    max-width: 320px;
    height: 58px;
  }
}
#footer p {
  padding: 20px 15px 0 20px;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
  color: #fff;
}
@media only screen and (max-width: 1350px) {
  #footer p {
    padding: 20px 15px 0 20px;
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 1150px) {
  #footer p {
    padding: 16px 15px 0 20px;
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 1000px) {
  #footer p {
    padding: 12px 15px 0 20px;
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 650px) {
  #footer p {
    padding: 12px 5px 0 10px;
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 320px) {
  #footer p {
    padding: 12px 5px 0 10px;
    font-size: 0.9em;
  }
}
#footer p .footercredit {
  color: #26414f;
}
#footer p .footercredit a, #footer p .footercredit a:visited {
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
  color: #26414f;
  font-size: inherit;
}
#footer p .footercredit a:hover, #footer p .footercredit a:active {
  color: #fff;
}
#footer p a, #footer p .link {
  padding: 0 5px 0 5px;
  font-size: 1.1em;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #fff;
}
@media only screen and (max-width: 1350px) {
  #footer p a, #footer p .link {
    padding: 0 5px 0 5px;
    font-size: 1.05em;
  }
}
@media only screen and (max-width: 1000px) {
  #footer p a, #footer p .link {
    padding: 0 5px 0 5px;
    font-size: 1.05em;
  }
}
@media only screen and (max-width: 650px) {
  #footer p a, #footer p .link {
    padding: 0 3px 0 3px;
    font-size: 1em;
  }
}
@media only screen and (max-width: 320px) {
  #footer p a, #footer p .link {
    padding: 0 3px 0 3px;
    font-size: 1em;
  }
}
#footer .social {
  margin-right: 10px;
}
#footer .facebook, #footer .youtube, #footer .twitter, #footer .linkedin, #footer .instagram {
  position: relative;
  display: block;
  margin: 12px 0 0 0;
  float: right;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 1350px) {
  #footer .facebook, #footer .youtube, #footer .twitter, #footer .linkedin, #footer .instagram {
    margin: 12px 0 0 0;
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 1150px) {
  #footer .facebook, #footer .youtube, #footer .twitter, #footer .linkedin, #footer .instagram {
    margin: 6px 0 0 0;
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  #footer .facebook, #footer .youtube, #footer .twitter, #footer .linkedin, #footer .instagram {
    margin: 8px 0 0 0;
    width: 48px;
    height: 48px;
  }
}
@media only screen and (max-width: 650px) {
  #footer .facebook, #footer .youtube, #footer .twitter, #footer .linkedin, #footer .instagram {
    margin: 8px 0 0 0;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 320px) {
  #footer .facebook, #footer .youtube, #footer .twitter, #footer .linkedin, #footer .instagram {
    margin: 8px 0 0 0;
    width: 40px;
    height: 40px;
  }
}
#footer .facebook img, #footer .youtube img, #footer .twitter img, #footer .linkedin img, #footer .instagram img {
  position: absolute;
  top: -60px;
  width: 300px;
  height: 120px;
}
@media only screen and (max-width: 1350px) {
  #footer .facebook img, #footer .youtube img, #footer .twitter img, #footer .linkedin img, #footer .instagram img {
    top: -60px;
    width: 300px;
    height: 120px;
  }
}
@media only screen and (max-width: 1150px) {
  #footer .facebook img, #footer .youtube img, #footer .twitter img, #footer .linkedin img, #footer .instagram img {
    top: -60px;
    width: 300px;
    height: 120px;
  }
}
@media only screen and (max-width: 1000px) {
  #footer .facebook img, #footer .youtube img, #footer .twitter img, #footer .linkedin img, #footer .instagram img {
    top: -48px;
    width: 240px;
    height: 96px;
  }
}
@media only screen and (max-width: 650px) {
  #footer .facebook img, #footer .youtube img, #footer .twitter img, #footer .linkedin img, #footer .instagram img {
    top: -40px;
    width: 200px;
    height: 80px;
  }
}
@media only screen and (max-width: 320px) {
  #footer .facebook img, #footer .youtube img, #footer .twitter img, #footer .linkedin img, #footer .instagram img {
    top: -40px;
    width: 200px;
    height: 80px;
  }
}
#footer .facebook:hover img, #footer .youtube:hover img, #footer .twitter:hover img, #footer .linkedin:hover img, #footer .instagram:hover img {
  top: 0;
}
#footer .facebook img {
  left: -180px;
}
@media only screen and (max-width: 1350px) {
  #footer .facebook img {
    left: -180px;
  }
}
@media only screen and (max-width: 1150px) {
  #footer .facebook img {
    left: -180px;
  }
}
@media only screen and (max-width: 1000px) {
  #footer .facebook img {
    left: -144px;
  }
}
@media only screen and (max-width: 650px) {
  #footer .facebook img {
    left: -120px;
  }
}
@media only screen and (max-width: 320px) {
  #footer .facebook img {
    left: -120px;
  }
}
#footer .linkedin img {
  left: 0;
}
#footer .twitter img {
  left: -60px;
}
@media only screen and (max-width: 1350px) {
  #footer .twitter img {
    left: -60px;
  }
}
@media only screen and (max-width: 1150px) {
  #footer .twitter img {
    left: -60px;
  }
}
@media only screen and (max-width: 1000px) {
  #footer .twitter img {
    left: -48px;
  }
}
@media only screen and (max-width: 650px) {
  #footer .twitter img {
    left: -40px;
  }
}
@media only screen and (max-width: 320px) {
  #footer .twitter img {
    left: -40px;
  }
}
#footer .youtube img {
  left: -120px;
}
@media only screen and (max-width: 1350px) {
  #footer .youtube img {
    left: -120px;
  }
}
@media only screen and (max-width: 1150px) {
  #footer .youtube img {
    left: -120px;
  }
}
@media only screen and (max-width: 1000px) {
  #footer .youtube img {
    left: -96px;
  }
}
@media only screen and (max-width: 650px) {
  #footer .youtube img {
    left: -80px;
  }
}
@media only screen and (max-width: 320px) {
  #footer .youtube img {
    left: -80px;
  }
}
#footer .instagram img {
  left: -240px;
}
@media only screen and (max-width: 1350px) {
  #footer .instagram img {
    left: -240px;
  }
}
@media only screen and (max-width: 1150px) {
  #footer .instagram img {
    left: -240px;
  }
}
@media only screen and (max-width: 1000px) {
  #footer .instagram img {
    left: -192px;
  }
}
@media only screen and (max-width: 650px) {
  #footer .instagram img {
    left: -160px;
  }
}
@media only screen and (max-width: 320px) {
  #footer .instagram img {
    left: -160px;
  }
}

.footernav {
  display: block;
}
@media only screen and (max-width: 1350px) {
  .footernav {
    display: block;
  }
}
@media only screen and (max-width: 1150px) {
  .footernav {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .footernav {
    display: block;
  }
}
@media only screen and (max-width: 650px) {
  .footernav {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .footernav {
    display: none;
  }
}
.footernav .footercredit {
  padding-left: 5px;
}

.footernavshort {
  display: none;
}
@media only screen and (max-width: 1350px) {
  .footernavshort {
    display: none;
  }
}
@media only screen and (max-width: 1150px) {
  .footernavshort {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .footernavshort {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  .footernavshort {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  .footernavshort {
    display: none;
  }
}
.footernavshort .footercredit {
  padding-left: 2px;
}

.footernavshortest {
  display: none;
}
@media only screen and (max-width: 1350px) {
  .footernavshortest {
    display: none;
  }
}
@media only screen and (max-width: 1150px) {
  .footernavshortest {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .footernavshortest {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  .footernavshortest {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .footernavshortest {
    display: block;
  }
}
.footernavshortest .footercredit {
  padding-left: 2px;
}

#btmnavselect {
  margin-top: 15px;
}

/*-------------------------------------------------- */
/* FORM STYLES */
/*-------------------------------------------------- */
div#centercontent.contact {
  min-height: 900px;
}
div#centercontent.contact form .freeform-row:first-of-type {
  margin-top: -20px;
}
div#centercontent.contact div[tabindex="-1"] label, div#centercontent.contact div[tabindex="-1"] input {
  height: 0 !important;
  overflow: hidden;
  border: none;
  padding: 0 !important;
}
div#centercontent.contact label[for=freeform_form_handle], div#centercontent.contact #freeform_form_handle, div#centercontent.contact #g-recaptcha-response,
div#centercontent.contact label[class*=freeform_form_handle], div#centercontent.contact input[class*=freeform_form_handle] {
  height: 0 !important;
  overflow: hidden;
  border: none;
}
div#centercontent.contact #g-recaptcha-response {
  position: relative !important;
  color: #fff;
  padding: 0;
}
div#centercontent.contact label[for=form-input-where_did_you_hear_about_us] {
  display: block;
  margin-top: 4px;
  padding-left: 160px;
  width: auto;
}
@media only screen and (max-width: 1350px) {
  div#centercontent.contact label[for=form-input-where_did_you_hear_about_us] {
    padding-left: 160px;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent.contact label[for=form-input-where_did_you_hear_about_us] {
    padding-left: 160px;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent.contact label[for=form-input-where_did_you_hear_about_us] {
    padding-left: 0;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent.contact label[for=form-input-where_did_you_hear_about_us] {
    padding-left: 0;
  }
}
div#centercontent.contact #form-input-where_did_you_hear_about_us {
  display: block;
  width: 80%;
  height: 30px;
  margin-bottom: 18px;
  max-width: 330px;
}
div#centercontent.contact form {
  padding-left: 160px;
}
@media only screen and (max-width: 1350px) {
  div#centercontent.contact form {
    padding-left: 160px;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent.contact form {
    padding-left: 160px;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent.contact form {
    padding-left: 0;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent.contact form {
    padding-left: 0;
  }
}
div#centercontent.contact p.formlabel, div#centercontent.contact .freeform-label, div#centercontent.contact label {
  float: left;
  margin: 0 0 0 -160px;
  padding: 0;
  width: 150px;
  color: #b09a80;
  text-align: right;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 1350px) {
  div#centercontent.contact p.formlabel, div#centercontent.contact .freeform-label, div#centercontent.contact label {
    float: left;
    margin: 0 0 0 -160px;
    padding: 0;
    width: 150px;
    text-align: right;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent.contact p.formlabel, div#centercontent.contact .freeform-label, div#centercontent.contact label {
    float: left;
    margin: 0 0 0 -160px;
    padding: 0;
    width: 150px;
    text-align: right;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent.contact p.formlabel, div#centercontent.contact .freeform-label, div#centercontent.contact label {
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 1.1em;
    text-align: left;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent.contact p.formlabel, div#centercontent.contact .freeform-label, div#centercontent.contact label {
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 1.2em;
    text-align: left;
  }
}
div#centercontent.contact label {
  color: #2e3132;
  font-size: 1.6em;
  line-height: 1.7em;
  margin-left: 0;
  width: 100%;
  text-align: left;
}
div#centercontent.contact label input {
  float: left;
}
div#centercontent.contact .freeform-label {
  font-size: 1.6em;
  line-height: 1.7em;
  padding: 8px 10px 0 0;
  width: 150px;
  text-align: right;
  float: left;
  display: inline;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 1350px) {
  div#centercontent.contact .freeform-label {
    float: left;
    display: inline;
    margin: 0 0 0 -160px;
    width: 150px;
    text-align: right;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent.contact .freeform-label {
    float: left;
    display: inline;
    margin: 0 0 0 -160px;
    width: 150px;
    text-align: right;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent.contact .freeform-label {
    float: none;
    display: block;
    margin: 0;
    width: auto;
    text-align: left;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent.contact .freeform-label {
    float: none;
    display: block;
    margin: 0;
    width: auto;
    text-align: left;
  }
}
div#centercontent.contact .freeform-row {
  clear: both;
}
div#centercontent.contact .freeform-row button {
  display: block;
  margin-top: 0;
  padding: 10px 20px 10px 20px;
  margin-bottom: 20px;
  width: auto;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  color: #fff;
  background-color: #7ca7b9;
  border: none;
  white-space: nowrap;
  text-align: left;
}
div#centercontent.contact .freeform-row button:hover {
  background-color: #2e3132;
}
div#centercontent.contact .freeform-input {
  padding: 6px;
  width: 300px;
  height: 30px;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4em;
  color: #464849;
  border: 1px solid #d7ccbf;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1350px) {
  div#centercontent.contact .freeform-input {
    padding: 2px;
    width: 300px;
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent.contact .freeform-input {
    padding: 2px;
    width: 300px;
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent.contact .freeform-input {
    padding: 3px;
    width: 280px;
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent.contact .freeform-input {
    padding: 3px;
    width: 250px;
    font-size: 1.2em;
  }
}
div#centercontent.contact .freeform-input[type=checkbox] {
  width: auto;
}
div#centercontent.contact .freeform-input.btn {
  display: block;
  margin-top: 20px;
  padding: 7px 16px 7px 16px;
  width: auto;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  color: #fff;
  background-color: #7ca7b9;
  border: none;
}
div#centercontent.contact .freeform-input.btn:hover {
  background-color: #2e3132;
}
div#centercontent.contact textarea.freeform-input {
  height: 120px;
}
div#centercontent.contact .freeform-errors {
  font-size: 1em;
}
div#centercontent.contact .freeform-errors li {
  margin-left: 160px;
  padding-left: 0;
  margin-top: 15px;
  display: block;
  font-size: 1.1em;
  font-weight: 500;
  background-image: none;
}
div#centercontent.contact .freeform-form-has-errors {
  font-size: 1.3em;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
div#centercontent.contact .freeform-form-has-errors li {
  margin-left: 0;
  padding-left: 0;
  margin-top: 15px;
  display: block;
  font-weight: 500;
  background-image: none;
  text-transform: none;
  font-size: 12px;
}
div#centercontent.contact p.formbox {
  padding-left: 160px;
}
@media only screen and (max-width: 1350px) {
  div#centercontent.contact p.formbox {
    padding-left: 160px;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent.contact p.formbox {
    padding-left: 160px;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent.contact p.formbox {
    padding-left: 125px;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent.contact p.formbox {
    padding-left: 0;
  }
}
div#centercontent.contact p.formbox input {
  padding: 2px;
  width: 300px;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9em;
  color: #464849;
  border: 1px solid #d7ccbf;
}
@media only screen and (max-width: 1350px) {
  div#centercontent.contact p.formbox input {
    padding: 2px;
    width: 300px;
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent.contact p.formbox input {
    padding: 2px;
    width: 300px;
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent.contact p.formbox input {
    padding: 3px;
    width: 280px;
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent.contact p.formbox input {
    padding: 3px;
    width: 250px;
    font-size: 0.9em;
  }
}
div#centercontent.contact p.formbox input.btn {
  display: block;
  margin-top: 20px;
  padding: 7px 16px 7px 16px;
  width: auto;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  color: #fff;
  background-color: #7ca7b9;
  border: none;
}
div#centercontent.contact p.formbox input.btn:hover {
  background-color: #2e3132;
}
div#centercontent.contact p.formbox textarea {
  padding: 4px 2px 2px 2px;
  width: 300px;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9em;
  color: #464849;
  border: 1px solid #d7ccbf;
}
@media only screen and (max-width: 1350px) {
  div#centercontent.contact p.formbox textarea {
    padding: 4px 2px 2px 2px;
    width: 300px;
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 1000px) {
  div#centercontent.contact p.formbox textarea {
    padding: 4px 2px 2px 2px;
    width: 300px;
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 650px) {
  div#centercontent.contact p.formbox textarea {
    padding: 6px 4px 4px 3px;
    width: 280px;
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 320px) {
  div#centercontent.contact p.formbox textarea {
    padding: 6px 4px 4px 3px;
    width: 250px;
    font-size: 0.9em;
  }
}

/*-------------------------------------------------- */
/* MAP STYLES */
/*-------------------------------------------------- */
.mapframe {
  margin-left: -22px;
  padding: 22px 22px 10px 22px;
  width: 623px;
  text-align: center;
  background-color: #ebe5df;
}
@media only screen and (max-width: 1350px) {
  .mapframe {
    padding: 22px 22px 10px 22px;
    margin-left: -22px;
    width: 623px;
  }
}
@media only screen and (max-width: 1000px) {
  .mapframe {
    padding: 22px 22px 10px 22px;
    margin-left: -22px;
    width: 623px;
  }
}
@media only screen and (max-width: 650px) {
  .mapframe {
    padding: 20px 20px 10px 20px;
    margin-left: 0;
    width: 390px;
  }
}
@media only screen and (max-width: 320px) {
  .mapframe {
    padding: 16px 16px 10px 16px;
    margin-left: 0;
    width: 238px;
  }
}
.mapframe button {
  float: left;
  margin-top: 6px;
  padding: 4px 10px;
  background-color: #ec3a31;
  color: #fff;
  border: none;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.newmap {
  background-color: #fff;
  width: 100%;
  max-width: 645px;
  padding: 0;
  margin-bottom: 10px;
  margin-top: 0;
}
@media only screen and (max-width: 1350px) {
  .newmap {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1150px) {
  .newmap {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .newmap {
    margin-top: 0;
  }
}
@media only screen and (max-width: 650px) {
  .newmap {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .newmap {
    margin-top: 20px;
  }
}
.newmap img {
  width: 100%;
  max-width: 645px;
}

#map1 {
  width: 620px;
  height: 450px;
  border: 1px solid #f7f5f2;
}
@media only screen and (max-width: 1350px) {
  #map1 {
    width: 620px;
    height: 450px;
  }
}
@media only screen and (max-width: 1150px) {
  #map1 {
    width: 620px;
    height: 450px;
  }
}
@media only screen and (max-width: 1000px) {
  #map1 {
    width: 620px;
    height: 450px;
  }
}
@media only screen and (max-width: 650px) {
  #map1 {
    width: 387px;
    height: 400px;
  }
}
@media only screen and (max-width: 320px) {
  #map1 {
    width: 235px;
    height: 240px;
  }
}

/*-------------------------------------------------- */
/* NAV STYLES */
/*-------------------------------------------------- */
.primarynav {
  float: left;
  height: 28px;
  border-left: 1px solid #d7ccbf;
  padding: 13px 22px 5px 15px;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2e3132;
  font-size: 19px;
}
.primarynav.noborder {
  border-left: none;
}
@media only screen and (max-width: 1350px) {
  .primarynav {
    padding: 13px 22px 5px 15px;
    font-size: 19px;
  }
}
@media only screen and (max-width: 1150px) {
  .primarynav {
    padding: 13px 22px 5px 15px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1000px) {
  .primarynav {
    padding: 11px 22px 2px 15px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 970px) {
  .primarynav {
    padding: 12px 20px 0 13px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 900px) {
  .primarynav {
    padding: 12px 18px 0 11px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 820px) {
  .primarynav {
    padding: 12px 16px 0 10px;
    font-size: 16px;
  }
}
.primarynav a, .primarynav a:visited {
  color: #b09a80;
  text-decoration: none;
}
.primarynav a:hover, .primarynav a:active {
  color: #2e3132;
  text-decoration: none;
}
.primarynav.on a, .primarynav.on a:visited {
  color: #2e3132;
}

#nav1 {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 842px;
  width: 118px;
}
@media only screen and (max-width: 1350px) {
  #nav1 {
    display: block;
  }
}
@media only screen and (max-width: 1150px) {
  #nav1 {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  #nav1 {
    display: block;
  }
}
@media only screen and (max-width: 650px) {
  #nav1 {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  #nav1 {
    display: none;
  }
}
#nav1.breadcrumb {
  display: block !important;
  position: absolute;
  top: auto;
  left: 180px;
  right: auto;
  cursor: default;
}
@media only screen and (max-width: 1350px) {
  #nav1.breadcrumb {
    top: auto;
    left: 180px;
  }
}
@media only screen and (max-width: 1150px) {
  #nav1.breadcrumb {
    top: auto;
    left: 180px;
  }
}
@media only screen and (max-width: 1000px) {
  #nav1.breadcrumb {
    top: auto;
    left: 175px;
  }
}
@media only screen and (max-width: 650px) {
  #nav1.breadcrumb {
    top: 108px;
    left: 31px;
  }
}
@media only screen and (max-width: 320px) {
  #nav1.breadcrumb {
    top: 108px;
    left: 31px;
  }
}
#nav1.breadcrumb .lastcrumb {
  display: none;
}
#nav1 p {
  margin: 0;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #c3b3a0;
  font-size: 10px;
  text-align: right;
  text-transform: uppercase;
}
#nav1.breadcrumb p {
  text-align: left;
  width: 600px;
}
@media only screen and (max-width: 1350px) {
  #nav1.breadcrumb p {
    width: 600px;
  }
}
@media only screen and (max-width: 1000px) {
  #nav1.breadcrumb p {
    width: 600px;
  }
}
@media only screen and (max-width: 650px) {
  #nav1.breadcrumb p {
    width: 430px;
  }
}
@media only screen and (max-width: 320px) {
  #nav1.breadcrumb p {
    width: 270px;
  }
}
#nav1.breadcrumb p .unbold {
  padding: 0 4px 0 4px;
}
#nav1.breadcrumb p a, #nav1.breadcrumb p a:visited {
  color: #c3b3a0;
}
#nav1.breadcrumb p a:hover, #nav1.breadcrumb p a:active {
  color: #2e3132;
}
#nav1:hover {
  color: #2e3132;
}

#typenav {
  display: block;
  position: absolute;
  top: 28px;
  left: 150px;
  width: 193px;
  height: 150px;
}
@media only screen and (max-width: 1350px) {
  #typenav {
    display: block;
    top: 28px;
    width: 193px;
  }
}
@media only screen and (max-width: 1150px) {
  #typenav {
    display: block;
    top: 28px;
    width: 193px;
  }
}
@media only screen and (max-width: 1000px) {
  #typenav {
    display: block;
    top: 28px;
    width: 173px;
  }
}
@media only screen and (max-width: 650px) {
  #typenav {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  #typenav {
    display: none;
  }
}

.typenav {
  position: relative;
  float: left;
  height: 32px;
  width: 193px;
  font-weight: 500;
  font-size: 18px;
  color: #60818f;
  text-align: right;
}
@media only screen and (max-width: 1350px) {
  .typenav {
    width: 193px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1150px) {
  .typenav {
    width: 193px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1000px) {
  .typenav {
    width: 173px;
    font-size: 16px;
  }
}
.typenav:hover {
  color: #2e3132;
}
.typenav a, .typenav a:visited {
  color: #60818f;
}
.typenav a:hover, .typenav a:active {
  color: #2e3132;
}

#site.section #typenav, #site.section #subnav, #site.section #sidenav {
  display: block;
  position: absolute;
  top: 164px;
  left: 10px;
  text-align: right;
  width: 108px;
  height: auto;
}
@media only screen and (max-width: 1350px) {
  #site.section #typenav, #site.section #subnav, #site.section #sidenav {
    display: block;
  }
}
@media only screen and (max-width: 1150px) {
  #site.section #typenav, #site.section #subnav, #site.section #sidenav {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  #site.section #typenav, #site.section #subnav, #site.section #sidenav {
    display: block;
  }
}
@media only screen and (max-width: 650px) {
  #site.section #typenav, #site.section #subnav, #site.section #sidenav {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  #site.section #typenav, #site.section #subnav, #site.section #sidenav {
    display: none;
  }
}

#site.section #subnav {
  top: 104px;
  left: 180px;
  text-align: left;
  width: 135px;
}
@media only screen and (max-width: 1350px) {
  #site.section #subnav {
    top: 104px;
    left: 180px;
  }
}
@media only screen and (max-width: 1150px) {
  #site.section #subnav {
    top: 104px;
    left: 180px;
  }
}
@media only screen and (max-width: 1000px) {
  #site.section #subnav {
    top: 104px;
    left: 175px;
  }
}
@media only screen and (max-width: 900px) {
  #site.section #subnav {
    top: 104px;
    left: 175px;
  }
}
#site.section #subnav.topspace {
  margin-top: 18px;
}
#site.section #subnav.sub .subnav {
  color: #2e3132;
}
#site.section #subnav .menuleft {
  text-transform: uppercase;
  color: #c3b3a0;
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
}

#site.section #sidenav {
  float: right;
  position: relative;
  top: 4px;
  text-align: left;
  width: 262px;
  margin-left: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1350px) {
  #site.section #sidenav {
    width: 262px;
  }
}
@media only screen and (max-width: 1150px) {
  #site.section #sidenav {
    width: 262px;
  }
}
@media only screen and (max-width: 1000px) {
  #site.section #sidenav {
    width: 262px;
  }
}
@media only screen and (max-width: 900px) {
  #site.section #sidenav {
    width: 200px;
  }
}
@media only screen and (max-width: 650px) {
  #site.section #sidenav {
    width: 200px;
  }
}
@media only screen and (max-width: 320px) {
  #site.section #sidenav {
    width: 200px;
  }
}

#site.section .typenav, #site.section .subnav, #site.section .sidenav {
  cursor: pointer;
  position: relative;
  float: none;
  height: auto;
  width: 108px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #2e3132;
  text-align: right;
  padding-bottom: 8px;
}

#site.section .subnav {
  width: 135px;
  text-align: left;
}

#site.section .sidenav {
  width: 180px;
  text-align: left;
  font-size: 13px;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ebe5df;
}
@media only screen and (max-width: 1350px) {
  #site.section .sidenav {
    width: 180px;
  }
}
@media only screen and (max-width: 1150px) {
  #site.section .sidenav {
    width: 180px;
  }
}
@media only screen and (max-width: 1000px) {
  #site.section .sidenav {
    width: 180px;
  }
}
@media only screen and (max-width: 900px) {
  #site.section .sidenav {
    width: 200px;
  }
}
@media only screen and (max-width: 650px) {
  #site.section .sidenav {
    width: 200px;
  }
}
@media only screen and (max-width: 320px) {
  #site.section .sidenav {
    width: 200px;
  }
}
#site.section .sidenav.last {
  border-bottom: none;
}

#site.section #typenav .typenav a, #site.section #typenav .typenav a:visited {
  color: #60818f;
}

#site.section #typenav .typenav a.on, #site.section #typenav .typenav a.on:visited {
  color: #2e3132 !important;
}

#site.section #typenav .typenav a:hover, #site.section #typenav .typenav a:active {
  color: #2e3132;
}

#site.section #typenav.sub .typenav a, #site.section #typenav.sub .typenav a:visited {
  color: #c3b3a0;
}

#site.section #typenav.sub .typenav a:hover, #site.section #typenav.sub .typenav a:active {
  color: #2e3132;
}

#site.section #subnav .subnav a, #site.section #subnav .subnav a:visited {
  color: #60818f;
}

#site.section #subnav .subnav a:hover, #site.section #subnav .subnav a:active {
  color: #2e3132;
}

#site.section #subnav.sub .subnav a, #site.section #subnav.sub .subnav a:visited {
  color: #c3b3a0;
}

#site.section #subnav.sub .subnav a:hover, #site.section #subnav.sub .subnav a:active {
  color: #2e3132;
}

#site.section #sidenav .sidenav a, #site.section #sidenav .sidenav a:visited {
  color: #60818f;
}

#site.section #sidenav .sidenav a:hover, #site.section #sidenav .sidenav a:active {
  color: #2e3132;
}

#site.section #sidenav.sub .sidenav a, #site.section #sidenav.sub .sidenav a:visited {
  color: #c3b3a0;
}

#site.section #sidenav.sub .sidenav a:hover, #site.section #sidenav.sub .sidenav a:active {
  color: #2e3132;
}

#nav2, #nav3, #nav4, #nav5, #nav6 {
  cursor: pointer;
}

#nav2.off, #nav3.off, #nav4.off, #nav5.off, #nav6.off {
  color: #c3b3a0;
}

#nav2.on, #nav3.on, #nav4.on, #nav5.on, #nav6.on {
  color: #2e3132;
}

#nav2intro, #nav3intro, #nav4intro, #nav5intro, #nav6intro {
  position: absolute;
  top: 145px;
  left: 364px;
  width: 616px;
  height: 150px;
}

#mobilesubs {
  display: none;
  float: right;
  margin: 10px 0 12px 15px;
  padding-left: 15px;
  border-left: solid 1px #d7ccbf;
}
#mobilesubs h4 {
  font-size: 0.9em;
  padding-bottom: 8px;
}
#mobilesubs p {
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 6px;
  padding-right: 0;
  width: 110px;
  font-size: 15px;
}
#mobilesubs p a {
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#mobilesubs p.last {
  margin-bottom: 0;
}
@media only screen and (max-width: 1350px) {
  #mobilesubs {
    display: none;
  }
}
@media only screen and (max-width: 1150px) {
  #mobilesubs {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  #mobilesubs {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  #mobilesubs {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  #mobilesubs {
    display: block;
  }
}

/*-------------------------------------------------- */
/* HOME SLIDESHOW styles */
/*-------------------------------------------------- */
/*! http://responsiveslides.com v1.55 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 66vw;
}

div#contentframe.hometest {
  z-index: 800;
  padding-bottom: 200px;
  background-color: rgba(255, 255, 255, 0); /* fallback for old browsers */
  background-image: -moz-linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0)); /* Mozilla Firefox */
  background-image: -o-linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0)); /* Opera */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(255, 255, 255)), color-stop(1, rgba(255, 255, 255, 0))); /* WebKit (Safari 4+, Chrome 1+) */
  background-image: -webkit-linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0)); /* WebKit (Chrome 11+) */
  background-image: -ms-linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0)); /* IE10 */
  background-image: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0)); /* W3C */
}

.rslides.hometest {
  margin: 0 auto;
  position: relative;
  vertical-align: bottom;
  /*li { margin-top: -100px; }*/
}

@media only screen and (min-width: 1350px) and (max-height: 1200px) {
  .rslides.hometest {
    max-width: 1400px;
    height: 930px;
  }
}
@media only screen and (min-width: 1350px) and (max-height: 1200px) and (max-width: 1350px) {
  .rslides.hometest {
    max-width: 1400px;
    height: 938px;
  }
}
@media only screen and (min-width: 1350px) and (max-height: 1200px) and (max-width: 1150px) {
  .rslides.hometest {
    max-width: none;
    height: auto;
  }
}
@media only screen and (min-width: 1350px) and (max-height: 1200px) and (max-width: 1000px) {
  .rslides.hometest {
    max-width: none;
    height: auto;
  }
}
@media only screen and (min-width: 1350px) and (max-height: 1200px) and (max-width: 650px) {
  .rslides.hometest {
    max-width: none;
    height: auto;
  }
}
@media only screen and (min-width: 1350px) and (max-height: 1200px) and (max-width: 320px) {
  .rslides.hometest {
    max-width: none;
    height: auto;
  }
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.rslides img.lgphoto {
  display: block;
}
@media only screen and (max-width: 1350px) {
  .rslides img.lgphoto {
    display: block;
  }
}
@media only screen and (max-width: 1150px) {
  .rslides img.lgphoto {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .rslides img.lgphoto {
    display: block;
  }
}
@media only screen and (max-width: 650px) {
  .rslides img.lgphoto {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .rslides img.lgphoto {
    display: none;
  }
}
.rslides img.smphoto {
  display: none;
}
@media only screen and (max-width: 1350px) {
  .rslides img.smphoto {
    display: none;
  }
}
@media only screen and (max-width: 1150px) {
  .rslides img.smphoto {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .rslides img.smphoto {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  .rslides img.smphoto {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  .rslides img.smphoto {
    display: block;
  }
}

.rslides_tabs {
  position: relative;
  left: 0;
  top: 0;
  background-color: #d7ccbf;
  z-index: 5000;
  text-align: center;
  padding: 0 30px 0 30px;
  margin: 0;
}
.rslides_tabs li {
  display: inline-block;
}
.rslides_tabs li a {
  display: inline-block;
  margin: 10px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  color: #fff;
  font-size: 0;
}
.rslides_tabs li.rslides_here a {
  background-color: #b09a80;
  color: #b09a80;
}

/*-------------------------------------------------- */
/* FANCYBOX styles */
/*-------------------------------------------------- */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font-size: 11px;
  line-height: 13px;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../../images/interface/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../../images/interface/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../../images/interface/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../../images/interface/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font-size: 12px;
  line-height: 15px;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  text-shadow: none;
  z-index: 8050;
  background-color: #60818f;
  color: #fff;
  padding: 10px 10px 10px 15px;
  border-top: 1px solid #fff;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-family: "Gotham SSm A", "Gotham SSm B", verdana, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

#inline1 {
  display: none;
}

div.fancyframe p {
  padding: 20px 20px 10px 57%;
  height: 60%;
  overflow: auto;
  margin-bottom: 0;
  font-size: 13px !important;
  line-height: 18px !important;
}
div.fancyframe p.nophoto {
  padding-left: 30px;
  padding-right: 80px;
}

div.fancypt1 {
  position: relative;
  width: 100%;
  background-color: #60818f;
}

div.fancypt1 p {
  padding: 45px 20px 10px 57%;
  color: #fff;
  margin-bottom: 0;
  line-height: 20px !important;
}

div.fancypt2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 55%;
  overflow: hidden;
}

div.fancypt2 img {
  height: 100%;
}

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