/*
Theme Name: SMW v5
Theme URI: http://socialmediaweek.org
Author: Simon Dabkowski, Brian Leddy, and the entire Crowdcentric Team.
Author URI: http://socialmediaweek.org
Description: Official Social Media Week application. Copyright 2015 Crowdcentric Media LLC.
Version: 5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	}

body {
  	margin: 0;
	}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  	display: block;
	}

audio,
canvas,
progress,
video {
  	display: inline-block; /* 1 */
  	vertical-align: baseline; /* 2 */
	}

audio:not([controls]) {
  	display: none;
  	height: 0;
	}

[hidden],
template {
  	display: none;
	}

a {
  	background-color: transparent;
	}

a:active,
a:hover {
  	outline: 0;
	}

abbr[title] {
  	border-bottom: 1px dotted;
	}

b,
strong {
  	font-weight: bold;
	}

dfn {
  	font-style: italic;
	}

h1 {
  	font-size: 2em;
  	margin: 0.67em 0;
	}

mark {
  	background: #ff0;
  	color: #000;
	}

small {
  	font-size: 80%;
	}

sub,
sup {
  	font-size: 75%;
  	line-height: 0;
  	position: relative;
  	vertical-align: baseline;
	}

sup {
  	top: -0.5em;
	}

sub {
  	bottom: -0.25em;
	}

img {
  	border: 0;
	}

svg:not(:root) {
  	overflow: hidden;
	}

figure {
  	margin: 1em 40px;
	}

hr {
  	-moz-box-sizing: content-box;
  	box-sizing: content-box;
  	height: 0;
	}

pre {
  	overflow: auto;
	}

code,
kbd,
pre,
samp {
  	font-family: monospace, monospace;
  	font-size: 1em;
	}

button,
input,
optgroup,
select,
textarea {
  	color: inherit;
  	font: inherit;
  	margin: 0;
	}

button {
  	overflow: visible;
	}

button,
select {
  	text-transform: none;
	}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  	-webkit-appearance: button; /* 2 */
  	cursor: pointer; /* 3 */
	}

button[disabled],
html input[disabled] {
  	cursor: default;
	}

button::-moz-focus-inner,
input::-moz-focus-inner {
  	border: 0;
  	padding: 0;
	}

input {
  	line-height: normal;
	}

input[type="checkbox"],
input[type="radio"] {
  	box-sizing: border-box;
  	padding: 0;
	}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  	height: auto;
	}

input[type="search"] {
  	-webkit-appearance: textfield; /* 1 */
  	-moz-box-sizing: content-box;
  	-webkit-box-sizing: content-box; /* 2 */
  	box-sizing: content-box;
	}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  	-webkit-appearance: none;
	}

fieldset {
  	border: 1px solid #c0c0c0;
  	margin: 0 2px;
  	padding: 0.35em 0.625em 0.75em;
	}

legend {
  	border: 0;
  	padding: 0;
	}

textarea {
  	overflow: auto;
	}

optgroup {
  	font-weight: bold;
	}

table {
  	border-collapse: collapse;
  	border-spacing: 0;
	}

td,
th {
  	padding: 0;
	}

meta.foundation-version {
  	font-family: "/5.5.0/";
  	}

meta.foundation-mq-small {
  	font-family: "/only screen/";
  	width: 0;
  	}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

body * {
	text-shadow: none;
	}

pre {
	font-size: 12px;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	}

*,
*:before,
*:after {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	}

body {
  background: #fff;
  color: #282828;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
  -webkit-text-size-adjust: none;
  }

a:hover {
  cursor: pointer; }

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

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; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0% !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }

  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .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; } }
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .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; } }
button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #007095; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #008CBA;
    border-color: #007095;
    color: #FFFFFF;
    cursor: default;
    opacity: 0.7;
    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: #007095; }
    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: #FFFFFF; }
    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: #008CBA; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      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: #b9b9b9; }
      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: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      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: #368a55; }
      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: #FFFFFF; }
      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: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      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: #cf2a0e; }
      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: #FFFFFF; }
      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: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }
/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* 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.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* 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;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  -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 {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -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 {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* 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"], input[type="color"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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, input[type="color"]:focus, textarea:focus {
    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, input[type="color"]: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, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: #FFFFFF;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }
.error label,
.error label.error {
  color: #f04124; }
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 2.8125rem; }

.top-bar {
  overflow: hidden;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
  background: #333333;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: 1.75rem;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
  .top-bar .button, .top-bar button {
    padding-top: 0.4125rem;
    padding-bottom: 0.4125rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
    @media only screen and (max-width: 40em) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 2.8125rem;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
      line-height: 2.8125rem;
      font-size: 1.0625rem;
      margin: 0; }
      .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
        font-weight: normal;
        color: #FFFFFF;
        width: 75%;
        display: block;
        padding: 0 0.9375rem; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 0.9375rem;
      height: 2.8125rem;
      line-height: 2.8125rem; }
    .top-bar .toggle-topbar.menu-icon {
      top: 50%;
      margin-top: -16px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0 2.5rem 0 0.9375rem;
        color: #FFFFFF;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          position: absolute;
          display: block;
          height: 0;
          top: 50%;
          margin-top: -8px;
          right: 0.9375rem;
          box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #333333; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #333333; }
    .top-bar-section ul li > a {
      display: block;
      width: 100%;
      color: #FFFFFF;
      padding: 12px 0 12px 0;
      padding-left: 0.9375rem;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 0.8125rem;
      font-weight: normal;
      text-transform: none; }
      .top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        background-color: #008CBA;
        border-color: #007095;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #007095; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > a.button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          color: #FFFFFF; }
    .top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      background-color: #008CBA;
      border-color: #007095;
      color: #FFFFFF; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #007095; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #FFFFFF; }
      .top-bar-section ul li > button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          color: #FFFFFF; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      background: #333333;
      color: #FFFFFF; }
    .top-bar-section ul li.active > a {
      background: #008CBA;
      color: #FFFFFF; }
      .top-bar-section ul li.active > a:hover {
        background: #0078a0;
        color: #FFFFFF; }
  .top-bar-section .has-form {
    padding: 0.9375rem; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 0.9375rem;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 0.9375rem; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.125rem; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #FFFFFF;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 0.9375rem; }
      .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 0.9375rem 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777777;
      font-weight: bold;
      font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width: 40.063em) {
  .top-bar {
    background: #333333;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      position: relative;
      height: 1.75rem;
      top: 0.53125rem; }
    .top-bar.expanded {
      background: #333333; }

  .contain-to-grid .top-bar {
    max-width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 0; }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #333333;
      color: #FFFFFF; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 0.9375rem;
      line-height: 2.8125rem;
      background: #333333; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #333333; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 0.9375rem;
      line-height: 2.8125rem;
      color: #FFFFFF;
      background: #008CBA; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0078a0;
        color: #FFFFFF; }
    .top-bar-section .has-dropdown > a {
      padding-right: 2.1875rem !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: #FFFFFF;
        line-height: 2.8125rem;
        white-space: nowrap;
        padding: 12px 0.9375rem;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        color: #FFFFFF;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        color: #FFFFFF;
        background-color: #555555;
        background: #333333; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #4e4e4e;
      clear: none;
      height: 2.8125rem;
      width: 0; }
    .top-bar-section .has-form {
      background: #333333;
      padding: 0 0.9375rem;
      height: 2.8125rem; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }

  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #333333;
    color: #FFFFFF; }
  .no-js .top-bar-section ul li:active > a {
    background: #008CBA;
    color: #FFFFFF; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; } }
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 3px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    text-transform: uppercase;
    color: #008CBA; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #008CBA; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "/";
      color: #AAAAAA;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: #0078a0;
  color: #FFFFFF; }
  .alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333333;
    opacity: 0.3;
    background: inherit; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #FFFFFF; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #FFFFFF; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #FFFFFF; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
  .alert-box.alert-close {
    opacity: 0; }

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group > li {
    margin: 0 -2px;
    display: inline-block; }
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
  .button-group.stack > li {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
    float: none; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-left: 0; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-top: 0; }
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    display: inline-block; }
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
      border-left: 0; }
    @media only screen and (max-width: 40em) {
      .button-group.stack-for-small > li {
        margin: 0 -2px;
        display: inline-block;
        display: block;
        margin: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-left: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-top: 1px solid;
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0;
          margin: 0;
          display: block; }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-top: 0; } }
  .button-group.radius > * {
    margin: 0 -2px;
    display: inline-block; }
    .button-group.radius > * > button, .button-group.radius > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
      border-left: 0; }
    .button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button {
      border-radius: 0; }
    .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
      -webkit-border-bottom-left-radius: 3px;
      -webkit-border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .button-group.radius.stack > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-left: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-top: 0; }
    .button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button {
      border-radius: 0; }
    .button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
      -webkit-top-left-radius: 3px;
      -webkit-top-right-radius: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 3px;
      -webkit-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
  @media only screen and (min-width: 40.063em) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; } }
  @media only screen and (max-width: 40em) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block;
      display: block;
      margin: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        margin: 0;
        display: block; }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }
  .button-group.round > * {
    margin: 0 -2px;
    display: inline-block; }
    .button-group.round > * > button, .button-group.round > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
      border-left: 0; }
    .button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button {
      border-radius: 0; }
    .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
      -webkit-border-bottom-left-radius: 1000px;
      -webkit-border-top-left-radius: 1000px;
      border-bottom-left-radius: 1000px;
      border-top-left-radius: 1000px; }
    .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  .button-group.round.stack > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-left: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-top: 0; }
    .button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button {
      border-radius: 0; }
    .button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
      -webkit-top-left-radius: 1rem;
      -webkit-top-right-radius: 1rem;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem; }
    .button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 1rem;
      -webkit-bottom-right-radius: 1rem;
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem; }
  @media only screen and (min-width: 40.063em) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px; }
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only screen and (max-width: 40em) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block;
      display: block;
      margin: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        margin: 0;
        display: block; }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem; } }
  .button-group.even-2 li {
    margin: 0 -2px;
    display: inline-block;
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    margin: 0 -2px;
    display: inline-block;
    width: 33.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    margin: 0 -2px;
    display: inline-block;
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    margin: 0 -2px;
    display: inline-block;
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    margin: 0 -2px;
    display: inline-block;
    width: 16.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    margin: 0 -2px;
    display: inline-block;
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    margin: 0 -2px;
    display: inline-block;
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }
.button-bar:after {
  clear: both; }
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  .button-bar .button-group div {
    overflow: hidden; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #b6edff;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecfaff;
    color: #333333; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #008CBA; }
      .panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
        color: #0078a0; }
  .panel.radius {
    border-radius: 3px; }

.dropdown.button, button.dropdown {
  position: relative;
  outline: none;
  padding-right: 3.5625rem; }
  .dropdown.button::after, button.dropdown::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
    top: 50%; }
  .dropdown.button::after, button.dropdown::after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:after, button.dropdown.tiny:after {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny::after, button.dropdown.tiny::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.secondary:after, button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent; }

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #FFFFFF;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); }
  .th.radius {
    border-radius: 3px; }

.toolbar {
  background: #333333;
  width: 100%;
  font-size: 0;
  display: inline-block; }
  .toolbar.label-bottom .tab .tab-content i, .toolbar.label-bottom .tab .tab-content img {
    margin-bottom: 10px; }
  .toolbar.label-right .tab .tab-content i, .toolbar.label-right .tab .tab-content img {
    margin-right: 10px;
    display: inline-block; }
  .toolbar.label-right .tab .tab-content label {
    display: inline-block; }
  .toolbar.vertical.label-right .tab .tab-content {
    text-align: left; }
  .toolbar.vertical {
    height: 100%;
    width: auto; }
    .toolbar.vertical .tab {
      width: auto;
      margin: auto;
      float: none; }
  .toolbar .tab {
    text-align: center;
    width: 25%;
    margin: 0 auto;
    display: block;
    padding: 20px;
    float: left; }
    .toolbar .tab:hover {
      background: rgba(255, 255, 255, 0.1); }

.toolbar .tab-content {
  font-size: 16px;
  text-align: center; }
  .toolbar .tab-content label {
    color: #CCCCCC; }
  .toolbar .tab-content i {
    font-size: 30px;
    display: block;
    margin: 0 auto;
    color: #CCCCCC;
    vertical-align: middle; }
  .toolbar .tab-content img {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #333333;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #EEEEEE;
    font-weight: normal;
    font-size: 1rem;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .pricing-table .price {
    background-color: #F6F6F6;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: 2rem;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .pricing-table .description {
    background-color: #FFFFFF;
    padding: 0.9375rem;
    text-align: center;
    color: #777777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #DDDDDD; }
  .pricing-table .bullet-item {
    background-color: #FFFFFF;
    padding: 0.9375rem;
    text-align: center;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    border-bottom: dotted 1px #DDDDDD; }
  .pricing-table .cta-button {
    background-color: #FFFFFF;
    text-align: center;
    padding: 1.25rem 1.25rem 0; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(360deg); } }
@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }
    .slideshow-wrapper .orbit-container .orbit-bullets li {
      display: inline-block; }
  .slideshow-wrapper .preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555555 #FFFFFF;
    border-radius: 1000px;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.8);
        color: #FFFFFF;
        width: 100%;
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #FFFFFF;
    background: transparent;
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px #FFFFFF;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -4px;
      top: 0;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      border-color: transparent;
      border-left-color: #FFFFFF; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-left-color: #333333; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: transparent;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block;
      width: 0;
      height: 0;
      border: inset 10px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #FFFFFF; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #FFFFFF; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #FFFFFF;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #FFFFFF; }

.orbit-bullets-container {
  text-align: center; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block; }
  .orbit-bullets li {
    cursor: pointer;
    display: inline-block;
    width: 0.5625rem;
    height: 0.5625rem;
    background: #CCCCCC;
    float: none;
    margin-right: 6px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #999999; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }
.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 40.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }
@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0 !important;
    opacity: 1 !important; }
  .orbit-stack-on-small .orbit-slide-number {
    display: none; }

  .orbit-timer {
    display: none; }

  .orbit-next, .orbit-prev {
    display: none; }

  .orbit-bullets {
    display: none; } }
[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #FFFFFF;
  z-index: 50;
  min-width: 100%;
  padding: 10px; }
  [data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
      margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
      line-height: 1.8em; }

.icon-bar {
  width: 100%;
  font-size: 0;
  display: inline-block;
  background: #333333; }
  .icon-bar > * {
    text-align: center;
    font-size: 1rem;
    width: 25%;
    margin: 0 auto;
    display: block;
    padding: 1.25rem;
    float: left; }
    .icon-bar > * i, .icon-bar > * img {
      display: block;
      margin: 0 auto; }
      .icon-bar > * i + label, .icon-bar > * img + label {
        margin-top: .0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem;
      vertical-align: middle; }
    .icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  .icon-bar.label-right > * i, .icon-bar.label-right > * img {
    margin: 0 .0625rem 0 0;
    display: inline-block; }
    .icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
      margin-top: 0; }
  .icon-bar.label-right > * label {
    display: inline-block; }
  .icon-bar.vertical.label-right > * {
    text-align: left; }
  .icon-bar.vertical, .icon-bar.small-vertical {
    height: 100%;
    width: auto; }
    .icon-bar.vertical .item, .icon-bar.small-vertical .item {
      width: auto;
      margin: auto;
      float: none; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.medium-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.medium-vertical .item {
        width: auto;
        margin: auto;
        float: none; } }
  @media only screen and (min-width: 64.063em) {
    .icon-bar.large-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.large-vertical .item {
        width: auto;
        margin: auto;
        float: none; } }
  .icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem; }
    .icon-bar > * i + label, .icon-bar > * img + label {
      margin-top: .0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem; }
    .icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  .icon-bar > * label {
    color: #FFFFFF; }
  .icon-bar > * i {
    color: #FFFFFF; }
  .icon-bar > a:hover {
    background: #008CBA; }
    .icon-bar > a:hover label {
      color: #FFFFFF; }
    .icon-bar > a:hover i {
      color: #FFFFFF; }
  .icon-bar > a.active {
    background: #008CBA; }
    .icon-bar > a.active label {
      color: #FFFFFF; }
    .icon-bar > a.active i {
      color: #FFFFFF; }

.icon-bar.two-up .item {
  width: 50%; }
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.063em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto; } }
.icon-bar.three-up .item {
  width: 33.3333%; }
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.063em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto; } }
.icon-bar.four-up .item {
  width: 25%; }
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.063em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto; } }
.icon-bar.five-up .item {
  width: 20%; }
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.063em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto; } }
.icon-bar.six-up .item {
  width: 16.66667%; }
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.063em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto; } }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd, .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left; }
    .tabs dd > a, .tabs .tab-title > a {
      outline: none;
      display: block;
      background-color: #EFEFEF;
      color: #222222;
      padding: 1rem 2rem;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem; }
      .tabs dd > a:hover, .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
    .tabs dd.active a, .tabs .tab-title.active a {
      background-color: #FFFFFF;
      color: #222222; }
  .tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd, .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem; }

  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem; } }
.no-js .tabs-content > .content {
  display: block;
  float: none; }

ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    ul.pagination li a, ul.pagination li button {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999999;
      background: none;
      border-radius: 3px;
      font-weight: normal;
      font-size: 1em;
      line-height: inherit;
      transition: background-color 300ms ease-out; }
    ul.pagination li:hover a,
    ul.pagination li a:focus, ul.pagination li:hover button,
    ul.pagination li button:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
      background: transparent; }
    ul.pagination li.current a, ul.pagination li.current button {
      background: #008CBA;
      color: #FFFFFF;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #008CBA; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .side-nav li {
    margin: 0 0 0.4375rem 0;
    font-size: 0.875rem;
    font-weight: normal; }
    .side-nav li a:not(.button) {
      display: block;
      color: #008CBA;
      margin: 0;
      padding: 0.4375rem 0.875rem; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        background: rgba(0, 0, 0, 0.025);
        color: #1cc7ff; }
    .side-nav li.active > a:first-child:not(.button) {
      color: #1cc7ff;
      font-weight: normal;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: white; }
    .side-nav li.heading {
      color: #008CBA;
      font-size: 0.875rem;
      font-weight: bold;
      text-transform: uppercase; }

.accordion {
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #EFEFEF;
      color: #222222;
      padding: 1rem;
      display: block;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        display: block;
        background: #FFFFFF; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }

  .small-only-text-right {
    text-align: right !important; }

  .small-only-text-center {
    text-align: center !important; }

  .small-only-text-justify {
    text-align: justify !important; } }
@media only screen {
  .small-text-left {
    text-align: left !important; }

  .small-text-right {
    text-align: right !important; }

  .small-text-center {
    text-align: center !important; }

  .small-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }

  .medium-only-text-right {
    text-align: right !important; }

  .medium-only-text-center {
    text-align: center !important; }

  .medium-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important; }

  .medium-text-right {
    text-align: right !important; }

  .medium-text-center {
    text-align: center !important; }

  .medium-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }

  .large-only-text-right {
    text-align: right !important; }

  .large-only-text-center {
    text-align: center !important; }

  .large-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important; }

  .large-text-right {
    text-align: right !important; }

  .large-text-center {
    text-align: center !important; }

  .large-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }

  .xlarge-only-text-right {
    text-align: right !important; }

  .xlarge-only-text-center {
    text-align: center !important; }

  .xlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }

  .xlarge-text-right {
    text-align: right !important; }

  .xlarge-text-center {
    text-align: center !important; }

  .xlarge-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }

  .xxlarge-only-text-right {
    text-align: right !important; }

  .xxlarge-only-text-center {
    text-align: center !important; }

  .xxlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }

  .xxlarge-text-right {
    text-align: right !important; }

  .xxlarge-text-center {
    text-align: center !important; }

  .xxlarge-text-justify {
    text-align: justify !important; } }
/* 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; }

/* Default Link Styles */
a {
  color: #008CBA;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #0078a0; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  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: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    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.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.75rem; }

  h2 {
    font-size: 2.3125rem; }

  h3 {
    font-size: 1.6875rem; }

  h4 {
    font-size: 1.4375rem; }

  h5 {
    font-size: 1.125rem; }

  h6 {
    font-size: 1rem; } }
/*
 * 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: #000000 !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 #999999;
    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; } }
.split.button {
  position: relative;
  padding-right: 5.0625rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span {
    width: 3.09375rem; }
    .split.button span:after {
      border-top-style: solid;
      border-width: 0.375rem;
      top: 48%;
      margin-left: -0.375rem; }
  .split.button span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny {
    padding-right: 3.75rem; }
    .split.button.tiny span {
      width: 2.25rem; }
      .split.button.tiny span:after {
        border-top-style: solid;
        border-width: 0.375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.small {
    padding-right: 4.375rem; }
    .split.button.small span {
      width: 2.625rem; }
      .split.button.small span:after {
        border-top-style: solid;
        border-width: 0.4375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.large {
    padding-right: 5.5rem; }
    .split.button.large span {
      width: 3.4375rem; }
      .split.button.large span:after {
        border-top-style: solid;
        border-width: 0.3125rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:after {
    border-color: #333333 transparent transparent transparent; }
  .split.button.radius span {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .split.button.round span {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }

.reveal-modal-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0; }

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem; }
  @media only screen and (max-width: 40em) {
    .reveal-modal, dialog {
      min-height: 100vh; } }
  .reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
    min-width: 0; }
  .reveal-modal > :first-child, dialog > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child, dialog > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal, dialog {
      width: 80%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal, dialog {
      top: 6.25rem; } }
  .reveal-modal.radius, dialog.radius {
    border-radius: 3px; }
  .reveal-modal.round, dialog.round {
    border-radius: 1000px; }
  .reveal-modal.collapse, dialog.collapse {
    padding: 0; }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.tiny, dialog.tiny {
      width: 30%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.small, dialog.small {
      width: 40%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.medium, dialog.medium {
      width: 60%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.large, dialog.large {
      width: 70%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.xlarge, dialog.xlarge {
      width: 95%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  .reveal-modal.full, dialog.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none !important;
    margin-left: 0 !important; }
    @media only screen and (min-width: 40.063em) {
      .reveal-modal.full, dialog.full {
        width: 100vw;
        max-width: 62.5rem;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem;
    color: #AAAAAA;
    font-weight: bold;
    cursor: pointer; }

dialog {
  display: none; }
  dialog::backdrop, dialog + .backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.45);
    z-index: auto;
    display: none;
    left: 0; }
  dialog[open] {
    display: block; }

@media print {
  dialog, .reveal-modal, dialog {
    display: none;
    background: #FFFFFF !important; } }
/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  cursor: help;
  font-weight: bold;
  color: #333333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #003f54;
    color: #008CBA; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.3;
  padding: 0.50rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #FFFFFF;
  background: #3f4358;
  border-radius: 3px; }
  .tooltip > .nub {
    display: block;
    left: 15px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #3f4358 transparent;
    top: -10px;
    pointer-events: none; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    color: #008CBA !important;
    border-bottom: dotted 1px #003f54 !important; }

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal; }

@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }
/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #AAAAAA;
  font-size: 0.6em; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #CCCCCC;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #CCCCCC; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 12px; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: 0.8; }

  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #CCCCCC; }

  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #CCCCCC; }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3; }

  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4;
        clear: none; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: 0.8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%; }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }
/* Progress Bar */
.progress {
  background-color: #F6F6F6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem; }
  .progress .meter {
    background: #008CBA;
    height: 100%;
    display: block; }
  .progress.secondary .meter {
    background: #e7e7e7;
    height: 100%;
    display: block; }
  .progress.success .meter {
    background: #43AC6A;
    height: 100%;
    display: block; }
  .progress.alert .meter {
    background: #f04124;
    height: 100%;
    display: block; }
  .progress.radius {
    border-radius: 3px; }
    .progress.radius .meter {
      border-radius: 2px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    float: left;
    display: inline;
    margin-left: 1rem;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    color: #999999; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      text-decoration: none;
      color: #999999;
      padding: 0.1875rem 1rem; }
      .sub-nav dt a:hover,
      .sub-nav dd a:hover,
      .sub-nav li a:hover {
        color: #737373; }
    .sub-nav dt.active a,
    .sub-nav dd.active a,
    .sub-nav li.active a {
      border-radius: 3px;
      font-weight: normal;
      background: #008CBA;
      padding: 0.1875rem 1rem;
      cursor: default;
      color: #FFFFFF; }
      .sub-nav dt.active a:hover,
      .sub-nav dd.active a:hover,
      .sub-nav li.active a:hover {
        background: #0078a0; }

/* Foundation Joyride */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: #FFFFFF;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%; }

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px; }

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem; }
  .joyride-content-wrapper .button {
    margin-bottom: 0 !important; }
  .joyride-content-wrapper .joyride-prev-tip {
    margin-right: 10px; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333; }
  .joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: #333333;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-bottom-style: solid;
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px; }
  .joyride-tip-guide .joyride-nub.right {
    right: -20px; }
  .joyride-tip-guide .joyride-nub.left {
    left: -20px; }

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #FFFFFF; }

.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3; }

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem; }

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666; }

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #EEEEEE !important; }

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer; }

.joyride-expose-wrapper {
  background-color: #FFFFFF;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px #FFFFFF; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0; }

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 40.063em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: #333333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -20px; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: auto;
      right: -20px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-left-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: -20px;
      right: auto; } }
.label {
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: auto;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #008CBA;
  color: #FFFFFF; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: #FFFFFF; }
  .label.warning {
    background-color: #f08a24;
    color: #FFFFFF; }
  .label.success {
    background-color: #43AC6A;
    color: #FFFFFF; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333333; }
  .label.info {
    background-color: #a0d3e8;
    color: #333333; }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
  @media only screen and (min-width: 40.063em) {
    .tab-bar-section.left {
      text-align: left; }
    .tab-bar-section.right {
      text-align: right; } }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  transform: translate3d(0, 0, 0); }
  .tab-bar .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100%, 0);
  -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);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100%, 0);
  -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);
  right: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    display: block;
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }

.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -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);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: 0.5rem;
      display: inline; }
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -ms-transform: translate(0%, 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); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -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);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: 0.5rem;
      display: inline; }
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -ms-transform: translate(0%, 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); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline; }

/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent #FFFFFF transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent #FFFFFF transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent transparent transparent #FFFFFF;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: -2px;
    margin-left: 0;
    max-width: 200px; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: #FFFFFF transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -12px;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -14px;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    font-size: 0.875rem;
    cursor: pointer;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #EEEEEE; }
    .f-dropdown li.radius {
      border-radius: 3px; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }
  .f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    padding: 1.25rem;
    width: 100%;
    height: auto;
    max-height: none;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    max-width: 200px; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #F5F5F5; }
    table thead tr th,
    table thead tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  table tfoot {
    background: #F5F5F5; }
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  table tr th,
  table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222222;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #F9F9F9; }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }

.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  background: #FAFAFA; }
  .range-slider.vertical-range {
    display: block;
    position: relative;
    width: 100%;
    height: 1rem;
    border: 1px solid #DDDDDD;
    margin: 1.25rem 0;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    width: 1rem;
    height: 12.5rem; }
    .range-slider.vertical-range .range-slider-handle {
      margin-top: 0;
      margin-left: -0.5rem;
      position: absolute;
      bottom: -10.5rem; }
    .range-slider.vertical-range .range-slider-active-segment {
      width: 0.875rem;
      height: auto;
      bottom: 0; }
  .range-slider.radius {
    background: #FAFAFA;
    border-radius: 3px; }
    .range-slider.radius .range-slider-handle {
      background: #008CBA;
      border-radius: 3px; }
      .range-slider.radius .range-slider-handle:hover {
        background: #007ba4; }
  .range-slider.round {
    background: #FAFAFA;
    border-radius: 1000px; }
    .range-slider.round .range-slider-handle {
      background: #008CBA;
      border-radius: 1000px; }
      .range-slider.round .range-slider-handle:hover {
        background: #007ba4; }
  .range-slider.disabled, .range-slider[disabled] {
    background: #FAFAFA;
    cursor: default;
    opacity: 0.7; }
    .range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
      background: #008CBA;
      cursor: default;
      opacity: 0.7; }
      .range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
        background: #007ba4; }

.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #e5e5e5; }

.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #008CBA; }
  .range-slider-handle:hover {
    background: #007ba4; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px; }

.switch {
  padding: 0;
  border: none;
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .switch label {
    display: block;
    margin-bottom: 1rem;
    position: relative;
    color: transparent;
    background: #DDDDDD;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    cursor: pointer;
    transition: left 0.15s ease-out; }
  .switch input {
    opacity: 0;
    position: absolute;
    top: 9px;
    left: 10px;
    padding: 0; }
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  .switch label:after {
    content: "";
    display: block;
    background: #FFFFFF;
    position: absolute;
    top: .25rem;
    left: .25rem;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: translate3d(0, 0, 0);
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .switch input:checked + label {
    background: #008CBA; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    width: 4rem;
    height: 2rem; }
  .switch label:after {
    width: 1.5rem;
    height: 1.5rem; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    color: transparent;
    background: #DDDDDD; }
  .switch label:after {
    background: #FFFFFF; }
  .switch input:checked + label {
    background: #008CBA; }
  .switch.large label {
    width: 5rem;
    height: 2.5rem; }
  .switch.large label:after {
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked + label:after {
    left: 2.75rem; }
  .switch.small label {
    width: 3.5rem;
    height: 1.75rem; }
  .switch.small label:after {
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked + label:after {
    left: 2rem; }
  .switch.tiny label {
    width: 3rem;
    height: 1.5rem; }
  .switch.tiny label:after {
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked + label:after {
    left: 1.75rem; }
  .switch.radius label {
    border-radius: 4px; }
  .switch.radius label:after {
    border-radius: 3px; }
  .switch.round {
    border-radius: 1000px; }
    .switch.round label {
      border-radius: 2rem; }
    .switch.round label:after {
      border-radius: 2rem; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* medium displays */
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* large displays */
@media only screen and (min-width: 64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }

  .hide-for-print {
    display: none; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; } }

a {
	color: #313fa5;
	}

a:hover {
	color: #10155e;
	}

hr {
	border: solid #eee;
	border-width: 1px 0 0;
	}

.sub-nav {
	background-color: #3f4358;
	padding: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

.sub-nav dd {
	margin-left: .10rem;
	font-size: 11px;
	font-weight: 600;
	}

.sub-nav dd a {
	color: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

.sub-nav dd a:hover {
	color: #fff;
	background-color: #007dc1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	}

.sub-nav dd.active a,
.sub-nav dd.active a:hover {
	color: #fff;
	background-color: #007dc1;
	}

.sub-nav .far-right,
.sub-nav .show-help {
	float: right;
	}

#details-content,
#details-content ul,
#details-content ol,
#details-content li,
#details-content p {
	font-size:14px;
	}

#details-content iframe {
	width:100%!important;
	height:400px !important;
	border:none!important;
	padding:0;
	margin:0;
	}

#details-content ol span {
	display:block;
	font-weight:700;
	}

#details-content .alignleft {
	float:left;
	display:block;
	margin-right:15px;
	}

#details-content .alignright {
	float:right;
	display:block;
	margin-left:15px;
	}

#details-content ol {
	list-style-type:none;
	counter-reset:ol-counter;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:20px;
	}

#details-content ol li:before {
	content:counter(ol-counter);
	counter-increment:ol-counter;
	position:absolute;
	left:-1em;
	color:#ddd;
	}

#details-content ol li {
	position:relative;
	padding-left:.6em;
	margin-bottom:5px;
	}

#details-content ul {
	list-style:none;
	margin-left:30px !important;
	margin-top:10px !important;
	margin-bottom:20px !important;
	}

#details-content ul li {
	position:relative;
	padding-left:.6em;
	margin-bottom:5px;
	}

#details-content ul li:before {
	font-family:FontAwesome;
	content:"\f055";
	position:absolute;
	left:-1em;
	color:#ddd;
	}

#details-content h3 {
	color:#000;
	font-size:18px;
	margin:0;
	padding:0;
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:600;
	}

#details-content h4 {
	color:#263080;
	font-size:18px;
	margin:0;
	padding:0;
	margin-bottom:10px;
	text-transform:uppercase;
	}

#menu-left:not( .mm-menu ),
#menu-right-login:not( .mm-menu ),
#menu-right-bookmarks:not( .mm-menu ),
#menu-right-account:not( .mm-menu ),
#menu-right-share:not( .mm-menu ),
#menu-right-newsletter:not( .mm-menu ) {
   	display: none;
	}

@-webkit-keyframes fadeinlogo { 0% { opacity: 0; } 100% { opacity: 1; } }
@-moz-keyframes fadeinlogo { 0% { opacity: 0; } 100% { opacity: 1; } }
@-o-keyframes fadeinlogo { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes fadeinlogo { 0% { opacity: 0; } 100% { opacity: 1; } }
@-webkit-keyframes captionslide { 0% { opacity: 0; }
100% { opacity: 1; } }
@-moz-keyframes captionslide { 0% { opacity: 0; }
100% { opacity: 1; } }
@-o-keyframes captionslide { 0% { opacity: 0; }
100% { opacity: 1; } }
@keyframes captionslide { 0% { opacity: 0; }
100% { opacity: 1; } }

.gform_wrapper {
	margin: 0 !important;
	max-width: 100% !important;
	}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio li input[type=radio] {
	margin-left: 5px;
	width: 110% !important;
	}

.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password] {
	max-width: 80% !important;
	}

.press-logos img {
	border: 1px solid #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

li.single-next-article {
	float: right !important;
	text-align: right;
	width: 350px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}

.single-next-article span {
	font-weight: bold;
	font-size: 11px;
	}

.single-next-article a {
	text-align: right;
	font-size: 11px;
	}

.fb-comments,
.fb-comments span,
.fb-comments iframe {
	width: 100% !important;
	}

.hide-this,
.hide-this h1 {
	display: none !important;
	}

.highcharts-container {
	-webkit-border-radius:4px !important;
	-moz-border-radius:4px !important;
	border-radius:4px !important;
	}

.img-thumb {
	width: 100%;
	height: auto;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	}

.home-news-image {
	width: 100%;
	height: auto;
	}

img.lazy-load {
	background-color:#efefef;
	background-image:url(http://socialmediaweek.org/wp-content/blogs.dir/1/files/2014/06/load-me.gif);
	background-repeat:no-repeat;
	background-position:center center;
	min-height: 120px;
	}

.article-newsletter-callout {
	font-size: 12px;
	line-height: 17px;
	}

.breadcrumb {
	background-color:#fff;
	border:1px solid #eee;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	overflow:hidden;
	width:100%;
	margin-bottom:30px;
	}

.breadcrumb ul {
	overflow:hidden;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	}

.breadcrumb li {
	float:left;
	}

.breadcrumb a {
	font-size:11px;
	padding:4px 12px;
	padding-left:24px;
	float:left;
	text-decoration:none;
	color:#444;
	position:relative;
	background-color:#fff;
	}

.breadcrumb a.home {
	color:#444;
	background-color:#efefef;
	padding-left:10px;
	padding-right:8px;
	}

.breadcrumb li:first-child a {
	-webkit-border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
	}

.breadcrumb a:hover {
	background-color: #eee;
	}

.breadcrumb a.home:hover {
	color:#444;
	background-color: #eee;
	}

.breadcrumb a::after,
.breadcrumb a::before {
	content:"";
	position:absolute;
	top:50%;
	margin-top:-1.5em;
	border-top:1.5em solid transparent;
	border-bottom:1.5em solid transparent;
	border-left:1em solid;
	right:-1em;
	}

.breadcrumb a::after {
	z-index:2;
	border-left-color:#fff;
	}

.breadcrumb a.home::after {
	border-left-color:#eee;
	}

.breadcrumb a::before {
	border-left-color:#eee;
	right:-1.1em;
	z-index:1;
	}

.breadcrumb a:hover::after {
	border-left-color:#eee;
	}

.breadcrumb .current,
.breadcrumb .current:hover {
	background:none;
	color: #282828;
	}

.breadcrumb .current::after,
.breadcrumb .current::before {
	content:normal;
	}

.breadcrumb .current {
	color: #313fa5;
	}

.desktop-only-space {
	height: 20px;
	display: block;
	clear: both;
	}

.hide-on-mobile {
	display: inline-block;
	}

.hide-on-desktop {
	display: none;
	}

.button-buy-now {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	background-color:#fe1a00;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #d83526;
	display:inline-block;
	color:#fff;
	font-size:14px;
	font-weight:600;
	height:42px;
	line-height:42px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #b23e35;
	padding: 0px 12px;
	}

.button-buy-now:hover {
	color:#fff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #ce0100 100% );
	background-color:#ce0100;
	}

.megamenu .fa {
	color:#aaa;
	}

.megamenu h3 {
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:10px;
	}

.megamenu form {
	margin:0;
	padding:0;
	}

#search {
	border:1px solid #eee;
	display:inline-block!important;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	color:#999;
	font-size:11px;
	line-height:14px;
	margin:0 -22px 0 0;
	margin-top:5px;
	padding:1px;
	padding-left:10px;
	padding-right:30px;
	text-transform:lowercase;
	width:170px;
	height:30px;
	transition-duration:400ms;
	transition-property:width,background;
	transition-timing-function:ease;
	-webkit-transition-duration:400ms;
	-webkit-transition-property:width,background;
	-webkit-transition-timing-function:ease;
	-o-transition-duration:400ms;
	-o-transition-property:width,background;
	-o-transition-timing-function:ease;
	-webkit-box-shadow:none!important;
	-moz-box-shadow:none!important;
	box-shadow:none!important;
	}

#search:hover,
#search:focus {
	background-color:#fff;
	border:1px solid #ccc;
	}

#searchsubmit {
	display:inline-block!important;
	text-indent:-9999px;
	background-color:transparent;
	background-image:url(assets/images/icon-search.png);
	background-repeat:no-repeat;
	background-position:left center;
	border:none;
	height:21px;
	width:22px;
	cursor:pointer;
	}

li.city-menu li a:hover {
	background-color:#263080;
	}

ul.city-list,
ul.city-list li {
	font-size:12px !important;
	list-style:none;
	list-style-position:inside;
	margin:0;
	padding:0;
	}

ul.city-list li {
	margin:6px 0!important;
	}

ul.city-list li .fa {
	padding-right:4px;
	color:#eee;
	}

ul.city-list li .fa.pink {
	padding-right:4px;
	color:#e44696;
	}

ul.city-list li .fa.light-blue {
	padding-right:4px;
	color:#1688ca;
	}

.city-list li a {
	padding: 3px 6px !important;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	}

.city-list li.selected a,
.city-list li a:hover {
	color: #fff !important;
	background-color:#263080;
	}

.megamenu .dropdown_flyout li a {
	float:left;
	width:100%;
	padding:3px 5px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	}

.megamenu .dropdown_flyout ul li a {
	font-size:12px;
	width:140px;
	}

.megamenu .dropdown_flyout a {
	color:#fff!important;
	font-size:12px;
	display:block;
	width:10em;
	}

.megamenu .dropdown_flyout a:hover {
	color:#dbe245!important;
	background-color:#263080;
	}

.megamenu_container {
	width:100%;
	height:42px;
	margin:0 auto;
	position:relative;
	z-index:997;
	font-size:14px;
	}

.megamenu {
	list-style:none;
	padding:0;
	position:relative;
	margin:0;
	font-size:12px;
	line-height:1;
	}

.megamenu > li {
	float:left;
	margin:0;
	border:none;
	}

.megamenu > li.dropme:hover {
	color:#fff;
	background-color:#10155e;
	}

.megamenu > li.dropme:hover a {
	color:#fff!important;
	}

.megamenu > li > a {
	font-size:12px;
	outline:0;
	text-decoration:none;
	display:block;
	padding:15px 12px;
	color:#212121;
	}

.megamenu > li.home > a {
	font-size:12px;
	outline:0;
	text-decoration:none;
	display:block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 14px;
	color:#212121;
	}

.megamenu > li > a:hover,
.megamenu > li.home a:hover,
.megamenu > li.on > a,
.megamenu > li.dropme:hover a {
	color: #313fa5;
	}

.megamenu > li.dropme:hover .fa {
	color: #fff !important;
	}

.megamenu li.megamenu_button {
	display:none;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	-ms-transition:none;
	transition:none;
	}

.megamenu li.megamenu_right {
	float:right;
	margin-right:-1px;
	}

.megamenu li.megamenu_right a {
	margin-right:5px;
	}

.megamenu .menu-map {
	margin-top: 10px;
	}

.megamenu li .dropdown_container,
.megamenu li.city-menu .dropdown_fullwidth,
.megamenu li.city-menu .dropdown_multilevel {
	position:absolute;
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	left:-9999em;
	top: 42px !important;
	display:block;
	z-index:997;
	float:left;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	}

.megamenu h3.city-month {
	margin-left: 5px;
	font-weight: bold !important;
	font-size: 14px !important;
	}

.megamenu h3.city-month.yellow {
	color: #ccd44c !important;
	}

.megamenu li .dropdown_first {
	margin-left:-1px;
	}

.megamenu li .droplast_right {
	margin-right:-1px;
	}

.megamenu li:hover .dropdown_container {
	top:40px !important;
	left:auto;
	}

.megamenu li:hover .dropdown_fullwidth {
	top:30px !important;
	left:0;
	}

.megamenu li .dropdown_right {
	right:0;
	}

.megamenu li:hover .dropdown_right {
	top:45px;
	left:auto;
	right:0;
	}

.megamenu .dropdown_flyout,
.megamenu .dropdown_flyout .dropdown_flyout_level {
	padding:0;
	margin:0;
	list-style:none;
	z-index:9;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	}

.megamenu .dropdown_flyout {
	min-width: 150px;
	}

.megamenu .dropdown_flyout li {
	padding:0;
	}

.megamenu .dropdown_flyout li a {
	float:left;
	width:100%;
	padding:3px 5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	}

.megamenu .dropdown_flyout ul li a {
	font-size:12px;
	width:140px;
	}

.megamenu .dropdown_flyout a {
	color:#fff!important;
	font-size:12px;
	display:block;
	width:10em;
	}

.megamenu .dropdown_flyout a:hover {
	color:#dbe245!important;
	background-color:#263080;
	}

.megamenu .dropdown_flyout .dropdown_flyout_level {
	position:absolute;
	margin:10px 0 0 4px;
	padding:6px;
	left:-9999em;
	top:-9999em;
	display:block;
	float:left;
	}

.megamenu .dropdown_flyout li:hover > .dropdown_flyout_level {
	left:95%;
	top:-21px;
	}

.megamenu .dropdown_flyout li:hover > .dropdown_flyout_level_left {
	left:-108%;
	right:100%;
	}

.megamenu li .dropdown_fullwidth,
.megamenu li .dropdown_flyout li ul {
	background-color:#10155e;
	color:#fff;
	}

.megamenu li .dropdown_container {
	background-color:#10155e;
	color:#fff;
	padding-left: 10px !important;
	padding-right: 10px !important;
	}

.megamenu_container_vertical .megamenu li .dropdown_container,.megamenu_container_vertical .megamenu li .dropdown_fullwidth,.megamenu_container_vertical .megamenu li .dropdown_flyout li ul {
	border-top-width:1px;
	}

.megamenu li .dropdown_flyout li ul {
	border:1px solid #CCC;
	}

.megamenu li .dropdown_flyout .dropdown_parent {
	background:url(assets/images/right-b.png) no-repeat right 9px;
	}

.megamenu li .dropdown_flyout .dropdown_parent:hover,
.megamenu li .dropdown_flyout .dropdown_parent.active {
	background-color:#eee;
	}

.megamenu li .dropdown_flyout .dropdown_parent.noactive {
	background-color:transparent;
	}

.megamenu p,
.megamenu h1,
.megamenu h2,
.megamenu h3,
.megamenu h4,
.megamenu h5,
.megamenu h6,
.megamenu > li > div a,
.megamenu li ul li,
.megamenu li ol li {
	color:#fff;
	}

.megamenu > li > div a:hover {
	color:#dbe245;
	}

.megamenu li ul li:hover,
.megamenu li ol li:hover,
.megamenu .blue,
.megamenu .grey,
.megamenu .orange,
.megamenu .dark,
.megamenu .purple {
	color:#444;
	}

.schedule-actions {
	display:block;
	margin:0;
	margin-top: 40px;
	margin-right: 10px;
	float: right;
	}

.schedule-actions ul {
	display:block;
	margin:0;
	padding:0;
	clear:both;
	}

.schedule-actions li {
	list-style:none;
	display:inline-block;
	margin:0;
	padding:0;
	float:right;
	margin-right:10px;
	border: none !important;
	}

.schedule-actions li .count {
	display: none;
	}

.schedule-actions li.twitter a {
	color:#fff !important;
	background-color:transparent;
	}

.schedule-actions li.twitter .box {
	margin-top: 1px;
	font-size:12px;
	line-height:12px;
	color:#fff!important;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:6px 8px !important;
	cursor:pointer;
	background-color:#4099FF;
	border: none !important;
	}

.schedule-actions li.twitter .box:before {
	font-family:FontAwesome;
	font-weight:400;
	font-style:normal;
	display:inline-block;
	text-decoration:inherit;
	content:"\f099 ";
	}

.schedule-actions li.twitter .box:hover {
	background-color:#282828;
	border: none !important;
	}



.button-bar-container {
	margin-top: 5px;
	margin-bottom:5px;
	}

.button-bar {
	display:block;
	margin:0;
	clear:both;
	}

.button-bar ul {
	display:block;
	margin:0;
	padding:0;
	clear:both;
	}

.button-bar li {
	list-style:none;
	display:inline-block;
	margin:0;
	padding:0;
	float:left;
	margin-right:10px;
	}

.button-bar li:last-child {
	margin-right:0;
	}

.button-bar li a.button-buy-a-pass {
	margin-right:0!important;
	}

.button-bar li.google {
	margin-top: 2px;
	max-width:60px !important;
	}

.button-bar li.xing {
	margin-top: 2px;
	}

.button-bar-desktop-only {
	display:block;
	}

.button-bar-mobile-only {
	display:none;
	}

.button-bar li .count {
	font-weight:700;
	float:right;
	margin-left:7px;
	}

.button-bar li.facebook a,.button-bar li.twitter a,.button-bar li.googleplus a,.button-bar li.linkedin a,.button-bar li.email a,.button-bar li.xing a,
.button-bar li.facebook span,.button-bar li.twitter span,.button-bar li.googleplus span,.button-bar li.linkedin span,.button-bar li.email span,.button-bar li.xing span {
	color:#fff!important;
	background-color:transparent;
	}

.button-bar li.twitter .box,.button-bar li.facebook .box,.button-bar li.googleplus .box,.button-bar li.linkedin .box,.button-bar li.email .box,.button-bar li.xing .box {
	margin-top:2px;
	font-size:11px;
	line-height:11px;
	color:#fff!important;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:5px 8px !important;
	cursor:pointer;
	}

.button-bar li.twitter .box {
	background-color:#4099FF;
	border:1px solid #4099FF;
	}

.button-bar li.facebook .box {
	background-color:#3B5998;
	border:1px solid #3B5998;
	}

.button-bar li.googleplus .box {
	background-color:#C63D2D;
	border:1px solid #C63D2D;
	}

.button-bar li.linkedin .box {
	background-color:#4875B4;
	border:1px solid #4875B4;
	}

.button-bar li.email .box {
	background-color:#e52b89;
	border:1px solid #e52b89;
	}

.button-bar li.xing {
	margin-top: 3px;
	max-width: 100px !important;
	}

.button-bar li.xing .box {
	background-color:#75da78;
	border:1px solid #75da78;
	}

.button-bar li.twitter .box:before {
	font-family:FontAwesome;
	font-weight:400;
	font-style:normal;
	display:inline-block;
	text-decoration:inherit;
	content:"\f099 ";
	}

.button-bar li.facebook .box:before {
	font-family:FontAwesome;
	font-weight:400;
	font-style:normal;
	display:inline-block;
	text-decoration:inherit;
	content:"\f09a ";
	}

.button-bar li.googleplus .box:before {
	font-family:FontAwesome;
	font-weight:400;
	font-style:normal;
	display:inline-block;
	text-decoration:inherit;
	content:"\f0d5 ";
	}

.button-bar li.linkedin .box:before {
	font-family:FontAwesome;
	font-weight:400;
	font-style:normal;
	display:inline-block;
	text-decoration:inherit;
	content:"\f0e1 ";
	}

.button-bar li.email .box:before {
	font-family:FontAwesome;
	font-weight:400;
	font-style:normal;
	display:inline-block;
	text-decoration:inherit;
	content:"\f0e0 ";
	}

.button-bar li.whatsapp .box:before {
	font-family:FontAwesome;
	font-weight:400;
	font-style:normal;
	display:inline-block;
	text-decoration:inherit;
	content:"\f1d7 ";
	}

.button-bar li.facebook .box:hover,
.button-bar li.twitter .box:hover,
.button-bar li.googleplus .box:hover,
.button-bar li.linkedin .box:hover,
.button-bar li.whatsapp .box:hover,
.button-bar li.email .box:hover {
	background-color:#282828;
	}

a.button-instagram {
	font-size:11px;
	color:#fff!important;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:4px 8px;
	padding-left:6px;
	cursor:pointer;
	background-color:#5f524d;
	border:1px solid #493b35;
	}

a.button-instagram:hover {
	background-color:#333;
	border:1px solid #181818;
	}

a.subscribe-to-newsletter {
	display: inline-block;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: 600;
	margin-top:8px !important;
	padding:6px 8px !important;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color: #fff;
	background-color: #e4463d;
	}

a.subscribe-to-newsletter .fa {
	font-size: 12px !important;
	color: #fff !important;
	}

a.subscribe-to-newsletter:hover {
	background-color: #282828;
	}

li.login-form p.status {
	font-size:12px;
	line-height:17px;
	}

#details-content pre code {
	white-space:pre-wrap!important;
	white-space:-moz-pre-wrap!important;
	white-space:-pre-wrap!important;
	white-space:-o-pre-wrap!important;
	word-wrap:break-word!important;
	background-color:#555;
	padding:0;
	margin:0;
	color:#fff!important;
	width:100%;
	display:block;
	padding:10px;
	font-weight:400!important;
	border:1px solid #000;
	}

.item,
.item-news {
	position:relative;
	}

.single-speaker-image img {
	width:100%;
	height:auto;
	}

.item img,
.item-news img,
.img-news img {
	width:100%;
	height:auto;
	-webkit-border-radius:3px !important;
	-moz-border-radius:3px !important;
	border-radius:3px !important;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	margin-bottom: 5px;
	}

.item-news img,
#latest-articles-2 img {
	}

.item a:hover img,.item-news a:hover img {
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	}

.item-popular img {
	width:100%;
	height:auto;
	-webkit-border-radius:3px !important;
	-moz-border-radius:3px !important;
	border-radius:3px !important;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	margin-bottom: 5px;
	}

.item .ribbon,
.item-news .ribbon {
	display:block;
	top: 110px;
	left: -6px;
	color:#fff;
	font-weight:600;
	padding:6px 8px;
	text-transform:uppercase;
	font-size:14px;
	line-height:14px;
	position:absolute;
	}

.ribbon .allsocial {
	display: inline-block !important;
	color: #fff !important;
	}

.ribbon .allsocial a {
	font-size: 14px !important;
	line-height: 14px !important;
	margin-top: -5px;
	font-weight: bold !important;
	color: #fff !important;
	}

.item-popular .ribbon {
	display:block;
	top: 50px;
	left: 6px;
	color:#fff;
	font-weight:600;
	padding:8px 10px;
	text-transform:uppercase;
	font-size:14px;
	line-height:14px;
	position:absolute;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	}

.ribbon:before {
	content:"";
	bottom: -10px;
	position:absolute;
	display:block;
	border-style:solid;
	border-color: #bbb transparent transparent transparent;
	left: 0;
	border-width: 10px 0 0 10px;
	z-index: -1;
	}

.item a:hover ~ .ribbon,
.item-news a:hover ~ .ribbon,
.item-popular a:hover ~ .ribbon {
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	}

.fa.white {
	color:#fff!important;
	}

.left-30 {
	float:left;
	width:30%;
	height:auto;
	display:block;
	margin-right:10px;
	}

.right-60 {
	float:right;
	width:60%;
	height:auto;
	display:block;
	margin-right:10px;
	}

.left-30 img {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	}

.left-30 img:hover {
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	}

.ten {
	font-size:10px !important;
	}

.about-info p {
	font-size:13px;
	}

.pass-info-1,
.pass-info-2,
.pass-info-3,
.pass-info-4 {
	display:none;
	}

.round {
	display:block;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	-webkit-border-radius:4px !important;
	-moz-border-radius:4px !important;
	border-radius:4px !important;
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding;
	background-clip:padding-box;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	}

h3.team-name {
	color:#313fa5;
	font-size:18px;
	line-height:24px;
	font-weight:600;
	}

h3.team-title {
	color:#aaa;
	font-size:12px;
	line-height:15px;
	font-weight:400;
	}

img.lazy {
	display:none;
	}

.team-bio p,
.sponsor-bio p {
	font-size:13px;
	}

.profile-image {
	position: relative;
	}

.inline-list script {
	display:none!important;
	}

.inline-list .right a {
	display:inline-block!important;
	}

.swipe-alert {
	display: none;
	}

.swipe-alert .alert-box {
	color:#bbb!important;
	font-size:11px !important;
	background-image:url(assets/images/info/swipe-horizontal-tiny.png);
	background-repeat:no-repeat;
	background-position:left center;
	border:1px solid #eee !important;
	padding-left:65px;
	background-color: #fff !important;
	}

.featherlight-iframe {
	z-index:9999!important;
	}

.featherlight {
	display: none;
	position:fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	text-align: center;
	cursor: pointer;
	background: #333;
	background: rgba(0, 0, 0, 0);
	}

.featherlight:last-of-type {
	background: rgba(0, 0, 0, 0.8);
	}

.featherlight:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
	}

.featherlight .featherlight-content {
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	overflow: auto;
	padding: 25px 25px 0;
	border-bottom: 25px solid transparent;
	min-width:  30%;
	margin-left: 5%;
	margin-right: 5%;
	max-height: 95%;
	background: #fff;
	cursor: auto;
	}

.featherlight .featherlight-inner {
	display: block;
	}

.featherlight .featherlight-close-icon {
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;
	line-height: 25px;
	width: 25px;
	cursor: pointer;
	text-align: center;
	background: #fff;
	background: rgba(255, 255, 255, 0.3);
	color: #000;
	}


.featherlight .featherlight-image {
	width: 100%;
	}


.featherlight-iframe .featherlight-content {
	min-width: 60%;
	min-height: 60%;
	border-bottom: 0;
	}

.featherlight iframe {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	height: 100%;
	width: 100%;
	border: none;
	}

.f-bg-dark-blue,
.bg-dark-blue {
	background-color:#0f528e!important;
	}

.f-bg-light-blue,
.bg-light-blue {
	background-color:#1688ca!important;
	}

.f-bg-orange,
.bg-orange {
	background-color:#faa533!important;
	}

.f-bg-red,
.bg-red {
	background-color:#e4463d!important;
	}

.f-bg-dark-red,
.bg-dark-red {
	background-color:#bc1d30!important;
	}

.f-bg-pink,
.bg-pink {
	background-color:#e44696!important;
	}

.f-bg-purple,
.bg-purple {
	background-color:#834290!important;
	}

.f-bg-light-purple,
.bg-light-purple {
	background-color:#a68ad6!important;
	}

.f-bg-deep-purple,
.bg-deep-purple {
	background-color:#b10058!important;
	}

.f-bg-yellow,
.bg-yellow {
	background-color:#ccd44c!important;
	}

.f-bg-dark-yellow,
.bg-dark-yellow {
	background-color:#b8ab1c!important;
	}

.f-bg-light-green,
.bg-light-green {
	background-color:#7cb854!important;
	}

.f-bg-dark-green,
.bg-dark-green {
	background-color:#317d1a!important;
	}

.f-bg-turquoise,
.bg-turquoise {
	background-color:#78cfbf!important;
	}

.f-bg-brown,
.bg-brown {
	background-color:#6b490f;
	}

.f-bg-dark-green,
.bg-dark-green {
	background-color:#09a275;
	}

.f-dark-blue,
.dark-blue {
	color:#10538f!important;
	}

.dark-blue,
.dark-blue a,
.monday {
	color:#10538f!important;
	}

.light-blue,
.light-blue a,
.tuesday,
#city-menu .light-blue {
	color:#1688ca!important;
	}

.orange,
.orange a,
.wednesday,
#city-menu .orange {
	color:#faa533!important;
	}

.red,
.red a,
.thursday,
#city-menu .red {
	color:#e4463d!important;
	}

.dark-red,
.dark-red a {
	color:#bc1d30!important;
	}

.pink,
.pink a,
.friday,
#city-menu .pink {
	color:#e44696!important;
	}

.purple,
.purple a,
.sunday {
	color:#834290!important;
	}

.light-purple,
.light-purple a {
	color:#a68ad6!important;
	}

.deep-purple,
.deep-purple a {
	color:#b10058!important;
	}

.yellow,
.yellow a {
	color:#ccd44c!important;
	}

.dark-yellow,
.dark-yellow a {
	color:#b8ab1c!important;
	}

.light-green,
.light-green a {
	color:#7cb854!important;
	}

.light-green,
.light-green a {
	color:#317d1a!important;
	}

.turquoise,
.turquoise a {
	color:#78cfbf!important;
	}

.white,
.white a {
	color:#fff!important;
	}

.brown,
.brown a {
	color:#6b490f!important;
	}

.dark-green,
.dark-green a {
	color:#09a275!important;
	}

.medium-blue,
.medium-blue a {
	color:#4875B4!important;
	}

.medium-orange,
.medium-orange a {
	color:#C63D2D!important;
	}

.bright-green,
.bright-green a {
	color:#82bc43!important;
	}

.grayish,
.grayish a {
	color:#aaa!important;
	}

#pass-options-1 .item,
#pass-options-2 .item,
#pass-options-3 .item,
#pass-options-4 .item {
	border: 1px solid #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

#pass-options-1 .pricing-content li,
#pass-options-2 .pricing-content li,
#pass-options-3 .pricing-content li,
#pass-options-4 .pricing-content li {
	padding-bottom: 10px;
	}

#pass-options-1 .owl-stage .owl-item .pass-header p.price,
#pass-options-2 .owl-stage .owl-item .pass-header p.price,
#pass-options-3 .owl-stage .owl-item .pass-header p.price,
#pass-options-4 .owl-stage .owl-item .pass-header p.price {
	font-weight:700;
	font-size:48px;
	line-height:48px;
	color:#fff;
	text-align:center;
	padding:0;
	margin:0;
	}

#pass-options-1 .owl-stage .owl-item .pass-header p.price-date,
#pass-options-2 .owl-stage .owl-item .pass-header p.price-date,
#pass-options-3 .owl-stage .owl-item .pass-header p.price-date,
#pass-options-4 .owl-stage .owl-item .pass-header p.price-date {
	font-size:11px;
	line-height:14px;
	color:#fff;
	text-align:center;
	padding:0;
	margin:0;
	}

#pass-options-1 .owl-stage .owl-item .pass-header p.price-upcoming,
#pass-options-2 .owl-stage .owl-item .pass-header p.price-upcoming,
#pass-options-3 .owl-stage .owl-item .pass-header p.price-upcoming,
#pass-options-4 .owl-stage .owl-item .pass-header p.price-upcoming {
	font-size:12px;
	line-height:14px;
	color:#fff;
	text-align:center;
	padding:0;
	margin:8px 0;
	}

#pass-options-1 .owl-stage .owl-item .pass-header p.description,
#pass-options-2 .owl-stage .owl-item .pass-header p.description,
#pass-options-3 .owl-stage .owl-item .pass-header p.description,
#pass-options-4 .owl-stage .owl-item .pass-header p.description {
	font-size:12px;
	color:#fff;
	text-align:center;
	padding:10px;
	padding-bottom:20px;
	height:100px !important;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	}

#pass-options-1 .owl-stage .owl-item:nth-child(1) .pass-header,
#pass-options-2 .owl-stage .owl-item:nth-child(1) .pass-header,
#pass-options-3 .owl-stage .owl-item:nth-child(1) .pass-header,
#pass-options-4 .owl-stage .owl-item:nth-child(1) .pass-header {
	background-color:#3ec6df;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	display:block;
	margin:0 auto;
	}

#pass-options-1 .owl-stage .owl-item:nth-child(1) p.title,
#pass-options-2 .owl-stage .owl-item:nth-child(1) p.title,
#pass-options-3 .owl-stage .owl-item:nth-child(1) p.title,
#pass-options-4 .owl-stage .owl-item:nth-child(1) p.title {
	background-color:#33afc6;
	border-top-right-radius:4px;
	border-top-left-radius:4px;
	color:#fff;
	font-size:14px;
	font-weight: bold;
	text-align:center;
	padding:5px 0;
	}

#pass-options-1 .owl-stage .owl-item:nth-child(1) button.add-to-cart,
#pass-options-2 .owl-stage .owl-item:nth-child(1) button.add-to-cart,
#pass-options-3 .owl-stage .owl-item:nth-child(1) button.add-to-cart,
#pass-options-4 .owl-stage .owl-item:nth-child(1) button.add-to-cart,
#pass-options-1 .owl-stage .owl-item:nth-child(1) a.add-to-cart,
#pass-options-2 .owl-stage .owl-item:nth-child(1) a.add-to-cart,
#pass-options-3 .owl-stage .owl-item:nth-child(1) a.add-to-cart,
#pass-options-4 .owl-stage .owl-item:nth-child(1) a.add-to-cart {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-align:center;
	margin:0 auto;
	padding:8px 14px;
	padding-bottom:7px;
	background-color:#3ec6df;
	color:#fff!important;
	font-size:12px;
	text-align:center;
	box-shadow:0 2px 0 0 #47c7e1;
	}

#pass-options-1 .owl-stage .owl-item:nth-child(2) .pass-header,
#pass-options-2 .owl-stage .owl-item:nth-child(2) .pass-header,
#pass-options-3 .owl-stage .owl-item:nth-child(2) .pass-header,
#pass-options-4 .owl-stage .owl-item:nth-child(2) .pass-header {
	background-color:#eb6378;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	display:block;
	margin:0 auto;
	}

#pass-options-1 .owl-stage .owl-item:nth-child(2) p.title,
#pass-options-2 .owl-stage .owl-item:nth-child(2) p.title,
#pass-options-3 .owl-stage .owl-item:nth-child(2) p.title,
#pass-options-4 .owl-stage .owl-item:nth-child(2) p.title {
	background-color:#e2536b;
	border-top-right-radius:4px;
	border-top-left-radius:4px;
	color:#fff;
	font-size:14px;
	font-weight: bold;
	text-align:center;
	padding:5px 0;
	}

#pass-options-1 .owl-stage .owl-item:nth-child(2) button.add-to-cart,
#pass-options-2 .owl-stage .owl-item:nth-child(2) button.add-to-cart,
#pass-options-3 .owl-stage .owl-item:nth-child(2) button.add-to-cart,
#pass-options-4 .owl-stage .owl-item:nth-child(2) button.add-to-cart,
#pass-options-1 .owl-stage .owl-item:nth-child(2) a.add-to-cart,
#pass-options-2 .owl-stage .owl-item:nth-child(2) a.add-to-cart,
#pass-options-3 .owl-stage .owl-item:nth-child(2) a.add-to-cart,
#pass-options-4 .owl-stage .owl-item:nth-child(2) a.add-to-cart {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-align:center;
	margin:0 auto;
	padding:8px 14px;
	padding-bottom:7px;
	background-color:#e2536b;
	color:#fff!important;
	font-size:12px;
	text-align:center;
	box-shadow:0 2px 0 0 #e05e72;
	}

#pass-options-1 .owl-stage .owl-item:nth-child(3) .pass-header,
#pass-options-2 .owl-stage .owl-item:nth-child(3) .pass-header,
#pass-options-3 .owl-stage .owl-item:nth-child(3) .pass-header,
#pass-options-4 .owl-stage .owl-item:nth-child(3) .pass-header {
	background-color:#81dac9;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	display:block;
	margin:0 auto;
	}

#pass-options-1 .owl-stage .owl-item:nth-child(3) p.title,
#pass-options-2 .owl-stage .owl-item:nth-child(3) p.title,
#pass-options-3 .owl-stage .owl-item:nth-child(3) p.title,
#pass-options-4 .owl-stage .owl-item:nth-child(3) p.title {
	background-color:#78cfbf;
	border-top-right-radius:4px;
	border-top-left-radius:4px;
	color:#fff;
	font-size:14px;
	font-weight: bold;
	text-align:center;
	padding:5px 0;
	}

#pass-options-1 .owl-stage .owl-item:nth-child(3) button.add-to-cart,
#pass-options-2 .owl-stage .owl-item:nth-child(3) button.add-to-cart,
#pass-options-3 .owl-stage .owl-item:nth-child(3) button.add-to-cart,
#pass-options-4 .owl-stage .owl-item:nth-child(3) button.add-to-cart,
#pass-options-1 .owl-stage .owl-item:nth-child(3) a.add-to-cart,
#pass-options-2 .owl-stage .owl-item:nth-child(3) a.add-to-cart,
#pass-options-3 .owl-stage .owl-item:nth-child(3) a.add-to-cart,
#pass-options-4 .owl-stage .owl-item:nth-child(3) a.add-to-cart {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-align:center;
	margin:0 auto;
	padding:8px 14px;
	padding-bottom:7px;
	background-color:#78cfbf;
	color:#fff!important;
	font-size:12px;
	text-align:center;
	box-shadow:0 2px 0 0 #7cd1c1;
	}

#pass-options-1 .owl-stage .owl-item:nth-child(4) .pass-header,
#pass-options-2 .owl-stage .owl-item:nth-child(4) .pass-header,
#pass-options-3 .owl-stage .owl-item:nth-child(4) .pass-header,
#pass-options-4 .owl-stage .owl-item:nth-child(4) .pass-header {
	background-color:#f39c12;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	display:block;
	margin:0 auto;
	}

#pass-options-1 .owl-stage .owl-item:nth-child(4) p.title,
#pass-options-2 .owl-stage .owl-item:nth-child(4) p.title,
#pass-options-3 .owl-stage .owl-item:nth-child(4) p.title,
#pass-options-4 .owl-stage .owl-item:nth-child(4) p.title {
	background-color:#d0840b;
	border-top-right-radius:4px;
	border-top-left-radius:4px;
	color:#fff;
	font-size:14px;
	font-weight: bold;
	text-align:center;
	padding:5px 0;
	}

#pass-options-1 .owl-stage .owl-item:nth-child(4) button.add-to-cart,
#pass-options-2 .owl-stage .owl-item:nth-child(4) button.add-to-cart,
#pass-options-3 .owl-stage .owl-item:nth-child(4) button.add-to-cart,
#pass-options-4 .owl-stage .owl-item:nth-child(4) button.add-to-cart,
#pass-options-1 .owl-stage .owl-item:nth-child(4) a.add-to-cart,
#pass-options-2 .owl-stage .owl-item:nth-child(4) a.add-to-cart,
#pass-options-3 .owl-stage .owl-item:nth-child(4) a.add-to-cart,
#pass-options-4 .owl-stage .owl-item:nth-child(4) a.add-to-cart {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-align:center;
	margin:0 auto;
	padding:8px 14px;
	padding-bottom:7px;
	background-color:#f39c12;
	color:#fff!important;
	font-size:12px;
	text-align:center;
	box-shadow:0 2px 0 0 #f39c12;
	}

#pass-options-1 .owl-stage .owl-item button.add-to-cart:hover,
#pass-options-2 .owl-stage .owl-item button.add-to-cart:hover,
#pass-options-3 .owl-stage .owl-item button.add-to-cart:hover,
#pass-options-4 .owl-stage .owl-item button.add-to-cart:hover,
#pass-options-1 .owl-stage .owl-item a.add-to-cart:hover,
#pass-options-2 .owl-stage .owl-item a.add-to-cart:hover,
#pass-options-3 .owl-stage .owl-item a.add-to-cart:hover,
#pass-options-4 .owl-stage .owl-item a.add-to-cart:hover {
	background-color:#333;
	color:#fff!important;
	}

.wp-pagenavi a {
	color:#282828;
	background-color:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #eee;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
	}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
	color:#fff;
	background-color:#2DB2EB;
	border:1px solid #2DB2EB;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	}

.wp-pagenavi a,
.wp-pagenavi span {
	font-size:11px;
	margin:0 4px;
	display:inline-block;
	float:left;
	font-weight:400;
	line-height:1.2em;
	text-decoration:none;
	color:#4D4D4D;
	padding:5px 8px;
	}

.wp-pagenavi .pages {
	padding-left:0!important;
	}

.img-news,
.effects .img-video {
	position:relative;
	margin-bottom:5px;
	width:100%;
	overflow:hidden;
	}

.effects p {
	padding:0;
	margin:0;
	}

.img-video img {
	display:block;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	-webkit-border-radius:6px !important;
	-moz-border-radius:6px !important;
	border-radius:6px !important;
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding;
	background-clip:padding-box;
	border:2px solid #fff;
	}

.img-news img,
.item-popular img {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	}

.img-news img:hover,
.item-popular img:hover {
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	}

.img-video .overlay {
	display:block;
	position:absolute;
	z-index:2;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
	-webkit-border-radius:6px !important;
	-moz-border-radius:6px !important;
	border-radius:6px !important;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	border:2px solid #fff;
	}

.img-video a.expand {
	display:block;
	position:absolute;
	z-index:3;
	text-align:center;
	color:#fff;
	line-height:42px;
	font-weight:400;
	font-size:42px;
	opacity:.9;
	-webkit-opacity: .9;
	-moz-opacity: .9;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	-webkit-transform:scale(.8);
	-moz-transform:scale(.8);
	-o-transform:scale(.8);
	-ms-transform:scale(.8);
	transform:scale(.8);
	}

.img-video a.expand:hover {
	opacity:1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	}

.effects .img-video .overlay {
	top:0;
	bottom:0;
	left:0;
	right:0;
	opacity:0.9;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	}

.effects .img-video a.expand {
	left:0;
	right:0;
	top:50%;
	margin-top:-40px;
	opacity:.8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
	}

.effects .img-video.hover .overlay {
	opacity:1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	}

.effects .img-video.hover a.expand {
	top:50%;
	margin-top:-40px;
	opacity:1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	}

#city-toolbar {
	background: #fff;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.95) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.85)), color-stop(100%,rgba(255,255,255,0.95)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.95) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.95) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.95) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.95) 100%);
	width:100%;
	z-index:999;
	display:block;
	-webkit-box-shadow:0 3px 2px -3px #000;
	-moz-box-shadow:0 3px 2px -3px #000;
	box-shadow:0 3px 2px -3px #000;
	padding: 2px 0px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	}

#city-toolbar.enlarge {
	padding: 6px 0px;
	}

#city-toolbar a.small-menu {
	font-size:10px;
	line-height:10px;
	color:#666;
	background-color:#fff;
	padding:4px 10px;
	margin: 0px;
	margin-top: 3px;
	border: 1px solid #ddd;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	}

#city-toolbar a.small-menu .fa {
	font-size: 12px;
	}

#city-toolbar a.small-menu:hover,
#city-toolbar a.small-menu .on {
	color:#fff;
	background-color:#263080;
	border: 1px solid #263080 !important;
	}

#city-toolbar a.my-account,
#city-toolbar a.my-login,
#city-toolbar a.my-register,
#city-toolbar a.my-bookmarks {
	font-size:10px;
	font-weight:600;
	color:#151b4e;
	padding:8px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	}

#city-toolbar a.my-social {
	font-size:18px !important;
	font-weight:600;
	padding: 4px 10px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	}


span.launch-schedule-help a {
	font-size: 11px !important;
	color: #666 !important;
	text-transform: capitalize !important;
	}

span.launch-schedule-help .fa {
	padding-right: 2px;
	}

#city-toolbar a.launch-schedule-help .fa {
	color:#e4463d;
	}

#city-toolbar a.my-bookmarks span {
	margin-left: 2px;
	}

#city-toolbar a.my-bookmarks span em {
	color: #333;
	font-size: 9px;
	padding: 1px 5px;
	font-style: normal;
	font-weight: bold !important;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-vendor-animation-duration: 3s;
	-vendor-animation-delay: 1s;
	-vendor-animation-iteration-count: infinite;
	}

.notification {
	background-color: #e4463d !important;
	color: #fff !important;
	border: none !important;
	}

#city-toolbar a.my-bookmarks .fa,
#city-toolbar a.my-account .fa {
	color:#1688ca;
	}

#city-toolbar a.my-schedule:hover,
#city-toolbar a.my-account:hover,
#city-toolbar a.my-login:hover,
#city-toolbar a.my-register:hover,
#city-toolbar a.my-bookmarks:hover,
#city-toolbar a.on,
#city-toolbar a.launch-schedule-help:hover {
	background-color:#3f4358;
	color:#fff;
	}

#city-toolbar a.my-bookmarks:hover span em {
	border: 1px solid #fff;
	}

#city-toolbar a.my-bookmarks:hover .fa,
#city-toolbar a.my-schedule:hover .fa,
#city-toolbar a.my-account:hover .fa,
#city-toolbar a.launch-schedule-help:hover .fa {
	color:#fff;
	}

#city-toolbar a.logo-name {
	font-size:10px;
	display:inline-block;
	color:#282828;
	font-weight:700;
	padding:8px 10px;
	}

#menu-right .host a,
#menu-right .time a {
	padding-left:4px;
	}

#menu-right .host .fa,
#menu-right .time .fa {
	color:#aaa;
	}

/* CITY HEADER */

#city-header {
	background-color:#263080;
	height:220px;
	width:100%;
	padding:50px 0 0;
	position: relative;
	}

#city-header .img-src {
	position:absolute;
	width: 100%;
	height:220px;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	top:0;
	bottom:0;
	left:0;
	right:0;
	}

#city-header .shadow {
	position:absolute;
	background-color: rgba(0,0,0,.15);
    width: 100%;
    height: 220px;
    top:0;
	bottom:0;
	left:0;
	right:0;
    }

#city-header .social-media-week {
	margin-top: 15px;
	width: 130px;
	height: auto;
	display:block;
	-webkit-animation: fadeinlogo;
	-moz-animation: fadeinlogo;
	-o-animation: fadeinlogo;
	animation: fadeinlogo;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	}

#city-header h1 {
	margin: 0;
	padding: 0px;
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 2px 0px 4px rgba(100, 100, 100, 0.7);
	-webkit-animation: fadeinlogo;
	-moz-animation: fadeinlogo;
	-o-animation: fadeinlogo;
	animation: fadeinlogo;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	}

#city-header h1.no-register-info {
	margin-top: 55px;
	}

#city-header .fa {
	text-shadow: 2px 0px 4px rgba(100, 100, 100, 0.7);
	}

#city-header h1 span {
	text-shadow: 2px 0px 4px rgba(100, 100, 100, 0.7);
	}

#city-header .countdown-header {
	margin: 0 !important;
	padding: 0 !important;
	-webkit-animation: fadeinlogo;
	-moz-animation: fadeinlogo;
	-o-animation: fadeinlogo;
	animation: fadeinlogo;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-duration: 3s;
	}

#city-header .countdown-header ul {
	margin: 0 !important;
	padding: 0 !important;
	}

#city-header p {
	margin: 0 !important;
	margin-top: 10px !important;
	padding: 0 !important;
	text-align: right;
	}

#city-header p a.register-now {
	color:#0e1332;
	background-color:#dbe245;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:6px 12px;
	font-size:10px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	-o-animation-duration: 4s;
	animation-duration: 4s;
	}

#city-header p a.register-now:hover {
	color:#fff;
	background-color: #0e1332;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	}


/* CITY FOOTER */
#city-footer {
	margin-top:50px;
	}

#city-footer h3 {
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	margin:0;
	margin-bottom: 5px;
	}

#city-footer ul {
	margin:0;
	padding:0;
	}

#city-footer li {
	list-style:none;
	font-size:12px;
	}

#city-copyright {
	margin-top:20px;
	background-color:#efefef;
	border-top:1px solid #ddd;
	padding-top:12px;
	padding-bottom:15px;
	}

#city-copyright p {
	color:#666;
	font-size:10px;
	margin:0;
	padding:0;
	}

#city-copyright i {
	color:#aaa;
	font-size:20px !important;
	}

#city-copyright i:hover {
	color:#666;
	}

#city-copyright .right {
	text-align:right;
	}

#mc-embedded-subscribe-form .required {
	border:1px solid #999;
	}

#mc-embedded-subscribe-form .signup-field {
	font-size:12px;
	width:95%;
	}

.newsletter-signup-field-article {
	width: 280px !important;
	}

.newsletter-signup-select-article {
	width: 280px !important;
	}

.newsletter-article-subscribe-button {
	color: #fff;
	background-color:#10155e;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:12px;
	padding: 0.6rem 1rem;
	border: none;
	outline: none;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
	}

.newsletter-article-subscribe-button:hover {
	color: #fff;
	background-color:#2265b1;
	}

#mc-embedded-subscribe-form .button,
#login .button,
#pass_form .button,
a.not-logged-in,
.form-button-blue {
	color: #fff;
	background-color:#2265b1;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:12px;
	padding: 0.6rem 1rem;
	border: none;
	outline: none;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
	}

#mc-embedded-subscribe-form .button:hover,
#login .button:hover,
#pass_form .button:hover,
.not-logged-in:hover,
.form-button-blue:hover {
	color: #fff;
	background-color:#10155e;
	}

.world-map {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	}

.sponsorship-form .gfield_label {
	font-size: 12px;
	line-height: 19px !important;
	}

.sponsorship-form .large {
	width: 100% !important;
	max-width: 100% !important;
	}

.sponsorship-form .gform_body ul li {
	margin-bottom: 10px;
	}

.sponsorship-cities-interested-in .gfield_checkbox {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
	}

.sponsorship-button {
	color: #fff;
	background-color:#2265b1;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:14px;
	font-weight: 600;
	padding: 8px 16px;
	border: 1px solid #10155e;
	outline: none;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
	}

.sponsorship-button:hover {
	color: #fff;
	background-color:#10155e;
	border: 1px solid #10155e;
	}

a.global-promote-button {
	color: #fff;
	background-color:#10155e;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:12px;
	padding: 0.6rem 1rem;
	border: none;
	outline: none;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
	}

a.global-promote-button:hover {
	color: #fff;
	background-color:#2265b1;
	}

#city-menu {
	width: 100%;
	border-bottom: 1px solid #ededed;
	}

.signup-button {
	display:inline-block;
	margin-top:-3px;
	font-size:11px;
	color:#fff!important;
	background-color:#1688ca;
	border:1px solid #1470a5;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:3px 10px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
	}

.signup-button:hover {
	background-color:#1470a5;
	}

a.blue-button,
button.blue-button,
input.blue-button {
	font-size:12px;
	line-height:12px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#10155e;
	color:#fff;
	padding:6px 12px;
	outline: none;
	border: none;
	}

a.blue-button:hover,
button.blue-button:hover,
input.blue-button:hover {
	background-color:#000;
	}

input.shop-button {
	font-size:12px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#10155e;
	border: 1px solid #090d41;
	color:#fff;
	padding:8px 12px;
	border: none;
	outline: none;
	}

input.shop-button:hover {
	font-size:12px;
	padding:8px 12px;
	background-color:#282828;
	border: 1px solid #121212;
	border: none;
	outline: none;
	}

.lightbox {
	display:none;
	}

.home-featured-event .fa {
	color:#aaa;
	}

.icon-article-dblue {
	width:100%;
	height:auto;
	display:block;
	padding:15px;
	background:url(assets/images/bg-article-dark-blue.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	}

.icon-article-dblue .event-day,
.icon-article-dblue .event-month {
	color:#1f518b;
	}

.icon-article-lblue {
	width:100%;
	height:auto;
	display:block;
	padding:15px;
	background:url(assets/images/bg-article-blue.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	}

.icon-article-lblue .event-day,
.icon-article-lblue .event-month {
	color:#1488c8;
	}

.icon-article-orange {
	width:100%;
	height:auto;
	display:block;
	padding:15px;
	background:url(assets/images/bg-article-orange.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	}

.icon-article-orange .event-day,
.icon-article-orange .event-month {
	color:#f7a33b;
	}

.icon-article-red {
	width:100%;
	height:auto;
	display:block;
	padding:15px;
	background:url(assets/images/bg-article-red.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	}

.icon-article-red .event-day,
.icon-article-red .event-month {
	color:#e2413e;
	}

.icon-article-pink {
	width:100%;
	height:auto;
	display:block;
	padding:15px;
	background:url(assets/images/bg-article-pink.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	}

.icon-article-pink .event-day,
.icon-article-pink .event-month {
	color:#e23e93;
	}

img.video {
	position:relative;
	}

span.play {
	color:#fff;
	overflow:visible;
	position:absolute;
	left:40%;
	top:32%;
	margin:-20px -20px 0 0;
	opacity:.7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	}

h2.section-title-no-line {
	color:#313fa5;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	width:100%;
	display:block;
	margin-top: 8px;
	}

h2.section-title {
	color:#313fa5;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	width:100%;
	display:block;
	padding-top:6px;
	padding-bottom:6px;
	border-bottom:1px solid #eee;
	margin-top:15px;
	margin-bottom:25px;
	}

h3.section-title-decorated {
     overflow: hidden;
     text-align: center;
     margin-bottom: 20px;
     }

h3.section-title-decorated > span {
    position: relative;
    display: inline-block;
    color:#313fa5;
	font-size:14px;
	font-weight:600;
	text-transform: uppercase;
	}

h3.section-title-decorated > span:before,
h3.section-title-decorated > span:after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #eee;
    width: 90%;
    margin: 0 20px;
	}

h3.section-title-decorated > span:before {
    right: 100%;
	}

h3.section-title-decorated > span:after {
    left: 100%;
	}

h3.section-title {
	color:#313fa5;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	width:100%;
	display:block;
	padding-top:6px;
	padding-bottom:6px;
	border-bottom:1px solid #eee;
	margin-top:15px;
	margin-bottom:25px;
	}

h3.section-title span {
	color:#221c3e;
	}

h2.section-title-small {
	color:#313fa5;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	width:100%;
	display:block;
	padding-top:6px;
	padding-bottom:6px;
	margin:0;
	margin-top:15px;
	}

h2.section-title p {
	display:block;
	font-size:12px;
	margin-bottom:0;
	padding-bottom:0;
	}

h2.section-title span {
	float:right;
	color:#999;
	font-size:9px;
	line-height:20px;
	font-weight:400;
	}

h2.section-title span.shop-menu {
	float:right;
	color: #313fa5;
	font-size:11px;
	line-height:20px;
	font-weight:600;
	text-transform: capitalize !important;
	}

h2.section-title span.shop-menu a {
	color: #313fa5;
	}

h2.section-title span.shop-menu a:hover {
	color: #333;
	}

h2.section-title span.shop-menu .fa {
	font-size: 14px;
	}

h2.section-title em.owl-showing {
	display:inline-block;
	color:#999;
	font-size:10px;
	font-weight:400;
	}

h2.section-title em.owl-all {
	display:inline-block;
	color:#999;
	font-size:10px;
	line-height:10px !important;
	font-weight:400;
	margin-right:5px;
	}

h2.section-title-small span {
	float:right;
	color:#999;
	font-size:9px;
	line-height:20px;
	font-weight:400;
	}

h2.section-title a,h2.section-title-small a {
	color:#ccc;
	}

h2.section-title a:hover,h2.section-title-small a:hover {
	color:#000;
	}

h2.section-title-small .filter-count {
	font-style:normal;
	color:#000;
	float:none;
	color:inherit;
	font-size:inherit;
	line-height:inherit;
	font-weight:inherit;
	}

h2.section-title-small .filter-count strong {
	font-weight:900;
	}

h2.section-title span a .fa,
h2.section-title-small span a .fa {
	color: #263080;
	padding-left:8px;
	padding-right:8px;
	margin-top: 0px;
	}

h2.section-title span a:hover .fa,
h2.section-title-small span a:hover .fa {
	color:#aaa;
	}

.owl-theme .owl-controls {
	margin-top:10px;
	text-align:center;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	}

.owl-theme .owl-controls .owl-nav div {
	color:#FFF;
	display:inline-block;
	margin:5px;
	padding:4px 7px;
	font-size:12px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	background:#869791;
	cursor:pointer;
	}

.owl-theme .owl-controls .owl-nav .disabled {
	opacity:.5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	cursor:default;
	}

.owl-theme .owl-controls .owl-nav div:hover {
	text-decoration:none;
	}

/* Styling dots*/
.owl-theme .owl-dots .owl-dot {
	display:inline-block;
	}

.owl-theme .owl-dots .owl-dot span {
	-webkit-backface-visibility:visible;
	display: inline-block;
	width:10px;
	height:10px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 1px;
	opacity: .4;
	-webkit-opacity: .4;
	-moz-opacity: .4;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	background:#ccc;
	transition-property:opacity;
	transition-duration:200ms;
	transition-timing-function:ease;
	}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots span:hover {
	opacity:1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	}

.owl-carousel .animated {
  	-webkit-animation-duration: 1000ms;
  	animation-duration: 1000ms;
  	-webkit-animation-fill-mode: both;
  	animation-fill-mode: both;
	}

.owl-carousel .owl-animated-in {
  	z-index: 0;
	}

.owl-carousel .owl-animated-out {
  	z-index: 1;
	}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
	}

.owl-carousel {
  	display: none;
  	width: 100%;
  	-webkit-tap-highlight-color: transparent;
  	position: relative;
  	z-index: 1;
	}

.owl-carousel .owl-stage {
  	position: relative;
  	-ms-touch-action: pan-Y;
	}

.owl-carousel .owl-stage:after {
  	content: ".";
  	display: block;
  	clear: both;
  	visibility: hidden;
  	line-height: 0;
  	height: 0;
	}

.owl-carousel .owl-stage-outer {
  	position: relative;
  	overflow: hidden;
  	-webkit-transform: translate3d(0px, 0px, 0px);
	}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  	cursor: -webkit-grab;
  	-webkit-user-select: none;
  	-khtml-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
	}

.owl-carousel.owl-loaded {
  	display: block;
	}

.owl-carousel.owl-loading {
  	opacity: 0;
  	display: block;
	}

.owl-carousel.owl-hidden {
  	opacity: 0;
	}

.owl-carousel .owl-refresh .owl-item {
  	display: none;
	}

.owl-carousel .owl-item {
  	position: relative;
  	min-height: 1px;
  	float: left;
  	-webkit-backface-visibility: hidden;
  	-webkit-tap-highlight-color: transparent;
  	-webkit-touch-callout: none;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
	}

.owl-carousel .owl-item img {
  	display: block;
  	width: 100%;
  	-webkit-transform-style: preserve-3d;
	}

.owl-carousel.owl-text-select-on .owl-item {
  	-webkit-user-select: auto;
  	-moz-user-select: auto;
  	-ms-user-select: auto;
	}

.owl-carousel .owl-grab {
  	cursor: move;
  	cursor: -webkit-grab;
  	cursor: -o-grab;
  	cursor: -ms-grab;
	}

.owl-carousel.owl-rtl {
  	direction: rtl;
	}

.owl-carousel.owl-rtl .owl-item {
  	float: right;
	}

.no-js .owl-carousel {
  	display: block;
	}


.owl-carousel .owl-item .owl-lazy {
  	opacity: 0;
  	-webkit-transition: opacity 400ms ease;
  	-moz-transition: opacity 400ms ease;
  	-ms-transition: opacity 400ms ease;
  	-o-transition: opacity 400ms ease;
  	transition: opacity 400ms ease;
	}

.owl-carousel .owl-item img {
  	transform-style: preserve-3d;
	}

.owl-carousel .owl-video-wrapper {
  	position: relative;
  	height: 100%;
  	background: #000;
	}

.owl-carousel .owl-video-play-icon {
  	position: absolute;
  	height: 80px;
  	width: 80px;
  	left: 50%;
  	top: 50%;
  	margin-left: -40px;
  	margin-top: -40px;
  	background: url("owl.video.play.png") no-repeat;
  	cursor: pointer;
  	z-index: 1;
  	-webkit-backface-visibility: hidden;
  	-webkit-transition: scale 100ms ease;
  	-moz-transition: scale 100ms ease;
  	-ms-transition: scale 100ms ease;
  	-o-transition: scale 100ms ease;
  	transition: scale 100ms ease;
	}

.owl-carousel .owl-video-play-icon:hover {
  	-webkit-transition: scale(1.3);
  	-moz-transition: scale(1.3);
  	-ms-transition: scale(1.3);
  	-o-transition: scale(1.3);
  	transition: scale(1.3);
	}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  	display: none;
	}

.owl-carousel .owl-video-tn {
  	opacity: 0;
  	height: 100%;
  	background-position: center center;
  	background-repeat: no-repeat;
  	-webkit-background-size: contain;
  	-moz-background-size: contain;
  	-o-background-size: contain;
  	background-size: contain;
  	-webkit-transition: opacity 400ms ease;
  	-moz-transition: opacity 400ms ease;
  	-ms-transition: opacity 400ms ease;
  	-o-transition: opacity 400ms ease;
  	transition: opacity 400ms ease;
	}

.owl-carousel .owl-video-frame {
  	position: relative;
  	z-index: 1;
	}

img.sponsor-logo {
	margin-bottom: 5px;
	border:1px solid #eee;
	}

.article-next-prev {
	margin-top:0;
	padding-top:0;
	line-height:14px !important;
	}

.article-heading {
	display:block;
	padding:10px 0;
	margin-top:10px;
	border-bottom:1px solid #eee;
	}

.article-heading .img-thumb {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	}

.article-heading .author-image img,
.article-heading .author-image .entry_author_image {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	width:100%;
	height:auto;
	margin:0 auto;
	color:#fff;
	background-color:#fff;
	}

.article-heading h2.title,
.article-heading h2.title a {
	color: #313fa5;
	font-size:24px;
	line-height: 29px;
	font-weight:500;
	padding-top:0;
	margin-top:0;
	margin-bottom:10px;
	text-transform:uppercase;
	}

.article-heading h2.title a:hover {
	color:#313fa5;
	}

.article-heading h2.title .fa,
.event-heading h2.title .fa {
	margin: 0px;
	display: inline-block;
	vertical-align: text-top;
	}

h3.title,
h3.title a {
	color:#313fa5;
	font-size:12px !important;
	font-weight:600;
	padding: 0 !important;
	margin: 0 !important;
	}

h3.title-large,
h3.title-large a {
	color:#313fa5;
	font-size:18px !important;
	font-weight:600;
	padding: 0 !important;
	margin: 0 !important;
	text-transform: capitalize !important;
	}

h3.title-large:hover,
h3.title-large a :hover{
	color:#282828;
	}

h3.sponsor-title,
h3.sponsor-title a {
	color:#313fa5;
	font-size:12px !important;
	font-weight:600;
	padding: 0 !important;
	}

h3.title.title-height,
h3.title.title-height a {
	min-height: 50px;
	}

h3.title:hover,
h3.title a:hover {
	color:#282828;
	}

h3.title-event,
h3.title-event a {
	color:#313fa5;
	font-size:16px !important;
	font-weight:600;
	padding: 0 !important;
	margin: 0 !important;
	margin-bottom: 10px !important;
	}

h3.title-event:hover,
h3.title-event a:hover {
	color:#282828;
	}

.list-events h3.title {
	margin-top: 10px !important;
	}

h3.article-title-medium,
h3.article-title-medium a {
	color:#313fa5;
	font-size:12px;
	line-height:17px;
	font-weight:600;
	margin:0;
	}

h3.article-title-medium:hover,
h3.article-title-medium a:hover {
	color:#282828;
	}

h3.article-title-small,
h3.article-title-small a {
	color:#313fa5;
	font-size:9px;
	line-height:13px;
	font-weight:600;
	margin-top:5px;
	}

.article-time,.article-time a {
	color:#1d234e;
	font-size:12px;
	line-height:17px;
	font-weight:700;
	margin:0;
	padding:0;
	margin-bottom:5px;
	}

.article-category,
.article-category a,
.article-edit-link,
.article-edit-link a {
	color:#1d234e;
	font-size:12px;
	line-height:17px;
	font-weight:700;
	margin:0;
	padding:0;
	margin-bottom:5px;
	}

.article-category-small,.article-category-small a {
	color:#1d234e;
	font-size:10px;
	line-height:17px;
	font-weight:700;
	margin:0;
	padding:0;
	margin-bottom:5px;
	}

.brain-category {
	color:#1d234e;
	font-size:12px;
	line-height:19px;
	font-weight:700;
	margin:0;
	padding:0;
	margin-bottom:5px;
	}

.sponsor-title.no-margin {
	margin: 0 !important;
	}

.sponsor-category {
	color:#666;
	font-size:12px;
	line-height:19px;
	margin:0 !important;
	padding:0 !important;
	margin-bottom:5px;
	}

.article-time-small,
.article-time-small a {
	color:#1d234e;
	font-size:10px;
	line-height:17px;
	font-weight:700;
	margin:0;
	padding:0;
	margin-bottom:5px
	}

.article-author,.article-author a {
	color:#1d234e;
	font-size:12px;
	line-height:17px;
	font-weight:700;
	margin:0;
	padding:0;
	margin-bottom:5px;
	}

.article-tags,.article-tags a {
	color:#1d234e;
	font-size:11px;
	line-height:15px;
	font-weight:700;
	margin:0;
	padding:0;
	margin-bottom:5px;
	}

.article-tags .fa {
	font-size: 11px;
	}

h3.title-sponsor,
h3.title-sponsor a,
h2.title,h2.title a {
	color:#313fa5;
	font-size:18px;
	line-height:24px;
	font-weight:600;
	}

h3.title-sponsor a:hover {
	color:#282828;
	}

h3.speaker-title,
h3.speaker-title a {
	color:#313fa5;
	font-size:12px;
	line-height:17px;
	font-weight:600;
	padding-bottom:0;
	margin-bottom:0;
	}

h3.speaker-title a:hover {
	color:#282828;
	}

li.title-new {
	overflow:hidden;
	background-color:#fff;
	border-bottom:1px solid #ddd;
	}

li.title-new h3.title a,
li.title-new h4.host a,
li.title-new h4.time a,
li.title-new h4.info a,
li.title-new h4.reg-type a {
	color:#0f528e!important;
	}

li.event-added-to-schedule,
li.event-added-to-bookmarks {
	position:relative;
	color:inherit;
	display:block;
	margin:0 auto;
	text-align:center;
	font-size:24px;
	line-height:24px;
	color:#ccc;
	margin-top:10px !important;
	margin-bottom:10px !important;
	}

h2.no-results-registered,
h2.no-results-bookmarks {
	color:#aaa;
	font-size:14px;
	padding:20px;
	text-align:center;
	}

p.no-results-registered-small,
p.no-results-bookmarks-small {
	color:#ccc;
	font-size:12px;
	padding: 5px 20px;
	text-align:center;
	}

h3.title-medium,
h3.title-medium a {
	margin-top:3px;
	color:#313fa5;
	font-size:12px;
	line-height:17px;
	font-weight:600;
	}

h3.title-small,
h3.title-small a {
	color:#1d234e;
	font-size:9px;
	line-height:13px;
	font-weight:600;
	}

h4.title,
h4.title a {
	color:#1d234e;
	font-size:11px;
	line-height:14px;
	font-weight:400;
	margin:0;
	padding:0;
	}

h4.host,
h4.host a {
	color:#1d234e;
	font-size:12px;
	line-height:17px;
	font-weight:700;
	margin:0;
	padding:0;
	margin-bottom: 2px;
	}

h4.venue,
h4.venue a,
h4.meta,
h4.meta a,
h4.meta-pass,
h4.meta-pass a,
h4.meta-official,
h4.meta-official a {
	color:#1d234e;
	font-size:12px;
	line-height:17px;
	font-weight:400;
	margin:0;
	padding:0;
	margin-bottom: 2px;
	}

h4.time,
h4.time a {
	color:#1d234e;
	font-size:12px;
	line-height:17px;
	font-weight:700;
	margin:0;
	padding:0;
	margin-bottom: 2px;
	}

h4.contact,
h4.contact a {
	color:#1d234e;
	font-size:11px;
	line-height:15px;
	font-weight:400;
	margin:0;
	padding:0;
	}

h4.passes,
h4.passes a {
	color:#1d234e;
	font-size:12px;
	line-height:17px;
	font-weight:400;
	margin:0;
	padding:0;
	}

h4.author,
h4.author a {
	color:#1d234e;
	font-size:12px;
	line-height:17px;
	font-weight:700;
	margin:0;
	padding:0;
	}

h4.reg-type,h4.reg-type a {
	color:#1d234e;
	font-size:11px;
	line-height:15px;
	font-weight:400;
	margin:0;
	padding:0;
	}

h4.city-name,h4.city-name a {
	color:#1d234e;
	font-size:12px;
	line-height:17px;
	font-weight:400;
	margin:0;
	padding:0;
	}

h4.info,h4.info a {
	color:#1d234e;
	font-size:11px;
	line-height:15px;
	font-weight:400;
	margin:0;
	padding:0;
	}

h4.info .fa {
	color:#e4463d!important;
	}

h4.info {
	color:#aaa!important;
	}

li.right-my-schedule h4.host,
li.right-my-schedule h4.host a,
li.right-my-schedule h4.time,
li.right-my-schedule h4.time a,
li.right-my-schedule h4.passes,
li.right-my-schedule h4.passes a,
li.right-my-schedule h4.city-name,
li.right-my-schedule h4.city-name a,
li.right-my-bookmarks h4.host,
li.right-my-bookmarks h4.host a,
li.right-my-bookmarks h4.time,
li.right-my-bookmarks h4.time a,
li.right-my-bookmarks h4.passes,
li.right-my-bookmarks h4.passes a,
li.right-my-bookmarks h4.city-name,
li.right-my-bookmarks h4.city-name a {
	font-size:11px !important;
	line-height:15px !important;
	font-weight:400;
	}

li.right-my-bookmarks h4.time {
	margin-top: 5px;
	}

h5.event-meta,h5.event-meta a {
	color:#1d234e;
	margin:0;
	padding:0;
	font-size:11px;
	}

h4.title-small,
h4.title-small a {
	color: #1688ca;
	font-size:10px;
	line-height:13px;
	font-weight:500;
	}

h3.title.center,
h3.title.center,
h3.speaker-title.center,
h4.title.center,
h3.title-small.center,
h4.title-small.center,
h5.title-small.center {
	text-align:center;
	}

.author {
	font-size:12px;
	margin:0;
	padding:0;
	}

.category {
	font-size:12px;
	margin:0;
	padding:0;
	text-transform:uppercase;
	}

.trending-posts img,
.related-posts img,
img.article-thumb,
img.sponsor-thumb,
img.post-image-full {
	width:100%!important;
	height:auto!important;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	}

img.sponsor-thumb:hover {
	border:1px solid #ddd;
	}

#main-menu {
	background-color:#fff;
	}

.align-right {
	padding-top:30px;
	text-align:right;
	}

.city-slide {
	position:relative;
	}

#city-highlights a.prev {
	position: absolute;
	top: 40%;
	left: 10px;
	color: rgba(255,255,255,.7);
	padding: 1px 10px;
	}

#city-highlights a.next {
	position: absolute;
	top: 40%;
	right: 10px;
	color: rgba(255,255,255,.7);
	padding: 1px 10px;
	}

#city-highlights a.prev:hover,
#city-highlights a.next:hover {
	color: rgba(255,255,255,1);
	}

#city-highlights .caption {
	position:absolute;
	bottom:0;
	left:0;
	width:92%;
	margin:4%;
	font-size:12px;
	color:#fff;
	background-color:rgba(0,0,0,.7);
	padding:10px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:15px;
	line-height:20px;
	text-align: center;
	}

#global-highlights {
	position: relative;
	padding: 0;
	margin: 0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	}

#global-highlights a.prev {
	position: absolute;
	top: 46%;
	left: 10px;
	color: rgba(255,255,255,.7);
	padding: 1px 10px;
	}

#global-highlights a.next {
	position: absolute;
	top: 46%;
	right: 10px;
	color: rgba(255,255,255,.7);
	padding: 1px 10px;
	}

#global-highlights a.prev:hover,
#global-highlights a.next:hover {
	color: rgba(255,255,255,1);
	}

#global-highlights .shadow {
	position:absolute;
	top:0;
	left:0;
	opacity:1;
	background:transparent;
	width:100%;
	height:98%;
	box-shadow: inset 0 0 60px 20px rgba(37,27,23,.5);
	transition:opacity 1.5s .5s;
	}

#global-highlights .caption {
	position:absolute;
	top: 30%;
	left:0;
	right: 0;
	width:40%;
	margin: 0 auto;
	font-size:12px;
	color:#fff;
	text-align: center;
	}

#global-highlights .caption h2 {
	font-size: 28px;
	line-height: 34px;
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, .4);
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	text-transform: uppercase;
	font-weight: 600;
	text-shadow: 0px 1px 3px #282828;
	padding: 10px;
	}

#global-highlights .owl-item.active h2 {
	-webkit-animation: captionslide;
	-moz-animation: captionslide;
	-o-animation: captionslide;
	animation: captionslide;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	}

#global-highlights .owl-item.active p {
	-webkit-animation: captionslide;
	-moz-animation: captionslide;
	-o-animation: captionslide;
	animation: captionslide;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-duration: 3s;
	}

#global-highlights .owl-item.active a.slideshow-button {
	-webkit-animation: captionslide;
	-moz-animation: captionslide;
	-o-animation: captionslide;
	animation: captionslide;
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	-o-animation-duration: 4s;
	animation-duration: 4s;
	}

#global-highlights .owl-item.active img.article-thumb {
	opacity: 1 !important;
	}

@-webkit-keyframes captionslide { 0% { opacity: 0; }
100% { opacity: 1; } }
@-moz-keyframes captionslide { 0% { opacity: 0; }
100% { opacity: 1; } }
@-o-keyframes captionslide { 0% { opacity: 0; }
100% { opacity: 1; } }
@keyframes captionslide { 0% { opacity: 0; }
100% { opacity: 1; } }

#global-highlights .caption p {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-weight: 600;
	text-shadow: 0px 1px 3px #282828;
	}

#global-highlights a.slideshow-button {
	color:#0e1332;
	background: #dbe245;
	background: -moz-linear-gradient(top,  #dbe245 0%, #dae02a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbe245), color-stop(100%,#dae02a));
	background: -webkit-linear-gradient(top,  #dbe245 0%,#dae02a 100%);
	background: -o-linear-gradient(top,  #dbe245 0%,#dae02a 100%);
	background: -ms-linear-gradient(top,  #dbe245 0%,#dae02a 100%);
	background: linear-gradient(to bottom,  #dbe245 0%,#dae02a 100%);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:10px 18px;
	font-size:12px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	}

#global-highlights a.slideshow-button:hover {
	color:#fff;
	background: #181d5b;
	background: -moz-linear-gradient(top,  #181d5b 0%, #10155e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#181d5b), color-stop(100%,#10155e));
	background: -webkit-linear-gradient(top,  #181d5b 0%,#10155e 100%);
	background: -o-linear-gradient(top,  #181d5b 0%,#10155e 100%);
	background: -ms-linear-gradient(top,  #181d5b 0%,#10155e 100%);
	background: linear-gradient(to bottom,  #181d5b 0%,#10155e 100%);
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	}

img.full-width {
	width:100%;
	height:auto;
	}

.tiny-text {
	margin-top:10px;
	font-size:9px;
	}

.list-unordered {
	font-size:12px !important;
	line-height:18px;
	}

.list-unordered li {
	margin-bottom:5px;
	}

.list-unordered span {
	display:inline-block;
	width:100px;
	font-weight:700;
	}

.message {
	color:#fff!important;
	background-color:#1688ca!important;
	-webkit-border-radius:4px !important;
	-moz-border-radius:4px !important;
	border-radius:4px !important;
	}

.message.success {
	display:none;
	}

.message p {
	font-size:12px;
	padding:10px;
	}

.ajax-wait-inpage,.ajax-wait {
	display:none;
	}

.error,.warning {
	color:#c25e5e;
	}

.success {
	color:#181818;
	}

.error input.text,.error textarea {
	background:#ffe3e3;
	border:1px solid #c25e5e;
	}

.error span.error {
	float:left;
	font-size:11px;
	line-height:13px;
	padding:5px 0 0 5px;
	margin-top:2px;
	}

a.button-twitter {
	font-size:9px;
	font-weight: 600;
	color:#fff;
	background-color:#4099FF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:4px 10px;
	}

a.button-facebook {
	font-size:9px;
	font-weight: 600;
	color:#fff;
	background-color:#10538f;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:4px 10px;
	}

a.button-linkedin {
	font-size:9px;
	font-weight: 600;
	color:#fff;
	background-color:#4875B4;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:4px 10px;
	}

a.button-tumblr {
	font-size:9px;
	font-weight: 600;
	color:#fff;
	background-color:#3e5a70;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:4px 10px;
	}

a.button-website {
	font-size:9px;
	font-weight: 600;
	color:#fff;
	background-color:#d23153;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:4px 10px;
	}

a.button-email {
	font-size:9px;
	color:#fff;
	background-color:#4875B4;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:4px 10px;
	}

a.button-twitter:hover,
a.button-facebook:hover,
a.button-linkedin:hover,
a.button-tumblr:hover,
a.button-website:hover,
a.button-email:hover {
	background-color:#333;
	}

.form-speaker-submit-success,
.form-event-submit-success,
.form-registration-submit-success,
.form-registration-submit-fail,
.form-edit-profile-submit-success,
.form-pass-sync-success {
	display:none;
	}

.loading-animation {
	display:none;
	margin-left:10px;
	}

ul.single-event-meta {
	margin:0;
	padding:0;
	list-style:none;
	}

.single-event-meta li {
	list-style:none;
	display:inline-block;
	margin:0;
	margin-right:10px;
	margin-bottom:4px;
	}

.single-event-meta li.language a {
	text-transform: capitalize;
	}

#city-schedule .full-view .icon-event.dark-blue,
.list-events .icon-event.dark-blue,
.event-heading .icon-event.dark-blue {
	background:url(assets/images/bg-event-dark-blue-filled.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	color:#1f518b;
	width:100%;
	height:auto;
	display:block;
	padding:15px;
	color: #fff !important;
	}

#city-schedule .full-view .icon-event.light-blue,
.list-events .icon-event.light-blue,
.event-heading .icon-event.light-blue {
	background:url(assets/images/bg-event-light-blue-filled.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	color:#1488c8;
	width:100%;
	height:auto;
	display:block;
	padding:15px;
	color: #fff !important;
	}

#city-schedule .full-view .icon-event.orange,
.list-events .icon-event.orange,
.event-heading .icon-event.orange {
	background:url(assets/images/bg-event-orange-filled.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	color:#f7a33b;
	width:100%;
	height:auto;
	display:block;
	padding:15px;
	color: #fff !important;
	}

#city-schedule .full-view .icon-event.red,
.list-events .icon-event.red,
.event-heading .icon-event.red {
	background:url(assets/images/bg-event-red-filled.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	color:#e2413e;
	width:100%;
	height:auto;
	display:block;
	padding:15px;
	color: #fff !important;
	}

#city-schedule .full-view .icon-event.pink,
.list-events .icon-event.pink,
.event-heading .icon-event.pink {
	background:url(assets/images/bg-event-pink-filled.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	color:#e23e93;
	width:100%;
	height:auto;
	display:block;
	padding:15px;
	color: #fff;
	color: #fff !important;
	}

#city-schedule .full-view .icon-event.purple,
.list-events .icon-event.purple,
.event-heading .icon-event.purple {
	background:url(assets/images/bg-event-purple-filled.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	color:#834290;
	width:100%;
	height:auto;
	display:block;
	padding:15px;
	color: #fff !important;
	}

#city-schedule .full-view .icon-event.turquoise,
.list-events .icon-event.turquoise,
.event-heading .icon-event.turquoise {
	background:url(assets/images/bg-event-turquoise-filled.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	color:#834290;
	width:100%;
	height:auto;
	display:block;
	padding:15px;
	color: #fff !important;
	}

#city-schedule .full-view .icon-event.gray,
.list-events .icon-event.gray,
.event-heading .icon-event.gray {
	background:url(assets/images/bg-event-light-gray-filled.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	color:#999;
	width:100%;
	height:auto;
	display:block;
	padding:15px;
	}

#city-schedule .list-view .icon-event {
	width:100%;
	display:block;
	padding-top:7px !important;
	}

#city-schedule .list-view h4.time {
	display:none;
	}

#city-schedule .list-view h3.title {
	padding-top:5px !important;
	}

.icon-event .month,
.icon-event .week,
.icon-event .day {
	display:block;
	margin:0 auto;
	text-align:center;
	}

.icon-event .month {
	padding:0;
	padding-top:8px;
	font-size:16px;
	text-transform:uppercase;
	font-weight: 600;
	}

.icon-event .day {
	font-size:28px;
	line-height: 34px;
	font-weight: 600;
	}

.icon-event .week {
	font-size:12px;
	font-weight: bold;
	}

.list-view .icon-event .week {
	display:none;
	}

.schedule-toolbar {
	padding:0;
	padding-top:10px;
	margin-bottom:10px;
	}

#city-schedule .full-view hr {
	padding:0;
	margin:0;
	margin-top:10px;
	margin-bottom:20px;
	border:0;
	border-bottom:1px solid #eee;
	}

#city-schedule .list-view hr {
	padding:0;
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
	border:0;
	border-bottom:1px solid #eee;
	}

#city-schedule .full-view:last-child hr,
#city-schedule .list-view:last-child hr {
	border-bottom:none!important;
	}

#city-schedule .list-view .icon-event.turquoise,
#city-schedule .list-view .icon-event.dark-blue,
#city-schedule .list-view .icon-event.light-blue,
#city-schedule .list-view .icon-event.orange,
#city-schedule .list-view .icon-event.red,
#city-schedule .list-view .icon-event.pink,
#city-schedule .list-view .icon-event.purple,
#city-schedule .list-view .icon-event.gray {
	text-align:center;
	}

#city-schedule .list-view .icon-event .month,
#city-schedule .list-view .icon-event .day {
	display:inline-block;
	}

#city-schedule .full-view.gray .day,
#city-schedule .full-view.gray .week,
#city-schedule .full-view.gray .month,
#city-schedule .list-view.gray .day,
#city-schedule .list-view.gray .week,
#city-schedule .list-view.gray .month {
	color:#666!important;
	}

#city-schedule .full-view h3.title a,
#city-schedule .list-view h3.title a {
	color:#2265b1;
	}

#city-schedule .full-view h3.title a:hover,
#city-schedule .full-view h4.host a:hover,
#city-schedule .full-view h4.time a:hover,
#city-schedule .full-view h5.event-meta a:hover,
#city-schedule .full-view h4.reg-type a:hover,
#city-schedule .list-view h3.title a:hover,
#city-schedule .list-view h4.host a:hover,
#city-schedule .list-view h4.time a:hover,
#city-schedule .list-view h5.event-meta a:hover,
#city-schedule .list-view h4.reg-type a:hover {
	color:#313fa5;
	}

#city-schedule h5.event-meta span {
	font-size:11px;
	color:#555;
	padding-right:10px;
	}

#city-schedule h4.city-name,
.event h4.city-name {
	display:none;
	}

#city-schedule span.event-meta span {
	font-size:11px;
	color:#aaa;
	padding-right:10px;
	}

div[data-magellan-expedition-clone] + div[data-magellan-expedition="fixed"] {
	padding-top:50px !important;
	background:rgba(255,255,255,0.95);
	border-bottom:1px solid #ededed;
	}

#schedule-magnet[data-magellan-expedition-clone] + #schedule-magnet[data-magellan-expedition="fixed"] {
	background:rgba(14,19,50,.85);
	border-bottom: 2px solid #0b2d84;
	}

#schedule-magnet[data-magellan-expedition-clone] + #schedule-magnet[data-magellan-expedition="fixed"] h2.section-title-small {
	color: #fff;
	}

#schedule-magnet[data-magellan-expedition-clone] + #schedule-magnet[data-magellan-expedition="fixed"] a.button-full-view:hover,
#schedule-magnet[data-magellan-expedition-clone] + #schedule-magnet[data-magellan-expedition="fixed"] a.button-list-view:hover,
#schedule-magnet[data-magellan-expedition-clone] + #schedule-magnet[data-magellan-expedition="fixed"] a.button-full-view.on,
#schedule-magnet[data-magellan-expedition-clone] + #schedule-magnet[data-magellan-expedition="fixed"] a.button-list-view.on {
	color: #dce345 !important;
	}

div[data-magellan-expedition-clone] + div[data-magellan-expedition="fixed"] .schedule-toolbar {
	padding:0;
	margin:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	background-color:transparent;
	}

[data-magellan-expedition],
[data-magellan-expedition-clone] {
	margin:0!important;
	padding:0!important;
	}

.schedule-toolbar span {
	font-size:11px;
	line-height:32px;
	display:inline-block;
	margin-left:2px;
	margin-right:2px;
	}

.schedule-toolbar select.schedule-drop {
	margin:0;
	padding:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:4px 8px;
	height:28px;
	font-size:11px;
	line-height:18px;
	cursor:pointer;
	background-color: #fff;
	border: 1px solid #eee !important;
	}

.schedule-toolbar select.schedule-drop:hover {
	border: 1px solid #ddd !important;
	}

.schedule-filter-field {
	margin:0;
	padding:0;
	-webkit-border-radius:4px !important;
	-moz-border-radius:4px !important;
	border-radius:4px !important;
	color:#999;
	font-size:11px !important;
	padding:4px 8px !important;
	text-transform:lowercase;
	width:100%;
	height:28px !important;
	border: 1px solid #eee !important;
	background-color: #fafafa;
	box-shadow: none !important;
	}

.schedule-filter-field:hover {
	border: 1px solid #ddd !important;
	}

a.button-full-view.on,a.button-list-view.on {
	font-weight:700;
	color:#000;
	}

#city-schedule .full-view {
	}

#city-schedule .list-view {
	margin-bottom:5px;
	}

#city-schedule .full-view p {
	line-height:80px;
	}

#city-schedule .list-view p {
	line-height:30px;
	}

a.button-login-to-access,
a.button-remove-from-schedule,
a.button-remove-from-schedule-on-event,
a.share-trigger {
	font-size:11px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:3px 8px;
	}

a.button-remove-from-schedule-on-event {
	font-size:11px;
	color:#263c78 !important;
	background:#fff;
	background:-moz-linear-gradient(top,#fff 0%,#eee 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#eee));
	background:-webkit-linear-gradient(top,#fff 0%,#eee 100%);
	background:-o-linear-gradient(top,#fff 0%,#eee 100%);
	background:-ms-linear-gradient(top,#fff 0%,#eee 100%);
	background:linear-gradient(to bottom,#fff 0%,#eee 100%);
	border:1px solid #ddd;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:3px 8px;
	}

a.red-button-buy-a-pass {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	background-color:#fe1a00;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #d83526;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:3px 8px;
	font-size:11px;
	color:#fff;
	}

a.red-button-buy-a-pass:hover {
	color:#fff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #ce0100 100% );
	background-color:#ce0100;
	}

a.button-add-to-schedule,
a.button-add-to-schedule-off,
a.button-add-to-schedule-on-event {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3b69c5), color-stop(1, #2e57a9) );
	background:-moz-linear-gradient( center top, #3b69c5 5%, #2e57a9 100% );
	background-color:#2e57a9;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #244b98;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:3px 8px;
	font-size:11px;
	color:#fff;
	}

a.button-add-to-schedule:hover,
a.button-add-to-schedule-off:hover,
a.button-add-to-schedule-on-event:hover {
	color:#fff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2e57a9), color-stop(1, #2e57a9) );
	background:-moz-linear-gradient( center top, #2e57a9 5%, #2e57a9 100% );
	background-color:#2e57a9;
	}

a.button-add-to-schedule .fa,
a.button-add-to-schedule-on-event .fa {
	color: #fff;
	}

a.button-buy-a-pass {
	margin-right:10px;
	font-size:11px;
	color:#fff;
	background:#3055a0;
	background:-moz-linear-gradient(top,#2b4f98 0%,#263080 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#2b4f98),color-stop(100%,#263080));
	background:-webkit-linear-gradient(top,#2b4f98 0%,#263080 100%);
	background:-o-linear-gradient(top,#2b4f98 0%,#263080 100%);
	background:-ms-linear-gradient(top,#2b4f98 0%,#263080 100%);
	background:linear-gradient(to bottom,#2b4f98 0%,#263080 100%);
	border:1px solid #263080;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:3px 8px;
	}

a.button-buy-a-pass:hover {
	background:#263080;
	background:-moz-linear-gradient(top,#263080 0%,#263080 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#263080),color-stop(100%,#263080));
	background:-webkit-linear-gradient(top,#263080 0%,#263080 100%);
	background:-o-linear-gradient(top,#263080 0%,#263080 100%);
	background:-ms-linear-gradient(top,#263080 0%,#263080 100%);
	background:linear-gradient(to bottom,#263080 0%,#263080 100%);
	border:1px solid #222;
	}

a.button-buy-a-pass .fa {
	color:#fff;
	}

a.button-login-to-access:hover,
a.button-remove-from-schedule:hover,
a.button-remove-from-schedule-on-event:hover,
a.share-trigger:hover {
	border:1px solid #ccc;
	}

a.button-login-to-access .fa,
a.button-remove-from-schedule .fa,
a.button-remove-from-schedule-on-event .fa {
	color:#263c78;
	}

a.tweet-event {
	font-size:11px;
	font-weight: bold;
	color:#fff;
	background-color: #007dc1;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:4px 10px;
	}

a.tweet-event:hover {
	background-color: #004984;
	}

a.button-add-to-bookmarks {
	font-size:11px;
	line-height:11px;
	font-weight: bold;
	color:#fff;
	background-color: #ededed;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:5px 10px;
	border: none !important;
	}

a.button-add-to-bookmarks.active {
	background-color: #004984 !important;
	}

a.button-add-to-bookmarks:before {
	font-size:12px;
	color:#fff;
	display:inline-block;
	font-family:FontAwesome;
	font-style:normal;
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	content:"\f02e";
	padding-right:5px !important;
	}

a.button-add-to-bookmarks:hover {
	color:#fff;
	background-color: #022c4e;
	border: none !important;
	}

#city-schedule .list-view .event-month,
#city-schedule .list-view .event-day {
	font-size:12px;
	letter-spacing:normal!important;
	font-weight:700;
	display:inline-block;
	}

#city-schedule .list-view .event-week {
	display:none;
	}

#city-schedule h4.info {
	margin-top:5px;
	}

#city-schedule .list-view h5.event-meta {
	display:none;
	}

#city-schedule .list-view a.button-bookmarks {
	color:#999;
	}

#city-schedule .list-view a.button-bookmarks .fa {
	color:#9f1b15;
	}

#city-schedule .list-view a.button-bookmarks:hover .fa {
	color:#db0d0d;
	}

.event-heading {
	display:block;
	padding: 10px 0px;
	}

.event-heading h2.title,
.event-heading h2.title a {
	color:#313fa5;
	font-size:24px;
	font-weight:500;
	padding: 0 !important;
	margin: 0 !important;
	margin-bottom: 10px !important;
	text-transform: uppercase;
	}

.single-event-meta {
	color: #aaa;
	font-size:11px;
	}

.button-add-to-bookmarks-on-event {
	font-size:11px;
	color:#1688ca;
	background:#fff;
	background:-moz-linear-gradient(top,#fff 0%,#eee 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#eee));
	background:-webkit-linear-gradient(top,#fff 0%,#eee 100%);
	background:-o-linear-gradient(top,#fff 0%,#eee 100%);
	background:-ms-linear-gradient(top,#fff 0%,#eee 100%);
	background:linear-gradient(to bottom,#fff 0%,#eee 100%);
	border:1px solid #ddd;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:3px 10px;
	margin-bottom:10px;
	}

.button-add-to-bookmarks-on-event:hover {
	color:#1688ca;
	border:1px solid #ccc;
	}

.button-add-to-bookmarks-on-event .fa {
	color:#9f1b15;
	}

.button-add-to-bookmarks-on-event:hover .fa {
	color:#db0d0d;
	}

.button-gray {
	font-size:11px;
	color:#263c78!important;
	background:#fff;
	background:-moz-linear-gradient(top,#fff 0%,#eee 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#eee));
	background:-webkit-linear-gradient(top,#fff 0%,#eee 100%);
	background:-o-linear-gradient(top,#fff 0%,#eee 100%);
	background:-ms-linear-gradient(top,#fff 0%,#eee 100%);
	background:linear-gradient(to bottom,#fff 0%,#eee 100%);
	border:1px solid #ddd;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:3px 8px;
	margin-bottom:10px;
	}

.button-gray:hover {
	border:1px solid #ccc;
	}

.button-gray.heart .fa {
	color:#9f1b15;
	}

#city-schedule .schedule-share-buttons,.event .schedule-share-buttons {
	margin-top:10px;
	display:none;
	}

.schedule-share-buttons ul {
	list-style:none;
	margin:0;
	padding:0;
	}

.schedule-share-buttons li.twitter-share,
.schedule-share-buttons li.facebook-share {
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block!important;
	}

.schedule-share-buttons li.twitter-share a {
	font-size:11px;
	color:#fff!important;
	background-color:#4099FF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:3px 12px !important;
	cursor:pointer;
	}

.schedule-share-buttons li.facebook-share a {
	font-size:11px;
	color:#fff;
	background-color:#3B5998;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:3px 12px !important;
	cursor:pointer;
	}

.schedule-share-buttons li.twitter-share a:hover,
.schedule-share-buttons li.facebook-share a:hover {
	background-color:#333;
	}

.schedule-share-buttons li.twitter-share a:before {
	font-family:FontAwesome;
	font-weight:400;
	font-style:normal;
	display:inline-block;
	text-decoration:inherit;
	content:"\f099 ";
	padding-right:5px;
	}

.schedule-share-buttons li.facebook-share a:before {
	font-family:FontAwesome;
	font-weight:400;
	font-style:normal;
	display:inline-block;
	text-decoration:inherit;
	content:"\f09a ";
	padding-right:5px;
	}

.inline-list li.twitter .box:before {
	font-family:FontAwesome;
	font-weight:400;
	font-style:normal;
	display:inline-block;
	text-decoration:inherit;
	content:"\f099 ";
	}

#tagboard-embed {
	width:100%!important;
	height:600px !important;
	overflow:hidden!important;
	}

#schedule-map {
	width:100%!important;
	height:400px !important;
	position:relative;
	clear: both;
	}

#schedule-map .address {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1 !important;
	width: 90%;
	padding: 10px 12px;
	background-color:rgba(254,255,254,0.8);
	font-size:14px;
	line-height:20px;
	border:1px solid #aaa;
	}

.form-event-submit small.label-description {
	color:#aaa;
	display:block;
	margin-bottom:5px;
	}

#event_description,
#venue_information,
#submit-speaker-bio,
#submit-speaker-topic {
	min-height:140px;
	}

.form-event-submit .submit-event,
.form-speaker-submit .submit-event,
.form-registration-submit .submit-registration,
.form-edit-profile-submit .submit-edit-profile,
.form-pass-sync .update-pass-sync,
.return-to-schedule {
	color:#fff;
	background-color:#10155e;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:12px;
	padding:8px 14px;
	}

.form-event-submit .submit-event:hover,
.form-speaker-submit .submit-event:hover,
.form-registration-submit .submit-registration:hover,
.form-edit-profile-submit .submit-edit-profile:hover,
.form-pass-sync .update-pass-sync:hover,
.return-to-schedule:hover {
	background-color:#2265b1;
	}

.btn-submit {
	color:#fff;
	background-color:#10155e;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:12px;
	padding:6px 14px;
	outline:none;
	line-height:20px;
	border:none;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	}

.btn-submit:hover {
	background-color:#10538f;
	}

a.lost-password {
	font-size:12px;
	color:#263c78;
	background:#fff;
	background:-moz-linear-gradient(top,#fff 0%,#eee 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#eee));
	background:-webkit-linear-gradient(top,#fff 0%,#eee 100%);
	background:-o-linear-gradient(top,#fff 0%,#eee 100%);
	background:-ms-linear-gradient(top,#fff 0%,#eee 100%);
	background:linear-gradient(to bottom,#fff 0%,#eee 100%);
	border: none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:12px;
	padding: 0.6rem 1rem;
	margin-left:5px;
	margin-bottom:10px;
	}

a.lost-password:hover {
	background:#fff;
	background:-moz-linear-gradient(top,#fff 0%,#fff 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#fff));
	background:-webkit-linear-gradient(top,#fff 0%,#fff 100%);
	background:-o-linear-gradient(top,#fff 0%,#fff 100%);
	background:-ms-linear-gradient(top,#fff 0%,#fff 100%);
	background:linear-gradient(to bottom,#fff 0%,#fff 100%);
	}

.single-event-icon {
	display:block;
	}

.sponsorship-left {
	text-align: right;
	}

.sponsorship-left img {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	}

.sponsorship-left h3 {
	font-size: 14px !important;
	}

.sponsorship-left h4 {
	font-size: 14px !important;
	}

#details-content ul.gform_fields {
	margin: 0 !important;
	padding: 0 !important;
	}

#details-content li.gfield {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	}

#details-content li.gfield:before {
	display: none !important;
	}

#details-content .gform_wrapper .top_label input.medium,
#details-content .gform_wrapper .top_label select.medium {
	width: 100% !important;
	}

#details-content .gform_wrapper input[type=submit] {
	background-color: #10155e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	padding: 6px 14px;
	}

.owl-carousel .owl-item {
	background: #fff;
	-webkit-font-smoothing: subpixel-antialiased;
	}

.mm-menu.mm-horizontal > .mm-panel {
  	-webkit-transition: left 0.4s ease;
  	-moz-transition: left 0.4s ease;
  	-ms-transition: left 0.4s ease;
  	-o-transition: left 0.4s ease;
  	transition: left 0.4s ease;
  	}

.mm-menu .mm-hidden {
  	display: none;
  	}

.mm-wrapper {
  	overflow-x: hidden;
  	position: relative;
  	}

.mm-menu {
  	background: inherit;
  	display: block;
  	overflow: hidden;
  	width: 100%;
  	height: 100%;
  	padding: 0;
  	position: absolute;
  	left: 0;
  	top: 0;
  	z-index: 0;
  	}

.mm-menu > .mm-panel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0;
    }

.mm-menu > .mm-panel.mm-opened {
    left: 0%;
    }

.mm-menu > .mm-panel.mm-subopened {
    left: -40%;
    }

.mm-menu > .mm-panel.mm-highest {
    z-index: 1;
    }

.mm-menu .mm-list {
    padding: 20px 0;
    }

.mm-menu > .mm-list {
    padding: 20px 0 40px 0;
    }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px;
  }

.mm-panel > .mm-list:first-child {
    padding-top: 0;
    }

.mm-list,
.mm-list > li {
  	list-style: none;
  	display: block;
  	padding: 0;
  	margin: 0;
  	}

.mm-list {
  	font: inherit;
  	font-size: 14px;
  	}

.mm-list a,
.mm-list a:hover {
    text-decoration: none;
    }

.mm-list > li {
    position: relative;
    }

.mm-list > li > a,
.mm-list > li > span,
.mm-list > li > form.signup-form,
.mm-list > li.title-new,
.mm-list > li.login-form,
.mm-list > li.login-to-access,
.mm-list > li.register {
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
    }

.mm-list > li.top-announcement {
	font-size: 11px;
	color: #fff;
	overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 10px 15px 10px 20px;
    margin: 0;
    text-align: center;
    border-bottom: none;
	}

.mm-menu.mm-light .mm-list > li.top-announcement:after {
	border: none !important;
	}

.mm-list > li.newsletter-title {
	font-size: 12px;
	color: #aaa !important;
	overflow: hidden;
    color: inherit;
    line-height: 17px;
    display: block;
    padding: 10px 15px 10px 20px;
    margin: 0;
    border-bottom: none;
	}

.mm-menu.mm-light .mm-list > li.newsletter-title:after {
	border: none !important;
	}

.mm-list > li.login-to-access a {
	display: inline-block !important;
	margin: 0px !important;
	padding: 0px !important;
	line-height: 20px !important;
	}

li.event-added-to-schedule {
	padding-top: 10px;
	height: 40px !important;
	padding-bottom: 10px;
	}

.mm-list > li.side-menu-item,
.mm-list > li.right-my-schedule,
.mm-list > li.right-my-bookmarks,
.mm-list > li.login-to-access,
.mm-list > li.social-buttons {
	position: relative;
	border-bottom: 1px solid #dedede;
	}

#menu-right-bookmarks .mm-header .close-menu {
	font-size: 9px;
	color: #e2413e;
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	cursor: pointer;
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 1px 4px !important;
	border: 1px solid #eee;
	}

.mm-list > li.right-my-bookmarks a.remove-me {
	display: inline-block;
	font-size: 11px;
	color: #fff;
	background-color: #e2413e;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 5px 4px !important;
	margin-top: 15px;
	margin-right: 10px;
	font-weight: normal;
	}

.mm-list > li.right-my-bookmarks a.remove-me:hover {
	color: #e2413e;
	background-color: #fff;
	}

.mm-list > li.right-my-bookmarks a.tweet-me {
	display: inline-block;
	font-size: 11px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	background-color: #1688ca;
	padding: 5px 4px !important;
	margin-top: 15px;
	font-weight: normal;
	}

.mm-list > li.right-my-bookmarks a.tweet-me:hover {
	color: #1688ca;
	background-color: #fff;
	}

.mm-list > li.event-added-to-schedule {
	border-bottom: none !important;
	}

.mm-list > li.login-to-access {
	border-bottom: 1px solid #ddd;
	}

.mm-menu.mm-light .mm-list > li.side-menu-item:after,
.mm-menu.mm-light .mm-list > li.event-added-to-schedule:after,
.mm-menu.mm-light .mm-list > li.event-added-to-bookmarks:after,
.mm-menu.mm-light .mm-list > li.right-my-bookmarks:after,
.mm-menu.mm-light .mm-list > li.right-my-schedule:after,
.mm-menu.mm-light .mm-list > li.title-new:after,
.mm-menu.mm-light .mm-list > li.login-form:after,
.mm-menu.mm-light .mm-list > li.new-item:after,
.mm-menu.mm-light .mm-list > li.login-to-access:after,
.mm-menu.mm-light .mm-list > li.form:after,
.mm-menu.mm-light .mm-list > li.social-buttons:after,
.mm-menu.mm-light .mm-list > li.register:after {
	border: none !important;
	}

li.event-added-to-schedule h2,
li.event-added-to-bookmarks h2 {
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 0;
	}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    }

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto;
    }

.mm-list a.mm-subopen {
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    }

.mm-list a.mm-subopen:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    }

.mm-list a.mm-subopen.mm-fullsubopen {
    width: 100%;
    }

.mm-list a.mm-subopen.mm-fullsubopen:before {
    border-left: none;
    }

.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
    padding-right: 5px;
    margin-right: 40px;
    }

.mm-list > li.mm-selected > a.mm-subopen {
    background: transparent;
    }

.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0;
    }

.mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px;
    }

.mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px;
    }

.mm-list > li.mm-spacer {
    padding-top: 40px;
    }

.mm-list > li.mm-spacer.mm-label {
      padding-top: 25px;
      }

.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -4px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }

.mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px;
    }

.mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px;
    }

.mm-menu.mm-vertical .mm-list .mm-panel {
  	display: none;
  	padding: 10px 0 10px 10px;
  	}

.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent;
    }

.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  	display: block;
  	}

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  	height: 40px;
  	}

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px;
    }

html.mm-opened .mm-page {
  	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  	}

.mm-ismenu {
  	background: #333333;
  	color: rgba(255, 255, 255, 0.6);
  	}

.mm-menu .mm-list > li:after {
  	border-color: rgba(0, 0, 0, 0.15);
  	}

.mm-menu .mm-list > li > a.mm-subclose {
  	background: rgba(0, 0, 0, 0.1);
  	color: rgba(255, 255, 255, 0.3);
  	}

.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  	border-color: rgba(255, 255, 255, 0.3);
  	}

.mm-menu .mm-list > li > a.mm-subopen:before {
  	border-color: rgba(0, 0, 0, 0.15);
  	}

.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  	background: rgba(0, 0, 0, 0.1);
  	}

.mm-menu .mm-list > li.mm-label {
  	background: rgba(255, 255, 255, 0.05);
  	}

.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  	background: rgba(255, 255, 255, 0.05);
  	}

.mm-page,
.mm-fixed-top,
.mm-fixed-bottom {
  	-webkit-transition: none 0.4s ease;
  	-moz-transition: none 0.4s ease;
  	-ms-transition: none 0.4s ease;
  	-o-transition: none 0.4s ease;
  	transition: none 0.4s ease;
  	-webkit-transition-property: top, right, bottom, left, border;
  	-moz-transition-property: top, right, bottom, left, border;
  	-ms-transition-property: top, right, bottom, left, border;
  	-o-transition-property: top, right, bottom, left, border;
  	transition-property: top, right, bottom, left, border;
  	}

html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
  	margin: 0;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	border: 0px solid rgba(0, 0, 0, 0);
  	}

html.mm-opening .mm-page {
  	border: 0px solid #010101;
  	}

.mm-fixed-top,
.mm-fixed-bottom {
  	position: fixed;
  	left: 0;
  	}

.mm-fixed-top {
  	top: 0 !important;
  	}

.mm-fixed-bottom {
  	bottom: 0;
  	}

html.mm-opened {
  	overflow-x: hidden;
  	position: relative;
  	}

html.mm-opened .mm-page {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-ms-box-sizing: border-box;
  	-o-box-sizing: border-box;
  	box-sizing: border-box;
  	position: relative;
  	}

html.mm-background .mm-page {
  	background: inherit;
  	}

#mm-blocker {
  	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent;
  	display: none;
  	width: 100%;
  	height: 100%;
  	position: fixed;
  	z-index: 999999;
  	}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  	display: block;
  	}

.mm-menu.mm-offcanvas {
  	display: none;
  	position: fixed;
  	}

.mm-menu.mm-current {
  	display: block;
  	}

html.mm-opening .mm-page,
html.mm-opening #mm-blocker,
html.mm-opening .mm-fixed-top,
html.mm-opening .mm-fixed-bottom {
  	left: 80%;
  	}

.mm-menu {
  	width: 80%;
  	}

.right-padding {
	float: right;
	margin-right: 10px;
	}

@media all and (max-width: 175px) {

  	.mm-menu {
    width: 140px;
    }

	html.mm-opening .mm-page,
	html.mm-opening #mm-blocker,
	html.mm-opening .mm-fixed-top,
	html.mm-opening .mm-fixed-bottom {
    left: 140px;
    }
}

@media all and (min-width: 550px) {
  	.mm-menu {
    width: 440px;
    }

	html.mm-opening .mm-page,
	html.mm-opening #mm-blocker,
	html.mm-opening .mm-fixed-top,
	html.mm-opening .mm-fixed-bottom {
    left: 440px;
    }
}

.social-buttons .mm-counter {
	margin-top: 0px !important;
	top: 0px !important;
	}

em.mm-counter,
span.mm-counter,
div.mm-counter {
  	font: inherit;
  	font-size: 14px;
  	font-style: normal;
  	text-indent: 0;
  	line-height: 20px;
  	display: block;
  	margin-top: -10px;
  	position: absolute;
  	right: 40px;
  	top: 50%;
  	}

em.mm-counter + a.mm-subopen,
span.mm-counter + a.mm-subopen,
div.mm-counter + a.mm-subopen {
	padding-left: 40px;
	}

em.mm-counter + a.mm-subopen + a,
em.mm-counter + a.mm-subopen + span,
em.mm-counter + a.mm-subopen + div,
span.mm-counter + a.mm-subopen + a,
span.mm-counter + a.mm-subopen + span,
span.mm-counter + a.mm-subopen + div,
div.mm-counter + a.mm-subopen + a,
div.mm-counter + a.mm-subopen + span,
div.mm-counter + a.mm-subopen + div {
	margin-right: 80px;
	}

em.mm-counter + a.mm-fullsubopen,
span.mm-counter + a.mm-fullsubopen,
div.mm-counter + a.mm-fullsubopen {
	padding-left: 0;
	}

.mm-vertical em.mm-counter,
.mm-vertical span.mm-counter,
.mm-vertical div.mm-counter {
  	top: 12px;
  	margin-top: 0;
  	}

.mm-nosubresults > em.mm-counter,
.mm-nosubresults > span.mm-counter
.mm-nosubresults > div.mm-counter {
  	display: none;
  	}

.mm-menu em.mm-counter,
.mm-menu span.mm-counter,
.mm-menu div.mm-counter {
  	color: rgba(255, 255, 255, 0.3);
  	}

html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  	-webkit-transition-duration: 0s;
  	-moz-transition-duration: 0s;
  	-ms-transition-duration: 0s;
  	-o-transition-duration: 0s;
  	transition-duration: 0s;
  	}

.mm-header {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-ms-box-sizing: border-box;
  	-o-box-sizing: border-box;
  	box-sizing: border-box;
  	background: inherit;
  	border-bottom: 1px solid transparent;
  	text-align: center;
  	line-height: 20px;
  	width: 100%;
  	height: 60px;
  	padding: 30px 40px 0 40px;
  	position: absolute;
  	z-index: 2;
  	top: 0;
  	left: 0;
  	background-color: #ededed;
   	}

.mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
    }

.mm-header .mm-prev,
.mm-header .mm-next {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    bottom: 0;
    }

 .mm-header .mm-prev:before,
 .mm-header .mm-next:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -15px;
    }

.mm-header .mm-prev {
    left: 0;
    }

.mm-header .mm-prev:before {
      border-right: none;
      border-bottom: none;
      left: 22px;
      }

.mm-header .mm-next {
    right: 0;
    }

.mm-header .mm-next:before {
      border-top: none;
      border-left: none;
      right: 18px;
      }

.mm-menu.mm-hassearch .mm-header {
  	height: 50px;
  	padding-top: 20px;
  	top: 50px;
  	}

.mm-menu.mm-hassearch .mm-header .mm-prev:before,
.mm-menu.mm-hassearch .mm-header .mm-mext:before {
    margin-bottom: -10px;
    }

.mm-menu.mm-hasheader li.mm-subtitle {
  	display: none;
  	}

.mm-menu.mm-hasheader > .mm-panel {
  	padding-top: 80px;
  	}

.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  	padding-top: 120px;
  	}

.mm-menu.mm-hasheader.mm-ismenu > .mm-panel {
  	padding-top: 60px;
  	}

.mm-menu.mm-hasheader.mm-ismenu.mm-hassearch > .mm-panel {
  	padding-top: 100px;
  	}

.mm-menu .mm-header {
  	border-color: rgba(0, 0, 0, 0.15);
  	color: rgba(255, 255, 255, 0.3); }

.mm-menu .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3);
    }

.mm-menu.mm-fixedlabels .mm-list {
  	background: inherit;
  	}

.mm-menu.mm-fixedlabels .mm-list > li.mm-label {
    background: inherit !important;
    color: #eee !important;
    height: 25px;
    overflow: visible;
    position: relative;
    z-index: 1;
    }

.mm-menu.mm-fixedlabels .mm-list > li.mm-label > div {
      background: inherit;
      width: 100%;
      position: absolute;
      left: 0;
      }

.mm-menu.mm-fixedlabels .mm-list > li.mm-label > div > div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    }

.mm-menu.mm-fixedlabels .mm-list > li.mm-label.mm-spacer > div > div {
    padding-top: 25px;
    }

.mm-list > li.mm-label > span {
  	text-overflow: ellipsis;
  	white-space: nowrap;
  	overflow: hidden;
  	padding: 0;
  	}

.mm-list > li.mm-label.mm-opened a.mm-subopen:after {
  	-webkit-transform: rotate(45deg);
  	-moz-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	-o-transform: rotate(45deg);
  	transform: rotate(45deg);
  	right: 17px;
  	}

.mm-list > li.mm-collapsed {
  	display: none;
  	}

.mm-menu .mm-list li.mm-label > div > div {
  	background: rgba(255, 255, 255, 0.05);
  	}

.mm-search,
.mm-search input {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-ms-box-sizing: border-box;
  	-o-box-sizing: border-box;
  	box-sizing: border-box;
  	}

.mm-list > li.mm-search {
  	padding: 10px;
  	margin-top: -20px;
  	}

.mm-list > li.mm-subtitle + li.mm-search {
  	margin-top: 0;
  	}

div.mm-panel > div.mm-search {
  	padding: 0 0 10px 0;
  	}

.mm-menu.mm-hasheader .mm-list > li.mm-search {
  	margin-top: 0;
  	}

.mm-search {
  	background: inherit;
  	width: 100%;
  	padding: 10px;
  	position: relative;
  	top: 0;
  	z-index: 2;
  	}

.mm-search input {
    border: none;
    border-radius: 30px;
    font: inherit;
    font-size: 14px;
    line-height: 30px;
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px;
    }

.mm-menu li.mm-nosubresults > a.mm-subopen {
  	display: none;
  	}

.mm-menu li.mm-nosubresults > a.mm-subopen + a,
.mm-menu li.mm-nosubresults > a.mm-subopen + span {
    padding-right: 10px;
    }

.mm-menu .mm-noresults {
  	text-align: center;
  	font-size: 21px;
  	display: none;
  	padding: 60px 0;
  	}

.mm-menu .mm-noresults:after {
    border: none;
    }

.mm-menu.mm-noresults .mm-noresults {
  	display: block;
  }

.mm-menu.mm-hassearch > .mm-panel {
  	padding-top: 80px;
  	}

.mm-menu.mm-hassearch.mm-ismenu > .mm-panel {
  	padding-top: 60px;
  	}

.mm-menu .mm-search input {
  	background: rgba(255, 255, 255, 0.3);
  	color: rgba(255, 255, 255, 0.6);
  	}

.mm-menu .mm-noresults {
  	color: rgba(255, 255, 255, 0.3);
  	}

html.mm-slide .mm-menu {
  	-webkit-transition: -webkit-transform 0.4s ease;
  	-moz-transition: -moz-transform 0.4s ease;
  	-o-transition: -o-transform 0.4s ease;
  	transition: transform 0.4s ease;
  	}

html.mm-slide.mm-opened .mm-menu {
  	-webkit-transform: translateX(-40%);
  	-moz-transform: translateX(-40%);
  	-ms-transform: translateX(-40%);
  	-o-transform: translateX(-40%);
  	transform: translateX(-40%);
  	}

html.mm-slide.mm-opening .mm-menu {
  	-webkit-transform: translateX(0%);
  	-moz-transform: translateX(0%);
  	-ms-transform: translateX(0%);
  	-o-transform: translateX(0%);
  	transform: translateX(0%);
  	}

html.mm-slide.mm-right.mm-opened .mm-menu {
  	-webkit-transform: translateX(40%);
  	-moz-transform: translateX(40%);
  	-ms-transform: translateX(40%);
  	-o-transform: translateX(40%);
  	transform: translateX(40%);
  	}

html.mm-slide.mm-right.mm-opening .mm-menu {
  	-webkit-transform: translateX(0%);
  	-moz-transform: translateX(0%);
  	-ms-transform: translateX(0%);
  	-o-transform: translateX(0%);
  	transform: translateX(0%);
  	}

html.mm-slide.mm-top.mm-opened .mm-menu {
  	-webkit-transform: translateY(-40%);
  	-moz-transform: translateY(-40%);
  	-ms-transform: translateY(-40%);
  	-o-transform: translateY(-40%);
  	transform: translateY(-40%);
  	}

html.mm-slide.mm-top.mm-opening .mm-menu {
  	-webkit-transform: translateY(0%);
  	-moz-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	-o-transform: translateY(0%);
  	transform: translateY(0%);
  	}

html.mm-slide.mm-bottom.mm-opened .mm-menu {
  	-webkit-transform: translateY(40%);
  	-moz-transform: translateY(40%);
  	-ms-transform: translateY(40%);
  	-o-transform: translateY(40%);
  	transform: translateY(40%);
  	}

html.mm-slide.mm-bottom.mm-opening .mm-menu {
  	-webkit-transform: translateY(0%);
  	-moz-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	-o-transform: translateY(0%);
  	transform: translateY(0%);
  	}

html.mm-zoom-menu .mm-menu {
  	-webkit-transition: -webkit-transform 0.4s ease;
  	-moz-transition: -moz-transform 0.4s ease;
  	-o-transition: -o-transform 0.4s ease;
  	transition: transform 0.4s ease;
  	}

html.mm-zoom-menu.mm-opened .mm-menu {
  	-webkit-transform: scale(0.7, 0.7) translateX(-40%);
  	-moz-transform: scale(0.7, 0.7) translateX(-40%);
  	-ms-transform: scale(0.7, 0.7) translateX(-40%);
  	-o-transform: scale(0.7, 0.7) translateX(-40%);
  	transform: scale(0.7, 0.7) translateX(-40%);
  	-webkit-transform-origin: left center;
  	-moz-transform-origin: left center;
  	-ms-transform-origin: left center;
  	-o-transform-origin: left center;
  	transform-origin: left center;
  	}

html.mm-zoom-menu.mm-opening .mm-menu {
  	-webkit-transform: scale(1, 1) translateX(0%);
  	-moz-transform: scale(1, 1) translateX(0%);
  	-ms-transform: scale(1, 1) translateX(0%);
  	-o-transform: scale(1, 1) translateX(0%);
  	transform: scale(1, 1) translateX(0%);
  	}

html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  	-webkit-transform: scale(0.7, 0.7) translateX(40%);
  	-moz-transform: scale(0.7, 0.7) translateX(40%);
  	-ms-transform: scale(0.7, 0.7) translateX(40%);
  	-o-transform: scale(0.7, 0.7) translateX(40%);
  	transform: scale(0.7, 0.7) translateX(40%);
  	-webkit-transform-origin: right center;
  	-moz-transform-origin: right center;
  	-ms-transform-origin: right center;
  	-o-transform-origin: right center;
  	transform-origin: right center;
  	}

html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  	-webkit-transform: scale(1, 1) translateX(0%);
  	-moz-transform: scale(1, 1) translateX(0%);
  	-ms-transform: scale(1, 1) translateX(0%);
  	-o-transform: scale(1, 1) translateX(0%);
  	transform: scale(1, 1) translateX(0%);
  	}

html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  	-webkit-transform: scale(0.7, 0.7) translateY(-40%);
  	-moz-transform: scale(0.7, 0.7) translateY(-40%);
  	-ms-transform: scale(0.7, 0.7) translateY(-40%);
  	-o-transform: scale(0.7, 0.7) translateY(-40%);
  	transform: scale(0.7, 0.7) translateY(-40%);
  	-webkit-transform-origin: center top;
  	-moz-transform-origin: center top;
  	-ms-transform-origin: center top;
  	-o-transform-origin: center top;
  	transform-origin: center top;
  	}

html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  	-webkit-transform: scale(1, 1) translateY(0%);
  	-moz-transform: scale(1, 1) translateY(0%);
  	-ms-transform: scale(1, 1) translateY(0%);
  	-o-transform: scale(1, 1) translateY(0%);
  	transform: scale(1, 1) translateY(0%);
  	}

html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  	-webkit-transform: scale(0.7, 0.7) translateY(40%);
  	-moz-transform: scale(0.7, 0.7) translateY(40%);
  	-ms-transform: scale(0.7, 0.7) translateY(40%);
  	-o-transform: scale(0.7, 0.7) translateY(40%);
  	transform: scale(0.7, 0.7) translateY(40%);
  	-webkit-transform-origin: center bottom;
  	-moz-transform-origin: center bottom;
  	-ms-transform-origin: center bottom;
  	-o-transform-origin: center bottom;
  	transform-origin: center bottom;
  	}

html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  	-webkit-transform: scale(1, 1) translateY(0%);
  	-moz-transform: scale(1, 1) translateY(0%);
  	-ms-transform: scale(1, 1) translateY(0%);
  	-o-transform: scale(1, 1) translateY(0%);
  	transform: scale(1, 1) translateY(0%);
  	}

html.mm-zoom-page .mm-page {
  	-webkit-transition-property: -webkit-transform, top, right, bottom, left, border;
  	-moz-transition-property: -moz-transform, top, right, bottom, left, border;
  	-ms-transition-property: -ms-transform, top, right, bottom, left, border;
  	-o-transition-property: -o-transform, top, right, bottom, left, border;
  	transition-property: transform, top, right, bottom, left, border;
  	}

html.mm-zoom-page.mm-opened .mm-page {
  	-webkit-transform: scale(1, 1);
  	-moz-transform: scale(1, 1);
  	-ms-transform: scale(1, 1);
  	-o-transform: scale(1, 1);
  	transform: scale(1, 1);
  	-webkit-transform-origin: left center;
  	-moz-transform-origin: left center;
  	-ms-transform-origin: left center;
  	-o-transform-origin: left center;
  	transform-origin: left center;
  	}

html.mm-zoom-page.mm-opening .mm-page {
  	-webkit-transform: scale(1.5, 1.5);
  	-moz-transform: scale(1.5, 1.5);
  	-ms-transform: scale(1.5, 1.5);
  	-o-transform: scale(1.5, 1.5);
  	transform: scale(1.5, 1.5);
  	}

html.mm-zoom-page.mm-right.mm-opened .mm-page {
  	-webkit-transform-origin: right center;
  	-moz-transform-origin: right center;
  	-ms-transform-origin: right center;
  	-o-transform-origin: right center;
  	transform-origin: right center;
  	}

html.mm-zoom-page.mm-top.mm-opened .mm-page {
  	-webkit-transform-origin: center top;
  	-moz-transform-origin: center top;
  	-ms-transform-origin: center top;
  	-o-transform-origin: center top;
  	transform-origin: center top;
  	}

html.mm-zoom-page.mm-bottom.mm-opened .mm-page {
  	-webkit-transform-origin: center bottom;
  	-moz-transform-origin: center bottom;
  	-ms-transform-origin: center bottom;
  	-o-transform-origin: center bottom;
  	transform-origin: center bottom;
  	}

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  	-webkit-transform: scale(1.5, 1.5);
  	-moz-transform: scale(1.5, 1.5);
  	-ms-transform: scale(1.5, 1.5);
  	-o-transform: scale(1.5, 1.5);
  	transform: scale(1.5, 1.5);
  	-webkit-transform-origin: left center;
  	-moz-transform-origin: left center;
  	-ms-transform-origin: left center;
  	-o-transform-origin: left center;
  	transform-origin: left center;
  	-webkit-transition-property: -webkit-transform, left;
  	-moz-transition-property: -moz-transform, left;
  	-ms-transition-property: -ms-transform, left;
  	-o-transition-property: -o-transform, left;
  	transition-property: transform, left;
  	}

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    }

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    }

html.mm-opening.mm-fullscreen .mm-page,
html.mm-opening.mm-fullscreen #mm-blocker,
html.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-opening.mm-fullscreen .mm-fixed-bottom {
  	left: 100%;
  	}

.mm-menu.mm-fullscreen {
  	width: 100%;
  	}

@media all and (max-width: 140px) {
  	.mm-menu.mm-fullscreen {
    width: 140px;
    }

	html.mm-opening.mm-fullscreen .mm-page,
	html.mm-opening.mm-fullscreen #mm-blocker,
	html.mm-opening.mm-fullscreen .mm-fixed-top,
	html.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 140px;
    }
}

@media all and (min-width: 10000px) {
  	.mm-menu.mm-fullscreen {
    width: 10000px;
    }

	html.mm-opening.mm-fullscreen .mm-page,
	html.mm-opening.mm-fullscreen #mm-blocker,
	html.mm-opening.mm-fullscreen .mm-fixed-top,
	html.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 10000px;
    }
}

.mm-menu.mm-top.mm-fullscreen {
  	height: 100%;
  	}

html.mm-top.mm-opening.mm-fullscreen .mm-page,
html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
  	top: 100%;
  	}

html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
  	bottom: -100%;
  	}

@media all and (max-height: 140px) {
  	.mm-menu.mm-top.mm-fullscreen {
    height: 140px;
    }

	html.mm-top.mm-opening.mm-fullscreen .mm-page,
	html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
	html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 140px;
    }

	html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -140px;
    }
}

@media all and (min-height: 10000px) {
  	.mm-menu.mm-top.mm-fullscreen {
    height: 10000px;
    }

	html.mm-top.mm-opening.mm-fullscreen .mm-page,
	html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
	html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 10000px;
    }

	html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -10000px;
    }
}

.mm-menu.mm-right.mm-fullscreen {
  	width: 100%;
  	}

html.mm-right.mm-opening.mm-fullscreen .mm-page,
html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
  	right: 100%;
  	}

@media all and (max-width: 140px) {
  	.mm-menu.mm-right.mm-fullscreen {
    width: 140px;
    }

	html.mm-right.mm-opening.mm-fullscreen .mm-page,
	html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
	html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
	html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 140px;
    }
}

@media all and (min-width: 10000px) {
  	.mm-menu.mm-right.mm-fullscreen {
    width: 10000px;
    }

	html.mm-right.mm-opening.mm-fullscreen .mm-page,
	html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
	html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
	html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 10000px;
    }
}

.mm-menu.mm-bottom.mm-fullscreen {
  	height: 100%;
  	}

html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
  	bottom: 100%;
  	}

html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
  	top: -100%;
  	}

@media all and (max-height: 140px) {
  	.mm-menu.mm-bottom.mm-fullscreen {
    height: 140px;
    }

	html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
	html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
	html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 140px;
    }

	html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -140px;
    }
}

@media all and (min-height: 10000px) {
  	.mm-menu.mm-bottom.mm-fullscreen {
    height: 10000px;
    }

	html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
	html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
	html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 10000px;
    }

	html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -10000px;
    }
 }

.mm-menu.mm-fullscreen.mm-front,
.mm-menu.mm-fullscreen.mm-next {
  	left: -100%;
  	}

@media all and (max-width: 140px) {
  	.mm-menu.mm-fullscreen.mm-front,
  	.mm-menu.mm-fullscreen.mm-next {
    left: -140px;
    }
}

@media all and (min-width: 10000px) {
  	.mm-menu.mm-fullscreen.mm-front,
  	.mm-menu.mm-fullscreen.mm-next {
    left: -10000px;
    }
}

.mm-menu.mm-top.mm-fullscreen.mm-front,
.mm-menu.mm-top.mm-fullscreen.mm-next {
  	top: -100%;
  	}

@media all and (max-height: 140px) {
  	.mm-menu.mm-top.mm-fullscreen.mm-front,
  	.mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -140px;
    }
}

@media all and (min-height: 10000px) {
  	.mm-menu.mm-top.mm-fullscreen.mm-front,
  	.mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -10000px;
    }
}

.mm-menu.mm-right.mm-fullscreen.mm-front,
.mm-menu.mm-right.mm-fullscreen.mm-next {
  	right: -100%;
  	}

@media all and (max-width: 140px) {
  	.mm-menu.mm-right.mm-fullscreen.mm-front,
  	.mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -140px;
    }
}

@media all and (min-width: 10000px) {
  	.mm-menu.mm-right.mm-fullscreen.mm-front,
  	.mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -10000px;
    }
}

.mm-menu.mm-bottom.mm-fullscreen.mm-front,
.mm-menu.mm-bottom.mm-fullscreen.mm-next {
  	bottom: -100%;
  	}

@media all and (max-height: 140px) {
  	.mm-menu.mm-bottom.mm-fullscreen.mm-front,
  	.mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -140px;
    }
}

@media all and (min-height: 10000px) {
  	.mm-menu.mm-bottom.mm-fullscreen.mm-front,
  	.mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -10000px;
    }
}

html.mm-front .mm-fixed-top,
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-bottom {
  	left: 0;
  	right: auto;
  	}

html.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-top {
  	top: 0;
  	}

html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-bottom {
  	bottom: 0;
  	}

html.mm-opened.mm-fullscreen .mm-page {
  	box-shadow: none !important;
  	}

.mm-menu.mm-top {
  	width: 100%;
  	}

html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker {
  	top: 0%;
  	}

html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top,
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  	left: 0;
  	}

.mm-menu.mm-right {
  	left: auto;
  	right: 0;
  	}

html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker,
html.mm-right.mm-opened .mm-fixed-top,
html.mm-right.mm-opened .mm-fixed-bottom {
  	left: auto;
  	right: 0%;
  	}

html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  	left: auto;
  	}

.mm-menu.mm-bottom {
  	width: 100%;
  	top: auto;
  	bottom: 0;
  	}

html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker {
  	bottom: 0%;
  	top: auto;
  	}

html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  	top: auto;
  	left: 0;
  	}

.mm-menu.mm-top {
  	height: 80%;
  	}

html.mm-top.mm-opening .mm-page,
html.mm-top.mm-opening #mm-blocker,
html.mm-top.mm-opening .mm-fixed-top {
  	top: 80%;
  	}

html.mm-top.mm-opening .mm-fixed-bottom {
  	bottom: -80%;
  	}

@media all and (max-height: 175px) {
  	.mm-menu.mm-top {
    height: 140px;
    }

	html.mm-top.mm-opening .mm-page,
	html.mm-top.mm-opening #mm-blocker,
	html.mm-top.mm-opening .mm-fixed-top {
    top: 140px;
    }

	html.mm-top.mm-opening .mm-fixed-bottom {
    bottom: -140px;
    }
}

@media all and (min-height: 1100px) {
  	.mm-menu.mm-top {
    height: 880px;
    }

	html.mm-top.mm-opening .mm-page,
	html.mm-top.mm-opening #mm-blocker,
	html.mm-top.mm-opening .mm-fixed-top {
    top: 880px;
    }

	html.mm-top.mm-opening .mm-fixed-bottom {
    bottom: -880px;
    }
}

.mm-menu.mm-right {
  	width: 80%;
  	}

html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker,
html.mm-right.mm-opening .mm-fixed-top,
html.mm-right.mm-opening .mm-fixed-bottom {
  	right: 80%;
  	}

@media all and (max-width: 175px) {
  	.mm-menu.mm-right {
    width: 140px;
    }

	html.mm-right.mm-opening .mm-page,
	html.mm-right.mm-opening #mm-blocker,
	html.mm-right.mm-opening .mm-fixed-top,
	html.mm-right.mm-opening .mm-fixed-bottom {
    right: 140px;
    }
}

@media all and (min-width: 550px) {
  	.mm-menu.mm-right {
    width: 440px;
    }

	html.mm-right.mm-opening .mm-page,
	html.mm-right.mm-opening #mm-blocker,
	html.mm-right.mm-opening .mm-fixed-top,
	html.mm-right.mm-opening .mm-fixed-bottom {
    right: 440px;
    }
}

.mm-menu.mm-bottom {
  	height: 80%;
  	}

html.mm-bottom.mm-opening .mm-page,
html.mm-bottom.mm-opening #mm-blocker,
html.mm-bottom.mm-opening .mm-fixed-bottom {
  	bottom: 80%;
  	}

html.mm-bottom.mm-opening .mm-fixed-top {
  	top: -80%;
  	}

@media all and (max-height: 175px) {
  	.mm-menu.mm-bottom {
    height: 140px;
    }

	html.mm-bottom.mm-opening .mm-page,
	html.mm-bottom.mm-opening #mm-blocker,
	html.mm-bottom.mm-opening .mm-fixed-bottom {
    bottom: 140px;
    }

	html.mm-bottom.mm-opening .mm-fixed-top {
    top: -140px;
    }
}

@media all and (min-height: 1100px) {
  	.mm-menu.mm-bottom {
    height: 880px;
    }

	html.mm-bottom.mm-opening .mm-page,
	html.mm-bottom.mm-opening #mm-blocker,
	html.mm-bottom.mm-opening .mm-fixed-bottom {
    bottom: 880px;
    }

	html.mm-bottom.mm-opening .mm-fixed-top {
    top: -880px;
    }
}

html.mm-front.mm-opened .mm-page {
  	top: 0 !important;
  	right: 0 !important;
  	bottom: 0 !important;
  	left: 0 !important;
  	}

.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, -moz-transform;
  -ms-transition-property: top, right, bottom, left, -o-transform;
  -o-transition-property: top, right, bottom, left, -o-transform;
  transition-property: top, right, bottom, left, transform;
  }

html.mm-front .mm-page,
html.mm-front #mm-blocker {
  	z-index: 0;
  	}

.mm-menu.mm-front {
  	z-index: 1;
  	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  	}

html.mm-opened.mm-next .mm-page {
  	box-shadow: none;
  	}

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  	left: 0%;
  	}

.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  	left: 0;
  	}

html.mm-opening .mm-menu.mm-top.mm-front,
html.mm-opening .mm-menu.mm-top.mm-next {
  	left: 0;
  	top: 0%;
  	}

.mm-menu.mm-right.mm-front,
.mm-menu.mm-right.mm-next {
  	left: auto;
  	}

html.mm-opening .mm-menu.mm-right.mm-front,
html.mm-opening .mm-menu.mm-right.mm-next {
  	left: auto;
  	right: 0%;
  	}

.mm-menu.mm-bottom.mm-front,
.mm-menu.mm-bottom.mm-next {
  	top: auto;
  	left: 0;
  	}

html.mm-opening .mm-menu.mm-bottom.mm-front,
html.mm-opening .mm-menu.mm-bottom.mm-next {
  	left: 0;
  	bottom: 0%;
  	}

.mm-menu.mm-front, .mm-menu.mm-next {
  	left: -80%;
  	}

@media all and (max-width: 175px) {
  	.mm-menu.mm-front, .mm-menu.mm-next {
    left: -140px;
    }
}

@media all and (min-width: 550px) {
  	.mm-menu.mm-front, .mm-menu.mm-next {
    left: -440px;
    }
}

.mm-menu.mm-top.mm-front,
.mm-menu.mm-top.mm-next {
  	top: -80%;
  	}

@media all and (max-height: 175px) {
  	.mm-menu.mm-top.mm-front,
  	.mm-menu.mm-top.mm-next {
    top: -140px;
    }
}

@media all and (min-height: 1100px) {
  	.mm-menu.mm-top.mm-front,
  	.mm-menu.mm-top.mm-next {
    top: -880px;
    }
}

.mm-menu.mm-right.mm-front,
.mm-menu.mm-right.mm-next {
  	right: -80%;
  	}

@media all and (max-width: 175px) {
	.mm-menu.mm-right.mm-front,
	.mm-menu.mm-right.mm-next {
    right: -140px;
    }
 }

@media all and (min-width: 550px) {
 	.mm-menu.mm-right.mm-front,
 	.mm-menu.mm-right.mm-next {
    right: -440px;
    }
}

.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  	bottom: -80%;
  	}

@media all and (max-height: 175px) {
	.mm-menu.mm-bottom.mm-front,
	.mm-menu.mm-bottom.mm-next {
    bottom: -140px;
    }
}

@media all and (min-height: 1100px) {
  	.mm-menu.mm-bottom.mm-front,
  	.mm-menu.mm-bottom.mm-next {
    bottom: -880px;
    }
}

html.mm-front .mm-fixed-top,
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-bottom {
  	left: 0;
  	right: auto;
  	}

html.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-top {
  	top: 0;
  	}

html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-bottom {
  	bottom: 0;
  	}


html.mm-opened.mm-light .mm-page {
  	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  	}

.mm-ismenu.mm-light {
  	background: #f3f3f3;
  	color: rgba(0, 0, 0, 0.6);
  	}

.mm-list > li:hover {
	}

.mm-list > li.new-item {
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 10px;
    background: rgba(0, 0, 0, 0.1) !important;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom: none !important;
    }

.mm-list > li.new-item h3 {
	color: #eee !important;
	font-size: 11px !important;
	margin: 0 !important;
	padding: 0 !important;
	}

.mm-list > li.new-item h3 a {
	color: #fff !important;
	font-size: 11px !important;
	}

.mm-list > li.event-added-to-schedule:hover
.mm-list > li.login-form:hover,
.mm-list > li.login-to-access:hover,
.mm-list > li.top-announcement:hover,
.mm-list > li.form:hover,
.mm-list > li.newsletter-title:hover {
	}

.mm-list > li.right-my-schedule:hover,
.mm-list > li.right-my-bookmarks:hover {
	}

.mm-list > li.side-menu-item:hover {
	background: #2c3046;
	}

.mm-menu.mm-light .mm-list > li:after {
  	border-color: rgba(0, 0, 0, 0.1);
  	}



/* SLIDE OUTS INTERFACE */

#menu-left.mm-light,
#menu-right-bookmarks.mm-light,
#menu-right-account.mm-light,
#menu-right-newsletter.mm-light,
#menu-right-login.mm-light,
#menu-right-share.mm-light {
	color: #fff;
	background: #373c55;
	}

#menu-right-share em {
	color: #fff;
	}

#menu-left.mm-light .mm-header,
#menu-right-share.mm-light .mm-header,
#menu-right-bookmarks.mm-light .mm-header,
#menu-right-account.mm-light .mm-header,
#menu-right-newsletter.mm-light .mm-header,
#menu-right-login.mm-light .mm-header {
	background: #2c3046;
	}

#menu-right-login.mm-light label {
	color: #fff !important;
	}

#menu-right-login.mm-light .side-menu-item a:hover {
	color: #fff;
	}

#menu-right-bookmarks.mm-light h3.title,
#menu-right-bookmarks.mm-light h3.title a {
	color: #ffffe1;
	font-size: 12px !important;
	}

#menu-right-bookmarks.mm-light h3.title:hover,
#menu-right-bookmarks.mm-light h3.title a:hover {
	color: #fff;
	}

#menu-right-bookmarks.mm-light h4,
#menu-right-bookmarks.mm-light h4 a {
	color: rgba(255,255,225,0.7);
	}

#menu-right-bookmarks.mm-light h3.title .fa,
#menu-right-bookmarks.mm-light h4 .fa {
	color: rgba(255,255,255,0.9);
	}

#menu-left.mm-light li,
#menu-right-bookmarks.mm-light li,
#menu-right-account.mm-light li,
#menu-right-share.mm-light li {
	border-bottom: 1px solid rgba(255,255,225,0.1);
	}

#menu-right-bookmarks.mm-light li:last-child {
	border-bottom: none;
	}

#menu-right-login.mm-light li,
#menu-right-newsletter.mm-light li {
	border: none;
	}

#menu-left.mm-light .side-menu-item a,
#menu-left.mm-light .side-menu-item span {
	color: rgba(255, 255, 225, 0.9);
	}

#menu-left.mm-light .mm-counter {
	color: #fff !important;
	}

#menu-left.mm-light .side-menu-item a:hover,
#menu-left.mm-light .side-menu-item span:hover {
	color: rgba(255,255,255,1);
	}

#menu-left.mm-light	.mm-counter {
	color: rgba(255,255,225,0.9);
	}

#menu-right-account.mm-light .side-menu-item a {
	color: rgba(255,255,225,0.9);
	}

.mm-menu.mm-light .mm-list > li > a.mm-subclose {
  	background: rgba(255, 255, 255, 0.6);
  	color: rgba(0, 0, 0, 0.3);
  	}

.mm-menu.mm-light .mm-list > li > a.mm-subopen:after,
.mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
  	border-color: rgba(255, 255, 255, 0.3);
  	}

.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
  	border-color: rgba(0, 0, 0, 0.1);
  	}

.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
  	background: rgba(255, 255, 255, 0.1);
  	}

.mm-menu.mm-light .mm-list > li.mm-label {
  	background: rgba(0, 0, 0, 0.03);
  	}

.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
  	background: rgba(0, 0, 0, 0.03);
  	}

.mm-menu.mm-light .mm-search input {
  	background: rgba(0, 0, 0, 0.1);
  	color: rgba(0, 0, 0, 0.6);
  	}

.mm-menu.mm-light .mm-noresults {
  	color: rgba(0, 0, 0, 0.3);
  	}

.mm-menu.mm-light em.mm-counter,
.mm-menu.mm-light span.mm-counter,
.mm-menu.mm-light div.mm-counter {
  	color: rgba(0, 0, 0, 0.3);
  	}

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  	background: rgba(0, 0, 0, 0.03);
  	}

.mm-menu.mm-light .mm-header {
  	border-color: rgba(0, 0, 0, 0.1);
  	background: rgba(14,19,50,.85);
  	color: #fff !important;
  	font-weight: 600;
  	}

.mm-menu.mm-light .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3);
    }

.mm-menu.mm-light label.mm-toggle {
  	background: rgba(0, 0, 0, 0.1);
  	}

.mm-menu.mm-light label.mm-toggle div {
    background: #f3f3f3;
    }

.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  	background: #4bd963;
  	}

html.mm-opened.mm-white .mm-page {
  	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  	}

.mm-ismenu.mm-white {
  	background: white;
  	color: rgba(0, 0, 0, 0.6);
  	}

.mm-menu.mm-white .mm-list > li:after {
  	border-color: rgba(0, 0, 0, 0.1);
  	}

.mm-menu.mm-white .mm-list > li > a.mm-subclose {
  	background: rgba(0, 0, 0, 0.06);
  	color: rgba(0, 0, 0, 0.3);
  	}

.mm-menu.mm-white .mm-list > li > a.mm-subopen:after,
.mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
  	border-color: rgba(0, 0, 0, 0.3);
  	}

.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
  	border-color: rgba(0, 0, 0, 0.1);
  	}

.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span {
  	background: rgba(0, 0, 0, 0.06);
  	}

.mm-menu.mm-white .mm-list > li.mm-label {
  	background: rgba(0, 0, 0, 0.03);
  	}

.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
  	background: rgba(0, 0, 0, 0.03);
  	}

.mm-menu.mm-white .mm-search input {
  	background: rgba(0, 0, 0, 0.1);
  	color: rgba(0, 0, 0, 0.6);
  	}

.mm-menu.mm-white .mm-noresults {
  	color: rgba(0, 0, 0, 0.3);
  	}

.mm-menu.mm-white em.mm-counter,
.mm-menu.mm-white span.mm-counter,
.mm-menu.mm-white div.mm-counter {
  	color: rgba(0, 0, 0, 0.3);
  	}

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  	background: rgba(0, 0, 0, 0.03);
  	}

.mm-menu.mm-white .mm-header {
  	border-color: rgba(0, 0, 0, 0.1);
  	color: rgba(0, 0, 0, 0.3);
  	}

.mm-menu.mm-white .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3);
    }

.mm-menu.mm-white label.mm-toggle {
  	background: rgba(0, 0, 0, 0.1);
  	}

.mm-menu.mm-white label.mm-toggle div {
    background: white;
    }

.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  	background: #4bd963;
  	}

html.mm-opened.mm-black .mm-page {
  	box-shadow: none;
  	}

.mm-ismenu.mm-black {
  	background: black;
  	color: rgba(255, 255, 255, 0.6);
  	}

.mm-menu.mm-black .mm-list > li:after {
  	border-color: rgba(255, 255, 255, 0.2);
  	}

.mm-menu.mm-black .mm-list > li > a.mm-subclose {
  	background: rgba(255, 255, 255, 0.25);
  	color: rgba(255, 255, 255, 0.3);
  	}

.mm-menu.mm-black .mm-list > li > a.mm-subopen:after,
.mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
  	border-color: rgba(255, 255, 255, 0.3);
  	}

.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
  	border-color: rgba(255, 255, 255, 0.2);
  	}

.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-black .mm-list > li.mm-selected > span {
  	background: rgba(255, 255, 255, 0.25);
  	}

.mm-menu.mm-black .mm-list > li.mm-label {
  	background: rgba(255, 255, 255, 0.15);
  	}

.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
  	background: rgba(255, 255, 255, 0.15);
  	}

.mm-menu.mm-black .mm-search input {
  	background: rgba(255, 255, 255, 0.3);
  	color: rgba(255, 255, 255, 0.6);
  	}

.mm-menu.mm-black .mm-noresults {
  	color: rgba(255, 255, 255, 0.3);
  	}

.mm-menu.mm-black em.mm-counter,
.mm-menu.mm-black span.mm-counter,
.mm-menu.mm-black div.mm-counter {
  	color: rgba(255, 255, 255, 0.3);
  	}

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  	background: rgba(255, 255, 255, 0.15);
  	}

.mm-menu.mm-black .mm-header {
  	border-color: rgba(255, 255, 255, 0.2);
  	color: rgba(255, 255, 255, 0.3);
  	}

.mm-menu.mm-black .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3);
    }

.mm-menu.mm-black label.mm-toggle {
  	background: rgba(255, 255, 255, 0.2);
  	}

.mm-menu.mm-black label.mm-toggle div {
    background: black;
    }

.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  	background: #4bd963;
  	}

.owl-carousel .animated {
	-webkit-animation-duration:1000ms;
	animation-duration:1000ms;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
	}

.owl-carousel .owl-animated-in {
	z-index:0;
	}

.owl-carousel .owl-animated-out {
	z-index:1;
	}

.owl-carousel .fadeOut {
	-webkit-animation-name:fadeOut;
	animation-name:fadeOut;
	}

@-webkit-keyframes fadeOut { 0% { opacity:1; } 100% { opacity:0; } }
@keyframes fadeOut { 0% { opacity:1; } 100% { opacity:0; } }

.owl-height {
	-webkit-transition:height 500ms ease-in-out;
	-moz-transition:height 500ms ease-in-out;
	-ms-transition:height 500ms ease-in-out;
	-o-transition:height 500ms ease-in-out;
	transition:height 500ms ease-in-out;
	}

.owl-carousel {
	display:none;
	width:100%;
	-webkit-tap-highlight-color:transparent;
	position:relative;
	z-index:1;
	}

.owl-carousel .owl-stage {
	position:relative;
	-ms-touch-action:pan-Y;
	}

.owl-carousel .owl-stage:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
	}

.owl-carousel .owl-stage-outer {
	position:relative;
	overflow:hidden;
	-webkit-transform:translate3d(0px,0,0);
	}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor:pointer;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	}

.owl-carousel.owl-loaded {
	display:block;
	}

.owl-carousel.owl-loading {
	opacity:0;
	display:block;
	}

.owl-carousel.owl-hidden {
	opacity:0;
	}

.owl-carousel .owl-refresh .owl-item {
	display:none;
	}

.owl-carousel .owl-item {
	position:relative;
	min-height:1px;
	float:left;
	-webkit-backface-visibility:hidden;
	-webkit-tap-highlight-color:transparent;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	}

.owl-carousel .owl-item img {
	display:block;
	width:100%;
	-webkit-transform-style:preserve-3d;
	}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select:auto;
	-moz-user-select:auto;
	-ms-user-select:auto;
	}

.owl-carousel .owl-grab {
	cursor:move;
	cursor:-webkit-grab;
	cursor:-o-grab;
	cursor:-ms-grab;
	}

.no-js .owl-carousel {
	display:block;
	}

.owl-carousel .owl-item .owl-lazy {
	opacity:0;
	-webkit-transition:opacity 400ms ease;
	-moz-transition:opacity 400ms ease;
	-ms-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease;
	}

.owl-carousel .owl-item img {
	transform-style:preserve-3d;
	}

.owl-carousel .owl-video-wrapper {
	position:relative;
	height:100%;
	background:#000;
	}

.owl-carousel .owl-video-play-icon {
	position:absolute;
	height:80px;
	width:80px;
	left:50%;
	top:50%;
	margin-left:-40px;
	margin-top:-40px;
	background:url(owl.video.play.png) no-repeat;
	cursor:pointer;
	z-index:1;
	-webkit-backface-visibility:hidden;
	-webkit-transition:scale 100ms ease;
	-moz-transition:scale 100ms ease;
	-ms-transition:scale 100ms ease;
	-o-transition:scale 100ms ease;
	transition:scale 100ms ease;
	}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition:scale(1.3,1.3);
	-moz-transition:scale(1.3,1.3);
	-ms-transition:scale(1.3,1.3);
	-o-transition:scale(1.3,1.3);
	transition:scale(1.3,1.3);
	}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display:none;
	}

.owl-carousel .owl-video-tn {
	opacity:0;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
	-webkit-transition:opacity 400ms ease;
	-moz-transition:opacity 400ms ease;
	-ms-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease;
	}

.owl-carousel .owl-video-frame {
	position:relative;
	z-index:1;
	}

.wp-pagenavi {
	margin-top: 5px;
	text-align: right;
	}

.search-area form {
	margin: 0 !important;
	}

.search-area .field {
	width: 100%;
	}

.search-area .button-search {
	color: #fff;
	background-color:#10155e;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:12px;
	padding: 0.4rem 1rem;
	border: none;
	outline: none;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
	}

.search-area .button-search:hover {
	color: #fff;
	background-color:#2265b1;
	}

.countdown-header {
	}

.countdown-header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	text-align: right;
	}

.countdown-header li {
	display: inline-block;
	vertical-align: middle;
	}

.countdown-header li.title {
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #fff;
	text-shadow: 2px 0px 4px rgba(100, 100, 100, 0.7);
	margin: 0;
	padding: 0;
	margin-right: 10px;
	}

.countdown-header li span {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
	text-shadow: 2px 0px 4px rgba(100, 100, 100, 0.7);
	}

.countdown-header li span.seconds {
	color: #fff;
	font-weight: 600;
	line-height: 18px;
	}

.countdown-header li span.name {
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	}

.countdown-header li span.yellow {
	color: #dbe245 !important;
	font-size: 11px;
	}

.popup-button {
	color:#0e1332;
	background-color:#dbe245;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:6px 12px;
	font-size:10px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none !important;
	}

.popup-button:hover {
	color:#fff;
	background-color:#333;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	}

.pricing-content {
	padding:0 10px;
	}

.pricing-content h3 {
	font-size:14px;
	padding:10px;
	}

.pricing-content ul li {
	color:#8b8b8b;
	font-size:12px;
	line-height:19px;
	margin-bottom:5px;
	}

.pricing-content ul li .fa {
	font-size:16px;
	}

.pricing-content .green {
	color:#66CD00!important;
	}

.pricing-content .gray {
	color:#eee!important;
	}

.pricing-content .light-gray {
	color:#ddd!important;
	}

.pricing-content .gray-text {
	color:#eee!important;
	}

#joyRideTipContent,
.joyRideTipContent {
	display: none;
	}

.joyride-tip-guide {
	margin-top: 20px !important;
	position: absolute;
	background: #000;
	background: rgba(0,0,0,0.8);
	display: none;
	color: #fff;
	z-index: 99999;
	top: 0px;
	width: 200px;
	font-weight: normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
  	border-radius: 4px;
  	border: 1px solid #000;
	}

.joyride-content-wrapper {
  	padding: 12px;
	}

.joyride-content-wrapper p {
	font-size: 12px;
	line-height: 17px;
	width: 85%;
	}

.joyride-tip-guide span.joyride-nub {
  	display: block;
  	position: absolute;
  	left: 22px;
  	width: 0;
  	height: 0;
  	border: solid 8px;
  	border: solid 8px;
	}

.joyride-tip-guide span.joyride-nub.top {
  	border-color: #000;
  	border-color: rgba(0,0,0,0.8);
  	border-top-color: transparent !important;
  	border-left-color: transparent !important;
  	border-right-color: transparent !important;
  	border-top-width: 0;
  	top: -8px;
	}

.joyride-tip-guide a {
  	color: rgb(255,255,255);
  	text-decoration: none;
	}

.joyride-tip-guide a:hover {
  	color: rgba(255,255,255,0.8);
	}

.joyride-tip-guide .joyride-next-tip,
.joyride-tip-guide .joyride-prev-tip {
  	width: auto;
  	padding: 5px 14px;
  	font-size: 11px;
  	text-decoration: none;
  	color: #fff;
  	background-color:#2265b1;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
  	border: none !important;
  	outline: none !important;
  	-webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-ms-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s;
	}

.joyride-next-tip:hover,
.joyride-prev-tip:hover {
  	color: #fff;
  	background-color: #10155e;
	border: none !important;
	outline: none !important;
	}

.joyride-timer-indicator-wrap {
  	width: 50px;
  	height: 5px;
  	position: absolute;
  	right: 17px;
  	bottom: 21px;
  	background-color: #333;
  	border: none !important;
  	outline: none !important;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
	}

.joyride-timer-indicator {
  	display: block;
  	width: 0;
  	height: 5px;
  	background-color: #666;
  	border: none !important;
  	outline: none !important;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
	}

.joyride-close-tip {
  	position: absolute;
  	right: 12px;
  	top: 12px;
  	color: #fff !important;
  	background-color: #e2413e;
  	border: 2px solid #000;
  	text-decoration: none;
  	font-size: 10px;
  	font-weight: bold !important;
	-webkit-border-radius: 30px;
  	-moz-border-radius: 30px;
  	border-radius: 30px;
  	padding: 5px;
  	z-index: 9999;
	}

.joyride-close-tip:hover {
	color: #e2413e !important;
  	background-color: #fff;
  	border: 2px solid #fff;
	}

.joyride-modal-bg {
  	position: fixed;
  	height: 100%;
  	width: 100%;
  	background: rgba(0,0,0, 0.4);
  	z-index: 100;
  	display: none;
  	top: 0;
  	left: 0;
  	cursor: pointer;
	}

.joyride-expose-wrapper {
    background-color: #ffffff;
    position: absolute;
    z-index: 102;
	}

.joyride-expose-cover {
    background: transparent;
    position: absolute;
    z-index: 10000;
    top: 0px;
    left: 0px;
	}

input#username.text-input,
input#password.text-input {
	width: 95% !important;
	}

h3.event-title-14 {
	color:#313fa5;
	font-size:14px !important;
	font-weight:600;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	}

h3.event-title-14 {
	color:#282828;
	}

#smw-share {
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 100%;
	}

#menu {
	margin: 0 auto;
	text-align: center;
	}

.menu {
	position: relative;
	display: inline-block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	}

.trigger {
	background: none;
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	text-align: center;
	font-size: 14px;
	padding: 5px;
	color: #fff;
	position: relative;
	z-index: 9999;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent; /* For some Androids */
	}

.trigger.allsocial a.count,
.trigger.allsocial span.count {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	}

.trigger.allsocial a.count:before,
.trigger.allsocial span.count:before {
	color: #fff !important;
	z-index: 99999;
	font-size: 12px;
	font-weight: normal;
	content: "\f064  ";
	font-family: FontAwesome;
	}

.menu_items {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 5;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	display: block;
	}

.menu_items li {
	width: 60px;
	height: 60px;
	top: 0;
	left: 0;
	line-height: 60px;
	font-size: 18px;
	position: absolute;
	z-index: -1;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
	display: block;
	}

@-webkit-keyframes pulseStart {
	0%, 100% { opacity: .2; }
	50% { opacity: .8; }
	}

@-moz-keyframes pulseStart {
  	0%, 100% { opacity: .2; }
  	50% { opacity: .8; }
	}

@-o-keyframes pulseStart {
  	0%, 100% { opacity: .2; }
  	50% { opacity: .8; }
	}

@keyframes pulseStart {
  	0%, 100% { opacity: .2; }
  	50% { opacity: .8; }
	}

@-webkit-keyframes pulseStop {
  	0%   { opacity: 1; }
  	100% { opacity: 1; }
	}

@-moz-keyframes pulseStop {
  	0%   { opacity: 1; }
  	100% { opacity: 1; }
	}

@-o-keyframes pulseStop {
  	0%   { opacity: 1; }
  	100% { opacity: 1; }
	}

@keyframes pulseStop {
  	0%   { opacity: 1; }
  	100% { opacity: 1; }
	}

.menu_items li.smw-share-twitter {
	top: 6%;
	left: 6%;
	-webkit-animation: pulseStart 1.5s infinite;
	-moz-animation: pulseStart 1.5s infinite;
	-o-animation: pulseStart 1.5s infinite;
	animation: pulseStart 1.5s infinite;
	}

.menu_items li.smw-share-google {
	top: -6%;
	left: -6%;
	-webkit-animation: pulseStart 2s infinite;
	-moz-animation: pulseStart 2s infinite;
	-o-animation: pulseStart 2s infinite;
	animation: pulseStart 2s infinite;
	}

.menu_items li.smw-share-email {
	top: 6%;
	right: 6%;
	-webkit-animation: pulseStart 2.5s infinite;
	-moz-animation: pulseStart 2.5s infinite;
	-o-animation: pulseStart 2.5s infinite;
	animation: pulseStart 2.5s infinite;
	}

.menu_items li.smw-share-linkedin {
	bottom: 6%;
	right: 6%;
	-webkit-animation: pulseStart 3s infinite;
	-moz-animation: pulseStart 3s infinite;
	-o-animation: pulseStart 3s infinite;
	animation: pulseStart 3s infinite;
	}

.menu_items li.smw-share-twitter a,
.menu_items li.smw-share-twitter span {
	color: #fff;
	background-color: #278dfe;
	font-size: 14px;
	font-weight: bold;
	}

.menu_items li.smw-share-twitter a.count:before,
.menu_items li.smw-share-twitter span.count:before {
	color: #fff;
	font-size: 14px;
	content: "\f099  ";
	font-family: FontAwesome;
	}

.menu_items li.smw-share-facebook a,
.menu_items li.smw-share-facebook span {
	color: #fff;
	background-color: #304e8d;
	font-size: 14px;
	font-weight: bold;
	}

.menu_items li.smw-share-facebook a.count:before,
.menu_items li.smw-share-facebook span.count:before {
	color: #fff;
	font-size: 14px;
	content: "\f09a  ";
	font-family: FontAwesome;
	}

.menu_items li.smw-share-linkedin a,
.menu_items li.smw-share-linkedin span {
	color: #fff;
	background-color: #3a69ab;
	font-size: 14px;
	font-weight: bold;
	}

.menu_items li.smw-share-linkedin a.count:before,
.menu_items li.smw-share-linkedin span.count:before {
	color: #fff;
	font-size: 14px;
	content: "\f0e1  ";
	font-family: FontAwesome;
	}

.menu_items li.smw-share-google a,
.menu_items li.smw-share-google span {
	color: #fff;
	background-color: #e73536;
	font-size: 14px;
	font-weight: bold;
	}

.menu_items li.smw-share-google a div,
.menu_items li.smw-share-google span div {
	padding-top: 5px !important;
	}

.menu_items li.smw-share-google a.count:before,
.menu_items li.smw-share-google span.count:before {
	color: #fff;
	font-size: 14px;
	content: "\f0d5  ";
	font-family: FontAwesome;
	}

.menu_items li.smw-share-email a {
	color: #fff;
	background-color: #e52b89;
	font-size: 14px;
	font-weight: bold;
	}


.menu.menu-open .menu_items li:first-child {
	-webkit-transform: scale3d(1, 1, 1) translate3d(-73.14px, -73.14px, 0);
	transform: scale3d(1, 1, 1) translate3d(-73.14px, -73.14px, 0);
	-webkit-animation: pulseStop 1s infinite;
	-moz-animation: pulseStop 1s infinite;
	-o-animation: pulseStop 1s infinite;
	animation: pulseStop 1s infinite;
	top: 0;
	left: 0;
	}

.menu.menu-open .menu_items li:nth-child(2) {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, -100px, 0);
	transform: scale3d(1, 1, 1) translate3d(0, -100px, 0);
	-webkit-animation: pulseStop 1s infinite;
	-moz-animation: pulseStop 1s infinite;
	-o-animation: pulseStop 1s infinite;
	animation: pulseStop 1s infinite;
	top: 0;
	left: 0;
	}

.menu.menu-open .menu_items li:nth-child(3) {
	-webkit-transform: scale3d(1, 1, 1) translate3d(73.14px, -73.14px, 0);
	transform: scale3d(1, 1, 1) translate3d(73.14px, -73.14px, 0);
	-webkit-animation: pulseStop 1s infinite;
	-moz-animation: pulseStop 1s infinite;
	-o-animation: pulseStop 1s infinite;
	animation: pulseStop 1s infinite;
	top: 0;
	left: 0;
	}

.menu.menu-open .menu_items li:nth-child(4) {
	-webkit-transform: scale3d(1, 1, 1) translate3d(110px, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(110px, 0, 0);
	-webkit-animation: pulseStop 1s infinite;
	-moz-animation: pulseStop 1s infinite;
	-o-animation: pulseStop 1s infinite;
	animation: pulseStop 1s infinite;
	top: 0;
	left: 0;
	}

.menu.menu-open .menu_items li:nth-child(5) {
	-webkit-transform: scale3d(1, 1, 1) translate3d(-110px, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(-110px, 0, 0);
	-webkit-animation: pulseStop 1s infinite;
	-moz-animation: pulseStop 1s infinite;
	-o-animation: pulseStop 1s infinite;
	animation: pulseStop 1s infinite;
	top: 0;
	left: 0;
	}

.menu_items li a,
.menu_items li span {
	display: block;
	border-radius: 50%;
	outline: none;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent; /* For some Androids */
	}

.menu_items li a:hover,
.menu_items li a:focus,
.menu_items li span:hover,
.menu_items li span:focus {
	background: #272c2c;
	}

.menu_items li span span {
	position: absolute;
	color: transparent;
	top: 100%;
	pointer-events: none;
	}

.morph-shape {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	}

.morph-shape svg path {
	fill: #373a4e;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
	background-color: none !important;
	}

.morph-shape svg path:hover {
	fill: #373a4e;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
	background-color: none !important;
	cursor: pointer;
	}

.menu-open .morph-shape svg path {
	fill: #373a4e;
	background-color: none !important;
	}

button.trigger:hover,
button.trigger:focus {
	background: none !important;
	background-color: none !important;
	}

#menu-left .side-menu-item .fa,
#menu-right-account .side-menu-item .fa {
	color: rgba(255, 255, 225, 0.3);
	margin-right: 10px;
	}





.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}

.rotating.flip {
  position: relative;
}

.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0,0,1px);
  -moz-transform: translate3d(0,0,1px);
  -ms-transform: translate3d(0,0,1px);
  -o-transform: translate3d(0,0,1px);
  transform: translate3d(0,0,1px);
}

.rotating.flip .front {
  z-index: 1;
}

.rotating .back {
  display: block;
  opacity: 0;
}

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}



.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;

  -webkit-transform: rotateY(180deg) translate3d(0,0,0);
  -moz-transform: rotateY(180deg) translate3d(0,0,0);
  -ms-transform: rotateY(180deg) translate3d(0,0,0);
  -o-transform: rotateY(180deg) translate3d(0,0,0);
  transform: rotateY(180deg) translate3d(0,0,0);
}

.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,0);
  -moz-transform: rotateX(180deg) translate3d(0,0,0);
  -ms-transform: rotateX(180deg) translate3d(0,0,0);
  -o-transform: rotateX(180deg) translate3d(0,0,0);
  transform: rotateX(180deg) translate3d(0,0,0);
}

.rotating.flip.cube .front {
  -webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: translate3d(0,0,100px) scale(0.85,0.85);
  transform: translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}


#smw {
	display: block;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	width: 200px;
	margin: 0;
	padding: 0;
	}

#smw h1 span,
#smw h2 span,
#smw h3 span,
#smw h4 span {
	padding-left: 10px;
	}

#smw h4 .rotate {
	padding-top: 3px !important;
	}

#smw h1 {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	margin-bottom: 4px;
	width: 119px;
	height:30px;
	color: #0e1431;
	background-color: #dbe053;
	font-family: 'Varela', sans-serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: bolder;
	clear: both;
    }

#smw h1:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: -16px;
	width: 0;
	height: 0;
	border-top: 30px solid #dbe053;
	border-right: 6px solid transparent;
	padding-right: 10px;
    }

#smw h2 {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	margin-bottom: 4px;
	width: 112px;
	height: 30px;
	color: #0e1431;
	background-color: #dbe053;
	font-family: 'Varela', sans-serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: bolder;
	clear: both;
   	}

#smw h2:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: -16px;
	width: 0;
	height: 0;
	border-top: 30px solid #dbe053;
	border-right: 6px solid transparent;
	padding-right: 10px;
    }

#smw h3 {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	margin-bottom: 4px;
    width: 105px;
    height: 30px;
    color: #0e1431;
    background-color: #dbe053;
    font-family: 'Varela', sans-serif;
    font-size: 28px;
	line-height: 28px;
	font-weight: 900;
	clear: bolder;
	clear: both;
	}

#smw h3:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: -16px;
	width: 0;
	height: 0;
	border-top: 30px solid #dbe053;
	border-right: 6px solid transparent;
	padding-right: 10px;
    }

#smw h4 {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
    width: 100px;
    height: 18px;
    color: #2c314b;
    background-color: #eee;
    font-size: 9px;
    line-height: 9px;
    clear: bolder;
	clear: both;
	}

#smw h4:after {
    content: '';
	position: absolute;
	display: block;
	top: 0;
	right: -12px;
	width: 0;
	height: 0;
	border-top: 18px solid #eee;
	border-right: 6px solid transparent;
	padding-right: 6px;
	}

.post-edit-link {
	font-size: 11px;
	text-transform: lowercase;
	}

.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.js-video.widescreen {
  padding-bottom: 56.34%;
}

.js-video.vimeo {
  padding-top: 0;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.smwnyc-hotel-logo {
	margin: 0 auto;
	text-align: center;
	padding: 40px;
	border: 1px solid #eee;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	}


@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.joyride-tip-guide {
	margin-top: 50px !important;
	width: 90%;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto !important;
  	}

  	.joyride-tip-guide span.joyride-nub,
  	.joyride-tip-guide span.joyride-nub.top {
	 display: none;
  	}

  	.joyride-tip-guide-wrapper {
  	}
}

@media only screen and (max-width: 64em) {
	.megamenu > li > a {
	font-size:10px;
	outline:0;
	text-decoration:none;
	display:block;
	padding:15px 8px;
	color:#212121;
	}

	li.megamenu_right {
	display: none !important;
	}

	.ribbon {
	top: 20px !important;
	font-size:11px !important;
	line-height:11px !important;
	padding:6px 8px !important;
	}
}


@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.megamenu > li > a {
	font-size:10px;
	outline:0;
	text-decoration:none;
	display:block;
	padding:15px 6px;
	color:#212121;
	}

	li.megamenu_right {
	display: none !important;
	}

	.featherlight .featherlight-content {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px !important;
	max-height: 40% !important;
	min-height: 40% !important;
	width: 90% !important;
	}

	#city-toolbar a.logo-name,
	#city-toolbar.dark a.logo-name {
	display:none;
	}

	.schedule-filter-select-container {
	display:none;
	height:1px;
	}

	span.play {
	color:#fff;
	overflow:visible;
	position:absolute;
	left:40%;
	top:40%;
	margin:-20px -20px 0 0;
	opacity:.7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	}

	.pass-info-3,.pass-info-4 {
	display:block;
	}

	dd.far-right {
	display: none;
	}

	#city-footer {
	display:none;
	}
}

@media only screen and (max-width: 40em) {
	#details-content img {
	float:none;
	width:100%;
	height:auto;
	margin-bottom:15px;
	}

	.swipe-alert {
	display: block;
	}

	#city-toolbar a.my-schedule,
	#city-toolbar a.my-account,
	#city-toolbar a.my-bookmarks,
	#city-toolbar a.my-login,
	#city-toolbar a.my-register,
	#city-toolbar a.launch-schedule-help {
	font-size:10px;
	}

	#city-header {
	height:180px;
	padding:40px 0 0;
	}

	#city-header h1 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 12px;
	}

	#city-header h1.no-register-info {
	margin-top: 40px;
	font-size: 12px;
	}

	#city-header h1 span {
	display: block;
	}

	#city-header p {
	margin-top: 15px !important;
	font-size:8px;
	}

	#city-header p a.register-now {
	padding:6px 10px;
	font-size:8px;
	}

	#city-header .img-src,
	#city-header .shadow {
	height:180px;
	}


	#city-header img.social-media-week {
	width:100px;
	height:auto;
	}

	.breadcrumb a {
	font-size:9px;
	padding:4px;
	padding-left:24px;
	}

	.article-heading .author-image img,
	.article-heading .author-image .entry_author_image {
	min-height:60px;
	max-height:60px;
	}

	.article-heading {
	display:block;
	margin:0;
	margin-top: 0 !important;
	}

	.article-heading img.img-thumb {
	margin-bottom: 10px !important;
	}

	.event-heading {
	display:block;
	padding: 10px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	}

	.article-heading h2.title,
	.article-heading h2.title a,
	.event-heading h2.title,
	.event-heading h2.title a {
	font-size:18px;
	line-height:22px;
	}

	.article-time,.article-time a {
	font-size:11px;
	line-height:15px;
	margin-bottom:2px;
	}

	.article-category,.article-category a {
	font-size:11px;
	line-height:15px;
	margin-bottom:2px;
	}

	.article-author,.article-author a {
	font-size:11px;
	line-height:15px;
	margin-bottom:2px;
	}

	.article-edit-link,
	.article-edit-link a {
	font-size:11px;
	line-height:15px;
	}

	span.play {
	color:#fff;
	overflow:visible;
	position:absolute;
	left:30%;
	top:20%;
	margin:-20px -20px 0 0;
	opacity:.7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	}

	.megamenu_container {
	display:none!important;
	}

	.pass-info-1,
	.pass-info-2,
	.pass-info-3,
	.pass-info-4 {
	display:block;
	}

	#city-copyright p {
	font-size:9px;
	}

	#city-copyright i {
	margin-top:6px;
	color:#aaa;
	font-size:12px !important;
	}

	#city-highlights .caption {
	font-size:11px;
	line-height:15px;
	}

	.button-bar li {
	margin-right:4px;
	}

	.button-bar-desktop-only {
	display:none;
	}

	.button-bar-mobile-only {
	display:block;
	padding-bottom: 10px;
	}

	.button-bar-mobile-only-target {
	display:block;
	}

	.desktop-force-right {
	float:none;
	margin-right:0;
	}

	.schedule-toolbar {
	padding:0!important;
	margin-bottom:10px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	background-color:#fff;
	}

	.schedule-toolbar .schedule-filter-field {
	border: 1px solid #ddd !important;
	box-shadow: none;
	}

	.schedule-toolbar .schedule-filter-select-container {
	display: none;
	}

	#city-schedule .full-view {
	display:block;
	}

	#city-schedule .list-view {
	display:block;
	}

	#city-schedule .text-right {
	text-align:left!important;
	}

	#city-schedule .full-view h5.event-meta a {
	display:block;
	padding:0;
	line-height:20px;
	}

	#city-schedule .full-view p,
	#city-schedule .list-view p {
	margin-top:10px;
	line-height:inherit;
	}

	.icon-event .month {
	margin: 0;
	padding: 0;
	padding-top:7px;
	font-size:11px;
	line-height: 14px;
	}

	.icon-event .day {
	padding:0;
	margin: 0;
	font-size:18px;
	line-height: 18px;
	font-weight:700;
	}

	.icon-event .week {
	font-size:9px;
	font-weight:600;
	}

	.inline-list li.twitter .box,
	.inline-list li.facebook .box,
	.inline-list li.linkedin .box,
	.inline-list li.googleplus .box,
	.inline-list li.email .box {
	font-size:9px;
	padding:4px 8px !important;
	}

	.inline-list .right a {
	font-size:11px;
	}

	.single-event-meta li {
	float:none!important;
	display:block!important;
	margin-bottom:4px;
	}

	.single-event-icon {
	display:none;
	}

	.desktop-only-space {
	height: 1px;
	display: block;
	clear: both;
	}

	.sponsorship-left {
	text-align: left;
	margin-bottom: 20px;
	}

	.ribbon {
	top: 50px !important;
	font-size:11px !important;
	line-height:11px !important;
	padding:6px 8px !important;
	}

	.owl-stage-outer {
	padding: 0 !important;
	}

	.hide-on-mobile {
	display: none !important;
	}

	.hide-on-desktop {
	display: inline-block;
	}

	.breadcrumb {
	display: block;
	}

	li.right-my-schedule h4.host,
	li.right-my-schedule h4.host a,
	li.right-my-schedule h4.time,
	li.right-my-schedule h4.time a,
	li.right-my-schedule h4.passes,
	li.right-my-schedule h4.passes a,
	li.right-my-schedule h4.city-name,
	li.right-my-schedule h4.city-name a,
	li.right-my-bookmarks h4.host,
	li.right-my-bookmarks h4.host a,
	li.right-my-bookmarks h4.time,
	li.right-my-bookmarks h4.time a,
	li.right-my-bookmarks h4.passes,
	li.right-my-bookmarks h4.passes a,
	li.right-my-bookmarks h4.city-name,
	li.right-my-bookmarks h4.city-name a {
	font-size:9px !important;
	font-weight:400;
	}

	#global-highlights .caption {
	position:absolute;
	top: 30px;
	left:0;
	right: 0;
	width:70%;
	margin: 0 auto;
	text-align: center;
	}

	#global-highlights .caption h2 {
	font-size: 14px;
	line-height: 15px;
	padding: 4px;
	}

	#global-highlights .caption p {
	font-size: 10px;
	line-height: 12px;
	}

	#global-highlights .caption .slideshow-button {
	padding:5px 10px;
	font-size:9px;
	}

	h2.section-title span a .fa,
	h2.section-title-small span a .fa {
	margin-top:2px;
	}

	h3.section-title {
	}

	h3.section-title span {
	display: block;
	}

	h3.section-title-decorated {
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
    }

	h3.section-title-decorated > span {
    position: relative;
    display: inline-block;
    color:#313fa5;
	font-size:12px;
	font-weight:600;
	}

	h3.section-title-decorated > span:before,
	h3.section-title-decorated > span:after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 2px solid #eee;
    width: 90%;
    margin: 0 20px;
	}

	h3.section-title-decorated > span:before{
    right: 100%;
	}

	h3.section-title-decorated > span:after{
    left: 100%;
	}

	img.lazy-load {
	min-height: 80px;
	}

	ul.newsletter-list li {
	display: block;
	width: 100% !important;
	}

	.newsletter-signup-field-article {
	display: block;
	width: 90% !important;
	}

	.newsletter-signup-select-article {
	display: block;
	width: 90% !important;
	}

	li.single-next-article {
	display: none;
	}

	li.fullscreentrigger {
	display: none;
	}

	#global-highlights a.prev {
	display: none;
	}

	#global-highlights a.next {
	display: none;
	}

	.search-area form {
	margin: 0 !important;
	}

	.search-area .field {
	width: 55% !important;
	}

	.search-area .button-search {
	width: 30%;
	}

	p.force-pad {
	margin-top: 20px !important;
	}

	.countdown-header {
	margin: 0;
	padding: 0;
	}

	.countdown-header ul {
	padding: 0;
	margin: 0;
	}

	.countdown-header ul {
	padding: 0;
	margin: 0;
	}

	.countdown-header li.title {
	margin-right: 0px;
	margin-top: 10px;
	display: block !important;
	}

	.countdown-header li span {
	font-size: 12px;
	font-weight: 600;
	line-height: 12px;
	}

	.countdown-header li span.seconds {
	font-weight: 600;
	line-height: 12px;
	}

	.countdown-header li span.name {
	font-size: 11px;
	line-height: 12px;
	}

	.countdown-header li span.pink {
	font-size: 11px;
	}

	#city-schedule .icon-event {
	padding: 10px !important;
	}

	.sub-nav {
	margin-top: 5px;
	}

	.sub-nav dd a {
	font-size: 9px;
	padding-left: 10px !important;
	padding-right: 10px !important;
	}

	dd.far-right {
	display: none;
	}

	.schedule-actions {
	display:block;
	margin:0;
	margin-top: 5px;
	float: none !important;
	}

	.schedule-actions li {
	float: left !important;
	}

	.sponsorship-button {
	font-size:11px;
	padding: 6px 12px;
	}

	.article-bar {
	display: none;
	}

	#smw-share {
    display: block;
	}

	#city-footer {
	display: none;
	}
}