@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,300italic,600,600italic,700,700italic);
@font-face {
  font-family: 'Myria Bold';
  src: url("../fonts/myriabol-webfont.eot");
  src: url("../fonts/myriabol-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/myriabol-webfont.woff") format("woff"), url("../fonts/myriabol-webfont.ttf") format("truetype"), url("../fonts/myriabol-webfont.svg#Myria Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Century Gothic';
  src: url("../fonts/century-gothic.eot");
  src: url("../fonts/century-gothic.eot?#iefix") format("embedded-opentype"), url("../fonts/century-gothic.woff") format("woff"), url("../fonts/century-gothic.ttf") format("truetype"), url("../fonts/century-gothic.svg#Century Gothic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaBkBTBook';
  src: url("../fonts/futura_bk_bt_book-webfont.eot");
  src: url("../fonts/futura_bk_bt_book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/futura_bk_bt_book-webfont.woff") format("woff"), url("../fonts/futura_bk_bt_book-webfont.ttf") format("truetype"), url("../fonts/futura_bk_bt_book-webfont.svg#FuturaBkBTBook") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?8asdh8');
	src:url('../fonts/icomoon.eot?#iefix8asdh8') format('embedded-opentype'),
		url('../fonts/icomoon.woff?8asdh8') format('woff'),
		url('../fonts/icomoon.ttf?8asdh8') format('truetype'),
		url('../fonts/icomoon.svg?8asdh8#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  -webkit-font-smoothing: subpixel-antialiased;
  list-style: none;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

svg:not(:root) {
  overflow: hidden;
}

html {
  height: 100%;
  min-height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  position: relative;
  font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  font-weight: normal;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  -webkit-tap-highlight-color: #ffff9e;
}

.clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {
  display: inline-block;
}

html[xmlns] .clear {
  display: block;
}

* html .clear {
  height: 1%;
  overflow: visible;
}

a img {
  border: 0;
}

img.img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a, a img {
  -moz-transition: color 250ms ease-in;
  -o-transition: color 250ms ease-in;
  -webkit-transition: color 250ms ease-in;
  transition: color 250ms ease-in;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.alignleft {
  float: left !important;
}

.alignright {
  float: right !important;
}

/*
@mixin transition($property:all, $speed:300ms, $ease:ease-out, $delay:null) {
  $transition: none;

  @if length($property) > 1 {

    @each $transition_list in $property {

      @for $i from 1 through length($transition_list) {

        @if $i == 1 {
          $_property: nth($transition_list, $i);
        }

        @if length($transition_list) > 1 {
          @if $i == 2 {
            $_speed: nth($transition_list, $i);
          }
        } @else {
          $_speed: $speed;
        }

        @if length($transition_list) > 2 {
          @if $i == 3 {
            $_ease: nth($transition_list, $i);
          }
        } @else {
          $_ease: $ease;
        }

        @if length($transition_list) > 3 {
          @if $i == 4 {
            $_delay: nth($transition_list, $i);
          }
        } @else {
          $_delay: $delay;
        }
      }

      @if $transition == none {
        //$transition: $_property $_speed $_ease $_delay;
      } @else {
        //$transition: $transition, $_property $_speed $_ease $_delay;
      }
    }
  }
  @else {

    @each $prop in $property {

      @if $transition == none {
        $transition: $prop $speed $ease $delay;
      } @else {
        $transition: $transition, $prop $speed $ease $delay;
      }
    }
  }

  transition: $transition;
}


*/
meta.foundation-version {
  font-family: "/{{VERSION}}/";
}

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.0625em)/";
  width: 40.0625em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 16px;
}

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  padding: 0;
  position: relative;
}

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,
.mqa-display img,
.mqa-display embed,
.mqa-display 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;
}

.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 {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}
.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 {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.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;
}

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right;
}
.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.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 {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .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.0625em) {
  .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 {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .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.0625em) {
  .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 {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .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;
  }
}
/*
@mixin transition($property:all, $speed:300ms, $ease:ease-out, $delay:null) {
  $transition: none;

  @if length($property) > 1 {

    @each $transition_list in $property {

      @for $i from 1 through length($transition_list) {

        @if $i == 1 {
          $_property: nth($transition_list, $i);
        }

        @if length($transition_list) > 1 {
          @if $i == 2 {
            $_speed: nth($transition_list, $i);
          }
        } @else {
          $_speed: $speed;
        }

        @if length($transition_list) > 2 {
          @if $i == 3 {
            $_ease: nth($transition_list, $i);
          }
        } @else {
          $_ease: $ease;
        }

        @if length($transition_list) > 3 {
          @if $i == 4 {
            $_delay: nth($transition_list, $i);
          }
        } @else {
          $_delay: $delay;
        }
      }

      @if $transition == none {
        //$transition: $_property $_speed $_ease $_delay;
      } @else {
        //$transition: $transition, $_property $_speed $_ease $_delay;
      }
    }
  }
  @else {

    @each $prop in $property {

      @if $transition == none {
        $transition: $prop $speed $ease $delay;
      } @else {
        $transition: $transition, $prop $speed $ease $delay;
      }
    }
  }

  transition: $transition;
}


*/
.breadcrumbs {
  border-style: solid;
  border-width: 1px;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5625rem 0.875rem 0.5625rem;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 3px;
}
.breadcrumbs > * {
  color: #008CBA;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  margin: 0;
  text-transform: uppercase;
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
.breadcrumbs > * a {
  color: #008CBA;
}
.breadcrumbs > *.current {
  color: #333333;
  cursor: default;
}
.breadcrumbs > *.current a {
  color: #333333;
  cursor: default;
}
.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 {
  color: #999999;
  cursor: not-allowed;
  text-decoration: none;
}
.breadcrumbs > *:before {
  color: #AAAAAA;
  content: "/";
  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: "/";
}

/*
@mixin transition($property:all, $speed:300ms, $ease:ease-out, $delay:null) {
  $transition: none;

  @if length($property) > 1 {

    @each $transition_list in $property {

      @for $i from 1 through length($transition_list) {

        @if $i == 1 {
          $_property: nth($transition_list, $i);
        }

        @if length($transition_list) > 1 {
          @if $i == 2 {
            $_speed: nth($transition_list, $i);
          }
        } @else {
          $_speed: $speed;
        }

        @if length($transition_list) > 2 {
          @if $i == 3 {
            $_ease: nth($transition_list, $i);
          }
        } @else {
          $_ease: $ease;
        }

        @if length($transition_list) > 3 {
          @if $i == 4 {
            $_delay: nth($transition_list, $i);
          }
        } @else {
          $_delay: $delay;
        }
      }

      @if $transition == none {
        //$transition: $_property $_speed $_ease $_delay;
      } @else {
        //$transition: $transition, $_property $_speed $_ease $_delay;
      }
    }
  }
  @else {

    @each $prop in $property {

      @if $transition == none {
        $transition: $prop $speed $ease $delay;
      } @else {
        $transition: $transition, $prop $speed $ease $delay;
      }
    }
  }

  transition: $transition;
}


*/
ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem;
}
ul.pagination li {
  color: #222222;
  font-size: 0.875rem;
  height: 1.5rem;
  margin-left: 0.3125rem;
}
ul.pagination li a, ul.pagination li button {
  border-radius: 3px;
  -moz-transition: background-color, 300ms, ease-out;
  -o-transition: background-color, 300ms, ease-out;
  -webkit-transition: background-color, 300ms, ease-out;
  transition: background-color, 300ms, ease-out;
  background: none;
  color: #999999;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0.0625rem 0.625rem 0.0625rem;
}
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;
  pointer-events: none;
}
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;
  cursor: default;
  font-weight: bold;
}
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 {
  display: block;
  float: left;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}

.col5-unit {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 20%;
  float: left;
}

/* Contact Form */
.wpcf7 {
  margin: 30px 0 40px 0;
  overflow: hidden;
}
.wpcf7 .form-object {
  display: block;
  width: 100%;
  margin: 15px 0;
}
.wpcf7 label {
  float: left;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
}
.wpcf7 input[type=text],
.wpcf7 input[type=tel],
.wpcf7 input[type=password],
.wpcf7 input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=search],
.wpcf7 input[type=number],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  border: 1px;
  border-style: solid;
  border-color: #f1f1f1;
  border-top-color: #ddd;
  border-left-color: #ddd;
  background: #f9f9f9;
  color: #515151;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wpcf7 input[type=text]:not(textarea), .wpcf7 input[type=text]:not(select),
.wpcf7 input[type=tel]:not(textarea),
.wpcf7 input[type=tel]:not(select),
.wpcf7 input[type=password]:not(textarea),
.wpcf7 input[type=password]:not(select),
.wpcf7 input[type=email]:not(textarea),
.wpcf7 input[type=email]:not(select),
.wpcf7 input[type=url]:not(textarea),
.wpcf7 input[type=url]:not(select),
.wpcf7 input[type=search]:not(textarea),
.wpcf7 input[type=search]:not(select),
.wpcf7 input[type=number]:not(textarea),
.wpcf7 input[type=number]:not(select),
.wpcf7 input[type=date]:not(textarea),
.wpcf7 input[type=date]:not(select),
.wpcf7 input[type=month]:not(textarea),
.wpcf7 input[type=month]:not(select),
.wpcf7 input[type=week]:not(textarea),
.wpcf7 input[type=week]:not(select),
.wpcf7 input[type=time]:not(textarea),
.wpcf7 input[type=time]:not(select),
.wpcf7 input[type=datetime]:not(textarea),
.wpcf7 input[type=datetime]:not(select),
.wpcf7 input[type=datetime-local]:not(textarea),
.wpcf7 input[type=datetime-local]:not(select),
.wpcf7 textarea:not(textarea),
.wpcf7 textarea:not(select),
.wpcf7 select:not(textarea),
.wpcf7 select:not(select) {
  padding: 6px 10px;
  margin: 0;
  font-size: 1em;
}
.wpcf7 select {
  padding: 4px 7px;
  margin: 0;
}
.wpcf7 select option {
  padding-left: 5px;
}
.wpcf7 textarea {
  padding: 4px 7px;
  margin: 0;
  font-size: 1em;
  width: 100%;
  height: 182px;
  max-width: 100%;
  /* responsive */
}
.wpcf7 input[type=submit] {
  display: block;
  float: right;
  color: #2F6490;
  background-color: #f9f9f9;
  background-image: url(../images/button-overlay.png);
  border-color: #eee;
  border-right-color: #f9f9f9;
  border-bottom-color: #f9f9f9;
  text-shadow: 1px 1px 0 #fff;
  -moz-transition: all, 0.25s, ease-in-out;
  -o-transition: all, 0.25s, ease-in-out;
  -webkit-transition: all, 0.25s, ease-in-out;
  transition: all, 0.25s, ease-in-out;
  height: 33px;
  /* helps input[type=submit] */
  padding: 0 40px;
  font-size: 1.1em;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  margin: 0px 0;
  /* Shadow */
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.wpcf7 input[type=submit]:hover {
  color: #222;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
  80% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-15px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  10% {
    -webkit-transform: translate3d(-10px, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(10px, 0, 0);
  }
  30% {
    -webkit-transform: translate3d(-10px, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(10px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-10px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(10px, 0, 0);
  }
  70% {
    -webkit-transform: translate3d(-10px, 0, 0);
  }
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes shake {
  0% {
    transform: translate3d(0, 0, 0);
  }
  10% {
    transform: translate3d(-10px, 0, 0);
  }
  20% {
    transform: translate3d(10px, 0, 0);
  }
  30% {
    transform: translate3d(-10px, 0, 0);
  }
  40% {
    transform: translate3d(10px, 0, 0);
  }
  50% {
    transform: translate3d(-10px, 0, 0);
  }
  60% {
    transform: translate3d(10px, 0, 0);
  }
  70% {
    transform: translate3d(-10px, 0, 0);
  }
  80% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
  }
  10% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  60% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  70% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  60% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  70% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
  }
}
@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    opacity: 1;
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}
.cycle-slideshow, .cycle-slide {
  width: 100%;
}

.cycle-slideshow img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.cycle-pager, .slide-pager {
  overflow: hidden;
  z-index: 7777;
  text-align: center;
}

.slide-pager span {
  background: url(../images/slider-control-nav.png);
  width: 14px;
  height: 14px;
  color: transparent;
  display: inline-block;
  margin: 7px 2.5px;
}
.slide-pager span:hover {
  background: url(../images/slider-control-nav.png) 50% center;
}

.slide-pager span.cycle-pager-active {
  color: transparent;
  background: #6a8fab url(../images/slider-control-nav.png) 50% bottom;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.cycle-pager > *, .slide-pager > * {
  cursor: pointer;
}

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 700;
}

.cycle-overlay {
  font-family: 'Dosis', Arial, Sans-Serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.03em;
  position: absolute;
  left: 0px;
  bottom: 20px;
  width: 45%;
  height: 60px;
  z-index: 600;
  line-height: 60px;
  padding-left: 20px;
  background: #224688;
  -webkit-animation: bounceInLeft 1s 0.2s ease both;
  -moz-animation: bounceInLeft 1s 0.2s ease both;
  -ms-animation: bounceInLeft 1s 0.2s ease both;
  -o-animation: bounceInLeft 1s 0.2s ease both;
  animation: bounceInLeft 1s 0.2s ease both;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  color: #fff;
}

.cycle-prev, .cycle-next {
  position: absolute;
  top: 0;
  width: 10%;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 800;
  height: 100%;
  cursor: pointer;
}

.cycle-prev {
  left: 0px;
  background: url(../images/left.png) 50% 50% no-repeat;
}

.cycle-next {
  right: 0;
  background: url(../images/right.png) 50% 50% no-repeat;
}

.cycle-prev:hover, .cycle-next:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}

.disabled {
  opacity: .5;
  filter: alpha(opacity=50);
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: url("../images/texture-solid.png");
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 9988;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  background-image: url("../images/texture-solid.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 9989;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  display: inline-block;
  cursor: pointer;
  background: url("../images/fancybox_sprite.png") right top;
  background-position: 50% 0;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 39px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 0;
  background-position: 0 -36px;
  background-image: url("../images/lightbox-hover-prev.png");
}

.fancybox-next span {
  right: 0;
  background-position: 0 -36px;
  background-image: url("../images/lightbox-hover-next.png");
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: #444 url("../images/texture-overlay.png");
  opacity: 0.8;
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px 'Open Sans', sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .fancybox-prev span {
    background-image: url("../images/lightbox-hover-prev@2x.png");
    background-size: 32px 39px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  .fancybox-next span {
    background-image: url("../images/lightbox-hover-next@2x.png");
    background-size: 32px 39px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
body {
  font-family: "Open Sans", "serif";
  font-size: 14px;
  background: #FFF;
}

#container-full a:hover {
  color: #0098D1;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

#header-full #header-wrapper #header {
  position: relative;
  min-height: 233px;
  margin: 40px 0px 32px 0px;
}

@media only screen and (max-width: 59.9375em) {
  #header-full #header-wrapper #header {
    margin: 10px 0px 10px 0px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 63.9375em) {
  #header-full #header-wrapper #header {
    margin: 10px 0px 10px 0px;
  }
}
#header-full #header-wrapper #header #logo-img {
  padding: 0px !important;
}

#header-full #header-wrapper #header #logo-img a.img-logo {
  width: 556px;
  height:300px;
  display: block;
  margin-bottom:0px;
  background: url(../images/logo.jpg) left center no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 59.9375em) {
  #header-full #header-wrapper #header #logo-img a.img-logo {
    width: 290px;
    height: 455px;
    margin: 0px auto 0 auto;
    background: url(../images/logo-mobile.jpg) left center no-repeat;
    background-size: 290px 455px !important;
  }
}
@media only screen and (min-width: 60em) and (max-width: 63.9375em) {
  #header-full #header-wrapper #header #logo-img a.img-logo {
    margin: 0 auto 0 auto;
  }
}
#header-full #header-wrapper #header #logo-img a.img-logo span {
  display: none;
}

#header-full #header-wrapper #header #logo-text {
  margin-top: 33px;
  min-height: 217px;
  overflow: hidden;
  border-right: 1px solid #D2CECB;
  border-left: 1px solid #D2CECB;
  padding-top: 45px;
  color: #E73E29;
}

@media only screen and (max-width: 59.9375em) {
  #header-full #header-wrapper #header #logo-text {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 14px;
    min-height: auto;
  }
}

#header-full #header-wrapper #header #logo-text p {
  font-family: Gallirom, 'serif';
  font-size: 23px;
  line-height: 28px;
  color: #E73E29;
}

@media only screen and (max-width: 59.9375em) {
  #header-full #header-wrapper #header #logo-text p {
    text-align: center;
  }
}
#header-full #header-wrapper #header #menu {
  margin-top: 33px;
}

@media only screen and (max-width: 59.9375em) {
  #header-full #header-wrapper #header #menu {
    margin: 20px 0 1px 0;
    padding: 0 !important;
  }
}
@media only screen and (min-width: 60em) and (max-width: 63.9375em) {
  #header-full #header-wrapper #header #menu {
    margin: 20px 0 1px 0;
    padding: 0 !important;
  }
}
#header-full #header-wrapper #header #menu ul.sf-menu {
  min-height: 233px;
}

#header-full #header-wrapper #header #menu ul {
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
}

#header-full #header-wrapper #header #menu ul li ul {
  border-left: none;
  padding-left: 10px;
  display: none;
}

#header-full #header-wrapper #header #menu ul li ul li:first-child {
  margin-top: 12px;
}

#header-full #header-wrapper #header #menu ul li:first-child a {
  margin-top: 0;
}

#header-full #header-wrapper #header #menu ul li a {
  font-family: "Myria Bold", sans-serif;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.8px;
  margin-top: 12px;
  display: block;
  color: #3055A1;
  text-transform: uppercase;
}

#header-full #header-wrapper #header #menu ul li a:hover {
  color: #0098D1;
}

#header-full #header-wrapper #header #menu ul li#menu-item-52 a {
  line-height: 17px;
}

/* default style */
.selectnav {
  display: none;
}

@media only screen and (max-width: 59.9375em) {
  .js #menu-main-menu {
    display: none;
  }

  .js #menu-menu-footer {
    display: none;
  }

  .js .selectnav {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    height: 50px;
    background: #E42B29 url(../images/menu-mobile.png) right 10px center no-repeat;
    display: block;
  }
}
@media only screen and (min-width: 60em) and (max-width: 63.9375em) {
  .js #menu-main-menu {
    display: none;
  }

  .js #menu-menu-footer {
    display: none;
  }

  .js .selectnav {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    background: #E42B29 url(../images/menu-mobile.png) right 10px center no-repeat;
    display: block;
  }
}
#slogan-full {
  position: relative;
  z-index: 9999;
  background: linear-gradient(90deg, #42ACE0 50%, #3055A1 50%);
}

@media only screen and (max-width: 59.9375em) {
  #slogan-full {
    background: none;
  }
}
#slogan-full #slogan-wrapper {
  position: relative;
  overflow: hidden;
}

#slogan-full #slogan-wrapper #slogan {
  min-height: 80px;
  overflow: hidden;
}

@media only screen and (max-width: 59.9375em) {
  #slogan-full #slogan-wrapper #slogan #left {
    overflow: hidden;
    background: #E42B29;
  }
}
#slogan-full #slogan-wrapper #slogan #left h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  color: #FFFFFF;
  padding: 14px 20px 14px 0px;
}

#slogan-full #slogan-wrapper #slogan #right h2 {
  font-family: initial;
  font-size:42px;
  font-weight: bold;
  line-height:68px;
  color: #fff;
  padding: 14px 20px 14px 0px;
}

#slogan-full #slogan-wrapper #slogan #right h2 span {
  color: #E42B29;
}

@media only screen and (max-width: 59.9375em) {
  #slogan-full #slogan-wrapper #slogan #left h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 59.9375em) {
  #slogan-full #slogan-wrapper #slogan #right {
    overflow: hidden;
    background: #0098D1;
  }
}
@media only screen and (max-width: 59.9375em) {
  #slogan-full #slogan-wrapper #slogan #right h2 {
    text-align: center;
  }
}
.page-speakers h2._left {
  font-size: 37px !important;
  margin-top: 13px !important;
}

.page-sponsors {
  background: linear-gradient(90deg, #90182a 50%, #0098d1 50%) !important;
}

.page-sponsors h2._left {
  font-size: 37px !important;
  margin-top: 13px !important;
}

.page-previous-conferences {
  background: linear-gradient(90deg, #90182a 50%, #0098d1 50%) !important;
}

.page-previous-conferences h2._left {
  font-size: 37px !important;
  margin-top: 13px !important;
}

#slider-full {
  overflow: hidden;
}

@media only screen and (max-width: 59.9375em) {
  #slider-full {
    display: none;
  }
}
@media only screen and (min-width: 60em) and (max-width: 63.9375em) {
  #slider-full {
    display: none;
  }
}
#slider-full #slider {
  width: 100%;
  margin: 0 auto 0 auto;
  overflow: hidden;
}

#post-image-post {
  overflow: hidden;
  background-color: #D5DFE8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 68%;
  position: relative;
  width: 100%;
}

#post-image-post #post-image-post-wrapper #post-image {
  position: relative;
  min-height: 300px;
}

#post-image-post #post-image-post-wrapper #post-image h1 {
  position: absolute;
  left: 0;
  bottom: 40px;
  font-size: 40px;
  line-height: 45px;
  color: #fff;
}

#post-image-default {
  overflow: hidden;
  background-color: #C7C2BE;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#post-image-default #post-image-default-wrapper #image-default {
  position: relative;
  min-height: 300px;
}

#post-image-default #post-image-default-wrapper #image-default h1 {
  position: absolute;
  left: 0;
  bottom: 40px;
  font-size: 40px;
  line-height: 45px;
  color: #fff;
}

h2.in-progress {
  font-size: 34px;
  line-height: 40px;
  color: #0098D1;
  margin-bottom: 20px;
}

#container-full #container-wrapper {
  margin-top: 40px;
  padding-bottom: 40px;
}

body.home #container-full #container-wrapper {
  background: url(../images/home-line.png) center top no-repeat;
}

#container-full #container-wrapper p {
  font-family: "Open Sans", "serif";
  font-size: 17px;
  color: #333;
  line-height:32px;
  padding-bottom: 10px;
}

#container-full #container-wrapper #home {
  margin-top: 10px;
}

@media only screen and (max-width: 59.9375em) {
  #container-full #container-wrapper #home div.post {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 63.9375em) {
  #container-full #container-wrapper #home div.post {
    padding-right: 0px;
  }
}
#container-full #container-wrapper #home h1 {
  font-weight: bold;
  font-size: 27px;
  line-height: 30px;
  color: #E42B29;
  margin-bottom: 0px;
}

#container-full #container-wrapper #home h3 {
  font-weight: bold;
  font-size: 27px;
  line-height: 30px;
  color: #F68B33;
}

#container-full #container-wrapper #home h3.june1 {
  margin-top: 27px;
}

#container-full #container-wrapper #home h3.june2 {
  margin-top: 17px;
}

#container-full #container-wrapper #home h4 {
  font-weight: bold;
  font-size: 27px;
  line-height: 30px;
  margin-bottom: 0px;
  color: #0098D1;
}

#container-full #container-wrapper #home h5 {
  font-weight: bold;
  font-size: 27px;
  line-height: 30px;
  color: #E42B29;
}

#container-full #container-wrapper #home p {
  color: #7D706D;
  padding-bottom: 10px;
  font-size: 17.5px;
  font-weight: normal;
  line-height: 25px;
}

#container-full #container-wrapper #home p.green {
  color: #E42B29;
  padding-bottom: 0 !important;
}

#container-full #container-wrapper #home span.green {
  font-size: 17.5px;
  color: #E42B29;
  font-weight: bold;
  line-height: 22px;
}

#container-full #container-wrapper #home ul.list {
  list-style: none;
  padding: 0;
  margin: 0px 0px 10px 0px;
}

#container-full #container-wrapper #home ul.list li {
  font-size: 17.5px;
  font-weight: normal;
  line-height: 22px;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #7D706D;
  background: url(../images/bullet.png) left 3px no-repeat;
}

#container-full #container-wrapper #registration h3 {
  font-size: 30px;
  line-height: 32px;
  color: #E42B29;
  margin-bottom: 20px;
}

#container-full #container-wrapper #registration h4 {
  font-size: 22px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #F68B33;
}

#container-full #container-wrapper #content {
  overflow: hidden;
  color: #0098D1;
}

#container-full #container-wrapper #content h4 {
  margin-top: 20px;
  margin-bottom: 30px;
  border-bottom: 5px solid #43A5BD;
}

#container-full #container-wrapper #content h4 a {
  font-size: 21px;
  color: #43A5BD;
  line-height: 24px;
}

#container-full #container-wrapper #content h3 {
  font-size: 18px;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}

#container-full #container-wrapper #content div.post {
  margin-bottom: 40px;
}

#container-full #container-wrapper #content div.post h2 {
  display: block;
}

#container-full #container-wrapper #content div.post h2 p {
  font-size: 19px;
  color: #018471;
  line-height: 19px;
  border-bottom: 1px solid #C9D7E2;
  margin-bottom: 20px;
}

#container-full #container-wrapper #content div.post p {
  font-size: 16px;
  color: #777;
  padding-bottom: 20px;
}

#container-full #container-wrapper #content div.post strong {
  font-weight: 600;
}

#container-full #container-wrapper #content div.post em {
  font-style: italic;
}

#container-full #container-wrapper #content div.post a {
  color: #E42B29;
}

#container-full #container-wrapper #content div.post a:hover {
  color: #333;
}

#container-full #container-wrapper #content #comments {
  min-height: 200px;
  overflow: hidden;
}

#container-full #container-wrapper #content #comments .clear {
  clear: both;
}

#container-full #container-wrapper #sidebar-left {
  margin-top: 10px;
}

#container-full #container-wrapper [id^="sidebar-"] {
  min-height: 600px;
}

@media only screen and (max-width: 59.9375em) {
  #container-full #container-wrapper [id^="sidebar-"] {
    display: none;
  }
}
@media only screen and (min-width: 60em) and (max-width: 63.9375em) {
  #container-full #container-wrapper [id^="sidebar-"] {
    display: none;
  }
}
#container-full #container-wrapper [id^="sidebar-"] h3 {
  font-family: "Open Sans", "serif";
  font-size: 27px;
  font-weight: bold;
  color: #F89728;
  line-height: 29px;
  border-bottom: 1px solid #C9D7E2;
}

#container-full #container-wrapper [id^="sidebar-"] h4 {
  font-family: "Open Sans", "serif";
  font-size: 33px;
  font-weight: bold;
  color: #0098D1;
  line-height: 35px;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 20px solid #C7C2BE;
}

#container-full #container-wrapper [id^="sidebar-"] ul li a {
  font-family: "Myria Bold", sans-serif;
  font-size: 18px;
  line-height: 20px;
  padding: 8px 0px 8px 4px;
  display: block;
  color: #F68B33;
  border-bottom: 1px solid #C9D7E2;
}

#container-full #container-wrapper [id^="sidebar-"] ul li a:hover {
  color: #0098D1;
}

body.page-id-38 img.side-sponsors {
  display: block;
  vertical-align: middle;
  position: relative;
  float: left;
  top: -41px;
  size: initial;
  width: 610px;
  height: 950px;
  min-width: 610px;
  z-index: 1111;
}

@media only screen and (max-width: 59.9375em) {
  body.page-id-38 img.side-sponsors {
    display: none;
  }
}
body.page-id-40 img.side-speakers {
  display: block;
  vertical-align: middle;
  position: relative;
  float: left;
  top: -41px;
  size: initial;
  width: 610px;
  height: 950px;
  min-width: 610px;
  z-index: 1111;
}

@media only screen and (max-width: 59.9375em) {
  body.page-id-40 img.side-speakers {
    display: none;
  }
}
body.page-id-127 img.side-programs {
  display: block;
  vertical-align: middle;
  position: relative;
  float: left;
  top: -41px;
  size: initial;
  width: 610px;
  height: 950px;
  min-width: 610px;
  z-index: 1111;
}

@media only screen and (max-width: 59.9375em) {
  body.page-id-127 img.side-programs {
    display: none;
  }
}
body.page-id-129 img.side-programs {
  display: block;
  vertical-align: middle;
  position: relative;
  float: left;
  top: -41px;
  size: initial;
  width: 610px;
  height: 950px;
  min-width: 610px;
  z-index: 1111;
}

@media only screen and (max-width: 59.9375em) {
  body.page-id-129 img.side-programs {
    display: none;
  }
}
body.page-id-328 img.side-planning {
  display: block;
  vertical-align: middle;
  position: relative;
  float: left;
  top: -41px;
  size: initial;
  width: 610px;
  height: 950px;
  min-width: 610px;
  z-index: 1111;
}

@media only screen and (max-width: 59.9375em) {
  body.page-id-328 img.side-planning {
    display: none;
  }
}
body.tax-audience img.side-tax-audience {
  display: block;
  vertical-align: middle;
  position: relative;
  float: left;
  top: -41px;
  size: initial;
  width: 610px;
  height: 950px;
  min-width: 610px;
  z-index: 1111;
}

#sponsors-slider-full {
  overflow: hidden;
}

#sponsors-slider-full #sponsors-slider-wrapper {
  position: relative;
  overflow: hidden;
}

#sponsors-slider-full #sponsors-slider-wrapper #sponsors-slider {
  padding-bottom: 40px;
}

#sponsors-slider-full #sponsors-slider-wrapper #sponsors-slider h3 {
  font-weight: bold;
  font-size: 45px;
  line-height: 48px;
  margin-bottom: 20px;
  color: #D2CECB;
  text-align: center;
}

@media only screen and (max-width: 59.9375em) {
  #sponsors-slider-full #sponsors-slider-wrapper #sponsors-slider h3 {
    font-size: 30px;
  }
}
#sponsors-slider-full #sponsors-slider-wrapper #sponsors-slider .cycle-slideshow {
  min-height: 180px;
}

#sponsors ul.sponsor-list li {
  font-family: "Open Sans", "serif";
  font-size: 17px;
  color: #7D706D;
  line-height: 24px;
}
#sponsors ul.sponsor-list li a {
  font-family: "Open Sans", "serif";
  font-size: 17px;
  color: #7D706D;
  line-height: 24px;
}
#sponsors ul.sponsor-list li a:hover {
  color: #999;
}

#before-footer-full {
  background: #0098D1;
}

#before-footer-full #before-footer-wrapper {
  overflow: hidden;
}

#before-footer-full #before-footer-wrapper #before-footer {
  overflow: hidden;
}

#before-footer-full #before-footer-wrapper #before-footer #menu-footer {
  padding: 8px 0px 8px 0px;
  overflow: hidden;
}

#before-footer-full #before-footer-wrapper #before-footer #menu-footer ul {
  overflow: hidden;
}

#before-footer-full #before-footer-wrapper #before-footer #menu-footer ul li {
  text-align: left;
  float: left;
  border-left: 1px solid #C7C2BE;
}

#before-footer-full #before-footer-wrapper #before-footer #menu-footer ul li:first-child {
  border-left: 0;
  padding-left: 0px;
}

#before-footer-full #before-footer-wrapper #before-footer #menu-footer ul li a {
  font-family: "Myria Bold", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 0.5px;
  color: #FFF;
  display: block;
  padding: 0px 8px;
}

#before-footer-full #before-footer-wrapper #before-footer #menu-footer ul li a:hover {
  color: #FFF;
}

#before-footer-full #before-footer-wrapper #before-footer #footer-social {
  padding-right: 0px;
  overflow: hidden;
}

#before-footer-full #before-footer-wrapper #before-footer #footer-social ul {
  overflow: hidden;
}

@media only screen and (max-width: 59.9375em) {
  #before-footer-full #before-footer-wrapper #before-footer #footer-social ul {
    width: 118px;
    margin: 10px auto;
  }
}
#before-footer-full #before-footer-wrapper #before-footer #footer-social ul li {
  text-align: left;
  float: right;
  margin-left: 15px;
  padding-top: 9px;
}

@media only screen and (max-width: 59.9375em) {
  #before-footer-full #before-footer-wrapper #before-footer #footer-social ul li {
    float: left;
  }

  #before-footer-full #before-footer-wrapper #before-footer #footer-social ul li:first-child {
    margin-left: 0px;
  }
}
#before-footer-full #before-footer-wrapper #before-footer #footer-social ul li:last-child {
  padding-right: 0px;
}

#before-footer-full #before-footer-wrapper #before-footer #footer-social ul li a {
  width: 24px;
  height: 24px;
  display: block;
  opacity: 1;
  -moz-transition: all, ease 350ms;
  -o-transition: all, ease 350ms;
  -webkit-transition: all, ease 350ms;
  transition: all, ease 350ms;
}

#before-footer-full #before-footer-wrapper #before-footer #footer-social ul li a:hover {
  opacity: 0.5;
}

#before-footer-full #before-footer-wrapper #before-footer #footer-social ul li a span {
  display: none;
}

#before-footer-full #before-footer-wrapper #before-footer #footer-social ul li a.facebook {
  background: url(../images/social/facebook.png) no-repeat;
}

#before-footer-full #before-footer-wrapper #before-footer #footer-social ul li a.twitter {
  background: url(../images/social/twitter.png) no-repeat;
}

#before-footer-full #before-footer-wrapper #before-footer #footer-social ul li a.linkedin {
  background: url(../images/social/linkedin.png) no-repeat;
}

#blocks-full #blocks-wrapper #blocks {
  color: #C7C2BE;
  overflow: hidden;
  padding: 20px 0px 20px 0px;
}

#blocks-full #blocks-wrapper #blocks ul li {
  min-height: 295px;
  overflow: hidden;
  border-left: 1px solid #C7C2BE;
  -webkit-animation: fadeInDown 2s 0.2s ease both;
  -moz-animation: fadeInDown 2s 0.2s ease both;
  -ms-animation: fadeInDown 2s 0.2s ease both;
  -o-animation: fadeInDown 2s 0.2s ease both;
  animation: fadeInDown 2s 0.2s ease both;
  -webkit-animation: fadeIn 1s 0.2s ease both;
  -moz-animation: fadeIn 1s 0.2s ease both;
  -ms-animation: fadeIn 1s 0.2s ease both;
  -o-animation: fadeIn 1s 0.2s ease both;
  animation: fadeIn 1s 0.2s ease both;
}

@media only screen and (max-width: 59.9375em) {
  #blocks-full #blocks-wrapper #blocks ul li {
    min-height: auto;
    border-left: none;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #E42B29;
  }

  #blocks-full #blocks-wrapper #blocks ul li:first-child {
    padding-top: 0px;
    border-top: none;
  }
}
#blocks-full #blocks-wrapper #blocks ul li h2 {
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  color: #C7C2BE;
  margin-bottom: 20px;
}

#blocks-full #blocks-wrapper #blocks ul li p.title {
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  color: #3055A1 !important;
  margin-top: 10px;
}

#blocks-full #blocks-wrapper #blocks ul li p.phone a {
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  color: #3055A1 !important;
  margin-top: 10px;
}

#blocks-full #blocks-wrapper #blocks ul li p.mail a {
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  color: #3055A1 !important;
  margin-top: 10px;
}

#blocks-full #blocks-wrapper #blocks ul li:nth-child(1) {
  border-left: none;
  padding-left: 7px;
}

@media only screen and (max-width: 59.9375em) {
  #blocks-full #blocks-wrapper #blocks ul li:nth-child(1) {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 59.9375em) {
  #blocks-full #blocks-wrapper #blocks ul li:nth-child(2) {
    display: none;
  }
}
@media only screen and (min-width: 60em) and (max-width: 63.9375em) {
  #blocks-full #blocks-wrapper #blocks ul li:nth-child(2) {
    display: none;
  }
}
#blocks-full #blocks-wrapper #blocks ul li:nth-child(2) h2 {
  font-size: 16px;
  color: #F68B33;
}

#blocks-full #blocks-wrapper #blocks ul li:nth-child(3) h2 {
  color: #3055A1;
}

#blocks-full #blocks-wrapper #blocks ul li:nth-child(3) .wpcf7 {
  overflow: hidden;
}

#blocks-full #blocks-wrapper #blocks ul li:nth-child(3) .wpcf7 p {
  padding: 0px !important;
  margin: 0px !important;
}

#blocks-full #blocks-wrapper #blocks ul li:nth-child(3) .wpcf7 input[type=email] {
  font-family: "Verdana", "serif";
  font-size: 13px;
  padding: 7px;
  width: 75%;
  height: 33px;
  float: left;
  color: #777;
  border: 1px solid #E42B29;
  background: #fff;
}

#blocks-full #blocks-wrapper #blocks ul li:nth-child(3) .wpcf7 input[type=submit] {
  font-family: "Verdana", "serif";
  color: #fff;
  width: 25%;
  height: 33px;
  float: right;
  padding: 5px;
  cursor: pointer;
  border-top: 0px solid #E42B29;
  border-right: 1px solid #E42B29;
  border-bottom: 1px solid #E42B29;
  background: #E42B29;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

@media only screen and (max-width: 59.9375em) {
  #blocks-full #blocks-wrapper #blocks ul li:nth-child(4) {
    width: 100% !important;
    border-left: none;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 60em) and (max-width: 63.9375em) {
  #blocks-full #blocks-wrapper #blocks ul li:nth-child(4) {
    width: 100% !important;
    border-left: none;
    margin-top: 40px;
  }
}
#blocks-full #blocks-wrapper #blocks ul li:nth-child(4) h2 {
  color: #C7C2BE;
}

#footer-full {
  border-top: 1px solid #C7C2BE;
  background: #E42B29;
}

#footer-full #footer-wrapper #footer p {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 35px;
  text-align: center;
  color: #fff;
}

#footer-full #footer-wrapper #footer p a {
  color: #fff;
}

#footer-full #footer-wrapper #footer p a:hover {
  color: #F68B33;
}

@media only screen and (max-width: 59.9375em) {
  #footer-full #footer-wrapper #footer p {
    padding: 20px;
    line-height: 16px;
  }
}
#speakers h1 {
  font-size: 32px;
  color: #E42B29;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

#speakers .featured-post {
  margin-bottom: 40px;
  border-bottom: 1px solid #C7C2BE;
  overflow: hidden;
}

#speakers .featured-post h2 {
  font-size: 27px;
  color: #0098D1;
  padding-bottom: 6px;
  margin-bottom: 6px;
}

#speakers .featured-post h2 a {
  font-size: 27px;
  font-weight: bold;
  color: #0098D1;
}

#speakers .featured-post h2 a:hover {
  color: #3055A1;
}

#speakers .featured-post div.desc {
  margin-bottom: 20px;
}

#speakers .featured-post div.desc p {
  color: #7D706D;
  padding-bottom: 10px;
}

#speakers .featured-post div.desc a.img {
  display: inline-block;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}

#speakers #quicksearch {
  width: 100%;
  font-size: 17px;
  color: #bb5908;
  padding: 10px;
  margin-bottom: 40px;
  border: 1.3px solid #D5B690;
}

#speakers #filters {
  margin-bottom: 5px;
}

.isotope {
  overflow: hidden;
}

.isotope div.element {
  position: relative;
}

.isotope div.element h2 {
  font-size: 17px;
  color: #3055A1;
  padding-bottom: 0px;
  margin-bottom: 5px;
  font-weight: bold;
}

.isotope div.element h2 a {
  color: #F68B33;
}

.isotope div.element h2 a:hover {
  color: #0098D1;
}

.isotope div.element div.desc {
  margin-bottom: 20px;
}

.isotope div.element div.desc p {
  color: #7D706D;
  padding-bottom: 10px;
}

.isotope div.element div.desc a {
  color: #473f3d;
}

.isotope div.element div.desc a.img {
  float: left;
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
}

.fancybox-inner h2 {
  font-size: 20px;
  color: #E42B29;
  padding-bottom: 0px;
  margin-bottom: 5px;
  font-weight: bold;
}

.fancybox-inner h3 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.fancybox-inner p {
  font-size: 17px;
  color: #7D706D;
  line-height: 22px;
  padding-bottom: 10px;
}

#sponsors h1 {
  font-weight: bold;
  font-size: 27px;
  line-height: 27px;
  color: #0098D1;
  margin-bottom: 0px;
}

#sponsors h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 32px;
  color: #E7BA41;
  margin-top: 20px;
}

#sponsors h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  margin-top: 20px;
  color: #F68B33;
}

#sponsors h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  margin-top: 20px;
  color: #3055A1;
}

#sponsors p {
  font-size: 17px;
  line-height: 22px;
  color: #7D706D;
  padding-bottom: 5px;
}

#sponsors a {
  color: #625855;
}

#sponsors a.button {
  font-size: 18px;
  text-transform: capitalize;
  padding: 10px 20px 10px 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #fff;
  background: #E42B29;
  -moz-transition: all 250ms, ease;
  -o-transition: all 250ms, ease;
  -webkit-transition: all 250ms, ease;
  transition: all 250ms, ease;
}

#sponsors a.button:hover {
  background: #F68B33;
}

#sponsors a.button-orange {
  min-width: 180px;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  padding: 10px 20px 10px 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #fff;
  background: #F68B33;
  -moz-transition: all 250ms, ease;
  -o-transition: all 250ms, ease;
  -webkit-transition: all 250ms, ease;
  transition: all 250ms, ease;
}

#sponsors a.button-orange:hover {
  background: #E42B29;
}

#sponsors ul.list {
  list-style: none;
  padding: 0;
  margin: 0px 0px 20px 0px;
}

#sponsors ul.list li {
  font-size: 17px;
  line-height: 22px;
  padding-left: 15px;
  margin-bottom: 0px;
  color: #E42B29;
  background: url(../images/bullet.png) left center no-repeat;
}

#registration h3 {
  font-size: 27px;
  font-weight: bold;
  line-height: 30px;
  color: #3055A1;
}

#previous-conferences {
  overflow: hidden;
}

#previous-conferences div.year {
  padding-bottom: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}

#previous-conferences div.year h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 28px;
  color: #3055A1;
  margin-bottom: 20px;
  padding-bottom: 2px;
  border-bottom: 1px solid #3055A1;
}

#previous-conferences div.year ul {
  overflow: hidden;
}

#previous-conferences div.year ul li {
  float: left;
  text-align: center;
  border-left: 1px solid #CCC;
}

#previous-conferences div.year ul li:first-child {
  border: none;
}

#previous-conferences div.year ul li a {
  display: block;
  padding-bottom: 20px;
  -moz-transition: opacity 250ms, ease;
  -o-transition: opacity 250ms, ease;
  -webkit-transition: opacity 250ms, ease;
  transition: opacity 250ms, ease;
}

#previous-conferences div.year ul li a img {
  opacity: 1;
  padding: 2px;
  border: 1px solid #e4c190;
  -webkit-box-shadow: 0px 1px 13px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 1px 13px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 1px 13px 0px rgba(50, 50, 50, 0.25);
  -moz-transition: opacity 250ms, ease;
  -o-transition: opacity 250ms, ease;
  -webkit-transition: opacity 250ms, ease;
  transition: opacity 250ms, ease;
}

#previous-conferences div.year ul li a:hover img {
  opacity: 0.5;
}

#previous-conferences div.year ul li h3 {
  font-weight: bold;
  font-size: 17px;
  color: #E42B29;
}

#planning-committee {
  font-family: "Open Sans", "serif";
  font-size: 17px;
  overflow: hidden;
}

#planning-committee h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 28px;
  color: #F68B33;
  margin-bottom: 20px;
  padding-bottom: 2px;
}

#planning-committee ul {
  overflow: hidden;
}

#planning-committee ul li {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  color: #7d706d;
}

#planning-committee ul li span {
  font-family: "Open Sans", "serif";
  font-size: 18px;
  color: #E42B29;
  font-weight: 700;
  display: block;
}

/*OVERWRITE------------------------------------------------*/
span.key-label {
  width: 90%;
  text-align: left;
  color: #E42B29;
}

a.day-one-back-button {
  text-align: left;
  color: #ffffff;
  padding: 5px 8px 5px 8px;
}

a.day-two-back-button {
  text-align: left;
  color: #ffffff;
  padding: 5px 8px 5px 8px;
}

a.day-one-back-button:hover, a.day-two-back-button:hover {
  color: #f3f3f3 !important;
}

.Audience-back-buttons {
  background: #0098D1;
  padding: 5px;
  margin-bottom: 15px;
  color: #ffffff;
  text-align: center;
}

.footer-sign-up-button {
  color: white;
  background: #E42B29;
  padding: 10px;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  margin: 27px 0 25px 0;
}

.footer-sign-up-button a {
  color: white;
}

.footer-sign-up-button a:hover {
  color: #C7C2BE;
}

.footer-signup input[type="text"] {
  font-family: "Verdana", "serif";
  font-size: 13px;
  padding: 7px;
  width: 70%;
  height: 33px;
  float: left;
  color: #777;
  border: 1px solid #0098D1;
  background: #fff;
}

.footer-signup input[type="submit"] {
  width: 30%;
  height: 33px;
  float: left;
  padding: 0px;
  cursor: pointer;
  border-top: 0px solid #0098D1;
  border-right: 1px solid #0098D1;
  border-bottom: 1px solid #0098D1;
  background: url(../images/sign-up.png) no-repeat;
  background-size: cover;
  /*
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  */
  margin-left: 0px !important;
}

.footer-signup {
  height: 35px;
  margin-bottom: 15px;
}

#sponsors-slider-full #sponsors-slider-wrapper #sponsors-slider .cycle-slideshow img {
  max-height: 185px;
  width: auto;
}

.red {
  color: #E42B29 !important;
}

.orange {
  color: #0098D1 !important;
}

.orange2 {
  color: #0098D1 !important;
}

.orange-border {
  border-bottom: 1px solid #0098D1 !important;
}

.green {
  color: #0098D1 !important;
}

.brown {
  color: #D5B690 !important;
}

.no-border {
  border-bottom: none !important;
}

.celeste {
  color: #0098D1;
}

.bordo {
  color: #E42B29;
}

a {
  color: #0098D1;
}
a:hover {
  color: #666;
}

a.buttons {
  font-family: "Open Sans", "serif";
  font-size: 19px;
  line-height: 40px;
  padding: 0px 30px;
  color: #FFF;
  background: #E42B29;
  margin: 20px 30px 20px 0px;
  float: left;
  display: inline-block;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: all, ease-in 250ms;
  -o-transition: all, ease-in 250ms;
  -webkit-transition: all, ease-in 250ms;
  transition: all, ease-in 250ms;
}
a.buttons:hover {
  background: #bc1f37;
}

a.buttons2 {
  font-family: "Open Sans", "serif";
  font-size: 19px;
  line-height: 40px;
  padding: 0px 30px;
  color: #FFF;
  background: #E42B29;
  margin: 20px 30px 20px 0px;
  float: left;
  display: inline-block;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: all, ease-in 250ms;
  -o-transition: all, ease-in 250ms;
  -webkit-transition: all, ease-in 250ms;
  transition: all, ease-in 250ms;
}
a.buttons2:hover {
  background: #bc1f37;
}

hr.fat {
  background: #C7C2BE;
  height: 20px;
  margin-bottom: 15px;
}

hr.slim {
  background: #C7C2BE;
  height: 1px;
  margin-bottom: 10px;
}

h3.follow-twitter {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 7px 10px;
  color: #D2CECB !important;
  background: #0098D1;
}

#sidebar-left {
  border-left: 1px solid #C7C2BE;
}

.button {
  display: inline-block;
  background: none;
  border: none;
  color: #F68B33;
  font-size: 27px;
  margin-right: 12px !important;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
}

.button:hover {
  color: #E42B29;
}

.button.is-checked {
  color: #E1CBB2;
}

.button:active {
  color: #C7C2BE;
}

/* ---- button-group ---- */
.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

/* ---- isotope ---- */
/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

/* ---- input ---- */
/* ---- button ---- */
.button {
  display: inline-block;
  background: none;
  border: none;
  color: #E42B29;
  font-size: 27px;
  margin-right: 12px !important;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
}

.button:hover {
  color: #bc1f37;
}

.button.is-checked {
  color: #E1CBB2;
}

.button:active {
  color: #C7C2BE;
}

/* ---- button-group ---- */
.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */
.element {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCC;
  overflow: hidden;
}

.isotope .con {
  height: 300px !important;
}

.isotope .sin {
  height: 170px !important;
}

.element a.more {
  padding-bottom: 3px;
  color: #0098D1 !important;
}

.element a.more:hover {
  color: #0098D1 !important;
}

a.back-speakers {
  padding-bottom: 3px;
  color: #F68B33 !important;
}

a.back-speakers:hover {
  color: #0098D1 !important;
}

@media only screen and (max-width: 59.9375em) {
  .element div.desc a.img {
    width: 100%;
    margin: 0 auto 20px auto !important;
  }

  .isotope .con {
    height: 500px !important;
  }

  .isotope .sin {
    height: 200px !important;
  }
}
.element > * {
  margin: 0;
  padding: 0;
}

.lastpost-inhome p {
  font-family: "FuturaBkBTBook", sans-serif !important;
  font-size: 18px !important;
}

.home #watch-conference {
  position: relative;
  overflow: hidden;
  min-height: 480px;
}
.home #watch-conference a.video {
  display: block;
  margin-top: 15px;
}
.home #watch-conference a.buttons2 {
  position: absolute;
  bottom: 6px;
  left: 0px;
}

ul.table {
  margin-bottom: 20px;
  overflow: hidden;
}
ul.table li {
  font-size: 14px;
  color: #7D706D;
  line-height: 16px;
  text-align: left;
  padding: 4px 0 4px 0;
  border-bottom: 1px solid #a29794;
  overflow: hidden;
}
ul.table li:first-child {
  font-weight: 600;
}
ul.table li span a {
  color: #7D706D;
}
ul.table li span a:hover {
  color: #625855;
}
ul.table li span.left {
  width: 9%;
  float: left;
  display: inline-block;
}
ul.table li span.right {
  width: 91%;
  float: right;
  padding-left: 10px;
  border-left: 1px solid #a29794;
  display: inline-block;
}

#programs ul.table {
  margin-bottom: 20px;
  overflow: hidden;
}
#programs ul.table li {
  font-size: 14px;
  color: #7D706D;
  line-height: 16px;
  text-align: left;
  padding: 4px 0 4px 0;
  border-bottom: 1px solid #a29794;
  overflow: hidden;
}
#programs ul.table li:first-child {
  font-weight: 600;
}
#programs ul.table li span a {
  color: #7D706D;
}
#programs ul.table li span a:hover {
  color: #625855;
}
#programs ul.table li span.left {
  width: 9%;
  float: left;
  display: inline-block;
}
#programs ul.table li span.right {
  width: 91%;
  float: right;
  padding-left: 10px;
  border-left: 1px solid #a29794;
  display: inline-block;
}
#programs h2 {
  font-family: "Open Sans", "serif";
  font-size: 22px !important;
  line-height: 24px !important;
  color: #0098D1;
  border-bottom: 1px solid #0098D1;
  padding: 0px 0px 4px 0px !important;
  margin-bottom: 10px;
}
#programs h2 p {
  font-family: "Open Sans", "serif";
  font-size: 22px !important;
  line-height: 24px !important;
  font-weight: 600;
  color: #0098D1 !important;
  padding: 0px 0px 3px 0px !important;
}
#programs h2 p span {
  color: #0098D1;
}
#programs .other_activity h2 {
  font-family: "Open Sans", "serif";
  font-size: 22px !important;
  line-height: 24px !important;
  color: #E42B29;
  border-bottom: none;
  padding-bottom: 0px !important;
  margin-bottom: 0px;
}
#programs .other_activity h2 p {
  font-family: "Open Sans", "serif";
  font-size: 22px !important;
  line-height: 24px !important;
  font-weight: bold;
  color: #3055A1 !important;
}
#programs .other_activity h2 p span {
  color: #E42B29;
}
#programs .other_activity p.time {
  font-family: "Open Sans", "serif" !important;
  font-size: 17px !important;
  color: #E42B29 !important;
  font-weight: bold;
  padding-bottom: 0px !important;
}
#programs .post-content .post p.time {
  font-family: "Open Sans", "serif" !important;
  font-size: 16px !important;
  color: #7D706D !important;
  font-weight: 400 !important;
  padding-bottom: 0px !important;
}
#programs .post-content .post p.time span {
  font-style: italic;
}
#programs .post-content .post .desc {
  margin-top: 10px;
}
#programs h4 {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 10px solid #D2CECB;
}
#programs h4 a {
  position: relative;
  display: block;
  margin-bottom: 5px;
}
#programs h4 a:hover {
  text-decoration: none !important;
  border-bottom: 0 !important;
}
#programs h4 a p {
  font-family: "Open Sans", "serif" !important;
  font-size: 26px !important;
  font-weight: bold !important;
  line-height: 28px !important;
  margin: 0px !important;
  padding: 0px !important;
  border-bottom: 0 !important;
}
#programs h4 a p.open-time {
  color: #E42B29 !important;
}
#programs h4 a .open-title {
  color: #3055A1 !important;
}
#programs h4 a .open-activity {
  color: #3055A1 !important;
}
#programs h4 a span.flecha {
  /*
  position: absolute;
  right: 0;
  bottom: 0;
  */
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-left: 5px;
  display: inline-block;
  background: url(../images/flecha.png) no-repeat;
  background-size: cover;
}
#programs p.time {
  font-family: "Open Sans", "serif" !important;
  font-size: 17px !important;
  color: #F89829 !important;
  font-weight: bold;
}
#programs div.roles {
  margin-bottom: 20px;
}
#programs div.roles h3 {
  font-size: 17px;
  color: #7D706D;
  text-transform: uppercase;
}
#programs div.roles ul.list-roll li p {
  padding: 0 !important;
}
#programs div.roles ul.list-roll li p a {
  font-family: "Open Sans", "serif";
  line-height: 24px;
  font-weight: 700;
  color: #7D706D;
}
#programs div.roles ul.list-roll li p a:hover {
  color: #E42B29;
}
#programs div.location {
  margin-bottom: 3px;
  overflow: hidden;
}
#programs div.location ul {
  overflow: hidden;
}
#programs div.location ul li {
  font-family: "FuturaBkBTBook", sans-serif;
  font-size: 17px;
  color: #7D706D;
  line-height: 20px;
  display: inline;
  padding-left: 4px;
}
#programs div.location ul li:first-child {
  font-style: italic;
  padding-left: 0;
}
#programs div.location ul b {
  font-family: "FuturaBkBTBook", sans-serif;
  font-size: 17px;
  color: #7D706D;
  line-height: 20px;
  padding-left: 4px;
}
#programs div.audience {
  overflow: hidden;
}
#programs div.audience ul {
  overflow: hidden;
}
#programs div.audience ul li {
  font-family: "FuturaBkBTBook", sans-serif;
  font-size: 17px;
  color: #7D706D;
  line-height: 20px;
  float: left;
  padding-left: 4px;
}
#programs div.audience ul li:first-child {
  font-style: italic;
  padding-left: 0;
}

iframe#twitter-widget-0 {
  border: 1px solid #E2E9EC !important;
}

iframe#register h1 {
  color: #E42B29 !important;
}

#other div.post {
  margin-bottom: 40px;
}
#other div.post h2 {
  font-family: "Open Sans", "serif";
  font-size: 22px !important;
  line-height: 24px !important;
  color: #E42B29;
  border-bottom: none;
  padding-bottom: 0px !important;
  margin-bottom: 0px;
}
#other div.post h2 p {
  font-family: "Open Sans", "serif";
  font-size: 22px !important;
  line-height: 24px !important;
  font-weight: bold;
  color: #E42B29 !important;
}
#other div.post h2 p span {
  color: #E42B29;
}
#other div.post p.time {
  font-family: "Open Sans", "serif" !important;
  font-size: 17px !important;
  color: #3055A1 !important;
  font-weight: bold;
  padding-bottom: 0px !important;
}

body.page-id-1144 img.side-plan-your-visit {
  display: block;
  vertical-align: middle;
  position: relative;
  float: left;
  top: -41px;
  size: initial;
  width: 610px;
  height: 950px;
  min-width: 610px;
  z-index: 1111;
}

ul.jump-links {
  margin-bottom: 30px;
}
ul.jump-links li {
  display: block;
}
ul.jump-links li a {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #3055A1 !important;
  padding-left: 15px;
  background: url(../images/big-bullet.png) left center no-repeat;
}

span.circle {
  padding: 0 7px 0 7px;
  background: url(../images/big-bullet.png) left center no-repeat;
}
span.circle span {
  display: none;
}

strong {
  font-weight: 600;
}

.red {
  color: #E42B29 !important;
}

.blue {
  color: #3055A1 !important;
}

#container-full a:hover {
  text-decoration: underline;
}

#local-heritage {
  color: #7D706D;
  overflow: hidden;
  margin: 40px 0 40px 0;
}
#local-heritage h3 {
  font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
  font-size: 27px;
  font-weight:700;
  line-height: 32px;
  color:#f8642e;
  margin-bottom:15px;
}
#local-heritage a {
  color: #0086bf;
  text-transform: uppercase;
}
#local-heritage p {
  font-size: 17px;
  color: #333;
  line-height:32px;
}

#tourism {
  float: left !important;
  overflow: hidden;
  margin-bottom: 20px;
}
#tourism ul {
  overflow: hidden;
}
#tourism ul li {
  float: left !important;
  display: block;
  min-height: 370px;
  margin-bottom: 20px;
}
#tourism a {
  display: block;
  transition: all, ease 350ms;
}
#tourism a img {
  border-radius: 3px;
  margin-bottom: 10px;
  transition: all, ease 350ms;
}
#tourism a h3 {
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
  color:#f8642e;
  padding-right: 10px;
  float: left;
  transition: all, ease 350ms;
}
#tourism a h3 span {
  width: 20px;
  height: 18px;
  display: inline-block;
  margin-left: 10px;
  transition: all, ease 350ms;
  background: url(../images/flecha-tourism.png) no-repeat;
  background-size: cover;
}
#tourism a:hover img {
  opacity: 0.4;
}
#tourism a:hover h3 {
  color: #0098D1;
}

#single-tourism {
  overflow: hidden;
  margin-bottom: 80px;
}
#single-tourism a {
  color: #3055A1;
  text-transform: uppercase;
}
#single-tourism img {
  border-radius: 3px;
  margin-bottom:40px;
}
#single-tourism h3 {
  font-size: 27px;
  font-weight:700;
  line-height:32px;
  margin-bottom:15px;
  color:#f8642e;
  transition: all, ease 350ms;
}
#single-tourism h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  margin: 10px 0 5px;
  color: #E42B29;
  transition: all, ease 350ms;
}

body img.sidebar-img {
  display: block;
  vertical-align: middle;
  position: relative;
  float: left;
  top: -41px;
  size: initial;
  width: 610px;
  height: 950px;
  min-width: 610px;
  z-index: 1111;
}

@media screen and (max-width: 39.9375em) {
  #sidebar_programs {
    display: none;
  }

  #sidebar_sponsors {
    display: none;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #sidebar_programs {
    display: none;
  }

  #sidebar_sponsors {
    display: none;
  }
}
