.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {
  max-width: 100%;
}
/* force a vertical scrollbar to prevent a jumpy page */
body {
  overflow-y: scroll;
}
/* remove listy styling from navigation lists */
nav ul {
  list-style: none;
  padding: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
select,
input,
textarea {
  font: 99% sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover,
a:active {
  outline: none;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* standardize any monospaced elements */
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
}
/* make buttons play nice in IE */
button {
  width: auto;
  overflow: visible;
}
/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/* prevent BG image flicker upon hover */
.ie6 html {
  filter: expression(document.execCommand('BackgroundImageCache', false, true));
}
/* let's clear some floats */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* don't resize text automatically in webkit */
html {
  -webkit-text-size-adjust: 100%;
}
/* smooth webfonts in webkit browsers */
html {
  -webkit-font-smoothing: antialiased;
}
/* Defaults
-------------------------------------------------------------------------------*/
/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
  background: #b2c6d1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #b2c6d1;
  color: #fff;
  text-shadow: none;
}
/*	j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: rgba(178, 198, 209, 0.2);
}
ins {
  background-color: #b2c6d1;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #b2c6d1;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Editor classes
-------------------------------------------------------------------------------*/
.ckeditor,
#tinymce {
  background: #fff;
  padding: 5px;
}
/* Helper classes
-------------------------------------------------------------------------------*/
.equal-height-column-container {
  overflow: hidden;
}
.equal-height-column-container .equal-height-column {
  margin-bottom: -996em;
  padding-bottom: 999em;
}
.nobr {
  white-space: nowrap;
}
.clear {
  clear: both;
}
.no-vert-pad {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.right {
  float: right;
}
.left {
  float: left;
}
/* For image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/*! fancyBox v2.1.4 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: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  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('/_/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('/_/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  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('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;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/_/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: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.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-weight: bold;
  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);
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Theme
*********************************/
body.slideshow {
  background: #e3e5e4;
  overflow-y: auto;
  margin: 0;
  height: 100%;
}
.flexslider {
  height: 497px;
  margin: 0;
  background: #fff;
  position: relative;
  zoom: 1;
}
.flexslider.mini {
  height: 239px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 292px;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
.launch-text-link {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  background: #b1c9d5;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  font: 10px/12px 'ProximaNovaRgBold', sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding: 17px 0 0;
  height: 43px;
  width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: 999;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.launch-text-link:hover {
  background: #2c2001;
  color: #fff;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
  overflow: hidden;
}
.flex-direction-nav a {
  width: 26px;
  height: 26px;
  margin: -13px 0 0;
  display: block;
  background: url(../img/miniSlideshowArrows.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: 5px;
}
.flex-direction-nav .flex-prev {
  left: 5px;
}
.flexslider:hover .flex-next {
  right: 5px;
}
.flexslider:hover .flex-prev {
  left: 5px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.slideshow-controls-container {
  background: #fff;
  padding: 0;
  text-align: center;
}
.slideshow-controls-container .arrow img {
  height: 19px;
  width: 14px;
  vertical-align: top;
  padding: 7px 3px;
}
.flex-control-nav {
  display: inline;
}
.flex-control-nav li {
  margin: 11px 4px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 6px;
  height: 6px;
  display: block;
  background: #fff;
  border: 1px solid #b1c9d5;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.flex-control-paging li a:hover {
  background: #b1c9d5;
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: #b1c9d5;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.flexslider .slides .story .image {
  float: left;
  margin: 115px 0 0 15px;
  width: 160px;
}
.flexslider .slides .story .image img {
  display: block;
  float: right;
  width: auto;
}
.flexslider .slides .story .text {
  float: right;
  font-size: 14px;
  line-height: 18px;
  margin: 115px 50px 0 0;
  width: 575px;
}
.flexslider .slides .story .text h2 {
  color: #b1c9d5;
  font: 21px/24px 'ProximaNovaLtSemiBold', sans-serif;
  padding-bottom: .3em;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
body {
  color: #636163;
  font: 16px/19px times, 'times new roman', palatino, serif;
}
.brown {
  color: #fff;
}
h1 {
  color: #2c2001;
  font: 65px/56px 'ProximaNovaLtSemiBold', sans-serif;
  padding: 0 0 .35em;
  text-transform: uppercase;
}
h2 {
  color: #2c2001;
  font: 18px/22px 'ProximaNovaRgBold', sans-serif;
  padding: 1em 0 .1em;
  text-transform: uppercase;
}
h2:first-child {
  padding-top: 0;
}
h3 {
  color: #2c2001;
  font: 16px/20px 'ProximaNovaLtSemiBold', sans-serif;
  letter-spacing: .1em;
  padding: 1em 0 0;
  text-transform: uppercase;
}
h1 + h2,
h2 + h3,
h1 + h3,
h3:first-child {
  padding-top: 0;
}
h4 {
  font-size: 14px;
  line-height: 18px;
  padding: .5em 0 0;
}
p {
  padding: 0 0 1em;
}
article.blue {
  color: #373737;
}
article.brown {
  color: #b1c9d5;
}
article.brown h1 {
  color: #fff;
}
article.brown h2 {
  color: #b1c9d5;
}
article.brown h3 {
  color: #fff;
}
blockquote {
  border-left: 2px solid #999;
  font-size: 14px;
  font-style: italic;
  margin: 0 0 1em -1em;
  padding: 0 0 0 1em;
}
/* nav */
.main-nav {
  position: absolute;
  right: -17px;
  bottom: -2px;
}
.main-nav li {
  font: 11px/1 'ProximaNovaLtSemiBold', sans-serif;
  padding: 0;
}
.main-nav a {
  color: #b1c7d3;
  letter-spacing: .1em;
  padding: 10px 17px 22px;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.main-nav .divider {
  color: #fff;
  padding: 10px 0;
}
.main-nav a:hover,
.main-nav .nav-selected,
.main-nav .nav-path-selected {
  color: #fff;
}
.main-nav .nav-selected,
.main-nav .nav-path-selected {
  background: url(../img/mainNavArrow.png) no-repeat bottom;
}
.subnav {
  position: absolute;
  right: -15px;
  top: 10px;
  z-index: 1;
}
.subnav li {
  font: 11px/1 'ProximaNovaLtSemiBold', sans-serif;
  padding: 0;
}
.subnav a {
  color: #2c2001;
  letter-spacing: .1em;
  padding: 10px 15px;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.subnav .divider {
  color: #2c2001;
  padding: 10px 0;
}
.subnav .nav-selected,
.subnav .nav-path-selected {
  font-family: 'ProximaNovaThExtraBold', sans-serif;
}
.subnav.brown a,
.subnav.brown .divider {
  color: #b1c9d5;
}
.subnav.blue a:hover {
  color: #2c2001;
}
#persistent-nav {
  position: absolute;
  top: 0;
  right: 0;
}
.horizontal {
  margin-left: -10px;
  overflow: auto;
}
.horizontal li {
  float: left;
}
.horizontal a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
@font-face {
  font-family: 'ProximaNovaRgBold';
  src: url('../fnt/ProximaNova-Bold-webfont.eot');
  src: url('../fnt/ProximaNova-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fnt/ProximaNova-Bold-webfont.woff') format('woff'), url('../fnt/ProximaNova-Bold-webfont.ttf') format('truetype'), url('../fnt/ProximaNova-Bold-webfont.svg#ProximaNovaRgBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaLtSemibold';
  src: url('../fnt/ProximaNova-Sbold-webfont.eot');
  src: url('../fnt/ProximaNova-Sbold-webfont.eot?#iefix') format('embedded-opentype'), url('../fnt/ProximaNova-Sbold-webfont.woff') format('woff'), url('../fnt/ProximaNova-Sbold-webfont.ttf') format('truetype'), url('../fnt/ProximaNova-Sbold-webfont.svg#ProximaNovaLtSemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaRgRegular';
  src: url('../fnt/ProximaNova-Reg-webfont.eot');
  src: url('../fnt/ProximaNova-Reg-webfont.eot?#iefix') format('embedded-opentype'), url('../fnt/ProximaNova-Reg-webfont.woff') format('woff'), url('../fnt/ProximaNova-Reg-webfont.ttf') format('truetype'), url('../fnt/ProximaNova-Reg-webfont.svg#ProximaNovaRgRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaThExtrabold';
  src: url('../fnt/ProximaNova-Xbold-webfont.eot');
  src: url('../fnt/ProximaNova-Xbold-webfont.eot?#iefix') format('embedded-opentype'), url('../fnt/ProximaNova-Xbold-webfont.woff') format('woff'), url('../fnt/ProximaNova-Xbold-webfont.ttf') format('truetype'), url('../fnt/ProximaNova-Xbold-webfont.svg#ProximaNovaThExtrabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaLtLight';
  src: url('../fnt/ProximaNova-Light-webfont.eot');
  src: url('../fnt/ProximaNova-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fnt/ProximaNova-Light-webfont.woff') format('woff'), url('../fnt/ProximaNova-Light-webfont.ttf') format('truetype'), url('../fnt/ProximaNova-Light-webfont.svg#ProximaNovaLtLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* basic layout */
html {
  height: 100%;
}
.ie7 body {
  overflow: hidden;
}
.container.site,
header.site {
  min-width: 950px;
}
header.site {
  background: #302504;
  border-bottom: 2px solid #b3c9d4;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
}
header.site,
header.site .inner {
  height: 67px;
}
.inner {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
}
article .inner {
  padding-top: 60px;
}
body {
  background: #2c2001;
  margin: 69px 0 0;
}
#logo {
  background: url(../img/logo@1x.png) no-repeat;
  display: block;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 222px;
  height: 27px;
}
.main {
  float: left;
  width: 100%;
}
.single-page {
  padding: 50px 0 100px;
}
aside.site {
  float: right;
  width: 200px;
}
footer.site {
  background: url(../img/footerBkgd.png);
  clear: both;
  overflow: hidden;
  padding: 1em 0 1em;
}
footer.site img {
  vertical-align: middle;
}
footer.site .social img {
  margin-bottom: 4px;
}
/* modules */
.main > section {
  position: relative;
  /*overflow-y: hidden; overflow-x: auto;*/
  overflow: hidden;
}
.js .main > section,
.js .pages {
  height: 650px;
  position: relative;
}
.pages > article {
  clear: both;
  height: 593px;
  overflow: hidden;
  padding: 40px 0 40px;
  position: relative;
}
.js .pages > article {
  clear: none;
  float: left;
  width: 100%;
}
article.gray,
div.gray {
  background: #e3e5e4;
}
article.white,
div.white {
  background: #fff;
}
article.blue,
div.blue {
  background: #b1c9d5;
}
article.brown,
div.brown {
  background: #2c2001;
}
.slider {
  position: relative;
  overflow: hidden;
}
.intro {
  float: left;
  width: 311px;
  margin: 0 60px 0 0;
}
.panel {
  float: left;
  min-width: 295px;
  height: 474px;
  margin: 0 60px 0 0;
  position: relative;
}
.panel .panel {
  margin: 0;
}
.panel-container {
  float: left;
}
.no-js .intro {
  margin: 0 4px 20px 0;
}
.no-js .panel {
  margin: 0 20px 20px 0;
}
.views {
  position: relative;
}
.views > div > .padding {
  padding: 28px 30px;
}
.views hgroup h2 {
  color: #b1c9d5;
  font: 30px/24px 'ProximaNovaLtSemiBold', sans-serif;
}
.views hgroup h3 {
  color: #fff;
}
.views h3 {
  padding: 0;
}
.views p {
  font-size: 15px;
  line-height: 17px;
}
.views .close {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  background: url(../img/meetUsBrownMinus.png) no-repeat;
  position: absolute;
  right: 14px;
  top: 14px;
  height: 31px;
  width: 31px;
  z-index: 1;
}
.views .brown .close {
  background: url(../img/meetUsWhiteMinus.png) no-repeat;
}
.js .panel.views > div,
.js .panel > .views > div {
  display: none;
  position: absolute;
}
.meet-us .panel {
  background: #fff;
  border: 2px solid #d9dddf;
  display: inline-block;
  height: 457px;
  min-width: 0;
  width: 378px;
}
.meet-us .panel > div {
  height: 457px;
}
.meet-us .intro {
  margin-right: 50px;
  width: 440px;
}
.meet-us .intro p {
  font-size: 15px;
}
.meet-us hgroup {
  border-bottom: 1px solid #b1c9d5;
  display: block;
  letter-spacing: .1em;
  margin: 0 0 15px;
  padding: 0 0 7px;
}
.meet-us .view0,
.meet-us .view1,
.meet-us .view2 {
  width: 100%;
}
.meet-us .view0 {
  width: 378px;
}
.meet-us .view0 .rollover {
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
}
.meet-us .view0 a {
  display: block;
  height: 457px;
  text-decoration: none;
}
.meet-us .view0 a:hover .rollover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.meet-us .view0 a:after {
  background: url(../img/meetUsPlus.png) no-repeat;
  bottom: 20px;
  content: "";
  height: 32px;
  position: absolute;
  right: 18px;
  width: 32px;
}
.meet-us .view0 hgroup {
  border: 0;
  border-top: 1px solid #d9dddf;
  margin: 0;
  padding: 20px 20px 0;
}
.meet-us .view0 hgroup h2 {
  font-size: 18px;
  padding: 0;
}
.meet-us .view0 hgroup h3 {
  color: #6b6b6b;
  font: 12px/16px 'ProximaNovaLtSemiBold', sans-serif;
}
.meet-us .panel .wide {
  width: 800px;
}
.meet-us img {
  display: block;
  user-drag: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.bottom-right {
  background: url(../img/meetUsBrownMinus.png) no-repeat;
  color: #2c2001;
  font: 14px/31px 'ProximaNovaLtSemiBold', sans-serif;
  letter-spacing: .1em;
  padding-left: 40px;
  position: absolute;
  bottom: 12px;
  right: 12px;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
}
.bottom-right.more {
  background: url(../img/meetUsWhitePlus.png) no-repeat;
  color: #b1c9d5;
  padding-left: 38px;
}
.our-hub.inner {
  padding-top: 0;
}
.our-hub h1 {
  color: #fff;
  padding-bottom: .1em;
  margin-left: -0.1em;
}
.our-hub p {
  color: #fff;
  width: 415px;
}
.our-work .intro {
  margin-right: 30px;
  width: 480px;
}
.our-work.inner {
  padding-top: 0;
  margin-top: -10px;
}
.our-work h1 {
  float: left;
  margin-left: -0.1em;
  padding: 0 0 10px;
  font-size: 50px;
  line-height: 1em;
}
.our-work .subnav {
  float: left;
  position: relative;
  right: 0;
  top: 11px;
}
.our-work .subnav .horizontal {
  margin-left: 5px;
}
.our-work .slider {
  clear: both;
  height: 540px;
}
.our-work .project,
.our-work .loader,
.our-work .slideshow,
.our-work .project .rollover {
  width: 825px;
  height: 530px;
}
.our-work .loader,
.our-work .slideshow,
.our-work .cover-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.our-work .loader {
  display: none;
}
.our-work .project {
  border: 1px solid #dbdfe1;
  min-width: auto;
  overflow: hidden;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.our-work .project .rollover {
  position: absolute;
  top: 0;
  background: url(../img/workRollover.png) no-repeat;
  display: none;
}
.our-work .project img.cover {
  display: block;
  height: 475px;
}
.our-work .project a {
  text-decoration: none;
}
.our-work .project h3 {
  color: #636163;
  font-size: 13px;
  line-height: 55px;
  padding: 0;
  text-align: center;
}
.our-work .loader {
  background: #dddddd url(../img/ajaxloader.gif) no-repeat center 45%;
  background-color: rgba(255, 255, 255, 0.8);
}
.hide-show {
  padding: 0 0 14px 36px;
}
.hide-show .trigger h2 {
  background: url(../img/toggleOpenClose.png) no-repeat 0 -100px;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 4px -36px;
  padding: 5px 5px 6px 36px;
}
.hide-show.closed .trigger h2 {
  background-position: 0 0;
}
.hide-show li a {
  color: #636163;
  display: block;
  padding: 0 0 6px;
}
.hide-show li a:hover {
  color: #b1c9d5;
}
.hide-show nav ul {
  float: left;
  width: 50%;
}
.clients.inner {
  padding: 0;
}
.clients .panel {
  min-width: 0;
  width: 280px;
}
.clients h1 {
  text-indent: -0.1em;
}
.clients h2 {
  font-size: 16px;
  line-height: 15px;
}
.clients ul {
  list-style: none;
  font-size: 15px;
  line-height: 17px;
  padding: 0;
}
.map-point {
  background: url(../img/plusLarge.png) no-repeat;
  display: block;
  color: #fff;
  font: 18px/1 'ProximaNovaRgBold', sans-serif;
  word-spacing: 1px;
  min-height: 47px;
  min-width: 47px;
  padding: 0 0 0 55px;
  position: absolute;
  text-decoration: none;
  text-shadow: #000 0 0 10px;
  text-transform: uppercase;
}
.map-point p {
  height: 47px;
  vertical-align: middle;
  display: table-cell;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: auto;
}
.map-point:hover {
  background-position: 0 -153px;
  color: #fff;
}
.map-point:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
}
.map-point-detail {
  border: 2px solid #d9dddf;
  min-height: 239px;
  width: 708px;
}
.map-point-detail .image {
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #d9dddf;
  float: left;
  overflow: hidden;
}
.map-point-detail .image img {
  display: block;
}
.map-point-detail .bd {
  padding: 25px 25px 25px 320px;
}
.map-point-detail .bd h3 {
  color: #2c2001;
  font: 18px/18px 'ProximaNovaRgBold', sans-serif;
  padding: 0 0 .1em;
  text-transform: uppercase;
}
.map-point-detail p {
  color: #888;
}
.map-point-detail p.subhead {
  font: 12px/17px 'ProximaNovaRgRegular', sans-serif;
  text-transform: uppercase;
}
.the-wow-factor h1 img {
  display: block;
  margin: 0 auto 30px;
}
.the-wow-factor .text {
  font-size: 18px;
  line-height: 22px;
  margin: 0 auto;
  width: 710px;
}
.wow-factor-signup .col1 {
  float: left;
  margin: 0 0 0 70px;
  width: 440px;
}
.wow-factor-signup .col2 {
  float: right;
  margin: 0 80px 0 0;
  width: 250px;
}
.resources.inner {
  padding-top: 30px;
}
.resources .panel {
  margin: 0;
  width: 980px;
}
.resources .sub-panel {
  float: left;
  margin-right: 110px;
  width: 380px;
}
.resources a {
  text-decoration: none;
}
.resources .arrow {
  margin: 0 0 3px 2px;
  vertical-align: middle;
}
.resources img.block {
  display: block;
  margin: 0 0 10px;
}
.resources h1 {
  padding-bottom: 40px;
}
.resources h2 {
  border-bottom: 1px solid #fff;
  font-size: 28px;
  letter-spacing: .1em;
  line-height: 28px;
  margin: 0 0 15px;
  min-height: 56px;
  position: relative;
}
.resources h2 span {
  bottom: 6px;
  position: absolute;
}
.resources h3 {
  color: #fff;
  font: 16px/20px 'ProximaNovaRgBold', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
.resources h3 a:hover {
  color: #b1c9d5;
}
.resources h2 + h3 {
  padding-top: 0;
}
.resources .item {
  margin: 0 0 20px;
}
.resources .item p {
  padding: 0;
}
.resources .item > a:hover h3 {
  color: #b1c9d5;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.fancybox-skin {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.fancybox-close {
  background: url(../img/minus_close.png) no-repeat;
  top: 12px;
  right: 12px;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  border: 3px solid #fff;
}
.fancybox-type-iframe .fancybox-close {
  top: -12px;
  right: -12px;
}
.fancybox-lock header.site .inner {
  padding-right: 15px;
}
.fancybox-lock header.site .main-nav {
  right: -2px;
}
.news.inner {
  padding-top: 0;
}
.news img {
  display: block;
}
.news .panel {
  height: 450px;
  margin-right: 0;
}
.news .views {
  position: relative;
}
.news .views > div {
  position: absolute;
  width: 100%;
}
.news .item {
  background: #fff;
  float: left;
  margin-right: 40px;
  height: 440px;
  width: 280px;
  min-width: auto;
  color: #999;
  font-size: 14px;
  line-height: 20px;
}
.news .item .view0 {
  height: 440px;
  width: 280px;
}
.news .item .wide {
  height: 440px;
  width: 800px;
}
.news .item a {
  text-decoration: none;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.news .item .bd {
  padding: 15px;
}
.news .item .bd h2 {
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 .1em;
}
.news .item .bd .readmore {
  color: #2c2001;
  display: block;
  font: 12px/17px 'ProximaNovaRgBold', sans-serif;
  text-transform: uppercase;
}
.news .item .bd p {
  color: #636163;
  padding: 0;
}
.news .item .date {
  color: #b1c9d5;
  font: 14px/17px 'ProximaNovaLtSemiBold', sans-serif;
  padding: 0 0 .25em;
}
.box-grid .item {
  cursor: pointer;
  float: left;
  margin: 0 17px 17px 0;
  position: relative;
  width: 176px;
  height: 175px;
}
.box-grid .item:nth-child(2n+1) .front {
  background: #93b3c2 url(../img/blueGradientBkgd.jpg) center center;
  color: #fff;
}
.box-grid .item:nth-child(2n+1) .front:after {
  background-position: right bottom;
}
.box-grid .item.odd .front {
  background: #93b3c2 url(../img/blueGradientBkgd.jpg) center center;
  color: #fff;
}
.box-grid .item.odd .front:after {
  background-position: right bottom;
}
.box-grid .item:nth-child(5n) {
  margin-right: 0;
  float: right;
}
.box-grid .item.last {
  margin-right: 0;
  float: right;
}
.box-grid .front,
.box-grid .back {
  border: 2px solid #d9dddf;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  padding: 12px;
  width: 148px;
  height: 147px;
  position: absolute;
}
.box-grid .front {
  background: #fff;
  color: #90b2c3;
  font: 18px/21px 'ProximaNovaLtSemiBold', sans-serif;
}
.box-grid .front:after {
  background: url(../img/smallArrows.png) no-repeat right top;
  content: '';
  position: absolute;
  height: 22px;
  padding: 0 34px 0 0;
  bottom: 9px;
  right: 9px;
}
.box-grid .back {
  background: #2c2001;
  color: #fff;
  font: 26px/28px 'ProximaNovaRgRegular', sans-serif;
  text-decoration: none;
}
.box-grid .back:after {
  background: url(../img/smallArrows.png) no-repeat right top;
  content: '';
  position: absolute;
  height: 22px;
  padding: 0 34px 0 0;
  bottom: 9px;
  right: 9px;
  content: "Get in Touch";
  background-position: right bottom;
  color: #fff;
  font: 10px/22px 'ProximaNovaRgRegular', sans-serif;
  text-transform: uppercase;
}
.js .box-grid .item .back {
  display: none;
}
/* home */
.home.inner {
  padding-top: 35px;
}
.home h1 {
  color: #b1c9d5;
  font: 44px/49px 'ProximaNovaLtLight', sans-serif;
  text-transform: none;
  text-align: center;
}
.home h1 span {
  color: #fff;
  font: 55px/64px 'ProximaNovaLtSemiBold', sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #2c2001, 3px 3px 0 #b1c9d5;
}
.home #cta {
  display: block;
  margin: 55px auto 0;
  width: 512px;
}
.home #cta img {
  display: block;
}
.home #cta .arrow {
  background-image: url('../img/largeArrowDown.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 83px;
  height: 83px;
  margin: 0 auto;
  padding: 0 40px 0 0;
}
.home #cta:hover .arrow {
  background-position: 0 -83px;
}
/* images */
.img-right {
  float: right;
  margin: 0 0 2em 2em;
}
.img-left {
  float: left;
  margin: 0 2em 2em 0;
}
img.full-page {
  max-width: none;
  position: absolute;
  left: 0;
  top: 0;
}
.what-we-do .panel {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  height: 323px;
  margin: 0;
}
.what-we-do .panel.panel1 {
  width: 837px;
}
.what-we-do .panel.panel2 {
  background-position: right top;
  width: 950px;
}
.what-we-do .text {
  margin: 35px 15% 0;
}
.capabilities h1 {
  padding: 40px 0 30px;
}
.capabilities h2 {
  font: 18px/1.2 'ProximaNovaLtSemiBold', sans-serif;
  letter-spacing: .1em;
}
.capabilities > div {
  border-right: 1px solid #b1c9d5;
  float: left;
  margin: 0 8% 0 0;
  width: 28%;
}
.capabilities .col3 {
  border: 0;
  margin-right: 0;
  width: 27%;
}
.capabilities ul {
  list-style: none;
  line-height: 22px;
  padding: 0;
}
ul.sitemap {
  list-style: none;
  padding-left: 0;
}
ul.sitemap ul {
  padding-bottom: 0;
}
ul.sitemap li {
  padding-bottom: 8px;
}
ul.sitemap a {
  color: #2c2001;
  text-decoration: none;
}
.faq dl {
  margin: 10px 0;
  position: relative;
}
.faq dt {
  background: url(../img/smallArrowsBrown.png) no-repeat;
  color: #2c2001;
  cursor: pointer;
  font: 18px/20px 'ProximaNovaLtSemiBold', sans-serif;
  padding: 2px 0 6px 30px;
  margin: 0 0 6px;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  width: 480px;
}
.faq dt.active {
  background-position: left -33px;
  color: #fff;
}
.faq dd {
  color: #fff;
  font: 18px/22px 'ProximaNovaRgBold', sans-serif;
  position: absolute;
  width: 405px;
  right: 0;
  top: 0;
}
footer.site {
  color: #2c2001;
  font: 11px/1.2 'ProximaNovaLtSemiBold', sans-serif;
}
footer.site p {
  padding: 0;
}
#photo-credit {
  letter-spacing: .1em;
  line-height: 22px;
  text-transform: uppercase;
}
#photo-credit b {
  font-weight: normal;
  font-family: 'ProximaNovaThExtraBold', sans-serif;
}
#photo-credit img {
  margin-bottom: 2px;
}
.careers img {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  float: right;
  margin-right: 24px;
}
.careers .text {
  padding: 100px 0 0;
  width: 400px;
}
.contact .left {
  float: left;
  width: 410px;
}
.contact .right {
  float: right;
  margin-right: 30px;
  width: 390px;
}
.contact img {
  padding: 10px 0 0;
}
.contact address {
  color: #b1c9d5;
  font: 16px/20px 'ProximaNovaRgRegular', sans-serif;
  font-style: normal;
}
.contact address a {
  text-decoration: none;
}
.getting-here .left {
  float: left;
  width: 470px;
}
.getting-here .right {
  float: right;
}
.getting-here img {
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
.getting-here .hide-show {
  padding: 0 0 4px 26px;
}
.getting-here .hide-show .trigger h2 {
  background: url(../img/toggleOpenCloseSmall.png) no-repeat 0 2px;
  color: #b1c9d5;
  font-size: 17px;
  letter-spacing: .1em;
  margin-left: -26px;
  padding: 2px 5px 2px 26px;
}
.getting-here .hide-show p {
  color: #fff;
}
.getting-here .hide-show.closed .trigger h2 {
  background-position: 0 -163px;
  color: #fff;
}
/* lists */
ul,
ol {
  padding: .25em 0 1em 1.5em;
}
ul {
  list-style: disc;
}
ul ul {
  list-style: circle;
}
ul ul ul {
  list-style: square;
}
ol {
  list-style: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-alpha;
}
nav a {
  outline: none;
  text-decoration: none;
}
/* links */
a {
  color: #b1c9d5;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover {
  color: #7fa7ba;
}
footer.site a {
  color: #2c2001;
  text-decoration: none;
}
footer.site a:hover {
  content: #000000;
}
.round-button {
  background: url(../img/largeArrowsNarrow.png) no-repeat 41.5px 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  width: 83px;
  height: 83px;
  position: absolute;
  top: 50%;
  margin-top: -41.5px;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 98;
  -o-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.round-button.next {
  background-position: -42px top;
  right: -41.5px;
}
.round-button.previous {
  left: -41.5px;
}
.round-button.previous:hover {
  background-position: 41.5px bottom;
}
.round-button.next:hover {
  background-position: -42px bottom;
}
.brown .round-button {
  background-image: url(../img/largeArrowsLightNarrow.png);
}
@media (min-width: 1200px) {
  .round-button {
    background: url(../img/largeArrows.png) no-repeat;
  }
  .round-button.next {
    background-position: right top;
    right: 30px;
  }
  .round-button.next:hover {
    background-position: right bottom;
  }
  .round-button.previous {
    left: 30px;
  }
  .round-button.previous:hover {
    background-position: left bottom;
  }
  .brown .round-button {
    background-image: url(../img/largeArrowsLight.png);
  }
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 25px;
  margin-bottom: 0;
  font-family: 'ProximaNovaLtSemiBold', sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-image: -webkit-linear-gradient(top, #a5bdcb 50%, #b1c7d3 50%);
  background-image: -moz-linear-gradient(top, #a5bdcb 50%, #b1c7d3 50%);
  background-image: -ms-linear-gradient(top, #a5bdcb 50%, #b1c7d3 50%);
  background-image: -o-linear-gradient(top, #a5bdcb 50%, #b1c7d3 50%);
  background-image: linear-gradient(top, #a5bdcb 50%, #b1c7d3 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa5bdcb', endColorstr='#ffb1c7d3', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa5bdcb',endColorstr='#ffb1c7d3',GradientType=0);
  border: 2px solid #d9dddf;
  *border: 0;
  *margin-left: .3em;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  box-shadow: 0 2px 3px rgba(0,0,0,.3);
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 0;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #fff;
  text-decoration: none;
  background-position: 0 -15px;
  -o-transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  outline: 0;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.1);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,.1);
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
}
.btn-shadow {
  background: url(../img/buttonShadow.png) no-repeat center bottom;
  display: block;
  height: 2em;
  padding: 0 0 10px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/* forms */
form {
  padding: 1em 0;
}
form div {
  clear: both;
  overflow: auto;
  padding: 0 0 .5em;
}
/*form label { float: left; margin-right: 10px; text-align: right; width: 200px; }*/
form input[type=text],
form input[type=tel],
form input[type=email],
form input[type=password],
form textarea {
  border-width: 2px;
  border-style: inset;
  border-color: #848484 #848484 #fff #fff;
  border-color: #fff;
  width: 90%;
  font: 16px/22px times, 'times new roman', palatino, serif;
  color: #444;
  -webkit-appearance: none;
  border-radius: 0;
}
form .pairs {
  clear: none;
  float: left;
  padding: 0;
  width: 300px;
}
form .pairs input {
  clear: both;
  float: left;
  margin: 3px 5px 0 2px;
  vertical-align: middle;
}
form .pairs label {
  float: left;
  font-size: 90%;
  padding: 0 0 5px;
  text-align: left;
  width: 250px;
}
/*form .actions { padding: 0 0 0 210px; }*/
form .submit {
  border: 0;
  margin: 10px 0;
  -webkit-appearance: none;
}
form .error {
  display: block;
  clear: both;
  color: #f63;
}
form h2 {
  margin: 0 0 1em;
}
form h2:first-child {
  margin-top: -1em;
}
#contact_form_loading_message {
  display: none;
}
/* stacked */
form label {
  color: #fff;
  display: block;
  font: 11px/1 'ProximaNovaLtSemiBold', sans-serif;
  letter-spacing: .1em;
  padding: 5px 0;
  text-transform: uppercase;
}
#mc_embed_signup h3 {
  padding: 0 0 1em;
}
#mc_embed_signup form input[type=text],
#mc_embed_signup form input[type=tel],
#mc_embed_signup form input[type=email] {
  width: 90%;
}
#mc_embed_signup .asterisk {
  display: none;
}
#mc_embed_signup input[type=submit] {
  margin: 1em 0 0;
}
#mc_embed_signup input.mce_inline_error {
  border-color: #b1c9d5;
}
#mc_embed_signup div.mce_inline_error {
  padding: 5px 0 0;
  z-index: 1;
  color: #b1c9d5;
}
.display_archive .campaign {
  color: #2c2001;
  line-height: 0;
}
.display_archive a {
  background: #2c2001;
  color: #fff;
  display: block;
  font: 14px/16px 'ProximaNovaThExtraBold', sans-serif;
  padding: 6px 0 6px 18px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.display_archive a:after {
  background: url(../img/tinyLinkArrow.png) no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  height: 13px;
  width: 12px;
}
.display_archive a:hover {
  color: #b1c9d5;
}
@media print {
  /* copied from html5boilerplate */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: sanbeiji.com/archives/953 */
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
