/* ============================================================================= 
   Reset
   ========================================================================== */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.618em;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* apply a natural box layout model to all elements, but allowing components to change */

html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
section {
  zoom: 1;
}
section:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
.rich-text ul,
.rich-text ol,
.rich-text dl {
  list-style-position: outside;
  padding-left: 24px;
  margin: 24px 0;
}
.rich-text ul {
  list-style-type: disc;
}
.rich-text ol {
  list-style-type: decimal;
}
.rich-text dl {
  padding: 0;
}
.rich-text dt,
.rich-text dd {
  display: block;
  margin: 0;
}
.rich-text dt {
  font-weight: bold;
  font-size: 110%;
}
.rich-text dd {
  margin-bottom: 12px;
}
.rich-text legend {
  font-weight: bold;
}
.rich-text sup {
  vertical-align: super;
  font-size: 50%;
}
.rich-text sub {
  vertical-align: sub;
  font-size: 50%;
}
.rich-text pre {
  font-family: monospace;
  clear: left;
  border: 1px solid #e6e6e6;
  padding: 24px;
  font-size: 80%;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */

}
small {
  font-size: 60%;
}
/* ============================================================================= 
   Videos
   ========================================================================== */

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-wrapper {
  position: relative;
  width: 100%;
  padding-top: 60%;
}
@media handheld, only screen and (max-width: 600px) {
  .map-wrapper {
    padding-top: 100%;
  }
}
.map-wrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==================================================================================================================== 
  Phosphor Grid
  ==================================================================================================================== */

.container {
  margin: 0 auto;
  padding-left: 2%;
  padding-right: 2%;
}
.container.full-width {
  padding: 0;
}
.container.full-width .row {
  max-width: 100%;
}
.row {
  max-width: 1280px;
  margin: 0 auto;
  zoom: 1;
}
.row:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
@media handheld, only screen and (min-width: 1921px) {
  
}
.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol {
  margin-right: 0.95%;
  margin-left: 0.95%;
  float: left;
  min-height: 1px;
}
.onecol.single,
.twocol.single,
.threecol.single,
.fourcol.single,
.fivecol.single,
.sixcol.single,
.sevencol.single,
.eightcol.single,
.ninecol.single,
.tencol.single,
.elevencol.single {
  float: none;
  margin: 0 auto;
}
.onecolumn,
.twocolumn,
.threecolumn,
.fourcolumn,
.fivecolumn,
.sixcolumn,
.sevencolumn,
.eightcolumn,
.ninecolumn,
.tencolumn,
.elevencolumn,
.twelvecolumn {
  margin-right: 0;
  margin-left: 0;
  float: left;
  min-height: 1px;
}
.onecolumn.single,
.twocolumn.single,
.threecolumn.single,
.fourcolumn.single,
.fivecolumn.single,
.sixcolumn.single,
.sevencolumn.single,
.eightcolumn.single,
.ninecolumn.single,
.tencolumn.single,
.elevencolumn.single,
.twelvecolumn.single {
  float: none!important;
  margin: 0 auto;
}
.onecol {
  width: 6.43%;
}
.twocol {
  width: 14.76%;
}
.threecol {
  width: 23.1%;
}
.fourcol {
  width: 31.43%;
}
.fivecol {
  width: 39.77%;
}
.sixcol {
  width: 48.1%;
}
.sevencol {
  width: 56.43%;
}
.eightcol {
  width: 64.76%;
}
.ninecol {
  width: 73.1%;
}
.tencol {
  width: 81.44%;
}
.elevencol {
  width: 89.77%;
}
.twelvecol {
  width: 98.1%;
  margin: 0 0.95%;
  /*float: left;*/

}
.onecolumn {
  width: 8.33333333333333%;
}
.twocolumn {
  width: 16.6666666666667%;
}
.threecolumn {
  width: 25%;
}
.fourcolumn {
  width: 33.3333333333333%;
}
.fivecolumn {
  width: 41.6666666666665%;
}
.sixcolumn {
  width: 50%;
}
.sevencolumn {
  width: 58.3333333333333%;
}
.eightcolumn {
  width: 66.6666666666666%;
}
.ninecolumn {
  width: 75%;
}
.tencolumn {
  width: 83.33333333333%;
}
.elevencolumn {
  width: 91.6666666666%;
}
.twelvecolumn {
  width: 100%;
  /*float: left;*/

}
img,
object,
embed {
  max-width: 100%;
}
img {
  height: auto;
}
img[alt] {
  font-size: 0.7em;
}
.items,
.item {
  zoom: 1;
}
.items:after,
.item:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
/* =============================================================================
   Media Queries large screen devices e.g landscape tablets, small desktop monitors
   ========================================================================== */

@media handheld, only screen and (max-width: 1280px) {
  .onecol-ld {
    width: 6.43%;
    float: left;
  }
  .twocol-ld {
    width: 14.76%;
    float: left;
  }
  .threecol-ld {
    width: 23.1%;
    float: left;
  }
  .fourcol-ld {
    width: 31.43%;
    float: left;
  }
  .fivecol-ld {
    width: 39.77%;
    float: left;
  }
  .sixcol-ld {
    width: 48.1%;
    float: left;
  }
  .sevencol-ld {
    width: 56.43%;
    float: left;
  }
  .eightcol-ld {
    width: 64.76%;
    float: left;
  }
  .ninecol-ld {
    width: 73.1%;
    float: left;
  }
  .tencol-ld {
    width: 81.44%;
    float: left;
  }
  .elevencol-ld {
    width: 89.77%;
    float: left;
  }
  .twelvecol-ld {
    width: 98.1%;
    margin: 0 0.95%;
    float: left;
  }
  .onecolumn-ld,
  .twocolumn-ld,
  .threecolumn-ld,
  .fourcolumn-ld,
  .fivecolumn-ld,
  .sixcolumn-ld,
  .sevencolumn-ld,
  .eightcolumn-ld,
  .ninecolumn-ld,
  .tencolumn-ld,
  .elevencolumn-ld,
  .twelvecolumn-ld {
    margin: 0;
  }
  .onecolumn-ld {
    width: 8.33333333333333%;
  }
  .twocolumn-ld {
    width: 16.6666666666667%;
  }
  .threecolumn-ld {
    width: 25%;
  }
  .fourcolumn-ld {
    width: 33.3333333333333%;
  }
  .fivecolumn-ld {
    width: 41.6666666666665%;
  }
  .sixcolumn-ld {
    width: 50%;
  }
  .sevencolumn-ld {
    width: 58.3333333333333%;
  }
  .eightcolumn-ld {
    width: 66.6666666666666%;
  }
  .ninecolumn-ld {
    width: 75%;
  }
  .tencolumn-ld {
    width: 83.33333333333%;
  }
  .elevencolumn-ld {
    width: 91.6666666666%;
  }
  .twelvecolumn-ld {
    width: 100%;
    float: left;
  }
}
/* =============================================================================
   Media Queries medium e.g Potrait tablets & phablets, phones landsacpe
   ========================================================================== */

@media handheld, only screen and (max-width: 1024px), print {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .onecol-md {
    width: 6.43%;
    float: left;
  }
  .twocol-md {
    width: 14.76%;
    float: left;
  }
  .threecol-md {
    width: 23.1%;
    float: left;
  }
  .fourcol-md {
    width: 31.43%;
    float: left;
  }
  .fivecol-md {
    width: 39.77%;
    float: left;
  }
  .sixcol-md {
    width: 48.1%;
    float: left;
  }
  .sevencol-md {
    width: 56.43%;
    float: left;
  }
  .eightcol-md {
    width: 64.76%;
    float: left;
  }
  .ninecol-md {
    width: 73.1%;
    float: left;
  }
  .tencol-md {
    width: 81.44%;
    float: left;
  }
  .elevencol-md {
    width: 89.77%;
    float: left;
  }
  .twelvecol-md {
    width: 98.1%;
    margin: 0 0.95%;
    float: left;
  }
  .onecolumn-md,
  .twocolumn-md,
  .threecolumn-md,
  .fourcolumn-md,
  .fivecolumn-md,
  .sixcolumn-md,
  .sevencolumn-md,
  .eightcolumn-md,
  .ninecolumn-md,
  .tencolumn-md,
  .elevencolumn-md,
  .twelvecolumn-md {
    margin: 0;
  }
  .onecolumn-md {
    width: 8.33333333333333%;
  }
  .twocolumn-md {
    width: 16.6666666666667%;
  }
  .threecolumn-md {
    width: 25%;
  }
  .fourcolumn-md {
    width: 33.3333333333333%;
  }
  .fivecolumn-md {
    width: 41.6666666666665%;
  }
  .sixcolumn-md {
    width: 50%;
  }
  .sevencolumn-md {
    width: 58.3333333333333%;
  }
  .eightcolumn-md {
    width: 66.6666666666666%;
  }
  .ninecolumn-md {
    width: 75%;
  }
  .tencolumn-md {
    width: 83.33333333333%;
  }
  .elevencolumn-md {
    width: 91.6666666666%;
  }
  .twelvecolumn-md {
    width: 100%;
    float: left;
  }
}
/* =============================================================================
   Media Queries medium e.g phones portrait
   ========================================================================== */

@media handheld, only screen and (max-width: 600px) {
  .row,
  body {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .onecol-sm {
    width: 6.43%;
    float: left;
  }
  .twocol-sm {
    width: 14.76%;
    float: left;
  }
  .threecol-sm {
    width: 23.1%;
    float: left;
  }
  .fourcol-sm {
    width: 31.43%;
    float: left;
  }
  .fivecol-sm {
    width: 39.77%;
    float: left;
  }
  .sixcol-sm {
    width: 48.1%;
    float: left;
  }
  .sevencol-sm {
    width: 56.43%;
    float: left;
  }
  .eightcol-sm {
    width: 64.76%;
    float: left;
  }
  .ninecol-sm {
    width: 73.1%;
    float: left;
  }
  .tencol-sm {
    width: 81.44%;
    float: left;
  }
  .elevencol-sm {
    width: 89.77%;
    float: left;
  }
  .twelvecol-sm {
    width: 98.1%;
    margin: 0 0.95%;
    float: left;
  }
  .onecolumn-sm,
  .twocolumn-sm,
  .threecolumn-sm,
  .fourcolumn-sm,
  .fivecolumn-sm,
  .sixcolumn-sm,
  .sevencolumn-sm,
  .eightcolumn-sm,
  .ninecolumn-sm,
  .tencolumn-sm,
  .elevencolumn-sm,
  .twelvecolumn-sm {
    margin: 0;
  }
  .onecolumn-sm {
    width: 8.33333333333333%;
    float: left;
  }
  .twocolumn-sm {
    width: 16.6666666666667%;
    float: left;
  }
  .threecolumn-sm {
    float: left;
    width: 25%;
  }
  .fourcolumn-sm {
    width: 33.3333333333333%;
    float: left;
  }
  .fivecolumn-sm {
    width: 41.6666666666665%;
    float: left;
  }
  .sixcolumn-sm {
    width: 50%;
    float: left;
  }
  .sevencolumn-sm {
    width: 58.3333333333333%;
    float: left;
  }
  .eightcolumn-sm {
    width: 66.6666666666666%;
    float: left;
  }
  .ninecolumn-sm {
    float: left;
    width: 75%;
  }
  .tencolumn-sm {
    width: 83.33333333333%;
    float: left;
  }
  .elevencolumn-sm {
    width: 91.6666666666%;
    float: left;
  }
  .twelvecolumn-sm {
    width: 100%;
    float: left;
  }
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
}
.js .js-fancybox-content {
  display: none;
}
.u-txt-left {
  text-align: left;
}
.u-txt-right {
  text-align: right;
}
.u-txt-center {
  text-align: center;
}
.u-txt-center ul,
.u-txt-center li {
  list-style-position: inside;
}
.u-img-link {
  display: inline-block;
}
.u-img-link img {
  display: block;
}
.u-list-inline-block li {
  display: inline-block;
}
@media print {
  .u-hide-print {
    display: none;
  }
}
.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.u-more {
  display: block;
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: 400;
  font-style: italic;
}
.global .u-more {
  color: #999999;
}
.north-asia .u-more {
  color: #507cdd;
}
.southeast-asia .u-more {
  color: #cfb32b;
}
.latin-america .u-more {
  color: #00a09a;
}
.u-more:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.global .u-more:after {
  color: #999999;
  background-image: url('/cassette.axd/file/Content/Images/Icons/arrow-global-015c2c637ebaae9bab08906ad7cdca5f6a3e8b71.svg');
}
.north-asia .u-more:after {
  color: #507cdd;
  background-image: url('/cassette.axd/file/Content/Images/Icons/arrow-north-asia-ec2185d06de37f42740bdd4f3e18ea920f571df6.svg');
}
.southeast-asia .u-more:after {
  color: #cfb32b;
  background-image: url('/cassette.axd/file/Content/Images/Icons/arrow-southeast-asia-be6ae85de4e9b83651274d25d3c7616ca35ad855.svg');
}
.latin-america .u-more:after {
  color: #00a09a;
  background-image: url('/cassette.axd/file/Content/Images/Icons/arrow-latin-america-6e5f21d9ab0e0dbc8632c1d2ba8f4005fde51d2f.svg');
}
.u-hidden {
  display: none;
}
.u-table {
  display: table;
  width: 100%;
}
.u-tr {
  display: table-row;
}
.u-td {
  display: table-cell;
  vertical-align: middle;
}
.u-table {
  display: table;
  table-layout: fixed;
}
.u-table .th,
.u-table .td {
  display: table-cell;
  vertical-align: middle;
}
@media handheld, only screen and (min-width: 1025px) {
  .u-table-md {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
@media handheld, only screen and (min-width: 1025px) {
  .u-table-md .th,
  .u-table-md .td {
    display: table-cell;
    vertical-align: middle;
  }
}
@media handheld, only screen and (min-width: 601px) {
  .u-table-sm {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
@media handheld, only screen and (min-width: 601px) {
  .u-table-sm .th,
  .u-table-sm .td {
    display: table-cell;
    vertical-align: middle;
  }
}
.u-uppercase {
  text-transform: uppercase;
}
.u-lowercase {
  text-transform: lowercase;
}
.u-title-case {
  text-transform: none;
}
.u-small {
  font-size: 0.9em;
}
.u-float-right {
  float: right;
}
@media handheld, only screen and (max-width: 1024px) {
  .u-md-show {
    display: none;
  }
}
@media handheld, only screen and (min-width: 1025px) {
  .u-md-hide {
    display: none;
  }
}
img:not([src]) {
  visibility: hidden;
}
.image-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  /* You define this doing height / width * 100% */
  position: relative;
}
.image {
  width: 100%;
  /*height: auto;*/
  position: absolute;
}
.todo {
  display: none;
  color: red !important;
  padding: 24px;
  border: 1px solid red;
  margin-bottom: 24px;
  float: none;
  clear: both;
}
.todo:last-child {
  margin-bottom: 0;
}
.todo:before {
  content: "TO DO: ";
  display: block;
  font-weight: 700;
}
.todo * {
  color: red !important;
  margin-bottom: 24px;
}
.todo *:last-child {
  margin-bottom: 0;
}
.todo ul {
  list-style-type: disc;
}
.todo ul ul {
  list-style-type: circle;
  font-size: 90%;
}
.todo ul,
.todo ol {
  padding-left: 24px;
}
.todo ul li,
.todo ol li {
  margin-bottom: 0;
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: white;
  color: #444444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.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: #444444;
  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 {
  background-image: url('/cassette.axd/file/Content/Images/FancyBox/fancybox_sprite-17df19f97628e77be09c352bf27425faea248251.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: 22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/cassette.axd/file/Content/Images/FancyBox/fancybox_loading-1a755fb2599f3a313cc6cfdb14df043f8c14a99c.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -50px;
  right: 50%;
  -moz-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-close:after {
  height: 5px;
  display: block;
  content: "";
  background: #222221;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-close:before {
  height: 5px;
  display: block;
  content: "";
  top: 4px;
  position: relative;
  background: #222221;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/cassette.axd/file/Content/Images/FancyBox/blank-2daeaa8b5f19f0bc209d976c02bd6acb51b00b0a.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: 16px;
}
.fancybox-prev span:after {
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: 5px solid white;
  border-bottom: 5px solid white;
}
.fancybox-next span {
  right: 16px;
}
.fancybox-next span:after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 5px solid white;
  border-right: 5px solid white;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */

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

.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(255, 255, 255, 0.9);
}
.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 18px/20px;
  letter-spacing: 1px;
  position: relative;
  font-weight: 300;
  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 */
  color: #222221;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: white;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  padding: 10px;
  background: black;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading div {
    background-image: url('/cassette.axd/file/Content/Images/FancyBox/fancybox_loading%402x-273b123496a42ba45c3416adb027cd99745058b0.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  
  }
}
.fancybox-type-iframe .fancybox-inner {
  padding-top: 56.2%;
  /* (9/16 * 100%) -- your aspect ratio in percents */
  height: 0 !important;
}
.fancybox-type-iframe .fancybox-inner .fancybox-iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*!
 *  Font Awesome 4.7.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: 'FontAwesome';
  src: url('/cassette.axd/file/Content/Fonts/FontAwesome/fontawesome-webfont-d980c2ce873dc43af460d4d572d441304499f400.eot?v=4.7.0');
  src: url('/cassette.axd/file/Content/Fonts/FontAwesome/fontawesome-webfont-d980c2ce873dc43af460d4d572d441304499f400.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/cassette.axd/file/Content/Fonts/FontAwesome/fontawesome-webfont-d6f48cba7d076fb6f2fd6ba993a75b9dc1ecbf0c.woff2?v=4.7.0') format('woff2'), url('/cassette.axd/file/Content/Fonts/FontAwesome/fontawesome-webfont-28b782240b3e76db824e12c02754a9731a167527.woff?v=4.7.0') format('woff'), url('/cassette.axd/file/Content/Fonts/FontAwesome/fontawesome-webfont-13b1eab65a983c7a73bc7997c479d66943f7c6cb.ttf?v=4.7.0') format('truetype'), url('/cassette.axd/file/Content/Fonts/FontAwesome/fontawesome-webfont-b5483b11f8ba213e733b5b8af9927a04fec996f6.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  vertical-align: middle;
  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;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */

.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;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-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 {
  -ms-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: white;
}
/* 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-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.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,
.fa-gratipay: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-pp: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-resistance: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-y-combinator-square:before,
.fa-yc-square:before,
.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";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */

/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */

.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: black;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/**
 * The picker input element.
 */

.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */

.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */

.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */

/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */

/**
 * Make the holder and frame fullscreen.
 */

.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
/**
 * The holder should overlay the entire screen.
 */

.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}
/**
 * The frame that bounds the box contents of the picker.
 */

.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}
@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */

.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */

.picker__box {
  background: white;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
/**
 * When the picker opens...
 */

.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */

/**
 * The picker box.
 */

.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */

.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */

.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */

.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */

.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid black;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid black;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: black;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: whitesmoke;
  border-left-color: whitesmoke;
}
/**
 * The calendar table of dates
 */

.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */

.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */

}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */

.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: black;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: black;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: white;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: whitesmoke;
  border-color: whitesmoke;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */

.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid white;
  background: white;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: black;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: whitesmoke;
  border-color: whitesmoke;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}
/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */

/*
    1. Changa
    2. Clear Sans
*/

@font-face {
  font-family: 'Changa';
  src: url('/cassette.axd/file/Content/Fonts/Changa/Changa-SemiBold-33dd7e28457fc0d519574984ce0eb48f98000c8d.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Changa';
  src: url('/cassette.axd/file/Content/Fonts/Changa/Changa-Regular-56a0df1ac8a295e0b1790e8c05b29a09ab59dd60.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ClearSans';
  src: url('/cassette.axd/file/Content/Fonts/ClearSans/ClearSans-Bold-b50c8849ed06a47d8dccefa810d3fb2b83460c88.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'ClearSans';
  src: url('/cassette.axd/file/Content/Fonts/ClearSans/ClearSans-BoldItalic-ab2258eb3669dda7e5c15454631a5bd162c84e2b.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'ClearSans';
  src: url('/cassette.axd/file/Content/Fonts/ClearSans/ClearSans-Medium-8be9107396ecb5444e45d87773a557bf93d37ba5.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'ClearSans';
  src: url('/cassette.axd/file/Content/Fonts/ClearSans/ClearSans-MediumItalic-bde9ee47e01966e4fa6194a0138ff63730d58095.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'ClearSans';
  src: url('/cassette.axd/file/Content/Fonts/ClearSans/ClearSans-Italic-cf2444dddd6b074a7720f5f41c35a862876bdaf5.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'ClearSans';
  src: url('/cassette.axd/file/Content/Fonts/ClearSans/ClearSans-Regular-9301cfd90799c664cd9c1cf1d43324e0fe78a2cc.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ClearSans';
  src: url('/cassette.axd/file/Content/Fonts/ClearSans/ClearSans-Light-076744b522c3d9f81211dfdd4b97f201de21910c.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'ClearSans';
  src: url('/cassette.axd/file/Content/Fonts/ClearSans/ClearSans-Thin-f21497d81843840a6cb16b4d56fef1266eb5846e.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 12px 0;
  font-weight: 600;
}
h1,
.h1 {
  font-size: 2.6rem;
  line-height: 2.8rem;
}
h1 span,
.h1 span {
  display: block;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 4px;
}
@media handheld, only screen and (max-width: 600px) {
  h1,
  .h1 {
    font-size: 8vw;
    line-height: 8vw;
  }
  h1 span,
  .h1 span {
    font-size: 6vw;
    line-height: 5.7vw;
  }
}
h1.icon,
.h1.icon {
  position: relative;
  padding-left: 48px;
}
h1.icon i,
.h1.icon i {
  position: absolute;
  left: 0;
  top: 0;
}
h2,
.h2 {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
@media handheld, only screen and (max-width: 600px) {
  h2,
  .h2 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
h3,
.h3 {
  font-size: 1.4rem;
  line-height: 1.6rem;
}
@media handheld, only screen and (max-width: 600px) {
  h3,
  .h3 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
h4,
.h4 {
  font-size: 1.2rem;
  line-height: 1.4rem;
}
h5,
.h5 {
  font-size: 1rem;
  line-height: 1.2rem;
}
h6,
.h6 {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 400;
}
hr {
  border: none;
  background: rgba(34, 34, 33, 0.1);
  height: 1px;
}
p {
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.5rem;
}
a {
  color: currentColor;
  text-decoration: none;
}
a[href^="mailto:"] {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}
strong,
b {
  font-weight: 600;
}
em {
  font-style: italic;
}
.hgroup {
  margin-bottom: 48px;
}
.hgroup > * {
  margin: 8px 0;
}
.hgroup:last-child {
  margin-bottom: 0;
}
.rich-text > * {
  margin-bottom: 24px;
}
.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6 {
  margin-bottom: 12px;
}
.rich-text *:last-child {
  margin-bottom: 0;
}
.rich-text *:first-child {
  margin-top: 0;
}
.rich-text ul li,
.rich-text ol li {
  margin-bottom: 8px;
}
.rich-text strong,
.rich-text b {
  font-weight: 700;
}
.rich-text .u-more {
  text-decoration: none !important;
}
.rich-text a:not(.btn) {
  text-decoration: underline;
}
.global .rich-text a:not(.btn) {
  color: #999999;
}
.north-asia .rich-text a:not(.btn) {
  color: #507cdd;
}
.southeast-asia .rich-text a:not(.btn) {
  color: #cfb32b;
}
.latin-america .rich-text a:not(.btn) {
  color: #00a09a;
}
.rich-text table {
  font-size: 0.8em;
  line-height: 1.5;
  width: 100%;
  border: 1px solid #e6e6e6;
}
.rich-text table td,
.rich-text table th {
  background: none;
  border: 1px solid #cccccc;
  padding: 12px;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
}
.rich-text table th {
  background-color: #fcfcfc;
  font-weight: bold;
}
.rich-text .table-wrapper {
  margin: 24px 0;
  overflow-x: auto;
}
.rich-text .table-wrapper caption {
  text-align: left;
}
.rich-text a {
  color: #494947;
  text-decoration: underline;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}
.rich-text label {
  margin-bottom: 6px;
}
.rich-text .lead {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media handheld, only screen and (min-width: 1025px) {
  .rich-text .lead {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .rich-text .lead:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media handheld, only screen and (min-width: 1025px) {
  nav ul li {
    display: inline-block;
  }
}
.main-nav-wrapper {
  padding-top: 36px;
  padding-bottom: 12px;
  background-color: white;
}
@media handheld, only screen and (max-width: 1024px) {
  .main-nav-wrapper {
    padding-top: 12px;
  }
}
@media handheld, only screen and (min-width: 1025px) {
  .main-nav-wrapper .menu-icon {
    display: none;
  }
}
@media handheld, only screen and (min-width: 1025px) {
  
}
.global .main-nav-wrapper .logo .region-name {
  color: #222221;
}
.north-asia .main-nav-wrapper .logo .region-name {
  color: #507cdd;
}
.southeast-asia .main-nav-wrapper .logo .region-name {
  color: #cfb32b;
}
.latin-america .main-nav-wrapper .logo .region-name {
  color: #00a09a;
}
.main-nav {
  position: relative;
}
@media handheld, only screen and (min-width: 1025px) {
  .main-nav.td {
    vertical-align: bottom;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .main-nav .container {
    padding: 0;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .main-nav .container .twelvecol {
    margin: 0;
    width: 100%;
  }
}
@media handheld, only screen and (min-width: 1025px) {
  .main-nav .menu-icon {
    display: none;
  }
}
.main-nav li,
.main-nav a {
  color: #494947;
}
.main-nav > ul {
  padding-bottom: 6px;
}
@media handheld, only screen and (max-width: 1024px) {
  .main-nav > ul {
    display: none;
  }
}
.main-nav > ul > li {
  position: relative;
  font-weight: 600;
}
.main-nav > ul > li:hover > a {
  z-index: 11;
}
.main-nav > ul > li:hover .sub-nav-wrapper {
  display: block;
  max-width: 100%;
  z-index: 10;
}
.main-nav > ul > li:first-child > a {
  padding-left: 0;
}
.main-nav > ul > li:first-child .sub-nav-wrapper {
  left: 0;
}
.main-nav > ul > li:first-child .sub-nav-wrapper .sub-nav {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.main-nav > ul > li:first-child .sub-nav-wrapper .sub-nav:before {
  left: 0;
  margin-left: 3px;
}
.global .main-nav > ul > li.selected,
.global .main-nav > ul > li.selected > a {
  color: #999999;
}
.north-asia .main-nav > ul > li.selected,
.north-asia .main-nav > ul > li.selected > a {
  color: #507cdd;
}
.southeast-asia .main-nav > ul > li.selected,
.southeast-asia .main-nav > ul > li.selected > a {
  color: #cfb32b;
}
.latin-america .main-nav > ul > li.selected,
.latin-america .main-nav > ul > li.selected > a {
  color: #00a09a;
}
.main-nav > ul > li > a {
  position: relative;
  z-index: 2;
  padding: 0 12px;
}
@media handheld, only screen and (min-width: 1025px) {
  .main-nav > ul > li > a {
    font-weight: 700;
  }
}
.sub-nav-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.sub-nav-wrapper .sub-nav {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sub-nav {
  position: relative;
}
@media handheld, only screen and (min-width: 1025px) {
  .sub-nav {
    width: 300px;
    margin-top: 90px;
    padding: 24px 36px;
    background-color: white;
    font-size: 0.9rem;
    box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.5);
  }
}
.sub-nav:before {
  display: none;
  /*content: "\25E4";
        position: absolute;
        top: -15px; // same as border value
        left: 50%;
        width: 0;
        height: 0;
        z-index: 1;
        .rotate(45deg);
        text-shadow: 0px 0px 10px rgba(150, 150, 150, 0.5);
        color: #fff;*/
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.5);
  background-color: white;
}
@media handheld, only screen and (min-width: 1025px) {
  .sub-nav:before {
    display: block;
  }
}
.sub-nav:after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 1;
  background-color: white;
}
@media handheld, only screen and (min-width: 1025px) {
  .sub-nav:after {
    display: block;
  }
}
.sub-nav > li {
  display: block;
  /*&:nth-last-child(2) {
            a {
                @media handheld, only screen and (min-width: @medium-min) {
                    border: none;
                }
            }
        }*/

  /*&:last-child {
            @media handheld, only screen and (min-width: @medium-min) {
                color: #fff;
            }

            a {
                @media handheld, only screen and (min-width: @medium-min) {
                    margin-left: -@s;
                    margin-right: -@s;
                    padding-left: @s;
                    padding-right: @s;
                    border: none;
                    text-align: center;
                    color: #fff;
                }
            }
        }*/

}
.global .sub-nav > li.selected,
.global .sub-nav > li.selected > a {
  color: #999999;
}
.north-asia .sub-nav > li.selected,
.north-asia .sub-nav > li.selected > a {
  color: #507cdd;
}
.southeast-asia .sub-nav > li.selected,
.southeast-asia .sub-nav > li.selected > a {
  color: #cfb32b;
}
.latin-america .sub-nav > li.selected,
.latin-america .sub-nav > li.selected > a {
  color: #00a09a;
}
.sub-nav > li a {
  text-align: left;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #cccccc;
  line-height: 1.3;
  color: #222221;
}
@media handheld, only screen and (max-width: 1024px) {
  .sub-nav > li a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media handheld, only screen and (min-width: 1025px) {
  .sub-nav > li:last-child a {
    border: none;
  }
}
html.ios.menu-open {
  position: relative;
  height: 100%;
}
html.ios.menu-open body {
  position: relative;
  height: 100%;
}
html.menu-open {
  overflow: hidden;
}
html.menu-open.scrolling-up header,
html.menu-open.scrolling-down header {
  top: 0;
}
html.menu-open body {
  overflow: hidden;
}
html.menu-open .main-nav-wrapper {
  display: block;
}
html.menu-open .main-nav-wrapper .menu-icon .line-1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 23px;
}
html.menu-open .main-nav-wrapper .menu-icon .line-2 {
  opacity: 0;
}
html.menu-open .main-nav-wrapper .menu-icon .line-3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 23px;
}
html.menu-open .mobile-nav-wrapper {
  display: block;
}
.mobile-nav-wrapper {
  display: none;
  position: fixed;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 490;
  overflow-y: scroll;
  text-align: left;
  padding: 159px 0 0 0;
  overflow-x: hidden;
}
@media handheld, only screen and (max-width: 600px) {
  .mobile-nav-wrapper {
    padding-top: 107px;
  }
}
.mobile-nav-wrapper .row {
  position: relative;
}
.mobile-nav .sub-nav {
  display: none;
  font-size: 0.9rem;
}
.mobile-nav > li {
  position: relative;
}
.global .mobile-nav > li.selected,
.global .mobile-nav > li.selected > a {
  color: #999999;
}
.north-asia .mobile-nav > li.selected,
.north-asia .mobile-nav > li.selected > a {
  color: #507cdd;
}
.southeast-asia .mobile-nav > li.selected,
.southeast-asia .mobile-nav > li.selected > a {
  color: #cfb32b;
}
.latin-america .mobile-nav > li.selected,
.latin-america .mobile-nav > li.selected > a {
  color: #00a09a;
}
.mobile-nav > li.is-open .fa:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-nav > li > a {
  display: block;
  padding: 12px;
  font-weight: 700;
  color: #222221;
  border-bottom: 1px solid #cccccc;
}
.mobile-nav > li .fa {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.mobile-nav > li .fa:before {
  display: block;
  position: absolute;
  width: 48px;
  height: 57px;
  top: 0;
  right: 0;
  line-height: 57px;
  text-align: center;
}
a.btn,
.btn,
input[type="button"],
input[type="submit"],
button {
  display: inline-block;
  min-width: 200px;
  padding: 12px 24px;
  border: 1px solid;
  white-space: nowrap;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: white;
  letter-spacing: 0.5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
  background-image: none;
}
@media handheld, only screen and (max-width: 600px) {
  a.btn,
  .btn,
  input[type="button"],
  input[type="submit"],
  button {
    width: 100%;
  }
}
.global a.btn,
.global .btn,
.global input[type="button"],
.global input[type="submit"],
.global button {
  background-color: #222221;
  border-color: #222221;
}
.north-asia a.btn,
.north-asia .btn,
.north-asia input[type="button"],
.north-asia input[type="submit"],
.north-asia button {
  background-color: #507cdd;
  border-color: #507cdd;
}
.southeast-asia a.btn,
.southeast-asia .btn,
.southeast-asia input[type="button"],
.southeast-asia input[type="submit"],
.southeast-asia button {
  background-color: #cfb32b;
  border-color: #cfb32b;
}
.latin-america a.btn,
.latin-america .btn,
.latin-america input[type="button"],
.latin-america input[type="submit"],
.latin-america button {
  background-color: #00a09a;
  border-color: #00a09a;
}
a.btn.full-width,
.btn.full-width,
input[type="button"].full-width,
input[type="submit"].full-width,
button.full-width {
  width: 100%;
  display: block;
}
.global a.btn.btn-primary,
.global .btn.btn-primary,
.global input[type="button"].btn-primary,
.global input[type="submit"].btn-primary,
.global button.btn-primary {
  background-color: #222221;
  border-color: #222221;
}
.north-asia a.btn.btn-primary,
.north-asia .btn.btn-primary,
.north-asia input[type="button"].btn-primary,
.north-asia input[type="submit"].btn-primary,
.north-asia button.btn-primary {
  background-color: #507cdd;
  border-color: #507cdd;
}
.southeast-asia a.btn.btn-primary,
.southeast-asia .btn.btn-primary,
.southeast-asia input[type="button"].btn-primary,
.southeast-asia input[type="submit"].btn-primary,
.southeast-asia button.btn-primary {
  background-color: #cfb32b;
  border-color: #cfb32b;
}
.latin-america a.btn.btn-primary,
.latin-america .btn.btn-primary,
.latin-america input[type="button"].btn-primary,
.latin-america input[type="submit"].btn-primary,
.latin-america button.btn-primary {
  background-color: #00a09a;
  border-color: #00a09a;
}
a.btn.btn-secondary,
.btn.btn-secondary,
input[type="button"].btn-secondary,
input[type="submit"].btn-secondary,
button.btn-secondary {
  border-color: #1d1e19 !important;
  background: #1d1e19 !important;
}
a.btn.btn-tertiary,
.btn.btn-tertiary,
input[type="button"].btn-tertiary,
input[type="submit"].btn-tertiary,
button.btn-tertiary {
  border-color: #cccccc !important;
  color: #1d1e19 !important;
  background: #cccccc !important;
}
input[type="button"],
input[type="submit"],
button {
  padding: 12px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
  background-image: none;
  -webkit-text-fill-color: white;
  /* Override iOS / Android font color change */
  -webkit-opacity: 1;
  /* Override iOS opacity change affecting text & background color */
  color: white;
  /* Override IE font color change */

}
.menu-icon {
  display: inline-block;
  position: relative;
  height: 40px;
  width: 30px;
  cursor: pointer;
}
.global .menu-icon {
  color: #222221;
}
.north-asia .menu-icon {
  color: #507cdd;
}
.southeast-asia .menu-icon {
  color: #cfb32b;
}
.latin-america .menu-icon {
  color: #00a09a;
}
.menu-icon div {
  position: absolute;
  height: 3px;
  width: 30px;
  background-color: currentColor;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.menu-icon .line-1 {
  top: 16px;
}
.menu-icon .line-2 {
  top: 23px;
}
.menu-icon .line-3 {
  top: 30px;
}
.btn-util {
  display: inline-block;
}
.btn-util .fa {
  margin-right: 3px;
}
.btn-util span {
  font-size: 0.8rem;
}
.fancybox {
  cursor: pointer;
}
.global .fancybox-close:before,
.global .fancybox-close:after {
  background-color: #222221;
}
.north-asia .fancybox-close:before,
.north-asia .fancybox-close:after {
  background-color: #507cdd;
}
.southeast-asia .fancybox-close:before,
.southeast-asia .fancybox-close:after {
  background-color: #cfb32b;
}
.latin-america .fancybox-close:before,
.latin-america .fancybox-close:after {
  background-color: #00a09a;
}
.global .fancybox-prev span:after,
.global .fancybox-next span:after {
  border-color: #222221;
}
.north-asia .fancybox-prev span:after,
.north-asia .fancybox-next span:after {
  border-color: #507cdd;
}
.southeast-asia .fancybox-prev span:after,
.southeast-asia .fancybox-next span:after {
  border-color: #cfb32b;
}
.latin-america .fancybox-prev span:after,
.latin-america .fancybox-next span:after {
  border-color: #00a09a;
}
html.can-hover .main-nav a,
html.can-hover .sub-nav a,
html.can-hover .side-nav a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
html.can-hover.global .main-nav li:hover > a,
html.can-hover.global .sub-nav li:hover > a,
html.can-hover.global .side-nav li:hover > a,
html.can-hover.global .main-nav a:hover,
html.can-hover.global .sub-nav a:hover,
html.can-hover.global .side-nav a:hover {
  color: #999999;
}
html.can-hover.global a.btn:hover,
html.can-hover.global .btn:hover,
html.can-hover.global input[type="submit"]:hover,
html.can-hover.global button:hover,
html.can-hover.global input[type="submit"].btn-primary:hover,
html.can-hover.global button.btn-primary:hover,
html.can-hover.global .btn.btn-primary:hover {
  background-color: white;
  border-color: #222221;
  color: #222221;
  -webkit-text-fill-color: #222221;
  /* Override iOS / Android font color change */
  -webkit-opacity: 1;
  /* Override iOS opacity change affecting text & background color */
  /* Override IE font color change */

}
html.can-hover.north-asia .main-nav li:hover > a,
html.can-hover.north-asia .sub-nav li:hover > a,
html.can-hover.north-asia .side-nav li:hover > a,
html.can-hover.north-asia .main-nav a:hover,
html.can-hover.north-asia .sub-nav a:hover,
html.can-hover.north-asia .side-nav a:hover {
  color: #507cdd;
}
html.can-hover.north-asia a.btn:hover,
html.can-hover.north-asia .btn:hover,
html.can-hover.north-asia input[type="submit"]:hover,
html.can-hover.north-asia button:hover,
html.can-hover.north-asia input[type="submit"].btn-primary:hover,
html.can-hover.north-asia button.btn-primary:hover,
html.can-hover.north-asia .btn.btn-primary:hover {
  background-color: white;
  border-color: #507cdd;
  color: #507cdd;
  -webkit-text-fill-color: #507cdd;
  /* Override iOS / Android font color change */
  -webkit-opacity: 1;
  /* Override iOS opacity change affecting text & background color */
  /* Override IE font color change */

}
html.can-hover.southeast-asia .main-nav li:hover > a,
html.can-hover.southeast-asia .sub-nav li:hover > a,
html.can-hover.southeast-asia .side-nav li:hover > a,
html.can-hover.southeast-asia .main-nav a:hover,
html.can-hover.southeast-asia .sub-nav a:hover,
html.can-hover.southeast-asia .side-nav a:hover {
  color: #cfb32b;
}
html.can-hover.southeast-asia a.btn:hover,
html.can-hover.southeast-asia .btn:hover,
html.can-hover.southeast-asia input[type="submit"]:hover,
html.can-hover.southeast-asia button:hover,
html.can-hover.southeast-asia input[type="submit"].btn-primary:hover,
html.can-hover.southeast-asia button.btn-primary:hover,
html.can-hover.southeast-asia .btn.btn-primary:hover {
  background-color: white;
  border-color: #cfb32b;
  -webkit-text-fill-color: #cfb32b;
  /* Override iOS / Android font color change */
  -webkit-opacity: 1;
  /* Override iOS opacity change affecting text & background color */
  color: #cfb32b;
  /* Override IE font color change */

}
html.can-hover.latin-america .main-nav li:hover > a,
html.can-hover.latin-america .sub-nav li:hover > a,
html.can-hover.latin-america .side-nav li:hover > a,
html.can-hover.latin-america .main-nav a:hover,
html.can-hover.latin-america .sub-nav a:hover,
html.can-hover.latin-america .side-nav a:hover {
  color: #00a09a;
}
html.can-hover.latin-america a.btn:hover,
html.can-hover.latin-america .btn:hover,
html.can-hover.latin-america input[type="submit"]:hover,
html.can-hover.latin-america button:hover,
html.can-hover.latin-america input[type="submit"].btn-primary:hover,
html.can-hover.latin-america button.btn-primary:hover,
html.can-hover.latin-america .btn.btn-primary:hover {
  background-color: white;
  border-color: #00a09a;
  color: #00a09a;
  -webkit-text-fill-color: #00a09a;
  /* Override iOS / Android font color change */
  -webkit-opacity: 1;
  /* Override iOS opacity change affecting text & background color */
  /* Override IE font color change */

}
html.can-hover input[type="button"],
html.can-hover input[type="submit"],
html.can-hover button,
html.can-hover .btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
html.can-hover input[type="button"]:hover,
html.can-hover input[type="submit"]:hover,
html.can-hover button:hover,
html.can-hover .btn:hover {
  background-color: white;
}
html.can-hover input[type="button"].btn-secondary:hover,
html.can-hover input[type="submit"].btn-secondary:hover,
html.can-hover button.btn-secondary:hover,
html.can-hover .btn.btn-secondary:hover {
  background-color: white !important;
  color: #1d1e19 !important;
  border-color: #1d1e19 !important;
  -webkit-text-fill-color: #1d1e19 !important;
  -webkit-opacity: 1 !important;
}
html.can-hover input[type="button"].btn-tertiary:hover,
html.can-hover input[type="submit"].btn-tertiary:hover,
html.can-hover button.btn-tertiary:hover,
html.can-hover .btn.btn-tertiary:hover {
  background-color: white !important;
  color: #1d1e19 !important;
  border-color: #1d1e19 !important;
  -webkit-text-fill-color: #1d1e19 !important;
  -webkit-opacity: 1 !important;
}
html.can-hover .all-capes .tile-flex:hover {
  -webkit-transform: scale(1.13);
  -moz-transform: scale(1.13);
  -ms-transform: scale(1.13);
  -o-transform: scale(1.13);
  transform: scale(1.13);
  z-index: 2;
}
@media handheld, only screen and (max-width: 600px) {
  html.can-hover .all-capes .tile-flex:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
  }
}
html.can-hover .all-capes .tile-flex:hover .flex-content {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
}
html.can-hover .banner .banner-hub-wrapper a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
html.can-hover .banner .banner-hub-wrapper a:hover {
  opacity: 0.8;
}
html.can-hover .tile-flex {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
html.can-hover .tile-flex:hover .img-wrapper img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
html.can-hover .tile-flex:hover .svg svg {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(1.05) translate(-50%, -50%);
  transform: scale(1.05) translate(-50%, -50%);
}
html.can-hover .tile-flex:hover .u-more:after {
  margin-left: 9px;
}
html.can-hover .tile-flex .img-wrapper img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
html.can-hover .tile-flex .svg svg {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
html.can-hover .u-more:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
html.can-hover .u-more:hover:after {
  margin-left: 9px;
  margin-right: -3px;
}
.side-nav-wrapper {
  padding-top: 72px;
  background-color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media handheld, only screen and (max-width: 1024px) {
  .side-nav-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    margin-top: -12px;
    margin-bottom: 24px;
    border: 1px solid #cccccc;
  }
}
.scrolling-up .side-nav-wrapper {
  padding-top: 242px;
}
@media handheld, only screen and (max-width: 1024px) {
  .scrolling-up .side-nav-wrapper {
    padding-top: 0;
  }
}
.side-nav-wrapper a.btn {
  display: block;
  background: #507cdd;
  color: white;
  margin-bottom: 12px;
  padding: 18px 12px;
  font-weight: 600;
}
@media handheld, only screen and (max-width: 1024px) {
  .side-nav-wrapper .nav-wrapper {
    display: none;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .side-nav-wrapper .nav-wrapper ul .btn {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media handheld, only screen and (min-width: 1025px) {
  .side-nav-wrapper .js-mobile-trigger {
    display: none;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .side-nav-wrapper .side-nav {
    padding: 12px 24px;
  }
}
.side-nav-wrapper .share-this {
  margin-top: 24px;
}
@media handheld, only screen and (max-width: 1024px) {
  .side-nav-wrapper .share-this {
    margin-top: 0;
    padding: 12px 24px;
  }
}
.side-nav-wrapper .share-this .h6 {
  margin-bottom: 4px;
}
.side-nav-wrapper .share-this .social-icons a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 36px;
}
@media handheld, only screen and (max-width: 1024px) {
  .side-nav-wrapper .share-this .social-icons a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 48px;
  }
}
ul.side-nav {
  margin-left: 12px;
}
ul.side-nav li {
  display: block;
}
ul.side-nav li a {
  position: relative;
  display: block;
  padding: 12px;
}
ul.side-nav > li {
  font-size: 1.25rem;
  font-size: 1.1rem;
  line-height: 1.25rem;
  font-weight: 600;
  border-bottom: 1px dashed #cccccc;
}
@media handheld, only screen and (max-width: 1024px) {
  ul.side-nav > li {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
}
ul.side-nav > li > a:before {
  display: inline-block;
  vertical-align: middle;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da";
  position: absolute;
  top: 14px;
  left: 0;
  display: none;
}
@media handheld, only screen and (max-width: 1024px) {
  ul.side-nav > li > a:before {
    top: 12px;
  }
}
ul.side-nav > li:first-child {
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: -12px;
}
ul.side-nav > li:first-child a {
  padding-left: 0;
}
ul.side-nav > li:first-child a:before {
  display: none !important;
}
ul.side-nav > li.selected > a:before {
  display: block;
}
.global ul.side-nav > li.selected > a {
  color: #999999;
}
.north-asia ul.side-nav > li.selected > a {
  color: #507cdd;
}
.southeast-asia ul.side-nav > li.selected > a {
  color: #cfb32b;
}
.latin-america ul.side-nav > li.selected > a {
  color: #00a09a;
}
ul.side-nav > li.selected .page-nav {
  display: block;
}
ul.side-nav .page-nav {
  display: none;
  border-top: 1px dashed #cccccc;
  padding: 6px 0;
}
@media handheld, only screen and (max-width: 1024px) {
  ul.side-nav .page-nav {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
ul.page-nav > li {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  color: #222221;
}
ul.page-nav > li.selected > a {
  position: relative;
}
ul.page-nav > li > a {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  color: #222221;
}
@media handheld, only screen and (max-width: 1024px) {
  ul.page-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
  }
}
ul.page-nav > li > a:before {
  display: inline-block;
  vertical-align: middle;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da";
  position: absolute;
  top: 7px;
  left: 12px !important;
}
@media handheld, only screen and (max-width: 1024px) {
  ul.page-nav > li > a:before {
    top: 10px;
  }
}
/*ul.page-nav*/

.js-mobile-trigger {
  display: block;
  position: relative;
  padding: 24px 48px 24px 58px;
  background: #cccccc;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  color: #222221;
  cursor: pointer;
}
.js-mobile-trigger .menu-icon {
  display: block;
  position: absolute;
  left: 24px;
  top: 28px;
  width: 24px;
  height: 2px;
  background: #222221;
}
.js-mobile-trigger .menu-icon:before,
.js-mobile-trigger .menu-icon:after {
  content: "";
  display: block;
  position: relative;
  top: 5px;
  width: 24px;
  height: 2px;
  background: #222221;
}
.js-mobile-trigger .menu-icon:after {
  top: 8px;
}
.js-mobile-trigger:before {
  display: inline-block;
  vertical-align: middle;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  padding-top: 24px;
  text-align: center;
}
.js-mobile-trigger.active:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*.js-mobile-trigger */

.global .social-icons:not(.footer-social) a {
  color: #222221;
}
.north-asia .social-icons:not(.footer-social) a {
  color: #507cdd;
}
.southeast-asia .social-icons:not(.footer-social) a {
  color: #cfb32b;
}
.latin-america .social-icons:not(.footer-social) a {
  color: #00a09a;
}
@media handheld, only screen and (max-width: 1024px) {
  .social-icons {
    margin-bottom: 24px;
  }
}
.social-icons a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  text-align: center;
  color: #888888;
}
.social-icons a:last-child {
  margin-right: 0;
}
.share-this .h6 {
  font-weight: 700;
  color: #706e6e;
}
.no-social .share-this {
  display: none !important;
}
#twitter-feed p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.1rem;
}
#twitter-feed a {
  display: inline-block;
  color: #222221;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}
#twitter-feed .user > div > a span {
  display: none;
}
#twitter-feed .user > div > a span:last-child {
  display: block;
  margin: 0 0 12px 0;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-bottom: 3px;
}
#twitter-feed .user > div > a span:last-child:before {
  display: inline-block;
  vertical-align: middle;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f099";
  font-size: 1.3rem;
  color: #1da1f2;
  margin-right: 3px;
}
#twitter-feed .interact {
  display: none;
}
.logo {
  display: block;
  width: 300px;
  height: 84px;
  max-width: 100%;
}
@media handheld, only screen and (max-width: 600px) {
  .logo {
    width: 220px;
    height: 62px;
  }
}
.logo svg {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  height: 84px;
  max-width: 100%;
}
@media handheld, only screen and (max-width: 600px) {
  .logo svg {
    width: 220px;
    height: 62px;
  }
}
@media handheld, only screen and (max-width: 768px) {
  .logo-global {
    width: 410px;
    height: 54px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .logo-global {
    width: 320px;
    height: 42px;
  }
}
@media handheld, only screen and (max-width: 414px) {
  .logo-global {
    width: 250px;
    height: 33px;
  }
}
.logo-global svg {
  display: inline-block;
  vertical-align: middle;
  width: 445px;
  height: 59px;
  max-width: 100%;
}
@media handheld, only screen and (max-width: 768px) {
  .logo-global svg {
    width: 410px;
    height: 54px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .logo-global svg {
    width: 320px;
    height: 42px;
  }
}
@media handheld, only screen and (max-width: 414px) {
  .logo-global svg {
    width: 250px;
    height: 33px;
  }
}
.goto-logo {
  position: relative;
  white-space: nowrap;
  width: auto;
}
.goto-logo .text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  text-align: right;
  font-family: 'Changa', helvetica, arial, sans-serif;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 600;
  white-space: normal;
  width: auto;
  color: #222221;
}
@media handheld, only screen and (max-width: 600px) {
  .goto-logo .text {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
}
.goto-logo .text:before {
  content: "go to";
  display: block;
  position: absolute;
  top: -25px;
  right: 49px;
  font-family: 'ClearSans', helvetica, arial, sans-serif;
  font-weight: 300;
  color: #888888;
}
.goto-logo .text .region-name {
  display: block;
}
.goto-logo .logo-symbol {
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 37px;
}
.full-logo-global .st0 {
  fill: #222221;
}
.full-logo-global .st1 {
  fill: #507cdd;
}
.full-logo-global .st2 {
  fill: #cfb32b;
}
.full-logo-global .st3 {
  fill: #00a09a;
}
.full-logo-north-asia .st0 {
  fill: #507cdd;
}
.full-logo-north-asia .st1 {
  fill: #222221;
}
.full-logo-southeast-asia .st0 {
  fill: #cfb32b;
}
.full-logo-southeast-asia .st1 {
  fill: #222221;
}
.full-logo-latin-america .st0 {
  fill: #00a09a;
}
.full-logo-latin-america .st1 {
  fill: #222221;
}
html.no-js body {
  display: block;
}
/* html.no-js*/

@media handheld, only screen and (max-width: 1024px) {
  html.js .details-page .js-mobile-trigger,
  html.js .listings-page .js-mobile-trigger {
    display: block;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  html.js .js-sticky .share-this {
    display: none;
  }
}
/* html.js*/

.loading-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: currentColor;
  z-index: 1010;
}
.loading-overlay .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 60px;
  height: 60px;
  opacity: 0.8;
}
.loading-overlay .loader .fa {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  font-size: 60px;
  color: white;
  text-align: center;
  -webkit-animation: rotate360 1s infinite linear;
  animation: rotate360 1s infinite linear;
}
.loading-overlay.filter-loading-overlay {
  background-color: rgba(0, 0, 0, 0.32);
}
html {
  font-size: 18px;
}
html.global {
  color: #222221;
}
html.north-asia {
  color: #507cdd;
}
html.southeast-asia {
  color: #cfb32b;
}
html.latin-america {
  color: #00a09a;
}
body {
  color: #222221;
  font-family: 'ClearSans', helvetica, arial, sans-serif;
  font-weight: 300;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  background: white;
  overflow-y: scroll;
}
section[class*="section-"] {
  margin-bottom: 48px;
}
@media handheld, only screen and (max-width: 600px) {
  section[class*="section-"] {
    margin-bottom: 24px;
  }
}
header {
  position: fixed;
  width: 100%;
  z-index: 500;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  /*.global.scrolling-down & {
        top: -183px;

        @media handheld, only screen and (max-width: @medium) {
            top: -158px;
        }

        @media handheld, only screen and (max-width: @small) {
            top: -111px;
        }
    }*/

}
.scrolling-up header {
  top: 0;
  border-color: #cccccc;
}
.scrolling-down header {
  top: -183px;
}
@media handheld, only screen and (max-width: 1024px) {
  .scrolling-down header {
    top: -158px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .scrolling-down header {
    top: -123px;
  }
}
header a {
  color: currentColor;
}
header .header-errors {
  background-color: #ed1846;
  color: white;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
}
header .utils-nav-wrapper {
  background: #f4f4f8;
}
@media handheld, only screen and (max-width: 600px) {
  header .utils-nav-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
}
header .utils-nav ul {
  display: table;
  color: #222221;
}
@media handheld, only screen and (max-width: 1024px) {
  header .utils-nav ul {
    width: 100%;
    table-layout: fixed;
  }
}
header .utils-nav ul li {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  padding-left: 24px;
  padding-right: 24px;
  text-transform: uppercase;
}
@media handheld, only screen and (max-width: 1024px) {
  header .utils-nav ul li {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
header .utils-nav ul li:first-child:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 1px;
  height: 24px;
  max-height: 100%;
  background-color: #222221;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media handheld, only screen and (max-width: 1024px) {
  header .utils-nav ul li:first-child:before {
    display: none;
  }
}
@media handheld, only screen and (max-width: 600px) {
  header .utils-nav ul li:first-child:before {
    height: 12px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  header .utils-nav ul li:last-child {
    border-right: none;
  }
}
header .utils-nav ul li:last-child:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 1px;
  height: 24px;
  max-height: 100%;
  background-color: #222221;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media handheld, only screen and (max-width: 600px) {
  header .utils-nav ul li:last-child:before {
    height: 12px;
  }
}
header .utils-nav ul li.site-selector {
  padding-left: 0;
  padding-right: 0;
}
header .utils-nav ul li.site-selector select {
  padding-left: 24px;
  padding-right: 36px;
  font-size: 0.8rem;
  text-transform: uppercase;
}
@media handheld, only screen and (max-width: 1024px) {
  header .utils-nav ul li.site-selector select {
    padding-left: 12px;
    padding-right: 24px;
  }
}
header .utils-nav ul li.login-wrapper {
  background-color: white;
  border-right: 1px solid #f4f4f8;
  font-weight: 600;
}
.global header .utils-nav ul li.login-wrapper {
  color: #999999;
}
.north-asia header .utils-nav ul li.login-wrapper {
  color: #507cdd;
}
.southeast-asia header .utils-nav ul li.login-wrapper {
  color: #cfb32b;
}
.latin-america header .utils-nav ul li.login-wrapper {
  color: #00a09a;
}
@media handheld, only screen and (max-width: 1024px) {
  header .utils-nav ul li.cart-wrapper {
    padding-bottom: 5px;
  }
}
header .utils-nav ul li.cart-wrapper .fa-shopping-cart {
  margin-top: -2px;
}
header .utils-nav ul li.cart-wrapper .cart-count {
  display: inline-block;
  font-weight: 700;
  margin-left: 3px;
}
@media handheld, only screen and (max-width: 600px) {
  header .utils-nav ul li.cart-wrapper .cart-count {
    margin-left: 0;
  }
}
header .utils-nav ul li.cart-wrapper .cart-count:before {
  content: "(";
}
header .utils-nav ul li.cart-wrapper .cart-count:after {
  content: ")";
}
header .utils-nav ul li.site-search-wrapper .fa {
  margin-right: 0;
  margin-top: -5px;
}
header .utils-nav ul li .fa {
  margin-right: 3px;
}
header .utils-nav ul li a {
  display: block;
}
header .utils-nav ul li span {
  font-size: 0.8rem;
}
@media handheld, only screen and (max-width: 600px) {
  header .utils-nav ul li span {
    font-size: 0.7rem;
    display: none;
  }
}
@media handheld, only screen and (max-width: 600px) {
  header .utils-nav .site-selector {
    display: none;
  }
}
@media handheld, only screen and (max-width: 600px) {
  header .main-nav {
    float: left;
  }
}
@media handheld, only screen and (max-width: 600px) {
  header .logo {
    float: right;
  }
}
header .logo-global {
  text-align: right;
}
.main {
  min-height: 100vh;
}
.img-wrapper,
.tile-img-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
}
.img-wrapper.overlay-0:after,
.tile-img-wrapper.overlay-0:after {
  display: none;
}
.img-wrapper.overlay-1:after,
.tile-img-wrapper.overlay-1:after {
  opacity: 0.1;
}
.img-wrapper.overlay-2:after,
.tile-img-wrapper.overlay-2:after {
  opacity: 0.2;
}
.img-wrapper.overlay-3:after,
.tile-img-wrapper.overlay-3:after {
  opacity: 0.3;
}
.img-wrapper.overlay-4:after,
.tile-img-wrapper.overlay-4:after {
  opacity: 0.4;
}
.img-wrapper.overlay-5:after,
.tile-img-wrapper.overlay-5:after {
  opacity: 0.5;
}
.img-wrapper.overlay-6:after,
.tile-img-wrapper.overlay-6:after {
  opacity: 0.6;
}
.img-wrapper.overlay-7:after,
.tile-img-wrapper.overlay-7:after {
  opacity: 0.7;
}
.img-wrapper.overlay-8:after,
.tile-img-wrapper.overlay-8:after {
  opacity: 0.8;
}
.img-wrapper.overlay-9:after,
.tile-img-wrapper.overlay-9:after {
  opacity: 0.9;
}
.img-wrapper .hgroup,
.tile-img-wrapper .hgroup {
  z-index: 1;
  position: absolute;
  padding: 24px;
  display: table;
  margin: 0;
  vertical-align: middle;
}
.img-wrapper .hgroup .icon,
.tile-img-wrapper .hgroup .icon {
  display: none;
  padding-right: 12px;
}
.img-wrapper .hgroup .icon:before,
.tile-img-wrapper .hgroup .icon:before {
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 26px solid white;
  content: "";
  width: 0;
  height: 0;
  display: block;
}
.img-wrapper h3,
.tile-img-wrapper h3 {
  display: table-cell;
  vertical-align: middle;
  color: white;
  margin: 0;
  font-weight: 700;
}
.img-wrapper h3 span,
.tile-img-wrapper h3 span {
  display: block;
  font-family: 'Changa', helvetica, arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 3px;
}
.img-wrapper img,
.tile-img-wrapper img {
  display: block;
  width: 100%;
  max-width: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ececec;
  background-size: 80px 80px;
}
.global .img-wrapper img,
.global .tile-img-wrapper img {
  background-image: url(/cassette.axd/file/Content/Images/logo-global-white-5baf985a9a61902180d6b5d634ee5f2c67ec405a.svg);
}
.north-asia .img-wrapper img,
.north-asia .tile-img-wrapper img {
  background-image: url(/cassette.axd/file/Content/Images/logo-north-asia-white-99b7a217e6e10aa8920c10e158aa77e4e067612f.svg);
}
.southeast-asia .img-wrapper img,
.southeast-asia .tile-img-wrapper img {
  background-image: url(/cassette.axd/file/Content/Images/logo-southeast-asia-white-5addb72ba8ebea69d59904b0738e78ad0cf2b49c.svg);
}
.latin-america .img-wrapper img,
.latin-america .tile-img-wrapper img {
  background-image: url(/cassette.axd/file/Content/Images/logo-latin-america-white-bea23ac6115d15f321383a2430c16ee66597aa00.svg);
}
.desc-wrapper {
  padding-top: 12px;
}
.desc-wrapper > * {
  display: block;
  margin: 6px 0;
}
.desc-wrapper > *:last-child {
  margin-bottom: 0;
}
.desc-wrapper .date-wrapper {
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 400;
}
.desc-wrapper .blurb {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 0.85rem;
  line-height: 1.1rem;
}
.desc-wrapper .u-more {
  font-size: 0.85rem;
}
.load-more-wrapper {
  text-align: center;
}
@media handheld, only screen and (max-width: 600px) {
  
}
.load-more-wrapper .btn {
  min-width: 260px;
}
svg.north-asia {
  fill: #507cdd;
}
svg.southeast-asia {
  fill: #cfb32b;
}
svg.latin-america {
  fill: #00a09a;
}
.global .date-wrapper {
  color: #999999;
}
.north-asia .date-wrapper {
  color: #507cdd;
}
.southeast-asia .date-wrapper {
  color: #cfb32b;
}
.latin-america .date-wrapper {
  color: #00a09a;
}
footer {
  background: #f8f8f8;
  overflow: hidden;
  padding-top: 48px;
  padding-bottom: 24px;
}
@media handheld, only screen and (max-width: 600px) {
  footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
footer .rich-text {
  color: #888888;
}
footer .rich-text + .items {
  padding-top: 36px;
}
@media handheld, only screen and (max-width: 1024px) {
  footer .rich-text + .items {
    padding-top: 24px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  footer .social-icons {
    text-align: center;
  }
}
footer .social-icons a {
  margin-right: 12px;
}
footer .goto-logo {
  display: inline-block;
}
@media handheld, only screen and (max-width: 1280px) {
  footer .goto-logo {
    text-align: center;
    margin-top: 24px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  footer .goto-logo {
    margin: 24px auto;
  }
}
footer select,
footer .select-wrapper select,
footer input:not([type="submit"]) {
  background-color: white;
}
footer .items {
  padding-bottom: 72px;
}
@media handheld, only screen and (max-width: 1024px) {
  footer .items {
    padding-bottom: 24px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  footer .items {
    padding-bottom: 24px;
  }
}
footer .items ul {
  position: relative;
  font-size: 0.8rem;
  font-weight: 400;
}
@media handheld, only screen and (max-width: 1024px) {
  footer .items ul {
    text-align: center;
  }
}
footer .items ul li {
  margin-bottom: 8px;
}
footer .items ul li strong {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}
footer .items ul li:nth-child(n+2) {
  color: #888888;
}
footer .info-wrapper {
  font-size: 0.8rem;
}
@media handheld, only screen and (max-width: 1280px) {
  footer .info-wrapper > .row > .fourcol {
    text-align: center;
  }
}
footer .copyright-row {
  margin-top: 24px;
  border-top: 1px solid #cccccc;
  padding-top: 24px;
}
@media handheld, only screen and (max-width: 1024px) {
  footer .copyright-row {
    text-align: center;
  }
}
@media handheld, only screen and (max-width: 600px) {
  footer .copyright-row {
    margin-top: 0;
  }
}
footer .copyright-row .footer-logo {
  display: inline-block;
  position: relative;
  margin-right: 24px;
}
@media handheld, only screen and (max-width: 1024px) {
  footer .copyright-row .footer-logo {
    display: block;
    margin: 0 auto 12px auto;
  }
}
footer .copyright-row .footer-logo.logo-global {
  width: 310px;
}
@media handheld, only screen and (min-width: 1025px) {
  footer .copyright-row .footer-logo.logo-global {
    margin-right: 0;
  }
}
footer .copyright-row .footer-logo.logo-global svg {
  width: 310px;
}
footer .copyright-row .footer-logo.logo {
  width: 210px;
  height: 59px;
}
@media handheld, only screen and (min-width: 1025px) {
  footer .copyright-row .footer-logo.logo {
    margin-right: 0;
  }
}
footer .copyright-row .footer-logo.logo svg {
  width: 210px;
  height: 59px;
}
footer .copyright-row .footer-logo .st0,
footer .copyright-row .footer-logo .st1,
footer .copyright-row .footer-logo .st2,
footer .copyright-row .footer-logo .st3 {
  fill: #888888;
}
footer .copyright {
  font-size: 0.8rem;
  font-weight: 300;
  display: inline-block;
  color: #888888;
}
@media handheld, only screen and (max-width: 1024px) {
  footer .copyright {
    display: block;
    text-align: center;
  }
}
footer .row-flex {
  display: flex;
  flex-wrap: wrap;
}
footer .row-flex > div {
  float: none;
}
@media handheld, only screen and (max-width: 1024px) {
  footer .row-flex > div:nth-child(1) {
    /*logo*/
    order: 1;
  }
  footer .row-flex > div:nth-child(2) {
    /*copyright*/
    order: 3;
  }
  footer .row-flex > div:nth-child(3) {
    /*select site*/
    order: 2;
  }
}
html.global footer .goto-logo .region-name.global,
html.north-asia footer .goto-logo .region-name.global,
html.north-southeast footer .goto-logo .region-name.global,
html.latin-america footer .goto-logo .region-name.global {
  color: #222221;
}
html.global footer .goto-logo .region-name.north-asia,
html.north-asia footer .goto-logo .region-name.north-asia,
html.north-southeast footer .goto-logo .region-name.north-asia,
html.latin-america footer .goto-logo .region-name.north-asia {
  color: #507cdd;
}
html.global footer .goto-logo .region-name.southeast-asia,
html.north-asia footer .goto-logo .region-name.southeast-asia,
html.north-southeast footer .goto-logo .region-name.southeast-asia,
html.latin-america footer .goto-logo .region-name.southeast-asia {
  color: #cfb32b;
}
html.global footer .goto-logo .region-name.latin-america,
html.north-asia footer .goto-logo .region-name.latin-america,
html.north-southeast footer .goto-logo .region-name.latin-america,
html.latin-america footer .goto-logo .region-name.latin-america {
  color: #00a09a;
}
html.global footer .goto-logo svg.global,
html.north-asia footer .goto-logo svg.global,
html.north-southeast footer .goto-logo svg.global,
html.latin-america footer .goto-logo svg.global {
  fill: #222221;
}
html.global footer .goto-logo svg.north-asia,
html.north-asia footer .goto-logo svg.north-asia,
html.north-southeast footer .goto-logo svg.north-asia,
html.latin-america footer .goto-logo svg.north-asia {
  fill: #507cdd;
}
html.global footer .goto-logo svg.southeast-asia,
html.north-asia footer .goto-logo svg.southeast-asia,
html.north-southeast footer .goto-logo svg.southeast-asia,
html.latin-america footer .goto-logo svg.southeast-asia {
  fill: #cfb32b;
}
html.global footer .goto-logo svg.latin-america,
html.north-asia footer .goto-logo svg.latin-america,
html.north-southeast footer .goto-logo svg.latin-america,
html.latin-america footer .goto-logo svg.latin-america {
  fill: #00a09a;
}
html.global footer .copyright-row .logo .text .region-name,
html.north-asia footer .copyright-row .logo .text .region-name,
html.north-southeast footer .copyright-row .logo .text .region-name,
html.latin-america footer .copyright-row .logo .text .region-name {
  color: #888888;
}
.search-overlay {
  display: none;
  position: relative;
}
html.search-open {
  overflow: hidden;
  height: 100%;
}
html.search-open.scrolling-up header,
html.search-open.scrolling-down header {
  top: 0;
}
html.search-open body {
  overflow: hidden;
  height: 100%;
}
html.search-open header .search-icon svg {
  display: none;
}
html.search-open header .search-icon:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 18px;
  opacity: 1;
}
html.search-open header .search-icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
  opacity: 1;
}
html.search-open .search-overlay {
  display: block;
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 490;
  color: #222221;
  overflow-y: auto;
  background-color: white;
}
html.search-open .search-overlay .form-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: calc(9vw) calc(9vw);
}
@media handheld, only screen and (max-width: 600px) {
  html.search-open .search-overlay .form-wrapper {
    padding: 120px 12px 12px;
  }
}
html.search-open .search-overlay .form-wrapper .form-field {
  margin-bottom: 0;
}
@media handheld, only screen and (max-width: 600px) {
  html.search-open .search-overlay .form-wrapper .form-field {
    display: block;
  }
}
html.search-open .search-overlay .form-wrapper .form-field button,
html.search-open .search-overlay .form-wrapper .form-field input {
  height: 75px;
  padding: 24px;
}
html.search-open .search-overlay .form-wrapper .form-field button {
  margin-left: -2px;
}
@media handheld, only screen and (max-width: 600px) {
  html.search-open .search-overlay .form-wrapper .form-field button {
    margin-top: 12px;
    margin-left: 0;
  }
}
html.search-open .search-overlay .form-wrapper .field-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
html.search-open .search-overlay .form-wrapper .field-wrapper .form-field:first-child {
  flex-grow: 1;
}
@media handheld, only screen and (max-width: 600px) {
  html.search-open .search-overlay .form-wrapper .field-wrapper .form-field {
    width: 100%;
  }
}
@media handheld, only screen and (max-width: 600px) {
  html.search-open .search-overlay .form-wrapper .field-wrapper {
    flex-direction: column;
  }
}
html.search-open .search-overlay .form-wrapper .field-wrapper input[type="search"] {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media handheld, only screen and (max-width: 600px) {
  html.search-open .search-overlay .form-wrapper .field-wrapper input[type="search"] {
    min-width: 100px;
  }
}
html.search-open .search-overlay .form-wrapper .field-wrapper .search-close {
  padding: 12px;
  margin-left: 24px;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
}
html.search-open .search-overlay .form-wrapper .field-wrapper .search-close:before {
  font-family: "fontawesome";
  content: "\f00d";
  font-weight: 700;
  padding-right: .3em;
}
@media handheld, only screen and (max-width: 600px) {
  html.search-open .search-overlay .form-wrapper .field-wrapper .search-close {
    margin: 12px 0;
  }
}
html.search-open.touch-device.global .search-overlay {
  background-color: #222221;
}
html.search-open.touch-device.north-asia .search-overlay {
  background-color: #507cdd;
}
html.search-open.touch-device.southeast-asia .search-overlay {
  background-color: #cfb32b;
}
html.search-open.touch-device.latin-america .search-overlay {
  background-color: #00a09a;
}
html.search-open.touch-device .search-overlay {
  color: white;
  padding: 0 12px;
}
html.search-open.touch-device .search-overlay .form-wrapper {
  position: static;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  padding: 130px 0 0 0;
}
@media handheld, only screen and (min-width: 415px) {
  html.search-open.touch-device .search-overlay .form-wrapper {
    padding: 130px 0 0 0;
  }
}
@media handheld, only screen and (min-width: 601px) {
  html.search-open.touch-device .search-overlay .form-wrapper {
    padding: 170px 0 0 0;
  }
}
@media handheld, only screen and (min-width: 1025px) {
  html.search-open.touch-device .search-overlay .form-wrapper {
    padding: 200px 0 0 0;
  }
}
@media handheld, only screen and (max-width: 600px) {
  html.search-open.touch-device .search-overlay .form-wrapper .field-wrapper input[type="search"] {
    padding: 12px;
  }
}
html.search-open.touch-device .form-field button {
  background-color: #1d1e19;
  color: white;
}
html.search-open.touch-device header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.search-page .main > .container {
  padding-top: 48px;
  padding-bottom: 48px;
}
.search-page .search-result {
  display: block;
  padding-top: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #cccccc;
}
@media handheld, only screen and (max-width: 600px) {
  .search-page .search-result {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.search-page .search-result:first-child {
  border-top: 1px solid #cccccc;
}
.search-page .search-result .url {
  display: block;
  color: #cccccc;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 12px;
}
.details-page .rich-text h1 span {
  margin-bottom: 12px;
}
@media handheld, only screen and (min-width: 1025px) {
  .details-page.sidenav .nav {
    float: right;
  }
}
@media handheld, only screen and (min-width: 1025px) {
  .details-page.sidenav .content {
    float: none;
    padding: 72px 72px 72px 0;
  }
}
.details-page.no-sidenav .banner .row {
  max-width: 800px;
  margin: 0 auto;
  float: none;
}
.details-page.no-sidenav .no-image-banner .hgroup {
  max-width: 800px;
  margin: 0 auto;
  float: none;
}
.details-page.no-sidenav .content {
  max-width: 800px;
  margin: 0 auto;
  float: none;
}
.faq-category {
  margin-bottom: 72px;
}
html.form-page .main {
  padding-bottom: 72px;
}
@media handheld, only screen and (max-width: 1024px) {
  html.form-page .main {
    padding-bottom: 48px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  html.form-page .main {
    padding-bottom: 24px;
  }
}
html.form-page .hgroup {
  padding-top: 48px;
  margin-bottom: 48px;
}
@media handheld, only screen and (max-width: 600px) {
  html.form-page .hgroup {
    padding-top: 24px;
    margin-bottom: 24px;
  }
}
html.form-page .hgroup h1 {
  display: inline-block;
}
html.form-page .hgroup h1 + span {
  margin-left: 6px;
}
html.form-page .form-field input[type="submit"] {
  margin-top: 12px;
}
html.form-page a.btn,
html.form-page .btn,
html.form-page input[type="submit"],
html.form-page button {
  font-weight: 400;
  text-transform: uppercase;
}
@media handheld, only screen and (min-width: 1025px) {
  html.form-page a.btn,
  html.form-page .btn,
  html.form-page input[type="submit"],
  html.form-page button {
    max-width: 350px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  html.form-page a.btn,
  html.form-page .btn,
  html.form-page input[type="submit"],
  html.form-page button {
    padding-left: 12px;
    padding-right: 12px;
    letter-spacing: 0;
    font-size: 0.95rem;
  }
}
html.form-page .field-validation-error,
html.form-page .error {
  font-size: 0.8rem;
}
html.form-page .quantity-control-ui {
  vertical-align: middle;
}
html.form-page .cart-button-wrapper {
  padding: 12px;
  text-align: right;
}
@media handheld, only screen and (max-width: 1024px) {
  html.form-page .cart-button-wrapper {
    text-align: center;
  }
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cta-row > div {
  padding: 12px;
}
@media handheld, only screen and (max-width: 600px) {
  .cta-row > div {
    padding: 0;
  }
}
.cta-row > div:first-child {
  flex-grow: 1;
  text-align: right;
}
@media handheld, only screen and (max-width: 750px) {
  .cta-row > div:first-child {
    text-align: center;
    width: 100%;
    padding-bottom: 0;
  }
}
.cta-row > div:last-child {
  width: 260px;
}
@media handheld, only screen and (max-width: 1024px) {
  .cta-row > div:last-child {
    width: 50%;
  }
}
@media handheld, only screen and (max-width: 750px) {
  .cta-row > div:last-child {
    text-align: center;
    width: 100%;
    padding-bottom: 0;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .cta-row .btn {
    margin-top: 12px;
  }
}
@media handheld, only screen and (max-width: 750px) {
  
}
.totals-wrapper {
  margin-top: 24px;
  margin-bottom: 24px;
}
.total-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.total-row.order-total {
  font-weight: 700;
}
.total-row > div {
  padding: 0 12px;
}
.total-row > div:first-child {
  text-align: right;
  flex-grow: 1;
}
.total-row > div:nth-child(2) {
  width: 160px;
}
.total-row > div:nth-child(3) {
  width: 260px;
}
@media handheld, only screen and (max-width: 1024px) {
  .total-row > div:nth-child(2) {
    width: 50%;
  }
  .total-row > div:nth-child(3) {
    width: 100%;
    text-align: center;
  }
}
.label-row {
  margin-bottom: 12px;
}
@media handheld, only screen and (max-width: 1024px) {
  .label-row {
    display: none;
  }
}
.label-row .td {
  background: #f5f4f9;
  font-weight: 700;
}
.order-summary-table {
  margin-top: 24px;
}
.order-summary-table .label-row {
  border-top: 1px solid #222221;
  margin-bottom: 0;
}
.order-summary-table .label-row .td {
  background: transparent;
}
.cart-table-wrapper {
  margin-bottom: 96px;
}
.cart-table-wrapper .td {
  padding: 12px 12px;
}
@media handheld, only screen and (min-width: 1025px) {
  .cart-table-wrapper .label-row,
  .cart-table-wrapper .cart-item-row {
    table-layout: fixed;
  }
  .cart-table-wrapper .label-row .td.price,
  .cart-table-wrapper .cart-item-row .td.price {
    width: 120px;
  }
  .cart-table-wrapper .label-row .td.quantity,
  .cart-table-wrapper .cart-item-row .td.quantity {
    width: 170px;
  }
  .cart-table-wrapper .label-row .td.subtotal,
  .cart-table-wrapper .cart-item-row .td.subtotal {
    width: 160px;
  }
  .cart-table-wrapper .label-row .td.remove,
  .cart-table-wrapper .cart-item-row .td.remove {
    width: 260px;
  }
}
.cart-item-row {
  padding: 12px 0;
  border-top: 1px solid #222221;
}
@media handheld, only screen and (max-width: 1024px) {
  .cart-item-row {
    position: relative;
    padding-top: 36px;
    padding-bottom: 36px;
    text-align: center;
  }
  .cart-item-row .td.remove {
    padding: 0;
  }
}
.cart-item-row:last-child {
  border-bottom: 1px solid #222221;
}
.cart-item-row .item-name span {
  display: block;
  font-size: 1rem;
  line-height: 1.1rem;
}
@media handheld, only screen and (max-width: 1024px) {
  .cart-item-row .quantity-control-ui {
    margin-bottom: 12px;
  }
}
.cart-item-row .btn-remove {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}
@media handheld, only screen and (max-width: 1024px) {
  .cart-item-row .btn-remove {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
  }
}
.quantity-control-ui {
  display: inline-block;
  background-color: white;
}
.quantity-control-ui input,
.quantity-control-ui > div {
  display: block;
  float: left;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #222221;
  font-size: 10px;
  cursor: pointer;
}
.quantity-control-ui input input:disabled,
.quantity-control-ui > div input:disabled,
.quantity-control-ui input input,
.quantity-control-ui > div input {
  background-color: transparent;
  border: none;
  color: #222221;
}
.quantity-control-ui .amount-box input:disabled {
  color: #222221 !important;
  -webkit-text-fill-color: #222221;
  /* Override iOS / Android font color change */
  -webkit-opacity: 1;
  /* Override iOS opacity change affecting text & background color */
  color: #222221;
  /* Override IE font color change */

}
.quantity-control-ui .btn-quantity:first-child {
  border-right: none;
}
.quantity-control-ui .btn-quantity:last-child {
  border-left: none;
}
html.cart header {
  border-color: #cccccc !important;
}
html.registration header {
  border-color: #cccccc !important;
}
html.registration .main > .container > .row {
  max-width: 1000px;
}
html.registration .main .row > .sixcol:first-child {
  padding-right: 96px;
}
@media handheld, only screen and (max-width: 1024px) {
  html.registration .main .row > .sixcol:first-child {
    padding-right: 0;
  }
}
html.registration .main .row > .sixcol:last-child:not(:first-child) {
  padding-left: 96px;
  border-left: 1px solid #cccccc;
}
@media handheld, only screen and (max-width: 1024px) {
  html.registration .main .row > .sixcol:last-child:not(:first-child) {
    padding-left: 0;
    border-left: none;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  html.registration .main .row > .twelvecol-md {
    margin-bottom: 48px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  html.registration .main .row > .twelvecol-md {
    margin-bottom: 24px;
  }
}
html.registration .main .row .rich-text {
  margin-bottom: 24px;
}
html.registration .main .row .rich-text:last-child {
  margin-bottom: 0;
}
html.home-page.global .banner-hub-wrapper .hub {
  background-color: #222221;
}
@media handheld, only screen and (max-width: 768px) {
  html.home-page.global .banner-hub-wrapper .hub {
    border: 1px solid #222221;
  }
}
html.home-page.north-asia .banner-hub-wrapper .hub {
  background-color: #507cdd;
}
@media handheld, only screen and (max-width: 768px) {
  html.home-page.north-asia .banner-hub-wrapper .hub {
    border: 1px solid #507cdd;
  }
}
html.home-page.southeast-asia .banner-hub-wrapper .hub {
  background-color: #cfb32b;
}
@media handheld, only screen and (max-width: 768px) {
  html.home-page.southeast-asia .banner-hub-wrapper .hub {
    border: 1px solid #cfb32b;
  }
}
html.home-page.latin-america .banner-hub-wrapper .hub {
  background-color: #00a09a;
}
@media handheld, only screen and (max-width: 768px) {
  html.home-page.latin-america .banner-hub-wrapper .hub {
    border: 1px solid #00a09a;
  }
}
@media handheld, only screen and (max-width: 768px) {
  html.home-page .banner {
    background-size: 100% auto;
    background-position-y: top;
    background-color: white;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  html.home-page .banner > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld, only screen and (max-width: 768px) {
  html.home-page .banner > .container {
    position: static;
  }
}
@media handheld, only screen and (max-width: 768px) {
  html.home-page .banner > .container:before {
    display: none;
  }
}
@media handheld, only screen and (max-width: 768px) {
  html.home-page .banner > .container > .row {
    padding-top: 63.41%;
    padding-top: 71.8333%;
  }
}
html.home-page .banner .row {
  height: 1051px;
}
@media handheld, only screen and (max-width: 1024px) {
  html.home-page .banner .row {
    height: 739px;
  }
}
@media handheld, only screen and (max-width: 768px) {
  html.home-page .banner .row {
    height: 553px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  html.home-page .banner .row {
    height: auto;
    min-height: 431px;
  }
}
html.home-page .banner .row > div {
  vertical-align: bottom;
  text-align: left;
}
@media handheld, only screen and (max-width: 768px) {
  html.home-page .banner .row > div {
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: left;
    min-height: 1px;
    width: 100%;
    /*float: left;*/
  
    float: none;
  }
  html.home-page .banner .row > div.single {
    float: none!important;
    margin: 0 auto;
  }
}
@media handheld, only screen and (max-width: 600px) {
  html.home-page .banner .row > div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
html.home-page .banner .hgroup-wrapper {
  height: auto;
  background-image: none !important;
}
@media handheld, only screen and (min-width: 769px) {
  html.home-page .banner .hgroup-wrapper {
    height: 300px;
    padding-bottom: 96px;
    background-image: none !important;
  }
}
@media handheld, only screen and (min-width: 1281px) {
  html.home-page .banner .hgroup-wrapper {
    padding-bottom: 96px;
  }
}
@media handheld, only screen and (min-width: 1441px) {
  html.home-page .banner .hgroup-wrapper {
    padding-bottom: 72px;
  }
}
@media handheld, only screen and (max-width: 768px) {
  html.home-page .banner .hgroup-wrapper:empty {
    display: none;
  }
}
@media handheld, only screen and (max-width: 768px) {
  html.home-page .banner .hgroup-wrapper h1 {
    display: table-cell;
    vertical-align: bottom;
    padding: 24px;
  }
}
@media handheld, only screen and (max-width: 768px) {
  html.home-page .banner[class*='overlay-']:after {
    display: none;
  }
}
@media handheld, only screen and (max-width: 600px) {
  html.home-page .banner .section-one-column a,
  html.home-page .banner .section-two-column a,
  html.home-page .banner .section-three-column a,
  html.home-page .banner .section-left-right-text-image a {
    margin-bottom: 12px;
  }
}
html.home-page .banner h1 {
  margin-bottom: 48px;
}
@media handheld, only screen and (max-width: 600px) {
  html.home-page .banner h1 {
    margin-bottom: 24px;
  }
}
html.home-page .banner-hub-wrapper {
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media handheld, only screen and (max-width: 1024px) {
  html.home-page .banner-hub-wrapper {
    padding: 12px;
    padding-top: 72px;
  }
}
@media handheld, only screen and (max-width: 768px) {
  html.home-page .banner-hub-wrapper {
    display: flex !important;
    position: relative;
    padding: 0;
    padding: 12px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  html.home-page .banner-hub-wrapper {
    display: block !important;
  }
}
html.home-page .banner-hub-wrapper:before {
  content: "";
  display: none;
  position: absolute;
  background-color: white;
  opacity: 1 !important;
  left: 0;
  top: 63.41%;
  width: 325px;
  height: 46px;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  transform: rotate(8deg);
}
@media handheld, only screen and (max-width: 1024px) {
  html.home-page .banner-hub-wrapper:before {
    width: 234px;
    height: 33px;
  }
}
@media handheld, only screen and (max-width: 768px) {
  html.home-page .banner-hub-wrapper:before {
    display: block;
    top: -19px;
    width: 175px;
    height: 21px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  html.home-page .banner-hub-wrapper:before {
    top: -17px;
    width: 138px;
    height: 17px;
  }
}
html.home-page .banner-hub-wrapper .hub {
  display: block;
  position: relative;
  padding: 24px;
  margin-bottom: 12px;
  font-size: 0.8rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media handheld, only screen and (max-width: 1024px) {
  html.home-page .banner-hub-wrapper .hub {
    padding: 12px;
  }
}
@media handheld, only screen and (max-width: 768px) {
  html.home-page .banner-hub-wrapper .hub {
    margin: 0;
    margin-right: 0;
    margin-left: 0;
    float: left;
    min-height: 1px;
    width: 33.3333333333333%;
    border-right-color: white;
  }
  html.home-page .banner-hub-wrapper .hub.single {
    float: none!important;
    margin: 0 auto;
  }
}
@media handheld, only screen and (max-width: 600px) {
  html.home-page .banner-hub-wrapper .hub {
    margin-right: 0;
    margin-left: 0;
    float: left;
    min-height: 1px;
    width: 100%;
    /*float: left;*/
  
    width: calc(100% - 12px);
    margin: 6px;
    margin-bottom: 0;
    padding: 12px;
    border: none;
  }
  html.home-page .banner-hub-wrapper .hub.single {
    float: none!important;
    margin: 0 auto;
  }
}
@media handheld, only screen and (max-width: 768px) {
  html.home-page .banner-hub-wrapper .hub:first-child {
    border-left-color: white;
  }
}
html.home-page .banner-hub-wrapper .hub:last-child {
  margin-bottom: 0;
}
@media handheld, only screen and (max-width: 768px) {
  html.home-page .banner-hub-wrapper .hub:last-child {
    margin-bottom: 24px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  html.home-page .banner-hub-wrapper .hub:last-child {
    margin-bottom: 12px;
  }
}
html.home-page .banner-hub-wrapper .hub.twitter {
  background-color: white !important;
  color: #222221 !important;
}
@media handheld, only screen and (max-width: 768px) {
  html.home-page .banner-hub-wrapper .hub.twitter {
    margin-bottom: 0;
    border-color: #cccccc;
  }
}
@media handheld, only screen and (max-width: 600px) {
  html.home-page .banner-hub-wrapper .hub.twitter {
    border: 1px solid #cccccc;
  }
}
html.home-page .banner-hub-wrapper .hub .hgroup {
  margin-bottom: 0;
  color: white;
}
html.home-page .banner-hub-wrapper .hub .hgroup > * {
  display: block;
  margin: 3px 0;
}
html.home-page .banner-hub-wrapper .hub .hgroup > *:first-child {
  margin-top: 0;
}
html.home-page .banner-hub-wrapper .hub .hgroup > *:last-child {
  margin-bottom: 0;
}
html.home-page .banner-hub-wrapper .hub .hgroup > div {
  font-size: 0.8rem;
  line-height: 1.1rem;
  font-weight: 400;
}
html.home-page .banner-hub-wrapper .hub .hgroup .date-wrapper {
  color: #222221;
}
@media handheld, only screen and (max-width: 1024px) {
  .js .search-nav-wrapper.open form {
    display: block;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .js .search-nav-wrapper.open .filter-wrapper {
    padding: 12px 24px;
    padding-bottom: 24px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .js .search-nav-wrapper form {
    display: none;
  }
}
.js .search-nav-wrapper input[type="submit"] {
  display: none;
}
.search-nav-wrapper {
  padding: 24px;
  padding-top: 12px;
  background-color: #f5f4f9;
}
@media handheld, only screen and (max-width: 1024px) {
  .search-nav-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    margin-top: -12px;
    margin-bottom: 24px;
    background-color: white;
    border: 1px solid #cccccc;
  }
}
.search-nav-wrapper .select-wrapper,
.search-nav-wrapper select,
.search-nav-wrapper input:not([type="submit"]) {
  background-color: white;
}
@media handheld, only screen and (max-width: 1024px) {
  .search-nav-wrapper .select-wrapper,
  .search-nav-wrapper select,
  .search-nav-wrapper input:not([type="submit"]) {
    background-color: #f5f4f9;
  }
}
.listings-page .intro {
  max-width: 1000px;
  margin-left: auto;
  margin-bottom: 48px;
  margin-right: auto;
}
.listings-page .js-events {
  padding-top: 24px;
}
@media handheld, only screen and (max-width: 1024px) {
  .listings-page .js-events {
    padding-top: 0;
  }
}
.listings-page .js-mobile-trigger {
  display: none;
}
@media handheld, only screen and (max-width: 1024px) {
  .listings-page .js-mobile-trigger {
    display: block;
  }
}
@media handheld, only screen and (min-width: 1025px) {
  .listings-page.news .filter-wrapper .form-field {
    width: 20%;
  }
}
@media handheld, only screen and (min-width: 1025px) {
  .listings-page.events .filter-wrapper .form-field {
    width: 25%;
  }
}
@media handheld, only screen and (min-width: 1025px) {
  .filter-wrapper .form-field {
    padding-right: 12px;
  }
}
.filter-wrapper .form-field:last-child {
  padding-right: 0;
}
.filter-wrapper .form-field label {
  font-size: 0.7rem;
}
@media handheld, only screen and (min-width: 1025px) {
  .filter-wrapper .form-field label {
    padding-left: 12px;
  }
}
.tile-flex {
  display: block;
  display: flex;
  float: none;
  color: #222221;
  margin-bottom: 72px;
}
@media handheld, only screen and (max-width: 1024px) {
  .tile-flex {
    margin-bottom: 48px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .tile-flex {
    margin-bottom: 24px;
  }
}
.tile-flex .icon:before {
  display: inline-block;
  vertical-align: middle;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 36px;
  background-color: #cccccc;
  text-align: center;
  line-height: 36px;
  color: white;
  z-index: 1;
}
.tile-flex.video .icon:before {
  content: "\f03d";
}
.tile-flex.audio .icon:before {
  content: "\f025";
}
.tile-flex .flex-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tile-flex .img-wrapper img {
  background-size: 60% 60%;
}
.tile-flex .svg {
  position: relative;
  border-color: #cccccc;
}
.tile-flex .svg svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}
.disciplines-page .intro {
  margin-bottom: 48px;
}
.disciplines-page .listings {
  margin-top: 24px;
  margin-bottom: 24px;
}
.disciplines-page .listings .tile-flex {
  margin-bottom: 24px;
}
.disciplines-page .listings .tile-flex .desc-wrapper {
  padding-top: 0;
}
.disciplines-page .listings .tile-flex .hgroup {
  margin-bottom: 0;
}
.disciplines-page .section-related-news,
.disciplines-page .section-related-events {
  padding-top: 24px;
  margin-bottom: 24px;
  border-top: 1px solid #cccccc;
}
.disciplines-page .section-related-news .flex-container .tile-flex,
.disciplines-page .section-related-events .flex-container .tile-flex {
  margin-right: 0.95%;
  margin-left: 0.95%;
  float: left;
  min-height: 1px;
  width: 31.43%;
}
.disciplines-page .section-related-news .flex-container .tile-flex.single,
.disciplines-page .section-related-events .flex-container .tile-flex.single {
  float: none;
  margin: 0 auto;
}
@media handheld, only screen and (max-width: 1024px) {
  .disciplines-page .section-related-news .flex-container .tile-flex,
  .disciplines-page .section-related-events .flex-container .tile-flex {
    margin-right: 0.95%;
    margin-left: 0.95%;
    float: left;
    min-height: 1px;
    width: 48.1%;
  }
  .disciplines-page .section-related-news .flex-container .tile-flex.single,
  .disciplines-page .section-related-events .flex-container .tile-flex.single {
    float: none;
    margin: 0 auto;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .disciplines-page .section-related-news .flex-container .tile-flex,
  .disciplines-page .section-related-events .flex-container .tile-flex {
    margin-right: 0;
    margin-left: 0;
    float: left;
    min-height: 1px;
    width: 100%;
    /*float: left;*/
  
  }
  .disciplines-page .section-related-news .flex-container .tile-flex.single,
  .disciplines-page .section-related-events .flex-container .tile-flex.single {
    float: none!important;
    margin: 0 auto;
  }
}
.details-page .no-image-banner .hgroup {
  margin: 0;
  padding-top: 48px;
  padding-bottom: 48px;
}
.details-page .content > div {
  margin-bottom: 48px;
}
@media handheld, only screen and (max-width: 600px) {
  .details-page .content > div {
    margin-bottom: 24px;
  }
}
.details-page .intro:not(:last-child) {
  padding-bottom: 48px;
  border-bottom: 1px solid #cccccc;
}
.details-page .purchase-tickets .tickets-wrapper {
  padding: 24px;
  margin-bottom: 12px;
  background-color: #f5f4f9;
}
@media handheld, only screen and (max-width: 600px) {
  .details-page .purchase-tickets .tickets-wrapper {
    padding: 12px;
  }
}
.details-page .purchase-tickets .td {
  padding: 12px;
}
@media handheld, only screen and (max-width: 1024px) {
  .details-page .purchase-tickets h3 {
    text-align: center;
  }
  .details-page .purchase-tickets .tickets-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .details-page .purchase-tickets .ticket-row {
    padding: 6px 0;
  }
  .details-page .purchase-tickets .ticket-row:nth-child(2) {
    border-top: none;
  }
  .details-page .purchase-tickets .td {
    padding: 6px 12px;
  }
}
.details-page .label-row,
.details-page .ticket-row {
  table-layout: fixed;
}
@media handheld, only screen and (min-width: 1025px) {
  .details-page .label-row .td.price,
  .details-page .ticket-row .td.price {
    width: 120px;
  }
  .details-page .label-row .td.quantity,
  .details-page .ticket-row .td.quantity {
    width: 170px;
  }
  .details-page .label-row .td.add-cart,
  .details-page .ticket-row .td.add-cart {
    width: 260px;
  }
}
.details-page .quantity-control-ui {
  vertical-align: middle;
}
.details-page .ticket-row {
  padding: 12px 0;
  border-top: 1px solid #222221;
  background-color: #f5f4f9;
}
@media handheld, only screen and (max-width: 1024px) {
  .details-page .ticket-row {
    padding-top: 36px;
    padding-bottom: 36px;
    text-align: center;
    justify-content: center;
  }
}
.details-page .ticket-row .price {
  font-weight: 700;
}
@media handheld, only screen and (max-width: 1024px) {
  .details-page .cta-row {
    padding-top: 0;
    padding-bottom: 36px;
    text-align: center;
    justify-content: center;
  }
}
.details-page .cta-row .td:last-child {
  width: 284px;
}
@media handheld, only screen and (max-width: 600px) {
  .details-page .cta-row .td:last-child {
    width: 100%;
    padding: 0 24px;
  }
}
.tags-wrapper ul li {
  display: inline-block;
}
.tags-wrapper ul li a {
  display: block;
}
.tags-wrapper ul li:last-child a:after {
  display: none;
}
.tags-wrapper .tag:after {
  content: ",";
}
.section-faqs .faqs {
  margin-top: 24px;
}
ul.faqs {
  border-top: 1px solid #cccccc;
  list-style-type: none;
  padding: 0;
}
ul.faqs li.faq {
  padding-bottom: 24px;
  border-bottom: 1px solid #cccccc;
}
ul.faqs h4 {
  padding: 24px 0;
  margin: 0;
}
.js ul.faqs h4.trigger {
  position: relative;
  padding-right: 48px;
  cursor: pointer;
}
@media handheld, only screen and (max-width: 600px) {
  .js ul.faqs h4.trigger {
    padding-right: 24px;
  }
}
.js ul.faqs h4.trigger:after {
  display: inline-block;
  vertical-align: middle;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  position: absolute;
  display: block;
  top: 24px;
  right: 0;
  width: 24px;
  text-align: center;
}
.js ul.faqs h4.trigger.active:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.js ul.faqs li {
  padding-top: 0;
  padding-bottom: 0;
}
.js ul.faqs li .answer {
  display: none;
  border-top: 1px solid #cccccc;
  padding: 24px 12px;
}
.section-gallery .flex-container {
  margin-top: 24px;
}
.section-gallery .tile-flex {
  margin-bottom: 24px;
}
.section-gallery .desc-wrapper {
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.section-gallery .desc-wrapper .hgroup {
  margin-bottom: 0;
}
.section-gallery .desc-wrapper .title span {
  display: block;
  font-weight: 300;
  margin-top: 12px;
}
.section-gallery .desc-wrapper .sub-title {
  font-weight: 400;
}
@media handheld, only screen and (min-width: 601px) {
  .section-right-img-left-text .items,
  .section-left-img-right-text .items {
    display: table;
    table-layout: fixed;
  }
}
@media handheld, only screen and (min-width: 601px) {
  .section-right-img-left-text .items:after,
  .section-left-img-right-text .items:after {
    display: none;
  }
}
.section-right-img-left-text .items img,
.section-left-img-right-text .items img {
  display: block;
  width: 100%;
}
@media handheld, only screen and (min-width: 601px) {
  .section-right-img-left-text .items .fivecol,
  .section-left-img-right-text .items .fivecol,
  .section-right-img-left-text .items .sevencol,
  .section-left-img-right-text .items .sevencol,
  .section-right-img-left-text .items .fivecolumn,
  .section-left-img-right-text .items .fivecolumn,
  .section-right-img-left-text .items .sevencolumn,
  .section-left-img-right-text .items .sevencolumn {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
}
.section-right-img-left-text .rich-text > *,
.section-left-img-right-text .rich-text > * {
  margin-bottom: 12px;
}
.section-right-img-left-text .rich-text ul,
.section-left-img-right-text .rich-text ul {
  margin-top: 0;
}
.section-right-img-left-text .rich-text ul li,
.section-left-img-right-text .rich-text ul li {
  margin-bottom: 8px;
}
@media handheld, only screen and (max-width: 600px) {
  .section-left-img-right-text .items img {
    margin-bottom: 12px;
  }
}
@media handheld, only screen and (min-width: 601px) {
  .section-left-img-right-text .left {
    padding-right: 7.0313%;
  }
}
@media handheld, only screen and (min-width: 601px) {
  .section-left-img-right-text .right {
    padding-right: 6.25%;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .section-right-img-left-text .items img {
    margin-top: 12px;
  }
}
@media handheld, only screen and (min-width: 601px) {
  .section-right-img-left-text .left {
    padding-right: 7.0313%;
  }
}
@media handheld, only screen and (min-width: 601px) {
  .section-right-img-left-text .right {
    padding-right: 6.25%;
  }
}
.section-left-right-text-image {
  margin-bottom: 12px;
}
@media handheld, only screen and (min-width: 601px) {
  .section-left-right-text-image {
    padding: 6px;
  }
}
.section-left-right-text-image img {
  display: block;
  width: 100%;
}
.section-left-right-text-image .sudo-elm {
  position: relative;
}
.section-left-right-text-image .sudo-elm:after,
.section-left-right-text-image .sudo-elm:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  right: 0;
}
.section-left-right-text-image .sudo-elm:after {
  bottom: 0;
  border-left: 30px solid transparent;
  border-bottom: 150px solid white;
}
@media handheld, only screen and (max-width: 600px) {
  .section-left-right-text-image .sudo-elm:after {
    display: none;
  }
}
.section-left-right-text-image .sudo-elm:before {
  top: 0;
  border-left: 30px solid transparent;
  border-top: 150px solid white;
}
@media handheld, only screen and (max-width: 600px) {
  .section-left-right-text-image .sudo-elm:before {
    display: none;
  }
}
.section-left-right-text-image .desc {
  padding: 12px 24px;
}
.section-left-right-text-image .desc .hgroup {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #cccccc;
}
.section-left-right-text-image .desc .hgroup h4 {
  font-size: 1.3rem;
}
.section-left-right-text-image .desc .hgroup div {
  padding-left: 24px;
  position: relative;
  margin: 0;
}
.section-left-right-text-image .desc .hgroup div i {
  position: absolute;
  left: 0;
  top: 3px;
}
.section-left-right-text-image .desc .rich-text {
  font-size: 1rem;
  line-height: 1.4;
}
.section-team-members .flex-container {
  margin-top: 24px;
}
.section-team-members .tile-flex {
  margin-bottom: 48px;
}
@media handheld, only screen and (max-width: 1024px) {
  .section-team-members .tile-flex {
    margin-bottom: 24px;
  }
}
.section-team-members .tile-flex .img-wrapper {
  border: 2px solid #cccccc;
  width: 150px;
  margin-bottom: 0;
}
@media handheld, only screen and (max-width: 1024px) {
  .section-team-members .tile-flex .img-wrapper {
    width: 100%;
  }
}
.section-team-members .tile-flex .hgroup {
  margin-bottom: 12px;
}
.section-team-members .tile-flex .hgroup h5 {
  font-weight: 400;
}
.section-team-members .fa-linkedin {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #0077b5;
  font-size: 1.3rem;
  line-height: 36px;
  color: white;
  text-align: center;
  text-decoration: none;
}
/* .section-team-members */

.profile-wrapper {
  display: none;
  width: 1280px;
  max-width: 100%;
  padding: 72px;
  background-color: white;
}
@media handheld, only screen and (max-width: 600px) {
  .profile-wrapper {
    padding: 48px;
  }
}
@media handheld, only screen and (max-width: 414px) {
  .profile-wrapper {
    padding: 24px;
  }
}
.profile-wrapper .ninecol {
  margin: 0 auto;
  float: none;
}
.profile-wrapper .img-wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}
@media handheld, only screen and (min-width: 415px) {
  .profile-wrapper .img-wrapper {
    max-width: 300px;
  }
}
.profile-wrapper .img-wrapper img {
  border: 1px solid #222221;
}
.profile-wrapper .desc-wrapper .hgroup {
  margin-bottom: 24px;
}
@media handheld, only screen and (min-width: 415px) {
  .profile-wrapper .desc-wrapper .hgroup {
    text-align: center;
  }
}
.profile-wrapper .desc-wrapper .hgroup a {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 0;
  text-decoration: underline;
}
.global .profile-wrapper .desc-wrapper .hgroup a {
  color: #999999;
}
.north-asia .profile-wrapper .desc-wrapper .hgroup a {
  color: #507cdd;
}
.southeast-asia .profile-wrapper .desc-wrapper .hgroup a {
  color: #cfb32b;
}
.latin-america .profile-wrapper .desc-wrapper .hgroup a {
  color: #00a09a;
}
.profile-wrapper .desc-wrapper .hgroup .h3 {
  margin-bottom: 0;
}
.profile-wrapper .desc-wrapper .hgroup .h4 {
  margin-bottom: 0;
  font-weight: 400;
}
.profile-wrapper .desc-wrapper .rich-text {
  margin-top: 24px;
}
.profile-wrapper .social-network {
  margin: -24px -12px 12px 0;
  text-align: right;
}
.profile-wrapper .social-network a {
  margin-left: 12px;
}
.profile-wrapper .social-network a:last-child {
  margin-left: 0;
}
.profile-wrapper .social-network .fa-linkedin {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #0077b5;
  font-size: 1.3rem;
  line-height: 36px;
  color: white;
  text-align: center;
  text-decoration: none;
}
.section-logos .flex-container {
  margin-top: 24px;
}
.section-logos .tile-flex {
  margin-bottom: 24px;
}
.section-logos .tile-flex.sixcol .svg {
  padding-bottom: 63.5659%;
}
.section-logos .tile-flex.sixcol .svg svg {
  height: calc(100% - 48px);
}
.section-logos .tile-flex.threecol .svg {
  padding-bottom: 87.6190%;
}
.section-logos .tile-flex.threecol .svg svg {
  height: calc(100% - 24px);
}
.section-logos .tile-flex .img-wrapper {
  border: 1px solid #ececec;
}
.section-logos .tile-flex .desc-wrapper {
  padding-top: 0;
}
.section-logos .tile-flex .desc-wrapper .p {
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 300;
}
.section-social-media .social-icons {
  margin-top: 24px;
}
.section-social-media .social-icons a {
  width: 36px;
  height: 36px;
  margin-right: 12px;
  font-size: 36px;
  line-height: 36px;
  text-decoration: none;
  color: #507cdd;
}
.section-download-files .resources-list {
  margin-top: 24px;
  border-top: 1px solid #222221;
}
.section-download-files .resources-list .u-table-md {
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid #222221;
}
.section-download-files .resources-list .u-table-md .td {
  width: 100%;
  padding-top: 24px;
  vertical-align: top;
}
@media handheld, only screen and (min-width: 1025px) {
  .section-download-files .resources-list .u-table-md .td {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.section-download-files .resources-list .u-table-md .td.btn-wrapper {
  padding-top: 12px;
  padding-bottom: 24px;
}
@media handheld, only screen and (min-width: 1025px) {
  .section-download-files .resources-list .u-table-md .td.btn-wrapper {
    padding-top: 48px;
    text-align: right;
  }
}
.section-download-files .resources-list .h3 {
  margin-bottom: 0;
}
.section-download-files .resources-list .h3 span {
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
}
.section-download-files .resources-list .btn {
  font-weight: 400;
}
.section-related-events .hgroup {
  width: 98.1%;
  margin: 0 0.95%;
  /*float: left;*/

  float: none;
  margin-bottom: 12px;
}
.section-related-events .hgroup h2 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.section-related-events .hgroup .u-more {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  margin-top: 17px;
}
@media handheld, only screen and (max-width: 1024px) {
  .section-related-events .hgroup .u-more {
    display: block;
    float: none;
    margin-top: 12px;
    margin-bottom: 24px;
  }
}
.section-related-events .hgroup .u-more span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #222221;
}
.section-related-events .hgroup + .rich-text {
  width: 98.1%;
  margin: 0 0.95%;
  /*float: left;*/

}
.section-related-events .flex-container {
  margin-top: 24px;
}
.section-related-events .flex-container .tile-flex {
  margin-right: 0.95%;
  margin-left: 0.95%;
  float: left;
  min-height: 1px;
  width: 48.1%;
  margin-bottom: 36px;
}
.section-related-events .flex-container .tile-flex.single {
  float: none;
  margin: 0 auto;
}
@media handheld, only screen and (max-width: 600px) {
  .section-related-events .flex-container .tile-flex {
    margin-right: 0;
    margin-left: 0;
    float: left;
    min-height: 1px;
    width: 100%;
    /*float: left;*/
  
  }
  .section-related-events .flex-container .tile-flex.single {
    float: none!important;
    margin: 0 auto;
  }
}
.section-related-news .hgroup {
  width: 98.1%;
  margin: 0 0.95%;
  /*float: left;*/

  float: none;
  margin-bottom: 12px;
}
.section-related-news .hgroup h2 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.section-related-news .hgroup .u-more {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  margin-top: 17px;
}
@media handheld, only screen and (max-width: 1024px) {
  .section-related-news .hgroup .u-more {
    display: block;
    float: none;
    margin-top: 12px;
    margin-bottom: 24px;
  }
}
.section-related-news .hgroup .u-more span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #222221;
}
.section-related-news .hgroup + .rich-text {
  width: 98.1%;
  margin: 0 0.95%;
  /*float: left;*/

}
.section-related-news .flex-container {
  margin-top: 24px;
}
.section-related-news .flex-container .tile-flex {
  margin-right: 0.95%;
  margin-left: 0.95%;
  float: left;
  min-height: 1px;
  width: 48.1%;
  margin-bottom: 36px;
}
.section-related-news .flex-container .tile-flex.single {
  float: none;
  margin: 0 auto;
}
@media handheld, only screen and (max-width: 600px) {
  .section-related-news .flex-container .tile-flex {
    margin-right: 0;
    margin-left: 0;
    float: left;
    min-height: 1px;
    width: 100%;
    /*float: left;*/
  
  }
  .section-related-news .flex-container .tile-flex.single {
    float: none!important;
    margin: 0 auto;
  }
}
.section-one-column .tile-img-wrapper img {
  background-size: 120px 120px;
}
.section-two-column .desc-wrapper,
.section-three-column .desc-wrapper {
  padding-top: 0;
}
.section-two-column .tile-flex,
.section-three-column .tile-flex {
  margin-bottom: 24px;
}
.section-two-column .tile-flex {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
}
.section-two-column .tile-flex .desc-wrapper {
  padding: 24px 36px;
}
@media handheld, only screen and (max-width: 600px) {
  .section-two-column .tile-flex .desc-wrapper {
    padding: 12px 24px;
  }
}
.section-two-column .tile-flex .desc-wrapper > *:first-child {
  margin-top: 0;
}
.section-two-column .tile-img-wrapper img {
  background-size: 120px 120px;
}
.section-three-column .tile-flex:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 150px;
  z-index: 1;
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, transparent 51%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(51%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0%, transparent 51%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, transparent 0%, transparent 51%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, transparent 0%, transparent 51%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 51%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.section-three-column .tile-flex img {
  background-size: 120px 120px;
}
.global .section-three-column .tile-flex img {
  background-size: 70%;
}
.section-three-column .hgroup {
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
}
.section-three-column .hgroup h3 {
  font-weight: 400;
}
.section-map .map-wrapper {
  margin-top: 24px;
}
html.global .main-nav-wrapper {
  padding-top: 48px;
  padding-bottom: 24px;
}
@media handheld, only screen and (max-width: 1024px) {
  html.global .main-nav-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
html.global .banner .hgroup-wrapper h1 span,
html.global .banner .hgroup-wrapper .h1 span {
  color: #999999;
}
html.global .banner .hgroup-wrapper .region-name,
html.global .banner .hgroup-wrapper .date-wrapper {
  color: #999999;
}
html.global .banner-hub-wrapper .hubs-wrapper {
  padding: 24px;
  background-color: #222221;
}
@media handheld, only screen and (max-width: 1280px) {
  html.global .banner-hub-wrapper .hubs-wrapper {
    padding: 12px;
  }
}
@media handheld, only screen and (max-width: 768px) {
  html.global .banner-hub-wrapper .hubs-wrapper {
    position: relative;
    zoom: 1;
  }
  html.global .banner-hub-wrapper .hubs-wrapper:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    clear: both;
  }
}
html.global .banner-hub-wrapper .hubs-wrapper .hub {
  margin-bottom: 24px;
  padding: 0;
  background-color: transparent;
}
@media handheld, only screen and (max-width: 1024px) {
  html.global .banner-hub-wrapper .hubs-wrapper .hub {
    margin: 0;
    margin-bottom: 24px;
  }
}
@media handheld, only screen and (max-width: 768px) {
  html.global .banner-hub-wrapper .hubs-wrapper .hub {
    padding-right: 12px;
    padding-bottom: 0;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0;
    border: none;
  }
}
@media handheld, only screen and (max-width: 600px) {
  html.global .banner-hub-wrapper .hubs-wrapper .hub {
    padding-right: 0;
    margin-bottom: 12px;
  }
}
html.global .banner-hub-wrapper .hubs-wrapper .hub:last-child {
  margin-bottom: 0;
}
@media handheld, only screen and (max-width: 768px) {
  html.global .banner-hub-wrapper .hubs-wrapper .hub:last-child {
    padding-right: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media handheld, only screen and (max-width: 600px) {
  html.global .banner-hub-wrapper .hubs-wrapper .hub:last-child {
    margin-bottom: 0;
  }
}
html.global .banner-hub-wrapper .hubs-wrapper .hub .region-name,
html.global .banner-hub-wrapper .hubs-wrapper .hub .date-wrapper {
  color: #888888 !important;
}
html.global .banner-hub-wrapper .hubs-wrapper .hub .date-wrapper {
  margin-bottom: 0;
}
html.global .banner-hub-wrapper .hubs-wrapper .hub .region-name {
  margin-top: 0;
}
html.global .banner-hub-wrapper .hubs-wrapper .hub .blurb {
  font-weight: 700;
}
html.global footer .social-icons {
  text-align: right;
}
@media handheld, only screen and (max-width: 1024px) {
  html.global footer .social-icons {
    margin-top: 24px;
    text-align: center;
  }
}
@media handheld, only screen and (max-width: 1280px) {
  html.global footer .row-flex > div:nth-child(1) {
    /*logo*/
    order: 1;
  }
  html.global footer .row-flex > div:nth-child(2) {
    /*copyright*/
    order: 3;
  }
  html.global footer .row-flex > div:nth-child(3) {
    /*select site*/
    order: 2;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  html.global footer .logo-wrapper {
    text-align: center;
  }
}
.all-capes {
  margin-left: -24px;
  margin-right: -24px;
}
@media handheld, only screen and (max-width: 1280px) {
  .all-capes {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media handheld, only screen and (max-width: 768px) {
  .all-capes {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .all-capes .flex-container {
    display: block;
    text-align: center;
  }
}
.all-capes .tile-flex {
  position: relative;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
}
@media handheld, only screen and (max-width: 1280px) {
  .all-capes .tile-flex {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .all-capes .tile-flex {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media handheld, only screen and (max-width: 768px) {
  .all-capes .tile-flex {
    display: block;
    width: 100%;
    float: none;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.all-capes .tile-flex:before {
  display: none;
}
.all-capes .tile-flex.north-asia .logo,
.all-capes .tile-flex.north-asia .hgroup {
  background-color: #507cdd;
}
.all-capes .tile-flex.north-asia .st0 {
  fill: white;
}
.all-capes .tile-flex.southeast-asia .logo,
.all-capes .tile-flex.southeast-asia .hgroup {
  background-color: #cfb32b;
}
.all-capes .tile-flex.southeast-asia .st0 {
  fill: white;
}
.all-capes .tile-flex.latin-america .logo,
.all-capes .tile-flex.latin-america .hgroup {
  background-color: #00a09a;
}
.all-capes .tile-flex.latin-america .st0 {
  fill: white;
}
.all-capes .tile-flex .flex-content {
  position: relative;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
}
.all-capes .tile-flex .desc-wrapper {
  padding-top: 0;
}
.all-capes .tile-flex .img-wrapper img {
  background-position-y: 35%;
  background-size: 120px 120px;
}
.all-capes .tile-flex .hgroup {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 12px 48px;
  margin: 0;
  vertical-align: middle;
}
@media handheld, only screen and (max-width: 1440px) {
  .all-capes .tile-flex .hgroup {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .all-capes .tile-flex .hgroup {
    text-align: right;
  }
}
.all-capes .tile-flex .hgroup .logo {
  margin: 0 auto;
}
@media handheld, only screen and (max-width: 600px) {
  .all-capes .tile-flex .hgroup .logo {
    display: inline-block;
    width: 300px;
    height: 84px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .all-capes .tile-flex .hgroup .logo svg {
    width: 300px;
    height: 84px;
  }
}
.banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media handheld, only screen and (max-width: 768px) {
  .banner {
    background-size: 100% auto;
    background-position-y: top;
  }
}
.global .banner {
  background-color: #3c3c3a;
}
@media handheld, only screen and (max-width: 768px) {
  .global .banner {
    background-color: #222221;
  }
}
.north-asia .banner {
  background-color: #7b9ce5;
}
@media handheld, only screen and (max-width: 768px) {
  .north-asia .banner {
    background-color: #507cdd;
  }
}
.southeast-asia .banner {
  background-color: #dbc452;
}
@media handheld, only screen and (max-width: 768px) {
  .southeast-asia .banner {
    background-color: #cfb32b;
  }
}
.latin-america .banner {
  background-color: #00d3cb;
}
@media handheld, only screen and (max-width: 768px) {
  .latin-america .banner {
    background-color: #00a09a;
  }
}
.banner.no-bg:after {
  opacity: 0.8 !important;
}
.banner + .container {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media handheld, only screen and (max-width: 600px) {
  .banner + .container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.banner .container {
  position: relative;
}
@media handheld, only screen and (max-width: 768px) {
  .banner .container {
    position: static;
  }
}
.banner .container:before {
  content: "";
  display: block;
  position: absolute;
  background-color: white;
  opacity: 1 !important;
  left: 0;
  bottom: 0;
  width: 329px;
  height: 46px;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  transform: rotate(8deg);
  z-index: 1;
}
@media handheld, only screen and (max-width: 1024px) {
  .banner .container:before {
    width: 234px;
    height: 33px;
  }
}
@media handheld, only screen and (max-width: 768px) {
  .banner .container:before {
    display: none;
    width: 175px;
    height: 21px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .banner .container:before {
    width: 138px;
    height: 17px;
  }
}
.banner .container:after {
  content: "";
  display: block;
  position: absolute;
  background-color: white;
  opacity: 1 !important;
  top: 0;
  right: 0;
  width: 654px;
  height: 91px;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  transform: rotate(8deg);
  z-index: 1;
}
@media handheld, only screen and (max-width: 1024px) {
  .banner .container:after {
    width: 460px;
    height: 60px;
  }
}
@media handheld, only screen and (max-width: 768px) {
  .banner .container:after {
    width: 384px;
    height: 50px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .banner .container:after {
    width: 300px;
    height: 39px;
  }
}
@media handheld, only screen and (max-width: 414px) {
  .banner .container:after {
    top: -18px;
    width: 150px;
  }
}
.banner .row {
  position: relative;
  z-index: 1;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 597px;
}
@media handheld, only screen and (min-width: 1921px) {
  .banner .row {
    height: 720px;
  }
}
@media handheld, only screen and (max-width: 1920px) {
  .banner .row {
    height: 550px;
  }
}
@media handheld, only screen and (max-width: 1440px) {
  .banner .row {
    height: 500px;
  }
}
@media handheld, only screen and (max-width: 1280px) {
  .banner .row {
    height: 420px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .banner .row {
    height: 424px;
  }
}
@media handheld, only screen and (max-width: 768px) {
  .banner .row {
    height: auto;
    padding-top: 41.2760%;
  }
}
@media handheld, only screen and (max-width: 600px) {
  
}
.banner .row > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
  color: white;
  text-align: center;
}
@media handheld, only screen and (max-width: 1024px) {
  
}
.banner .hgroup-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media handheld, only screen and (max-width: 768px) {
  .banner .hgroup-wrapper {
    position: relative;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .banner .hgroup-wrapper {
    padding: 24px 0;
  }
}
.banner .hgroup-wrapper:before {
  content: "";
  display: none;
  position: absolute;
  background-color: white;
  opacity: 1 !important;
  left: -2%;
  top: 41.2760%;
  width: 325px;
  height: 46px;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  transform: rotate(8deg);
}
@media handheld, only screen and (max-width: 1024px) {
  .banner .hgroup-wrapper:before {
    width: 234px;
    height: 33px;
  }
}
@media handheld, only screen and (max-width: 768px) {
  .banner .hgroup-wrapper:before {
    display: block;
    top: -8px;
    width: 175px;
    height: 21px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .banner .hgroup-wrapper:before {
    top: -8px;
    width: 138px;
    height: 17px;
  }
}
.global .banner .hgroup-wrapper:before {
  background-color: #222221;
}
.north-asia .banner .hgroup-wrapper:before {
  background-color: #507cdd;
}
.southeast-asia .banner .hgroup-wrapper:before {
  background-color: #cfb32b;
}
.latin-america .banner .hgroup-wrapper:before {
  background-color: #00a09a;
}
.banner a {
  color: white;
}
.banner[class*='overlay-']:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
@media handheld, only screen and (max-width: 768px) {
  .banner[class*='overlay-']:after {
    opacity: 0 !important;
  }
}
.global .banner[class*='overlay-']:after {
  background-color: #222221;
}
.north-asia .banner[class*='overlay-']:after {
  background-color: #507cdd;
}
.southeast-asia .banner[class*='overlay-']:after {
  background-color: #cfb32b;
}
.latin-america .banner[class*='overlay-']:after {
  background-color: #00a09a;
}
.banner.overlay-0:after {
  display: none;
}
.banner.overlay-1:after {
  opacity: 0.1;
}
.banner.overlay-2:after {
  opacity: 0.2;
}
.banner.overlay-3:after {
  opacity: 0.3;
}
.banner.overlay-4:after {
  opacity: 0.4;
}
.banner.overlay-5:after {
  opacity: 0.5;
}
.banner.overlay-6:after {
  opacity: 0.6;
}
.banner.overlay-7:after {
  opacity: 0.7;
}
.banner.overlay-8:after {
  opacity: 0.8;
}
.banner.overlay-9:after {
  opacity: 0.9;
}
.hgroup-wrapper {
  padding: 24px;
}
@media handheld, only screen and (max-width: 600px) {
  .hgroup-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.hgroup-wrapper > *:last-child {
  margin-bottom: 0;
}
.hgroup-wrapper h1,
.hgroup-wrapper .h1 {
  margin-bottom: 24px;
  font-size: 1.6rem;
  line-height: 2rem;
}
@media handheld, only screen and (min-width: 769px) {
  .hgroup-wrapper h1,
  .hgroup-wrapper .h1 {
    margin-bottom: 36px;
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media handheld, only screen and (min-width: 1025px) {
  .hgroup-wrapper h1,
  .hgroup-wrapper .h1 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
@media handheld, only screen and (min-width: 1281px) {
  .hgroup-wrapper h1,
  .hgroup-wrapper .h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
.hgroup-wrapper h1 span,
.hgroup-wrapper .h1 span {
  margin-bottom: 24px;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 700;
  color: #1d1e19;
  text-transform: uppercase;
}
@media handheld, only screen and (min-width: 1281px) {
  .hgroup-wrapper h1 span,
  .hgroup-wrapper .h1 span {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
@media handheld, only screen and (max-width: 768px) {
  .hgroup-wrapper h1 span,
  .hgroup-wrapper .h1 span {
    margin-bottom: 12px;
  }
}
.hgroup-wrapper .date-wrapper {
  display: block;
  margin-bottom: 6px;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 700;
  color: #1d1e19;
}
@media handheld, only screen and (min-width: 769px) {
  .hgroup-wrapper .date-wrapper {
    font-size: 1.7rem;
    line-height: 1.9rem;
  }
}
@media handheld, only screen and (min-width: 1281px) {
  .hgroup-wrapper .date-wrapper {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.hgroup-wrapper .date-wrapper + .btn {
  margin-top: 24px;
}
.hgroup-wrapper .location-wrapper {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
@media handheld, only screen and (min-width: 601px) {
  .hgroup-wrapper .location-wrapper {
    font-size: 1.7rem;
    line-height: 1.9rem;
  }
}
@media handheld, only screen and (min-width: 1281px) {
  .hgroup-wrapper .location-wrapper {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.image-macro {
  margin: 48px 0;
}
@media handheld, only screen and (max-width: 1024px) {
  .image-macro {
    margin: 24px 0;
  }
}
.image-macro a {
  display: block;
  text-decoration: none;
}
.image-macro .caption {
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #999999;
  text-decoration: none;
  font-style: italic;
}
blockquote,
.quote-macro blockquote {
  position: relative;
  padding: 36px 84px;
  background: #f5f4f9;
  quotes: "\201c" "\201d";
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
}
@media handheld, only screen and (max-width: 600px) {
  blockquote,
  .quote-macro blockquote {
    padding: 48px;
  }
}
@media handheld, only screen and (max-width: 414px) {
  blockquote,
  .quote-macro blockquote {
    padding: 24px;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
blockquote p,
.quote-macro blockquote p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
}
@media handheld, only screen and (max-width: 414px) {
  blockquote p,
  .quote-macro blockquote p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
blockquote:before,
.quote-macro blockquote:before {
  content: open-quote;
  position: absolute;
  top: 36px;
  left: 48px;
  font-family: 'ClearSans', helvetica, arial, sans-serif;
  font-size: 3rem;
  text-indent: -3px;
}
@media handheld, only screen and (max-width: 600px) {
  blockquote:before,
  .quote-macro blockquote:before {
    left: 24px;
  }
}
@media handheld, only screen and (max-width: 414px) {
  blockquote:before,
  .quote-macro blockquote:before {
    display: block;
    position: static;
    top: auto;
    left: auto;
    height: 24px;
    padding-top: 12px;
    margin-bottom: 12px;
  }
}
blockquote:after,
.quote-macro blockquote:after {
  content: close-quote;
  position: absolute;
  bottom: 36px;
  right: 48px;
  font-family: 'ClearSans', helvetica, arial, sans-serif;
  font-size: 3rem;
}
@media handheld, only screen and (max-width: 600px) {
  blockquote:after,
  .quote-macro blockquote:after {
    right: 24px;
  }
}
@media handheld, only screen and (max-width: 414px) {
  blockquote:after,
  .quote-macro blockquote:after {
    display: block;
    position: static;
    top: auto;
    right: auto;
    height: 24px;
    padding-top: 10px;
    text-align: right;
  }
}
blockquote .author,
.quote-macro blockquote .author {
  display: block;
  margin-top: 12px;
  font-size: 1rem;
}
form a {
  text-decoration: underline;
}
.global form a {
  color: #999999;
}
.north-asia form a {
  color: #507cdd;
}
.southeast-asia form a {
  color: #cfb32b;
}
.latin-america form a {
  color: #00a09a;
}
form .notes {
  display: block;
  font-size: 0.9rem;
  font-weight: 200;
}
.form-field {
  margin-bottom: 12px;
}
.form-field:last-child {
  margin-bottom: 0;
}
.labels label {
  display: inline-block;
}
@media handheld, only screen and (max-width: 768px) {
  .labels label {
    display: block;
    margin-bottom: 0;
    line-height: 1rem;
  }
}
.labels .notes {
  display: inline-block;
  font-size: 0.8rem;
  opacity: 0.8;
  margin-left: 6px;
}
@media handheld, only screen and (max-width: 768px) {
  .labels .notes {
    display: block;
    margin-left: 0;
    margin-bottom: 6px;
    line-height: 1rem;
  }
}
@media handheld, only screen and (max-width: 768px) {
  .labels a {
    float: none;
  }
}
.field-validation-error,
.error {
  display: block;
  font-size: 0.9rem;
  color: #ed1846;
}
.field-validation-errorinput::-webkit-input-placeholder,
.errorinput::-webkit-input-placeholder,
.field-validation-error input::-webkit-input-placeholder,
.error input::-webkit-input-placeholder {
  color: #ed1846;
  opacity: 0.5;
}
.field-validation-errorinput:-moz-placeholder,
.errorinput:-moz-placeholder,
.field-validation-error input:-moz-placeholder,
.error input:-moz-placeholder {
  color: #ed1846;
  opacity: 0.5;
}
.field-validation-errorinput::-moz-placeholder,
.errorinput::-moz-placeholder,
.field-validation-error input::-moz-placeholder,
.error input::-moz-placeholder {
  color: #ed1846;
  opacity: 0.5;
}
.field-validation-error input[type="text"],
.error input[type="text"],
.field-validation-error input[type="tel"],
.error input[type="tel"],
.field-validation-error input[type="number"],
.error input[type="number"],
.field-validation-error input[type="password"],
.error input[type="password"],
.field-validation-error input[type="email"],
.error input[type="email"],
.field-validation-error input[type="search"],
.error input[type="search"],
.field-validation-error input[type="date"],
.error input[type="date"],
.field-validation-error textarea,
.error textarea,
.field-validation-error select,
.error select {
  font-size: 1rem;
  line-height: 1.4rem;
  background-color: rgba(237, 24, 70, 0.05);
  border-color: #ed1846 !important;
}
textarea {
  min-height: 234px;
  resize: vertical;
}
textarea,
select,
input {
  font-family: 'ClearSans', helvetica, arial, sans-serif;
  font-weight: 400;
}
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #222221;
  opacity: 0.3;
}
textarea:-moz-placeholder,
select:-moz-placeholder,
input:-moz-placeholder {
  color: #222221;
  opacity: 0.3;
}
textarea::-moz-placeholder,
select::-moz-placeholder,
input::-moz-placeholder {
  color: #222221;
  opacity: 0.3;
}
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="date"],
textarea,
select {
  display: block;
  width: 100%;
  margin: 0;
  padding: 12px;
  background: #f4f4f8;
  border: 1px solid #f8f8f8;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #222221;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
  border: 1px solid #f4f4f8;
  background-image: none;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
  border: 1px solid;
  background: white;
  color: #444444;
}
.global input[type="text"]:focus,
.global input[type="tel"]:focus,
.global input[type="number"]:focus,
.global input[type="password"]:focus,
.global input[type="email"]:focus,
.global input[type="search"]:focus,
.global input[type="date"]:focus,
.global textarea:focus,
.global select:focus {
  border-color: #222221;
}
.north-asia input[type="text"]:focus,
.north-asia input[type="tel"]:focus,
.north-asia input[type="number"]:focus,
.north-asia input[type="password"]:focus,
.north-asia input[type="email"]:focus,
.north-asia input[type="search"]:focus,
.north-asia input[type="date"]:focus,
.north-asia textarea:focus,
.north-asia select:focus {
  border-color: #507cdd;
}
.southeast-asia input[type="text"]:focus,
.southeast-asia input[type="tel"]:focus,
.southeast-asia input[type="number"]:focus,
.southeast-asia input[type="password"]:focus,
.southeast-asia input[type="email"]:focus,
.southeast-asia input[type="search"]:focus,
.southeast-asia input[type="date"]:focus,
.southeast-asia textarea:focus,
.southeast-asia select:focus {
  border-color: #cfb32b;
}
.latin-america input[type="text"]:focus,
.latin-america input[type="tel"]:focus,
.latin-america input[type="number"]:focus,
.latin-america input[type="password"]:focus,
.latin-america input[type="email"]:focus,
.latin-america input[type="search"]:focus,
.latin-america input[type="date"]:focus,
.latin-america textarea:focus,
.latin-america select:focus {
  border-color: #00a09a;
}
input[type="text"].error,
input[type="tel"].error,
input[type="number"].error,
input[type="password"].error,
input[type="email"].error,
input[type="search"].error,
input[type="date"].error,
textarea.error,
select.error,
input[type="text"].field-validation-error,
input[type="tel"].field-validation-error,
input[type="number"].field-validation-error,
input[type="password"].field-validation-error,
input[type="email"].field-validation-error,
input[type="search"].field-validation-error,
input[type="date"].field-validation-error,
textarea.field-validation-error,
select.field-validation-error {
  font-size: 1rem;
  line-height: 1.4rem;
  background-color: rgba(237, 24, 70, 0.05);
  border-color: #ed1846 !important;
}
input[type="text"].error::-webkit-input-placeholder,
input[type="tel"].error::-webkit-input-placeholder,
input[type="number"].error::-webkit-input-placeholder,
input[type="password"].error::-webkit-input-placeholder,
input[type="email"].error::-webkit-input-placeholder,
input[type="search"].error::-webkit-input-placeholder,
input[type="date"].error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder,
select.error::-webkit-input-placeholder,
input[type="text"].field-validation-error::-webkit-input-placeholder,
input[type="tel"].field-validation-error::-webkit-input-placeholder,
input[type="number"].field-validation-error::-webkit-input-placeholder,
input[type="password"].field-validation-error::-webkit-input-placeholder,
input[type="email"].field-validation-error::-webkit-input-placeholder,
input[type="search"].field-validation-error::-webkit-input-placeholder,
input[type="date"].field-validation-error::-webkit-input-placeholder,
textarea.field-validation-error::-webkit-input-placeholder,
select.field-validation-error::-webkit-input-placeholder {
  color: #ed1846;
  opacity: 0.5;
}
input[type="text"].error:-moz-placeholder,
input[type="tel"].error:-moz-placeholder,
input[type="number"].error:-moz-placeholder,
input[type="password"].error:-moz-placeholder,
input[type="email"].error:-moz-placeholder,
input[type="search"].error:-moz-placeholder,
input[type="date"].error:-moz-placeholder,
textarea.error:-moz-placeholder,
select.error:-moz-placeholder,
input[type="text"].field-validation-error:-moz-placeholder,
input[type="tel"].field-validation-error:-moz-placeholder,
input[type="number"].field-validation-error:-moz-placeholder,
input[type="password"].field-validation-error:-moz-placeholder,
input[type="email"].field-validation-error:-moz-placeholder,
input[type="search"].field-validation-error:-moz-placeholder,
input[type="date"].field-validation-error:-moz-placeholder,
textarea.field-validation-error:-moz-placeholder,
select.field-validation-error:-moz-placeholder {
  color: #ed1846;
  opacity: 0.5;
}
input[type="text"].error::-moz-placeholder,
input[type="tel"].error::-moz-placeholder,
input[type="number"].error::-moz-placeholder,
input[type="password"].error::-moz-placeholder,
input[type="email"].error::-moz-placeholder,
input[type="search"].error::-moz-placeholder,
input[type="date"].error::-moz-placeholder,
textarea.error::-moz-placeholder,
select.error::-moz-placeholder,
input[type="text"].field-validation-error::-moz-placeholder,
input[type="tel"].field-validation-error::-moz-placeholder,
input[type="number"].field-validation-error::-moz-placeholder,
input[type="password"].field-validation-error::-moz-placeholder,
input[type="email"].field-validation-error::-moz-placeholder,
input[type="search"].field-validation-error::-moz-placeholder,
input[type="date"].field-validation-error::-moz-placeholder,
textarea.field-validation-error::-moz-placeholder,
select.field-validation-error::-moz-placeholder {
  color: #ed1846;
  opacity: 0.5;
}
input:disabled,
input:disabled:focus {
  background: #f4f4f8;
  border-color: #f4f4f8 !important;
  color: #999999;
  cursor: default;
}
input:read-only,
input:read-only:focus {
  background: #f4f4f8;
  border-color: #f4f4f8 !important;
  color: #999999;
  cursor: default;
}
input:-moz-read-only,
input:-moz-read-only:focus {
  background: #f4f4f8;
  border-color: #f4f4f8 !important;
  color: #999999;
  cursor: default;
}
label,
.label,
legend {
  font-family: 'ClearSans', helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #222221;
  cursor: pointer;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline;
  border: 1px solid #222221;
}
.global input[type="radio"],
.global input[type="checkbox"] {
  border-color: #222221;
}
.north-asia input[type="radio"],
.north-asia input[type="checkbox"] {
  border-color: #507cdd;
}
.southeast-asia input[type="radio"],
.southeast-asia input[type="checkbox"] {
  border-color: #cfb32b;
}
.latin-america input[type="radio"],
.latin-america input[type="checkbox"] {
  border-color: #00a09a;
}
.checkbox-wrapper label,
.radio-wrapper label {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}
.select-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: #f4f4f8;
  overflow: hidden;
  font-size: 1rem;
}
.select-wrapper:after {
  display: inline-block;
  vertical-align: middle;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0d7';
  position: absolute;
  right: 12px;
  top: 15px;
  color: #222221;
  pointer-events: none;
}
.select-wrapper select {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 24px;
}
.select-wrapper select::-ms-expand {
  display: none;
}
@media print {
  .u-hide-print {
    display: none;
  }
  p {
    font-size: 11pt;
    color: black;
  }
  a {
    text-decoration: none !important;
  }
  a:after {
    content: " (" attr(href) ")";
    font-style: italic !important;
    text-decoration: underline !important;
    color: #999999 !important;
    font-weight: 400;
    line-height: 1.2;
    white-space: normal;
    font-size: 11pt;
    font-family: 'ClearSans', helvetica, arial, sans-serif;
  }
  a[href^="tel:"]:after {
    content: "";
  }
  img {
    display: block;
  }
  .main-nav-wrapper {
    padding-top: 12px;
  }
  .banner {
    margin-bottom: 24px;
    background-image: none !important;
  }
  .banner .container:before,
  .banner .container:after {
    display: none;
  }
  .banner .row {
    height: auto;
    max-height: 100%;
  }
  .home-page .banner .hgroup-wrapper {
    display: none !important;
  }
  .banner .banner-hub-wrapper {
    width: 100%;
  }
  .banner a.hub:after {
    word-wrap: break-word;
  }
  .banner + .container {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  iframe,
  .nav.js-sticky,
  .search-nav-wrapper {
    display: none !important;
  }
  .js ul.faqs li .answer {
    display: block !important;
  }
  header {
    position: static;
  }
  header .utils-nav-wrapper,
  header .main-nav {
    display: none !important;
  }
  header a[class*="logo"] {
    text-align: right;
  }
  header a[class*="logo"]:after {
    content: "";
  }
  .main {
    padding-top: 0 !important;
  }
  .all-capes .flex-container > a {
    flex-direction: column;
    width: 45%;
    margin-bottom: 24px;
  }
  .all-capes .flex-container > a:after {
    display: block;
  }
  .tile-img-wrapper.tile-flex h3 {
    color: black;
  }
  .tile-img-wrapper.tile-flex .hgroup {
    position: static;
    width: auto;
    padding: 0;
  }
  .tile-img-wrapper.tile-flex .img-wrapper {
    display: none;
  }
  .tile-img-wrapper.tile-flex:before {
    display: none;
  }
  .tile-img-wrapper.tile-flex:after {
    opacity: 1;
  }
  .tile-flex {
    flex-direction: column;
  }
  .load-more-wrapper a:after {
    content: "";
  }
  .cart .u-table-md {
    display: table;
    /*table-layout: fixed;*/
    width: 100%;
  }
  .cart .u-table-md .td {
    display: table-cell;
    vertical-align: middle;
  }
  .cart .u-table-md .label.u-md-hide {
    display: none;
  }
  .cart-table-wrapper .u-table-md .td:nth-child(n+2) {
    width: 15%;
  }
  .cart-table-wrapper .quantity-control-ui > div {
    border: none;
  }
  .cart-table-wrapper .quantity-control-ui .js-quantity {
    display: none;
  }
  .cart-table-wrapper .cta-row {
    flex-wrap: nowrap;
  }
  .cart-table-wrapper .totals-wrapper .total-row > div:nth-child(2) {
    width: 15%;
  }
  .cart-table-wrapper a.btn {
    line-height: 1;
  }
  .cart-table-wrapper a.btn-tertiary:after {
    color: black !important;
  }
  .social-icons a {
    display: flex;
    width: 100%;
    height: auto;
    text-align: left;
    margin-bottom: .3em;
  }
  .social-icons a:after {
    padding-left: .5em;
  }
  .resources-list a.btn {
    text-align: left;
  }
  .resources-list a.btn:after {
    display: block;
    line-height: 1;
  }
  footer {
    display: none;
  }
  html.form-page .hgroup {
    margin-bottom: 24px;
  }
  .btn-print {
    display: none;
  }
}
@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
