/* Globals */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

/*!
*  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
  font-family: 'antonioregular';
  src: url("/fonts/Antonio-Regular-webfont.eot");
  src: url("/fonts/Antonio-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Antonio-Regular-webfont.woff2") format("woff2"), url("/fonts/Antonio-Regular-webfont.woff") format("woff"), url("/fonts/Antonio-Regular-webfont.ttf") format("truetype"), url("/fonts/Antonio-Regular-webfont.svg#antonioregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'antoniobold';
  src: url("/fonts/Antonio-Bold-webfont.eot");
  src: url("/fonts/Antonio-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Antonio-Bold-webfont.woff2") format("woff2"), url("/fonts/Antonio-Bold-webfont.woff") format("woff"), url("/fonts/Antonio-Bold-webfont.ttf") format("truetype"), url("/fonts/Antonio-Bold-webfont.svg#antoniobold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

html {
  background: #313131; }
  html.ie8 section,
  html.ie8 nav,
  html.ie8 header,
  html.ie8 aside,
  html.ie8 footer {
    display: block; }

body {
  background: #fefefe url("../img/bkgrnd-pattern.jpg") left top; }

[role="main"] {
  padding-top: 0px;
  position: relative;
  overflow: hidden; }
  [role="main"] section,
  [role="main"] .section {
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: center center; }
    @media all and (min-width: 37.5em) {
      [role="main"] section,
      [role="main"] .section {
        padding-top: 40px;
        padding-bottom: 30px; } }
    @media all and (min-width: 65.875em) {
      [role="main"] section,
      [role="main"] .section {
        padding-top: 50px;
        padding-bottom: 50px; } }
    [role="main"] section.flush-img-section,
    [role="main"] .section.flush-img-section {
      overflow: hidden; }
    [role="main"] section.alt,
    [role="main"] .section.alt {
      background-color: #313131;
      background-size: cover;
      background-position: center center; }
    [role="main"] section.alt2,
    [role="main"] .section.alt2 {
      background-color: #BEBDBD; }
    [role="main"] section.alt3,
    [role="main"] .section.alt3 {
      background: #BE976C;
      border-bottom: 1px solid #313131; }
    [role="main"] section.alt4,
    [role="main"] .section.alt4 {
      padding-bottom: 0;
      border-bottom: 1px solid #313131; }
    [role="main"] section.alt5,
    [role="main"] .section.alt5 {
      padding-bottom: 0; }
    [role="main"] section.first-section,
    [role="main"] .section.first-section {
      padding-top: 120px; }
      @media all and (min-width: 65.875em) {
        [role="main"] section.first-section,
        [role="main"] .section.first-section {
          padding-top: 180px;
          padding-bottom: 100px; } }
    [role="main"] section.short,
    [role="main"] .section.short {
      padding-top: 20px;
      padding-bottom: 0; }
      @media all and (min-width: 37.5em) {
        [role="main"] section.short,
        [role="main"] .section.short {
          padding-top: 24px;
          padding-bottom: 0; } }
    @media all and (min-width: 37.5em) {
      [role="main"] section.cta-section,
      [role="main"] .section.cta-section {
        padding-top: 40px;
        padding-bottom: 30px; } }
    @media all and (min-width: 65.875em) {
      [role="main"] section.cta-section,
      [role="main"] .section.cta-section {
        padding-top: 60px;
        padding-bottom: 40px; } }

#main-wrap {
  position: relative; }

body.home [role="main"] {
  padding-top: 0; }
  @media all and (min-width: 65.875em) {
    body.home [role="main"] {
      padding-top: 0; } }

.text-push {
  text-align: right; }

.push {
  float: right; }

.hidden {
  visibility: hidden; }

.caps {
  text-transform: uppercase;
  letter-spacing: 1px; }

.pull-up {
  position: relative;
  top: -20px; }

.horz-rule {
  border: 0;
  height: 0;
  border-top: none;
  border-bottom: 1px solid #6A6A6A;
  margin-bottom: 20px; }
  .horz-rule.alt {
    margin-top: 20px;
    margin-bottom: 20px; }
    @media all and (min-width: 65.875em) {
      .horz-rule.alt {
        margin-top: 20px;
        margin-bottom: 40px; } }
  .horz-rule.alt2 {
    margin-top: 0px;
    margin-bottom: 0px;
    border-color: transparent; }
    @media all and (min-width: 65.875em) {
      .horz-rule.alt2 {
        margin-top: 10px;
        margin-bottom: 50px;
        width: 600px;
        margin-right: auto;
        margin-left: auto; } }

.stack {
  clear: both;
  display: block;
  line-height: 1.6;
  font-family: "aktiv-grotesk", sans-serif; }

.shadow {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
  transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #BE976C; }
  a h2, a h3 {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
    transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
    color: #BE976C; }
  a.alt {
    color: #313131; }
  a.reverse {
    color: white; }
    a.reverse:hover, a.reverse:focus, a.reverse:active {
      color: #BEBDBD; }
  a.box {
    position: relative; }
    a.box h2, a.box h3 {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
      transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
      color: #BEBDBD; }
    a.box:hover, a.box:focus, a.box:active {
      color: #6A6A6A; }
      a.box:hover h2, a.box:hover h3, a.box:focus h2, a.box:focus h3, a.box:active h2, a.box:active h3 {
        color: #6A6A6A; }
  a:hover, a:focus, a:active {
    color: #BEBDBD; }
    a:hover h2, a:hover h3, a:focus h2, a:focus h3, a:active h2, a:active h3 {
      color: #BEBDBD; }
  a.alt2 {
    color: #BE976C; }
    a.alt2:hover, a.alt2:focus, a.alt2:active {
      color: #313131; }

.ir {
  font-size: 0 !important;
  color: transparent !important;
  display: block;
  background-repeat: no-repeat;
  background-position: left top; }

a.btn,
button.btn,
span.btn {
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
  transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
  color: white;
  border: none;
  background: #45B9F6;
  border-radius: 6px;
  padding: 14px 30px 13px;
  font-family: "aktiv-grotesk";
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-transform: translateZ(0); }
  a.btn:hover, a.btn:focus,
  button.btn:hover,
  button.btn:focus,
  span.btn:hover,
  span.btn:focus {
    background: #b68a5a; }
  a.btn:active,
  button.btn:active,
  span.btn:active {
    color: #ab7e4c; }
  a.btn.reverse-btn,
  button.btn.reverse-btn,
  span.btn.reverse-btn {
    color: white; }
    a.btn.reverse-btn:hover,
    button.btn.reverse-btn:hover,
    span.btn.reverse-btn:hover {
      color: white; }
  a.btn.alt,
  button.btn.alt,
  span.btn.alt {
    padding: 10px 5px 5px;
    background: transparent;
    color: #BE976C;
    font-size: 13px; }

.more-link {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
  transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
  color: #BE976C;
  border: none;
  padding: 12px 18px 12px 0;
  background: none;
  display: inline-block;
  font-family: "aktiv-grotesk", sans-serif;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  -webkit-transform: translateZ(0); }
  .more-link:hover {
    color: #BEBDBD; }

.arrow-icon i:before {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
  transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
  font-size: 16px;
  font-weight: 900;
  margin-left: 9px;
  color: #BE976C;
  position: absolute;
  top: 50%;
  margin-top: -9px; }
.arrow-icon:hover i:before {
  margin-left: 11px;
  color: #BEBDBD; }

.reverse {
  color: white; }

.for-sm-screen {
  display: block; }
  @media all and (min-width: 43.75em) {
    .for-sm-screen {
      display: none; } }

.slim {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.for-lg-screen {
  display: none; }
  @media all and (min-width: 43.75em) {
    .for-lg-screen {
      display: block; } }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }
  img.contain-media {
    width: 100%; }
  img.contain-illo {
    margin: auto;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 200px; }
    img.contain-illo.alt {
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: -5px; }
    img.contain-illo.alt2 {
      max-width: 150px;
      padding-bottom: 10px; }
    img.contain-illo.alt3 {
      width: 230px;
      max-width: 230px; }
    img.contain-illo.alt4 {
      width: 320px;
      max-width: 320px; }
    img.contain-illo.alt5 {
      width: 50px;
      max-width: 50px; }
    img.contain-illo.alt6 {
      height: 300px;
      max-height: 300px;
      max-width: 100%;
      width: auto; }
    img.contain-illo.alt7 {
      max-width: 80px;
      width: 80px;
      padding: 0;
      margin-top: -10px; }
    @media all and (min-width: 37.5em) {
      img.contain-illo {
        max-width: 100%; }
        img.contain-illo.alt {
          width: 500px; }
        img.contain-illo.alt2 {
          width: 150px;
          padding-bottom: 10px; }
        img.contain-illo.alt3 {
          width: 230px;
          max-width: 230px; }
        img.contain-illo.alt4 {
          width: 320px;
          max-width: 320px; } }
  img.img-right {
    float: right; }
  img.img-left {
    float: left; }
  @media all and (min-width: 43.75em) {
    img.offset-1 {
      margin-left: -20px; } }
  img.two-up {
    display: inline-block;
    width: 50%;
    padding-right: 20px;
    padding-top: 10px; }
    img.two-up:last-of-type {
      padding-right: 0;
      padding-left: 20px; }

figure, .img-wrap {
  margin-top: 0;
  margin-bottom: 32px;
  position: relative; }
  figure.flush, .img-wrap.flush {
    margin-bottom: -46px; }
  figure.contain, .img-wrap.contain {
    display: block;
    text-align: center; }
    figure.contain img, .img-wrap.contain img {
      display: inline-block;
      text-align: center; }
  figure.alt, .img-wrap.alt {
    background: white;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 100%;
    height: 98%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px; }

.text-image-wrap img {
  border-radius: 3px; }
.text-image-wrap figcaption {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  margin-top: -8px;
  text-shadow: 0 1px 0 rgba(49, 49, 49, 0.5); }

video {
  width: 100%;
  height: auto; }

.video-img-wrap {
  padding: 0;
  position: absolute;
  top: 11px;
  width: 98.4%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  display: none; }
  .video-img-wrap:after {
    content: '';
    position: absolute;
    background: rgba(190, 151, 108, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3; }
  @media all and (min-width: 65.875em) {
    .video-img-wrap {
      display: block; } }
  .video-img-wrap video {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
    transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1; }
    .video-img-wrap video.show {
      opacity: 1; }

.video-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0; }
  .video-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block; }

.grid-block {
  background: #BEBDBD;
  text-align: center;
  margin-bottom: 15px; }

.social {
  margin-bottom: 20px;
  *zoom: 1; }
  .social:after {
    content: "";
    display: table;
    clear: both; }
  .social ul {
    display: block; }
    .social ul li {
      display: block;
      float: left;
      border-right: 1px solid #454545;
      margin: 3px;
      padding: 5px; }
      .social ul li a {
        display: block;
        font-size: 0;
        background: url("../img/social-icons.png") no-repeat left top;
        width: 24px;
        height: 24px;
        background-size: 152px 19px; }
        .social ul li a.facebook {
          background-position: -45px top; }
        .social ul li a.instagram {
          background-position: -88px top; }
        .social ul li a.flickr {
          background-position: -135px top; }
      .social ul li:last-of-type {
        border: none; }

.box {
  *zoom: 1;
  margin-bottom: calc(20rem / 16);
  border: 1px solid #BEBDBD;
  border-radius: 3px; }
  .box:after {
    content: "";
    display: table;
    clear: both; }
  .box header {
    padding: calc(20rem / 16);
    padding-bottom: calc(10rem / 16);
    border-bottom: 1px solid #BEBDBD; }
  .box .box-body {
    *zoom: 1;
    padding: calc(20rem / 16);
    margin-bottom: 0; }
    .box .box-body:after {
      content: "";
      display: table;
      clear: both; }
  .box.alt .box-body {
    padding: calc(10rem / 16); }

#site-map {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
  transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
  background: #313131;
  position: fixed;
  z-index: 10;
  width: 100%;
  -webkit-transform: translate(0, -130%);
  -moz-transform: translate(0, -130%);
  -ms-transform: translate(0, -130%);
  -o-transform: translate(0, -130%);
  transform: translate(0, -130%);
  left: 0;
  top: 0; }
  #site-map.show {
    top: 73px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
    @media all and (min-width: 26.25em) {
      #site-map.show {
        padding-top: 0; } }
    @media all and (min-width: 37.5em) {
      #site-map.show {
        top: 87px; } }
  #site-map ul {
    overflow-y: scroll;
    max-height: 600px;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px; }
    @media all and (min-width: 37.5em) {
      #site-map ul {
        max-height: 1000px;
        padding-bottom: 0px; } }
    #site-map ul > li {
      display: block;
      margin-bottom: 0;
      padding: 0;
      font-size: 16px;
      font-size: 1rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-rendering: geometricPrecision;
      font-family: "aktiv-grotesk";
      position: relative;
      font-weight: 400; }
      @media all and (min-width: 37.5em) {
        #site-map ul > li {
          font-size: 14px;
          font-size: 0.875rem;
          margin-bottom: 5px;
          padding: 0 20px 0 0;
          float: left; } }
      #site-map ul > li a {
        color: white;
        padding: 10px 0;
        display: block;
        position: relative;
        border-top: 1px solid #242424; }
        @media all and (min-width: 37.5em) {
          #site-map ul > li a {
            border-top: none; } }
      #site-map ul > li:first-of-type {
        border: none; }
        #site-map ul > li:first-of-type a {
          border-top: none; }
    #site-map ul li.active a i:before {
      -webkit-transform: rotate(0) rotateX(-180deg) rotateY(0);
      -moz-transform: rotate(0) rotateX(-180deg) rotateY(0);
      -ms-transform: rotate(0) rotateX(-180deg) rotateY(0);
      -o-transform: rotate(0) rotateX(-180deg) rotateY(0);
      transform: rotate(0) rotateX(-180deg) rotateY(0); }
    #site-map ul > li ul {
      max-height: 0;
      overflow: hidden;
      padding-bottom: 0px;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
      transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86); }
      #site-map ul > li ul.show {
        max-height: 800px; }
      @media all and (min-width: 37.5em) {
        #site-map ul > li ul {
          max-height: 800px; } }
    #site-map ul > li ul li {
      display: block;
      float: none;
      margin-bottom: 2px;
      min-width: 0px;
      border: none;
      padding: 0px;
      font-size: 14px;
      font-size: 0.875rem;
      text-transform: capitalize;
      letter-spacing: 0; }
      @media all and (min-width: 37.5em) {
        #site-map ul > li ul li {
          font-size: 14px;
          font-size: 0.875rem;
          display: block; } }
      #site-map ul > li ul li a {
        color: #6A6A6A;
        border-top: none;
        padding: 3px 0;
        display: block; }
    #site-map ul li.with-drop ul {
      display: none;
      z-index: 22;
      position: absolute;
      left: 90%;
      top: -7px;
      background: white;
      padding: 10px;
      margin: 0;
      border-radius: 3px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
      #site-map ul li.with-drop ul:before {
        content: '';
        display: block;
        position: absolute;
        top: 20px;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(45deg) rotateX(0) rotateY(0);
        -moz-transform: rotate(45deg) rotateX(0) rotateY(0);
        -ms-transform: rotate(45deg) rotateX(0) rotateY(0);
        -o-transform: rotate(45deg) rotateX(0) rotateY(0);
        transform: rotate(45deg) rotateX(0) rotateY(0);
        background: white;
        left: -5px;
        margin-top: -5px;
        border-radius: 1px; }
      #site-map ul li.with-drop ul a {
        color: #313131;
        padding: 2px 10px; }
      #site-map ul li.with-drop ul.show {
        display: block; }

/* Flexbox modules */
.flexbox {
  *zoom: 1; }
  .flexbox:after {
    content: "";
    display: table;
    clear: both; }
  @media all and (min-width: 65.875em) {
    .flexbox {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      .flexbox.row-reverse {
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse; }
      .flexbox.row-stretch {
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        align-items: stretch; } }

.inner-wrap {
  padding: 20px 10px 5px 20px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
  margin-bottom: calc(($gutter*2)+rem / 16); }
  @media all and (min-width: 65.875em) {
    .inner-wrap {
      padding: 50px 40px 20px 50px; } }

.media-section {
  *zoom: 1; }
  .media-section:after {
    content: "";
    display: table;
    clear: both; }

.half-section {
  display: block;
  width: 50%;
  float: left; }
  .half-section img {
    width: 100%;
    max-width: 100%; }

.section-nav-bottom {
  background: #313131;
  padding-top: 15px !important;
  padding-bottom: 0px !important;
  position: relative; }
  [role="main"] .section-nav-bottom p a {
    position: relative;
    display: inline-block;
    font-family: "Halogen";
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    text-decoration: none;
    border-bottom: none;
    z-index: 2;
    padding-top: 10px; }
    [role="main"] .section-nav-bottom p a:after {
      content: '';
      position: absolute;
      display: block;
      top: -45px;
      left: calc(50% - 24px);
      width: 49px;
      height: 49px;
      background: url("../img/arrows-directional.png") no-repeat center center;
      background-size: 49px 49px; }
    [role="main"] .section-nav-bottom p a:before {
      content: '';
      position: absolute;
      display: block;
      top: -50px;
      z-index: -1;
      left: calc(50% - 40px);
      width: 80px;
      height: 80px;
      -webkit-transform: rotate(45deg) rotateX(0) rotateY(0);
      -moz-transform: rotate(45deg) rotateX(0) rotateY(0);
      -ms-transform: rotate(45deg) rotateX(0) rotateY(0);
      -o-transform: rotate(45deg) rotateX(0) rotateY(0);
      transform: rotate(45deg) rotateX(0) rotateY(0);
      background-color: #313131; }
    [role="main"] .section-nav-bottom p a:hover {
      border-bottom: none; }

.section-nav-top {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }
  .section-nav-top .g1-flex2:first-of-type .section-nav-top-item {
    text-align: right;
    float: right; }

.section-nav-top-item {
  text-align: left;
  display: inline-block; }
  .section-nav-top-item span {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
  .section-nav-top-item .subtext {
    display: none; }
    @media all and (min-width: 65.875em) {
      .section-nav-top-item .subtext {
        display: inline-block; } }
  .section-nav-top-item .arrow-right, .section-nav-top-item .arrow-left {
    position: relative;
    font-family: "antonioregular", clean, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 26px;
    font-size: 1.625rem;
    color: #313131;
    padding-bottom: 2px;
    font-weight: 700; }
    .section-nav-top-item .arrow-right:before, .section-nav-top-item .arrow-left:before {
      content: '';
      display: inline-block;
      left: 0;
      top: calc(50% - 8px);
      position: absolute;
      width: 15px;
      height: 15px;
      background: url("../img/arrows-right-left.png") no-repeat left top;
      background-size: 31px 15px; }
  .section-nav-top-item .arrow-right {
    padding-right: 30px;
    margin-right: 30px;
    margin-left: 30px; }
    .section-nav-top-item .arrow-right:before {
      right: 0;
      left: auto;
      background-position: right top; }
  .section-nav-top-item .arrow-left {
    padding-left: 30px;
    margin-right: 30px;
    margin-left: 30px; }

.drawer {
  position: relative;
  display: none;
  overflow: hidden; }
  .drawer.alt {
    display: block; }
  .drawer ul {
    width: 100%;
    *zoom: 1;
    margin: 0 !important;
    padding: 0 !important; }
    .drawer ul:after {
      content: "";
      display: table;
      clear: both; }
    .drawer ul li {
      position: relative;
      display: block;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      height: 250px; }
      [role="main"] .drawer ul li {
        margin: 0; }
      @media all and (min-width: 65.875em) {
        .drawer ul li {
          width: 33.333334%;
          float: left; } }
      .drawer ul li a {
        position: relative;
        display: block;
        border: none;
        height: 100%; }
        .drawer ul li a .hero-overlay {
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s;
          -webkit-transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
          transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86); }
        .drawer ul li a h3 {
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s;
          -webkit-transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
          transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
          position: relative;
          top: calc(50% - 20px); }
        .drawer ul li a:hover {
          border: none; }
          .drawer ul li a:hover .hero-overlay {
            opacity: .5; }
          .drawer ul li a:hover h3 {
            -webkit-transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
            -o-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); }

.flex {
  *zoom: 1;
  position: relative;
  clear: both;
  padding: 8px 16px;
  display: block;
  max-width: 1115px;
  max-width: 69.6875rem;
  margin: 0 auto; }
  .flex:after {
    content: "";
    display: table;
    clear: both; }
  .flex.flex-wide {
    max-width: 1300px;
    max-width: 81.25rem; }
  .flex.flex-extra-wide {
    max-width: 1800px;
    max-width: 112.5rem; }
  .flex.tuck {
    padding: 0 16px; }
  .flex .g1-flex1 {
    float: left;
    width: 25%;
    padding: 0 16px;
    padding: 0 1rem; }
    .flex .g1-flex1.push {
      float: right; }
  .flex .g1-flex2 {
    float: left;
    width: 50%;
    padding: 0 16px;
    padding: 0 1rem; }
    .flex .g1-flex2.push {
      float: right; }
  .flex .g1-flex3 {
    width: 75%;
    padding: 0 16px;
    padding: 0 1rem; }
    .flex .g1-flex3.push {
      float: right; }
  .flex .g1-flex4 {
    float: left;
    width: 100%;
    padding: 0 16px;
    padding: 0 1rem; }
    .flex .g1-flex4.push {
      float: right; }
  .flex .g1-hide, .flex .g2-hide {
    display: none; }
  .flex .g1-show {
    display: block; }
  .flex .flex-nested:first-child, .flex .flex-nested.g1-flex4:last-child {
    padding-left: 0; }
  @media all and (min-width: 43.75em) {
    .flex .g2-flex1 {
      float: left;
      width: 16.66667%;
      padding: 0 16px;
      padding: 0 1rem; }
      .flex .g2-flex1.push {
        float: right; }
    .flex .g2-flex2 {
      float: left;
      width: 33.33333%;
      padding: 0 16px;
      padding: 0 1rem; }
      .flex .g2-flex2.push {
        float: right; }
    .flex .g2-flex3 {
      float: left;
      width: 50%;
      padding: 0 16px;
      padding: 0 1rem; }
      .flex .g2-flex3.push {
        float: right; }
    .flex .g2-flex4 {
      float: left;
      width: 66.66667%;
      padding: 0 16px;
      padding: 0 1rem; }
      .flex .g2-flex4.push {
        float: right; }
    .flex .g2-flex5 {
      float: left;
      width: 83.33333%;
      padding: 0 16px;
      padding: 0 1rem; }
      .flex .g2-flex5.push {
        float: right; }
    .flex .g2-flex6 {
      width: 100%;
      padding: 0 16px;
      padding: 0 1rem; }
      .flex .g2-flex6.push {
        float: right; }
    .flex .g2-show {
      display: block; }
    .flex .g2-hide {
      display: none; }
    .flex .flex-nested:last-child {
      padding-right: 0; }
    .flex .flex-nested.g1-flex4:last-child {
      padding-left: 16px;
      padding-left: 1rem; }
    .flex .flex-nested.g1-flex4:first-child {
      padding-left: 0; } }
  @media all and (min-width: 65.875em) {
    .flex .g3-flex1 {
      float: left;
      width: 8.33333%;
      padding: 0 16px;
      padding: 0 1rem; }
      .flex .g3-flex1.push {
        float: right; }
    .flex .g3-flex2 {
      float: left;
      width: 16.66667%;
      padding: 0 16px;
      padding: 0 1rem; }
      .flex .g3-flex2.push {
        float: right; }
    .flex .g3-flex3 {
      float: left;
      width: 25%;
      padding: 0 16px;
      padding: 0 1rem; }
      .flex .g3-flex3.push {
        float: right; }
    .flex .g3-flex4 {
      float: left;
      width: 33.33333%;
      padding: 0 16px;
      padding: 0 1rem; }
      .flex .g3-flex4.push {
        float: right; }
    .flex .g3-flex5 {
      float: left;
      width: 41.66667%;
      padding: 0 16px;
      padding: 0 1rem; }
      .flex .g3-flex5.push {
        float: right; }
    .flex .g3-flex6 {
      float: left;
      width: 50%;
      padding: 0 16px;
      padding: 0 1rem; }
      .flex .g3-flex6.push {
        float: right; }
    .flex .g3-flex7 {
      float: left;
      width: 58.33333%;
      padding: 0 16px;
      padding: 0 1rem; }
      .flex .g3-flex7.push {
        float: right; }
    .flex .g3-flex8 {
      float: left;
      width: 66.66667%;
      padding: 0 16px;
      padding: 0 1rem; }
      .flex .g3-flex8.push {
        float: right; }
    .flex .g3-flex9 {
      float: left;
      width: 75%;
      padding: 0 16px;
      padding: 0 1rem; }
      .flex .g3-flex9.push {
        float: right; }
    .flex .g3-flex10 {
      float: left;
      width: 83.33333%;
      padding: 0 16px;
      padding: 0 1rem; }
      .flex .g3-flex10.push {
        float: right; }
    .flex .g3-flex11 {
      float: left;
      width: 91.66667%;
      padding: 0 16px;
      padding: 0 1rem; }
      .flex .g3-flex11.push {
        float: right; }
    .flex .g3-flex12 {
      width: 100%;
      padding: 0 16px;
      padding: 0 1rem; }
      .flex .g3-flex12.push {
        float: right; }
    .flex .g3-show {
      display: block; }
    .flex .g3-hide {
      display: none; }
    .flex .g3-offset1 {
      margin-left: 8.4%; }
    .flex .g3-offset2 {
      margin-left: 16.8%; }
    .flex .g3-offset3 {
      margin-left: 25.2%; } }

html {
  font-size: 80%; }

@media all and (min-width: 43.75em) {
  html {
    font-size: 94%; } }
@media all and (min-width: 65.875em) {
  html {
    font-size: 100%; } }
body {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #6A6A6A; 
  -webkit-font-smoothing: antialiased;  
  -moz-osx-font-smoothing: grayscale;
}

strong {
  font-weight: 900; }

em {
  font-style: italic; }

.center {
  text-align: center; }

h1, .alpha {
  font-size: 52px;
  font-size: 3.25rem; }

h2, .beta {
  font-size: 20px;
  font-size: 1.325rem; }

h3, .gamma {
  font-size: 16px;
  font-size: 1rem; }

h4, h5, h6, .delta {
  font-size: 15px;
  font-size: 1.375rem; }

.epsilon {
  font-size: 14px;
  font-size: 0.875rem; }

.copyright, .zeta {
  font-size: 13px;
  font-size: 0.8125rem; }

h1, h2, h3, h4, h5, h6 {
  font-family: "antonioregular", clean, sans-serif;
  color: #313131;
  margin-bottom: 10px;
  font-weight: 900;
  line-height: 1.2; }
  h1.shadow, h2.shadow, h3.shadow, h4.shadow, h5.shadow, h6.shadow {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }
  h1.big-text, h2.big-text, h3.big-text, h4.big-text, h5.big-text, h6.big-text {
    font-size: 120px;
    font-size: 7.5rem;
    line-height: .8;
    margin-top: 0; }
  h1.alt, h2.alt, h3.alt, h4.alt, h5.alt, h6.alt {
    color: #BE976C; }

h1 {
  text-transform: uppercase;
  letter-spacing: 0px; }

h2 {
  text-transform: uppercase;
  letter-spacing: 1px; }

h4, h5, h6 {
  text-transform: uppercase;
  letter-spacing: 1px; }

.subtext {
  font-family: "Halogen";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  color: #BE976C;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .subtext.reverse {
    color: white; }
  @media all and (min-width: 65.875em) {
    .subtext {
      font-size: 16px;
      font-size: 1rem; } }

p, ul, pre {
  font-size: 17px;
  font-size: 1.0625rem; }
  p.small, ul.small, pre.small {
    font-size: 14px;
    font-size: 0.875rem; }
    p.small.white, ul.small.white, pre.small.white {
      color: #fff; }
    p.small.push, ul.small.push, pre.small.push {
      float: right; }
  p.large, ul.large, pre.large {
    font-size: 18px;
    font-size: 1.125rem; }

ul {
  list-style-type: none; }
  ul.horz-list {
    *zoom: 1;
    font-weight: 400;
    list-style-type: none; }
    ul.horz-list:after {
      content: "";
      display: table;
      clear: both; }
    ul.horz-list li {
      float: left; }
    ul.horz-list li a {
      display: block;
      float: left; }
  ul li.push {
    float: right;
    margin-right: 0; }
  ul.horz-buttons, ul.prev-next-buttons {
    *zoom: 1;
    list-style-type: none;
    text-align: center;
    overflow: hidden;
    padding-top: 20px; }
    ul.horz-buttons:after, ul.prev-next-buttons:after {
      content: "";
      display: table;
      clear: both; }
    [role="main"] ul.horz-buttons, [role="main"] ul.prev-next-buttons {
      margin-left: 20px;
      padding-right: 0; }
    ul.horz-buttons li, ul.prev-next-buttons li {
      display: inline-block;
      text-align: center;
      vertical-align: top; }
      @media all and (min-width: 65.875em) {
        ul.horz-buttons li, ul.prev-next-buttons li {
          margin: 0 8px;
          overflow: visible; } }
      ul.horz-buttons li:first-child a, ul.prev-next-buttons li:first-child a {
        margin-bottom: 10px; }
        @media all and (min-width: 43.75em) {
          ul.horz-buttons li:first-child a, ul.prev-next-buttons li:first-child a {
            margin-bottom: 0; } }
    ul.horz-buttons.alt-buttons, ul.alt-buttons.prev-next-buttons {
      text-align: left;
      margin-left: 0;
      padding-left: 0; }
      ul.horz-buttons.alt-buttons li, ul.alt-buttons.prev-next-buttons li {
        vertical-align: top;
        display: inline-block; }
        @media all and (min-width: 65.875em) {
          ul.horz-buttons.alt-buttons li, ul.alt-buttons.prev-next-buttons li {
            margin: 0 14px 0 0; } }
  ul.prev-next-buttons {
    margin-top: 40px;
    padding-bottom: 40px;
    display: block; }
    ul.prev-next-buttons li {
      float: left; }
      ul.prev-next-buttons li:last-of-type {
        float: right; }
      ul.prev-next-buttons li a.btn {
        padding: 17px 12px 14px 15px; }
      @media all and (min-width: 65.875em) {
        ul.prev-next-buttons li {
          margin: 0 10px;
          overflow: visible; }
          ul.prev-next-buttons li a.btn {
            padding: 17px 30px 14px 32px; } }
      ul.prev-next-buttons li:first-child a {
        margin-bottom: 0px; }
        @media all and (min-width: 43.75em) {
          ul.prev-next-buttons li:first-child a {
            margin-bottom: 0; } }
  ul.alt {
    font-family: "antonioregular", clean, sans-serif; }
    ul.alt li:first-child a {
      width: 50px; }
    ul.alt a {
      color: white;
      color: rgba(255, 255, 255, 0.6);
      font-size: 30px;
      font-size: 1.875rem;
      padding: 5px 15px; }
      ul.alt a.ss-icon {
        padding: 10px 10px 0px; }
      ul.alt a.ss-businessuser {
        padding-right: 35px;
        position: relative; }
        ul.alt a.ss-businessuser:after {
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s;
          -webkit-transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
          transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
          font-size: 26px;
          font-size: 1.625rem;
          position: absolute;
          top: 8px;
          color: rgba(255, 255, 255, 0.6);
          margin-left: 7px;
          margin-top: 2px; }
      ul.alt a:hover {
        cursor: pointer; }
      ul.alt a.active {
        color: white; }
        ul.alt a.active.ss-businessuser:after {
          color: white; }
    ul.alt li.active a {
      color: white; }

[role="main"] p, [role="main"] ul, [role="main"] dl, [role="main"] pre {
  line-height: 1.7;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-weight: 300;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 17px;
  font-size: 1.00rem; }
  [role="main"] p.shadow, [role="main"] ul.shadow, [role="main"] dl.shadow, [role="main"] pre.shadow {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }
  html.ie8 [role="main"] p, html.ie8 [role="main"] ul, html.ie8 [role="main"] dl, html.ie8 [role="main"] pre {
    font-style: normal !important; }
  [role="main"] p.small, [role="main"] ul.small, [role="main"] dl.small, [role="main"] pre.small {
    font-size: 14px;
    font-size: 0.875rem; }
  [role="main"] p.large, [role="main"] ul.large, [role="main"] dl.large, [role="main"] pre.large {
    font-size: 18px;
    font-size: 1.125rem; }
  [role="main"] p a, [role="main"] ul a, [role="main"] dl a, [role="main"] pre a {
    border-bottom: 1px solid #BEBDBD;
    color: black; }
    [role="main"] p a:hover, [role="main"] ul a:hover, [role="main"] dl a:hover, [role="main"] pre a:hover {
      border-bottom: 1px solid black; }
    [role="main"] p a.btn, [role="main"] ul a.btn, [role="main"] dl a.btn, [role="main"] pre a.btn {
      color: white;
      border: none; }
      [role="main"] p a.btn:hover, [role="main"] ul a.btn:hover, [role="main"] dl a.btn:hover, [role="main"] pre a.btn:hover {
        border-bottom: none; }
  [role="main"] p.horz-center, [role="main"] ul.horz-center, [role="main"] dl.horz-center, [role="main"] pre.horz-center {
    display: block;
    text-align: center; }
    [role="main"] p.horz-center dt, [role="main"] p.horz-center dd, [role="main"] p.horz-center li, [role="main"] ul.horz-center dt, [role="main"] ul.horz-center dd, [role="main"] ul.horz-center li, [role="main"] dl.horz-center dt, [role="main"] dl.horz-center dd, [role="main"] dl.horz-center li, [role="main"] pre.horz-center dt, [role="main"] pre.horz-center dd, [role="main"] pre.horz-center li {
      display: inline-block;
      text-align: center;
      margin: 0;
      padding: 0 10px; }
    [role="main"] p.horz-center dt, [role="main"] ul.horz-center dt, [role="main"] dl.horz-center dt, [role="main"] pre.horz-center dt {
      border-right: 1px solid rgba(190, 189, 189, 0.4);
      padding-right: 12px; }
    [role="main"] p.horz-center dd a, [role="main"] ul.horz-center dd a, [role="main"] dl.horz-center dd a, [role="main"] pre.horz-center dd a {
      color: #cbcaca; }
      [role="main"] p.horz-center dd a:hover, [role="main"] ul.horz-center dd a:hover, [role="main"] dl.horz-center dd a:hover, [role="main"] pre.horz-center dd a:hover {
        color: white; }
[role="main"] li {
  margin-bottom: 18px;
  margin-bottom: 1.125rem; }
[role="main"] ul, [role="main"] ol, [role="main"] dl {
  margin-left: 64px;
  padding-right: 32px;
  margin-top: 0; }
  [role="main"] ul li, [role="main"] ul dd, [role="main"] ul dt, [role="main"] ol li, [role="main"] ol dd, [role="main"] ol dt, [role="main"] dl li, [role="main"] dl dd, [role="main"] dl dt {
    margin-bottom: 4px; }
  [role="main"] ul dt, [role="main"] ol dt, [role="main"] dl dt {
    font-weight: 700; }
[role="main"] ul.bullets {
  list-style-type: circle; }
  [role="main"] ul.bullets.alt {
    list-style-type: none; }
    @media all and (min-width: 65.875em) {
      [role="main"] ul.bullets.alt {
        margin-left: 144px; }
        [role="main"] ul.bullets.alt.pull {
          margin-left: 22px; } }
    [role="main"] ul.bullets.alt li {
      font-size: 18px;
      font-size: 1.125rem;
      position: relative; }
      [role="main"] ul.bullets.alt li:before {
        content: '';
        position: absolute;
        left: -23px;
        top: 8px;
        width: 10px;
        height: 10px;
        border-radius: 50px;
        border: 2px solid #BE976C; }
[role="main"] p.alt2 {
  color: white;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }

pre {
  font-size: 22px;
  font-size: 1.375rem; }

blockquote {
  font-style: italic;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  color: #BE976C; }
  blockquote:before, blockquote:after {
    content: open-quote;
    font-size: 26px;
    font-size: 1.625rem;
    color: currentcolor;
    font-weight: 900;
    padding: 0 3px; }
  blockquote:after {
    content: close-quote; }
  blockquote.small {
    color: #313131;
    font-size: 16px;
    font-size: 1rem;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 24px; }
    blockquote.small:before, blockquote.small:after {
      content: '';
      padding: 0;
      font-weight: 400;
      display: none; }
  blockquote.alt {
    font-style: normal;
    font-size: 32px;
    font-size: 2rem;
    text-align: center;
    font-weight: 400;
    padding-left: 0px;
    padding-right: 0px; }

cite {
  display: block;
  width: 100%;
  font-style: normal;
  margin-top: 0;
  text-align: center; }
  cite.alt {
    font-family: "antonioregular", clean, sans-serif;
    font-size: 26px;
    font-size: 1.625rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600; }
    cite.alt:before {
      content: '';
      display: block;
      border-top: 3px solid currentcolor;
      margin: auto;
      width: 150px;
      height: 2px;
      margin-top: 20px;
      margin-bottom: 20px; }

.site-title {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
  transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
  position: relative;
  background-image: url("../img/logo-single-white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 45px 34px;
  width: 45px;
  height: 34px;
  margin: 24px auto 15px;
  display: block; }
  @media all and (min-width: 37.5em) {
    .site-title {
      background-image: url("../img/logo.png");
      margin-top: 40px;
      margin-bottom: 18px;
      background-size: 220px 18px;
      width: 220px;
      height: 18px; } }

[role="banner"] {
  position: absolute;
  background: rgba(49, 49, 49, 0.5);
  width: 100%;
  left: 0;
  top: 0;
  padding-bottom: 0;
  z-index: 21;
  *zoom: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
  transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
  position: fixed; }
  [role="banner"]:after {
    content: "";
    display: table;
    clear: both; }
  [role="banner"].sticky-show {
    background: #313131; }
  [role="banner"].nav-active {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
    transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
    background: #313131; }
  [role="banner"] h1 {
    float: left;
    display: inline-block;
    margin-bottom: 6px; }
    @media all and (min-width: 37.5em) {
      [role="banner"] h1 {
        margin-bottom: 15px; } }
  [role="banner"] > .flex {
    padding-top: 0;
    padding-bottom: 0; }
  @media all and (min-width: 65.875em) {
    [role="banner"] {
      background: rgba(49, 49, 49, 0.6); }
      html.ie8 [role="banner"] {
        background: #313131; } }

.first-section,
.with-overlay {
  overflow: hidden;
  position: relative; }

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8; }

.first-section h1.ir,
.drawer h3.ir {
  display: block;
  min-height: 70px;
  width: 100%;
  background-size: auto 100%;
  background-position: center center; }
  @media all and (min-width: 43.75em) {
    .first-section h1.ir,
    .drawer h3.ir {
      background-size: auto 100%;
      min-height: 120px; } }

.drawer h3.ir {
  min-height: 50px; }

.menu-button {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
  transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 10px;
  right: 130px;
  width: 30px;
  height: 30px;
  border-top: 3px solid #BE976C; }
  @media all and (min-width: 43.75em) {
    .menu-button {
      right: 140px; } }
  .menu-button:before, .menu-button:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
    transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
    content: '';
    background-color: #BE976C;
    position: absolute;
    top: 6px;
    left: 0;
    width: 30px;
    height: 3px; }
  .menu-button:after {
    top: 15px; }
  @media all and (min-width: 65.875em) {
    .menu-button {
      display: none; } }
  .menu-button:hover {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; }
  .menu-button.active {
    border-top: 6px solid transparent; }
    .menu-button.active:before, .menu-button.active:after {
      top: 20%;
      width: 30px;
      height: 3px;
      -webkit-transform: rotate(-225deg) rotateX(0) rotateY(0);
      -moz-transform: rotate(-225deg) rotateX(0) rotateY(0);
      -ms-transform: rotate(-225deg) rotateX(0) rotateY(0);
      -o-transform: rotate(-225deg) rotateX(0) rotateY(0);
      transform: rotate(-225deg) rotateX(0) rotateY(0); }
    .menu-button.active:after {
      -webkit-transform: rotate(225deg) rotateX(0) rotateY(0);
      -moz-transform: rotate(225deg) rotateX(0) rotateY(0);
      -ms-transform: rotate(225deg) rotateX(0) rotateY(0);
      -o-transform: rotate(225deg) rotateX(0) rotateY(0);
      transform: rotate(225deg) rotateX(0) rotateY(0); }

[role="navigation"] {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
  transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
  display: block;
  *zoom: 1;
  z-index: 2;
  width: 100%; }
  [role="navigation"]:after {
    content: "";
    display: table;
    clear: both; }
  @media all and (min-width: 37.5em) {
    [role="navigation"] {
      width: auto;
      float: right;
      display: inline-block; } }
  [role="navigation"] ul.main-nav {
    *zoom: 1;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
    display: none; }
    [role="navigation"] ul.main-nav:after {
      content: "";
      display: table;
      clear: both; }
    @media all and (min-width: 37.5em) {
      [role="navigation"] ul.main-nav {
        margin-top: 31px;
        margin-bottom: 25px;
        float: right; } }
    @media all and (min-width: 65.875em) {
      [role="navigation"] ul.main-nav {
        margin-right: 150px;
        display: block; } }
    html.ie8 [role="navigation"] ul.main-nav {
      margin-right: 150px; }
    [role="navigation"] ul.main-nav > li > ul {
      display: none;
      position: absolute;
      left: 50%;
      top: 38px;
      background: white;
      padding: 10px 10px;
      margin: 0;
      width: 200px;
      margin-left: -100px;
      border-radius: 3px;
      border: 1px solid #242424;
      border-bottom: none;
      box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); }
      [role="navigation"] ul.main-nav > li:hover ul {
        display: block; }
      [role="navigation"] ul.main-nav > li > ul:before {
        content: '';
        display: block;
        position: absolute;
        top: -5px;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(45deg) rotateX(0) rotateY(0);
        -moz-transform: rotate(45deg) rotateX(0) rotateY(0);
        -ms-transform: rotate(45deg) rotateX(0) rotateY(0);
        -o-transform: rotate(45deg) rotateX(0) rotateY(0);
        transform: rotate(45deg) rotateX(0) rotateY(0);
        background: white;
        left: 50%;
        margin-left: -5px;
        border-radius: 1px; }
      [role="navigation"] ul.main-nav > li > ul li {
        display: block;
        position: relative;
        text-align: left;
        clear: left;
        width: 100%;
        padding: 4px 10px;
        margin-left: 0;
        color: #313131; }
        [role="navigation"] ul.main-nav > li > ul li a {
          padding: 0;
          margin: 0;
          color: #313131;
          text-align: left;
          display: block;
          text-transform: capitalize;
          letter-spacing: 0; }
          [role="navigation"] ul.main-nav > li > ul li a:hover {
            color: #BEBDBD; }
    [role="navigation"] ul.main-nav li {
      -webkit-transition: color 0.1s;
      -moz-transition: color 0.1s;
      -o-transition: color 0.1s;
      -ms-transition: color 0.1s;
      transition: color 0.1s;
      -webkit-transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
      transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
      -webkit-transform: translate3d(0, 0, 0);
      display: inline-block;
      position: relative;
      margin: 0;
      text-align: center;
      font-size: 14px;
      font-size: 0.875rem;
      color: white;
      padding: 5px 5px 0;
      margin-left: 10px;
      margin-right: 10px;
      font-family: "aktiv-grotesk", sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-rendering: geometricPrecision;
      font-weight: 400; }
      [role="navigation"] ul.main-nav li:hover {
        cursor: pointer;
        color: #BEBDBD; }
      @media all and (min-width: 37.5em) {
        [role="navigation"] ul.main-nav li {
          float: left;
          padding: 5px 1px 10px;
          margin-left: 30px;
          margin-right: 0px; } }
    [role="navigation"] ul.main-nav li a {
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      -o-transition: all 0.1s;
      -ms-transition: all 0.1s;
      transition: all 0.1s;
      -webkit-transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
      transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
      display: block;
      background: none;
      text-align: center;
      position: relative;
      font-weight: 400;
      color: white;
      font-family: "aktiv-grotesk"; }
      @media all and (min-width: 37.5em) {
        [role="navigation"] ul.main-nav li a {
          border-top: none; } }
      @media all and (min-width: 65.875em) {
        [role="navigation"] ul.main-nav li a:hover, [role="navigation"] ul.main-nav li a:focus, [role="navigation"] ul.main-nav li a:active {
          color: #BEBDBD; } }
      [role="navigation"] ul.main-nav li a.current {
        color: #BEBDBD; }

ul.nav-extras {
  display: block;
  margin-top: 5px;
  position: absolute;
  top: 15px;
  right: 20px; }
  @media all and (min-width: 37.5em) {
    ul.nav-extras {
      margin-top: 10px; } }

[role="contentinfo"] {
  position: relative;
  z-index: 4;
  background: #313131;
  padding: 20px 0 20px; }

.copyright {
  font-family: "aktiv-grotesk";
  margin-top: 10px; }

.footer-nav ul {
  display: inline-block; }
  .footer-nav ul:first-of-type {
    margin-right: 20px; }
  .footer-nav ul li {
    display: block;
    vertical-align: top;
    margin-top: 0px;
    text-align: left;
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: "aktiv-grotesk";
    text-transform: uppercase;
    color: white;
    min-width: 140px;
    float: left;
    text-rendering: geometricPrecision;
    font-weight: 300; }
    @media all and (min-width: 43.75em) {
      .footer-nav ul li {
        float: none;
        margin-bottom: 5px; } }
    .footer-nav ul li a {
      display: block;
      margin: 5px;
      color: white;
      letter-spacing: 1px;
      border-bottom: 1px solid #454545;
      padding: 4px 0 5px; }
      .footer-nav ul li a:hover {
        color: white; }
    @media all and (min-width: 43.75em) {
      .footer-nav ul li:last-of-type {
        min-width: 0; }
        .footer-nav ul li:last-of-type a {
          border-bottom: none; } }
    .footer-nav ul li > ul li {
      text-transform: capitalize;
      font-size: 14px;
      font-size: 0.875rem;
      display: block;
      text-align: left;
      margin-bottom: 0;
      float: none; }
      .footer-nav ul li > ul li a {
        color: #313131;
        letter-spacing: 0; }

p.footer-logo a {
  width: 201px;
  height: 112px;
  display: inline-block;
  text-align: center;
  background: url("../img/logo-big.png") no-repeat left top;
  background-size: 201px 112px; }

.footer-form {
  border: 1px solid #6A6A6A;
  margin: 10px 0 0;
  *zoom: 1;
  max-width: 270px; }
  .footer-form:after {
    content: "";
    display: table;
    clear: both; }
  .footer-form input {
    padding: 5px 10px;
    background: transparent;
    color: white;
    margin: 0;
    width: 75%;
    max-width: 75%;
    min-width: 75%;
    float: left;
    font-style: italic; }
    .footer-form input:focus {
      background: transparent;
      color: white; }
  .footer-form .btn {
    width: 25%;
    float: right; }

form .flex {
  overflow: hidden; }

.form-heading {
  overflow: hidden; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

.errors {
  color: red; }

label,
legend {
  display: block;
  color: #6A6A6A;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: "aktiv-grotesk";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13.4px;
  font-size: 0.8375rem;
  font-weight: 700; }
  label span,
  legend span {
    color: #BEBDBD; }

.select-styled {
  position: relative;
  width: 100%;
  height: 41px;
  overflow: hidden;
  background: white;
  border: 1px solid #6A6A6A;
  border-radius: 0;
  margin-top: 2px; }
  .select-styled i {
    position: absolute;
    right: 12px;
    top: 11px;
    font-size: 20px;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 0; }

.select-styled select {
  background: transparent;
  width: 100%;
  height: 39px;
  padding: 6px 18px 4px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.2;
  border: none;
  -webkit-appearance: none;
  color: #6A6A6A;
  font-family: "aktiv-grotesk", sans-serif;
  position: relative;
  z-index: 1; }

textarea, input {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
  transition-timing-function: cubic-bezier(0.42, 0.25, 0.33, 0.86);
  background-color: transparent;
  border: 1px solid #313131;
  border-radius: 0;
  -webkit-border-radius: 0;
  margin-bottom: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 12px 12px 11px;
  font-family: "aktiv-grotesk", sans-serif;
  color: #313131;
  min-width: 100%;
  max-width: 100%; }
  textarea:focus, textarea:active, input:focus, input:active {
    outline: 0;
    background-color: white; }
  textarea.alt, input.alt {
    background-color: rgba(55, 55, 55, 0.25); }
    textarea.alt:focus, textarea.alt:active, input.alt:focus, input.alt:active {
      background-color: rgba(55, 55, 55, 0.6);
      color: white; }

input[type="text"],
input[type="search"],
input[type="email"] {
  -webkit-appearance: none; }

textarea {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  padding: 13px 30px 11px 30px;
  min-height: 200px; }

.placeholder {
  color: #6A6A6A; }

button.btn:hover, button.btn:focus, button.btn:active {
  cursor: pointer; }

.search-form input[type="search"] {
  margin-bottom: 60px; }

.clear {
  clear: both;
  margin-top: 30px; }

.label-wrap {
  margin-bottom: 10px;
  position: relative; }
  .label-wrap > * {
    display: inline-block; }
  .label-wrap input[type="checkbox"],
  .label-wrap input[type="radio"] {
    position: absolute;
    width: auto;
    min-width: 0;
    top: 1px;
    left: 0px; }
    @media all and (min-width: 37.5em) {
      .label-wrap input[type="checkbox"],
      .label-wrap input[type="radio"] {
        top: 4px; } }
  .label-wrap label,
  .label-wrap legend {
    margin-top: 2px; }
  .label-wrap.icon-flag {
    margin-top: 20px;
    display: inline-block;
    margin-right: 20px; }
    .label-wrap.icon-flag input[type="radio"] {
      top: auto;
      bottom: 5px; }
    .label-wrap.icon-flag label {
      margin-top: 7px; }

fieldset {
  margin-bottom: 15px; }
  fieldset .label-wrap {
    margin-bottom: 7px; }
    fieldset .label-wrap label {
      margin-top: 0;
      margin-left: 26px;
      font-weight: 400; }
  fieldset legend {
    margin-top: 2px; }

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); }
  .modal-overlay.show {
    display: block; }

.modal {
  position: fixed;
  width: 80%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #BE976C; }
  .modal .modal-close-button {
    position: absolute;
    z-index: 12;
    top: 20px;
    right: 20px;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 0;
    -webkit-transform: rotate(45deg) rotateX(0) rotateY(0);
    -moz-transform: rotate(45deg) rotateX(0) rotateY(0);
    -ms-transform: rotate(45deg) rotateX(0) rotateY(0);
    -o-transform: rotate(45deg) rotateX(0) rotateY(0);
    transform: rotate(45deg) rotateX(0) rotateY(0); }
    .modal .modal-close-button:hover {
      cursor: pointer; }
    .modal .modal-close-button:after {
      content: '';
      display: block;
      position: absolute;
      z-index: 10;
      width: 30px;
      height: 5px;
      background: #BEBDBD;
      top: 50%;
      right: 50%;
      margin-right: -15px;
      margin-top: -2.5px; }
    .modal .modal-close-button:before {
      content: '';
      display: block;
      position: absolute;
      z-index: 10;
      width: 5px;
      height: 30px;
      background: #BEBDBD;
      top: 50%;
      right: 50%;
      margin-top: -15px;
      margin-right: -2.5px; }
  .modal .product-detail-thumbs {
    padding-bottom: 40px; }
    .modal .product-detail-thumbs li {
      width: 18%; }
  .modal .product-detail-image {
    padding: 0 40px 0 40px; }
    .modal .product-detail-image header {
      margin-bottom: 20px; }
  .modal .product-detail {
    padding-top: 60px;
    padding-right: 40px; }
    .modal .product-detail header {
      margin-bottom: 20px; }
  .modal .product-size,
  .modal .product-quantity-add {
    margin-bottom: 30px; }
  .modal .product-size .label-wrap label {
    padding: 10px 35px; }

#login-signup .modal {
  width: 96%;
  height: 400px;
  overflow-y: scroll; }
  @media all and (min-width: 43.75em) {
    #login-signup .modal {
      width: 80%;
      height: auto; } }
  #login-signup .modal .login-signup {
    margin-top: 30px; }
    @media all and (min-width: 43.75em) {
      #login-signup .modal .login-signup {
        padding: 0 40px 40px; } }
    @media all and (min-width: 43.75em) {
      #login-signup .modal .login-signup > .flex > .g1-flex4:first-of-type {
        padding-right: 40px; } }
    @media all and (min-width: 43.75em) {
      #login-signup .modal .login-signup > .flex > .g1-flex4:last-of-type {
        padding-left: 35px;
        border-left: 1px solid #BEBDBD; } }
  #login-signup .modal button.btn {
    margin-top: 30px; }
  #login-signup .modal .forgot-password {
    display: block;
    font-style: italic;
    margin-top: 10px; }

.social-login-icons {
  margin: -10px 0 0; }
  .social-login-icons li {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 10px; }
  .social-login-icons a {
    font-size: 0;
    width: 50px;
    height: 48px;
    display: block;
    position: relative; }
    .social-login-icons a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 48px;
      display: block;
      background: url("../img/icons-social-login.png") no-repeat left top;
      background-size: 181px 48px; }
    .social-login-icons a.login-twitter:before {
      background-position: -66px; }
    .social-login-icons a.login-gplus:before {
      background-position: -132px; }


/* new stuff 1-7-2016  */
.text-overlay { position: absolute; top: 48%; width: 100%; z-index: 2 }

/* slider stuff */
.slider {  padding-bottom: 30%; width: 100%;}
.slide { transition: opacity .3s ease-in-out; position: absolute; opacity: 0; }
.slide.active {  position: absolute; opacity: 1; }

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  color: #313131;
  margin-bottom: 50px; }
  table tr:nth-of-type(odd) {
    background: #BEBDBD; }
  table thead tr:first-of-type {
    background: none; }
  table tbody tr {
    border-bottom: 1px solid rgba(49, 49, 49, 0.1); }
  table tbody tr:last-of-type {
    background: white;
    border-bottom: none; }
    table tbody tr:last-of-type td {
      padding-top: 20px; }
  table th, table td {
    text-align: left;
    padding: 5px;
    color: #313131;
    vertical-align: bottom; }
    @media all and (min-width: 37.5em) {
      table th, table td {
        padding: 10px; } }
    table th .fa-check, table td .fa-check {
      color: #999999;
      font-size: 22px; }
    @media all and (min-width: 43.75em) {
      table th, table td {
        max-width: 100px;
        vertical-align: middle; line-height: 1.3; } }
    @media all and (min-width: 65.875em) {
      table th, table td {
        max-width: auto; } }
  table th {
    border-bottom: 1px solid rgba(49, 49, 49, 0.1);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 10px;
    text-align: center; }
  table strong {
    font-family: "antonioregular", clean, sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    text-transform: uppercase;
    letter-spacing: 1px; }
  table.pricing thead tr th .subhead {
    font-size: 11px; }
    @media all and (min-width: 43.75em) {
      table.pricing thead tr th .subhead {
        font-size: inherit; } }
  table.pricing thead tr th:nth-of-type(2) {
    background: #BE976C;
    color: white; }
  table.pricing tr td:nth-of-type(3) {
    background: rgba(190, 151, 108, 0.1);
 }
  table.pricing tr td:nth-of-type(2),
  table.pricing tr td:nth-of-type(3),
  table.pricing tr td:nth-of-type(4),
  table.pricing tr td:nth-of-type(5),
  table.pricing tr td:nth-of-type(6),
  table.pricing tr td:nth-of-type(7) {
    text-align: center; }
  table.pricing thead tr th:nth-of-type(2),
  table.pricing tr td {
    border-right: 1px solid rgba(106, 106, 106, 0.1);
    border-left: 1px solid rgba(106, 106, 106, 0.1); }
  table.pricing thead tr th {
    border-bottom: 1px solid rgba(49, 49, 49, 0.1);
    color: white;
    background: #454545;
  }
  table.pricing thead tr th:nth-of-type(1),
  table.pricing tbody tr td:nth-of-type(1) {
    background: none;
    border: none;
  }
  table.pricing tbody tr { background: none; }
  table.pricing tbody tr td:nth-of-type(2) {
    background: rgba(190, 151, 108, 0.05); }
