@charset "UTF-8";
meta.foundation-mq-small {
  font-family: "only screen and (min-width: 768px)";
  width: 768px;
}

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

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

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

html,
body {
  font-size: 12px;
}

body {
  background: #060606;
  color: #060606;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", "Tahoma", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

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

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

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

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

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

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

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

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

select {
  width: 100%;
}

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 80.83333em;
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.41667em;
  margin-right: -0.41667em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  position: relative;
  padding-left: 0.41667em;
  padding-right: 0.41667em;
  width: 100%;
  float: left;
}

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.41667em;
    padding-right: 0.41667em;
    float: left;
  }

  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  .small-3 {
    position: relative;
    width: 25%;
  }

  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  .small-6 {
    position: relative;
    width: 50%;
  }

  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  .small-9 {
    position: relative;
    width: 75%;
  }

  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  .small-12 {
    position: relative;
    width: 100%;
  }

  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

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

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

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  .large-3 {
    position: relative;
    width: 25%;
  }

  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  .large-6 {
    position: relative;
    width: 50%;
  }

  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  .large-9 {
    position: relative;
    width: 75%;
  }

  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  .large-12 {
    position: relative;
    width: 100%;
  }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table;
}

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

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

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

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

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }

  .show-for-small {
    display: none !important;
  }

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

  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }

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

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

  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }

  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important;
  }
}
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important;
  }

  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }

  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }

  .hide-for-large,
  .hide-for-large-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table;
  }

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

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

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

  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important;
  }
}
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
  .show-for-xlarge {
    display: inherit !important;
  }

  .show-for-large,
  .show-for-large-down {
    display: none !important;
  }

  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important;
  }

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

  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }

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

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

  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table;
}

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

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

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

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

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

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

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

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

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

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

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

p.lead {
  font-size: 1.29167em;
  line-height: 1.6;
}

.subheader {
  line-height: 1.4;
  color: #ff7c8b;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

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

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 10px;
  text-rendering: optimizeLegibility;
}
p aside {
  font-size: 1.16667em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "foundrygridnik-bold", "Tahoma", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #e2001a;
  text-rendering: optimizeLegibility;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.15em;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #ff7c8b;
  line-height: 0;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.16667em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1.08333em;
}

h5 {
  font-size: 1.33333em;
}

h6 {
  font-size: 1em;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.66667em 0 1.58333em;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 10px;
  list-style-position: outside;
  font-family: inherit;
}

ul, ol {
  margin-left: 0;
}
ul.no-bullet, ol.no-bullet {
  margin-left: 0;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.66667em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
}
ul.circle {
  list-style-type: circle;
}
ul.disc {
  list-style-type: disc;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.66667em;
  margin-bottom: 0;
}

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

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #060606;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* Blockquotes */
blockquote {
  margin: 0 0 10px;
  padding: 0.75em 1.66667em 0 1.58333em;
  border-left: 1px solid #ddd;
}
blockquote cite {
  display: block;
  font-size: 1.08333em;
  color: #ff495e;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #ff495e;
}

blockquote,
blockquote p {
  line-height: 1.2;
  color: #ff7c8b;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.66667em 0;
  border: 1px solid #ddd;
  padding: 0.83333em 1em;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 1.25em;
}

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

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

  h1 {
    font-size: 2.33333em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.66667em;
  }

  h4 {
    font-size: 1.5em;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

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

  .show-for-print {
    display: inherit !important;
  }
}
button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.66667em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1.08333em;
  padding-left: 2em;
  font-size: 1.33333em;
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: #fff;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #2284a1;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #fff;
}
button.secondary, .button.secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #d0d0d0;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333;
}
button.success, .button.success {
  background-color: #5da423;
  border-color: #457a1a;
  color: #fff;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #457a1a;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #fff;
}
button.alert, .button.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: #fff;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #970b0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #fff;
}
button.large, .button.large {
  padding-top: 1.33333em;
  padding-right: 2.66667em;
  padding-bottom: 1.41667em;
  padding-left: 2.66667em;
  font-size: 1.66667em;
}
button.small, .button.small {
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.83333em;
  padding-left: 1.5em;
  font-size: 1.08333em;
}
button.tiny, .button.tiny {
  padding-top: 0.58333em;
  padding-right: 1.16667em;
  padding-bottom: 0.66667em;
  padding-left: 1.16667em;
  font-size: 0.91667em;
}
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 1em;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 1em;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2284a1;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #fff;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2ba6cb;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #d0d0d0;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e9e9e9;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #5da423;
  border-color: #457a1a;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #457a1a;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #fff;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #5da423;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #970b0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #fff;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c60f13;
}

button, .button {
  padding-top: 1.08333em;
  padding-bottom: 1em;
  -webkit-appearance: none;
}
button.tiny, .button.tiny {
  padding-top: 0.66667em;
  padding-bottom: 0.58333em;
  -webkit-appearance: none;
}
button.small, .button.small {
  padding-top: 0.83333em;
  padding-bottom: 0.75em;
  -webkit-appearance: none;
}
button.large, .button.large {
  padding-top: 1.375em;
  padding-bottom: 1.375em;
  -webkit-appearance: none;
}

@media only screen {
  button, .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  button:active, .button:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  }
  button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
form {
  margin: 0 0 0.83333em;
}

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

/* Label Styles */
label {
  font-size: 1em;
  color: #191919;
  cursor: pointer;
  display: block;
  font-weight: normal;
  margin-bottom: 0.25em;
  /* Styles for required inputs */
}
label.right {
  float: none;
  text-align: right;
}
label.inline {
  margin: 0 0 0.83333em 0;
  padding: 0.58333em 0;
}
label small {
  text-transform: capitalize;
  color: #333333;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 1em;
  height: 2.16667em;
  line-height: 2.16667em;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.83333em;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.83333em;
}

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333;
}
span.prefix.radius, label.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333;
}
span.postfix.radius, label.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1.16667em;
  margin: 0 0 0.83333em 0;
  padding: 0.41667em;
  height: 2.33333em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #ddd;
}

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

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

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #ddd;
  padding: 1.66667em;
  margin: 1.5em 0;
}
fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 0.25em;
  margin: 0;
  margin-left: -0.25em;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.41667em;
  margin-top: 0;
  margin-bottom: 0.83333em;
  font-size: 1em;
  font-weight: bold;
  background: #c60f13;
  color: #fff;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  padding: 0.41667em;
  margin-top: 0;
  margin-bottom: 0.83333em;
  font-size: 1em;
  font-weight: bold;
  background: #c60f13;
  color: #fff;
}

.error input,
.error textarea,
.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}
.error input:focus,
.error textarea:focus,
.error select:focus {
  background: #fafafa;
  border-color: #999999;
}
.error label,
.error label.error {
  color: #c60f13;
}
.error > small,
.error small.error {
  display: block;
  padding: 0.41667em;
  margin-top: 0;
  margin-bottom: 0.83333em;
  font-size: 1em;
  font-weight: bold;
  background: #c60f13;
  color: #fff;
}
.error span.error-message {
  display: block;
}

input.error,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}
input.error:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #999999;
}

.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}
.error select:focus {
  background: #fafafa;
  border-color: #999999;
}

label.error {
  color: #c60f13;
}

/* Custom Checkbox and Radio Inputs */
form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden;
}
form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  /* fix centering issue */
  vertical-align: middle;
  border: solid 1px #ccc;
  background: #fff;
}
form.custom .custom.checkbox {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
form.custom .custom.radio {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  padding: 3px;
}
form.custom .custom.checkbox:before {
  content: "";
  display: block;
  font-size: 16px;
  color: #fff;
}
form.custom .custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background: #222;
  position: relative;
}
form.custom .custom.checkbox.checked:before {
  content: "\00d7";
  color: #222;
  position: absolute;
  top: -50%;
  left: 50%;
  margin-top: 4px;
  margin-left: -5px;
}

/* Custom Select Options and Dropdowns */
form.custom {
  /* Custom input, disabled */
}
form.custom .custom.dropdown {
  display: block;
  position: relative;
  top: 0;
  height: 2em;
  margin-bottom: 0.83333em;
  margin-top: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  -webkit-box-shadow: none;
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
  box-shadow: none;
  font-size: 1em;
  vertical-align: top;
}
form.custom .custom.dropdown ul {
  overflow-y: auto;
  max-height: 200px;
}
form.custom .custom.dropdown .current {
  cursor: default;
  white-space: nowrap;
  line-height: 1.91667em;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-left: 0.41667em;
  margin-right: 2em;
}
form.custom .custom.dropdown .selector {
  cursor: default;
  position: absolute;
  width: 2.08333em;
  height: 2em;
  display: block;
  right: 0;
  top: 0;
}
form.custom .custom.dropdown .selector:after {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #434343 transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  left: 0.625em;
  top: 50%;
  margin-top: -3px;
}
form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #000 transparent transparent transparent;
  border-top-style: solid;
}
form.custom .custom.dropdown .disabled {
  color: #888;
}
form.custom .custom.dropdown .disabled:hover {
  background: transparent;
  color: #888;
}
form.custom .custom.dropdown .disabled:hover:after {
  display: none;
}
form.custom .custom.dropdown.open ul {
  display: block;
  z-index: 10;
  min-width: 100%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
form.custom .custom.dropdown.small {
  max-width: 134px;
}
form.custom .custom.dropdown.medium {
  max-width: 254px;
}
form.custom .custom.dropdown.large {
  max-width: 434px;
}
form.custom .custom.dropdown.expand {
  width: 100% !important;
}
form.custom .custom.dropdown.open.small ul {
  min-width: 134px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form.custom .custom.dropdown.open.medium ul {
  min-width: 254px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form.custom .custom.dropdown.open.large ul {
  min-width: 434px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form.custom .error .custom.dropdown {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  background: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}
form.custom .error .custom.dropdown:focus {
  background: #fafafa;
  border-color: #999999;
}
form.custom .error .custom.dropdown + small.error {
  margin-top: 0;
}
form.custom .custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: -1px;
  top: auto;
  -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  background: #fff;
  border: solid 1px #b2b3b4;
  font-size: 12;
}
form.custom .custom.dropdown ul li {
  color: #434343;
  font-size: 1em;
  cursor: default;
  padding-top: 0.33333em;
  padding-bottom: 0.33333em;
  padding-left: 0.5em;
  padding-right: 3.16667em;
  min-height: 1.66667em;
  line-height: 1.66667em;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
form.custom .custom.dropdown ul li.selected {
  background: #eeeeee;
  color: #000;
}
form.custom .custom.dropdown ul li:hover {
  background-color: #e4e4e4;
  color: #000;
}
form.custom .custom.dropdown ul li.selected:hover {
  background: #eeeeee;
  cursor: default;
  color: #000;
}
form.custom .custom.dropdown ul.show {
  display: block;
}
form.custom .custom.disabled {
  background: #ddd;
}

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/font-awesome/fontawesome-webfont.eot?v=3.2.1");
  src: url("../font/font-awesome/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../font/font-awesome/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../font/font-awesome/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../font/font-awesome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

@font-face {
  font-family: "foundrygridnik-bold";
  font-style: normal;
  font-weight: normal;
  src: url("../font/foundrygridnik-bold-webfont.eot");
  src: url("../font/foundrygridnik-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/foundrygridnik-bold-webfont.woff") format("woff"), url("../font/foundrygridnik-bold-webfont.ttf") format("truetype"), url("../font/foundrygridnik-bold-webfont.svg#foundrygridnik-bold") format("svg");
}
body *, body :focus, a {
  outline: none;
}

body {
  line-height: 1.2;
  background: #060606 url("../img/body_bg.jpg") no-repeat scroll center 37px;
  background-size: contain;
}

img {
  max-width: 100%;
}

#console {
  margin-top: 15px;
}
#console img {
  width: auto;
}

iframe {
  max-width: 100%;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

.field-name-body a,
.field-name-body-default a {
  text-decoration: underline;
  color: #e2001a;
}

strong, b, th {
  font-family: 'foundrygridnik-bold';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

h1 {
  font-size: 2.33333em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.66667em;
}

h4 {
  font-size: 1.5em;
}

.header_top,
.page_container,
.page_header,
.page_wrapper,
.page_content,
.page_content_bottom,
.page_footer {
  clear: both;
}

.middle {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 80.83333em;
  *zoom: 1;
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.middle:before, .middle:after {
  content: " ";
  display: table;
}
.middle:after {
  clear: both;
}
.page_wrapper .middle {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #fff;
}

.wrapper_inner {
  position: relative;
  float: left;
  width: 100%;
}

.page_content,
.page_sidebar {
  position: relative;
  top: 0;
  left: 0;
  position: relative;
  padding-left: 0.41667em;
  padding-right: 0.41667em;
  width: 100%;
  float: left;
}

.page_sidebar {
  margin-top: 20px;
}

.page_content_bottom {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  margin-top: 25px;
}

.page_footer {
  margin-top: 35px;
}

.page_header_core .middle {
  z-index: 2;
  overflow: hidden;
  background: #fff;
  padding-top: 10px;
  border-radius: 7px 7px 0 0;
}
.mobile_menu_open .page_header_core .middle {
  overflow: visible;
}

.page_wrapper,
.page_footer {
  z-index: 2;
  position: relative;
  right: 0;
  transition: right 0.2s ease-out 0.1s;
  -webkit-transition: right 0.2s ease-out 0.1s;
  -moz-transition: right 0.2s ease-out 0.1s;
  -ms-transition: right 0.2s ease-out 0.1s;
  -o-transition: right 0.2s ease-out 0.1s;
}
.mobile_menu_open .page_wrapper, .mobile_menu_open
.page_footer {
  right: 320px;
}

BODY.no-widgets .page_content {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* style_header */
.header_top {
  background-color: #434343;
}
.header_top .block .content ul, .header_top .block .content ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header_top .block .content ul li {
  float: left;
  display: block;
}

#block-menu-block-2 {
  position: relative;
  padding-left: 0.41667em;
  padding-right: 0.41667em;
  width: 100%;
  float: left;
}
#block-menu-block-2 .content a {
  display: block;
  padding: 12px 1em;
  text-transform: uppercase;
  font-size: 0.91667em;
}
#block-menu-block-2 .content a:hover, #block-menu-block-2 .content a.active {
  color: #fff;
}
#block-menu-block-2 .content .first a {
  color: #fff;
}

#block-mxgp-social-apps-social-apps {
  display: none;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 45.83333%;
  float: left;
}
#block-mxgp-social-apps-social-apps .content li {
  overflow: hidden;
  margin-right: 0.83333em;
  padding-top: 7px;
}
#block-mxgp-social-apps-social-apps .fb-share-button {
  width: 97px;
  margin-top: 3px;
}
#block-mxgp-social-apps-social-apps .fb-like {
  width: 50px;
}
#block-mxgp-social-apps-social-apps .twitter-share-button {
  width: 81px !important;
  height: 28px !important;
  margin-top: 2px;
}
#block-mxgp-social-apps-social-apps #___plusone_0 {
  display: block !important;
  width: 40px !important;
}
#block-mxgp-social-apps-social-apps .last a {
  float: left;
  width: 40px;
  margin-top: 3px;
}

#block-menu-block-1 {
  position: relative;
  padding-left: 0.41667em;
  padding-right: 0.41667em;
  width: 100%;
  float: left;
}
#block-menu-block-1 .content a {
  position: relative;
  display: block;
  width: 40px;
  height: 36px;
  text-align: center;
  line-height: 35px;
  text-indent: -10000px;
  font-size: 2em;
}
#block-menu-block-1 .content a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 0;
  color: #fff;
}
#block-menu-block-1 .content a:hover:after {
  color: #009ee0;
}
#block-menu-block-1 .content .facebook a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}
#block-menu-block-1 .content .twitter a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}
#block-menu-block-1 .content .youtube a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}
#block-menu-block-1 .content .instagram a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}

.page_header_banner {
  margin-bottom: 10px;
}
.page_header_banner .block-views {
  margin-top: 10px;
}

#block-mxgp-api-newsletter {
  clear: both;
}

#block-mxgp-api-newsletter,
#block-views-exp-search-page {
  position: relative;
  position: relative;
  padding-left: 0.41667em;
  padding-right: 0.41667em;
  width: 100%;
  float: left;
  margin-top: 10px;
  padding: 5px 0.41667em;
  background: transparent url("../img/tr_white_o70.png") repeat scroll left top;
}
#block-mxgp-api-newsletter form,
#block-mxgp-api-newsletter .views-exposed-widgets,
#block-mxgp-api-newsletter .form-actions,
#block-views-exp-search-page form,
#block-views-exp-search-page .views-exposed-widgets,
#block-views-exp-search-page .form-actions {
  margin: 0;
}
#block-mxgp-api-newsletter .views-exposed-widget,
#block-views-exp-search-page .views-exposed-widget {
  width: 100%;
  padding: 0;
}
#block-mxgp-api-newsletter label,
#block-views-exp-search-page label {
  font-family: 'foundrygridnik-bold';
  font-weight: normal;
}
#block-mxgp-api-newsletter input[type="text"],
#block-views-exp-search-page input[type="text"] {
  height: 18px;
  border: 1px solid #f4f5f5;
  font-size: 1em;
  color: #000;
  background-color: transparent;
}
#block-mxgp-api-newsletter input[type="submit"],
#block-views-exp-search-page input[type="submit"] {
  position: relative;
  cursor: pointer;
  overflow: visible;
  float: right;
  display: block;
  height: 18px;
  border: none;
}

#block-mxgp-api-newsletter h2 {
  float: left;
  width: 100%;
  margin: 2px 0 0 0;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: -0.08em;
  color: #000;
}
#block-mxgp-api-newsletter .form-item {
  position: relative;
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
}
#block-mxgp-api-newsletter label {
  position: absolute;
  top: 4px;
  left: 5px;
  font-size: 0.91667em;
}
#block-mxgp-api-newsletter input[type="text"] {
  width: 99.9%;
  margin: 0;
  padding: 0 5px;
}
#block-mxgp-api-newsletter .ajax-progress-throbber {
  position: absolute;
  right: 0;
  bottom: -1px;
  display: block;
  width: 100%;
}
#block-mxgp-api-newsletter .ajax-progress .throbber {
  margin-top: 1px;
}
#block-mxgp-api-newsletter .ajax-progress .message {
  display: block;
  width: 100%;
  height: 18px;
  margin-right: 0.41667em;
  line-height: 19px;
  background-color: #fff;
}
#block-mxgp-api-newsletter .form-actions {
  position: relative;
  float: right;
}
#block-mxgp-api-newsletter input[type="submit"] {
  margin: 15px 0 0 0;
  padding: 0 25px;
  font-family: 'foundrygridnik-bold';
  font-size: 1em;
  color: #fff;
  background-color: #000;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#block-mxgp-api-newsletter input[type="submit"]:hover {
  background-color: #e2001a;
}

#block-views-exp-search-page label {
  float: left;
  margin-top: 2px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#block-views-exp-search-page label + .views-widget {
  float: right;
  width: 80%;
}
#block-views-exp-search-page input[type="text"] {
  float: right;
  width: 98%;
  margin: 0 0 0 0.66667em;
  padding: 0 25px 0 5px;
}
#block-views-exp-search-page .views-submit-button {
  z-index: 2;
  position: absolute;
  right: 0.41667em;
  bottom: 5px;
  width: 20px;
  height: 18px;
  text-align: center;
  line-height: 18px;
}
#block-views-exp-search-page .views-submit-button:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  display: block;
  width: 20px;
  height: 18px;
  font-size: 1.33333em;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#block-views-exp-search-page .views-submit-button:hover:before {
  color: #e2001a;
}
#block-views-exp-search-page input[type="submit"] {
  z-index: 5;
  width: 20px;
  margin: 0;
  padding: 0;
  text-indent: -10000px;
  color: transparent;
  background: transparent none repeat scroll 0 0;
}

.region-header-core {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

#block-menu-block-3 {
  position: absolute;
  top: 0;
  right: 0;
}
#block-menu-block-3 .content ul, #block-menu-block-3 .content ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#block-menu-block-3 .content ul li {
  float: left;
  display: block;
}
#block-menu-block-3 .content ul {
  position: absolute;
  top: 259px;
  right: 0;
  width: 320px;
}
#block-menu-block-3 .content ul li {
  z-index: 1;
  position: relative;
  float: none;
  font-size: 1.16667em;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#block-menu-block-3 .content ul li:hover {
  z-index: 2;
}
#block-menu-block-3 .content ul a {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 10px 1.25em;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#block-menu-block-3 .content ul a:hover {
  background-color: #e2001a;
}
#block-menu-block-3 .content a {
  font-family: 'foundrygridnik-bold';
  color: #fff;
}
#block-menu-block-3 .content .menu-trigger {
  float: left;
  display: inline-block;
  margin-right: 0.5em;
  padding: 8px 1.25em;
  background-color: #e2001a;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#block-menu-block-3 .content .menu-trigger:hover, .mobile_menu_open #block-menu-block-3 .content .menu-trigger {
  color: #e2001a;
  background-color: #fff;
}
#block-menu-block-3 .content ul ul {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#block-menu-block-3 .content ul ul li {
  float: none;
  white-space: nowrap;
  font-size: 1em;
}
#block-menu-block-3 .content ul ul a {
  padding-left: 2em;
}
#block-menu-block-3 .content ul ul a:before {
  content: '>';
  display: inline-block;
  margin-right: 5px;
}

#block-menu-block-6 {
  float: left;
  border: 1px solid #707173;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#block-menu-block-6 .content ul, #block-menu-block-6 .content ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#block-menu-block-6 .content ul li {
  float: left;
  display: block;
}
#block-menu-block-6 .content ul li {
  float: right;
  height: 28px;
  line-height: 28px;
  background: #d70c0c;
  background: linear-gradient(to bottom, #d70c0c 0%, #d70c0c 50%, #c80b0b 51%, #c80b0b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d70c0c), color-stop(50%, #d70c0c), color-stop(51%, #c80b0b), color-stop(100%, #c80b0b));
  background: -webkit-linear-gradient(top, #d70c0c 0%, #d70c0c 50%, #c80b0b 51%, #c80b0b 100%);
  background: -moz-linear-gradient(top, #d70c0c 0%, #d70c0c 50%, #c80b0b 51%, #c80b0b 100%);
  background: -o-linear-gradient(top, #d70c0c 0%, #d70c0c 50%, #c80b0b 51%, #c80b0b 100%);
  background: -ms-linear-gradient(top, #d70c0c 0%, #d70c0c 50%, #c80b0b 51%, #c80b0b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d70c0c, endColorstr=#c80b0b, GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d70c0c, endColorstr=#c80b0b, GradientType=0)";
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#block-menu-block-6 .content ul li:hover, #block-menu-block-6 .content ul li.active-trail, #block-menu-block-6 .content ul li.active {
  background: #bd0a0a;
  background: linear-gradient(to bottom, #bd0a0a 0%, #bd0a0a 50%, #ae0909 51%, #ae0909 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bd0a0a), color-stop(50%, #bd0a0a), color-stop(51%, #ae0909), color-stop(100%, #ae0909));
  background: -webkit-linear-gradient(top, #bd0a0a 0%, #bd0a0a 50%, #ae0909 51%, #ae0909 100%);
  background: -moz-linear-gradient(top, #bd0a0a 0%, #bd0a0a 50%, #ae0909 51%, #ae0909 100%);
  background: -o-linear-gradient(top, #bd0a0a 0%, #bd0a0a 50%, #ae0909 51%, #ae0909 100%);
  background: -ms-linear-gradient(top, #bd0a0a 0%, #bd0a0a 50%, #ae0909 51%, #ae0909 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bd0a0a, endColorstr=#ae0909, GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#bd0a0a, endColorstr=#ae0909, GradientType=0)";
}
#block-menu-block-6 .content ul li.first {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
#block-menu-block-6 .content ul li.last {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
#block-menu-block-6 .content a {
  display: block;
  padding: 0 0.66667em;
  font-family: 'foundrygridnik-bold';
  font-size: 0.91667em;
  color: #fff;
}

.page_header_logos a {
  display: inline-block;
}
.page_header_logos .middle {
  background: #fff;
}
.page_header_logos .main_logo {
  position: relative;
  padding-left: 0.41667em;
  padding-right: 0.41667em;
  width: 100%;
  float: left;
}
.page_header_logos .secondary_logos {
  position: relative;
  padding-left: 0.41667em;
  padding-right: 0.41667em;
  width: 100%;
  float: left;
  text-align: center;
}
.page_header_logos .secondary_logos .logo_monster {
  margin-top: 15px;
  margin-right: 0.41667em;
}
.page_header_logos .secondary_logos .logo_youth_stream {
  margin-top: 7px;
  width: 125px;
}
.page_header_logos .secondary_logos .logo_fim {
  margin-top: 7px;
  margin-left: 1.25em;
}

@media all and (min-width: 450px) {
  #block-menu-block-2 {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 60.83333%;
    float: left;
  }

  #block-menu-block-1 {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 39.16667%;
    float: left;
  }

  #block-mxgp-api-newsletter .form-item {
    width: 48%;
    margin: 15px 1% 0 1%;
  }

  #block-menu-block-6 .content a {
    padding: 0 1.25em;
    font-size: 1em;
  }
}
@media all and (min-width: 768px) {
  .page_header_banner .block-views {
    margin-top: 0;
  }

  #block-mxgp-api-newsletter,
  #block-views-exp-search-page {
    margin-top: 6px;
  }

  #block-mxgp-api-newsletter {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 66.66667%;
    float: left;
    padding: 5px 0.41667em;
  }
  #block-mxgp-api-newsletter .form-item {
    width: 35%;
    margin: 3px 0 0 5px;
  }
  #block-mxgp-api-newsletter input[type="submit"] {
    margin-top: 3px;
  }

  #block-views-exp-search-page {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 32.5%;
    margin-left: 0.83333%;
    float: left;
    padding: 5px 0.41667em;
  }
  #block-views-exp-search-page label {
    width: 100%;
  }
  #block-views-exp-search-page .views-submit-button:before {
    top: 0;
  }

  .page_header_logos {
    margin-bottom: 0;
  }
  .page_header_logos .main_logo {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 60%;
    float: left;
  }
  .page_header_logos .secondary_logos {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 40%;
    float: left;
    text-align: right;
  }

  #block-menu-block-3 .content ul {
    top: 164px;
  }
}
@media all and (min-width: 820px) {
  #block-menu-block-2 {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 33.33333%;
    float: left;
  }

  #block-mxgp-social-apps-social-apps {
    display: block;
  }

  #block-menu-block-1 {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 20.83333%;
    float: left;
    float: right;
  }

  #block-mxgp-api-newsletter .form-item {
    width: 37%;
  }
}
@media all and (min-width: 980px) {
  #block-menu-block-1 .content ul li {
    margin-left: 0.75em;
  }

  #block-mxgp-api-newsletter h2 {
    width: auto;
  }
  #block-mxgp-api-newsletter .form-item {
    width: 150px;
    margin-top: 0;
    margin-left: 15px;
  }
  #block-mxgp-api-newsletter input[type="submit"] {
    margin-top: 0;
  }

  #block-views-exp-search-page label {
    width: auto;
    margin-bottom: 0;
  }

  .region-header-core {
    height: 30px;
    border: 1px solid #707173;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 30px;
    background: #9c9e9f;
    background: linear-gradient(to bottom, #9c9e9f 0%, #9c9e9f 50%, #898a8c 51%, #898a8c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9c9e9f), color-stop(50%, #9c9e9f), color-stop(51%, #898a8c), color-stop(100%, #898a8c));
    background: -webkit-linear-gradient(top, #9c9e9f 0%, #9c9e9f 50%, #898a8c 51%, #898a8c 100%);
    background: -moz-linear-gradient(top, #9c9e9f 0%, #9c9e9f 50%, #898a8c 51%, #898a8c 100%);
    background: -o-linear-gradient(top, #9c9e9f 0%, #9c9e9f 50%, #898a8c 51%, #898a8c 100%);
    background: -ms-linear-gradient(top, #9c9e9f 0%, #9c9e9f 50%, #898a8c 51%, #898a8c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9c9e9f, endColorstr=#898a8c, GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9c9e9f, endColorstr=#898a8c, GradientType=0)";
  }

  #block-menu-block-3 {
    position: relative;
    top: 0;
    right: auto;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 66.66667%;
    float: left;
  }
  #block-menu-block-3 .content .menu-trigger {
    display: none;
  }
  #block-menu-block-3 .content ul {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
  }
  #block-menu-block-3 .content ul li {
    float: left;
    height: 28px;
    line-height: 28px;
    font-size: 1em;
    background: none;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
  #block-menu-block-3 .content ul li:hover, #block-menu-block-3 .content ul li.active-trail, #block-menu-block-3 .content ul li.active {
    background: #c4c5c5;
    background: linear-gradient(to bottom, #c4c5c5 0%, #c4c5c5 50%, #b9babb 51%, #b9babb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c4c5c5), color-stop(50%, #c4c5c5), color-stop(51%, #b9babb), color-stop(100%, #b9babb));
    background: -webkit-linear-gradient(top, #c4c5c5 0%, #c4c5c5 50%, #b9babb 51%, #b9babb 100%);
    background: -moz-linear-gradient(top, #c4c5c5 0%, #c4c5c5 50%, #b9babb 51%, #b9babb 100%);
    background: -o-linear-gradient(top, #c4c5c5 0%, #c4c5c5 50%, #b9babb 51%, #b9babb 100%);
    background: -ms-linear-gradient(top, #c4c5c5 0%, #c4c5c5 50%, #b9babb 51%, #b9babb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c4c5c5, endColorstr=#b9babb, GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#c4c5c5, endColorstr=#b9babb, GradientType=0)";
  }
  #block-menu-block-3 .content ul li.first {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    background: #d70c0c;
    background: linear-gradient(to bottom, #d70c0c 0%, #d70c0c 50%, #c80b0b 51%, #c80b0b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d70c0c), color-stop(50%, #d70c0c), color-stop(51%, #c80b0b), color-stop(100%, #c80b0b));
    background: -webkit-linear-gradient(top, #d70c0c 0%, #d70c0c 50%, #c80b0b 51%, #c80b0b 100%);
    background: -moz-linear-gradient(top, #d70c0c 0%, #d70c0c 50%, #c80b0b 51%, #c80b0b 100%);
    background: -o-linear-gradient(top, #d70c0c 0%, #d70c0c 50%, #c80b0b 51%, #c80b0b 100%);
    background: -ms-linear-gradient(top, #d70c0c 0%, #d70c0c 50%, #c80b0b 51%, #c80b0b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d70c0c, endColorstr=#c80b0b, GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d70c0c, endColorstr=#c80b0b, GradientType=0)";
  }
  #block-menu-block-3 .content ul li.first:hover, #block-menu-block-3 .content ul li.first.active-trail, #block-menu-block-3 .content ul li.first.active {
    background: #bd0a0a;
    background: linear-gradient(to bottom, #bd0a0a 0%, #bd0a0a 50%, #ae0909 51%, #ae0909 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bd0a0a), color-stop(50%, #bd0a0a), color-stop(51%, #ae0909), color-stop(100%, #ae0909));
    background: -webkit-linear-gradient(top, #bd0a0a 0%, #bd0a0a 50%, #ae0909 51%, #ae0909 100%);
    background: -moz-linear-gradient(top, #bd0a0a 0%, #bd0a0a 50%, #ae0909 51%, #ae0909 100%);
    background: -o-linear-gradient(top, #bd0a0a 0%, #bd0a0a 50%, #ae0909 51%, #ae0909 100%);
    background: -ms-linear-gradient(top, #bd0a0a 0%, #bd0a0a 50%, #ae0909 51%, #ae0909 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bd0a0a, endColorstr=#ae0909, GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#bd0a0a, endColorstr=#ae0909, GradientType=0)";
  }
  #block-menu-block-3 .content ul li a:hover {
    background-color: transparent;
  }
  #block-menu-block-3 .content ul a {
    border-bottom: none;
    padding: 0 1.08333em;
  }
  #block-menu-block-3 .content ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100%;
    background: transparent url("../img/tr_black_o90.png") repeat scroll left top;
  }
  #block-menu-block-3 .content ul ul li.leaf {
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 1.2;
    background: transparent none repeat scroll 0 0;
  }
  #block-menu-block-3 .content ul ul li.leaf:hover, #block-menu-block-3 .content ul ul li.leaf.active-trail, #block-menu-block-3 .content ul ul li.leaf.active {
    background: transparent none repeat scroll 0 0;
  }
  #block-menu-block-3 .content ul ul li.leaf:hover a {
    color: #e2001a;
  }
  #block-menu-block-3 .content ul ul a {
    border-bottom: 1px solid #e2001a;
    padding: 8px 1.16667em 5px 1.16667em;
  }
  #block-menu-block-3 .content ul ul a:before {
    display: none;
  }
  #block-menu-block-3 .content li:hover ul {
    display: block;
  }

  #block-menu-block-6 {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 33.33333%;
    float: left;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #block-menu-block-6 .content ul li.last {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #block-menu-block-6 .content ul li a {
    padding: 0 1.25em;
  }
  #block-menu-block-6 .content ul li.last a {
    padding-left: 1.41667em;
  }
}
/* style_custom */
ul.primary {
  clear: both;
}

.ajax-progress-throbber {
  z-index: 5;
  display: none;
}

.ajax-progress .throbber {
  float: left;
  width: 16px;
  height: 16px;
  background: transparent url(../img/loader.gif) no-repeat left top;
}
.ajax-progress .message {
  padding-left: 22px;
  line-height: 27px;
}

.info-area {
  *zoom: 1;
  float: left;
  width: 100%;
}
.info-area:before, .info-area:after {
  content: " ";
  display: table;
}
.info-area:after {
  clear: both;
}
.info-area .message {
  margin-bottom: 1px;
}

.page-title {
  position: relative;
  float: left;
  width: 130px;
  margin: 0 0 0 -0.25em;
  padding: 2px 0.83333em 0 0.83333em;
  line-height: 35px;
  font-size: 1.75em;
  color: #fff;
  background: transparent url("../img/title_bg.png") no-repeat scroll left top;
}
.page-user .page-title, .node-type-news .page-title, .node-type-photo .page-title, .node-type-video .page-title, .inside-mxgp .page-title {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 35px 0.41667em 15px 0.41667em;
  line-height: 1;
  font-size: 2.5em;
  color: #000;
  background: transparent url("../img/diagonal.jpg") repeat scroll left top;
}
.page-node-151 .page-title, .page-node-152 .page-title, .page-node-154 .page-title {
  font-size: 1.33333em;
}
.page-photos .page-title {
  font-size: 1.41667em;
}

.block-views h2,
.block-nodeblock h2 {
  text-transform: uppercase;
}

.views-field-view-node a {
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 0.91667em;
  color: #e2001a;
}

.list-with-filters.view-video .views-field-field-video-image a,
.widget-list-with-picture .views-field-field-video-image a {
  position: relative;
  display: block;
  text-align: center;
}
.list-with-filters.view-video .views-field-field-video-image a:after,
.widget-list-with-picture .views-field-field-video-image a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-indent: 5px;
  line-height: 70px;
  font-size: 6em;
  color: #e2001a;
  background: transparent url("../img/tr_white_o70.png") repeat scroll left top;
}

.page-girls .page-title,
.page-monster-girls .page-title,
.node-type-girl .page-title {
  background: none;
  background-color: #000;
  width: 100%;
  color: #90c448;
  padding-left: 10px;
  margin-left: 0;
}

.view-id-girl.view-display-id-page_1,
.view-id-girl.view-display-id-block_2 {
  background: none;
  background-color: #000;
  margin-top: 0;
}
.view-id-girl.view-display-id-page_1 h2,
.view-id-girl.view-display-id-block_2 h2 {
  color: #90c448;
}
.view-id-girl.view-display-id-page_1 .views-field-title a,
.view-id-girl.view-display-id-block_2 .views-field-title a {
  background-color: transparent;
  color: #90c448;
  text-transform: uppercase;
  font-family: 'foundrygridnik-bold';
  font-size: 1.58333em;
}

.node-type-girl .page-title {
  display: none;
}
.node-type-girl .field-name-title H2 {
  background: none;
  background-color: #000;
  width: 100%;
  color: #90c448;
  padding: 2px 0 0 40px;
  margin: 0;
}
.node-type-girl .field-name-field-girl-pictures .field-item {
  float: left;
  margin: 0 4px 4px 0;
}
.node-type-girl .node .field-type-country {
  left: 5px;
  top: 5px;
  width: 30px;
}
.node-type-girl .field-name-body {
  font-size: 1.08333em;
  padding: 20px 0 0 10px;
}
.node-type-girl .field-name-body ul {
  margin-left: 20px;
}
.node-type-girl div.item-list ul.pager {
  bottom: 0;
  left: 0;
  top: auto;
  right: auto;
  margin: 0 0 3px 5px;
}
.node-type-girl div.item-list ul.pager li:after {
  background-color: transparent;
}
.node-type-girl div.item-list ul.pager li.pager-next, .node-type-girl div.item-list ul.pager li, .node-type-girl div.item-list ul.pager li.pager-previous {
  font-size: 1.08333em;
  text-transform: uppercase;
}

.node {
  position: relative;
  float: left;
  width: 100%;
}

.node-news .field-name-body,
.node-news .field-name-body-default,
.node-video .field-name-body,
.node-video .field-name-body-default {
  padding: 0 0.83333em;
}

.node-news .field-type-image,
.node-video .field-type-media {
  margin: 10px 0 20px 0;
}

.node-news .field-type-image img {
  width: 100%;
}

.node-track .field-name-body,
.node-rider .field-name-body,
.node-team .field-name-body {
  float: left;
  width: 100%;
}

.node-team .field-name-rider-display-block,
.node-track .field-name-field-track-map-image {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.node-team .field-name-rider-display-block h2 {
  font-size: 1.16667em;
  color: #060606;
}
.node-team .field-name-rider-display-block .view-team .views-row {
  margin-bottom: 5px;
  margin-left: 15px;
}

.table-wrapper-mobile {
  width: 100%;
  overflow-x: scroll;
}

.wide-content-mobile-warning {
  position: relative;
  padding: 15px 10px 15px 70px;
  color: white;
  background-color: #001a4b;
}
.wide-content-mobile-warning .icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 62px;
  height: 44px;
  background: #001a4b url("../img/scrollfinger.jpg") no-repeat scroll top left;
}

.field-name-body table,
.field-name-body-default table {
  float: left;
  width: 100% !important;
  border-color: #b2b3b4;
  border: none;
}
.field-name-body table tbody,
.field-name-body-default table tbody {
  border: 1px solid #b2b3b4;
}
.node-track .field-name-body table tbody, .node-track
.field-name-body-default table tbody {
  border: none;
}
.field-name-body table caption,
.field-name-body-default table caption {
  padding: 0 0.75em 8px 0.75em;
  text-transform: uppercase;
  font-family: 'foundrygridnik-bold';
  font-size: 1.16667em;
  color: #e2001a;
}
.field-name-body table caption p,
.field-name-body-default table caption p {
  margin: 0;
}
.field-name-body table tr.odd,
.field-name-body table tbody tr:nth-child(odd),
.field-name-body-default table tr.odd,
.field-name-body-default table tbody tr:nth-child(odd) {
  background-color: #ededee;
}
.field-name-body table td,
.field-name-body table th,
.field-name-body-default table td,
.field-name-body-default table th {
  padding: 4px 0.83333em;
  vertical-align: top;
  border-color: #b2b3b4;
}
.field-name-body table th,
.field-name-body-default table th {
  color: #e2001a;
}
.node-track .field-name-body table tr td:nth-child(1), .node-track
.field-name-body-default table tr td:nth-child(1) {
  width: 150px;
}

.inside-mxgp .field-name-body table {
  margin-bottom: 10px;
}

.external_results table {
  width: 100%;
}
.external_results td {
  vertical-align: top;
}
.external_results tbody {
  border: none;
}
.external_results form.custom .custom.dropdown {
  float: left;
  width: 30%;
  margin-left: 2.5%;
}
.external_results form.custom > table > tbody > tr:first-child .mxmiddle {
  padding-top: 10px;
  background: transparent url("../img/diagonal.jpg") repeat scroll left top;
}
.external_results form.custom table table table td {
  border-bottom: 1px solid #ededee;
  padding: 5px;
}
.external_results form.custom table table table tbody tr:first-child td {
  border-bottom: none;
  padding-bottom: 30px;
}

.item-list ul.pager li {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: 'foundrygridnik-bold';
  color: #707173;
}
.item-list ul.pager li:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 2px;
  width: 1px;
  height: 9px;
  background-color: #707173;
}
.item-list ul.pager .last:after {
  display: none;
}
.item-list ul.pager a,
.item-list ul.pager .pager-current span {
  display: inline-block;
  padding: 3px 0.58333em 3px 0.33333em;
}
.item-list ul.pager a {
  color: #707173;
}
.item-list ul.pager .pager-current {
  color: #e2001a;
}
.item-list ul.pager .pager-previous,
.item-list ul.pager .pager-next {
  line-height: 0.5;
  font-size: 1.5em;
}
.item-list ul.pager .pager-previous a,
.item-list ul.pager .pager-next a {
  color: #e2001a;
}
.item-list ul.pager .pager-previous:after,
.item-list ul.pager .pager-next:after {
  top: 7px;
}
.item-list ul.pager .pager-first,
.item-list ul.pager .pager-last {
  display: none;
}

@media all and (min-width: 450px) {
  .wide-content-mobile-warning {
    display: none;
  }
}
/* block_breadcrumb */
.breadcrumb {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 5px 0;
  list-style: none;
}
.breadcrumb li {
  position: relative;
  float: left;
  display: block;
  padding: 0 1em 0 0.41667em;
  font-family: 'foundrygridnik-bold';
  font-size: 0.83333em;
}
.breadcrumb li:after {
  content: '/';
  position: absolute;
  top: 0;
  right: 0;
}
.breadcrumb li.last:after {
  display: none;
}

/* block_filtered_list */
.view-filters {
  position: relative;
}
.view-filters form,
.view-filters .views-exposed-widgets {
  margin: 0;
}
.view-filters .views-exposed-widget {
  padding: 0;
}

.list-with-filters {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 30px;
  background: transparent url("../img/diagonal.jpg") repeat scroll left top;
}
.list-with-filters .view-header h2 {
  margin: 0;
  padding: 7px 3.75em 1px 0.41667em;
  line-height: 32px;
}
.list-with-filters .view-filters {
  border-top: 8px solid #fff;
  padding-top: 25px;
  line-height: 18px;
}
.list-with-filters #edit-year-filter-wrapper ul li,
.list-with-filters #edit-country-filter-wrapper ul li,
.list-with-filters #edit-field-photo-section-tid-wrapper ul li {
  text-transform: uppercase;
}
.list-with-filters #edit-year-filter-wrapper ul li:hover, .list-with-filters #edit-year-filter-wrapper ul li.active,
.list-with-filters #edit-country-filter-wrapper ul li:hover,
.list-with-filters #edit-country-filter-wrapper ul li.active,
.list-with-filters #edit-field-photo-section-tid-wrapper ul li:hover,
.list-with-filters #edit-field-photo-section-tid-wrapper ul li.active {
  background: transparent url("../img/tr_black_o20.png") repeat scroll left top;
}
.list-with-filters #edit-year-filter-wrapper {
  position: absolute;
  top: -48px;
  right: 0.83333em;
}
.list-with-filters #edit-year-filter-wrapper ul, .list-with-filters #edit-year-filter-wrapper ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-with-filters #edit-year-filter-wrapper ul li {
  float: left;
  display: block;
}
.list-with-filters #edit-year-filter-wrapper ul li {
  height: 40px;
  padding: 18px 1em 12px 1em;
}
.list-with-filters #edit-country-filter-wrapper,
.list-with-filters #edit-field-photo-section-tid-wrapper {
  width: 100%;
}
.list-with-filters #edit-country-filter-wrapper ul, .list-with-filters #edit-country-filter-wrapper ul li,
.list-with-filters #edit-field-photo-section-tid-wrapper ul,
.list-with-filters #edit-field-photo-section-tid-wrapper ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-with-filters #edit-country-filter-wrapper ul li,
.list-with-filters #edit-field-photo-section-tid-wrapper ul li {
  float: left;
  display: block;
}
.list-with-filters #edit-country-filter-wrapper ul li,
.list-with-filters #edit-field-photo-section-tid-wrapper ul li {
  padding: 10px 0.66667em 6px 0.66667em;
}
.list-with-filters #edit-country-filter-wrapper ul li.option-0,
.list-with-filters #edit-field-photo-section-tid-wrapper ul li.option-0 {
  display: none;
}
.list-with-filters #edit-country-filter-wrapper {
  margin-top: 4px;
  border-top: 1px solid #b2b3b4;
  border-bottom: 1px solid #b2b3b4;
}
.list-with-filters #edit-race-category-wrapper ul, .list-with-filters #edit-race-category-wrapper ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-with-filters #edit-race-category-wrapper ul li {
  float: left;
  display: block;
}
.list-with-filters #edit-race-category-wrapper ul li {
  height: 20px;
  padding: 4px 1em 2px 1em;
}
.list-with-filters #edit-race-category-wrapper ul li:hover, .list-with-filters #edit-race-category-wrapper ul li.active {
  color: #e2001a;
}
.list-with-filters #edit-race-category-wrapper ul li:first-child {
  text-transform: uppercase;
}
.list-with-filters #edit-year-filter-wrapper ul li,
.list-with-filters #edit-country-filter-wrapper ul li,
.list-with-filters #edit-field-photo-section-tid-wrapper ul li,
.list-with-filters #edit-race-category-wrapper ul li {
  cursor: pointer;
  font-family: 'foundrygridnik-bold';
  color: #707173;
}
.list-with-filters #edit-year-filter-wrapper ul li {
  display: none;
}
.list-with-filters #edit-year-filter-wrapper ul .option-0 {
  display: block;
}
.list-with-filters.view-news #edit-year-filter-wrapper ul .option-1 {
  display: block;
}
.list-with-filters.view-photo-gallery #edit-year-filter-wrapper ul li {
  display: block;
}
.list-with-filters.view-photo-gallery #edit-country-filter-wrapper ul li {
  text-transform: none;
}
.list-with-filters #edit-race-category-wrapper ul .option-3,
.list-with-filters #edit-race-category-wrapper ul .option-4 {
  display: none;
}
.list-with-filters.view-news #edit-race-category-wrapper ul .option-3,
.list-with-filters.view-news #edit-race-category-wrapper ul .option-4 {
  display: block;
}
.list-with-filters.view-photo-gallery #edit-race-category-wrapper ul .option-4 {
  display: block;
}
.list-with-filters.view-photo-gallery #edit-race-category-wrapper ul .option-5 {
  display: none;
}
.list-with-filters .view-content,
.list-with-filters .row {
  float: left;
  width: 100%;
}
.list-with-filters .view-empty {
  padding: 20px 0.5em 0 0.5em;
}
.list-with-filters .item-list ul.pager {
  position: absolute;
  top: 50px;
  right: 0.83333em;
}
.list-with-filters .item-list ul.pager li {
  font-size: 0.91667em;
}
.list-with-filters .item-list ul.pager a,
.list-with-filters .item-list ul.pager .pager-current span {
  padding: 3px 0.41667em 3px 0.08333em;
}
.list-with-filters .item-list ul.pager .pager-previous,
.list-with-filters .item-list ul.pager .pager-next {
  font-size: 1.33333em;
}
.list-with-filters .item-list ul.pager .pager-previous:after,
.list-with-filters .item-list ul.pager .pager-next:after {
  top: 6px;
}
.list-with-filters .view-footer {
  float: left;
  width: 100%;
  text-align: right;
}
.list-with-filters .view-footer a {
  display: inline-block;
  padding: 4px 0.83333em;
  text-transform: uppercase;
  font-family: 'foundrygridnik-bold';
  color: #e2001a;
}
.list-with-filters .view-filters.filter_bottom,
.list-with-filters .pager_bottom {
  float: left;
  width: 100%;
}
.list-with-filters .filter_bottom #edit-race-category-wrapper {
  margin-top: 20px;
}
.list-with-filters .filter_bottom #edit-race-category-wrapper ul li {
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 45px;
}
.list-with-filters .filter_bottom #edit-year-filter-wrapper {
  top: 0;
}
.list-with-filters .filter_bottom #edit-category-tid-wrapper {
  display: none;
}
.list-with-filters .pager_bottom {
  position: relative;
  border-top: 8px solid #fff;
  padding-top: 40px;
}
.list-with-filters .pager_bottom .item-list ul.pager {
  top: 12px;
}

.list-image-title .col,
.list-image-title .views-row {
  position: relative;
  padding-left: 0.41667em;
  padding-right: 0.41667em;
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 15px;
}
.list-image-title .list-image {
  overflow: hidden;
}
.list-image-title .list-image img {
  width: 100%;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.list-image-title .list-image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.list-image-title .flag {
  float: left;
  width: 33px;
}
.list-image-title .views-field-title a {
  display: block;
  padding: 5px 5px 5px 38px;
  line-height: 1;
  font-size: 1.25em;
  color: #fff;
  background-color: #e2001a;
}

.list-image-title.view-team .views-field-title a {
  padding-left: 5px;
}

@media all and (min-width: 820px) {
  .list-image-title.view-team .views-field-title a {
    min-height: 40px;
  }

  .list-image-title.view-photo-gallery .views-field-title a {
    min-height: 55px;
  }
}
.node-type-track .item-list ul.pager,
.node-type-rider .item-list ul.pager,
.node-type-team .item-list ul.pager {
  z-index: 100;
  position: absolute;
  top: auto;
  right: auto;
  width: 100%;
}
.node-type-track .item-list ul.pager li:after,
.node-type-track .item-list ul.pager .pager-current,
.node-type-track .item-list ul.pager .pager-item,
.node-type-track .item-list ul.pager .pager-ellipsis,
.node-type-rider .item-list ul.pager li:after,
.node-type-rider .item-list ul.pager .pager-current,
.node-type-rider .item-list ul.pager .pager-item,
.node-type-rider .item-list ul.pager .pager-ellipsis,
.node-type-team .item-list ul.pager li:after,
.node-type-team .item-list ul.pager .pager-current,
.node-type-team .item-list ul.pager .pager-item,
.node-type-team .item-list ul.pager .pager-ellipsis {
  display: none;
}
.node-type-track .item-list ul.pager a,
.node-type-track .item-list ul.pager .pager-current span,
.node-type-rider .item-list ul.pager a,
.node-type-rider .item-list ul.pager .pager-current span,
.node-type-team .item-list ul.pager a,
.node-type-team .item-list ul.pager .pager-current span {
  padding: 0;
}
.node-type-track .item-list ul.pager .pager-previous,
.node-type-track .item-list ul.pager .pager-next,
.node-type-rider .item-list ul.pager .pager-previous,
.node-type-rider .item-list ul.pager .pager-next,
.node-type-team .item-list ul.pager .pager-previous,
.node-type-team .item-list ul.pager .pager-next {
  position: absolute;
  top: 72px;
}
.node-type-track .item-list ul.pager .pager-previous a,
.node-type-track .item-list ul.pager .pager-next a,
.node-type-rider .item-list ul.pager .pager-previous a,
.node-type-rider .item-list ul.pager .pager-next a,
.node-type-team .item-list ul.pager .pager-previous a,
.node-type-team .item-list ul.pager .pager-next a {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  line-height: 18px;
  text-indent: -10000px;
  text-align: center;
}
.node-type-track .item-list ul.pager .pager-previous a:after,
.node-type-track .item-list ul.pager .pager-next a:after,
.node-type-rider .item-list ul.pager .pager-previous a:after,
.node-type-rider .item-list ul.pager .pager-next a:after,
.node-type-team .item-list ul.pager .pager-previous a:after,
.node-type-team .item-list ul.pager .pager-next a:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  background-color: #191919;
}
.node-type-track .item-list ul.pager .pager-previous:hover a:after,
.node-type-track .item-list ul.pager .pager-next:hover a:after,
.node-type-rider .item-list ul.pager .pager-previous:hover a:after,
.node-type-rider .item-list ul.pager .pager-next:hover a:after,
.node-type-team .item-list ul.pager .pager-previous:hover a:after,
.node-type-team .item-list ul.pager .pager-next:hover a:after {
  background-color: #e2001a;
}
.node-type-track .item-list ul.pager .pager-previous,
.node-type-rider .item-list ul.pager .pager-previous,
.node-type-team .item-list ul.pager .pager-previous {
  left: 0.83333em;
}
.node-type-track .item-list ul.pager .pager-previous a:after,
.node-type-rider .item-list ul.pager .pager-previous a:after,
.node-type-team .item-list ul.pager .pager-previous a:after {
  text-indent: -2px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}
.node-type-track .item-list ul.pager .pager-next,
.node-type-rider .item-list ul.pager .pager-next,
.node-type-team .item-list ul.pager .pager-next {
  right: 0.83333em;
}
.node-type-track .item-list ul.pager .pager-next a:after,
.node-type-rider .item-list ul.pager .pager-next a:after,
.node-type-team .item-list ul.pager .pager-next a:after {
  text-indent: 0;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}
.node-type-track .item-list ul.pager .pager-first,
.node-type-track .item-list ul.pager .pager-last,
.node-type-rider .item-list ul.pager .pager-first,
.node-type-rider .item-list ul.pager .pager-last,
.node-type-team .item-list ul.pager .pager-first,
.node-type-team .item-list ul.pager .pager-last {
  display: block;
}

.list-with-filters.view-video .col {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  margin: 10px 0.41667em 15px 0.41667em;
  padding-bottom: 10px;
  background: transparent url("../img/tr_black_o10.png") repeat scroll left top;
}
.list-with-filters.view-video .col img {
  width: 100%;
}
.list-with-filters.view-video .views-field-title,
.list-with-filters.view-video .views-field-body,
.list-with-filters.view-video .views-field-view-node {
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.list-with-filters.view-video .views-field-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.list-with-filters.view-video .views-field-title a {
  display: block;
  padding: 0;
  line-height: 1.2;
  font-size: 1em;
  color: #000;
  background-color: transparent;
}

@media all and (min-width: 450px) {
  .list-with-filters .view-filters {
    padding-top: 0;
  }
  .list-with-filters .filter_bottom #edit-race-category-wrapper {
    margin-top: 0;
  }

  .list-image-title .col,
  .list-image-title .views-row {
    position: relative;
    padding-left: 0.41667em;
    padding-right: 0.41667em;
    width: 50%;
    float: left;
  }

  .list-with-filters.view-video .col {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left;
  }
}
@media all and (min-width: 768px) {
  .list-with-filters.view-video .col {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 33.33333%;
    float: left;
  }
}
@media all and (min-width: 820px) {
  .list-image-title .col,
  .list-image-title .views-row {
    position: relative;
    padding-left: 0.41667em;
    padding-right: 0.41667em;
    width: 33.33333%;
    float: left;
  }
}
/* block_node_social_links */
.social-buttons {
  float: left;
  width: 100%;
  margin-top: 15px;
  padding: 0.83333em;
  /*temp*/
  font-family: 'foundrygridnik-bold';
  color: #fff;
  background-color: #191919;
}
.social-buttons a {
  color: #fff;
}
.social-buttons .field-label-inline a {
  text-decoration: underline;
}
.social-buttons .field-name-field-track-official-website,
.social-buttons .field-name-field-rider-official-website,
.social-buttons .field-name-field-team-official-website {
  float: left;
  line-height: 40px;
}
.social-buttons .social-wrapper .field-type-link-field {
  float: right;
  margin-left: 0.41667em;
}
.social-buttons .social-wrapper .field-type-link-field a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-indent: -10000px;
  font-size: 2em;
  color: #fff;
}
.social-buttons .social-wrapper .field-type-link-field a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 0;
  color: #fff;
}
.social-buttons .social-wrapper .field-type-link-field a:after:hover:after {
  color: #009ee0;
}
.social-buttons .field-name-field-trach-facebook a:after,
.social-buttons .field-name-field-rider-facebook a:after,
.social-buttons .field-name-field-team-facebook a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}
.social-buttons .field-name-field-trach-twitter a:after,
.social-buttons .field-name-field-rider-twitter a:after,
.social-buttons .field-name-field-team-twitter a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}
.social-buttons .field-name-field-trach-youtube a:after,
.social-buttons .field-name-field-rider-youtube a:after,
.social-buttons .field-name-field-team-youtube a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}
.social-buttons .field-name-field-trach-pinterest a:after,
.social-buttons .field-name-field-rider-pinterest a:after,
.social-buttons .field-name-field-team-pinterest a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}

/* block_advertisement */
.ad_mxgp_com_header,
.ad_mxgp_com_littleboard {
  display: none;
  margin-top: 10px;
  float: left;
}

.ad_mxgp_com_littleboard {
  width: 216px;
  height: 90px;
  margin-left: 13px;
}

.ad_mxgp_com_footer {
  margin: 30px -2px -4px 0;
  float: left;
  display: none;
}

.ad_mxgp_com_content {
  margin: 10px 0;
  display: none;
}

.page_sidebar .block-google-admanager .content {
  width: 300px;
  margin: 0 auto;
}

@media only screen and (min-width: 728px) {
  .ad_mxgp_com_header {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .page_sidebar .block-google-admanager {
    margin-top: 5px;
    margin-left: 1.33333em;
  }
  .page_sidebar .block-google-admanager .content {
    margin: 0;
  }
}
@media only screen and (min-width: 990px) {
  .ad_mxgp_com_footer,
  .ad_mxgp_com_littleboard {
    display: block;
  }
}
@media only screen and (min-width: 640px) {
  .ad_mxgp_com_content {
    display: block;
  }
}
/* block_list_page_top.scss */
.list-top-block {
  position: relative;
  top: -40px;
  left: 0;
  margin-bottom: -25px;
  padding-left: 140px;
}
.list-top-block .content {
  position: relative;
  overflow: hidden;
  height: 40px;
  line-height: 1;
  font-size: 0.91667em;
}
.list-top-block .content p {
  margin: 0;
}

.list-top-image .page_main_photo {
  position: relative;
  margin-bottom: 20px;
}
.list-top-image .page_main_photo img {
  width: 100%;
}
.list-top-image .page_main_photo .field-name-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  font-family: 'foundrygridnik-bold';
  font-size: 2.5em;
  background: transparent url("../img/tr_black_o60.png") repeat scroll left top;
}
.list-top-image .page_main_photo .field-name-title a {
  display: block;
  padding: 20px 0.83333em;
  color: #fff;
}

/* block_detail_page_top.scss */
.node > .field-name-tracks-title,
.node > .field-name-riders-title,
.node > .field-name-teams-title,
.node > .field-type-country {
  z-index: 2;
  position: absolute;
  top: 0;
}
.node > .field-name-tracks-title,
.node > .field-name-riders-title,
.node > .field-name-teams-title {
  left: 0;
}
.node > .field-type-country {
  left: 125px;
}

.top-wrapper {
  position: relative;
}
.top-wrapper > .field-type-image {
  margin-bottom: 20px;
}
.top-wrapper > .field-type-image img {
  width: 100%;
}
.top-wrapper .detailed-top {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 1.66667em;
  background: transparent url("../img/tr_black_o20.png") repeat scroll left top;
}
.top-wrapper .detailed-top .field-label-inline {
  color: #060606;
}
.top-wrapper .detailed-top .field-label-inline a {
  text-decoration: underline;
  color: #060606;
}
.top-wrapper .detailed-top .field-label-inline .field-label {
  float: none;
  margin-top: 25px;
  text-transform: uppercase;
  font-family: 'foundrygridnik-bold';
  font-size: 1.16667em;
  font-weight: normal;
  color: #e2001a;
}
.top-wrapper .detailed-top .field-type-number-integer {
  position: absolute;
  bottom: -84px;
  left: 0.33333em;
  margin: 0;
  line-height: 1;
  font-style: italic;
  font-size: 4.83333em;
  font-weight: bold;
  color: #7f7f7f;
}
.top-wrapper .detailed-top .field-type-number-integer .field-label {
  display: none;
}
.top-wrapper .detailed-top .field-name-title h2 {
  width: 100%;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  font-size: 2.5em;
  word-wrap: break-word;
  color: #e2001a;
}

.node-rider .top-wrapper .detailed-top .field-name-title h2 {
  margin-top: 50px;
}

@media all and (min-width: 768px) {
  .node-track .top-wrapper .detailed-top,
  .node-rider .top-wrapper .detailed-top {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background: transparent url("../img/tr_white_o70.png") repeat scroll left top;
  }
  .node-track .top-wrapper .detailed-top .field-label-inline a,
  .node-rider .top-wrapper .detailed-top .field-label-inline a {
    color: #060606;
  }
  .node-track .top-wrapper .detailed-top .field-label-inline .field-label,
  .node-rider .top-wrapper .detailed-top .field-label-inline .field-label {
    margin-top: 0;
  }
  .node-track .top-wrapper .detailed-top .field-name-title,
  .node-rider .top-wrapper .detailed-top .field-name-title {
    float: left;
    width: 50%;
  }
  .node-track .top-wrapper .info-wrapper-inner,
  .node-rider .top-wrapper .info-wrapper-inner {
    float: right;
    width: 45%;
  }
  .node-track .top-wrapper .info-wrapper-inner .field,
  .node-rider .top-wrapper .info-wrapper-inner .field {
    margin-bottom: 10px;
  }
  .node-track .top-wrapper .info-wrapper-inner .field-type-field-collection,
  .node-track .top-wrapper .info-wrapper-inner .field-type-number-integer,
  .node-rider .top-wrapper .info-wrapper-inner .field-type-field-collection,
  .node-rider .top-wrapper .info-wrapper-inner .field-type-number-integer {
    margin-bottom: 0;
  }
  .node-track .top-wrapper .info-wrapper-inner .field-type-number-integer,
  .node-rider .top-wrapper .info-wrapper-inner .field-type-number-integer {
    bottom: 0;
    color: #7f7f7f;
  }
  .node-track .top-wrapper .info-wrapper-inner .field-name-field-rider-categories,
  .node-rider .top-wrapper .info-wrapper-inner .field-name-field-rider-categories {
    position: absolute;
    bottom: 55px;
    left: 1.66667em;
    max-width: 50%;
  }

  .node-rider .top-wrapper .detailed-top .field-name-title h2 {
    margin-top: 0;
    margin-bottom: 100px;
  }
}
/* block_top_slide */
.lista-top-image .views_slideshow_cycle_main {
  width: 100%;
}
.lista-top-image .views-slideshow-cycle-main-frame {
  height: auto;
}
.lista-top-image .views_slideshow_cycle_main,
.lista-top-image .views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row {
  height: auto !important;
}
.lista-top-image .views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row,
.lista-top-image .views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
  width: 100% !important;
}

/* block_filtered_list */
.view-search .views-row {
  border-top: 1px solid #cdcecf;
  padding: 10px 0;
}
.view-search .views-row-first {
  border: none;
  padding-top: 0;
}
.view-search .views-field-title {
  margin-bottom: 3px;
  text-transform: uppercase;
  font-family: 'foundrygridnik-bold';
  color: #e2001a;
}
.view-search .views-field-title a {
  color: #e2001a;
}
.view-search .item-list ul.pager {
  margin-top: 30px;
}

/* block_application_form */
.page-accrediation-form .webform-client-form legend {
  width: 100%;
  margin-right: -11px;
  margin-left: -11px;
  padding-right: 11px;
  padding-left: 11px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.page-accrediation-form .webform-client-form > div > fieldset {
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
}
.page-accrediation-form .webform-client-form > div > fieldset > legend {
  height: 26px;
  line-height: 26px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #000;
}
.page-accrediation-form .webform-client-form fieldset fieldset {
  float: left;
  width: 100%;
  padding: 10px 10px 0;
}
.page-accrediation-form .webform-client-form fieldset fieldset legend {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  font-weight: normal;
  background-color: #d9d9da;
}
.page-accrediation-form .webform-client-form .form-item {
  margin-top: 0;
  margin-bottom: 20px;
}
.page-accrediation-form .webform-client-form .form-item input {
  height: 28px;
  margin: 0;
  padding: 0 6px;
  font-size: 12px;
}
.page-accrediation-form .webform-client-form .webform-container-inline label {
  display: inline-block;
}
.page-accrediation-form .webform-client-form .description {
  margin-top: 3px;
}
.page-accrediation-form .webform-client-form .form-checkboxes .form-item,
.page-accrediation-form .webform-client-form .form-radios .form-item {
  display: inline-block;
  margin-bottom: 0;
}
.page-accrediation-form .webform-client-form .form-checkboxes input,
.page-accrediation-form .webform-client-form .form-radios input {
  margin-top: -1px;
}

.page-accrediation-form #webform-component-media--publication > label,
.page-accrediation-form #webform-component-media--type > label {
  display: block;
}
.page-accrediation-form #webform-component-media--coverage > label,
.page-accrediation-form #webform-component-media--frequency > label {
  display: block;
}
.page-accrediation-form #webform-component-journalist--journalist-category > label,
.page-accrediation-form #webform-component-journalist--birth-date > label {
  display: block;
}
.page-accrediation-form #webform-component-media--publication,
.page-accrediation-form #webform-component-media--type,
.page-accrediation-form #webform-component-media--frequency {
  margin-bottom: 0;
}
.page-accrediation-form #webform-component-journalist--journalist-category,
.page-accrediation-form #webform-component-journalist--birth-date,
.page-accrediation-form #webform-component-journalist--journalistnationality {
  margin-bottom: 0;
}
.page-accrediation-form #webform-component-journalist--birth-date {
  *zoom: 1;
}
.page-accrediation-form #webform-component-journalist--birth-date:before, .page-accrediation-form #webform-component-journalist--birth-date:after {
  content: " ";
  display: table;
}
.page-accrediation-form #webform-component-journalist--birth-date:after {
  clear: both;
}
.page-accrediation-form #webform-component-journalist--birth-date .form-type-select {
  float: left;
  width: 25.5%;
  margin-bottom: 0;
}
.page-accrediation-form #webform-component-journalist--birth-date select {
  height: 26px;
}
.page-accrediation-form #webform-component-journalist--birth-date .form-item-submitted-journalist-birth-date-month {
  margin-right: 2%;
  margin-left: 2%;
}
.page-accrediation-form #webform-component-journalist--birth-date .webform-calendar {
  float: left;
  width: 46px;
}
.page-accrediation-form #webform-component-3-additional-informations-for-agencies-and-freelance-journalists,
.page-accrediation-form #webform-component-3-additional-informations-for-agencies-and-freelance-journalists strong {
  font-family: 'Helvetica Neue1', 'Helvetica', 'Tahoma', Arial, sans-serif;
}

@media all and (min-width: 550px) {
  .page-accrediation-form #webform-component-media--media-name {
    float: left;
    width: 65%;
    margin-right: 4%;
  }
  .page-accrediation-form #webform-component-media--country {
    float: right;
    width: 31%;
  }
  .page-accrediation-form #webform-component-media--journalist-address .form-item,
  .page-accrediation-form #webform-component-media--editor-in-chief .form-item,
  .page-accrediation-form #webform-component-journalist--address .form-item {
    float: left;
    width: 30.5%;
  }
  .page-accrediation-form #webform-component-journalist--address--city,
  .page-accrediation-form #webform-component-journalist--address--post-code,
  .page-accrediation-form #webform-component-journalist--address--country {
    float: left;
    width: 30.5%;
  }
  .page-accrediation-form #webform-component-media--journalist-address--post-code,
  .page-accrediation-form #webform-component-media--editor-in-chief--editor-in-chief-email,
  .page-accrediation-form #webform-component-journalist--address--post-code {
    margin-right: 4%;
    margin-left: 4%;
  }
  .page-accrediation-form #webform-component-media--phone,
  .page-accrediation-form #webform-component-media--fax,
  .page-accrediation-form #webform-component-media--e-mail {
    float: left;
    width: 48%;
  }
  .page-accrediation-form #webform-component-media--web,
  .page-accrediation-form #webform-component-media--circulation .form-item,
  .page-accrediation-form #webform-component-media--publishing-group .form-item {
    float: left;
    width: 48%;
  }
  .page-accrediation-form #webform-component-journalist--journalist-name,
  .page-accrediation-form #webform-component-journalist--journalist-surname,
  .page-accrediation-form #webform-component-journalist--journalist-phone {
    float: left;
    width: 48%;
  }
  .page-accrediation-form #webform-component-journalist--journalist-mobile,
  .page-accrediation-form #webform-component-journalist--journalist-fax,
  .page-accrediation-form #webform-component-journalist--journalist-email {
    float: left;
    width: 48%;
  }
  .page-accrediation-form #webform-component-media--phone,
  .page-accrediation-form #webform-component-media--e-mail,
  .page-accrediation-form #webform-component-media--circulation--issues-per-year,
  .page-accrediation-form #webform-component-media--publishing-group--name {
    margin-right: 4%;
  }
  .page-accrediation-form #webform-component-journalist--journalist-name,
  .page-accrediation-form #webform-component-journalist--journalist-phone,
  .page-accrediation-form #webform-component-journalist--journalist-fax {
    margin-right: 4%;
  }
  .page-accrediation-form #webform-component-media--journalist-address--street.form-item,
  .page-accrediation-form #webform-component-media--publication,
  .page-accrediation-form #webform-component-media--publicationother {
    float: left;
    width: 100%;
  }
  .page-accrediation-form #webform-component-media--type,
  .page-accrediation-form #webform-component-media--typeother,
  .page-accrediation-form #webform-component-media--coverage {
    float: left;
    width: 100%;
  }
  .page-accrediation-form #webform-component-media--frequency,
  .page-accrediation-form #webform-component-media--frequencyother,
  .page-accrediation-form #webform-component-journalist--address--street.form-item {
    float: left;
    width: 100%;
  }
  .page-accrediation-form #webform-component-journalist--journalist-category,
  .page-accrediation-form #webform-component-journalist--journalist-category-other,
  .page-accrediation-form #webform-component-journalist--address {
    float: left;
    width: 100%;
  }
  .page-accrediation-form #webform-component-journalist--preferred-mailing-address,
  .page-accrediation-form #webform-component-journalist--impa-member {
    float: left;
    width: 100%;
  }
  .page-accrediation-form #webform-component-journalist--birth-date {
    float: left;
    width: 56%;
    margin-right: 2%;
  }
  .page-accrediation-form #webform-component-journalist--journalistnationality {
    float: right;
    width: 42%;
  }
}
/* style_sidebar */
.page_sidebar .block {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

#block-jquery-countdown-timer-jquery-countdown-timer {
  padding: 0 1.66667em 5px 1.66667em;
  background: #000 url("../img/countdown_bg.jpg") no-repeat scroll left top;
  min-height: 100px;
}
#block-jquery-countdown-timer-jquery-countdown-timer .countdownHolder {
  width: auto !important;
  margin-top: 50px;
  text-align: right;
  font-size: 1.58333em;
}
#block-jquery-countdown-timer-jquery-countdown-timer .countDiv {
  position: relative;
}
#block-jquery-countdown-timer-jquery-countdown-timer .position {
  width: 0.8em;
}
#block-jquery-countdown-timer-jquery-countdown-timer .digit,
#block-jquery-countdown-timer-jquery-countdown-timer .digit.static {
  text-align: left;
  color: #e2001a;
  background: transparent none repeat scroll 0 0;
}
#block-jquery-countdown-timer-jquery-countdown-timer .countDiv:before,
#block-jquery-countdown-timer-jquery-countdown-timer .countDiv:after {
  width: 3px;
  height: 4px;
  background-color: #fff;
}
#block-jquery-countdown-timer-jquery-countdown-timer #jquery-countdown-timer-note {
  width: auto !important;
  margin-top: -5px;
  padding: 0;
  text-align: right;
  font-size: 0.91667em;
  color: #fff;
  text-shadow: none;
}

#block-mxgp-parser-frontpage-calendar {
  position: relative;
  float: left;
  width: 100%;
}
#block-mxgp-parser-frontpage-calendar .mxon-static-link {
  z-index: 5;
  position: absolute;
  top: 9px;
  right: 5px;
  font-weight: bold;
  color: #e2001a;
}
#block-mxgp-parser-frontpage-calendar form {
  position: relative;
  margin: 0;
}
#block-mxgp-parser-frontpage-calendar .form-type-select {
  margin: 0 0 3px 0;
  box-shadow: 0 2px 5px 0 #8b8d8e;
  -moz-box-shadow: 0 2px 5px 0 #8b8d8e;
  -webkit-box-shadow: 0 2px 5px 0 #8b8d8e;
  background: transparent url("../img/diagonal.jpg") repeat scroll left top;
}
#block-mxgp-parser-frontpage-calendar .custom.dropdown {
  margin: 0;
  width: 100px;
  height: 27px;
  border: none;
  font-size: 1em;
  background: transparent;
}
#block-mxgp-parser-frontpage-calendar .custom.dropdown .current {
  cursor: pointer;
  line-height: 27px;
}
#block-mxgp-parser-frontpage-calendar .custom.dropdown .selector {
  cursor: pointer;
  width: 27px;
  height: 27px;
}
#block-mxgp-parser-frontpage-calendar .ajax-progress-throbber {
  position: absolute;
  top: 0;
  left: 100px;
  display: block;
}
#block-mxgp-parser-frontpage-calendar .ajax-progress .throbber {
  margin-top: 5px;
}
#block-mxgp-parser-frontpage-calendar .ajax-progress .message {
  padding-right: 0.83333em;
}
#block-mxgp-parser-frontpage-calendar h2 {
  margin-bottom: 2px;
  padding: 3px 0.58333em;
  box-shadow: 0 2px 5px 0 #8b8d8e;
  -moz-box-shadow: 0 2px 5px 0 #8b8d8e;
  -webkit-box-shadow: 0 2px 5px 0 #8b8d8e;
  text-transform: uppercase;
  font-size: 1em;
  background: transparent url("../img/diagonal.jpg") repeat scroll left top;
}
#block-mxgp-parser-frontpage-calendar .item-list .event-list {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#block-mxgp-parser-frontpage-calendar .item-list .event-list li {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 2px;
  margin-left: 0;
  background-color: #f4f5f5;
  display: none;
}
#block-mxgp-parser-frontpage-calendar .item-list .event-list li.always-show {
  margin-top: 6px;
}
#block-mxgp-parser-frontpage-calendar .flag,
#block-mxgp-parser-frontpage-calendar .date,
#block-mxgp-parser-frontpage-calendar .destination {
  float: left;
}
#block-mxgp-parser-frontpage-calendar .flag {
  height: 35px;
}
#block-mxgp-parser-frontpage-calendar .date {
  width: 50px;
  padding: 0 4px;
  text-align: center;
  line-height: 35px;
  font-size: 0.91667em;
  color: #fff;
  background-color: #191919;
}
#block-mxgp-parser-frontpage-calendar .country-short a:hover {
  text-decoration: none;
}
#block-mxgp-parser-frontpage-calendar .destination {
  width: 168px;
  padding: 3px 0 4px 4px;
  font-size: 0.91667em;
  font-weight: bold;
}
#block-mxgp-parser-frontpage-calendar .venue_name {
  display: block;
  padding-top: 2px;
  font-weight: normal;
}
#block-mxgp-parser-frontpage-calendar .tickets-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
#block-mxgp-parser-frontpage-calendar .simple-ticket,
#block-mxgp-parser-frontpage-calendar .vip-ticket {
  margin-top: 3px;
}
#block-mxgp-parser-frontpage-calendar .simple-ticket a,
#block-mxgp-parser-frontpage-calendar .vip-ticket a {
  padding: 9px 0 9px 5px;
  font-weight: bold;
  color: #009ee0;
}
#block-mxgp-parser-frontpage-calendar .simple-ticket:hover,
#block-mxgp-parser-frontpage-calendar .vip-ticket:hover {
  text-decoration: underline;
}
#block-mxgp-parser-frontpage-calendar .single-ticket a {
  display: inline-block;
}
#block-mxgp-parser-frontpage-calendar .special-event {
  margin-top: 10px;
}
#block-mxgp-parser-frontpage-calendar .special-event .country_long {
  display: block;
}
#block-mxgp-parser-frontpage-calendar .special-event .simple-ticket {
  font-size: 1.08333em;
}

.widget-redheader h2 {
  position: relative;
  margin-bottom: 0;
  padding: 3px 0.66667em;
  line-height: 1.4;
  font-size: 1.91667em;
  color: #fff;
  background-color: #e2001a;
}
.widget-redheader h2:before {
  z-index: 1;
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  width: 0;
  height: 0;
  border-width: 12px;
  border-style: solid;
  border-color: #902224 #902224 transparent transparent;
}
.widget-redheader h2:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
  position: absolute;
  top: 8px;
  right: 0.66667em;
  display: block;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  line-height: 23px;
  text-align: center;
  font-size: 0.83333em;
  color: #e2001a;
  background-color: #191919;
}
.widget-redheader .content {
  z-index: 2;
  position: relative;
  margin-left: 1.91667em;
}
.widget-redheader .content .content {
  margin: 0;
}
.widget-redheader .views-field-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.widget-redheader .views-field-title a {
  display: block;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 1.5em;
  color: #fff;
  background: transparent url("../img/tr_black_o90.png") repeat scroll left top;
}
.widget-redheader p {
  margin: 0;
}
.widget-redheader img {
  width: 100%;
}

.widget-list-with-picture {
  margin-bottom: 0;
}
.widget-list-with-picture h2 {
  padding: 3px 0.58333em;
  box-shadow: 0 2px 5px 0 #8b8d8e;
  -moz-box-shadow: 0 2px 5px 0 #8b8d8e;
  -webkit-box-shadow: 0 2px 5px 0 #8b8d8e;
  font-size: 1em;
  background: transparent url("../img/diagonal.jpg") repeat scroll left top;
}
.widget-list-with-picture .view {
  float: left;
  width: 100%;
  background: transparent url("../img/diagonal.jpg") repeat scroll left top;
}
.widget-list-with-picture .views-row {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.widget-list-with-picture .views-row.views-row-first {
  margin-top: 15px;
}
.widget-list-with-picture .widget-photo {
  position: relative;
  padding-left: 0.41667em;
  padding-right: 0.41667em;
  width: 51.66667%;
  float: left;
}
.widget-list-with-picture .widget-photo img {
  width: 100%;
}
.widget-list-with-picture .views-field-title,
.widget-list-with-picture .views-field-body,
.widget-list-with-picture .views-field-view-node {
  position: relative;
  padding-left: 0.41667em;
  padding-right: 0.41667em;
  width: 48.33333%;
  float: left;
  float: right;
}
.widget-list-with-picture .views-field-title {
  margin-bottom: 10px;
  font-weight: bold;
}
.widget-list-with-picture .views-field-view-node {
  clear: right;
}

#block-mxgp-api-live-result {
  background: #000 url("../img/countdown_bg.jpg") no-repeat scroll left top;
  display: none;
}
#block-mxgp-api-live-result .content a {
  display: block;
  border: 1px solid #902224;
  background-color: #e2001a;
  padding: 10px;
  text-align: center;
  margin: 55px 10px 10px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.16667em;
  font-family: 'foundrygridnik-bold';
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#block-mxgp-api-live-result .content a:hover {
  background-color: #902224;
}

@-moz-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  6% {
    opacity: 1.0;
  }
  8% {
    opacity: 0.0;
  }
  10% {
    opacity: 1.0;
  }
  12% {
    opacity: 0.0;
  }
  14% {
    opacity: 1.0;
  }
  100% {
    opacity: 1.0;
  }
}
@-webkit-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  6% {
    opacity: 1.0;
  }
  8% {
    opacity: 0.0;
  }
  10% {
    opacity: 1.0;
  }
  12% {
    opacity: 0.0;
  }
  14% {
    opacity: 1.0;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes blinker {
  0% {
    opacity: 1.0;
  }
  6% {
    opacity: 1.0;
  }
  8% {
    opacity: 0.0;
  }
  10% {
    opacity: 1.0;
  }
  12% {
    opacity: 0.0;
  }
  14% {
    opacity: 1.0;
  }
  100% {
    opacity: 1.0;
  }
}
@media all and (min-width: 520px) {
  .page_sidebar .block {
    position: relative;
    padding-left: 0.41667em;
    padding-right: 0.41667em;
    width: 50%;
    float: left;
  }
}
@media all and (min-width: 768px) {
  .page_sidebar .block {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
  }
}
/* style_footer */
.page_footer, .page_footer a {
  color: #fff;
}

#block-menu-block-4 {
  float: left;
  width: 100%;
}
#block-menu-block-4 .content ul, #block-menu-block-4 .content ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#block-menu-block-4 .content ul li {
  float: left;
  display: block;
}
#block-menu-block-4 .content .expanded {
  position: relative;
  padding-left: 0.41667em;
  padding-right: 0.41667em;
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
#block-menu-block-4 .content .expanded > .nolink {
  display: block;
  margin-bottom: 7px;
  border-bottom: 5px solid #e2001a;
  padding: 0 0 3px 0.83333em;
  font-weight: bold;
}
#block-menu-block-4 .content .expanded a {
  color: #fff;
}
#block-menu-block-4 .content .expanded a:hover {
  color: #e2001a;
}
#block-menu-block-4 .content .expanded li {
  width: 100%;
}
#block-menu-block-4 .content .expanded li a {
  position: relative;
  display: block;
  padding: 2px 0 2px 2.08333em;
}
#block-menu-block-4 .content .expanded li a:before {
  content: '>';
  position: absolute;
  top: 0;
  left: 0.83333em;
  color: #e2001a;
}

#block-menu-block-5 {
  float: left;
  width: 100%;
  margin-top: 25px;
  padding: 0 0.41667em;
  background-color: #434343;
}
#block-menu-block-5 h2 {
  position: relative;
  padding-left: 0.41667em;
  padding-right: 0.41667em;
  width: 44%;
  float: left;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 1.16667em;
  color: #fff;
}
#block-menu-block-5 .content {
  position: relative;
  padding-left: 0.41667em;
  padding-right: 0.41667em;
  width: 56%;
  float: left;
  padding: 0;
}
#block-menu-block-5 .content ul, #block-menu-block-5 .content ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#block-menu-block-5 .content ul li {
  float: left;
  display: block;
}
#block-menu-block-5 .content a {
  position: relative;
  display: block;
  width: 38px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  text-indent: -10000px;
  font-size: 2em;
}
#block-menu-block-5 .content a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 0;
  color: #fff;
}
#block-menu-block-5 .content a:hover:after {
  color: #009ee0;
}
#block-menu-block-5 .content .facebook a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}
#block-menu-block-5 .content .twitter a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}
#block-menu-block-5 .content .youtube a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}
#block-menu-block-5 .content .instagram a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "";
}

@media all and (min-width: 450px) {
  #block-menu-block-4 .content .expanded {
    position: relative;
    padding-left: 0.41667em;
    padding-right: 0.41667em;
    width: 50%;
    float: left;
    min-height: 170px;
  }

  #block-menu-block-5 {
    width: 380px;
  }
  #block-menu-block-5 h2 {
    position: relative;
    padding-left: 0.41667em;
    padding-right: 0.41667em;
    width: 47.5%;
    float: left;
    padding-top: 8px;
    font-size: 1.5em;
  }
  #block-menu-block-5 .content {
    position: relative;
    padding-left: 0.41667em;
    padding-right: 0.41667em;
    width: 52.5%;
    float: left;
  }
  #block-menu-block-5 .content ul li {
    margin-left: 0.41667em;
  }
  #block-menu-block-5 .content a {
    width: 40px;
  }
}
@media all and (min-width: 768px) {
  #block-menu-block-4 .content .expanded {
    position: relative;
    padding-left: 0.41667em;
    padding-right: 0.41667em;
    width: 33.33333%;
    float: left;
  }
}
@media all and (min-width: 980px) {
  #block-menu-block-4 .content .expanded {
    position: relative;
    padding-left: 0.41667em;
    padding-right: 0.41667em;
    width: 20%;
    float: left;
    margin-bottom: 0;
  }
}
#sliding-popup {
  left: 0;
  right: 0;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkwMjIyNCIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMjAwMWEiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(144, 34, 36, 0.9)), color-stop(100%, rgba(226, 0, 26, 0.9)));
  background: -moz-linear-gradient(left, rgba(144, 34, 36, 0.9) 0%, rgba(226, 0, 26, 0.9) 100%);
  background: -webkit-linear-gradient(left, rgba(144, 34, 36, 0.9) 0%, rgba(226, 0, 26, 0.9) 100%);
  background: linear-gradient(to right, rgba(144, 34, 36, 0.9) 0%, rgba(226, 0, 26, 0.9) 100%);
}
#sliding-popup .popup-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 80.83333em;
  *zoom: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: rem-calc(10);
  padding-right: rem-calc(10);
  display: block;
}
#sliding-popup .popup-content:before, #sliding-popup .popup-content:after {
  content: " ";
  display: table;
}
#sliding-popup .popup-content:after {
  clear: both;
}
#sliding-popup .popup-content #popup-text {
  position: relative;
  padding-left: rem-calc(50);
}
#sliding-popup .popup-content #popup-text:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: '';
  display: block;
  background-image: url("../../img/icon_cookie.png");
  width: 24px;
  height: 24px;
}
#sliding-popup .popup-content #popup-buttons {
  padding-left: rem-calc(10);
}
#sliding-popup .popup-content h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'foundrygridnik-bold';
  font-weight: normal;
  font-size: rem-calc(16);
  color: #fff;
  text-transform: none;
}
#sliding-popup .popup-content p {
  font-size: rem-calc(14);
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}
#sliding-popup .popup-content .agree-button,
#sliding-popup .popup-content .find-more-button {
  padding-top: 14px;
  padding-bottom: 13px;
  font-family: 'foundrygridnik-bold';
  font-weight: normal;
  font-size: rem-calc(20);
  border: 1px solid #f4f5f5;
}
#sliding-popup .popup-content .agree-button {
  background-color: #000;
  margin-right: rem-calc(10);
  margin-bottom: 10px;
}
#sliding-popup .popup-content .agree-button:hover {
  background-color: #e2001a;
}
#sliding-popup .popup-content .find-more-button {
  background-color: #902224;
  margin-bottom: 0;
  margin-top: 14px;
}
#sliding-popup .popup-content .find-more-button:hover {
  background-color: #e2001a;
}

@media screen and (max-width: 600px) {
  #sliding-popup .popup-content #popup-buttons {
    margin-top: 15px;
    padding-left: 0;
    float: left;
  }
}
@media all and (max-width: 940px) {
  #sliding-popup .popup-content #popup-text,
  #sliding-popup .popup-content #popup-buttons {
    width: 100%;
    max-width: 100%;
  }
  #sliding-popup .popup-content #popup-buttons {
    margin-top: 15px;
    padding-left: 0;
  }
}
@media all and (min-width: 768px) {
  .page_content {
    margin-right: -316px;
    padding: 0 324px 0 0;
  }

  .page_sidebar {
    right: 0;
    left: auto;
    width: 316px;
    height: 100%;
    margin: 0;
    padding: 0;
  }
}
@media all and (min-width: 980px) {
  .page_header_core .middle {
    overflow: visible;
  }

  .page_wrapper,
  .page_footer {
    z-index: 1;
  }
}
