/**
 * You've come to the right place! Go ahead and start 
 * making your app look sexy! Enjoy.
 */
/* 
* ===
* Imports:
*   - foundation_config: includes foundation, normalize, etc.
*   - presets: includes custom css3 functions, mixins, etc.
* ===
*/
/* normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}


sup {
  top: -0.5em;
}


sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}


*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


html,
body {
  font-size: 100%;
}

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}


a:hover {
  cursor: pointer;
}


a:focus {
  outline: none;
}


img,
object,
embed {
  max-width: 100%;
  height: auto;
}


object,
embed {
  height: 100%;
}


img {
  -ms-interpolation-mode: bicubic;
}


#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}


.left {
  float: left !important;
}


.right {
  float: right !important;
}


.text-left {
  text-align: left !important;
}


.text-right {
  text-align: right !important;
}


.text-center {
  text-align: center !important;
}


.text-justify {
  text-align: justify !important;
}


.hide {
  display: none;
}


.antialiased {
  -webkit-font-smoothing: antialiased;
}


img {
  display: inline-block;
  vertical-align: middle;
}


textarea {
  height: auto;
  min-height: 50px;
}


select {
  width: 100%;
}

/* Grid HTML Classes */

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}


.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

.getaccess {
text-decoration: none;
background: #0088cc;
background: -moz-linear-gradient(top,  #0088cc 0%, #005499 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0088cc), color-stop(100%,#005499));
background: -webkit-linear-gradient(top,  #0088cc 0%,#005499 100%);
background: -o-linear-gradient(top,  #0088cc 0%,#005499 100%);
background: -ms-linear-gradient(top,  #0088cc 0%,#005499 100%);
background: linear-gradient(to bottom,  #0088cc 0%,#005499 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088cc', endColorstr='#005499',GradientType=0 );

color: white;
padding: 4px 6px;
border-radius: 4px;
}

.playvideo {
text-decoration: none;
background: rgba(0, 0, 0, 0.8);
color: white;
padding: 2px 4px;
border-radius: 2px;
}

#name {
	margin-left: 30px;
}
#name h1 {
	padding-top: 30px;
	padding-right: 36px;
	text-transform: uppercase;
	color: white;
	 font-size: 1.8em;
    line-height: 0.8;
}


#card {
	background-image: 
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10'><linearGradient id='gradient'><stop offset='10%' stop-color='#F00'/><stop offset='90%' stop-color='#fcc'/> </linearGradient><rect fill='url(#gradient)' x='0' y='0' width='100%' height='100%'/></svg>");
	background-size: contain;
}

@media only screen {
	
	
	#clock_nest {
		width: 200px;
		  display: inline-block;  
		vertical-align: middle; 
	 }
	 
	 
	 
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }


  .small-1 {
    position: relative;
    width: 8.33333%;
  }


  .small-2 {
    position: relative;
    width: 16.66667%;
  }


  .small-3 {
    position: relative;
    width: 25%;
  }


  .small-4 {
    position: relative;
    width: 33.33333%;
  }


  .small-5 {
    position: relative;
    width: 41.66667%;
  }


  .small-6 {
    position: relative;
    width: 50%;
  }


  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  .small-9 {
    position: relative;
    width: 75%;
  }

  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  .small-12 {
    position: relative;
    width: 100%;
  }

  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  .large-3 {
    position: relative;
    width: 25%;
  }

  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  .large-6 {
    position: relative;
    width: 50%;
  }

  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  .large-9 {
    position: relative;
    width: 75%;
  }

  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  .large-12 {
    position: relative;
    width: 100%;
  }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: -0.625em;
    *zoom: 1;
  }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }
  [class*="block-grid-"]:after {
    clear: both;
  }
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625em 1.25em;
  }

  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) {
  /* Remove small grid clearing */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
p.lead {
  font-size: 1.21875em;
  line-height: 1.6;
}

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

/* Default Link Styles */
a {
  color: darkgrey;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: #9c9c9c;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}
p aside {
  font-size: 0.875em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

h1 {
  font-size: 2.125em;
}

h2 {
  font-size: 1.6875em;
}

h3 {
  font-size: 1.375em;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
}

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit;
}

ul, ol {
  margin-left: 1.25em;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
}
ul.circle {
  list-style-type: circle;
}
ul.disc {
  list-style-type: disc;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75em;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #dddddd;
}
blockquote cite {
  display: block;
  font-size: 0.8125em;
  color: #555555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #dddddd;
  padding: 0.625em 0.75em;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375em;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em;
}

@media only screen and (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.75em;
  }

  h2 {
    font-size: 2.3125em;
  }

  h3 {
    font-size: 1.6875em;
  }

  h4 {
    font-size: 1.4375em;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}
button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: darkgrey;
  border-color: #8f8f8f;
  color: white;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #8f8f8f;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}
button.secondary, .button.secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #d0d0d0;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
button.success, .button.success {
  background-color: #5da423;
  border-color: #457a1a;
  color: white;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #457a1a;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white;
}
button.alert, .button.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: white;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #970b0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: white;
}
button.large, .button.large {
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1.0625em;
  padding-left: 2em;
  font-size: 1.25em;
}
button.small, .button.small {
  padding-top: 0.5625em;
  padding-right: 1.125em;
  padding-bottom: 0.625em;
  padding-left: 1.125em;
  font-size: 0.8125em;
}
button.tiny, .button.tiny {
  padding-top: 0.4375em;
  padding-right: 0.875em;
  padding-bottom: 0.5em;
  padding-left: 0.875em;
  font-size: 0.6875em;
}
button.expand, .button.expand {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75em;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75em;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: darkgrey;
  border-color: #8f8f8f;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #8f8f8f;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: white;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: darkgrey;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333333;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #d0d0d0;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e9e9e9;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #5da423;
  border-color: #457a1a;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #457a1a;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: white;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #5da423;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #970b0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: white;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c60f13;
}

button, .button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
}
button.tiny, .button.tiny {
  padding-top: 0.5em;
  padding-bottom: 0.4375em;
}
button.small, .button.small {
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
}
button.large, .button.large {
  padding-top: 1.03125em;
  padding-bottom: 1.03125em;
}

@media only screen {
  button, .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  button:active, .button:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  }
  button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
form {
  margin: 0 0 1em;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5em;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5em;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5em;
}

/* Label Styles */
label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em;
}
label.right {
  float: none;
  text-align: right;
}
label.inline {
  margin: 0 0 1em 0;
  padding: 0.625em 0;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span so buttons keep their own */
span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333;
}
span.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

span.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333;
}
span.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #dddddd;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1em 0;
}

/* Normalize file input width */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25em;
  margin: 1.125em 0;
}
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.1875em;
  margin: 0;
  margin-left: -0.1875em;
}

/* Error Handling */
.error input,
input.error,
.error textarea,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}
.error input:focus,
input.error:focus,
.error textarea:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #999999;
}

.error label,
label.error {
  color: #c60f13;
}

.error small,
small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white;
}

/* Inline Lists */
.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375em;
  display: block;
}
.inline-list > li > * {
  display: block;
}

/**
 * Presets of mixins, rules and definitions
 * Note: These are separate from and should be included after Foundation
 */
/* === Compass Imports === */
/* === Sprites === */
/**/
/**/
/**
 * Stylesheet to accompany Antiscroll.js ()
 */
.antiscroll-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.antiscroll-scrollbar {
  background: gray;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 1px #fff;
  -moz-box-shadow: 0 0 1px #fff;
  box-shadow: 0 0 1px #fff;
  position: absolute;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: linear 300ms opacity;
  -moz-transition: linear 300ms opacity;
  -o-transition: linear 300ms opacity;
}

.antiscroll-scrollbar-shown {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.antiscroll-scrollbar-horizontal {
  height: 7px;
  margin-left: 2px;
  bottom: 2px;
  left: 0;
}

.antiscroll-scrollbar-vertical {
  width: 7px;
  margin-top: 2px;
  right: 2px;
  top: 0;
}

.antiscroll-inner {
  overflow: scroll;
}

/** A bug in Chrome 25 on Lion requires each selector to have their own
    blocks. E.g. the following:

    .antiscroll-inner::-webkit-scrollbar, .antiscroll-inner::scrollbar {...}

    causes the width and height rules to be ignored by the browser resulting
    in both native and antiscroll scrollbars appearing at the same time.
 */
.antiscroll-inner::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.antiscroll-inner::scrollbar {
  width: 0;
  height: 0;
}

/* The Grid ---------------------- */
.lt-ie9 .row {
  width: 940px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
}

.lt-ie9 .row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}

.lt-ie9 .row.large-collapse .column,
.lt-ie9 .row.large-collapse .columns {
  padding: 0;
}

.lt-ie9 .row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}

.lt-ie9 .row .row.large-collapse {
  margin: 0;
}

.lt-ie9 .column, .columns {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}

.lt-ie9 .column.large-centered, .columns.large-centered {
  float: none;
  margin: 0 auto;
}

.lt-ie9 [class*="column"] + [class*="column"]:last-child {
  float: right;
}

.lt-ie9 [class*="column"] + [class*="column"].end {
  float: left;
}

.lt-ie9 .large-1,
.lt-ie9 .row .large-1 {
  width: 8.33333%;
}

.lt-ie9 .large-2,
.lt-ie9 .row .large-2 {
  width: 16.66667%;
}

.lt-ie9 .large-3,
.lt-ie9 .row .large-3 {
  width: 25%;
}

.lt-ie9 .large-4,
.lt-ie9 .row .large-4 {
  width: 33.33333%;
}

.lt-ie9 .large-5,
.lt-ie9 .row .large-5 {
  width: 41.66667%;
}

.lt-ie9 .large-6,
.lt-ie9 .row .large-6 {
  width: 50%;
}

.lt-ie9 .large-7,
.lt-ie9 .row .large-7 {
  width: 58.33333%;
}

.lt-ie9 .large-8,
.lt-ie9 .row .large-8 {
  width: 66.66667%;
}

.lt-ie9 .large-9,
.lt-ie9 .row .large-9 {
  width: 75%;
}

.lt-ie9 .large-10,
.lt-ie9 .row .large-10 {
  width: 83.33333%;
}

.lt-ie9 .large-11,
.lt-ie9 .row .large-11 {
  width: 91.66667%;
}

.lt-ie9 .large-12,
.lt-ie9 .row .large-12 {
  width: 100%;
}

.lt-ie9 .row .large-offset-1 {
  margin-left: 8.33333%;
}

.lt-ie9 .row .large-offset-2 {
  margin-left: 16.66667%;
}

.lt-ie9 .row .large-offset-3 {
  margin-left: 25%;
}

.lt-ie9 .row .large-offset-4 {
  margin-left: 33.33333%;
}

.lt-ie9 .row .large-offset-5 {
  margin-left: 41.66667%;
}

.lt-ie9 .row .large-offset-6 {
  margin-left: 50%;
}

.lt-ie9 .row .large-offset-7 {
  margin-left: 58.33333%;
}

.lt-ie9 .row .large-offset-8 {
  margin-left: 66.66667%;
}

.lt-ie9 .row .large-offset-9 {
  margin-left: 75%;
}

.lt-ie9 .row .large-offset-10 {
  margin-left: 83.33333%;
}

.lt-ie9 .pull-2 {
  right: 16.66667%;
}

.lt-ie9 .pull-3 {
  right: 25%;
}

.lt-ie9 .pull-4 {
  right: 33.33333%;
}

.lt-ie9 .pull-5 {
  right: 41.66667%;
}

.lt-ie9 .pull-6 {
  right: 50%;
}

.lt-ie9 .pull-7 {
  right: 58.33333%;
}

.lt-ie9 .pull-8 {
  right: 66.66667%;
}

.lt-ie9 .pull-9 {
  right: 75%;
}

.lt-ie9 .pull-10 {
  right: 83.33333%;
}

.lt-ie9 .push-2 {
  left: 16.66667%;
}

.lt-ie9 .push-3 {
  left: 25%;
}

.lt-ie9 .push-4 {
  left: 33.33333%;
}

.lt-ie9 .push-5 {
  left: 41.66667%;
}

.lt-ie9 .push-6 {
  left: 50%;
}

.lt-ie9 .push-7 {
  left: 58.33333%;
}

.lt-ie9 .push-8 {
  left: 66.66667%;
}

.lt-ie9 .push-9 {
  left: 75%;
}

.lt-ie9 .push-10 {
  left: 83.33333%;
}

/* Nicolas Gallagher's micro clearfix */
.lt-ie9 .row {
  *zoom: 1;
}

.lt-ie9 .row:before, .row:after {
  content: " ";
  display: table;
}

.lt-ie9 .row:after {
  clear: both;
}

/* Small Block Grids */
.lt-ie9 .small-block-grid-2 {
  list-style: none;
}

.lt-ie9 .small-block-grid-2 li {
  float: left;
  width: 50%;
  padding: 0 10px 10px;
}

.lt-ie9 .small-block-grid-2 li:first-child + li {
  float: right;
}

.lt-ie9 .small-block-grid-2 li:first-child + li + li {
  clear: both;
}

.lt-ie9 .small-block-grid-3 {
  list-style: none;
}

.lt-ie9 .small-block-grid-3 li {
  float: left;
  width: 33.3333%;
  padding: 0 10px 10px;
}

.lt-ie9 .small-block-grid-3 li:first-child + li + li {
  float: right;
}

.lt-ie9 .small-block-grid-3 li:first-child + li + li + li {
  clear: both;
}

.lt-ie9 .small-block-grid-4 {
  list-style: none;
}

.lt-ie9 .small-block-grid-4 li {
  float: left;
  width: 25%;
  padding: 0 10px 10px;
}

.lt-ie9 .small-block-grid-4 li:first-child + li + li + li {
  float: right;
}

.lt-ie9 .small-block-grid-4 li:first-child + li + li + li + li {
  clear: both;
}

.lt-ie9 .small-block-grid-5 {
  list-style: none;
}

.lt-ie9 .small-block-grid-5 li {
  float: left;
  width: 20%;
  padding: 0 10px 10px;
}

.lt-ie9 .small-block-grid-5 li:first-child + li + li + li + li {
  float: right;
}

.lt-ie9 .small-block-grid-5 li:first-child + li + li + li + li + li {
  clear: both;
}

.lt-ie9 .small-block-grid-6 {
  list-style: none;
}

.lt-ie9 .small-block-grid-6 li {
  float: left;
  width: 16.6667%;
  padding: 0 10px 10px;
}

.lt-ie9 .small-block-grid-6 li:first-child + li + li + li + li + li {
  float: right;
}

.lt-ie9 .small-block-grid-6 li:first-child + li + li + li + li + li + li {
  clear: both;
}

.lt-ie9 .small-block-grid-7 {
  list-style: none;
}

.lt-ie9 .small-block-grid-7 li {
  float: left;
  width: 14.2857142%;
  padding: 0 10px 10px;
}

.lt-ie9 .small-block-grid-7 li:first-child + li + li + li + li + li + li {
  float: right;
}

.lt-ie9 .small-block-grid-7 li:first-child + li + li + li + li + li + li + li {
  clear: both;
}

.lt-ie9 .small-block-grid-8 {
  list-style: none;
}

.lt-ie9 .small-block-grid-8 li {
  float: left;
  width: 12.5%;
  padding: 0 10px 10px;
}

.lt-ie9 .small-block-grid-8 li:first-child + li + li + li + li + li + li + li {
  float: right;
}

.lt-ie9 .small-block-grid-8 li:first-child + li + li + li + li + li + li + li + li {
  clear: both;
}

.lt-ie9 .small-block-grid-9 {
  list-style: none;
}

.lt-ie9 .small-block-grid-9 li {
  float: left;
  width: 11.111111%;
  padding: 0 10px 10px;
}

.lt-ie9 .small-block-grid-9 li:first-child + li + li + li + li + li + li + li + li {
  float: right;
}

.lt-ie9 .small-block-grid-9 li:first-child + li + li + li + li + li + li + li + li + li {
  clear: both;
}

.lt-ie9 .small-block-grid-10 {
  list-style: none;
}

.lt-ie9 .small-block-grid-10 li {
  float: left;
  width: 10%;
  padding: 0 10px 10px;
}

.lt-ie9 .small-block-grid-10 li:first-child + li + li + li + li + li + li + li + li + li {
  float: right;
}

.lt-ie9 .small-block-grid-10 li:first-child + li + li + li + li + li + li + li + li + li + li {
  clear: both;
}

.lt-ie9 .small-block-grid-11 {
  list-style: none;
}

.lt-ie9 .small-block-grid-11 li {
  float: left;
  width: 9.0909%;
  padding: 0 10px 10px;
}

.lt-ie9 .small-block-grid-11 li:first-child + li + li + li + li + li + li + li + li + li + li {
  float: right;
}

.lt-ie9 .small-block-grid-11 li:first-child + li + li + li + li + li + li + li + li + li + li + li {
  clear: both;
}

.lt-ie9 .small-block-grid-12 {
  list-style: none;
}

.lt-ie9 .small-block-grid-12 li {
  float: left;
  width: 8.333333%;
  padding: 0 10px 10px;
}

.lt-ie9 .small-block-grid-12 li:first-child + li + li + li + li + li + li + li + li + li + li + li {
  float: right;
}

.lt-ie9 .small-block-grid-12 li:first-child + li + li + li + li + li + li + li + li + li + li + li + li {
  clear: both;
}

/* === Vars, Colors, & Settigns === */
/* === Globals === */
html, body {
  width: 100%;
  height: 100%;
  background-color: #060606;
  overflow: hidden;
  color: #666666;
  font-family: "Noto Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

/* Safari 3.1+, Opera 9.5+, Chrome 2+ */
::selection {
  background: #666666;
  color: #7c7c7c;
}

/* Mozilla Firefox */
::-moz-selection {
  background: #666666;
  color: #7c7c7c;
}

h1, h2, h3, h4 {
  font-family: "futura-pt", sans-serif;
}

a:hover {
  color: white;
}

.light_charcoal {
  color: #7c7c7c;
}

#app {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 287ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: -moz-transform 287ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: -o-transform 287ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 287ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#main {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 99px;
  overflow: hidden;
  z-index: 6;
}

#content {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: center center 50%;
  -moz-transform-origin: center center 50%;
  -ms-transform-origin: center center 50%;
  -o-transform-origin: center center 50%;
  transform-origin: center center 50%;
}
.page_error #content {
  opacity: 1;
}

.no_mb {
  margin-bottom: 0 !important;
}

.no_pl {
  padding-left: 0 !important;
}

.no_pad {
  padding: 0 !important;
}

.scrollable, .desktop_and_tablet_scrollable {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* === Custom Column Structure === */
.left_col,
.right_col {
  width: 50%;
  height: 100%;
  float: left;
}

.left_col_fixed {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 500;
}

.sxty {
  width: 60%;
}

.frty {
  width: 40%;
}

.bg_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

/* === Nav === */
nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 800;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
nav #nav_wrap {
  position: absolute;
  width: 300px;
  height: 100%;
  right: 100px;
  top: 0;
  background-color: #060606;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 487ms ease-out;
  -webkit-transition-delay: 123ms;
  -moz-transition: opacity 487ms ease-out 123ms;
  -o-transition: opacity 487ms ease-out 123ms;
  transition: opacity 487ms ease-out 123ms;
}
nav #nav_wrap ul {
  position: absolute;
  height: 100px;
  left: 0;
  top: 50%;
  margin: -50px 0 0 2.0625em;
  list-style: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
nav #nav_wrap ul li {
  line-height: 1.4;
}
nav #nav_wrap ul li a {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-size: 1.25em;
  text-transform: uppercase;
}
nav #nav_wrap ul li a.cur_nav {
  color: white;
}
nav #nav_wrap #footer {
  padding: 0 0 2.0625em 2.0625em;
  position: absolute;
  left: 0;
  bottom: 0;
}
nav #nav_wrap #footer #bcm_footer_logo {
  background-repeat: no-repeat;
  display: block;
  background-image: url('../../img/sprites-sc6dd2fd991.png');
  background-position: 0 -88px;
  height: 23px;
  width: 101px;
  text-indent: -999em;
  margin-bottom: 1em;
}
@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-resolution: 240dpi) {
  nav #nav_wrap #footer #bcm_footer_logo {
    background-image: url('../../img/sprites2x-s7b815ea4b1.png');
    background-position: 0 -88px;
    height: 23px;
    width: 101px;
    -webkit-background-size: 185px auto;
    -moz-background-size: 185px auto;
    -o-background-size: 185px auto;
    background-size: 185px auto;
  }
}
nav #nav_wrap #footer p, nav #nav_wrap #footer a {
  font-size: 0.8125em;
  margin-bottom: 0.8125em;
  line-height: 1.3;
  text-transform: uppercase;
}
nav #nav_wrap #footer a {
  display: block;
  color: #7c7c7c;
}
nav #nav_wrap #footer a div {
  display: none;
}
nav #nav_wrap #footer a#address_link {
  color: #666666;
  display: inline-block;
}
.no-touch nav #nav_wrap #footer a#address_link:hover {
  color: #7c7c7c;
}
nav #nav_wrap #footer #bcm_tel {
  margin-bottom: 0;
}
nav #nav_wrap #footer small {
  font-size: 0.6875em;
}
nav #nav_wrap #footer small a {
  color: #666666;
  text-transform: none;
}
nav #nav_wrap #footer small a:hover {
  color: #7c7c7c;
}
nav #bar {
  position: relative;
  width: 100px;
  height: 100%;
  padding-top: 2.125em;
  background-color: #000;
  z-index: 9999;
  cursor: pointer;
}
nav #bar #menu_button {
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.svg nav #bar #menu_button {
  width: 33px;
  height: 26px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjMyLjE2NiIgaGVpZ2h0PSIyNC4zMzQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CgogPGc+CiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPgogIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSI0MDIiIHdpZHRoPSI1ODIiIHk9Ii0xIiB4PSItMSIvPgogPC9nPgogPGc+CiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPgogIDxwYXRoIGlkPSJzdmdfMSIgZD0ibTMyLjE2NiwzLjU4NGMwLDAuNTUzIC0wLjQ0NjAwMSwxIC0xLDFsLTMwLjE2NiwwYy0wLjU1MywwIC0xLC0wLjQ0NyAtMSwtMWwwLC0yLjU4NGMwLC0wLjU1MyAwLjQ0NywtMSAxLC0xbDMwLjE2NiwwYzAuNTUzOTk5LDAgMSwwLjQ0NyAxLDFsMCwyLjU4NHoiIGZpbGw9IiNjOWM5YzkiLz4KICA8cGF0aCBpZD0ic3ZnXzIiIGQ9Im0zMi4xNjYsMTMuMzM0YzAsMC41NTMgLTAuNDQ2MDAxLDEgLTEsMWwtMzAuMTY2LDBjLTAuNTUzLDAgLTEsLTAuNDQ3IC0xLC0xbDAsLTIuNTg0YzAsLTAuNTUzIDAuNDQ3LC0xIDEsLTFsMzAuMTY2LDBjMC41NTM5OTksMCAxLDAuNDQ3IDEsMWwwLDIuNTg0eiIgZmlsbD0iI2M5YzljOSIvPgogIDxwYXRoIGlkPSJzdmdfMyIgZD0ibTMyLjE2NiwyMy4zMzRjMCwwLjU1Mjk5OSAtMC40NDYwMDEsMSAtMSwxbC0zMC4xNjYsMGMtMC41NTMsMCAtMSwtMC40NDcwMDEgLTEsLTFsMCwtMi41ODRjMCwtMC41NTI5OTkgMC40NDcsLTEgMSwtMWwzMC4xNjYsMGMwLjU1Mzk5OSwwIDEsMC40NDcwMDEgMSwxbDAsMi41ODR6IiBmaWxsPSIjYzljOWM5Ii8+CiA8L2c+Cjwvc3ZnPg==');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.no-js nav #bar #menu_button, .no-svg nav #bar #menu_button {
  background-repeat: no-repeat;
  display: block;
  background-image: url('../../img/sprites-sc6dd2fd991.png');
  background-position: 0 -326px;
  height: 26px;
  width: 33px;
  text-indent: -999em;
}
@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-resolution: 240dpi) {
  .no-js nav #bar #menu_button, .no-svg nav #bar #menu_button {
    background-image: url('../../img/sprites2x-s7b815ea4b1.png');
    background-position: 0 -254px;
    height: 26px;
    width: 33px;
    -webkit-background-size: 185px auto;
    -moz-background-size: 185px auto;
    -o-background-size: 185px auto;
    background-size: 185px auto;
  }
}
.no-touch nav #bar #menu_button {
  -webkit-transition: opacity 111ms ease-out;
  -moz-transition: opacity 111ms ease-out;
  -o-transition: opacity 111ms ease-out;
  transition: opacity 111ms ease-out;
}
.no-touch nav #bar #menu_button:hover {
  opacity: 0.7;
}
nav #bar #bcm_logo {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -23px;
}
.svg nav #bar #bcm_logo {
  width: 49px;
  height: 46px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9Ijk2LjcxMSIgaGVpZ2h0PSI5MS44MTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CgogPGc+CiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPgogIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSI0MDIiIHdpZHRoPSI1ODIiIHk9Ii0xIiB4PSItMSIvPgogPC9nPgogPGc+CiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPgogIDx0ZXh0IGZvbnQtd2VpZ2h0PSJib2xkIiB4bWw6c3BhY2U9InByZXNlcnZlIiB0ZXh0LWFuY2hvcj0ibGVmdCIgZm9udC1mYW1pbHk9IidUcmVidWNoZXQgTVMnLCBHYWRnZXQsIHNhbnMtc2VyaWYiIGZvbnQtc2l6ZT0iNTIiIGlkPSJzdmdfNCIgeT0iNTguNDE0NTI2IiB4PSIyOS41ODU0NzQiIHN0cm9rZS1vcGFjaXR5PSJudWxsIiBzdHJva2Utd2lkdGg9IjAiIHN0cm9rZT0iIzAwMCIgZmlsbD0iI2ZmZmZmZiI+TTwvdGV4dD4KICA8cGF0aCBpZD0ic3ZnXzEiIGQ9Im05Ni41NzgwMDMsMTIuMjYxbC0wLjA1MDAwMywtMC45OTA5OTlsLTAuODUzOTk2LC0wLjQ4ODAwMWMtMC4xNjcsLTAuMDk0IC0xOC45NDUwMDcsLTEwLjc3IC00Ni45MzEwMDQsLTEwLjc4MmMtMTMuOTkyMDAxLDAgLTMwLjI3NywyLjY4MyAtNDcuNiwxMC43MDlsLTAuOTU4LDAuNDQ3MDAxbC0wLjA3OCwxLjA1MmMtMC4wMDIsMC4wMzkgLTAuMTA3LDEuNDMyIC0wLjEwNywzLjg1NGMwLjAwNiw2Ljg0NDk5OSAwLjgyMSwyMS44NDg5OTkgNy4yMTIsMzcuMTQxOTk4YzMuMiw3LjY0OTAwMiA3LjgwMywxNS4zNzA5OTggMTQuNDIsMjIuMTM0OTk4YzYuNjE1OTk5LDYuNzYxMDAyIDE1LjI0MDAwMiwxMi41NDYwMDUgMjYuMzg2MDAyLDE2LjMwOTAwNmwwLjUsMC4xNjdsMC41MTU5OTksLTAuMTI4MDA2YzAuMTY4OTk5LC0wLjA0Njk5NyAxMi4wMTY5OTgsLTMuMDM0OTk2IDIzLjkyMjAwMSwtMTMuNzYwOTk0YzUuOTUwOTk2LC01LjM2NjAwNSAxMS45MDIsLTEyLjY4IDE2LjM2MSwtMjIuNDkzMDA0YzQuNDQ5OTk3LC05LjgxNTk5OCA3LjM5Njk5NiwtMjIuMTE1OTk3IDcuMzkzOTk3LC0zNy40MTg5OTljMCwtMS44NzQwMDEgLTAuMDQ2OTk3LC0zLjc4OSAtMC4xMzI5OTYsLTUuNzUzem0tMTAuNTM4MDAyLDQxLjY4NzAwMmMtNi4zNDUwMDEsMTMuOTgyOTk4IC0xNS44MzU5OTksMjIuNTM2OTk5IC0yMy43NTc5OTksMjcuNjI1OTk2Yy0zLjk2NSwyLjUzNjAwMyAtNy41MjEsNC4yMDMwMDMgLTEwLjA4Myw1LjIzNTAwMWMtMS4yNzkwMDMsMC41MTAwMDIgLTIuMzEyLDAuODY1MDA1IC0zLjAxMTAwMiwxLjA5MDAwNGMtMC4yMzI5OTgsMC4wNzE5OTkgLTAuMzcxOTk4LDAuMTExIC0wLjUyNywwLjE1Njk5OGMtMTAuMzYzOTk4LC0zLjU4ODk5NyAtMTguMzIsLTguOTU4IC0yNC40NjI5OTksLTE1LjIzMDAwM2MtOS4zNTgsLTkuNTYzOTk1IC0xNC41MjQsLTIxLjI1Nzk5NiAtMTcuMzM3LC0zMS44Mzk5OTZjLTIuODE2LC0xMC41NzcgLTMuMjcsLTIwLjAxIC0zLjI2OCwtMjQuOTIzYzAsLTEuMDczIDAuMDIsLTEuOTAxOTk5IDAuMDQ0LC0yLjUxMWMxNi40NDYsLTcuNDM4IDMxLjgzNTk5OSwtOS45NTggNDUuMTA0MDAxLC05Ljk1OGMxMy41MzA5OTgsMCAyNC44NTQsMi41OTQgMzIuNzg0LDUuMTg2YzMuOTYxOTk4LDEuMjkgNy4wNzc5OTUsMi41ODUgOS4xODU5OTcsMy41NDVjMS4wMDcwMDQsMC40NTkwMDEgMS43Njc5OTgsMC44NCAyLjI5NzAwNSwxLjExMDAwMWMwLjA1ODk5OCwxLjU1MSAwLjEwNDk5NiwzLjA4OSAwLjEwNDk5Niw0LjU3OGMwLjAwMTk5OSwxNC44NDggLTIuODM4OTk3LDI2LjYwNjk5OCAtNy4wNzI5OTgsMzUuOTM1MDAxeiIgZmlsbD0iI0ZGRkZGRiIvPgogPC9nPgo8L3N2Zz4=');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.no-js nav #bar #bcm_logo, .no-svg nav #bar #bcm_logo {
  background-repeat: no-repeat;
  display: block;
  background-image: url('../../img/sprites-sc6dd2fd991.png');
  background-position: 0 -42px;
  height: 46px;
  width: 49px;
  text-indent: -999em;
}
@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-resolution: 240dpi) {
  .no-js nav #bar #bcm_logo, .no-svg nav #bar #bcm_logo {
    background-image: url('../../img/sprites2x-s7b815ea4b1.png');
    background-position: 0 -42px;
    height: 46px;
    width: 49px;
    -webkit-background-size: 185px auto;
    -moz-background-size: 185px auto;
    -o-background-size: 185px auto;
    background-size: 185px auto;
  }
}

#app._nav_open {
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -o-transform: translateX(300px);
  transform: translateX(300px);
}
#app._nav_open nav #nav_wrap {
  opacity: 1;
}
#app._nav_open nav #bar #menu_button {
  width: 29px;
  height: 28px;
}
.svg #app._nav_open nav #bar #menu_button {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjUuMTZweCIgaGVpZ2h0PSIyNS4xNTlweCIgdmlld0JveD0iMCAwIDI1LjE2IDI1LjE1OSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjUuMTYgMjUuMTU5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiM1RTVGNUYiIGQ9Ik0xNS44MjIsMTIuNThsOS4wNDQtOS4wNDRjMC4zOTItMC4zOTIsMC4zOTItMS4wMjMsMC0xLjQxNWwtMS44MjctMS44MjdjLTAuMzkxLTAuMzkxLTEuMDIzLTAuMzkyLTEuNDE0LDANCglMMTIuNTgsOS4zMzhMMy41MzUsMC4yOTNjLTAuMzkyLTAuMzkxLTEuMDIzLTAuMzkxLTEuNDE1LDBMMC4yOTMsMi4xMmMtMC4zOTIsMC4zOTItMC4zOTEsMS4wMjMsMCwxLjQxNWw5LjA0NSw5LjA0NGwtOS4wNDUsOS4wNDUNCgljLTAuMzkxLDAuMzkyLTAuMzkxLDEuMDIzLDAsMS40MTRsMS44MjcsMS44MjhjMC4zOTEsMC4zOTEsMS4wMjMsMC4zOTEsMS40MTUsMGw5LjA0NS05LjA0NWw5LjA0NCw5LjA0NA0KCWMwLjM5MSwwLjM5MiwxLjAyMiwwLjM5MiwxLjQxNCwwbDEuODI3LTEuODI3YzAuMzkxLTAuMzkxLDAuMzkyLTEuMDIzLDAtMS40MTRMMTUuODIyLDEyLjU4eiIvPg0KPC9zdmc+DQo=');
}
.no-js #app._nav_open nav #bar #menu_button, .no-svg #app._nav_open nav #bar #menu_button {
  background-repeat: no-repeat;
  display: block;
  background-image: url('../../img/sprites-sc6dd2fd991.png');
  background-position: 0 -111px;
  height: 28px;
  width: 29px;
  text-indent: -999em;
}
@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-resolution: 240dpi) {
  .no-js #app._nav_open nav #bar #menu_button, .no-svg #app._nav_open nav #bar #menu_button {
    background-image: url('../../img/sprites2x-s7b815ea4b1.png');
    background-position: 0 -111px;
    height: 28px;
    width: 29px;
    -webkit-background-size: 185px auto;
    -moz-background-size: 185px auto;
    -o-background-size: 185px auto;
    background-size: 185px auto;
  }
}

/* === Home View === */
#home_view {
  width: 100%;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: white;
}
#home_view #home_content {
  width: 100%;
  max-width: 930px;
  display: inline-block;
  vertical-align: middle;
  z-index: 999;
}
#home_view:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
#home_view h1 {
  color: white;
  line-height: 0.8;
  font-size: 4.2em;
  margin: 0 0 1em;
  letter-spacing: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, -30%, 0);
  -moz-transform: translate3d(0, -30%, 0);
  -ms-transform: translate3d(0, -30%, 0);
  -o-transform: translate3d(0, -30%, 0);
  transform: translate3d(0, -30%, 0);
}
#home_view #clock_nest {
  opacity: 0;
  -webkit-transform: translate3d(0, 30%, 0);
  -moz-transform: translate3d(0, 30%, 0);
  -ms-transform: translate3d(0, 30%, 0);
  -o-transform: translate3d(0, 30%, 0);
  transform: translate3d(0, 30%, 0);
}
.csstransforms3d #home_view #clock_nest #clock {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 auto 1em;
  position: relative;
  border: 2px solid #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.csstransforms3d #home_view #clock_nest #clock #hourhand, .csstransforms3d #home_view #clock_nest #clock #minutehand, .csstransforms3d #home_view #clock_nest #clock #centerdot {
  position: absolute;
  width: 2px;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  background-color: #FFF;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.csstransforms3d #home_view #clock_nest #clock #hourhand {
  height: 28px;
  margin-top: -28px;
}
.csstransforms3d #home_view #clock_nest #clock #minutehand {
  height: 36px;
  margin-top: -36px;
}
.csstransforms3d #home_view #clock_nest #clock #centerdot {
  width: 8px;
  height: 8px;
  margin-left: -4px;
  margin-top: -4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.no-csstransforms3d #home_view #clock_nest #clock {
  position: relative;
  width: 200px;
  height: 90px;
  margin: 0 auto;
  text-align: center;
}
.no-csstransforms3d #home_view #clock_nest #clock #centerdot {
  display: none;
}
.no-csstransforms3d #home_view #clock_nest #clock #hourhand {
  position: absolute;
  bottom: 20px;
  width: 100%;
  font-size: 4em;
  font-weight: bold;
  font-family: "futura-pt", sans-serif;
  line-height: 0.4;
}
.no-csstransforms3d #home_view #clock_nest #clock #hourhand span {
  text-transform: none;
  font-size: 0.5em;
}
#home_view #clock_nest #sub_clock {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
}
#home_view #clock_nest #sub_clock #city {
  font-size: 1.1875em;
  margin-bottom: 0.2em;
  font-family: 'Open Sans', sans-serif;
}
#home_view #clock_nest #sub_clock #date {
  font-size: 0.8125em;
  color: #00AAFF;
}
#home_view #cinema {
  opacity: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 500ms linear, left 167ms, top 167ms;
  -webkit-transition-delay: 200ms, 0s, 0s;
  -moz-transition: opacity 500ms linear 200ms, left 167ms, top 167ms;
  -o-transition: opacity 500ms linear 200ms, left 167ms, top 167ms;
  transition: opacity 500ms linear 200ms, left 167ms, top 167ms;
}
#home_view #cinema video {
  display: block;
  min-height: 100%;
  min-width: 100%;
  -webkit-transition: width 167ms, height 167ms;
  -moz-transition: width 167ms, height 167ms;
  -o-transition: width 167ms, height 167ms;
  transition: width 167ms, height 167ms;
}

/* === Approach View === */
#approach_view {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#approach_view .left_col {
  padding: 7.5em 3.125em 0 0;
}
#approach_view .left_col h1 {
  float: right;
  color: #060606;
  text-transform: uppercase;
  text-align: right;
  line-height: 0.8;
  margin: 0;
  font-size: 3.4375em;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(5%, 0, 0);
  -moz-transform: translate3d(5%, 0, 0);
  -ms-transform: translate3d(5%, 0, 0);
  -o-transform: translate3d(5%, 0, 0);
  transform: translate3d(5%, 0, 0);
}
#approach_view .right_col {
  overflow-y: auto;
}
#approach_view #approach_content {
  max-width: 38.75em;
  padding: 7.5em 0 0 3.125em;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(-5%, 0, 0);
  -moz-transform: translate3d(-5%, 0, 0);
  -ms-transform: translate3d(-5%, 0, 0);
  -o-transform: translate3d(-5%, 0, 0);
  transform: translate3d(-5%, 0, 0);
}
#approach_view #approach_content h2 {
  line-height: 1.3;
  font-size: 1.625em;
  color: #e2e2e2;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
  margin: 0 0 25px;
}
#approach_view #approach_content p {
  color: #e2e2e2;
  font-size: 1.125em;
}
#approach_view #approach_content p a {
  color: #e2e2e2;
  text-decoration: underline;
}
#approach_view #approach_content h3 {
  color: #00AAFF;
  margin: 0.9em 0 1.1em;
  font-size: 2em;
  line-height: 1.2;
  padding-left: 1em;
}
#approach_view #approach_content blockquote {
  font-family: "futura-pt", sans-serif;
  margin-top: 4em;
  color: #3f3f3f;
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  border-left: 6px solid #00AAFF;
  line-height: 1.2;
  padding-top: 0;
}
.lt-ie9 #approach_view #approach_content {
  padding-bottom: 2em;
}

/* === Themes Landing === */
#themes_landing_view {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 6.25em;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#themes_landing_view h1 {
  color: white;
  text-transform: uppercase;
  font-size: 3.4375em;
  line-height: 1;
  margin-bottom: 1em;
}
#themes_landing_view p {
  font-size: 1.5em;
  color: white;
  line-height: 1.4;
}
#themes_landing_view h2 {
  margin: 4.9em 0 1.1em;
  color: #00AAFF;
  letter-spacing: 0.075em;
  font-size: 1.125em;
  text-transform: uppercase;
}
#themes_landing_view hr {
  border-color: #00AAFF;
  width: 90px;
  margin: 0 auto 3.7em;
}
#themes_landing_view #themes_grid {
  margin-bottom: 3em;
}
#themes_landing_view #themes_grid li {
  list-style: none;
}
#themes_landing_view #themes_grid a {
  display: block;
  height: 109px;
  border: 1px solid #666666;
  font-size: 1.1875em;
  color: white;
  text-transform: uppercase;
  line-height: 109px;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
}
#themes_landing_view #themes_grid a:hover {
  border-color: #00AAFF;
}
.lt-ie9 #themes_landing_view ul li {
  margin-bottom: 2em;
}

/* === Themes Detail View === */
#themes_detail_view {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#themes_detail_view #themes_bg_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #060606;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
#themes_detail_view #themes_bottom_extension_cover {
  display: none;
  position: absolute;
  width: 100%;
  height: 34%;
  left: 0;
  bottom: 0;
  background-color: #00AAFF;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#themes_detail_view .left_col {
  padding-top: 6.25em;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#themes_detail_view .left_col h1 {
  color: white;
  text-transform: uppercase;
  text-align: right;
  line-height: 1;
  font-size: 3.4375em;
  margin-top: 0;
}
#themes_detail_view .left_col #back_to_themes {
  display: none;
}
#themes_detail_view .left_col #themes_list_wrap {
  padding-top: 5.5em;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#themes_detail_view .left_col .antiscroll-wrap {
  width: 100%;
  height: 100%;
}
#themes_detail_view .left_col #tl_box_wrap {
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#themes_detail_view .left_col #tl_box_wrap .right {
  padding: 0 3.125em 0 0;
}
#themes_detail_view .left_col .antiscroll-inner {
  height: 100%;
  overflow-x: hidden !important;
}
#themes_detail_view .left_col #themes_list {
  float: right;
  list-style: none;
  margin: 0 0 6.25em;
  width: 90%;
  height: auto;
}
#themes_detail_view .left_col #themes_list li {
  position: relative;
  margin: 0 0 1em;
  height: auto;
  clear: both;
  opacity: 0.6;
}
#themes_detail_view .left_col #themes_list li a {
  display: block;
  font-size: 1.875em;
  text-transform: uppercase;
  text-align: right;
  line-height: 1;
  color: white;
  font-weight: bold;
  font-family: "futura-pt", sans-serif;
}
#themes_detail_view .left_col #themes_list li .sprite {
  position: absolute;
  right: -1.6em;
  top: 50%;
  margin-top: -8px;
  background-repeat: no-repeat;
  display: block;
  background-image: url('../../img/sprites-sc6dd2fd991.png');
  background-position: 0 -254px;
  height: 18px;
  width: 9px;
  text-indent: -999em;
  display: none;
}
@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-resolution: 240dpi) {
  #themes_detail_view .left_col #themes_list li .sprite {
    background-image: url('../../img/sprites2x-s7b815ea4b1.png');
    background-position: 0 -280px;
    height: 18px;
    width: 9px;
    -webkit-background-size: 185px auto;
    -moz-background-size: 185px auto;
    -o-background-size: 185px auto;
    background-size: 185px auto;
  }
}
#themes_detail_view .left_col #themes_list li.cur_theme {
  opacity: 1;
}
#themes_detail_view .left_col #themes_list li.cur_theme .sprite {
  display: block;
}
.no-touch #themes_detail_view .left_col #themes_list li:hover {
  opacity: 1;
}
.no-touch #themes_detail_view .left_col #themes_list li:hover .sprite {
  display: block;
}
#themes_detail_view .right_col {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#themes_detail_view .right_col #themes_detail_content_nest {
  min-height: 100%;
  background-color: #00AAFF;
}
#themes_detail_view .right_col #theme_description {
  background-color: #060606;
  width: 100%;
  display: table;
  padding: 0 6.25%;
  position: relative;
  min-height: 540px;
  height: 810px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#themes_detail_view .right_col #theme_description #tcd_nest {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#themes_detail_view .right_col #theme_description #tcd_nest #down_arrow {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -8px;
  opacity: 0;
  background-repeat: no-repeat;
  display: block;
  background-image: url('../../img/sprites-sc6dd2fd991.png');
  background-position: 0 -310px;
  height: 8px;
  width: 17px;
  text-indent: -999em;
}
@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-resolution: 240dpi) {
  #themes_detail_view .right_col #theme_description #tcd_nest #down_arrow {
    background-image: url('../../img/sprites2x-s7b815ea4b1.png');
    background-position: 0 -298px;
    height: 8px;
    width: 17px;
    -webkit-background-size: 185px auto;
    -moz-background-size: 185px auto;
    -o-background-size: 185px auto;
    background-size: 185px auto;
  }
}
@media only screen and (max-width: 1024px) {
  #themes_detail_view .right_col #theme_description #tcd_nest #down_arrow {
    display: none;
  }
}
#themes_detail_view .right_col #theme_description .tcd_p {
  opacity: 0;
  text-align: center;
  color: white;
  font-size: 1.375em;
  line-height: 1.4;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#themes_detail_view .right_col #theme_description .tcd_p p:last-child {
  margin-bottom: 0;
}
#themes_detail_view .right_col #theme_meta {
  background-color: #00AAFF;
  padding: 6.25%;
}
#themes_detail_view .right_col #theme_meta h2 {
  font-size: 1em;
  color: white;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
#themes_detail_view .right_col #theme_meta hr {
  margin-top: 1em;
  margin-bottom: 2.3em;
  border-color: #FFF;
}
#themes_detail_view .right_col #theme_meta ul {
  margin: 0;
  list-style: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lt-ie9 #themes_detail_view .right_col #theme_meta ul .row {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}
#themes_detail_view .right_col #theme_meta ul li {
  margin: 0 0 1.5625em;
  padding-bottom: 1.25em;
  color: white;
  clear: both;
  height: auto;
  border-bottom: 1px solid #8ec6bc;
}
#themes_detail_view .right_col #theme_meta ul li .icon {
  float: left;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#themes_detail_view .right_col #theme_meta ul li .icon.pdf_ico {
  background-repeat: no-repeat;
  display: block;
  background-image: url('../../img/sprites-sc6dd2fd991.png');
  background-position: 0 -272px;
  height: 22px;
  width: 18px;
  text-indent: -999em;
}
@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-resolution: 240dpi) {
  #themes_detail_view .right_col #theme_meta ul li .icon.pdf_ico {
    background-image: url('../../img/sprites2x-s7b815ea4b1.png');
    background-position: 0 -314px;
    height: 22px;
    width: 18px;
    -webkit-background-size: 185px auto;
    -moz-background-size: 185px auto;
    -o-background-size: 185px auto;
    background-size: 185px auto;
  }
}
#themes_detail_view .right_col #theme_meta ul li .icon.link_ico {
  background-repeat: no-repeat;
  display: block;
  background-image: url('../../img/sprites-sc6dd2fd991.png');
  background-position: 0 -216px;
  height: 23px;
  width: 23px;
  text-indent: -999em;
}
@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-resolution: 240dpi) {
  #themes_detail_view .right_col #theme_meta ul li .icon.link_ico {
    background-image: url('../../img/sprites2x-s7b815ea4b1.png');
    background-position: 0 -216px;
    height: 23px;
    width: 23px;
    -webkit-background-size: 185px auto;
    -moz-background-size: 185px auto;
    -o-background-size: 185px auto;
    background-size: 185px auto;
  }
}
#themes_detail_view .right_col #theme_meta ul li .desc {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#themes_detail_view .right_col #theme_meta ul li .desc .theme_meta_title {
  line-height: 1.2;
  font-size: 1em;
}
#themes_detail_view .right_col #theme_meta ul li .desc .theme_meta_title div {
  font-family: "futura-pt", sans-serif;
  display: inline;
  font-weight: bold;
  text-transform: uppercase;
}
#themes_detail_view .right_col #theme_meta ul li .desc .theme_meta_date, #themes_detail_view .right_col #theme_meta ul li .desc .theme_meta_title div {
  color: #cbe5e0;
}
#themes_detail_view .right_col #theme_meta ul li .theme_button {
  display: block;
  position: relative;
  float: right;
  color: white;
  font-size: 0.8125em;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid #9ECEC6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 0.2em 0.85em;
}
.lt-ie10 #themes_detail_view .right_col #theme_meta ul li .theme_button:hover {
  background-color: white;
  color: #00AAFF;
}
@media only screen and (min-width: 1025px) {
  .no-touch.is_modern #themes_detail_view .right_col #theme_meta ul li .theme_button {
    padding: 0;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .no-touch.is_modern #themes_detail_view .right_col #theme_meta ul li .theme_button span {
    display: block;
    padding: 0.2em 0.9em;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 211ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: -moz-transform 211ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: -o-transform 211ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 211ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .no-touch.is_modern #themes_detail_view .right_col #theme_meta ul li .theme_button .tb_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: left 211ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: left 211ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: left 211ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: left 211ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .no-touch.is_modern #themes_detail_view .right_col #theme_meta ul li .theme_button .tb_bg div {
    line-height: 2;
    color: #00AAFF;
    text-align: center;
    -webkit-transform: translate3d(200%, 0, 0);
    -moz-transform: translate3d(200%, 0, 0);
    -ms-transform: translate3d(200%, 0, 0);
    -o-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    -webkit-transition: -webkit-transform 211ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: -moz-transform 211ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: -o-transform 211ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 211ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .no-touch.is_modern #themes_detail_view .right_col #theme_meta ul li .theme_button .tb_bg div:before {
    content: attr(data-text);
  }
  .no-touch.is_modern #themes_detail_view .right_col #theme_meta ul li .theme_button:hover {
    border-color: white;
  }
  .no-touch.is_modern #themes_detail_view .right_col #theme_meta ul li .theme_button:hover span {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .no-touch.is_modern #themes_detail_view .right_col #theme_meta ul li .theme_button:hover .tb_bg {
    left: 0;
  }
  .no-touch.is_modern #themes_detail_view .right_col #theme_meta ul li .theme_button:hover .tb_bg div {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#themes_detail_view .right_col #theme_meta ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
#themes_detail_view .right_col #spinner {
  background-color: #060606;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#themes_detail_view .right_col #spinner img {
  display: block;
  margin: 14px auto;
}
.opacity #themes_detail_view .right_col #spinner {
  opacity: 0;
}
.no-opacity #themes_detail_view .right_col #spinner {
  display: none;
}
.lt-ie10 #themes_detail_view .left_col .antiscroll-inner {
  overflow-x: hidden !important;
}
.lt-ie10 #themes_detail_view .left_col #themes_list li a {
  color: #7c7c7c;
}
.lt-ie10 #themes_detail_view .left_col #themes_list li.cur_theme a, .lt-ie10 #themes_detail_view .left_col #themes_list li:hover a {
  color: white;
}

/* === Team Landing View === */
#team_landing_view {
  padding-top: 6.25em;
  padding-bottom: 3.125em;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#team_landing_view h1 {
  text-align: center;
  color: white;
  text-transform: uppercase;
  line-height: 1;
  font-size: 3.4375em;
}
#team_landing_view #team_grid {
  width: 100%;
  text-align: center;
  font-size: 0.8125em;
  margin-bottom: 9em;
}
#team_landing_view #team_grid .table {
  display: table;
  /* Allow the centering to work */
  margin: 0 auto;
}
#team_landing_view #team_grid ul, #team_landing_view #team_grid li {
  margin: 0;
  list-style: none;
}
#team_landing_view #team_grid ul {
  width: 100%;
  margin: 1em 0;
}
#team_landing_view #team_grid li {
  margin: 0 0.8em;
  display: inline;
  text-align: center;
  height: 70px;
}
#team_landing_view #team_grid li a {
  font-family: "futura-pt", sans-serif;
  color: #7c7c7c;
  font-weight: bold;
  font-size: 0.9em;
}
#team_landing_view #team_grid li a span {
  display: inline-block;
  line-height: 0.55;
}
#team_landing_view #team_grid li a .crt {
  display: inline;
}
#team_landing_view #team_grid li a:hover {
  color: #666666;
}
#team_landing_view #team_grid li a:hover span {
  color: #00AAFF;
}
#team_landing_view #team_grid span {
  font-size: 1.26em;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
#team_landing_view img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}

/* === Team Detail View === */
#team_detail_view {
  width: 100%;
  height: 100%;
}
#team_detail_view .left_col {
  background-position: top center;
}
#team_detail_view .right_col {
  background-color: #00AAFF;
  position: relative;
  padding: 12.5em 4.5% 0;
}
#team_detail_view .right_col hr {
  display: none;
}
#team_detail_view .right_col #back_to_team {
  position: absolute;
  font-family: "futura-pt", sans-serif;
  top: 5%;
  right: 5%;
  color: #dbebe8;
  text-transform: uppercase;
  line-height: 26px;
  font-size: 0.75em;
  font-weight: bold;
}
#team_detail_view .right_col #back_to_team .sprite {
  float: left;
  margin-right: 0.625em;
  background-repeat: no-repeat;
  display: block;
  background-image: url('../../img/sprites-sc6dd2fd991.png');
  background-position: 0 -139px;
  height: 26px;
  width: 26px;
  text-indent: -999em;
}
@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-resolution: 240dpi) {
  #team_detail_view .right_col #back_to_team .sprite {
    background-image: url('../../img/sprites2x-s7b815ea4b1.png');
    background-position: 0 -139px;
    height: 26px;
    width: 26px;
    -webkit-background-size: 185px auto;
    -moz-background-size: 185px auto;
    -o-background-size: 185px auto;
    background-size: 185px auto;
  }
}
#team_detail_view .right_col #team_detail_info h1, #team_detail_view .right_col #team_detail_info h2 {
  text-transform: uppercase;
}
#team_detail_view .right_col #team_detail_info h1 {
  width: 60%;
  font-size: 4.25em;
  color: white;
  line-height: 0.8;
  margin: 0;
  letter-spacing: -0.05em;
}
#team_detail_view .right_col #team_detail_info h2 {
  font-size: 1.25em;
  color: #cbe5e0;
  margin-bottom: 1.5em;
}
#team_detail_view .right_col #team_detail_info p {
  font-size: 1.125em;
  color: white;
  margin-bottom: 0.8em;
}

/* === Privacy Policy === */
#privacy_policy {
  padding: 6.25em 0;
}
#privacy_policy h2 {
  margin-top: 5.375em;
  margin-bottom: 1em;
  color: white;
  text-transform: uppercase;
  font-size: 1.375em;
}
#privacy_policy h2:first-child {
  margin-top: 0;
}
#privacy_policy p {
  color: white;
  font-size: 1.125em;
  text-align: justify;
}
#privacy_policy p.address {
  font-family: "futura-pt", sans-serif;
  margin-bottom: 1em;
  color: #666666;
  line-height: 1.3;
  font-size: 1em;
  text-transform: uppercase;
}
#privacy_policy #bcm_legal_tel,
#privacy_policy #bcm_legal_email {
  line-height: 1.3;
  font-family: "futura-pt", sans-serif;
  color: #7c7c7c;
  text-transform: uppercase;
}
#privacy_policy #bcm_legal_tel .sprite,
#privacy_policy #bcm_legal_email .sprite {
  display: none;
}

/* === 404 Page === */
#error_view {
  padding: 6.25em 0;
}
#error_view h2 {
  color: white;
  text-transform: uppercase;
  font-size: 4em;
  text-align: center;
}
#error_view p {
  color: white;
  font-size: 0.875em;
  text-align: center;
}
#error_view a {
  text-decoration: underline;
}

/* === Mediaqueries === */
/*** Generated by breakpoints.io ***/
@media only screen and (max-height: 600px) and (min-width: 1024px) {
  nav #nav_wrap ul {
    -webkit-transition: top 400ms;
    -moz-transition: top 400ms;
    -o-transition: top 400ms;
    transition: top 400ms;
    top: 30%;
  }
}
@media only screen and (max-height: 600px) and (max-width: 1024px) {
  .is-ie9 nav #nav_wrap ul {
    top: 30%;
  }
}

/*** Generated by breakpoints.io ***/
@media only screen and (max-width: 1024px) {
  .left_col, .right_col {
    width: 100%;
    height: auto;
    float: none;
  }

  .tablet_scrollable {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  #home_view #home_content {
    width: 85%;
  }
  #home_view h1 {
    font-size: 1.75em;
    margin-bottom: 1em;
  }
  #home_view #clock_nest {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 6.25em;
	display: none;
  }

  #approach_view .left_col {
    padding: 5.3em 0 1.8em 3.125em;
  }
  #approach_view .left_col h1 {
    float: none;
    text-align: left;
  }
  #approach_view #approach_content {
    padding: 1.8em 0 1.8em 3.125em;
  }
  #approach_view #approach_content blockquote {
    display: none;
  }

  #themes_landing_view {
    padding-top: 3.125em;
  }
  #themes_landing_view h1 {
    margin-top: 0;
  }
  #themes_landing_view #themes_grid {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #themes_landing_view #themes_grid li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }

  #themes_detail_view .left_col {
    position: relative;
    padding-top: 3.125em;
    padding-right: 0;
    padding-bottom: 3.125em;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #themes_detail_view .left_col .right {
    float: none !important;
  }
  #themes_detail_view .left_col h1 {
    font-size: 3.6875em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1em;
  }
  #themes_detail_view .left_col #back_to_themes {
    display: block;
    position: absolute;
    bottom: 3.4%;
    right: 3.4%;
    color: #cbe5e0;
    text-transform: uppercase;
    line-height: 26px;
    font-size: 1.125em;
    color: #e2e2e2;
    font-weight: bold;
    font-family: "futura-pt", sans-serif;
  }
  #themes_detail_view .left_col #back_to_themes .sprite {
    float: left;
    margin-right: 0.625em;
    background-repeat: no-repeat;
    display: block;
    background-image: url('../../img/sprites-sc6dd2fd991.png');
    background-position: 0 -139px;
    height: 26px;
    width: 26px;
    text-indent: -999em;
  }
  #themes_detail_view .left_col #tl_box_wrap .right {
    padding: 0;
  }
  #themes_detail_view .left_col #themes_list_wrap {
    width: 100%;
    overflow: hidden;
    padding: 0 0 2.25em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.23);
  }
  #themes_detail_view .left_col #themes_list {
    position: relative;
    margin: 0;
    width: 100%;
    height: 86px;
  }
  #themes_detail_view .left_col #themes_list li {
    position: absolute;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    opacity: 0.4;
    -webkit-transform: translate3d(0, 0, 0) scale(0.8);
    -moz-transform: translate3d(0, 0, 0) scale(0.8);
    -ms-transform: translate3d(0, 0, 0) scale(0.8);
    -o-transform: translate3d(0, 0, 0) scale(0.8);
    transform: translate3d(0, 0, 0) scale(0.8);
    -webkit-transition: opacity 167ms, -webkit-transform 333ms ease-out;
    -moz-transition: opacity 167ms, -moz-transform 333ms ease-out;
    -o-transition: opacity 167ms, -o-transform 333ms ease-out;
    transition: opacity 167ms, transform 333ms ease-out;
  }
  #themes_detail_view .left_col #themes_list li:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */
  }
  #themes_detail_view .left_col #themes_list li a {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 2em;
    line-height: 0.9;
    width: 100%;
  }
  #themes_detail_view .left_col #themes_list li .sprite {
    right: 50%;
    top: 100%;
    margin-top: -9px;
    margin-right: -8px;
    background-repeat: no-repeat;
    display: block;
    background-image: url('../../img/sprites-sc6dd2fd991.png');
    background-position: 0 -318px;
    height: 8px;
    width: 17px;
    text-indent: -999em;
    display: none;
  }
  #themes_detail_view .left_col #themes_list li.cur_theme {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
  #themes_detail_view .left_col #themes_list li.cur_theme .sprite {
    display: block;
  }
  #themes_detail_view .right_col #themes_detail_content_nest {
    background-color: #060606;
  }
  #themes_detail_view .right_col #theme_description {
    min-height: 132px;
  }
  #themes_detail_view .right_col #theme_description p {
    line-height: 2;
  }
  #themes_detail_view .right_col #theme_meta ul li {
    min-height: 80px;
  }
  #themes_detail_view .right_col #theme_meta ul li .desc .theme_meta_title {
    line-height: 1.3;
  }
  #themes_detail_view .right_col #theme_meta ul li .desc .theme_meta_title span {
    display: none;
  }
  #themes_detail_view .right_col #theme_meta ul li .desc .theme_meta_title div {
    display: block;
  }
  #themes_detail_view .right_col #theme_meta ul li .theme_button {
    padding: 1em 1.3em;
  }
  #themes_detail_view .right_col #spinner {
    background-color: #212121;
  }
  .is-ie9 #themes_detail_view .left_col .antiscroll-inner {
    overflow-y: hidden !important;
  }

  #team_landing_view {
    padding-top: 3.125em;
  }
  #team_landing_view h1 {
    margin-top: 0;
    font-size: 3.6875em;
  }
  #team_landing_view #team_grid_col {
    padding: 0;
  }
  #team_landing_view #team_grid {
    width: 90%;
    margin: 0 auto 3em auto;
    text-align: left;
    font-size: 1.1875em;
  }
  #team_landing_view #team_grid .table {
    display: block;
  }
  #team_landing_view #team_grid ul {
    margin: 0;
  }
  #team_landing_view #team_grid li {
    margin: 0 0 0.6875em;
    display: block;
    text-align: center;
    height: auto;
  }
  #team_landing_view img {
    width: 90%;
    display: block;
    margin: 0 auto;
    max-width: 90%;
  }

  #team_detail_view .left_col {
    height: 470px;
  }
  #team_detail_view .right_col {
    padding: 6.5em 8% 3em;
  }
  #team_detail_view .right_col hr {
    display: none;
  }
  #team_detail_view .right_col #back_to_team {
    top: 3%;
    right: 3%;
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 1024px) and (min-height: 1025px) {
  #themes_detail_view #themes_bottom_extension_cover {
    display: block;
    background-color: orange;
  }
}
@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1024px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 1024px) and (min-resolution: 240dpi) {
  #themes_detail_view .left_col #back_to_themes .sprite {
    background-image: url('../../img/sprites2x-s7b815ea4b1.png');
    background-position: 0 -139px;
    height: 26px;
    width: 26px;
    -webkit-background-size: 185px auto;
    -moz-background-size: 185px auto;
    -o-background-size: 185px auto;
    background-size: 185px auto;
  }
}
@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1024px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 1024px) and (min-resolution: 240dpi) {
  #themes_detail_view .left_col #themes_list li .sprite {
    background-image: url('../../img/sprites2x-s7b815ea4b1.png');
    background-position: 0 -306px;
    height: 8px;
    width: 17px;
    -webkit-background-size: 185px auto;
    -moz-background-size: 185px auto;
    -o-background-size: 185px auto;
    background-size: 185px auto;
  }
}
@media only screen and (max-width: 1024px) and (min-height: 768px) {
  #themes_detail_view .right_col #theme_meta {
    min-height: 278px;
  }
}
/*** Generated by breakpoints.io ***/
@media only screen and (min-height: 800px) and (min-width: 767px) and (max-width: 1024px) {
  nav #nav_wrap {
    width: 480px;
  }
  nav #nav_wrap ul {
    height: 210px;
    position: relative;
    top: 0;
    margin: 80px 0 0 2.0625em;
  }
  nav #nav_wrap ul li a {
    font-size: 2.375em;
  }
  nav #nav_wrap #footer #bcm_footer_logo {
    background-repeat: no-repeat;
    display: block;
    background-image: url('../../img/sprites-sc6dd2fd991.png');
    background-position: 0 0;
    height: 42px;
    width: 185px;
    text-indent: -999em;
    margin-bottom: 1em;
  }
  nav #nav_wrap #footer p, nav #nav_wrap #footer a {
    font-size: 1.375em;
  }
  nav #nav_wrap #footer #bcm_email {
    display: inline-block;
    margin-top: 1.25em;
    margin-bottom: 2.5em;
    border: 1px solid rgba(255, 255, 255, 0.23);
    padding: 0.875em 1.3125em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    clear: both;
  }
  nav #nav_wrap #footer #bcm_email span {
    display: none;
    text-transform: uppercase !important;
  }
  nav #nav_wrap #footer #bcm_email div {
    background-repeat: no-repeat;
    display: block;
    background-image: url('e.png');
    background-position: 0 -165px;
    height: 30px;
    width: 47px;
    text-indent: -999em;
  }
  nav #nav_wrap #footer small {
    float: left;
    font-size: 1.25em;
  }
  nav #nav_wrap #footer small a {
    margin-top: 0.625em;
    font-size: 1em;
  }

  #app._nav_open {
    -webkit-transform: translate3d(480px, 0, 0);
    -moz-transform: translate3d(480px, 0, 0);
    -o-transform: translate3d(480px, 0, 0);
    transform: translate3d(480px, 0, 0);
  }
}
@media only screen and (min-height: 800px) and (min-width: 767px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-height: 800px) and (min-width: 767px) and (max-width: 1024px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-height: 800px) and (min-width: 767px) and (max-width: 1024px) and (min-resolution: 240dpi) {
  nav #nav_wrap #footer #bcm_footer_logo {
    background-image: url('../../img/sprites2x-s7b815ea4b1.png');
    background-position: 0 0;
    height: 42px;
    width: 185px;
    -webkit-background-size: 185px auto;
    -moz-background-size: 185px auto;
    -o-background-size: 185px auto;
    background-size: 185px auto;
  }
}
@media only screen and (min-height: 800px) and (min-width: 767px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-height: 800px) and (min-width: 767px) and (max-width: 1024px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-height: 800px) and (min-width: 767px) and (max-width: 1024px) and (min-resolution: 240dpi) {
  nav #nav_wrap #footer #bcm_email div {
    background-image: url('../../img/sprites2x-s7b815ea4b1.png');
    background-position: 0 -165px;
    height: 30px;
    width: 47px;
    -webkit-background-size: 185px auto;
    -moz-background-size: 185px auto;
    -o-background-size: 185px auto;
    background-size: 185px auto;
  }
}
/*** Generated by breakpoints.io ***/
@media only screen and (max-width: 767px) {
  #main {
    padding-left: 0;
    padding-top: 60px;
  }

  #app {
    -webkit-transition: -webkit-transform 222ms ease-out;
    -moz-transition: -moz-transform 222ms ease-out;
    -o-transition: -o-transform 222ms ease-out;
    transition: transform 222ms ease-out;
  }

  .desktop_and_tablet_scrollable {
    overflow: hidden !important;
  }

  #home_view #home_content {
    width: 95%;
  }
  #home_view h1 {
    line-height: 0.9;
    margin-bottom: 1em;
  }
  #home_view #clock_nest {
    bottom: 1.75em;
  }
  #home_view #clock_nest #clock {
    margin: 0 auto !important;
    -webkit-transform: translate3d(0, 0, 0) scale(0.8) !important;
    -moz-transform: translate3d(0, 0, 0) scale(0.8) !important;
    -ms-transform: translate3d(0, 0, 0) scale(0.8) !important;
    -o-transform: translate3d(0, 0, 0) scale(0.8) !important;
    transform: translate3d(0, 0, 0) scale(0.8) !important;
  }
  #home_view #clock_nest #sub_clock #city {
    font-size: 1em;
  }

  nav {
    position: absolute;
    width: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  nav #nav_wrap {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 240px;
  }
  .is_modern nav #nav_wrap {
    right: 0;
  }
  .lt-ie10 nav #nav_wrap {
    left: -240px;
  }
  nav #nav_wrap ul {
    height: 114px;
    position: relative;
    top: 0;
    margin: 60px 0 0 2.0625em;
  }
  nav #nav_wrap ul li {
    line-height: 1.4;
  }
  nav #nav_wrap ul li a {
    font-family: "futura-pt", sans-serif;
    font-weight: 300;
    font-size: 1.25em;
    text-transform: uppercase;
  }
  nav #nav_wrap #footer {
    position: relative;
    margin-top: 100px;
  }
  nav #nav_wrap #footer #bcm_footer_logo {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0.91);
    -moz-transform: scale(0.91);
    -ms-transform: scale(0.91);
    -o-transform: scale(0.91);
    transform: scale(0.91);
  }
  nav #nav_wrap #footer p {
    font-size: 0.75em;
  }
  nav #nav_wrap #footer #bcm_email, nav #nav_wrap #footer #bcm_tel {
    display: inline-block;
    margin-top: 1.25em;
    margin-bottom: 2.5em;
/*    border: 1px solid rgba(255, 255, 255, 0.23); */
    width: 60px;
    height: 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    clear: both;
    background-image: url('e.png');
	background-repeat: no-repeat;
	background-position: left center;
  }
  nav #nav_wrap #footer #bcm_email span, nav #nav_wrap #footer #bcm_tel span {
    display: none;
  }
  nav #nav_wrap #footer #bcm_tel div {
    margin: 9px auto 0;
    background-repeat: no-repeat;
    display: block;
    background-image: url('../../img/sprites-sc6dd2fd991.png');
    background-position: 0 -195px;
    height: 21px;
    width: 20px;
    text-indent: -999em;
  }
  nav #nav_wrap #footer #bcm_email div {
    margin: 12px auto 0;
    background-repeat: no-repeat;
    display: block;
    background-image: url('e.png');
    background-position: 0 -239px;
    height: 15px;
    width: 24px;
    text-indent: -999em;
  }
  nav #nav_wrap #footer small {
    width: 70%;
    float: left;
    font-size: 0.625em;
  }
  nav #nav_wrap #footer small a {
    color: #666666;
    font-size: 1.2em;
    margin-top: 12px;
  }
  nav #bar {
    width: 100%;
    height: 60px;
    padding-top: 1.0625em;
    -webkit-touch-callout: none !important;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  nav #bar #menu_button {
    margin-left: 5%;
    margin-right: 0;
  }
  nav #bar #bcm_logo {
    top: 7px;
    margin-left: -25px;
    margin-top: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0.8);
    -moz-transform: translate3d(0, 0, 0) scale(0.8);
    -ms-transform: translate3d(0, 0, 0) scale(0.8);
    -o-transform: translate3d(0, 0, 0) scale(0.8);
    transform: translate3d(0, 0, 0) scale(0.8);
  }

  #app._nav_open {
    -webkit-transform: translate3d(240px, 0, 0);
    -moz-transform: translate3d(240px, 0, 0);
    -ms-transform: translate3d(240px, 0, 0);
    -o-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }

  #approach_view .left_col {
    padding: 5.15625em 0 2.0625em 5%;
  }
  #approach_view .left_col h1 {
    font-size: 1.8125em;
    letter-spacing: -0.05em;
    line-height: 0.75;
  }
  #approach_view #approach_content {
    padding: 1.8em 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #approach_view #approach_content h2 {
    font-size: 1.3125em;
    letter-spacing: 0em;
  }
  #approach_view #approach_content p {
    font-size: 1.03125em;
    line-height: 1.4;
  }
  #approach_view #approach_content p.no_mb {
    line-height: 1;
  }
  #approach_view #approach_content p span {
    display: block;
  }
  #approach_view #approach_content p span:before {
    content: '_';
    visibility: hidden;
  }
  #approach_view #approach_content h3 {
    margin: 1em 0;
    font-size: 1.3125em;
    line-height: 1;
    padding-left: 0;
  }

  #themes_landing_view {
    padding-top: 1.75em;
  }
  #themes_landing_view h1 {
    font-size: 1.8125em;
  }
  #themes_landing_view p {
    font-size: 1.21875em;
  }
  #themes_landing_view h2 {
    font-size: 1em;
  }
  #themes_landing_view #themes_grid {
    width: 100%;
  }

  #themes_detail_view #themes_bottom_extension_cover {
    display: none;
  }
  #themes_detail_view .left_col {
    padding-top: 1.75em;
  }
  #themes_detail_view .left_col h1 {
    font-size: 1.8125em;
  }
  #themes_detail_view .left_col #back_to_themes {
    bottom: 5%;
  }
  #themes_detail_view .left_col #themes_list {
    height: 50px;
  }
  #themes_detail_view .left_col #themes_list li a {
    font-size: 1.125em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0;
    line-height: 0.9;
  }
  #themes_detail_view .right_col #themes_detail_content_nest {
    background-color: #060606;
  }
  #themes_detail_view .right_col #theme_description {
    min-height: 90px;
  }
  #themes_detail_view .right_col #theme_description p {
    font-size: 1.03125em;
    line-height: 1.3;
  }
  #themes_detail_view .right_col #theme_meta ul li {
    min-height: 80px;
  }

  #themes_detail_view .right_col #theme_meta ul li .icon {
    margin-top: 1px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }

  #themes_detail_view .right_col #theme_meta ul li .desc {
    font-size: 0.85em;
  }

  #themes_detail_view .right_col #theme_meta ul li .desc .theme_meta_title {
    line-height: 1.3;
  }

  #themes_detail_view .right_col #theme_meta ul li .desc .theme_meta_title span {
    display: none;
  }

  #themes_detail_view .right_col #theme_meta ul li .desc .theme_meta_title div {
    display: block;
  }

  #themes_detail_view .right_col #theme_meta ul li .theme_button {
    margin-top: 7px;
    padding: 0;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }

  #themes_detail_view .right_col #theme_meta ul li .theme_button span {
    display: none;
  }

  #themes_detail_view .right_col #theme_meta ul li .theme_button .tb_bg {
    margin: 11px 16px;
    background-repeat: no-repeat;
    display: block;
    background-image: url('../../img/sprites-sc6dd2fd991.png');
    background-position: 0 -294px;
    height: 16px;
    width: 8px;
    text-indent: -999em;
  }

  #team_landing_view h1 {
    font-size: 1.8125em;
    margin-bottom: 1.5625em;
  }

  #team_landing_view #team_grid {
    font-size: 0.9375em;
  }

  #team_landing_view #team_grid li {
    margin: 0 0 1.5625em;
  }

  #team_landing_view #team_grid li a span {
    display: block;
    line-height: 1;
  }
  #team_landing_view #team_grid li a .crt {
    display: none;
  }


  #team_detail_view .left_col {
    height: 295px;
  }

  #team_detail_view .right_col {
    padding: 0;
  }

  #team_detail_view .right_col #back_to_team {
    top: 20px;
    right: 2.5%;
  }

  #team_detail_view .right_col hr {
    display: block;
    margin: 4.03125em 0 2.1875em;
    border-color: rgba(255, 255, 255, 0.23);
  }

  #team_detail_view .right_col #team_detail_info {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 3em;
  }

  #team_detail_view .right_col #team_detail_info h1 {
    width: 60%;
    font-size: 2.8125em;
    letter-spacing: -0.05em;
  }

  #team_detail_view .right_col #team_detail_info h2 {
    font-size: 1.03125em;
  }

  #team_detail_view .right_col #team_detail_info p {
    font-size: 0.875em;
  }

  #privacy_policy {
    padding: 3.125em 0;
  }

  #privacy_policy h2 {
    margin-top: 3.9375em;
  }

  #privacy_policy h2:first-child {
    margin-top: 0;
  }

  #privacy_policy p {
    font-size: 0.9375em;
    text-align: left;
  }

  #privacy_policy p.address {
    width: 63%;
    margin-bottom: 0;
    color: #666666;
    line-height: 1.3;
    font-size: 1.07813em;
  }

  #privacy_policy #bcm_legal_email, #privacy_policy #bcm_legal_tel {
    display: inline-block;
    margin-top: 1.25em;
    margin-bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.23);
    width: 60px;
    height: 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    clear: both;
  }

  #privacy_policy #bcm_legal_email span, #privacy_policy #bcm_legal_tel span {
    display: none;
  }

  #privacy_policy #bcm_legal_tel div {
    margin: 9px auto 0;
    background-repeat: no-repeat;
    display: block;
    background-image: url('../../img/sprites-sc6dd2fd991.png');
    background-position: 0 -195px;
    height: 21px;
    width: 20px;
    text-indent: -999em;
  }

  #privacy_policy #bcm_legal_email div {
    margin: 12px auto 0;
    background-repeat: no-repeat;
    display: block;
    background-image: url('../../img/sprites-sc6dd2fd991.png');
    background-position: 0 -239px;
    height: 15px;
    width: 24px;
    text-indent: -999em;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 240dpi) {

  nav #nav_wrap #footer #bcm_tel div {
    background-image: url('../../img/sprites2x-s7b815ea4b1.png');
    background-position: 0 -195px;
    height: 21px;
    width: 20px;
    -webkit-background-size: 185px auto;
    -moz-background-size: 185px auto;
    -o-background-size: 185px auto;
    background-size: 185px auto;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 240dpi) {

  nav #nav_wrap #footer #bcm_email div {
    background-image: url('e.png');
    background-position: 0 -239px;
    height: 15px;
    width: 24px;
    -webkit-background-size: 185px auto;
    -moz-background-size: 185px auto;
    -o-background-size: 185px auto;
    background-size: 185px auto;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 240dpi) {

  #themes_detail_view .right_col #theme_meta ul li .theme_button .tb_bg {
    background-image: url('../../img/sprites2x-s7b815ea4b1.png');
    background-position: 0 -336px;
    height: 16px;
    width: 8px;
    -webkit-background-size: 185px auto;
    -moz-background-size: 185px auto;
    -o-background-size: 185px auto;
    background-size: 185px auto;
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 240dpi) {

  #privacy_policy #bcm_legal_tel div {
    background-image: url('../../img/sprites2x-s7b815ea4b1.png');
    background-position: 0 -195px;
    height: 21px;
    width: 20px;
    -webkit-background-size: 185px auto;
    -moz-background-size: 185px auto;
    -o-background-size: 185px auto;
    background-size: 185px auto;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 767px) and (min-resolution: 240dpi) {

  #privacy_policy #bcm_legal_email div {
    background-image: url('../../img/sprites2x-s7b815ea4b1.png');
    background-position: 0 -239px;
    height: 15px;
    width: 24px;
    -webkit-background-size: 185px auto;
    -moz-background-size: 185px auto;
    -o-background-size: 185px auto;
    background-size: 185px auto;
  }
}

/*** Generated by breakpoints.io ***/
@media only screen and (max-height: 320px) {

  #home_view h1 {
    position: absolute;
    left: 0;
    top: 1em;
  }

  #home_view #clock_nest {
    bottom: 0;
    top: 124px;
  }

  .ios_chrome #home_view #clock_nest {
    top: 100px;
  }


  #privacy_policy {
    padding-bottom: 3.75em;
  }
}