/*! 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; }

/*checked*/
/*checked*/
/*-------------------------------------------------- */
/* BEGIN CUSTOMIZED STYLES */
/*-------------------------------------------------- */
html, body {
  height: 100%; }

body {
  color: #333;
  font-family: "Whitney SSm A", "Whitney SSm B", helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  background-color: #d8d3bb;
  background-image: url(/images/interface/bgtile.gif);
  background-repeat: repeat-x; }
  @media only screen and (min-width: 1331px) {
    body {
      font-size: 15px; } }
  @media only screen and (max-width: 1330px) {
    body {
      font-size: 14px; } }
  @media only screen and (max-width: 960px) {
    body {
      font-size: 13px; } }

.jswarning {
  display: none; }

.no-js .jswarning {
  display: block; }

html.js .no-flicker {
  display: none; }

/* ie png fix */
* {
  behavior: url(../iepngfix.htc); }

body {
  behavior: url("../csshover.htc"); }

/*-------------------------------------------------- */
/* PRIMARY POSITIONING */
/*-------------------------------------------------- */
#siteframe {
  /* global site centering frame */
  position: relative;
  width: 1300px;
  margin: 0 auto; }
  @media only screen and (min-width: 1331px) {
    #siteframe {
      width: 1300px; } }
  @media only screen and (max-width: 1330px) {
    #siteframe {
      width: 960px; } }
  @media only screen and (max-width: 960px) {
    #siteframe {
      width: 320px; } }

#site {
  /* global site container */
  position: relative;
  margin: 0 20px 0 20px;
  width: 1260px;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: 0 0 20px rgba(163, 153, 111, 0.4);
  -moz-box-shadow: 0 0 20px rgba(163, 153, 111, 0.4);
  box-shadow: 0 0 20px rgba(163, 153, 111, 0.4); }
  @media only screen and (min-width: 1331px) {
    #site {
      margin: 0 20px 0 20px;
      width: 1260px; } }
  @media only screen and (max-width: 1330px) {
    #site {
      margin: 0 20px 0 20px;
      width: 920px; } }
  @media only screen and (max-width: 960px) {
    #site {
      margin: 0;
      width: 320px; } }

#one {
  /* global top banner */
  position: relative;
  width: 1260px;
  height: 160px;
  text-align: right;
  background-color: #e4e0cf;
  background-image: none; }
  @media only screen and (min-width: 1331px) {
    #one {
      width: 1260px;
      height: 160px; } }
  @media only screen and (max-width: 1330px) {
    #one {
      width: 920px;
      height: 132px; } }
  @media only screen and (max-width: 960px) {
    #one {
      width: 320px;
      height: 70px; } }

#two {
  /* center tan band */
  position: relative;
  width: 1260px;
  height: 170px;
  text-align: right;
  background-color: #f7f6f0;
  background-image: none; }
  @media only screen and (min-width: 1331px) {
    #two {
      width: 1260px;
      height: 170px; } }
  @media only screen and (max-width: 1330px) {
    #two {
      width: 920px;
      height: 119px; } }
  @media only screen and (max-width: 960px) {
    #two {
      width: 320px;
      height: 100px; } }

#three {
  /* green dotted mid band */
  position: relative;
  width: 1260px;
  height: 414px;
  background-color: #a5bf49;
  background-image: url(/images/interface/dotbg_tile.gif);
  background-repeat: repeat; }
  @media only screen and (min-width: 1331px) {
    #three {
      display: block;
      width: 1260px;
      height: 414px; } }
  @media only screen and (max-width: 1330px) {
    #three {
      display: block;
      width: 920px;
      height: 407px; } }
  @media only screen and (max-width: 960px) {
    #three {
      display: none; } }

.sub #three {
  height: 444px; }
  @media only screen and (min-width: 1331px) {
    .sub #three {
      height: 444px; } }
  @media only screen and (max-width: 1330px) {
    .sub #three {
      height: 407px; } }
  @media only screen and (max-width: 960px) {
    .sub #three {
      display: none; } }

#threebtm {
  /* green dotted mid band */
  position: relative;
  width: 320px;
  height: 20px;
  background-color: #a5bf49;
  background-image: url(/images/interface/dotbg_tile.gif);
  background-repeat: repeat; }
  @media only screen and (min-width: 1331px) {
    #threebtm {
      display: none; } }
  @media only screen and (max-width: 1330px) {
    #threebtm {
      display: none; } }
  @media only screen and (max-width: 960px) {
    #threebtm {
      display: block;
      width: 320px;
      height: 20px; } }

#four {
  /* footer brown band */
  position: relative;
  width: 1260px;
  min-height: 120px;
  text-align: right;
  background-color: #615f4f; }
  @media only screen and (min-width: 1331px) {
    #four {
      display: block;
      width: 1260px;
      min-height: 120px; } }
  @media only screen and (max-width: 1330px) {
    #four {
      display: block;
      width: 920px;
      min-height: 80px; } }
  @media only screen and (max-width: 960px) {
    #four {
      display: none;
      width: 320px;
      min-height: 60px; } }

#fourbtm {
  /* footer brown band */
  position: relative;
  width: 320px;
  min-height: 40px;
  text-align: right;
  background-color: #615f4f; }
  @media only screen and (min-width: 1331px) {
    #fourbtm {
      display: none; } }
  @media only screen and (max-width: 1330px) {
    #fourbtm {
      display: none; } }
  @media only screen and (max-width: 960px) {
    #fourbtm {
      display: block;
      width: 320px;
      height: 40px; } }

#logo {
  /* logo */
  position: absolute;
  top: 85px;
  right: 0;
  width: 520px;
  height: 125px;
  background-repeat: no-repeat;
  background-image: url("/images/interface/ced_logo.png"); }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    #logo {
      background-image: url("/images/interface/ced_logo_2x.png");
      -webkit-background-size: 520px 125px;
      -moz-background-size: 520px 125px;
      -o-background-size: 520px 125px;
      background-size: 520px 125px; } }
  @media only screen and (min-width: 1331px) {
    #logo {
      top: 85px;
      right: 0;
      width: 520px;
      height: 125px;
      background-image: url("/images/interface/ced_logo.png"); } }
  @media only screen and (min-width: 1331px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1331px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 1331px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 1331px) and (min-device-pixel-ratio: 1.5), only screen and (min-width: 1331px) and (min-resolution: 1.5dppx) {
    #logo {
      background-image: url("/images/interface/ced_logo_2x.png");
      -webkit-background-size: 520px 125px;
      -moz-background-size: 520px 125px;
      -o-background-size: 520px 125px;
      background-size: 520px 125px; } }
  @media only screen and (max-width: 1330px) {
    #logo {
      top: 72px;
      right: 0;
      width: 420px;
      height: 101px;
      background-image: url("/images/interface/ced_logo_mid.png"); } }
  @media only screen and (max-width: 1330px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1330px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 1330px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 1330px) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 1330px) and (min-resolution: 1.5dppx) {
    #logo {
      background-image: url("/images/interface/ced_logo_mid_2x.png");
      -webkit-background-size: 420px 101px;
      -moz-background-size: 420px 101px;
      -o-background-size: 420px 101px;
      background-size: 420px 101px; } }
  @media only screen and (max-width: 960px) {
    #logo {
      top: 25px;
      right: 0;
      width: 311px;
      height: 125px;
      background-image: url("/images/interface/ced_logo_sm.png"); } }
  @media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 960px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 960px) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 960px) and (min-resolution: 1.5dppx) {
    #logo {
      background-image: url("/images/interface/ced_logo_sm_2x.png");
      -webkit-background-size: 311px 75px;
      -moz-background-size: 311px 75px;
      -o-background-size: 311px 75px;
      background-size: 311px 75px; } }

#homeport {
  /* home portfolio image */
  position: absolute;
  top: 30px;
  left: 0;
  width: 411px;
  overflow: hidden; }
  @media only screen and (min-width: 1331px) {
    #homeport {
      top: 30px;
      width: 411px;
      height: 490px; } }
  @media only screen and (max-width: 1330px) {
    #homeport {
      top: 50px;
      width: 330px;
      height: 420px; } }
  @media only screen and (max-width: 960px) {
    #homeport {
      top: 15px;
      width: 320px;
      height: 380px; } }
  @media only screen and (min-width: 1331px) {
    #homeport img {
      height: 411px; } }
  @media only screen and (max-width: 1330px) {
    #homeport img {
      height: 330px; } }
  @media only screen and (max-width: 960px) {
    #homeport img {
      height: 320px; } }
  #homeport p {
    text-align: right; }
  #homeport .morelink {
    display: block;
    padding-top: 4px; }
  #homeport #homeshadows {
    position: absolute;
    top: 0 !important;
    left: 0;
    width: 411px;
    z-index: 999; }
    @media only screen and (min-width: 1331px) {
      #homeport #homeshadows {
        top: 30px;
        width: 411px;
        height: 411px; } }
    @media only screen and (max-width: 1330px) {
      #homeport #homeshadows {
        top: 50px;
        width: 330px;
        height: 330px; } }
    @media only screen and (max-width: 960px) {
      #homeport #homeshadows {
        top: 15px;
        width: 320px;
        height: 320px; } }
    #homeport #homeshadows img {
      width: 100%;
      height: 100%; }

#homeframe, #subframe {
  position: absolute;
  top: 190px;
  left: 0;
  width: 1100px;
  height: 620px;
  overflow: hidden; }
  @media only screen and (min-width: 1331px) {
    #homeframe, #subframe {
      position: absolute;
      top: 190px;
      width: 1100px;
      height: 620px; } }
  @media only screen and (max-width: 1330px) {
    #homeframe, #subframe {
      position: absolute;
      top: 156px;
      width: 760px;
      height: 620px; } }
  @media only screen and (max-width: 960px) {
    #homeframe, #subframe {
      position: relative;
      top: auto;
      width: 320px;
      height: auto; } }

#homebtmtab, #subbtmtab {
  position: absolute;
  top: 300px;
  left: 0;
  width: 675px;
  height: 260px;
  margin-left: 0;
  color: #fff;
  background-color: #f7f6f0;
  -webkit-border-radius: 0 75px 75px 0;
  -moz-border-radius: 0 75px 75px 0;
  border-radius: 0 75px 75px 0; }
  @media only screen and (min-width: 1331px) {
    #homebtmtab, #subbtmtab {
      display: block;
      top: 300px;
      width: 675px; } }
  @media only screen and (max-width: 1330px) {
    #homebtmtab, #subbtmtab {
      display: block;
      top: 247px;
      width: 365px; } }
  @media only screen and (max-width: 960px) {
    #homebtmtab, #subbtmtab {
      display: none; } }

#subbtmtab {
  top: 330px; }
  @media only screen and (min-width: 1331px) {
    #subbtmtab {
      top: 330px; } }
  @media only screen and (max-width: 1330px) {
    #subbtmtab {
      top: 247px;
      width: 365px; } }

#spiral {
  z-index: 10;
  position: absolute;
  display: block;
  top: 169px;
  left: -16px;
  width: 43px;
  margin-left: 0; }
  @media only screen and (min-width: 1331px) {
    #spiral {
      display: block;
      top: 169px;
      left: -16px; } }
  @media only screen and (max-width: 1330px) {
    #spiral {
      display: block;
      top: 139px;
      left: -14px; } }
  @media only screen and (max-width: 960px) {
    #spiral {
      display: none; } }
  #spiral img {
    width: 43px;
    height: 573px; }
    @media only screen and (min-width: 1331px) {
      #spiral img {
        width: 43px;
        height: 573px; } }
    @media only screen and (max-width: 1330px) {
      #spiral img {
        width: 39px;
        height: 520px; } }
    @media only screen and (max-width: 960px) {
      #spiral img {
        width: 39px;
        height: 520px; } }

#footer {
  clear: both;
  margin: 0;
  padding: 12px 20px 10px 20px;
  position: relative;
  text-align: right;
  font-family: "Whitney SSm A", "Whitney SSm B", helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #7f7e6f;
  line-height: 1.4em; }
  @media only screen and (min-width: 1331px) {
    #footer {
      padding: 12px 20px 10px 20px;
      text-align: right; } }
  @media only screen and (max-width: 1330px) {
    #footer {
      padding: 10px 20px 10px 20px;
      text-align: right; } }
  @media only screen and (max-width: 960px) {
    #footer {
      padding: 10px 0 10px 20px;
      text-align: left; } }
  #footer span {
    float: left; }

#tag {
  /* tagline */
  z-index: 8;
  display: block;
  position: absolute;
  top: 690px;
  left: 676px;
  width: 350px;
  color: #615f4f;
  font-family: "Whitney SSm A", "Whitney SSm B", helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.8em;
  text-transform: uppercase;
  line-height: 74px;
  letter-spacing: 0.08em; }
  #tag span {
    color: #fff; }
  @media only screen and (min-width: 1331px) {
    #tag {
      display: block;
      top: 690px;
      left: 676px; } }
  @media only screen and (max-width: 1330px) {
    #tag {
      display: block;
      top: 605px;
      left: 363px; } }
  @media only screen and (max-width: 960px) {
    #tag {
      display: none; } }

.sub #tag {
  top: 720px; }
  @media only screen and (min-width: 1331px) {
    .sub #tag {
      top: 720px; } }
  @media only screen and (max-width: 1330px) {
    .sub #tag {
      top: 605px; } }
  @media only screen and (max-width: 960px) {
    .sub #tag {
      display: none; } }

#sidetab {
  /* section label */
  z-index: 8;
  position: absolute;
  top: 30px;
  left: 0;
  width: 60px;
  height: 147px;
  background-color: #fff; }
  @media only screen and (min-width: 1331px) {
    #sidetab {
      display: block;
      width: 60px;
      height: 147px; }
      #sidetab img {
        width: 60px;
        height: 147px; } }
  @media only screen and (max-width: 1330px) {
    #sidetab {
      display: block;
      width: 60px;
      height: 147px; }
      #sidetab img {
        width: 60px;
        height: 147px; } }
  @media only screen and (max-width: 960px) {
    #sidetab {
      display: none; } }

#homecontent, #subcontent {
  position: relative;
  margin: 0 0 0 -10px;
  padding: 40px 40px 0 440px;
  width: 545px;
  height: 480px;
  margin-left: 0;
  background-color: #fff;
  -webkit-border-radius: 0 75px 75px 0;
  -moz-border-radius: 0 75px 75px 0;
  border-radius: 0 75px 75px 0;
  -webkit-box-shadow: 5px 10px 20px rgba(163, 153, 111, 0.4);
  -moz-box-shadow: 5px 10px 20px rgba(163, 153, 111, 0.4);
  box-shadow: 5px 10px 20px rgba(163, 153, 111, 0.4); }
  @media only screen and (min-width: 1331px) {
    #homecontent, #subcontent {
      padding: 40px 40px 0 440px;
      width: 545px;
      height: 480px;
      -webkit-border-radius: 0 75px 75px 0;
      -moz-border-radius: 0 75px 75px 0;
      border-radius: 0 75px 75px 0; } }
  @media only screen and (max-width: 1330px) {
    #homecontent, #subcontent {
      padding: 40px 30px 0 360px;
      width: 351px;
      height: 430px;
      -webkit-border-radius: 0 75px 75px 0;
      -moz-border-radius: 0 75px 75px 0;
      border-radius: 0 75px 75px 0; } }
  @media only screen and (max-width: 960px) {
    #homecontent, #subcontent {
      padding: 390px 20px 0 20px;
      width: 280px;
      height: auto;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; } }

#subcontent {
  padding: 40px 40px 0 90px;
  width: 895px;
  height: 510px; }
  @media only screen and (min-width: 1331px) {
    #subcontent {
      padding: 40px 40px 0 90px;
      width: 895px;
      height: 510px; } }
  @media only screen and (max-width: 1330px) {
    #subcontent {
      padding: 24px 30px 0 86px;
      width: 625px;
      height: 446px; } }
  @media only screen and (max-width: 960px) {
    #subcontent {
      padding: 20px 15px 0 15px;
      width: 290px;
      height: auto;
      min-height: 300px; } }
  #subcontent .indent {
    padding-left: 60px; }
    @media only screen and (min-width: 1331px) {
      #subcontent .indent {
        padding-left: 60px; } }
    @media only screen and (max-width: 1330px) {
      #subcontent .indent {
        padding-left: 60px; } }
    @media only screen and (max-width: 960px) {
      #subcontent .indent {
        padding-left: 15px; } }
  #subcontent .column {
    float: left;
    padding: 0 0 0 60px; }
    @media only screen and (min-width: 1331px) {
      #subcontent .column {
        float: left;
        padding: 0 0 0 60px; } }
    @media only screen and (max-width: 1330px) {
      #subcontent .column {
        float: left;
        padding: 0 20px 0 0; } }
    @media only screen and (max-width: 960px) {
      #subcontent .column {
        float: none;
        padding: 0; } }
    #subcontent .column p {
      padding-bottom: 12px; }

#homecaption {
  z-index: 8;
  position: absolute;
  top: 516px;
  left: 36px;
  width: 412px;
  margin-left: 0; }
  @media only screen and (min-width: 1331px) {
    #homecaption {
      width: 412px; } }
  @media only screen and (max-width: 1330px) {
    #homecaption {
      width: 330px; } }
  @media only screen and (max-width: 960px) {
    #homecaption {
      width: 310px; } }

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

a.endlink {
  font-size: 95%;
  font-family: "Whitney SSm A", "Whitney SSm B", helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase; }
  a.endlink span {
    font-family: "Whitney SSm A", "Whitney SSm B", helvetica, sans-serif;
    font-style: normal;
    font-weight: 300; }

a:hover, a:active {
  color: #4d6f89;
  text-decoration: none; }

b, strong {
  font-family: "Whitney SSm A", "Whitney SSm B", helvetica, sans-serif;
  font-style: normal;
  font-weight: 500; }

.unbold {
  font-family: "Whitney SSm A", "Whitney SSm B", helvetica, sans-serif;
  font-style: normal;
  font-weight: 300; }

.lc {
  text-transform: none; }

.clear {
  clear: both; }

.clearsmspace {
  clear: both;
  height: 8px; }

.clearspace {
  clear: both;
  height: 20px; }

.clearbigspace {
  clear: both;
  height: 50px; }

.paraspace {
  display: block;
  width: 0;
  height: 0; }
  @media only screen and (min-width: 1331px) {
    .paraspace {
      display: block;
      width: 0;
      height: 0; } }
  @media only screen and (max-width: 1330px) {
    .paraspace {
      display: none; } }
  @media only screen and (max-width: 960px) {
    .paraspace {
      display: block;
      width: 2px;
      height: 12px; } }

p {
  padding: 0 40px 15px 0;
  color: #333;
  font-size: 1.0em;
  line-height: 1.4em;
  font-family: "Whitney SSm A", "Whitney SSm B", helvetica, sans-serif;
  font-style: normal;
  font-weight: 300; }
  p .callout {
    color: #d78358;
    font-family: "Whitney SSm A", "Whitney SSm B", helvetica, sans-serif;
    font-style: normal;
    font-weight: 600; }
  p.intro {
    clear: both;
    padding: 0 0 18px 3px;
    color: #615f4f;
    font-size: 1.3em;
    line-height: 1.5em;
    font-family: "Whitney SSm A", "Whitney SSm B", helvetica, sans-serif;
    font-style: normal;
    font-weight: 400; }
    @media only screen and (min-width: 1331px) {
      p.intro {
        padding: 0 0 12px 3px;
        font-size: 1.3em; } }
    @media only screen and (max-width: 1330px) {
      p.intro {
        padding: 0 0 12px 3px;
        font-size: 1.2em; } }
    @media only screen and (max-width: 960px) {
      p.intro {
        padding: 0 0 15px 3px;
        font-size: 1.3em; } }
  @media only screen and (min-width: 1331px) {
    p {
      padding: 0 40px 15px 0;
      font-size: 1.1em; } }
  @media only screen and (max-width: 1330px) {
    p {
      padding: 0 30px 18px 3px;
      font-size: 1.0em; } }
  @media only screen and (max-width: 960px) {
    p {
      padding: 0 0 30px 3px;
      font-size: 1.1em; } }

h1, h2, h3, h4 {
  color: #d0caaf;
  font-family: "Requiem Display A", "Requiem Display B", georgia, serif;
  font-style: normal;
  font-weight: 400; }

h1 {
  padding: 10px 0 20px 0;
  font-size: 3.2em;
  line-height: 0.7;
  text-transform: uppercase; }
  @media only screen and (min-width: 1331px) {
    h1 {
      padding: 10px 0 20px 0;
      font-size: 3.2em;
      line-height: 0.7; } }
  @media only screen and (max-width: 1330px) {
    h1 {
      padding: 10px 0 20px 0;
      font-size: 2.8em;
      line-height: 0.75; } }
  @media only screen and (max-width: 960px) {
    h1 {
      padding: 10px 0 10px 0;
      font-size: 3.0em;
      line-height: 0.9; } }

h2, h3, h4 {
  font-family: "Whitney SSm A", "Whitney SSm B", helvetica, sans-serif;
  font-style: normal;
  font-weight: 600; }

/*-------------------------------------------------- */
/* CONTEXTUAL STYLES */
/*-------------------------------------------------- */
#homecontent h1 {
  padding: 64px 0 22px 0;
  font-size: 3.2em; }
  #homecontent h1 .expander {
    font-size: 18px; }
  #homecontent h1 .line2 {
    display: block;
    padding-left: 230px;
    font-size: 1.2em; }
  @media only screen and (min-width: 1331px) {
    #homecontent h1 {
      padding: 64px 0 22px 0;
      font-size: 3.2em; }
      #homecontent h1 .expander {
        font-size: 18px; }
      #homecontent h1 .line2 {
        padding-left: 230px;
        font-size: 1.2em; } }
  @media only screen and (max-width: 1330px) {
    #homecontent h1 {
      padding: 52px 0 22px 0;
      font-size: 2.3em; }
      #homecontent h1 .expander {
        font-size: 18px; }
      #homecontent h1 .line2 {
        padding-left: 100px;
        font-size: 1.4em; } }
  @media only screen and (max-width: 960px) {
    #homecontent h1 {
      padding: 15px 0 12px 0;
      font-size: 3.0em; }
      #homecontent h1 .expander {
        font-size: 10px; }
      #homecontent h1 .line2 {
        padding-left: 0;
        font-size: inherit; } }

#homecontent p {
  padding: 0 40px 18px 3px;
  color: #615f4f;
  line-height: 1.4em; }
  #homecontent p.intro {
    padding: 0 0 18px 3px;
    font-size: 1.3em; }
    @media only screen and (min-width: 1331px) {
      #homecontent p.intro {
        padding: 0 0 12px 3px;
        font-size: 1.3em; } }
    @media only screen and (max-width: 1330px) {
      #homecontent p.intro {
        padding: 0 0 12px 3px;
        font-size: 1.1em; } }
    @media only screen and (max-width: 960px) {
      #homecontent p.intro {
        padding: 0 0 20px 3px;
        font-size: 1.1em; } }
  @media only screen and (min-width: 1331px) {
    #homecontent p {
      padding: 0 40px 18px 3px;
      font-size: 1.0em; } }
  @media only screen and (max-width: 1330px) {
    #homecontent p {
      padding: 0 30px 18px 3px;
      font-size: 1.0em; } }
  @media only screen and (max-width: 960px) {
    #homecontent p {
      padding: 0 0 20px 3px;
      font-size: 1.0em; } }

p.homecaption {
  margin: 0;
  padding: 0;
  width: 412px;
  text-align: right;
  font-family: "Whitney SSm A", "Whitney SSm B", helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  color: #adaca4;
  line-height: 13px;
  letter-spacing: 0.1em; }
  @media only screen and (min-width: 1331px) {
    p.homecaption {
      width: 412px; } }
  @media only screen and (max-width: 1330px) {
    p.homecaption {
      width: 330px; } }
  @media only screen and (max-width: 960px) {
    p.homecaption {
      width: 310px; } }

p.homecaption span.hd {
  color: #615f4f; }

/*-------------------------------------------------- */
/* NAVIGATION */
/*-------------------------------------------------- */
#primarynav {
  /* global primary nav */
  position: absolute;
  display: block;
  top: 370px;
  right: 20px;
  width: 195px; }
  @media only screen and (min-width: 1331px) {
    #primarynav {
      display: block;
      top: 370px;
      right: 20px;
      width: 195px; } }
  @media only screen and (max-width: 1330px) {
    #primarynav {
      display: block;
      top: 291px;
      right: 20px;
      width: 140px; } }
  @media only screen and (max-width: 960px) {
    #primarynav {
      display: none; } }
  #primarynav li {
    padding: 0 0 12px 0;
    color: #615f4f;
    font-family: "Whitney SSm A", "Whitney SSm B", helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em; }
    #primarynav li a, #primarynav li a:visited {
      font-family: "Whitney SSm A", "Whitney SSm B", helvetica, sans-serif;
      font-style: normal;
      font-weight: 600;
      color: #fff; }
    #primarynav li.on a, #primarynav li.on a:visited {
      color: #615f4f; }

.indexnav {
  float: left;
  margin: 20px 20px 0 3px;
  width: 240px;
  font-size: 0.9em;
  font-family: "Whitney SSm A", "Whitney SSm B", helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.04em; }
  .indexnav li {
    clear: both;
    height: 120px; }
  .indexnav span {
    float: left;
    display: inline-block;
    padding: 40px 0 0 10px; }
    .indexnav span.dbl {
      padding-top: 34px; }
  @media only screen and (min-width: 1331px) {
    .indexnav {
      float: left;
      margin: 20px 20px 0 3px;
      width: 240px;
      font-size: 0.9em;
      line-height: 1.3em; }
      .indexnav li {
        clear: both;
        height: 120px; }
      .indexnav span {
        float: left;
        display: inline-block;
        padding: 40px 0 0 10px; }
        .indexnav span.dbl {
          padding-top: 34px;
          width: 130px; } }
  @media only screen and (max-width: 1330px) {
    .indexnav {
      float: left;
      margin: 15px 10px 0 3px;
      width: 160px;
      font-size: 0.8em; }
      .indexnav li {
        clear: both;
        height: 75px; }
      .indexnav span {
        float: left;
        display: inline-block;
        padding: 25px 0 0 8px; }
        .indexnav span.dbl {
          padding-top: 10px;
          width: 90px; } }
  @media only screen and (max-width: 960px) {
    .indexnav {
      float: none;
      margin: 0 20px 0 40px;
      width: 280px;
      font-size: 0.9em; }
      .indexnav li {
        clear: both;
        height: 100px; }
      .indexnav span {
        float: left;
        display: inline-block;
        padding: 35px 0 0 10px; }
        .indexnav span.dbl {
          padding-top: 10px;
          width: 90px; } }
  .indexnav img {
    float: left;
    width: 100px;
    height: 100px; }
    @media only screen and (min-width: 1331px) {
      .indexnav img {
        width: 100px;
        height: 100px; } }
    @media only screen and (max-width: 1330px) {
      .indexnav img {
        width: 60px;
        height: 60px; } }
    @media only screen and (max-width: 960px) {
      .indexnav img {
        width: 80px;
        height: 80px; } }

.portrait {
  float: left;
  margin: 10px 20px 10px 0;
  width: 160px; }
  @media only screen and (min-width: 1331px) {
    .portrait {
      margin: 10px 20px 10px 5px;
      width: 160px; } }
  @media only screen and (max-width: 1330px) {
    .portrait {
      margin: 10px 15px 10px 5px;
      width: 100px; } }
  @media only screen and (max-width: 960px) {
    .portrait {
      margin: 20px 10px 5px 15px;
      width: 100px; } }
  .portrait p {
    padding: 6px 0 0 0;
    font-size: 0.8em;
    font-family: "Whitney SSm A", "Whitney SSm B", helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em; }
  .portrait img {
    display: block;
    padding: 0 0 10px 0;
    width: 160px;
    height: 160px; }
    @media only screen and (min-width: 1331px) {
      .portrait img {
        width: 160px;
        height: 160px; } }
    @media only screen and (max-width: 1330px) {
      .portrait img {
        width: 100px;
        height: 100px; } }
    @media only screen and (max-width: 960px) {
      .portrait img {
        width: 100px;
        height: 100px; } }

#mobilenav {
  display: none;
  position: absolute;
  z-index: 200;
  top: 0;
  width: 320px; }
  #mobilenav a, #mobilenav a:visited {
    display: block;
    padding: 22px 10px 22px 10px;
    font-size: 1.6em;
    color: #fff;
    text-align: center;
    font-family: "Whitney SSm A", "Whitney SSm B", helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    background-color: #a5bf49;
    border-bottom: 2px solid #fff;
    cursor: pointer; }
    #mobilenav a.closemobile, #mobilenav a:visited.closemobile {
      font-size: 1.1em;
      padding: 16px 10px 20px 10px;
      background-color: #a3996f; }
  #mobilenav a:active, #mobilenav a.closemobile:active {
    text-decoration: none;
    background-color: #615f4f; }

.mobilenavlink {
  display: none;
  position: absolute;
  top: 82px;
  left: 17px;
  cursor: pointer; }
  @media only screen and (min-width: 1331px) {
    .mobilenavlink {
      display: none; } }
  @media only screen and (max-width: 1330px) {
    .mobilenavlink {
      display: none; } }
  @media only screen and (max-width: 960px) {
    .mobilenavlink {
      display: block; } }

.next, .back {
  /* next links */
  z-index: 8;
  position: absolute;
  margin: 0;
  padding-left: 1px;
  top: 428px;
  left: 933px;
  width: 63px;
  height: 64px;
  line-height: 64px;
  color: #d0caaf;
  font-family: "Whitney SSm A", "Whitney SSm B", helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.0em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  background-color: #e4e0cf;
  /* fallback for old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #f7f6f0 0%, #f7f6f0 40%, #e4e0cf 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #f7f6f0 0%, #f7f6f0 40%, #e4e0cf 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #f7f6f0 0%, #f7f6f0 40%, #e4e0cf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  cursor: pointer; }
  .next:hover, .back:hover {
    color: #fff;
    background-color: #d0caaf;
    /* fallback for old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #d0caaf 0%, #d0caaf 40%, #d0caaf 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #d0caaf 0%, #d0caaf 40%, #d0caaf 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #d0caaf 0%, #d0caaf 40%, #d0caaf 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    cursor: pointer; }
  @media only screen and (min-width: 1331px) {
    .next, .back {
      position: absolute;
      margin: 0;
      top: 428px;
      left: 933px;
      width: 63px;
      height: 64px;
      line-height: 64px;
      font-size: 1.0em;
      -webkit-border-radius: 32px;
      -moz-border-radius: 32px;
      border-radius: 32px;
      float: none; } }
  @media only screen and (max-width: 1330px) {
    .next, .back {
      position: absolute;
      margin: 0;
      top: 387px;
      left: 650px;
      width: 63px;
      height: 64px;
      line-height: 64px;
      font-size: 1.0em;
      -webkit-border-radius: 32px;
      -moz-border-radius: 32px;
      border-radius: 32px;
      float: none; } }
  @media only screen and (max-width: 960px) {
    .next, .back {
      position: relative;
      margin: 30px 0 15px 0;
      top: auto;
      left: auto;
      width: 59px;
      height: 60px;
      line-height: 60px;
      font-size: 0.9em;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      float: right; } }

.back {
  left: 50px; }
  @media only screen and (min-width: 1331px) {
    .back {
      left: 50px;
      float: none; } }
  @media only screen and (max-width: 1330px) {
    .back {
      left: 50px;
      float: none; } }
  @media only screen and (max-width: 960px) {
    .back {
      clear: both;
      left: auto;
      float: left; } }

.sub .next, .sub .back {
  top: 458px; }
  @media only screen and (min-width: 1331px) {
    .sub .next, .sub .back {
      top: 458px; } }
  @media only screen and (max-width: 1330px) {
    .sub .next, .sub .back {
      top: 387px; } }
  @media only screen and (max-width: 960px) {
    .sub .next, .sub .back {
      top: auto; } }

#pagination {
  z-index: 8;
  position: absolute;
  top: 171px;
  left: 32px;
  width: 550px; }
  @media only screen and (min-width: 1331px) {
    #pagination {
      display: block;
      top: 171px; } }
  @media only screen and (max-width: 1330px) {
    #pagination {
      display: block;
      top: 140px; } }
  @media only screen and (max-width: 960px) {
    #pagination {
      display: none; } }
  #pagination p {
    margin: 0;
    padding: 0;
    font-family: "Whitney SSm A", "Whitney SSm B", helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 9px;
    color: #615f4f;
    line-height: 9px;
    letter-spacing: 0.1em; }
    #pagination p a, #pagination p a:visited {
      color: #adaca4;
      text-decoration: none; }
    #pagination p a:hover, #pagination p a:active {
      color: #4d6f89;
      text-decoration: none; }
    #pagination p span {
      color: #d8d3bb;
      padding: 0 4px 0 6px; }
      #pagination p span.hd {
        color: #adaca4;
        padding: 0 6px 0 0; }

/*-------------------------------------------------- */
/* PORTFOLIO */
/*-------------------------------------------------- */
#work {
  z-index: 7;
  position: absolute;
  top: 0;
  left: 66px;
  width: 878px;
  height: 549px; }
  #work img {
    width: 878px;
    height: 549px; }
  @media only screen and (min-width: 1331px) {
    #work {
      position: absolute;
      top: 0;
      left: 66px;
      width: 878px;
      height: 549px; }
      #work img {
        width: 878px;
        height: 549px; } }
  @media only screen and (max-width: 1330px) {
    #work {
      position: absolute;
      top: 10px;
      left: 80px;
      width: 605px;
      height: 383px; }
      #work img {
        width: 605px;
        height: 383px; } }
  @media only screen and (max-width: 960px) {
    #work {
      position: relative;
      top: 0;
      left: 0;
      width: 280px;
      height: auto; }
      #work img {
        width: 280px;
        height: auto; } }

#caption {
  z-index: 8;
  position: absolute;
  top: 566px;
  left: 32px;
  width: 300px; }
  @media only screen and (min-width: 1331px) {
    #caption {
      position: absolute;
      margin-top: 0;
      top: 566px;
      left: 32px;
      width: 300px;
      text-align: left; } }
  @media only screen and (max-width: 1330px) {
    #caption {
      position: absolute;
      margin-top: 0;
      top: 484px;
      left: 32px;
      width: 300px;
      text-align: left; } }
  @media only screen and (max-width: 960px) {
    #caption {
      position: relative;
      margin-top: 20px;
      top: auto;
      left: 0;
      width: 280px;
      text-align: center; } }
  #caption p {
    margin: 0;
    padding: 0;
    font-family: "Whitney SSm A", "Whitney SSm B", helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    color: #adaca4;
    line-height: 9px;
    letter-spacing: 0.1em; }
    #caption p span {
      color: #d8d3bb;
      padding: 0 4px 0 6px; }
      #caption p span.hd {
        color: #615f4f;
        padding: 0 6px 0 0; }

/*-------------------------------------------------- */
/* FORM STYLES */
/*-------------------------------------------------- */
.form, #ced-contact {
  display: inline-block;
  margin: 0;
  padding: 0; }

.formlabel, #ced-contact .formlabel {
  float: left;
  text-align: right;
  margin: 8px 12px 12px 0;
  padding: 10px 0 0 0;
  width: 120px;
  font-family: "Whitney SSm A", "Whitney SSm B", helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #615f4f;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.04em; }
  @media only screen and (min-width: 1331px) {
    .formlabel, #ced-contact .formlabel {
      float: left;
      text-align: right;
      margin: 8px 12px 12px 0;
      width: 120px; } }
  @media only screen and (max-width: 1330px) {
    .formlabel, #ced-contact .formlabel {
      float: left;
      text-align: right;
      margin: 0 12px 4px 0;
      width: 100px; } }
  @media only screen and (max-width: 960px) {
    .formlabel, #ced-contact .formlabel {
      float: none;
      text-align: left;
      margin: 0 0 6px 3px;
      padding: 0 !important;
      width: auto; } }

.formfield, #ced-contact .formfield {
  float: left;
  text-align: left;
  margin: 8px 12px 12px 0;
  padding: 0;
  width: 300px; }
  @media only screen and (min-width: 1331px) {
    .formfield, #ced-contact .formfield {
      float: left;
      text-align: left;
      margin: 8px 12px 12px 0;
      width: 300px; } }
  @media only screen and (max-width: 1330px) {
    .formfield, #ced-contact .formfield {
      float: left;
      text-align: left;
      margin: 0 12px 4px 0;
      width: 240px; } }
  @media only screen and (max-width: 960px) {
    .formfield, #ced-contact .formfield {
      float: none;
      text-align: left;
      margin: 0 0 6px 3px;
      width: auto; } }
  .formfield input, .formfield textarea, #ced-contact .formfield input, #ced-contact .formfield textarea {
    width: 300px;
    padding: 4px;
    font-family: "Whitney SSm A", "Whitney SSm B", helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.1em; }
    @media only screen and (min-width: 1331px) {
      .formfield input, .formfield textarea, #ced-contact .formfield input, #ced-contact .formfield textarea {
        width: 300px; } }
    @media only screen and (max-width: 1330px) {
      .formfield input, .formfield textarea, #ced-contact .formfield input, #ced-contact .formfield textarea {
        width: 240px; } }
    @media only screen and (max-width: 960px) {
      .formfield input, .formfield textarea, #ced-contact .formfield input, #ced-contact .formfield textarea {
        width: 260px; } }
  .formfield textarea, #ced-contact .formfield textarea {
    height: 75px; }
    @media only screen and (min-width: 1331px) {
      .formfield textarea {
        height: 75px; } }
    @media only screen and (max-width: 1330px) {
      .formfield textarea {
        height: 65px; } }
    @media only screen and (max-width: 960px) {
      .formfield textarea {
        height: 120px; } }

.formbtn, #ced-contact .formbtn {
  margin: 10px 0 0 132px; }
  @media only screen and (min-width: 1331px) {
    .formbtn, #ced-contact .formbtn {
      margin: 10px 0 0 132px;
      padding-bottom: 0; } }
  @media only screen and (max-width: 1330px) {
    .formbtn, #ced-contact .formbtn {
      margin: 10px 0 0 110px;
      padding-bottom: 0; } }
  @media only screen and (max-width: 960px) {
    .formbtn, #ced-contact .formbtn {
      margin: 10px 0 0 0;
      padding-bottom: 40px !important; } }
  .formbtn input, #ced-contact .formbtn input {
    width: auto;
    padding: 8px 16px;
    color: #fff;
    font-family: "Whitney SSm A", "Whitney SSm B", helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    border: none;
    background-color: #d0caaf;
    line-height: 1.0em; }
    .formbtn input:hover, #ced-contact .formbtn input:hover {
      color: #fff;
      background-color: #4d6f89; }

/*#copyright {    copyright 
	z-index: 8;
	position: absolute;
	top: 619px;
	left: 823px;
	width: 153px;
	}*/
/*#workfooter1hd {    work footer nav col 1-2 head 
	z-index: 10;
	position: absolute;
	top: 629px;
	left: 43px;
	width: 112px;
	margin-left: 0;
	display: block;
	}*/
/*#workfooter1 {    work footer nav col 1 
	z-index: 10;
	position: absolute;
	top: 643px;
	left: 43px;
	width: 112px;
	margin-left: 0;
	display: block;
	}*/
/*#workfooter2 {    work footer nav col 2 
	z-index: 10;
	position: absolute;
	top: 643px;
	left: 155px;
	width: 112px;
	margin-left: 0;
	display: block;
	}*/
/* div#workfooter3hd {   work footer nav col 3-4 head 
	z-index: 10;
	position: absolute;
	top: 629px;
	left: 300px;
	width: 112px;
	margin-left: 0;
	display: block;
	}*/
/*div#workfooter3 {    work footer nav col 3 
	z-index: 10;
	position: absolute;
	top: 643px;
	left: 300px;
	width: 112px;
	margin-left: 0;
	display: block;
	}*/
/* div#workfooter4 {   work footer nav col 4 
	z-index: 10;
	position: absolute;
	top: 643px;
	left: 412px;
	width: 112px;
	margin-left: 0;
	display: block;
	}
div#indextitle {
	z-index: 8;
	position: absolute;
	top: 203px;
	left: 125px;
	width: 300px;
	}

div#indexcontent {
	z-index: 8;
	position: absolute;
	top: 246px;
	left: 166px;
	width: 548px;
	font-size: 13px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #8b8a7e;
	line-height: 20px;
	margin-left: 0;
	}*/
/*.linkvert {
	margin: 0 12px 0 0;
	padding: 0 0 0 8px;
	border-right: 1px solid $tan0;
	}
p a, p a:visited { @include whit400; }
p.endlink { 
	margin-top: 8px;
	padding-top: 6px;
	@include whit500;
	font-size: 95%;
	border-top: 1px solid $neutral3;
	a { 
		@include whit500;
		}
	&.multi { 
		margin-top: 4px;
		} 
	&.subpage {
		float: left;
		border-top: none;
		}
	}
p.link { padding-top: 20px; font-size: 90%; }
.kinder { color: $kinder0; }
.higher { color: $higher0; }
.health { color: $health0; }
.advice { color: $advice0; }
p, ul, ol {
	margin: 0;
	padding: 0 0 16px 0;
	color: $txt;
	@include whit300;
	font-size: 1.1em;
	line-height: 1.4em;
	@include responsive(widest-screens) { font-size: 1.1em; }
	@include responsive(wide-screens) { font-size: 1.1em; }
	@include responsive(medium-screens) { font-size: 1.0em; }
	@include responsive(small-screens) { font-size: 1.0em; }
	}
ol li {
	padding-left: 10px;
	list-style-type: decimal;
	}
ul li {
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 30px 7px;
	@include retinize('bullet', 'gif', 6px, 6px);
	@include responsive(widest-screens) { 
		@include retinize('bullet', 'gif', 6px, 6px);
		}
	@include responsive(wide-screens) { 
		@include retinize('bullet', 'gif', 6px, 6px);
		}
	@include responsive(medium-screens) { 
		@include retinize('bullet', 'gif', 4px, 4px);
		}
	@include responsive(small-screens) {
		@include retinize('bullet', 'gif', 4px, 4px);
		}
	}
p em, p i { @include whit300i; }
p strong, p b { @include whit500; }
.bullet {
	display: inline-block;
	margin: 4px 0 4px -20px;
	width: 6px;
	height: 6px;
	background-color: $primary2;
	}
.bold { @include whit500; }
.unbold { color: inherit; @include whit300; }
a .unbold { color: inherit; @include whit400; }
.label, .date {
	color: $secondary0;
	font-size: 0.9em;
	@include whit500;
	text-transform: uppercase;
	}
.date { color: $txt; @include whit400; }
.error { color: $error; }
.errorhd {
	position: absolute;
	top: 4px;
	right: 350px;
	@include responsive(widest-screens) { top: 4px; right: 350px; }
	@include responsive(wide-screens) { top: 4px; right: 255px; }
	@include responsive(medium-screens) { top: 73px; right: 268px; }
	}
.errorhd img {
	width: 330px;
	@include responsive(widest-screens) { width: 330px; }
	@include responsive(wide-screens) { width: 300px; }
	@include responsive(medium-screens) { width: 195px; }
	}
.divider {
	clear: both;
	margin: 20px 0 20px 0;
	border-top: 1px solid $secondary4;
	}
.smnote {
	color: $neutral2;
	font-size: 0.9em;
	line-height: 1.2em;
	}
.clear { clear: both; }
.clearsmspace { clear: both; height: 8px; }
.clearspace { clear: both; height: 20px; }
.clearbigspace { clear: both; height: 50px; }
h1, h2, h3, h4 {
	margin: 0;
	padding: 20px 0 8px 0;
	@include whit500;
	color: $titles;
	@include responsive(widest-screens) { padding-top: 20px; }
	@include responsive(wide-screens) { padding-top: 20px; }
	@include responsive(medium-screens) { padding-top: 20px; }
	@include responsive(small-screens) { padding-top: 10px; }
	}
h1.top { padding-top: 0; }
h2.top { padding-top: 2px; }
h3.top { padding-top: 7px; }
h4.top { padding-top: 9px; }
h1 {
	font-size: 1.8em;
	line-height: 1.25em;
	@include responsive(widest-screens) { font-size: 1.8em; }
	@include responsive(wide-screens) { font-size: 1.7em; }
	@include responsive(medium-screens) { font-size: 1.6em; }
	@include responsive(small-screens) { font-size: 1.5em; }
	}
h2 {
	font-size: 1.5em;
	line-height: 1.3em;
	@include responsive(widest-screens) { font-size: 1.5em; }
	@include responsive(wide-screens) { font-size: 1.5em; }
	@include responsive(medium-screens) { font-size: 1.4em; }
	@include responsive(small-screens) { font-size: 1.3em; }
	}
h3 {
	padding-bottom: 6px;
	font-size: 1.2em;
	line-height: 1.3em;
	@include whit500i;
	@include responsive(widest-screens) { font-size: 1.2em; }
	@include responsive(wide-screens) { font-size: 1.2em; }
	@include responsive(medium-screens) { font-size: 1.2em; }
	@include responsive(small-screens) { font-size: 1.1em; }
	}
h4 {
	padding-bottom: 4px;
	color: $primary1;
	font-size: 1.0em;
	line-height: 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	@include responsive(widest-screens) { font-size: 1.0em; }
	@include responsive(wide-screens) { font-size: 0.9em; }
	@include responsive(medium-screens) { font-size: 0.8em; }
	@include responsive(small-screens) { font-size: 0.8em; }
	}*/
/*-------------------------------------------------- */
/* HEADER STYLES */
/*-------------------------------------------------- */
header {
  height: auto; }
  @media only screen and (min-width: 1331px) {
    header {
      height: auto; } }
  @media only screen and (max-width: 1330px) {
    header {
      height: auto; } }
  @media only screen and (max-width: 960px) {
    header {
      height: 110px; } }

/*-------------------------------------------------- */
/* ADDITIONAL CUSTOM STYLES */
/*-------------------------------------------------- */
img.logo {
  padding-right: 6px; }

img.people {
  padding-right: 10px;
  padding-bottom: 4px; }

img.homeportimg {
  padding-bottom: 12px; }
  
.smlink {
    font-family: "Whitney SSm A", "Whitney SSm B", helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    color: #adaca4;
    line-height: 13px;
    letter-spacing: 0.1em;
	}