.topbar ul, #footer .nav ul, .footer-bar .info, #nav ul, .accordion, .left-nav ul, .left-nav ul ul, .carousel .pagination ul, #content .info-block ol, #content .textblock ul, #content .author-info .list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, #header:after, .header-holder:after, .twocolumns:after, #content:after, #content .intro-text:after, #content .intro-text .heading-holder:after, #content .head:after, #content .block:after, #content .staff:after, .popup-form .input-col:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #59595c;
  background: #fff;
  font: 16px/1.7 "proxima-nova", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

a:focus {
  outline: none; }

.gm-style img {
  max-width: none; }

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none; } }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
  font-family: "adobe-garamond-pro", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 40px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #39f; }
  a:hover, a:focus {
    text-decoration: none; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'], input[type='tel'], input[type='email'], input[type='search'], input[type='password'], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: 0.4em 0.7em;
  border-radius: 0; }
  input[type='text']:focus, input[type='tel']:focus, input[type='email']:focus, input[type='search']:focus, input[type='password']:focus, textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder, input[type='tel']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='password']::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder, input[type='tel']:-moz-placeholder, input[type='email']:-moz-placeholder, input[type='search']:-moz-placeholder, input[type='password']:-moz-placeholder, textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder, input[type='tel'].placeholder, input[type='email'].placeholder, input[type='search'].placeholder, input[type='password'].placeholder, textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button, input[type='button'], input[type='reset'], input[type='file'], input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

popup-form input[type="submit"] {
  background: #c0982d none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: block;
  float: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 auto;
  overflow: hidden;
  padding: 28px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 250px; }

/* custom file input styles */
.jcf-file {
  display: block;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  background: #c0982d;
  text-transform: uppercase;
  font-weight: 700; }
  .jcf-file:hover {
    color: #000; }
    .jcf-file:hover .jcf-button-content {
      color: #000; }

.jcf-file .jcf-real-element {
  position: absolute;
  font-size: 200px;
  height: 200px;
  margin: 0;
  right: 0;
  top: 0; }

.jcf-file .jcf-fake-input {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  padding: 0 8px;
  line-height: 75px;
  height: 75px;
  width: 125px;
  display: none; }

.jcf-file .jcf-upload-button {
  display: block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0 0 -1px;
  color: #fff;
  padding: 0 35px;
  line-height: 75px;
  height: 75px;
  text-align: center; }
  .jcf-file .jcf-upload-button:hover {
    color: #000; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #979797;
  background: #fff;
  margin: 0 0 12px;
  height: 38px;
  width: 100%; }
  .jcf-select.jcf-select-input-select {
    background: #f5f3eb;
    height: 60px;
    width: 100%;
    border: none;
    border: 1px solid #f5f3eb; }
    .jcf-select.jcf-select-input-select .jcf-select-text {
      margin: 16px 40px 16px 20px;
      color: #59595c;
      font-size: 12px;
      font-weight: 400; }
    .jcf-select.jcf-select-input-select .jcf-select-opener:after, .jcf-select.jcf-select-input-select .jcf-select-opener:before {
      top: 20px; }
  .jcf-select select {
    z-index: 1;
    left: 0;
    top: 0; }
  .jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    line-height: 26px;
    margin: 6px 40px 0 15px;
    color: #134b8d;
    font-family: "proxima-nova", sans-serif;
    font-size: 13px;
    font-weight: 700; }
  .jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    width: 26px;
    bottom: 0;
    right: 8px;
    top: 0; }
    .jcf-select .jcf-select-opener:after, .jcf-select .jcf-select-opener:before {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      /*  filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45))";
  zoom: 1;*/
      width: 1px;
      height: 20px;
      position: absolute;
      top: 8px;
      content: '';
      left: 50%;
      background: #134b8d;
      border-radius: 2px;
      margin: 0 0 0 -15px; }
    .jcf-select .jcf-select-opener:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      /*  filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45))";
  zoom: 1;*/
      left: auto;
      right: 50%; }
  .jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px; }
  .jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 99999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #979797; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%; }
  .jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%; }
  .jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .jcf-list ul li {
      overflow: hidden;
      display: block; }
  .jcf-list .jcf-overflow {
    overflow: auto; }
  .jcf-list .jcf-option {
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 12px 9px;
    color: #656565;
    height: 1%; }
  .jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important; }
  .jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000; }
  .jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px; }

.jcf-select-drop .jcf-hover, .jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative; }

.jcf-scrollable, .jcf-scrollable-wrapper {
  height: 374px !important; }

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #c39909;
  width: 6px;
  bottom: 0;
  right: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #004990;
  height: 1px;
  width: 12px;
  left: -3px; }

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-dec, .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0; }

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec, .jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3; }

@media print {
  * {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    color: #000 !important; }
    *:before, *:after {
      display: none !important; }
  body {
    color: #000;
    background: #fff;
    max-width: 100%;
    width: 100%; }
  #nav, form, .scroll, .pagination, .btn-play, .more, .footer-nav, .slider, .signup, .featured-quote h3, .footer-bar .info.right, #sidebar, .slideshow-area, .video-holder, .author-info .list-holder, #content .info-holder h2 .lightbox, #content .intro-text .select, .validate-form, .map-area, .search-history {
    display: none !important; }
  .topbar {
    border-bottom: none !important; }
  .container {
    max-width: 100% !important; }
  .header-holder {
    max-width: 100% !important;
    background: none;
    text-align: center; }
    .header-holder ul:last-child, .header-holder .location, .header-holder .nac-opener {
      display: none !important; }
    .topbar .header-holder ul:first-child {
      color: #000;
      width: 100%; }
      .topbar .header-holder ul:first-child li {
        display: block;
        padding: 0;
        text-align: center; }
  .logo {
    margin: 0 auto !important;
    max-width: 200px;
    display: block;
    float: none !important; }
  .carousel .textarea {
    font-family: "proxima-nova", sans-serif !important;
    padding-bottom: 10px !important; }
  .carousel h1, .carousel em {
    color: #fff !important; }
  .carousel .slideset {
    height: auto !important; }
  .carousel .slide {
    position: static !important;
    display: none !important; }
    .carousel .slide:first-child {
      display: block !important; }
  .carousel .holder {
    position: static !important; }
  .intro {
    padding: 0 !important;
    margin-bottom: 0 !important; }
    .intro h1 {
      font-size: 30px !important;
      margin-bottom: 10px !important; }
    .intro h2 {
      font-size: 22px !important;
      line-height: 1.1 !important;
      margin-bottom: 12px !important; }
  .columns {
    margin: 0 -10px !important; }
    .columns .column {
      display: inline-block;
      vertical-align: top;
      float: none !important;
      width: 49% !important;
      padding: 0 10px 10px !important; }
    .columns .imagebox {
      page-break-inside: avoid; }
      .columns .imagebox img {
        opacity: 0.8; }
      .columns .imagebox .text-holder:after {
        display: inline-block !important; }
  body .jcf-scrollable, body .jcf-scrollable-wrapper {
    height: auto !important; }
  #content h1 {
    font-size: 30px !important; }
  #content .intro-text {
    padding: 0 0 40px !important; }
    #content .intro-text + .block .image-area {
      page-break-inside: avoid; }
  #content .cols {
    margin: 0 !important;
    padding: 0 !important; }
    #content .cols .holder {
      margin: 0 !important; }
    #content .cols .col {
      margin: 0 1% !important;
      width: 30% !important; }
  #content .author-info .holder {
    padding-bottom: 10px !important; }
  #content .author-info .info {
    text-align: center !important; }
  #content .staff {
    padding-bottom: 0 !important; }
    #content .staff .col {
      width: 30% !important;
      margin: 0 1% !important; }
  #content .news .post {
    margin-bottom: 0 !important;
    padding-bottom: 20px !important; }
  #content .info-holder .image {
    page-break-inside: avoid; }
  .three-cols .col {
    margin-bottom: 10px !important;
    width: 40% !important; }
  .accordion li {
    padding: 12px 0 !important; }
  .accordion .slide {
    display: block !important;
    position: static !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important; }
  .contact .col {
    width: 100% !important; }
    .contact .col:first-child {
      float: none !important; }
  .contact h1 {
    font-size: 30px !important; }
  .contact .accordion h2 {
    font-size: 22px !important;
    margin: 0 0 5px !important;
    font-weight: bold; }
  .contact .name {
    display: none !important; }
  .contact address {
    font-size: 14px !important; }
  .address-area {
    padding-bottom: 7px !important; }
    .address-area .info {
      float: none !important;
      margin-bottom: 20px !important; }
  .history {
    margin-bottom: 20px !important; }
    .history .container {
      padding: 0 !important; }
    .history .text h1 {
      font-size: 30px !important;
      margin-bottom: 10px !important; }
    .history .boxes .box {
      width: 30% !important;
      margin: 0 1% 20px !important; }
    .history .boxes .image {
      height: auto !important;
      width: 100% !important; }
      .history .boxes .image img {
        width: 100% !important;
        height: auto !important; }
  .testimonials {
    margin-bottom: 20px !important; }
  .footer-content {
    display: block !important;
    padding-top: 20px !important; }
  .footer-text {
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important; } }

#header {
  position: relative; }

.header-holder {
  max-width: 1133px;
  margin: 0 auto;
  padding: 15px 30px; }
  @media (min-width: 768px) {
    .header-holder {
      padding: 15px; } }

.topbar {
  border-bottom: 2px solid #c0982d;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 14px;
  font-size: 9px;
  font-family: "adobe-caslon-pro", serif; }
  @media (min-width: 480px) {
    .topbar {
      line-height: 15px;
      font-size: 11px; } }
  @media (min-width: 768px) {
    .topbar {
      text-align: left; } }
  .topbar form {
    overflow: hidden;
    position: relative;
    top: -1px; }
    .topbar form input[type="search"] {
      background: none;
      border: none;
      color: #fff;
      text-transform: uppercase;
      float: left;
      width: 55px;
      height: 20px;
      outline: none;
      padding: 0 0 0 5px;
      line-height: 16px;
      font-size: 11px; }
      .topbar form input[type="search"]::-webkit-input-placeholder {
        color: #fff; }
      .topbar form input[type="search"]::-moz-placeholder {
        opacity: 1;
        color: #fff; }
      .topbar form input[type="search"]:-moz-placeholder {
        color: #fff; }
      .topbar form input[type="search"]:-ms-input-placeholder {
        color: #fff; }
      .topbar form input[type="search"].placeholder {
        color: #fff; }
  .topbar .header-holder {
    padding: 5px 15px;
    position: relative; }
    @media (min-width: 480px) {
      .topbar .header-holder {
        padding: 5px 15px 5px 32px; } }
    @media (min-width: 768px) {
      .topbar .header-holder {
        padding: 5px 15px 0; } }
  .topbar a {
    color: #fff;
    text-decoration: none; }
    .topbar a:hover {
      text-decoration: underline; }
  .topbar ul {
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 768px) {
      .topbar ul {
        float: right;
        width: 51%;
        text-align: right; } }
    @media (min-width: 768px) {
      .topbar ul:first-child {
        float: left;
        width: 49%;
        text-align: left; } }
    .topbar ul li {
      display: inline-block;
      vertical-align: top;
      padding: 0 5px;
      position: relative; }
      @media (min-width: 480px) {
        .topbar ul li {
          padding: 0 17px 0 15px; } }
      .topbar ul li:first-child {
        padding-left: 0; }
        .topbar ul li:first-child:after {
          display: none; }
      .topbar ul li:after {
        position: absolute;
        top: 0;
        left: 0;
        height: 12px;
        background: #fff;
        content: '';
        width: 1px; }
      .topbar ul li.search {
        padding: 0 10px 0 18px; }
        @media (min-width: 768px) {
          .topbar ul li.search {
            display: inline-block;
            padding: 0 10px 0 18px; } }
        .topbar ul li.search:before {
          position: absolute;
          top: 0;
          left: 0;
          height: 12px;
          background: #fff;
          content: '';
          width: 1px;
          background: url(../images/sprite.png) no-repeat;
          width: 11px;
          height: 11px;
          top: 0;
          left: 7px; }
          @media (min-width: 1200px) {
            .topbar ul li.search:before {
              top: 1px; } }
      @media (min-width: 768px) {
        .topbar ul li.mobile {
          display: inline-block; } }
      .topbar ul li.assist {
        display: none; }
        @media (min-width: 768px) {
          .topbar ul li.assist {
            display: inline-block; } }
      .topbar ul li.location {
        display: none; }
        @media (min-width: 768px) {
          .topbar ul li.location {
            display: inline-block; } }

#footer {
  overflow: hidden;
  background: #152b47;
  line-height: 19px;
  font-size: 12px;
  font-weight: 300; }
  @media (min-width: 768px) {
    #footer {
      font-size: 11px; } }
  #footer .signup {
    overflow: hidden;
    background: #c0982d; }
    #footer .signup .container {
      padding: 30px 15px; }
      @media (min-width: 480px) {
        #footer .signup .container {
          padding: 70px 25px; } }
      @media (min-width: 768px) {
        #footer .signup .container {
          padding: 51px 35px; } }
      @media (min-width: 1200px) {
        #footer .signup .container {
          padding: 51px 154px; } }
    #footer .signup h3 {
      color: #f5f3eb;
      text-align: center;
      margin: 0 0 20px;
      line-height: 24px;
      font-size: 20px;
      font-weight: 400;
      font-style: italic; }
      @media (min-width: 480px) {
        #footer .signup h3 {
          line-height: 32px;
          font-size: 30px; } }
      @media (min-width: 768px) {
        #footer .signup h3 {
          line-height: 38px;
          font-size: 34px; } }
      @media (min-width: 1024px) {
        #footer .signup h3 {
          margin: 0;
          float: left;
          width: 52%;
          text-align: left; } }
    #footer .signup form {
      overflow: hidden;
      position: relative; }
      @media (min-width: 768px) {
        #footer .signup form {
          padding: 0 95px 0 0; } }
      #footer .signup form input[type="search"] {
        width: 88%;
        background: none;
        border: 1px solid #f5f3eb;
        height: 45px;
        color: #f5f3eb;
        text-transform: uppercase;
        padding: 6px 9px;
        letter-spacing: 1px;
        margin: 0 auto 20px;
        text-align: center;
        display: block;
        line-height: 13px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        outline: none;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        font-size: 9px; }
        #footer .signup form input[type="search"]::-webkit-input-placeholder {
          color: #f5f3eb; }
        #footer .signup form input[type="search"]::-moz-placeholder {
          opacity: 1;
          color: #f5f3eb; }
        #footer .signup form input[type="search"]:-moz-placeholder {
          color: #f5f3eb; }
        #footer .signup form input[type="search"]:-ms-input-placeholder {
          color: #f5f3eb; }
        #footer .signup form input[type="search"].placeholder {
          color: #f5f3eb; }
        @media (min-width: 480px) {
          #footer .signup form input[type="search"] {
            width: 75%;
            padding: 6px 15px;
            line-height: 15px;
            font-size: 12px; } }
        @media (min-width: 768px) {
          #footer .signup form input[type="search"] {
            width: 100%;
            margin: 0;
            text-align: left; } }
      #footer .signup form input[type="submit"] {
        width: 72px;
        background: #134b8d;
        color: #fff;
        height: 49px;
        padding: 10px;
        text-align: center;
        text-transform: uppercase;
        border: none;
        top: 0;
        right: 13px;
        margin: 0 auto;
        display: block;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        font-size: 14px;
        font-weight: 700; }
        @media (min-width: 768px) {
          #footer .signup form input[type="submit"] {
            position: absolute; } }
        #footer .signup form input[type="submit"]:hover {
          opacity: 0.8; }
  #footer p {
    margin: 0 0 20px; }
  #footer .footer-nav {
    overflow: hidden; }
    #footer .footer-nav .col {
      width: 33.33%;
      float: left;
      padding: 0 15px 0 0; }
  #footer .nav {
    overflow: hidden;
    padding: 3px 0 48px; }
    #footer .nav ul a {
      color: #fff;
      text-decoration: none; }
      #footer .nav ul a:hover {
        color: #c0982d; }

.footer-content {
  overflow: hidden;
  padding: 35px 20px 0;
  color: #fff;
  display: none; }
  @media (min-width: 768px) {
    .footer-content {
      display: block; } }
  @media (min-width: 1024px) {
    .footer-content {
      padding: 35px 87px 0; } }
  .footer-content .title {
    line-height: 20px;
    margin: 0 0 1px;
    color: #c0982d;
    display: block;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400; }

.footer-text {
  max-width: 250px;
  float: left;
  margin: 0 30px 0 0; }
  @media (min-width: 1200px) {
    .footer-text {
      margin: 0 47px 0 0;
      max-width: 406px; } }

.footer-bar {
  overflow: hidden;
  border-bottom: 2px solid #c7a447;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .footer-bar {
      background: #fff; } }
  @media (min-width: 1024px) {
    .footer-bar .container {
      padding: 0 0 0 97px; } }
  .footer-bar a {
    color: #fff;
    text-decoration: none; }
    @media (min-width: 768px) {
      .footer-bar a {
        color: #152b47; } }
    .footer-bar a:hover {
      text-decoration: underline; }
  .footer-bar .info {
    padding: 10px 0;
    overflow: hidden;
    text-align: center; }
    @media (min-width: 768px) {
      .footer-bar .info {
        width: 100%;
        text-align: left; } }
    @media (min-width: 1024px) {
      .footer-bar .info {
        width: 49%;
        float: left; } }
    @media (min-width: 1200px) {
      .footer-bar .info {
        width: 45%; } }
    .footer-bar .info.right {
      display: none;
      float: right; }
      @media (min-width: 768px) {
        .footer-bar .info.right {
          display: inline-block; } }
    .footer-bar .info li {
      display: inline-block;
      vertical-align: top;
      padding: 0 10px;
      position: relative;
      color: #fff; }
      @media (min-width: 768px) {
        .footer-bar .info li {
          color: #152b47; } }
      .footer-bar .info li:after {
        position: absolute;
        top: 0;
        left: 0;
        height: 12px;
        background: #fff;
        content: '';
        width: 1px;
        background: #fff;
        top: 3px; }
        @media (min-width: 768px) {
          .footer-bar .info li:after {
            background: #152b47;
            top: 2px; } }
      .footer-bar .info li:first-child {
        padding-left: 0; }
        .footer-bar .info li:first-child:after {
          display: none; }
      .footer-bar .info li.mobile {
        display: none; }
        @media (min-width: 768px) {
          .footer-bar .info li.mobile {
            display: inline-block; } }
      .footer-bar .info li a {
        color: #fff;
        text-decoration: none; }
        @media (min-width: 768px) {
          .footer-bar .info li a {
            color: #152b47; } }
        .footer-bar .info li a:hover {
          text-decoration: underline; }
  .footer-bar address {
    font-style: normal; }

body.active .nav-area {
  height: 100%;
  overflow: auto;
  max-height: 100%; }
body.active #header {
  position: static; }

.nav-area {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 100px;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  z-index: 999;
  max-height: 0;
  overflow: hidden; }
  @media (min-width: 768px) {
    .nav-area {
      position: relative;
      max-height: inherit;
      top: auto;
      width: auto; } }

.nav-opener {
  width: 47px;
  height: 28px;
  position: absolute;
  top: 60px;
  right: 20px;
  border-top: 2px solid #134b8d;
  display: block; }
  @media (min-width: 768px) {
    .nav-opener {
      display: none; } }
  .nav-opener:hover {
    opacity: 0.7; }
  .nav-opener:after, .nav-opener:before {
    width: 100%;
    height: 2px;
    top: 7px;
    position: absolute;
    content: '';
    background: #134b8d; }
  .nav-opener:before {
    top: 16px; }

#nav {
  overflow: hidden;
  padding: 12px 0 30px;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 13px; }
  @media (min-width: 768px) {
    #nav {
      padding: 12px 0 0; } }
  #nav ul {
    overflow: hidden;
    text-align: center; }
    @media (min-width: 1024px) {
      #nav ul {
        text-align: right; } }
    #nav ul li {
      padding: 0 0 15px;
      overflow: hidden; }
      @media (min-width: 768px) {
        #nav ul li {
          padding: 0 10px;
          display: inline-block;
          vertical-align: middle; } }
      @media (min-width: 1024px) {
        #nav ul li {
          padding: 0 0 0 30px;
          text-align: left; } }
      @media (min-width: 1200px) {
        #nav ul li {
          padding: 0 0 0 50px; } }
      #nav ul li.active a {
        color: #134b8d; }
      #nav ul li.location, #nav ul li.assist {
        display: block; }
        @media (min-width: 768px) {
          #nav ul li.location, #nav ul li.assist {
            display: none; } }
      #nav ul li a {
        color: #979797;
        text-decoration: none; }
        #nav ul li a:hover {
          color: #134b8d; }
      #nav ul li span {
        display: block; }

#wrapper {
  table-layout: fixed;
  position: relative;
  overflow: hidden; }
  #wrapper.home .columns .imagebox img {
    width: 100%;
    position: static;
    margin: 0; }

.container {
  max-width: 1310px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 15px; }

.topbar {
  background: #152b47;
  overflow: hidden;
  padding: 5px 0 0; }
  @media (min-width: 768px) {
    .topbar {
      padding: 7px 0 0; } }

.logo {
  float: left;
  max-width: 122px;
  margin: 0 10px 0 0; }
  @media (min-width: 768px) {
    .logo {
      margin: 0 auto;
      display: block;
      max-width: 163px;
      float: none; } }
  @media (min-width: 1024px) {
    .logo {
      float: left;
      margin: 3px 0 0; } }
  .logo img {
    width: 100%;
    height: auto;
    display: block; }

.more {
  background: #c0982d;
  padding: 7px 30px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: block;
  line-height: 14px;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif; }
  @media (min-width: 480px) {
    .more {
      padding: 10px 30px;
      display: inline-block;
      vertical-align: top;
      line-height: 18px;
      font-size: 13px; } }
  .more:hover {
    color: #000; }

#main {
  position: relative;
  overflow: hidden; }
  #main.memory {
    background: url(../images/img14.jpg) no-repeat;
    background-size: 100% auto;
    margin: -10px 0 0; }
    #main.memory #sidebar {
      display: none; }
      @media (min-width: 768px) {
        #main.memory #sidebar {
          display: inline-block;
          vertical-align: top; } }
      #main.memory #sidebar h1 {
        color: #58595b; }
        #main.memory #sidebar h1 a {
          color: #58595b; }
  #main.location .intro h1 {
    margin: 0 0 10px;
    color: #134b8d;
    line-height: 34px;
    font-size: 30px;
    font-weight: 400; }
    @media (min-width: 768px) {
      #main.location .intro h1 {
        margin: 0 0 20px;
        line-height: 44px;
        font-size: 40px;
        font-weight: 400; } }
  #main.location .intro h2 {
    line-height: 24px;
    margin: 0 0 20px;
    color: #c0982d;
    font-size: 20px;
    font-weight: 400;
    font-style: italic; }
    @media (min-width: 768px) {
      #main.location .intro h2 {
        line-height: 34px;
        font-size: 30px; } }

.visual {
  position: relative;
  left: 50%;
  min-width: 1438px; }
  .visual img {
    width: 100%;
    min-width: 1438px;
    position: relative;
    left: -50%; }

.accordion {
  overflow: hidden; }
  @media (min-width: 1200px) {
    .accordion {
      padding: 0 35px 0 0; } }
  .accordion li {
    position: relative;
    padding: 28px 0;
    border: solid #b3b2b3;
    border-width: 1px 0 0; }
    .accordion li a {
      color: #c0982d;
      text-decoration: none; }
      .accordion li a:hover {
        opacity: 0.7; }
  .accordion .opener {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 2px;
    font-size: 17px; }
    .accordion .opener:after {
      position: absolute;
      top: 33px;
      right: 0;
      content: '+';
      font-weight: 400; }

#content .accordion p {
  margin: 0; }

body.aside-active .left-nav {
  display: block; }

#sidebar {
  overflow: hidden;
  margin: 0 0 30px; }
  @media (min-width: 768px) {
    #sidebar {
      float: left;
      width: 270px;
      margin: 0; } }
  #sidebar .holder {
    background: #f5f3eb;
    overflow: hidden;
    margin: 0 0 17px; }
  #sidebar .header {
    overflow: hidden;
    padding: 21px 29px 13px;
    border-bottom: 1px solid #e5e5e4; }
  #sidebar h1 {
    color: #134b8d;
    line-height: 34px;
    margin: 0;
    position: relative;
    font-size: 30px;
    font-style: italic;
    font-weight: 400; }
    #sidebar h1 a {
      color: #134b8d;
      display: block;
      text-decoration: none;
      pointer-events: inherit;
      padding: 0 35px 0 0; }
      @media (min-width: 768px) {
        #sidebar h1 a {
          pointer-events: none;
          padding: 0; } }
      #sidebar h1 a:hover {
        color: #000; }
      #sidebar h1 a:after, #sidebar h1 a:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        /*  filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45))";
  zoom: 1;*/
        width: 1px;
        height: 20px;
        position: absolute;
        top: 8px;
        content: '';
        right: 20px;
        background: #134b8d;
        border-radius: 2px;
        margin: 0 0 0 -15px;
        display: block; }
        @media (min-width: 768px) {
          #sidebar h1 a:after, #sidebar h1 a:before {
            display: none; } }
      #sidebar h1 a:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        /*  filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45))";
  zoom: 1;*/
        left: auto;
        right: 6px; }
  #sidebar .more {
    width: 100%; }

.left-nav {
  overflow: hidden;
  padding: 26px 0 14px;
  display: none; }
  @media (min-width: 768px) {
    .left-nav {
      display: block; } }
  .left-nav address {
    font-style: normal; }
  .left-nav ul {
    padding: 0 31px 0 27px;
    line-height: 20px;
    font-size: 15px; }
    .left-nav ul ul {
      line-height: 20px;
      padding: 8px 0 0;
      font-size: 13px; }
      .left-nav ul ul li {
        padding: 0 0 0 8px;
        position: relative;
        color: #999;
        position: relative; }
        .left-nav ul ul li:after {
          position: absolute;
          top: 8px;
          left: 0;
          content: '';
          background: #999;
          width: 3px;
          height: 3px;
          border-radius: 100%; }
    .left-nav ul .slide {
      line-height: 26px;
      display: none;
      font-size: 15px; }
      .left-nav ul .slide li:after {
        display: none; }
      .left-nav ul .slide li a:after {
        display: none; }
    .left-nav ul li {
      padding: 0 0 15px;
      overflow: hidden;
      position: relative; }
      .left-nav ul li.active > a {
        color: #134b8d; }
      .left-nav ul li.active .slide {
        display: block; }
      .left-nav ul li a {
        color: #979797;
        text-decoration: none; }
        .left-nav ul li a:after {
          position: absolute;
          top: 2px;
          right: 0;
          content: '+';
          font-weight: 400; }
        .left-nav ul li a:hover {
          color: #134b8d; }

.carousel {
  position: relative;
  overflow: hidden;
  margin: 0 -35%; }
  @media (min-width: 768px) {
    .carousel {
      margin: 0; } }
  .carousel .slide {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%; }
    .carousel .slide.active {
      z-index: 2; }
  .carousel .video-bg {
    padding: 42.3% 0 0;
    height: 0; }
    .carousel .video-bg video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
  .carousel .holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .carousel .container {
    text-align: center;
    color: #fff;
    height: 100%;
    white-space: nowrap;
    position: relative; }
    .carousel .container:after {
      content: '';
      display: inline-block;
      height: 100%;
      width: 1px;
      overflow: hidden;
      margin: 0 0 0 -5px;
      vertical-align: middle; }
  .carousel .btn-play {
    display: block;
    width: 40px;
    height: 40px;
    margin: 10px auto;
    position: relative;
    z-index: 5; }
    .carousel .btn-play:hover {
      opacity: 0.7; }
  .carousel .pagination {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 20px;
    z-index: 9;
    height: 100%;
    white-space: nowrap;
    display: none; }
    @media (min-width: 768px) {
      .carousel .pagination {
        display: block; } }
    @media (min-width: 1024px) {
      .carousel .pagination {
        right: 20px; } }
    @media (min-width: 1200px) {
      .carousel .pagination {
        right: 116px; } }
    .carousel .pagination:after {
      content: '';
      display: inline-block;
      height: 100%;
      width: 1px;
      overflow: hidden;
      margin: 0 0 0 -5px;
      vertical-align: middle; }
    .carousel .pagination ul {
      display: inline-block;
      vertical-align: middle;
      white-space: normal; }
      .carousel .pagination ul li {
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        padding: 5px 0; }
        .carousel .pagination ul li.active a {
          background: #c0982d;
          border-color: #c0982d; }
        .carousel .pagination ul li a {
          background: none;
          border: 1px solid #fff;
          width: 15px;
          height: 15px;
          border-radius: 100%;
          display: block; }
          .carousel .pagination ul li a:hover {
            background: #c0982d;
            border-color: #c0982d; }
  .carousel .textarea {
    max-width: 985px;
    margin: 0 auto;
    padding: 10px 140px 40px;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    line-height: 18px;
    font-size: 14px;
    font-family: "adobe-garamond-pro", sans-serif; }
    @media (min-width: 480px) {
      .carousel .textarea {
        padding: 20px 200px 60px;
        line-height: 26px;
        font-size: 20px; } }
    @media (min-width: 768px) {
      .carousel .textarea {
        padding: 30px 30px 70px;
        line-height: 28px;
        font-size: 25px; } }
    @media (min-width: 1024px) {
      .carousel .textarea {
        padding: 50px 50px 96px 34px;
        line-height: 44px;
        font-size: 34px; } }
    @media (min-width: 1200px) {
      .carousel .textarea {
        padding: 77px 50px 96px 34px; } }
  .carousel h1 {
    margin: 0 0 15px;
    line-height: 20px;
    font-size: 19px;
    font-weight: 400; }
    @media (min-width: 480px) {
      .carousel h1 {
        line-height: 30px;
        font-size: 26px;
        font-weight: 400; } }
    @media (min-width: 768px) {
      .carousel h1 {
        margin: 0 0 10px;
        line-height: 34px;
        font-size: 30px; } }
    @media (min-width: 1024px) {
      .carousel h1 {
        margin: 0 0 10px;
        line-height: 54px;
        font-size: 48px; } }
    @media (min-width: 1200px) {
      .carousel h1 {
        line-height: 57px;
        font-size: 60px; } }
  .carousel p {
    margin: 0 0 5px;
    display: none; }
    @media (min-width: 480px) {
      .carousel p {
        display: block;
        margin: 0 0 13px; } }
  .carousel img {
    width: 100%;
    height: auto;
    display: block; }
  .carousel .more {
    display: inline-block;
    vertical-align: top; }
  .carousel .scroll {
    max-width: 90px;
    margin: 0 0 0 -45px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    z-index: 9;
    letter-spacing: 1px;
    padding: 0 0 18px;
    font-size: 11px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300; }
    @media (min-width: 480px) {
      .carousel .scroll {
        padding: 0 0 25px;
        bottom: 12px; } }
    @media (min-width: 768px) {
      .carousel .scroll {
        bottom: 10px;
        padding: 0 0 25px; } }
    @media (min-width: 1024px) {
      .carousel .scroll {
        bottom: 15px; } }
    @media (min-width: 1200px) {
      .carousel .scroll {
        bottom: 40px; } }
    .carousel .scroll:after {
      background: url(../images/arrow.png) no-repeat;
      width: 33px;
      height: 18px;
      position: absolute;
      bottom: 0;
      content: '';
      left: 50%;
      margin: 0 0 0 -16px; }
    .carousel .scroll:hover {
      opacity: 0.8; }

.slider {
  position: relative;
  overflow: hidden; }
  .slider .mask {
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      .slider .mask {
        margin: 0 60px; } }
  .slider .slideset {
    width: 100% !important;
    letter-spacing: -6px; }
    @media (min-width: 768px) {
      .slider .slideset {
        white-space: nowrap; } }
  .slider .slide {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 100% !important;
    letter-spacing: 0; }
  .slider .box {
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    width: 96%;
    padding: 0 15px 40px;
    font-size: 13px; }
    @media (min-width: 480px) {
      .slider .box {
        width: 46%;
        padding: 0 10px 40px; } }
    @media (min-width: 768px) {
      .slider .box {
        width: 24%;
        padding: 0 25px 40px; } }
    @media (min-width: 1024px) {
      .slider .box {
        width: 19%;
        padding: 0 25px 59px; } }
    .slider .box a {
      color: #59595c;
      text-decoration: none;
      font-family: "proxima-nova", sans-serif; }
      .slider .box a span {
        color: #134b8d;
        display: block;
        font-size: 16px;
        font-family: "adobe-garamond-pro", sans-serif; }
      .slider .box a:hover {
        text-decoration: underline; }
  .slider .btn-next, .slider .btn-prev {
    width: 32px;
    height: 30px;
    margin: -15px 0 0;
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 0 0 40px;
    text-transform: uppercase;
    color: #134b8d;
    text-decoration: none;
    z-index: 9;
    display: none;
    font-size: 11px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300; }
    @media (min-width: 768px) {
      .slider .btn-next, .slider .btn-prev {
        display: block; } }
    .slider .btn-next:after, .slider .btn-next:before, .slider .btn-prev:after, .slider .btn-prev:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      /*  filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45))";
  zoom: 1;*/
      width: 1px;
      height: 25px;
      position: absolute;
      top: 0;
      content: '';
      left: 11px;
      background: #134b8d;
      border-radius: 2px; }
    .slider .btn-next:before, .slider .btn-prev:before {
      top: 17px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      /*  filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45))";
  zoom: 1;*/ }
    .slider .btn-next:hover, .slider .btn-prev:hover {
      opacity: 0.8; }
  .slider .btn-next {
    left: auto;
    right: 15px; }
    .slider .btn-next:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      /*  filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45))";
  zoom: 1;*/ }
    .slider .btn-next:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      /*  filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45))";
  zoom: 1;*/ }

.slideshow-area {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px; }
  @media (min-width: 1200px) {
    .slideshow-area {
      margin: 0 -50px 30px; } }
  .slideshow-area .heading {
    overflow: hidden;
    padding: 0 0 35px; }
    @media (min-width: 1200px) {
      .slideshow-area .heading {
        padding: 0 50px 35px; } }
    .slideshow-area .heading h2 {
      color: #134b8d;
      font-style: italic;
      margin: 0 0 20px;
      text-align: center; }
      @media (min-width: 1024px) {
        .slideshow-area .heading h2 {
          float: left;
          width: 76%;
          margin: 0 2% 0 0;
          text-align: left; } }
    .slideshow-area .heading .more {
      display: block;
      overflow: hidden; }

#content .slideshow-area h2 {
  color: #134b8d;
  font-style: italic;
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 38px; }
  @media (min-width: 1024px) {
    #content .slideshow-area h2 {
      float: left;
      width: 76%;
      margin: 0 2% 0 0; } }

.slideshow {
  position: relative;
  overflow: hidden; }
  .slideshow .mask {
    position: relative;
    overflow: hidden;
    margin: 0 35px; }
  .slideshow .slideset {
    width: 100% !important;
    letter-spacing: -6px;
    white-space: nowrap; }
  .slideshow .slide {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    letter-spacing: 0;
    width: 100% !important; }
    @media (min-width: 768px) {
      .slideshow .slide {
        width: 50% !important; } }
    @media (min-width: 1024px) {
      .slideshow .slide {
        width: 33.333% !important; } }
  .slideshow .image {
    position: relative;
    margin: 0 20px; }
    .slideshow .image img {
      width: 100%;
      height: auto;
      display: block; }
  .slideshow .btn-next, .slideshow .btn-prev {
    width: 32px;
    height: 30px;
    margin: -25px 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 0 40px;
    text-transform: uppercase;
    color: #134b8d;
    text-decoration: none;
    z-index: 9;
    font-size: 11px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300; }
    .slideshow .btn-next:after, .slideshow .btn-next:before, .slideshow .btn-prev:after, .slideshow .btn-prev:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      /*  filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45))";
  zoom: 1;*/
      width: 1px;
      height: 25px;
      position: absolute;
      top: 0;
      content: '';
      left: 11px;
      background: #134b8d;
      border-radius: 2px; }
    .slideshow .btn-next:before, .slideshow .btn-prev:before {
      top: 17px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      /*  filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45))";
  zoom: 1;*/ }
    .slideshow .btn-next:hover, .slideshow .btn-prev:hover {
      opacity: 0.3; }
  .slideshow .btn-next {
    left: auto;
    right: 0; }
    .slideshow .btn-next:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      /*  filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45))";
  zoom: 1;*/ }
    .slideshow .btn-next:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      /*  filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45))";
  zoom: 1;*/ }

.gallery {
  position: relative;
  overflow: hidden; }
  .gallery .mask {
    position: relative;
    overflow: hidden;
    margin: 0 40px; }
    @media (min-width: 1024px) {
      .gallery .mask {
        margin: 0 50px; } }
  .gallery .slideset {
    width: 100%;
    float: left; }
  .gallery .slide {
    float: left;
    width: 100%;
    position: relative; }
    .gallery .slide img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto; }
  .gallery .btn-next, .gallery .btn-prev {
    width: 32px;
    height: 30px;
    margin: -40px 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 0 40px;
    text-transform: uppercase;
    color: #134b8d;
    text-decoration: none;
    z-index: 9;
    font-size: 11px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300; }
    .gallery .btn-next:after, .gallery .btn-next:before, .gallery .btn-prev:after, .gallery .btn-prev:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      /*  filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45))";
  zoom: 1;*/
      width: 1px;
      height: 25px;
      position: absolute;
      top: 0;
      content: '';
      left: 11px;
      background: #134b8d;
      border-radius: 2px; }
    .gallery .btn-next:before, .gallery .btn-prev:before {
      top: 17px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      /*  filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45))";
  zoom: 1;*/ }
    .gallery .btn-next:hover, .gallery .btn-prev:hover {
      opacity: 0.3; }
  .gallery .btn-next {
    left: auto;
    right: -5px; }
    .gallery .btn-next:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      /*  filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45))";
  zoom: 1;*/ }
    .gallery .btn-next:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      /*  filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45))";
  zoom: 1;*/ }
  .gallery strong {
    display: block;
    text-align: center;
    font-weight: 400;
    padding: 15px; }

.popup-holder {
  position: relative;
  overflow: hidden;
  z-index: 999;
  height: 0; }
  .popup-holder .video-box {
    overflow: hidden; }
    .popup-holder .video-box img {
      display: block;
      width: 100%;
      height: auto; }

#popup, #popup1 {
  max-width: 1100px;
  margin: 0 auto;
  position: relative; }
  #popup .container, #popup1 .container {
    padding: 0; }

.close {
  width: 52px;
  height: 52px;
  float: right;
  display: block;
  margin: 0 0 30px; }
  .close img {
    display: block;
    width: 100%;
    height: auto; }

body.inner2 .fancybox-overlay {
  background: rgba(22, 43, 73, 0.9) !important; }
body.inner2 .fancybox-close {
  display: none !important; }

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

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

.fancybox-skin {
  position: relative;
  color: #444;
  text-shadow: none; }

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

.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 {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

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

.fancybox-close {
  background: url(../images/btn-close.jpg) no-repeat;
  position: absolute;
  top: -50px;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040; }
  .fancybox-close:hover {
    opacity: 0.8; }

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

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

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

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

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

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

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

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

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

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

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 999;
  background: url('../images/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);
  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); }

html.resize-active * {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none; }

.intro {
  text-align: center;
  color: #59595C;
  line-height: 26px;
  padding: 50px 20px;
  margin: 0 auto 45px;
  font-size: 16px; }
  @media (min-width: 768px) {
    .intro {
      padding: 50px 70px; } }
  @media (min-width: 1024px) {
    .intro {
      padding: 53px 130px 0; } }
  .intro h2 {
    margin: 0 0 10px;
    color: #134b8d;
    line-height: 34px;
    font-size: 30px;
    font-weight: 400; }
    @media (min-width: 768px) {
      .intro h2 {
        margin: 0 0 20px;
        line-height: 44px;
        font-size: 40px;
        font-weight: 400; } }
  .intro h3 {
    line-height: 34px;
    margin: 0 0 20px;
    color: #c0982d;
    font-size: 30px;
    font-weight: 400;
    font-style: italic; }

.columns {
  overflow: hidden;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 16px;
  font-family: "adobe-garamond-pro", sans-serif;
  font-style: italic; }
  @media (min-width: 480px) {
    .columns {
      line-height: 24px;
      font-size: 20px; } }
  @media (min-width: 768px) {
    .columns {
      line-height: 24px;
      font-size: 20px; } }
  @media (min-width: 1024px) {
    .columns {
      line-height: 34px;
      font-size: 30px; } }
  .columns .column {
    overflow: hidden;
    padding: 0 15px; }
    @media (min-width: 480px) {
      .columns .column {
        padding: 0 30px 30px; } }
    @media (min-width: 768px) {
      .columns .column {
        float: right;
        width: 49.5%;
        margin: 0;
        padding: 0 10px 30px; } }
    @media (min-width: 768px) {
      .columns .column:first-child {
        float: left; } }
    .columns .column p {
      margin: 0 0 15px; }
  .columns address {
    display: block;
    padding: 15px; }
    @media (min-width: 768px) {
      .columns address {
        padding: 20px 15px 30px; } }
    .columns address a {
      color: #fff;
      text-decoration: none; }
  .columns h3 {
    line-height: 24px;
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 400;
    font-style: normal; }
    @media (min-width: 480px) {
      .columns h3 {
        margin: 0;
        line-height: 33px;
        font-size: 29px; } }
    @media (min-width: 768px) {
      .columns h3 {
        margin: 0 0 15px;
        line-height: 35px;
        font-size: 25px; } }
    @media (min-width: 1024px) {
      .columns h3 {
        line-height: 44px;
        font-size: 40px; } }
  .columns .imagebox {
    position: relative;
    width: 100%;
    color: #fff;
    text-align: center;
    margin: 0 0 17px; }
    @media (min-width: 1024px) {
      .columns .imagebox {
        margin: 0 0 30px; } }
    .columns .imagebox .text-holder {
      white-space: nowrap;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .columns .imagebox .text-holder:after {
        content: '';
        display: inline-block;
        height: 100%;
        width: 1px;
        overflow: hidden;
        margin: 0 0 0 -5px;
        vertical-align: middle; }
    .columns .imagebox img {
      max-width: inherit;
      height: auto;
      display: block;
      position: relative;
      left: 50%;
      margin: 0 0 0 -380px;
      width: 767px; }
      @media (min-width: 768px) {
        .columns .imagebox img {
          width: 100%;
          min-width: inherit;
          position: static;
          margin: 0; } }
    .columns .imagebox .holder {
      vertical-align: middle;
      display: inline-block;
      white-space: normal;
      padding: 0 30px; }
      @media (min-width: 1200px) {
        .columns .imagebox .holder {
          margin: 45px 30px 0; } }
    .columns .imagebox .more {
      font-style: normal;
      width: auto;
      display: inline-block; }
    .columns .imagebox p {
      margin: 0 0 15px; }
      @media (min-width: 1024px) {
        .columns .imagebox p {
          margin: 0 0 35px; } }

.location .intro {
  padding: 50px 0 0; }
  @media (min-width: 480px) {
    .location .intro {
      padding: 50px 30px 0; } }
  @media (min-width: 1024px) {
    .location .intro {
      padding: 50px 80px 0; } }
.location .columns {
  padding: 0 0 100px; }

.testimonials {
  overflow: hidden;
  text-align: center;
  padding: 0 15px;
  margin: 0 0 52px; }
  @media (min-width: 480px) {
    .testimonials {
      padding: 0 30px; } }
  @media (min-width: 768px) {
    .testimonials {
      padding: 0; } }
  .testimonials h3 {
    color: #c0982d;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 700;
    font-family: "proxima-nova", sans-serif;
    font-style: normal; }
    .testimonials h3 a {
      color: #c0982d;
      text-decoration: none; }
      .testimonials h3 a:hover {
        text-decoration: underline; }
  .testimonials blockquote {
    margin: 0 0 5px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .testimonials blockquote {
        padding: 0 10px; } }
  .testimonials .featured-quote {
    overflow: hidden;
    max-width: 880px;
    margin: 0 auto 50px;
    line-height: 36px;
    color: #134b8d;
    font-size: 30px;
    font-family: "adobe-garamond-pro", sans-serif;
    font-style: italic; }

.twocolumns {
  padding: 55px 0;
  max-width: 1095px;
  margin: 0 auto; }
  @media (min-width: 480px) {
    .twocolumns {
      padding: 55px 15px; } }
  @media (min-width: 768px) {
    .twocolumns {
      padding: 60px 0 0; } }

#content {
  color: #59595c;
  line-height: 26px; }
  @media (min-width: 768px) {
    #content {
      padding: 0 0 0 30px;
      overflow: hidden; } }
  @media (min-width: 1024px) {
    #content {
      padding: 0 0 0 60px; } }
  @media (min-width: 1200px) {
    #content {
      float: left;
      width: 75%;
      padding: 0 0 0 5.2%;
      overflow: visible; } }
  #content .intro-text {
    padding: 0 20px 0 0; }
    #content .intro-text p {
      margin: 0 0 32px; }
    @media (min-width: 1024px) {
      #content .intro-text .heading-holder {
        float: left;
        width: 65%;
        margin: 0 2% 0 0; } }
    #content .intro-text .heading-holder h1 {
      margin: 0; }
    #content .intro-text .heading-holder h2 {
      line-height: 24px;
      font-size: 20px; }
      @media (min-width: 768px) {
        #content .intro-text .heading-holder h2 {
          line-height: 38px;
          font-size: 34px; } }
    #content .intro-text .select {
      overflow: hidden;
      padding: 15px 0 0; }
      @media (min-width: 1024px) {
        #content .intro-text .select {
          padding: 42px 15px 0 0; } }
  #content h1 {
    color: #134b8d;
    margin: 0 0 10px;
    line-height: 34px;
    font-size: 30px;
    font-weight: 400; }
    @media (min-width: 480px) {
      #content h1 {
        line-height: 44px;
        font-size: 40px;
        font-weight: 400; } }
  #content h2 {
    margin: 0;
    line-height: 24px;
    font-size: 20px;
    font-weight: 400; }
    @media (min-width: 768px) {
      #content h2 {
        line-height: 34px;
        font-size: 30px; } }
    #content h2 a {
      color: #134b8d;
      text-decoration: none; }
      #content h2 a:hover {
        text-decoration: underline; }
  #content .head {
    padding: 0 0 10px; }
    #content .head h1 {
      color: #134b8d;
      line-height: 34px;
      font-size: 30px;
      font-weight: 400; }
      @media (min-width: 768px) {
        #content .head h1 {
          line-height: 44px;
          font-size: 40px; } }
    #content .head h2 {
      color: #c0982d;
      font-style: italic; }
      #content .head h2 a {
        color: #c0982d;
        text-decoration: none; }
        #content .head h2 a:hover {
          text-decoration: underline; }
  #content .block .image-area {
    position: relative;
    margin: 0 0 70px; }
    @media (min-width: 768px) {
      #content .block .image-area {
        margin: 0 0 30px; } }
  #content .block .caption {
    width: 100%;
    position: static;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 20px;
    font-family: "adobe-garamond-pro", sans-serif;
    font-style: italic; }
    @media (min-width: 768px) {
      #content .block .caption {
        padding: 25px 30px 20px;
        position: absolute;
        background: rgba(0, 0, 0, 0.4); } }
  #content .block .text {
    background: rgba(0, 0, 0, 0.4);
    padding: 5px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px; }
    @media (min-width: 768px) {
      #content .block .text {
        background: none;
        float: left;
        width: 65%;
        padding: 0;
        margin: 0 2% 0 0;
        position: static; } }
    @media (min-width: 1024px) {
      #content .block .text {
        float: left;
        width: 79%;
        margin: 0 2% 0 0; } }
    #content .block .text p {
      margin: 0; }
  #content .block .more {
    display: block;
    overflow: hidden;
    font-style: normal;
    padding: 14px 20px;
    margin: 5px 0 0;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%; }
    @media (min-width: 768px) {
      #content .block .more {
        margin: 25px 0 0;
        position: static;
        width: auto; } }
  #content .block h2 {
    color: #fff;
    margin: 0 0 5px;
    line-height: 28px;
    font-size: 25px;
    font-style: normal; }
    @media (min-width: 480px) {
      #content .block h2 {
        line-height: 32px;
        font-size: 30px; } }
    @media (min-width: 768px) {
      #content .block h2 {
        margin: 0 0 5px;
        line-height: 29px;
        font-size: 30px; } }
    @media (min-width: 1024px) {
      #content .block h2 {
        line-height: 44px;
        margin: 0 0 10px;
        font-size: 40px; } }
  #content .block img {
    width: 100%;
    height: auto;
    display: block; }
  #content blockquote {
    overflow: hidden;
    margin: 0 0 20px;
    overflow: hidden;
    color: #134b8d;
    line-height: 36px;
    text-align: center;
    font-size: 30px;
    font-family: "adobe-garamond-pro", sans-serif;
    font-style: italic; }
  #content .info-block {
    overflow: hidden; }
    #content .info-block h2 {
      color: #134b8d; }
    #content .info-block ol li:before, #content .info-block ol .num {
      float: left;
      color: #59595c;
      content: counters(item, ".") ". ";
      counter-increment: item;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 99; }
    #content .info-block ol {
      counter-reset: item; }
      #content .info-block ol li {
        padding: 0 0 0 18px;
        position: relative; }
    #content .info-block h3 {
      line-height: 20px;
      margin: 0 0 10px;
      color: #134b8d;
      font-size: 16px;
      font-family: "proxima-nova", sans-serif;
      font-weight: 700; }
    #content .info-block blockquote {
      text-align: left;
      line-height: 45px; }
      @media (min-width: 1024px) {
        #content .info-block blockquote {
          padding: 0 40px 0 0; } }
      #content .info-block blockquote q {
        display: block; }
        #content .info-block blockquote q:before, #content .info-block blockquote q:after {
          content: none; }
      #content .info-block blockquote cite {
        display: block;
        color: #c0982d;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 17px;
        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        font-style: normal; }
  #content .suggestions {
    overflow: hidden;
    padding: 0 0 30px 40px; }
  #content .textblock {
    overflow: hidden;
    background: #f5f3eb;
    padding: 29px 24px 40px;
    margin: 0 -15px 30px; }
    @media (min-width: 480px) {
      #content .textblock {
        margin: 0 -30px 30px; } }
    @media (min-width: 768px) {
      #content .textblock {
        margin: 0 0 30px; } }
    #content .textblock ul {
      color: #59595c; }
      #content .textblock ul li {
        overflow: hidden; }
  #content p {
    margin: 0 0 35px; }
  #content .cols {
    overflow: hidden;
    background: #f5f3eb;
    padding: 40px 40px 0; }
    @media (min-width: 1024px) {
      #content .cols {
        margin: 33px -52px 60px -60px;
        padding: 43px 63px 8px; } }
    #content .cols .holder {
      overflow: hidden;
      margin: 0 -15px; }
    #content .cols .col {
      display: inline-block;
      vertical-align: top; }
      @media (min-width: 768px) {
        #content .cols .col {
          width: 47%;
          margin: 0 1% 33px; } }
      @media (min-width: 1024px) {
        #content .cols .col {
          width: 29.5%;
          margin: 0 1.6% 33px; } }
      #content .cols .col p {
        margin: 0 0 20px; }
      #content .cols .col img {
        width: 100%;
        display: block;
        margin: 0 0 19px; }
    #content .cols a:hover img {
      opacity: 0.8; }
    #content .cols h1 {
      margin: 0 0 36px;
      line-height: 34px;
      font-size: 30px;
      font-weight: 400; }
      @media (min-width: 480px) {
        #content .cols h1 {
          line-height: 44px;
          font-size: 40px;
          font-weight: 400; } }
    #content .cols h2 {
      line-height: 24px;
      margin: 0 0 2px;
      font-size: 20px; }
      #content .cols h2 a {
        color: #134b8d;
        text-decoration: none; }
        #content .cols h2 a:hover {
          text-decoration: underline; }
  #content .author-info {
    overflow: hidden;
    color: #58595b; }
    @media (min-width: 768px) {
      #content .author-info {
        padding: 5px 30px 0 0;
        line-height: 27px; } }
    #content .author-info .holder {
      overflow: hidden;
      padding: 0 0 60px; }
    #content .author-info .image {
      position: relative;
      overflow: hidden;
      border-radius: 100%;
      width: 271px;
      height: 271px;
      display: block;
      margin: 0 auto; }
      @media (min-width: 1024px) {
        #content .author-info .image {
          margin: 0 33px 0 0;
          float: left; } }
      #content .author-info .image img {
        width: 100%;
        height: auto;
        display: block; }
    #content .author-info .textarea {
      overflow: hidden;
      padding: 20px 0 0; }
    #content .author-info h1 {
      line-height: 32px;
      font-size: 30px; }
      @media (min-width: 768px) {
        #content .author-info h1 {
          margin: 0 0 13px;
          line-height: 44px;
          font-size: 40px; } }
    #content .author-info h2 {
      margin: 0 0 11px; }
    #content .author-info .list-holder {
      overflow: hidden;
      border-bottom: 1px solid #e6e6e6;
      padding: 0 0 17px;
      margin: 0 0 20px;
      display: none; }
      @media (min-width: 768px) {
        #content .author-info .list-holder {
          display: block; } }
    #content .author-info .list {
      overflow: hidden;
      float: right;
      width: 47%;
      line-height: 17px;
      text-transform: uppercase;
      font-size: 13px;
      font-family: "adobe-garamond-pro", sans-serif; }
      @media (min-width: 1024px) {
        #content .author-info .list {
          width: 45%; } }
      #content .author-info .list:first-child {
        float: left; }
      #content .author-info .list li {
        display: inline-block;
        vertical-align: top;
        padding: 4px 0 5px 35px;
        position: relative;
        margin: 0 20px 0 0; }
        #content .author-info .list li.dash:after, #content .author-info .list li.share:after, #content .author-info .list li.print:after {
          background: url(../images/sprite.png) no-repeat 0 -20px;
          position: absolute;
          width: 17px;
          height: 22px;
          top: 0;
          left: 6px;
          content: ''; }
        #content .author-info .list li.share {
          padding: 2px 0 5px 30px; }
          #content .author-info .list li.share:after {
            background-position: 0 -54px;
            width: 20px;
            height: 20px;
            left: 0; }
        #content .author-info .list li.print {
          padding: 2px 0 5px 30px; }
          #content .author-info .list li.print:after {
            background-position: 0 -89px;
            width: 23px;
            left: 0;
            height: 21px; }
        #content .author-info .list li a {
          color: #999;
          text-decoration: none; }
          #content .author-info .list li a:hover {
            color: #666; }
    #content .author-info .info {
      overflow: hidden;
      clear: both;
      text-align: center; }
      @media (min-width: 768px) {
        #content .author-info .info {
          padding: 13px 0 0;
          text-align: left; } }
      #content .author-info .info h2 {
        color: #c39909;
        font-style: italic; }
    #content .author-info .btn-area {
      overflow: hidden; }
      @media (min-width: 1024px) {
        #content .author-info .btn-area {
          padding: 20px 0; } }
      #content .author-info .btn-area .more {
        margin: 0 0 10px;
        display: block; }
        @media (min-width: 1024px) {
          #content .author-info .btn-area .more {
            float: left;
            width: 44%;
            margin: 0 0 10px 20px;
            display: inline-block;
            vertical-align: top; }
            #content .author-info .btn-area .more:first-child {
              margin: 0; } }
        @media (min-width: 1200px) {
          #content .author-info .btn-area .more {
            width: 47%; } }
    #content .author-info .text {
      text-align: center;
      overflow: hidden;
      padding: 0 0 15px; }
      #content .author-info .text h2 {
        color: #134b8d;
        font-style: italic;
        line-height: 28px;
        font-size: 24px; }
        @media (min-width: 480px) {
          #content .author-info .text h2 {
            line-height: 40px;
            font-size: 30px; } }
    #content .author-info .link {
      color: #58595b;
      text-decoration: none; }
      #content .author-info .link:hover {
        text-decoration: underline; }
  #content .info-holder {
    background: #f5f4ec;
    overflow: hidden;
    padding: 35px 15px 15px;
    margin: 0 -15px; }
    @media (min-width: 480px) {
      #content .info-holder {
        margin: 0 -30px;
        padding: 42px 60px; } }
    @media (min-width: 768px) {
      #content .info-holder {
        margin: 34px -52px 101px -60px;
        padding: 42px 82px 65px 60px; } }
    #content .info-holder h2 {
      border-bottom: 1px solid #e6e6e6;
      padding: 0 0 27px;
      margin: 0 0 25px;
      color: #004990;
      line-height: 44px;
      font-size: 40px; }
      @media (min-width: 768px) {
        #content .info-holder h2 {
          line-height: 34px;
          font-size: 30px; } }
      #content .info-holder h2 a {
        color: #c39909;
        text-decoration: none;
        line-height: 28px;
        display: none;
        font-size: 24px;
        font-style: italic; }
        @media (min-width: 768px) {
          #content .info-holder h2 a {
            display: inline-block; } }
        #content .info-holder h2 a:hover {
          text-decoration: underline; }
    #content .info-holder .image {
      max-width: 155px;
      display: block; }
      #content .info-holder .image img {
        width: 100%;
        height: auto;
        display: block; }
    #content .info-holder blockquote {
      text-align: left;
      padding: 0 30px 14px 0;
      line-height: 42px; }
      #content .info-holder blockquote q {
        display: block;
        padding: 0 0 8px; }
      #content .info-holder blockquote cite {
        display: block;
        color: #c39909;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 700;
        font-family: "proxima-nova", sans-serif;
        font-style: normal; }
  #content .news {
    overflow: hidden; }
    #content .news .post {
      overflow: hidden;
      padding: 0 0 35px;
      border-bottom: 1px solid #b3b2b3;
      margin: 0 0 30px; }
      #content .news .post:first-child {
        padding: 0 0 10px; }
    #content .news .image-area {
      overflow: hidden;
      padding: 0 0 25px; }
      #content .news .image-area img {
        width: 100%;
        height: auto;
        display: block; }
      #content .news .image-area a:hover img {
        opacity: 0.9; }
    #content .news h2 {
      line-height: 34px;
      font-size: 30px; }
  #content .staff {
    text-align: center;
    line-height: 18px;
    padding: 0 0 27px;
    font-size: 13px; }
    #content .staff h2 {
      text-align: center;
      margin: 0 0 30px;
      color: #134b8d;
      font-style: italic;
      font-size: 30px;
      line-height: 38px; }
    #content .staff h3 {
      line-height: 20px;
      margin: 0;
      font-size: 17px;
      font-weight: 400; }
      #content .staff h3 a {
        color: #134b8d;
        text-decoration: none; }
        #content .staff h3 a:hover {
          text-decoration: underline; }
    #content .staff p {
      margin: 0; }
    #content .staff .holder {
      overflow: hidden;
      margin: 0 -15px; }
      @media (min-width: 1024px) {
        #content .staff .holder {
          margin: 0 25px 0 -28px; } }
    #content .staff .col {
      display: inline-block;
      vertical-align: top;
      width: 46%;
      margin: 0 1.5% 30px; }
      @media (min-width: 768px) {
        #content .staff .col {
          width: 30%;
          margin: 0 1.5% 28px; } }
    #content .staff a:hover img {
      opacity: 0.8; }
    #content .staff img {
      width: 100%;
      height: auto;
      display: block;
      margin: 0 0 18px; }
  #content .designation {
    display: block; }
  #content .articles {
    border-top: 1px solid #b3b2b3;
    overflow: hidden;
    margin: 0 0 30px; }
    @media (min-width: 1024px) {
      #content .articles {
        margin: 0 35px 40px 0; } }
  #content .article {
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid #b3b2b3; }
    #content .article h2 {
      line-height: 34px;
      font-size: 30px; }
    #content .article p {
      margin: 0 0 15px; }

.video-holder {
  overflow: hidden;
  position: relative;
  margin: 0 0 30px; }
  .video-holder img {
    width: 100%;
    height: auto;
    display: block; }

.three-cols {
  overflow: hidden;
  text-align: center;
  padding: 58px 0 0;
  max-width: 1110px;
  margin: 0 auto; }
  .three-cols h1 {
    color: #134b8d;
    margin: 0 0 18px;
    line-height: 44px;
    font-size: 40px;
    font-weight: 400; }
  .three-cols h2 {
    margin: 0;
    line-height: 34px;
    font-size: 30px;
    font-weight: 400; }
    .three-cols h2 a {
      color: #134b8d;
      text-decoration: none; }
      .three-cols h2 a:hover {
        text-decoration: underline; }
  .three-cols .holder {
    overflow: hidden;
    padding: 40px 0 0;
    margin: 0 -18px; }
    .three-cols .holder .text {
      overflow: hidden;
      padding: 0 10px; }
  .three-cols .col {
    margin: 0 0 30px; }
    @media (min-width: 480px) {
      .three-cols .col {
        width: 46%;
        display: inline-block;
        vertical-align: top;
        margin: 0 1.5% 46px; } }
    @media (min-width: 1024px) {
      .three-cols .col {
        width: 30.5%;
        display: inline-block;
        vertical-align: top;
        margin: 0 1% 46px; } }
    .three-cols .col p {
      margin: 0 0 20px; }
    .three-cols .col img {
      width: 100%;
      display: block;
      margin: 0 0 30px; }
    .three-cols .col a:hover img {
      opacity: 0.8; }

.contact {
  overflow: hidden;
  position: relative;
  padding: 30px 0; }
  @media (min-width: 1024px) {
    .contact {
      padding: 50px 0; } }
  .contact .header {
    text-align: center;
    overflow: hidden;
    padding: 0 0 15px; }
  .contact h1 {
    color: #134b8d;
    margin: 0 0 10px;
    line-height: 34px;
    font-size: 30px;
    font-weight: 400; }
    @media (min-width: 768px) {
      .contact h1 {
        line-height: 44px;
        font-size: 40px; } }
  .contact h2 {
    margin: 0;
    color: #c0982d;
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
    font-style: italic; }
    @media (min-width: 768px) {
      .contact h2 {
        line-height: 34px;
        font-size: 30px; } }
    .contact h2 a {
      color: #134b8d;
      text-decoration: none;
      color: #c0982d; }
      .contact h2 a:hover {
        text-decoration: underline; }
  .contact .accordion {
    padding: 0;
    border-bottom: 1px solid #b3b2b3; }
  .contact .cols {
    overflow: hidden; }
  .contact .col {
    margin: 0 0 40px; }
    @media (min-width: 768px) {
      .contact .col {
        float: right;
        width: 49%;
        margin: 0; } }
    @media (min-width: 768px) {
      .contact .col:first-child {
        float: left; } }
  .contact p {
    margin: 0 0 35px; }
    @media (min-width: 768px) {
      .contact p {
        margin: 0 0 25px; } }
  .contact .accordion li:first-child {
    border-top: 0; }
  .contact .accordion h2 {
    font-style: normal;
    color: #134b8d;
    margin: 0 0 15px; }
  .contact .name {
    display: block;
    line-height: 15px;
    text-align: center;
    color: #000;
    padding: 0 160px 5px 0;
    font-size: 12px; }
  .contact address {
    display: block;
    font-style: normal;
    color: #59595c; }
    .contact address span {
      display: block; }
    .contact address a {
      color: #59595c;
      text-decoration: none; }
      .contact address a:hover {
        text-decoration: underline; }
  .contact form {
    overflow: hidden; }
  .contact .input-col {
    overflow: hidden;
    padding: 0 0 10px; }
    .contact .input-col.error input[type="text"], .contact .input-col.error input[type="email"], .contact .input-col.error input[type="tel"], .contact .input-col.error textarea, .contact .input-col.error .jcf-select.jcf-select-input-select {
      border: 1px solid #f00; }
  .contact input[type="text"], .contact input[type="email"], .contact input[type="tel"], .contact textarea {
    background: #f5f3eb;
    border: 1px solid #f5f3eb;
    height: 60px;
    width: 100%;
    color: #59595c;
    border: none;
    padding: 6px 20px;
    font-size: 12px;
    font-weight: 400; }
    .contact input[type="text"]::-webkit-input-placeholder, .contact input[type="email"]::-webkit-input-placeholder, .contact input[type="tel"]::-webkit-input-placeholder, .contact textarea::-webkit-input-placeholder {
      color: #59595c; }
    .contact input[type="text"]::-moz-placeholder, .contact input[type="email"]::-moz-placeholder, .contact input[type="tel"]::-moz-placeholder, .contact textarea::-moz-placeholder {
      opacity: 1;
      color: #59595c; }
    .contact input[type="text"]:-moz-placeholder, .contact input[type="email"]:-moz-placeholder, .contact input[type="tel"]:-moz-placeholder, .contact textarea:-moz-placeholder {
      color: #59595c; }
    .contact input[type="text"]:-ms-input-placeholder, .contact input[type="email"]:-ms-input-placeholder, .contact input[type="tel"]:-ms-input-placeholder, .contact textarea:-ms-input-placeholder {
      color: #59595c; }
    .contact input[type="text"].placeholder, .contact input[type="email"].placeholder, .contact input[type="tel"].placeholder, .contact textarea.placeholder {
      color: #59595c; }
  .contact textarea {
    padding: 20px;
    resize: none;
    height: 366px; }
  .contact input[type="submit"] {
    background: #c0982d;
    display: block;
    width: 304px;
    margin: 0 auto;
    overflow: hidden;
    border: none;
    padding: 30px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 700; }
    @media (min-width: 768px) {
      .contact input[type="submit"] {
        margin: 0; } }
    @media (min-width: 1024px) {
      .contact input[type="submit"] {
        width: 25%;
        float: right; } }
    .contact input[type="submit"]:hover {
      color: #000; }

.map-area {
  overflow: hidden;
  padding: 0 0 20px; }
  .map-area a:after {
    display: none; }

.search-history {
  overflow: hidden;
  padding: 35px 0;
  text-align: center; }
  @media (min-width: 480px) {
    .search-history {
      padding: 35px 15px; } }
  @media (min-width: 768px) {
    .search-history {
      padding: 70px 35px;
      text-align: left; } }
  @media (min-width: 1200px) {
    .search-history {
      padding: 60px 145px 70px 143px; } }
  .search-history h1 {
    text-align: center;
    color: #134b8d;
    margin: 0 0 5px;
    line-height: 34px;
    font-size: 30px;
    font-weight: 400; }
    @media (min-width: 768px) {
      .search-history h1 {
        line-height: 44px;
        margin: 0 0 30px;
        font-size: 40px; } }
  .search-history h2 {
    margin: 0 0 10px;
    color: #c0982d;
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
    font-style: italic; }
    @media (min-width: 768px) {
      .search-history h2 {
        margin: 13px 1% 0 0;
        float: left;
        width: 48%;
        line-height: 34px;
        font-size: 30px; } }
    .search-history h2 label {
      color: #c0982d; }
  .search-history form {
    overflow: hidden;
    position: relative; }
    @media (min-width: 768px) {
      .search-history form {
        padding: 8px 90px 0 0; } }
    .search-history form input[type="search"] {
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      background: none;
      border: 1px solid #979797;
      height: 44px;
      width: 100%;
      color: #979797;
      line-height: 15px;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 0 0 10px;
      padding: 6px 10px;
      text-align: center;
      outline: none;
      -webkit-appearance: none;
      -webkit-border-radius: 0;
      font-size: 9px; }
      .search-history form input[type="search"]::-webkit-input-placeholder {
        color: #979797; }
      .search-history form input[type="search"]::-moz-placeholder {
        opacity: 1;
        color: #979797; }
      .search-history form input[type="search"]:-moz-placeholder {
        color: #979797; }
      .search-history form input[type="search"]:-ms-input-placeholder {
        color: #979797; }
      .search-history form input[type="search"].placeholder {
        color: #979797; }
      @media (min-width: 480px) {
        .search-history form input[type="search"] {
          padding: 6px 15px; } }
      @media (min-width: 768px) {
        .search-history form input[type="search"] {
          padding: 6px 20px;
          text-align: left;
          width: 100%;
          margin: 0; } }
    .search-history form input[type="submit"] {
      width: 100%;
      background: #134b8d;
      color: #fff;
      height: 49px;
      padding: 10px;
      text-align: center;
      text-transform: uppercase;
      border: none;
      top: 8px;
      right: 0;
      font-size: 14px;
      font-weight: 700; }
      @media (min-width: 768px) {
        .search-history form input[type="submit"] {
          width: 72px;
          position: absolute; } }
      .search-history form input[type="submit"]:hover {
        opacity: 0.8; }

.address-area {
  overflow: hidden;
  position: relative;
  padding: 0 0 30px; }
  .address-area .info {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .address-area .info {
        float: right;
        margin: 0;
        width: 40%; } }
    @media (min-width: 768px) {
      .address-area .info:first-child {
        float: left; } }
    .address-area .info address {
      font-style: normal;
      display: block; }
      .address-area .info address span {
        display: block; }
      .address-area .info address a {
        color: #59595c;
        text-decoration: none; }
        .address-area .info address a:hover {
          text-decoration: underline; }
  .address-area strong {
    display: block;
    color: #134b8d; }

.captcha {
  margin: 0 auto 20px;
  max-width: 304px; }
  @media (min-width: 768px) {
    .captcha {
      float: left;
      width: 70%;
      margin: 0 2% 20px 0; } }
  @media (min-width: 1024px) {
    .captcha {
      margin: 0 2% 0 0; } }
  .captcha img {
    width: 100%;
    height: auto;
    display: block; }
  .captcha a:hover {
    opacity: 0.8; }

.history {
  background: #f5f3eb;
  overflow: hidden;
  margin: 0 0 100px; }
  .history .container {
    padding: 70px 0; }
  .history .text {
    overflow: hidden;
    text-align: center;
    max-width: 840px;
    margin: 0 auto 47px;
    padding: 0 15px; }
    @media (min-width: 768px) {
      .history .text {
        padding: 0; } }
    .history .text h1 {
      color: #134b8d;
      line-height: 39px;
      margin: 0 0 5px;
      font-weight: 400;
      font-style: italic;
      font-size: 40px; }
    .history .text h2 {
      color: #c0982d;
      text-transform: uppercase;
      margin: 0;
      letter-spacing: 2px;
      font-family: "proxima-nova", sans-serif;
      font-size: 17px; }
  .history .boxes {
    overflow: hidden;
    text-align: center; }
    .history .boxes .box {
      width: 271px;
      display: inline-block;
      vertical-align: top;
      margin: 0 17px 41px; }
    .history .boxes a:hover img {
      opacity: 0.8; }
  .history .image {
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    width: 271px;
    height: 271px;
    margin: 0 0 20px; }
    .history .image img {
      width: 100%;
      height: auto;
      display: block;
      width: 271px;
      height: 271px; }
  .history h3 {
    color: #134b8d;
    margin: 0 0 5px;
    line-height: 24px;
    font-size: 20px;
    font-weight: 400; }
    .history h3 a {
      color: #134b8d;
      text-decoration: none; }
      .history h3 a:hover {
        text-decoration: underline; }
  .history .time {
    display: block;
    line-height: 17px;
    color: #59595c;
    font-size: 13px; }

.fancybox-inner {
  height: auto !important; }

body.popup-active .fancybox-overlay {
  background: #f5f4ec !important; }

.form {
  overflow: hidden;
  max-width: 300px;
  margin: 0 auto; }
  .form label {
    float: left;
    width: 90px;
    margin: 3px 10px 0 0;
    color: #c0982d;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 700;
    font-family: "proxima-nova", sans-serif;
    font-style: normal; }
  .form .select-box {
    overflow: hidden; }
  .form .jcf-select.jcf-select-input-select {
    background: #f5f3eb;
    height: 60px;
    width: 100%;
    border: none;
    border: 1px solid #f5f3eb; }
    .form .jcf-select.jcf-select-input-select .jcf-select-text {
      margin: 16px 40px 16px 20px;
      color: #c0982d;
      font-size: 12px;
      font-weight: 400;
      font-font-style: normal; }
    .form .jcf-select.jcf-select-input-select .jcf-select-opener:after, .form .jcf-select.jcf-select-input-select .jcf-select-opener:before {
      top: 20px; }
  .form .jcf-select select {
    z-index: 1;
    left: 0;
    top: 0; }
  .form .jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    line-height: 26px;
    margin: 6px 40px 0 15px;
    color: #c0982d;
    text-align: left;
    font-style: normal;
    font-family: "proxima-nova", sans-serif;
    font-size: 17px;
    font-weight: 700; }
  .form .jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    width: 26px;
    bottom: 0;
    right: 8px;
    top: 0; }
    .form .jcf-select .jcf-select-opener:after, .form .jcf-select .jcf-select-opener:before {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      /*  filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45))";
  zoom: 1;*/
      width: 1px;
      height: 20px;
      position: absolute;
      top: 8px;
      content: '';
      left: 50%;
      background: #134b8d;
      border-radius: 2px;
      margin: 0 0 0 -15px; }
    .form .jcf-select .jcf-select-opener:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      /*  filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45));
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45))";
  zoom: 1;*/
      left: auto;
      right: 50%; }

.popup-form {
  overflow: hidden;
  max-width: 667px;
  margin: 0 auto;
  clear: both;
  padding: 64px 49px 40px 48px;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
  .popup-form .title {
    display: block;
    color: #134b8d;
    margin: 0 0 3px;
    line-height: 43px;
    text-align: center;
    font-family: "adobe-caslon-pro", serif;
    font-size: 40px;
    font-weight: 400; }
  .popup-form .upload {
    width: 38%;
    float: left;
    text-overflow: ellipsis;
    margin: 0 1% 0 0; }
  .popup-form .subtitle {
    display: block;
    margin: 0 0 37px;
    color: #c0982d;
    line-height: 33px;
    text-align: center;
    font-family: "adobe-caslon-pro", serif;
    font-size: 30px;
    font-weight: 400;
    font-style: italic; }
  .popup-form .jcf-select {
    margin: 0; }
  .popup-form .input-col {
    padding: 0 0 15px; }
    .popup-form .input-col.error input[type="text"], .popup-form .input-col.error input[type="email"], .popup-form .input-col.error input[type="tel"], .popup-form .input-col.error textarea, .popup-form .input-col.error .jcf-select.jcf-select-input-select {
      border: 1px solid #f00; }
  .popup-form input[type="text"], .popup-form input[type="email"], .popup-form input[type="tel"], .popup-form textarea {
    background: #f5f3eb;
    border: 1px solid #f5f3eb;
    height: 60px;
    width: 100%;
    color: #59595c;
    border: none;
    padding: 6px 20px;
    outline: none;
    font-size: 12px;
    font-weight: 400; }
    .popup-form input[type="text"]::-webkit-input-placeholder, .popup-form input[type="email"]::-webkit-input-placeholder, .popup-form input[type="tel"]::-webkit-input-placeholder, .popup-form textarea::-webkit-input-placeholder {
      color: #59595c; }
    .popup-form input[type="text"]::-moz-placeholder, .popup-form input[type="email"]::-moz-placeholder, .popup-form input[type="tel"]::-moz-placeholder, .popup-form textarea::-moz-placeholder {
      opacity: 1;
      color: #59595c; }
    .popup-form input[type="text"]:-moz-placeholder, .popup-form input[type="email"]:-moz-placeholder, .popup-form input[type="tel"]:-moz-placeholder, .popup-form textarea:-moz-placeholder {
      color: #59595c; }
    .popup-form input[type="text"]:-ms-input-placeholder, .popup-form input[type="email"]:-ms-input-placeholder, .popup-form input[type="tel"]:-ms-input-placeholder, .popup-form textarea:-ms-input-placeholder {
      color: #59595c; }
    .popup-form input[type="text"].placeholder, .popup-form input[type="email"].placeholder, .popup-form input[type="tel"].placeholder, .popup-form textarea.placeholder {
      color: #59595c; }
  .popup-form textarea {
    padding: 20px;
    resize: none;
    height: 368px; }
  .popup-form input[type="submit"] {
    float: right;
    background: #c0982d;
    display: block;
    width: 250px;
    margin: 0 auto;
    overflow: hidden;
    border: none;
    padding: 28px 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 700; }
    @media (min-width: 768px) {
      .popup-form input[type="submit"] {
        margin: 0; } }
    @media (min-width: 1024px) {
      .popup-form input[type="submit"] {
        width: 207px;
        float: right; } }
    .popup-form input[type="submit"]:hover {
      color: #000; }

.full-size .fancybox-overlay {
  overflow: hidden; }
.full-size .fancybox-wrap {
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important; }
.full-size .fancybox-skin, .full-size .fancybox-outer, .full-size .fancybox-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important; }
.full-size .fancybox-close {
  top: 20px;
  right: 20px; }

.fancybox-wrap .video-bg {
  width: 100%;
  height: 100%;
  position: relative; }
  .fancybox-wrap .video-bg video {
    position: absolute;
    top: 0;
    left: 0; }

.video-bg {
  position: relative; }
  .video-bg iframe {
    position: absolute;
    left: 0;
    top: 0; }

.fancybox-opened .close {
  visibility: visible !important; }

#popup2 {
  max-width: 1000px; }
  #popup2 .close {
    top: 50px;
    right: 50px;
    visibility: hidden;
    -webkit-transition: 0.3s all linear;
            transition: 0.3s all linear;
    width: 25px;
    height: 25px; }
    @media (min-width: 768px) {
      #popup2 .close {
        width: 50px;
        height: 50px; } }
  #popup2 .container {
    padding: 0; }
  #popup2 .gallery {
    width: 100%;
    overflow: visible;
    clear: both; }
    #popup2 .gallery .mask {
      margin: 0 25px; }
      @media (min-width: 768px) {
        #popup2 .gallery .mask {
          margin: 0 50px; } }
    #popup2 .gallery .btn-next, #popup2 .gallery .btn-prev {
      margin: -21px 0 0; }
      @media (min-width: 768px) {
        #popup2 .gallery .btn-next, #popup2 .gallery .btn-prev {
          border-radius: 2px;
          border: 2px solid #836c32;
          border: 2px solid #836c32;
          height: 42px;
          width: 42px; }
          #popup2 .gallery .btn-next:hover, #popup2 .gallery .btn-prev:hover {
            opacity: 0.8; } }
      #popup2 .gallery .btn-next:after, #popup2 .gallery .btn-next:before, #popup2 .gallery .btn-prev:after, #popup2 .gallery .btn-prev:before {
        background: #836c32;
        left: 14px;
        height: 13px;
        width: 2px; }
      #popup2 .gallery .btn-next:before, #popup2 .gallery .btn-prev:before {
        top: 17px; }
      #popup2 .gallery .btn-next:after, #popup2 .gallery .btn-prev:after {
        top: 8px; }
    #popup2 .gallery .btn-prev {
      left: -8px; }
      @media (min-width: 768px) {
        #popup2 .gallery .btn-prev {
          left: 0; } }
    #popup2 .gallery .btn-next {
      right: -8px; }
      @media (min-width: 768px) {
        #popup2 .gallery .btn-next {
          right: 0; } }
      #popup2 .gallery .btn-next:after, #popup2 .gallery .btn-next:before {
        left: 17px; }
    #popup2 .gallery .slide img {
      width: 100%; }
