/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*
html {
    font-family:Signika, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: 0 0
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff !important
    }
    .navbar {
        display: none
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 14px
}

body {
    background: #fff;
    color: #111;
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-family:Signika, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    position: relative
}

embed,
img,
object {
    max-width: 100%;
    height: auto
}

embed,
object {
    height: 100%
}

img {
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle
}

textarea {
    height: auto;
    min-height: 3.57143rem
}

select {
    width: 100%
}

ol,
ul {
    margin-top: 0;
    margin-bottom: .5em
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

@media only screen and (max-width:40em) {
    ol,
    ul {
        padding-left: 1.78571rem
    }
}

@media only screen and (min-width:40.063em) {
    ol,
    ul {
        padding-left: 2.85714rem
    }
}

dl {
    margin-top: 0;
    margin-bottom: .5em
}

dd {
    margin-left: 0
}

blockquote {
    padding: .5em 1em;
    margin: 1em 0;
    border-left: .35714rem solid #ddd
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

a {
    text-decoration: none;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

a:link {
    color: #0074d9
}

a:visited {
    color: #b10dc9
}

a:hover {
    color: #7fdbff;
    text-decoration: underline
}

a:active {
    color: #ff851b
}

dt,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: .5em 0
}

p {
    margin: 0 0 .5em
}

h1 {
    font-size: 2em;
    line-height: 1.4
}

@media only screen and (max-width:40em) {
    h1 {
        font-size: 1.8em
    }
}

@media only screen and (min-width:64.063em) {
    h1 {
        font-size: 2.0em;
        text-align: center;
        line-height: 1.26
    }
}

@media only screen and (min-width:120.063em) {
    h1 {
        font-size: 3em;
        line-height: 1.176
    }
}

h2 {
    font-size: 1.625em;
    line-height: 1.2922
}

@media only screen and (max-width:40em) {
    h2 {
        font-size: 1.5em
    }
}

@media only screen and (min-width:64.063em) {
    h2 {
        font-size: 2em;
        line-height: 1.26
    }
}

@media only screen and (min-width:120.063em) {
    h2 {
        font-size: 2.25em;
        line-height: 1.176
    }
}

h3 {
    font-size: 1.375em;
    line-height: 1.2726
}

@media only screen and (max-width:40em) {
    h3 {
        font-size: 1.25em
    }
}

@media only screen and (min-width:64.063em) {
    h3 {
        font-size: 1.5em;
        line-height: 1.26
    }
}

@media only screen and (min-width:120.063em) {
    h3 {
        font-size: 1.75em;
        line-height: 1.176
    }
}

blockquote,
h4 {
    font-size: 1.125em;
    line-height: 1.2432
}

@media only screen and (max-width:40em) {
    blockquote,
    h4 {
        font-size: 1.1em
    }
}

@media only screen and (min-width:64.063em) {
    blockquote,
    h4 {
        font-size: 1.2em;
        line-height: 1.176
    }
}

@media only screen and (min-width:120.063em) {
    blockquote,
    h4 {
        font-size: 1.25em;
        line-height: 1.12
    }
}

dd,
dt,
h5,
li,
p,
td,
th {
    font-size: 1em;
    line-height: 1.4
}

@media only screen and (min-width:120.063em) {
    dd,
    dt,
    h5,
    li,
    p,
    td,
    th {
        font-size: 1.15em;
        line-height: 1.54
    }
}

h6 {
    font-size: .8em;
    line-height: 1.26
}

@media only screen and (max-width:40em) {
    h6 {
        font-size: .75em
    }
}

@media only screen and (min-width:64.063em) {
    h6 {
        font-size: .85em;
        line-height: 1.176
    }
}

@media only screen and (min-width:120.063em) {
    h6 {
        font-size: .9em;
        line-height: 1.2432
    }
}
*/
.heading {
    border-bottom: 1px solid #ddd
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-success {
    color: #2ecc40
}

a.text-success:hover {
    color: #25a233
}

.text-warning {
    color: #e6c600
}

a.text-warning:hover {
    color: #b39a00
}

.text-danger {
    color: #0075c9
}

a.text-danger:hover {
    color: #0075c9
}

.alert {
    padding: 1em;
    margin-bottom: 1em;
    border: 1px solid transparent
}

.alert .alert-link {
    font-weight: 600;
    text-decoration: underline
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-success {
    background-color: #bcf0c2;
    border-color: #3d9970;
    color: #3d9970
}

.alert-success hr {
    border-top-color: #368763
}

.alert-success .alert-link {
    color: #2e7555
}

.alert-info {
    background-color: #ccf1ff;
    border-color: #0074d9;
    color: #0074d9
}

.alert-info hr {
    border-top-color: #0066c0
}

.alert-info .alert-link {
    color: #0059a6
}

.alert-warning {
    background-color: #fff4b3;
    border-color: #ff851b;
    color: #ff851b
}

.alert-warning hr {
    border-top-color: #ff7701
}

.alert-warning .alert-link {
    color: #e76b00
}

.alert-danger {
    background-color: #ffd2cf;
    border-color: #0075c9;
    color: #0075c9
}

.alert-danger hr {
    border-top-color: #0075c9
}

.alert-danger .alert-link {
    color: #b50a00
}

.button-info {
    position: relative;
    display: inline-block;
    margin-bottom: .57143rem;
    padding: .57143rem 1.42857rem;
    background: #7fdbff;
    color: #00374c !important;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-box-shadow: 0 .42857rem #00a5e5;
    box-shadow: 0 .42857rem #00a5e5;
    border-top: 1px solid #b2e9ff;
    border-left: 1px solid #b2e9ff;
    border-right: 1px solid #4ccdff
}

.button-info:hover {
    top: 2px;
    text-decoration: none;
    -webkit-box-shadow: 0 .28571rem #00a5e5;
    box-shadow: 0 .28571rem #00a5e5;
    background: #4ccdff;
    border-top: 1px solid #66d4ff;
    border-left: 1px solid #66d4ff;
    border-right: 1px solid #33c5ff
}

.button-info:active {
    top: 4px;
    -webkit-box-shadow: 0 .14286rem #00a5e5;
    box-shadow: 0 .14286rem #00a5e5;
    background: #19beff;
    border-top: 1px solid #0092cc;
    border-left: 1px solid #0092cc;
    border-right: 1px solid #005b7f
}

.button-success {
    position: relative;
    display: inline-block;
    margin-bottom: .57143rem;
    padding: .57143rem 1.42857rem;
    background: #2ecc40;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-box-shadow: 0 .42857rem #124f19;
    box-shadow: 0 .42857rem #124f19;
    border-top: 1px solid #54d964;
    border-left: 1px solid #54d964;
    border-right: 1px solid #25a233
}

.button-success:hover {
    top: 2px;
    text-decoration: none;
    -webkit-box-shadow: 0 .28571rem #124f19;
    box-shadow: 0 .28571rem #124f19;
    background: #25a233;
    border-top: 1px solid #29b739;
    border-left: 1px solid #29b739;
    border-right: 1px solid #208e2c
}

.button-success:active {
    top: 4px;
    -webkit-box-shadow: 0 .14286rem #124f19;
    box-shadow: 0 .14286rem #124f19;
    background: #1b7926;
    border-top: 1px solid #0d3a12;
    border-left: 1px solid #0d3a12;
    border-right: 1px solid #000
}

.button-warning {
    position: relative;
    display: inline-block;
    margin-bottom: .57143rem;
    padding: .57143rem 1.42857rem;
    background: #ffdc00;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-box-shadow: 0 .42857rem #665800;
    box-shadow: 0 .42857rem #665800;
    border-top: 1px solid #ffe333;
    border-left: 1px solid #ffe333;
    border-right: 1px solid #ccb000
}

.button-warning:hover {
    top: 2px;
    text-decoration: none;
    -webkit-box-shadow: 0 .28571rem #665800;
    box-shadow: 0 .28571rem #665800;
    background: #ccb000;
    border-top: 1px solid #e6c600;
    border-left: 1px solid #e6c600;
    border-right: 1px solid #b39a00
}

.button-warning:active {
    top: 4px;
    -webkit-box-shadow: 0 .14286rem #665800;
    box-shadow: 0 .14286rem #665800;
    background: #998400;
    border-top: 1px solid #4d4200;
    border-left: 1px solid #4d4200;
    border-right: 1px solid #000
}

.button-danger {
    position: relative;
    display: inline-block;
    margin-bottom: .57143rem;
    padding: .57143rem 1.42857rem;
    background: #0075c9;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-box-shadow: 0 .42857rem #015896;
    box-shadow: 0 .42857rem #015896;
    border-top: 1px solid #5ab4f4;
    border-left: 1px solid #5ab4f4;
    border-right: 1px solid #0075c9
}

.button-danger:hover {
    top: 2px;
    text-decoration: none;
    -webkit-box-shadow: 0 .28571rem #015896;
    box-shadow: 0 .28571rem #015896;
    background: #0075c9;
    border-top: 1px solid #0075c9;
    border-left: 1px solid #0075c9;
    border-right: 1px solid #0075c9
}

.button-danger:active {
    top: 4px;
    -webkit-box-shadow: 0 .14286rem #015896;
    box-shadow: 0 .14286rem #015896;
    background: #0075c9;
    border-top: 1px solid #015896;
    border-left: 1px solid #015896;
    border-right: 1px solid #01406d
}

#pba .button {
    position: relative;
    display: inline-block;
    margin-bottom: .57143rem;
    padding: .57143rem 1.42857rem;
    background: #aaa;
    color: #111 !important;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-box-shadow: 0 .42857rem #5d5d5d;
    box-shadow: 0 .42857rem #5d5d5d;
    border-top: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #909090
}

#pba .button:hover {
    top: 2px;
    text-decoration: none;
    -webkit-box-shadow: 0 .28571rem #5d5d5d;
    box-shadow: 0 .28571rem #5d5d5d;
    background: #909090;
    border-top: 1px solid #9d9d9d;
    border-left: 1px solid #9d9d9d;
    border-right: 1px solid #848484
}

#pba .button:active {
    top: 4px;
    -webkit-box-shadow: 0 .14286rem #5d5d5d;
    box-shadow: 0 .14286rem #5d5d5d;
    background: #777;
    border-top: 1px solid #515151;
    border-left: 1px solid #515151;
    border-right: 1px solid #2a2a2a
}

#pba table {
    max-width: 100%;
    background-color: transparent
}

#pba th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 1em
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #c4c4c4
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #c4c4c4
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #c4c4c4
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #c4c4c4
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #eaeaea
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #d0d0d0
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

/*.container {
    max-width: 79.28571rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    *zoom: 1
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}*/

@media only screen and (max-width:40em) {
    .container {
        padding-left: .53571rem;
        padding-right: .53571rem
    }
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
    .container.controlled {
        max-width: 50em
    }
}

@media only screen and (min-width:64.063em) and (max-width:90em) {
    .container.controlled {
        max-width: 63em
    }
}

.wide-load {
    margin-left: -1.07143rem !important;
    margin-right: -1.07143rem !important
}

@media only screen and (max-width:40em) {
    .wide-load {
        margin-left: -.53571rem !important;
        margin-right: -.53571rem !important
    }
}

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 77.14286rem;
    *zoom: 1
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-left: 0;
    padding-right: 0;
    float: left
}

.row.collapse .row {
    margin-left: 0;
    margin-right: 0
}

.row .row {
    width: auto;
    margin-left: -1.07143rem;
    margin-right: -1.07143rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1
}

@media only screen and (max-width:40em) {
    .row .row {
        margin-left: -.53571rem !important;
        margin-right: -.53571rem !important
    }
}

.row .row:after,
.row .row:before {
    content: " ";
    display: table
}

.row .row:after {
    clear: both
}

.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none;
    *zoom: 1
}

.row .row.collapse:after,
.row .row.collapse:before {
    content: " ";
    display: table
}

.row .row.collapse:after {
    clear: both
}

.column,
.columns {
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    width: 100%;
    float: left
}

@media only screen and (max-width:40em) {
    .column,
    .columns {
        padding-left: .53571rem;
        padding-right: .53571rem
    }
}

@media only screen {
    .column.small-centered,
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.small-uncentered,
    .columns.small-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }
    .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {
        float: right
    }
    .small-push-0 {
        left: 0;
        right: auto
    }
    .small-pull-0 {
        right: 0;
        left: auto
    }
    .small-push-1 {
        left: 8.33333%;
        right: auto
    }
    .small-pull-1 {
        right: 8.33333%;
        left: auto
    }
    .small-push-2 {
        left: 16.66667%;
        right: auto
    }
    .small-pull-2 {
        right: 16.66667%;
        left: auto
    }
    .small-push-3 {
        left: 25%;
        right: auto
    }
    .small-pull-3 {
        right: 25%;
        left: auto
    }
    .small-push-4 {
        left: 33.33333%;
        right: auto
    }
    .small-pull-4 {
        right: 33.33333%;
        left: auto
    }
    .small-push-5 {
        left: 41.66667%;
        right: auto
    }
    .small-pull-5 {
        right: 41.66667%;
        left: auto
    }
    .small-push-6 {
        left: 50%;
        right: auto
    }
    .small-pull-6 {
        right: 50%;
        left: auto
    }
    .small-push-7 {
        left: 58.33333%;
        right: auto
    }
    .small-pull-7 {
        right: 58.33333%;
        left: auto
    }
    .small-push-8 {
        left: 66.66667%;
        right: auto
    }
    .small-pull-8 {
        right: 66.66667%;
        left: auto
    }
    .small-push-9 {
        left: 75%;
        right: auto
    }
    .small-pull-9 {
        right: 75%;
        left: auto
    }
    .small-push-10 {
        left: 83.33333%;
        right: auto
    }
    .small-pull-10 {
        right: 83.33333%;
        left: auto
    }
    .small-push-11 {
        left: 91.66667%;
        right: auto
    }
    .small-pull-11 {
        right: 91.66667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: 1.07143rem;
        padding-right: 1.07143rem;
        float: left
    }
    .small-1 {
        width: 8.33333%
    }
    .small-2 {
        width: 16.66667%
    }
    .small-3 {
        width: 25%
    }
    .small-4 {
        width: 33.33333%
    }
    .small-5 {
        width: 41.66667%
    }
    .small-6 {
        width: 50%
    }
    .small-7 {
        width: 58.33333%
    }
    .small-8 {
        width: 66.66667%
    }
    .small-9 {
        width: 75%
    }
    .small-10 {
        width: 83.33333%
    }
    .small-11 {
        width: 91.66667%
    }
    .small-12 {
        width: 100%
    }
    [class*=column]+[class*=column]:last-child {
        float: right
    }
    [class*=column]+[class*=column].end {
        float: left
    }
    .small-offset-0 {
        margin-left: 0 !important
    }
    .small-offset-1 {
        margin-left: 8.33333% !important
    }
    .small-offset-2 {
        margin-left: 16.66667% !important
    }
    .small-offset-3 {
        margin-left: 25% !important
    }
    .small-offset-4 {
        margin-left: 33.33333% !important
    }
    .small-offset-5 {
        margin-left: 41.66667% !important
    }
    .small-offset-6 {
        margin-left: 50% !important
    }
    .small-offset-7 {
        margin-left: 58.33333% !important
    }
    .small-offset-8 {
        margin-left: 66.66667% !important
    }
    .small-offset-9 {
        margin-left: 75% !important
    }
    .small-offset-10 {
        margin-left: 83.33333% !important
    }
    .small-offset-11 {
        margin-left: 91.66667% !important
    }
    .small-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
}

@media only screen and (max-width:40em) {
    .column,
    .columns {
        padding-left: .53571rem;
        padding-right: .53571rem
    }
}

@media only screen and (min-width:40.063em) {
    .column.medium-centered,
    .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.medium-uncentered,
    .columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }
    .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {
        float: right
    }
    .medium-push-0 {
        left: 0;
        right: auto
    }
    .medium-pull-0 {
        right: 0;
        left: auto
    }
    .medium-push-1 {
        left: 8.33333%;
        right: auto
    }
    .medium-pull-1 {
        right: 8.33333%;
        left: auto
    }
    .medium-push-2 {
        left: 16.66667%;
        right: auto
    }
    .medium-pull-2 {
        right: 16.66667%;
        left: auto
    }
    .medium-push-3 {
        left: 25%;
        right: auto
    }
    .medium-pull-3 {
        right: 25%;
        left: auto
    }
    .medium-push-4 {
        left: 33.33333%;
        right: auto
    }
    .medium-pull-4 {
        right: 33.33333%;
        left: auto
    }
    .medium-push-5 {
        left: 41.66667%;
        right: auto
    }
    .medium-pull-5 {
        right: 41.66667%;
        left: auto
    }
    .medium-push-6 {
        left: 50%;
        right: auto
    }
    .medium-pull-6 {
        right: 50%;
        left: auto
    }
    .medium-push-7 {
        left: 58.33333%;
        right: auto
    }
    .medium-pull-7 {
        right: 58.33333%;
        left: auto
    }
    .medium-push-8 {
        left: 66.66667%;
        right: auto
    }
    .medium-pull-8 {
        right: 66.66667%;
        left: auto
    }
    .medium-push-9 {
        left: 75%;
        right: auto
    }
    .medium-pull-9 {
        right: 75%;
        left: auto
    }
    .medium-push-10 {
        left: 83.33333%;
        right: auto
    }
    .medium-pull-10 {
        right: 83.33333%;
        left: auto
    }
    .medium-push-11 {
        left: 91.66667%;
        right: auto
    }
    .medium-pull-11 {
        right: 91.66667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: 1.07143rem;
        padding-right: 1.07143rem;
        float: left
    }
    .medium-1 {
        width: 8.33333%
    }
    .medium-2 {
        width: 16.66667%
    }
    .medium-3 {
        width: 25%
    }
    .medium-4 {
        width: 33.33333%
    }
    .medium-5 {
        width: 41.66667%
    }
    .medium-6 {
        width: 50%
    }
    .medium-7 {
        width: 58.33333%
    }
    .medium-8 {
        width: 66.66667%
    }
    .medium-9 {
        width: 75%
    }
    .medium-10 {
        width: 83.33333%
    }
    .medium-11 {
        width: 91.66667%
    }
    .medium-12 {
        width: 100%
    }
    [class*=column]+[class*=column]:last-child {
        float: right
    }
    [class*=column]+[class*=column].end {
        float: left
    }
    .medium-offset-0 {
        margin-left: 0 !important
    }
    .medium-offset-1 {
        margin-left: 8.33333% !important
    }
    .medium-offset-2 {
        margin-left: 16.66667% !important
    }
    .medium-offset-3 {
        margin-left: 25% !important
    }
    .medium-offset-4 {
        margin-left: 33.33333% !important
    }
    .medium-offset-5 {
        margin-left: 41.66667% !important
    }
    .medium-offset-6 {
        margin-left: 50% !important
    }
    .medium-offset-7 {
        margin-left: 58.33333% !important
    }
    .medium-offset-8 {
        margin-left: 66.66667% !important
    }
    .medium-offset-9 {
        margin-left: 75% !important
    }
    .medium-offset-10 {
        margin-left: 83.33333% !important
    }
    .medium-offset-11 {
        margin-left: 91.66667% !important
    }
    .medium-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .push-0 {
        left: 0;
        right: auto
    }
    .pull-0 {
        right: 0;
        left: auto
    }
    .push-1 {
        left: 8.33333%;
        right: auto
    }
    .pull-1 {
        right: 8.33333%;
        left: auto
    }
    .push-2 {
        left: 16.66667%;
        right: auto
    }
    .pull-2 {
        right: 16.66667%;
        left: auto
    }
    .push-3 {
        left: 25%;
        right: auto
    }
    .pull-3 {
        right: 25%;
        left: auto
    }
    .push-4 {
        left: 33.33333%;
        right: auto
    }
    .pull-4 {
        right: 33.33333%;
        left: auto
    }
    .push-5 {
        left: 41.66667%;
        right: auto
    }
    .pull-5 {
        right: 41.66667%;
        left: auto
    }
    .push-6 {
        left: 50%;
        right: auto
    }
    .pull-6 {
        right: 50%;
        left: auto
    }
    .push-7 {
        left: 58.33333%;
        right: auto
    }
    .pull-7 {
        right: 58.33333%;
        left: auto
    }
    .push-8 {
        left: 66.66667%;
        right: auto
    }
    .pull-8 {
        right: 66.66667%;
        left: auto
    }
    .push-9 {
        left: 75%;
        right: auto
    }
    .pull-9 {
        right: 75%;
        left: auto
    }
    .push-10 {
        left: 83.33333%;
        right: auto
    }
    .pull-10 {
        right: 83.33333%;
        left: auto
    }
    .push-11 {
        left: 91.66667%;
        right: auto
    }
    .pull-11 {
        right: 91.66667%;
        left: auto
    }
}

@media only screen and (min-width:40.063em) and (max-width:40em) {
    .column,
    .columns {
        padding-left: .53571rem;
        padding-right: .53571rem
    }
}

@media only screen and (min-width:64.063em) {
    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.large-uncentered,
    .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }
    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right
    }
    .large-push-0 {
        left: 0;
        right: auto
    }
    .large-pull-0 {
        right: 0;
        left: auto
    }
    .large-push-1 {
        left: 8.33333%;
        right: auto
    }
    .large-pull-1 {
        right: 8.33333%;
        left: auto
    }
    .large-push-2 {
        left: 16.66667%;
        right: auto
    }
    .large-pull-2 {
        right: 16.66667%;
        left: auto
    }
    .large-push-3 {
        left: 25%;
        right: auto
    }
    .large-pull-3 {
        right: 25%;
        left: auto
    }
    .large-push-4 {
        left: 33.33333%;
        right: auto
    }
    .large-pull-4 {
        right: 33.33333%;
        left: auto
    }
    .large-push-5 {
        left: 41.66667%;
        right: auto
    }
    .large-pull-5 {
        right: 41.66667%;
        left: auto
    }
    .large-push-6 {
        left: 50%;
        right: auto
    }
    .large-pull-6 {
        right: 50%;
        left: auto
    }
    .large-push-7 {
        left: 58.33333%;
        right: auto
    }
    .large-pull-7 {
        right: 58.33333%;
        left: auto
    }
    .large-push-8 {
        left: 66.66667%;
        right: auto
    }
    .large-pull-8 {
        right: 66.66667%;
        left: auto
    }
    .large-push-9 {
        left: 75%;
        right: auto
    }
    .large-pull-9 {
        right: 75%;
        left: auto
    }
    .large-push-10 {
        left: 83.33333%;
        right: auto
    }
    .large-pull-10 {
        right: 83.33333%;
        left: auto
    }
    .large-push-11 {
        left: 91.66667%;
        right: auto
    }
    .large-pull-11 {
        right: 91.66667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: 1.07143rem;
        padding-right: 1.07143rem;
        float: left
    }
    .large-1 {
        width: 8.33333%
    }
    .large-2 {
        width: 16.66667%
    }
    .large-3 {
        width: 25%
    }
    .large-4 {
        width: 33.33333%
    }
    .large-5 {
        width: 41.66667%
    }
    .large-6 {
        width: 50%
    }
    .large-7 {
        width: 58.33333%
    }
    .large-8 {
        width: 66.66667%
    }
    .large-9 {
        width: 75%
    }
    .large-10 {
        width: 83.33333%
    }
    .large-11 {
        width: 91.66667%
    }
    .large-12 {
        width: 100%
    }
    [class*=column]+[class*=column]:last-child {
        float: right
    }
    [class*=column]+[class*=column].end {
        float: left
    }
    .large-offset-0 {
        margin-left: 0 !important
    }
    .large-offset-1 {
        margin-left: 8.33333% !important
    }
    .large-offset-2 {
        margin-left: 16.66667% !important
    }
    .large-offset-3 {
        margin-left: 25% !important
    }
    .large-offset-4 {
        margin-left: 33.33333% !important
    }
    .large-offset-5 {
        margin-left: 41.66667% !important
    }
    .large-offset-6 {
        margin-left: 50% !important
    }
    .large-offset-7 {
        margin-left: 58.33333% !important
    }
    .large-offset-8 {
        margin-left: 66.66667% !important
    }
    .large-offset-9 {
        margin-left: 75% !important
    }
    .large-offset-10 {
        margin-left: 83.33333% !important
    }
    .large-offset-11 {
        margin-left: 91.66667% !important
    }
    .large-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .push-0 {
        left: 0;
        right: auto
    }
    .pull-0 {
        right: 0;
        left: auto
    }
    .push-1 {
        left: 8.33333%;
        right: auto
    }
    .pull-1 {
        right: 8.33333%;
        left: auto
    }
    .push-2 {
        left: 16.66667%;
        right: auto
    }
    .pull-2 {
        right: 16.66667%;
        left: auto
    }
    .push-3 {
        left: 25%;
        right: auto
    }
    .pull-3 {
        right: 25%;
        left: auto
    }
    .push-4 {
        left: 33.33333%;
        right: auto
    }
    .pull-4 {
        right: 33.33333%;
        left: auto
    }
    .push-5 {
        left: 41.66667%;
        right: auto
    }
    .pull-5 {
        right: 41.66667%;
        left: auto
    }
    .push-6 {
        left: 50%;
        right: auto
    }
    .pull-6 {
        right: 50%;
        left: auto
    }
    .push-7 {
        left: 58.33333%;
        right: auto
    }
    .pull-7 {
        right: 58.33333%;
        left: auto
    }
    .push-8 {
        left: 66.66667%;
        right: auto
    }
    .pull-8 {
        right: 66.66667%;
        left: auto
    }
    .push-9 {
        left: 75%;
        right: auto
    }
    .pull-9 {
        right: 75%;
        left: auto
    }
    .push-10 {
        left: 83.33333%;
        right: auto
    }
    .pull-10 {
        right: 83.33333%;
        left: auto
    }
    .push-11 {
        left: 91.66667%;
        right: auto
    }
    .pull-11 {
        right: 91.66667%;
        left: auto
    }
}

@media only screen and (min-width:64.063em) and (max-width:40em) {
    .column,
    .columns {
        padding-left: .53571rem;
        padding-right: .53571rem
    }
}

[class*=block-grid-] {
    display: block;
    padding: 0;
    margin: 0 -.71429rem;
    *zoom: 1
}

[class*=block-grid-]:after,
[class*=block-grid-]:before {
    content: " ";
    display: table
}

[class*=block-grid-]:after {
    clear: both
}

[class*=block-grid-]>li {
    display: block;
    height: auto;
    float: left;
    padding: 0 .71429rem 1.42857rem
}

@media only screen {
    .small-block-grid-1>li {
        width: 100%;
        list-style: none
    }
    .small-block-grid-1>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }
    .small-block-grid-2>li {
        width: 50%;
        list-style: none
    }
    .small-block-grid-2>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }
    .small-block-grid-3>li {
        width: 33.33333%;
        list-style: none
    }
    .small-block-grid-3>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }
    .small-block-grid-4>li {
        width: 25%;
        list-style: none
    }
    .small-block-grid-4>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }
    .small-block-grid-5>li {
        width: 20%;
        list-style: none
    }
    .small-block-grid-5>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }
    .small-block-grid-6>li {
        width: 16.66667%;
        list-style: none
    }
    .small-block-grid-6>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }
    .small-block-grid-7>li {
        width: 14.28571%;
        list-style: none
    }
    .small-block-grid-7>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }
    .small-block-grid-8>li {
        width: 12.5%;
        list-style: none
    }
    .small-block-grid-8>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }
    .small-block-grid-9>li {
        width: 11.11111%;
        list-style: none
    }
    .small-block-grid-9>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }
    .small-block-grid-10>li {
        width: 10%;
        list-style: none
    }
    .small-block-grid-10>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }
    .small-block-grid-11>li {
        width: 9.09091%;
        list-style: none
    }
    .small-block-grid-11>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }
    .small-block-grid-12>li {
        width: 8.33333%;
        list-style: none
    }
    .small-block-grid-12>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

@media only screen and (min-width:40.063em) {
    .medium-block-grid-1>li {
        width: 100%;
        list-style: none
    }
    .medium-block-grid-1>li:nth-of-type(n) {
        clear: none
    }
    .medium-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }
    .medium-block-grid-2>li {
        width: 50%;
        list-style: none
    }
    .medium-block-grid-2>li:nth-of-type(n) {
        clear: none
    }
    .medium-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }
    .medium-block-grid-3>li {
        width: 33.33333%;
        list-style: none
    }
    .medium-block-grid-3>li:nth-of-type(n) {
        clear: none
    }
    .medium-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }
    .medium-block-grid-4>li {
        width: 25%;
        list-style: none
    }
    .medium-block-grid-4>li:nth-of-type(n) {
        clear: none
    }
    .medium-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }
    .medium-block-grid-5>li {
        width: 20%;
        list-style: none
    }
    .medium-block-grid-5>li:nth-of-type(n) {
        clear: none
    }
    .medium-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }
    .medium-block-grid-6>li {
        width: 16.66667%;
        list-style: none
    }
    .medium-block-grid-6>li:nth-of-type(n) {
        clear: none
    }
    .medium-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }
    .medium-block-grid-7>li {
        width: 14.28571%;
        list-style: none
    }
    .medium-block-grid-7>li:nth-of-type(n) {
        clear: none
    }
    .medium-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }
    .medium-block-grid-8>li {
        width: 12.5%;
        list-style: none
    }
    .medium-block-grid-8>li:nth-of-type(n) {
        clear: none
    }
    .medium-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }
    .medium-block-grid-9>li {
        width: 11.11111%;
        list-style: none
    }
    .medium-block-grid-9>li:nth-of-type(n) {
        clear: none
    }
    .medium-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }
    .medium-block-grid-10>li {
        width: 10%;
        list-style: none
    }
    .medium-block-grid-10>li:nth-of-type(n) {
        clear: none
    }
    .medium-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }
    .medium-block-grid-11>li {
        width: 9.09091%;
        list-style: none
    }
    .medium-block-grid-11>li:nth-of-type(n) {
        clear: none
    }
    .medium-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }
    .medium-block-grid-12>li {
        width: 8.33333%;
        list-style: none
    }
    .medium-block-grid-12>li:nth-of-type(n) {
        clear: none
    }
    .medium-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

@media only screen and (min-width:64.063em) {
    .large-block-grid-1>li {
        width: 100%;
        list-style: none
    }
    .large-block-grid-1>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }
    .large-block-grid-2>li {
        width: 50%;
        list-style: none
    }
    .large-block-grid-2>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }
    .large-block-grid-3>li {
        width: 33.33333%;
        list-style: none
    }
    .large-block-grid-3>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }
    .large-block-grid-4>li {
        width: 25%;
        list-style: none
    }
    .large-block-grid-4>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }
    .large-block-grid-5>li {
        width: 20%;
        list-style: none
    }
    .large-block-grid-5>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }
    .large-block-grid-6>li {
        width: 16.66667%;
        list-style: none
    }
    .large-block-grid-6>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }
    .large-block-grid-7>li {
        width: 14.28571%;
        list-style: none
    }
    .large-block-grid-7>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }
    .large-block-grid-8>li {
        width: 12.5%;
        list-style: none
    }
    .large-block-grid-8>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }
    .large-block-grid-9>li {
        width: 11.11111%;
        list-style: none
    }
    .large-block-grid-9>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }
    .large-block-grid-10>li {
        width: 10%;
        list-style: none
    }
    .large-block-grid-10>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }
    .large-block-grid-11>li {
        width: 9.09091%;
        list-style: none
    }
    .large-block-grid-11>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }
    .large-block-grid-12>li {
        width: 8.33333%;
        list-style: none
    }
    .large-block-grid-12>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

@media only screen {
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-small-only,
    .show-for-small-up {
        display: inherit !important
    }
    .hide-for-small-only,
    .hide-for-small-up,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important
    }
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-medium-only,
    table.hide-for-medium-up,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.show-for-small-only,
    table.show-for-small-up {
        display: table
    }
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-medium-only,
    thead.hide-for-medium-up,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.show-for-small-only,
    thead.show-for-small-up {
        display: table-header-group !important
    }
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-medium-only,
    tbody.hide-for-medium-up,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.show-for-small-only,
    tbody.show-for-small-up {
        display: table-row-group !important
    }
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-medium-only,
    tr.hide-for-medium-up,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.show-for-small-only,
    tr.show-for-small-up {
        display: table-row !important
    }
    td.hide-for-large-only,
    td.hide-for-large-up,
    td.hide-for-medium-only,
    td.hide-for-medium-up,
    td.hide-for-xlarge-only,
    td.hide-for-xlarge-up,
    td.hide-for-xxlarge-only,
    td.hide-for-xxlarge-up,
    td.show-for-small-only,
    td.show-for-small-up,
    th.hide-for-large-only,
    th.hide-for-large-up,
    th.hide-for-medium-only,
    th.hide-for-medium-up,
    th.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    th.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    th.show-for-small-only,
    th.show-for-small-up {
        display: table-cell !important
    }
}

@media only screen and (min-width:40.063em) {
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-small-only,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-small-up {
        display: inherit !important
    }
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-small-up,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-small-only,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important
    }
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-small-only,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.show-for-medium-only,
    table.show-for-medium-up,
    table.show-for-small-up {
        display: table
    }
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-small-only,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.show-for-medium-only,
    thead.show-for-medium-up,
    thead.show-for-small-up {
        display: table-header-group !important
    }
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-small-only,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.show-for-medium-only,
    tbody.show-for-medium-up,
    tbody.show-for-small-up {
        display: table-row-group !important
    }
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-small-only,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.show-for-medium-only,
    tr.show-for-medium-up,
    tr.show-for-small-up {
        display: table-row !important
    }
    td.hide-for-large-only,
    td.hide-for-large-up,
    td.hide-for-small-only,
    td.hide-for-xlarge-only,
    td.hide-for-xlarge-up,
    td.hide-for-xxlarge-only,
    td.hide-for-xxlarge-up,
    td.show-for-medium-only,
    td.show-for-medium-up,
    td.show-for-small-up,
    th.hide-for-large-only,
    th.hide-for-large-up,
    th.hide-for-small-only,
    th.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    th.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    th.show-for-medium-only,
    th.show-for-medium-up,
    th.show-for-small-up {
        display: table-cell !important
    }
}

@media only screen and (min-width:64.063em) {
    .hide-for-medium-only,
    .hide-for-small-only,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-medium-up,
    .show-for-small-up {
        display: inherit !important
    }
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-medium-up,
    .hide-for-small-up,
    .show-for-medium-only,
    .show-for-small-only,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important
    }
    table.hide-for-medium-only,
    table.hide-for-small-only,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.show-for-large-only,
    table.show-for-large-up,
    table.show-for-medium-up,
    table.show-for-small-up {
        display: table
    }
    thead.hide-for-medium-only,
    thead.hide-for-small-only,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.show-for-large-only,
    thead.show-for-large-up,
    thead.show-for-medium-up,
    thead.show-for-small-up {
        display: table-header-group !important
    }
    tbody.hide-for-medium-only,
    tbody.hide-for-small-only,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.show-for-large-only,
    tbody.show-for-large-up,
    tbody.show-for-medium-up,
    tbody.show-for-small-up {
        display: table-row-group !important
    }
    tr.hide-for-medium-only,
    tr.hide-for-small-only,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.show-for-large-only,
    tr.show-for-large-up,
    tr.show-for-medium-up,
    tr.show-for-small-up {
        display: table-row !important
    }
    td.hide-for-medium-only,
    td.hide-for-small-only,
    td.hide-for-xlarge-only,
    td.hide-for-xlarge-up,
    td.hide-for-xxlarge-only,
    td.hide-for-xxlarge-up,
    td.show-for-large-only,
    td.show-for-large-up,
    td.show-for-medium-up,
    td.show-for-small-up,
    th.hide-for-medium-only,
    th.hide-for-small-only,
    th.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    th.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    th.show-for-large-only,
    th.show-for-large-up,
    th.show-for-medium-up,
    th.show-for-small-up {
        display: table-cell !important
    }
}

@media only screen and (min-width:90.063em) {
    .hide-for-large-only,
    .hide-for-medium-only,
    .hide-for-small-only,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large-up,
    .show-for-medium-up,
    .show-for-small-up,
    .show-for-xlarge-only,
    .show-for-xlarge-up {
        display: inherit !important
    }
    .hide-for-large-up,
    .hide-for-medium-up,
    .hide-for-small-up,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .show-for-large-only,
    .show-for-medium-only,
    .show-for-small-only,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important
    }
    table.hide-for-large-only,
    table.hide-for-medium-only,
    table.hide-for-small-only,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.show-for-large-up,
    table.show-for-medium-up,
    table.show-for-small-up,
    table.show-for-xlarge-only,
    table.show-for-xlarge-up {
        display: table
    }
    thead.hide-for-large-only,
    thead.hide-for-medium-only,
    thead.hide-for-small-only,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.show-for-large-up,
    thead.show-for-medium-up,
    thead.show-for-small-up,
    thead.show-for-xlarge-only,
    thead.show-for-xlarge-up {
        display: table-header-group !important
    }
    tbody.hide-for-large-only,
    tbody.hide-for-medium-only,
    tbody.hide-for-small-only,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.show-for-large-up,
    tbody.show-for-medium-up,
    tbody.show-for-small-up,
    tbody.show-for-xlarge-only,
    tbody.show-for-xlarge-up {
        display: table-row-group !important
    }
    tr.hide-for-large-only,
    tr.hide-for-medium-only,
    tr.hide-for-small-only,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.show-for-large-up,
    tr.show-for-medium-up,
    tr.show-for-small-up,
    tr.show-for-xlarge-only,
    tr.show-for-xlarge-up {
        display: table-row !important
    }
    td.hide-for-large-only,
    td.hide-for-medium-only,
    td.hide-for-small-only,
    td.hide-for-xxlarge-only,
    td.hide-for-xxlarge-up,
    td.show-for-large-up,
    td.show-for-medium-up,
    td.show-for-small-up,
    td.show-for-xlarge-only,
    td.show-for-xlarge-up,
    th.hide-for-large-only,
    th.hide-for-medium-only,
    th.hide-for-small-only,
    th.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    th.show-for-large-up,
    th.show-for-medium-up,
    th.show-for-small-up,
    th.show-for-xlarge-only,
    th.show-for-xlarge-up {
        display: table-cell !important
    }
}

@media only screen and (min-width:120.063em) {
    .hide-for-large-only,
    .hide-for-medium-only,
    .hide-for-small-only,
    .hide-for-xlarge-only,
    .show-for-large-up,
    .show-for-medium-up,
    .show-for-small-up,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: inherit !important
    }
    .hide-for-large-up,
    .hide-for-medium-up,
    .hide-for-small-up,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large-only,
    .show-for-medium-only,
    .show-for-small-only,
    .show-for-xlarge-only {
        display: none !important
    }
    table.hide-for-large-only,
    table.hide-for-medium-only,
    table.hide-for-small-only,
    table.hide-for-xlarge-only,
    table.show-for-large-up,
    table.show-for-medium-up,
    table.show-for-small-up,
    table.show-for-xlarge-up,
    table.show-for-xxlarge-only,
    table.show-for-xxlarge-up {
        display: table
    }
    thead.hide-for-large-only,
    thead.hide-for-medium-only,
    thead.hide-for-small-only,
    thead.hide-for-xlarge-only,
    thead.show-for-large-up,
    thead.show-for-medium-up,
    thead.show-for-small-up,
    thead.show-for-xlarge-up,
    thead.show-for-xxlarge-only,
    thead.show-for-xxlarge-up {
        display: table-header-group !important
    }
    tbody.hide-for-large-only,
    tbody.hide-for-medium-only,
    tbody.hide-for-small-only,
    tbody.hide-for-xlarge-only,
    tbody.show-for-large-up,
    tbody.show-for-medium-up,
    tbody.show-for-small-up,
    tbody.show-for-xlarge-up,
    tbody.show-for-xxlarge-only,
    tbody.show-for-xxlarge-up {
        display: table-row-group !important
    }
    tr.hide-for-large-only,
    tr.hide-for-medium-only,
    tr.hide-for-small-only,
    tr.hide-for-xlarge-only,
    tr.show-for-large-up,
    tr.show-for-medium-up,
    tr.show-for-small-up,
    tr.show-for-xlarge-up,
    tr.show-for-xxlarge-only,
    tr.show-for-xxlarge-up {
        display: table-row !important
    }
    td.hide-for-large-only,
    td.hide-for-medium-only,
    td.hide-for-small-only,
    td.hide-for-xlarge-only,
    td.show-for-large-up,
    td.show-for-medium-up,
    td.show-for-small-up,
    td.show-for-xlarge-up,
    td.show-for-xxlarge-only,
    td.show-for-xxlarge-up,
    th.hide-for-large-only,
    th.hide-for-medium-only,
    th.hide-for-small-only,
    th.hide-for-xlarge-only,
    th.show-for-large-up,
    th.show-for-medium-up,
    th.show-for-small-up,
    th.show-for-xlarge-up,
    th.show-for-xxlarge-only,
    th.show-for-xxlarge-up {
        display: table-cell !important
    }
}

.hide-for-portrait,
.show-for-landscape {
    display: inherit !important
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

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) {
    .hide-for-portrait,
    .show-for-landscape {
        display: inherit !important
    }
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
    table.hide-for-portrait,
    table.show-for-landscape {
        display: table
    }
    thead.hide-for-portrait,
    thead.show-for-landscape {
        display: table-header-group !important
    }
    tbody.hide-for-portrait,
    tbody.show-for-landscape {
        display: table-row-group !important
    }
    tr.hide-for-portrait,
    tr.show-for-landscape {
        display: table-row !important
    }
    td.hide-for-portrait,
    td.show-for-landscape,
    th.hide-for-portrait,
    th.show-for-landscape {
        display: table-cell !important
    }
}

@media only screen and (orientation:portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: inherit !important
    }
    .hide-for-portrait,
    .show-for-landscape {
        display: none !important
    }
    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
    }
}

.show-for-touch {
    display: none !important
}

.hide-for-touch,
.touch .show-for-touch {
    display: inherit !important
}

.touch .hide-for-touch {
    display: none !important
}

.touch table.show-for-touch,
table.hide-for-touch {
    display: table
}

.touch thead.show-for-touch,
thead.hide-for-touch {
    display: table-header-group !important
}

.touch tbody.show-for-touch,
tbody.hide-for-touch {
    display: table-row-group !important
}

.touch tr.show-for-touch,
tr.hide-for-touch {
    display: table-row !important
}

.touch td.show-for-touch,
.touch th.show-for-touch,
td.hide-for-touch,
th.hide-for-touch {
    display: table-cell !important
}

.clearfix {
    *zoom: 1
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.vertical-center-block {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -.35714rem
}

.list-inline>li {
    display: inline-block;
    padding-left: .35714rem;
    padding-right: .35714rem
}

@media only screen and (min-width:40.063em) {
    .dl-horizontal dt {
        float: left;
        width: 11.42857rem;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 12.85714rem;
        *zoom: 1
    }
    .dl-horizontal dd:after,
    .dl-horizontal dd:before {
        content: " ";
        display: table
    }
    .dl-horizontal dd:after {
        clear: both
    }
}

@media only screen and (min-width:90.063em) {
    .dl-horizontal dt {
        width: 18.57143rem
    }
    .dl-horizontal dd {
        margin-left: 20rem
    }
}

.js .fp-container {
    position: relative;
    z-index: 2
}

.js .fp-content-parent {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1
}

.js .fp-content-parent.off {
    display: none;
    z-index: -1
}

@media only screen and (max-width:40em) {
    .js .fp-content-parent {
        position: relative;
        top: auto;
        left: auto;
        z-index: auto
    }
    .js .fp-content-parent.off {
        display: inherit !important;
        z-index: auto
    }
}

.tc-nav-parent {
    display: none
}

.js .tc-container {
    position: relative;
    z-index: 1;
    min-height: 10.71429rem
}

.js .tc-container>.tc-content-parent {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1
}

.js .tc-container>.tc-content-parent.off {
    z-index: -1;
    display: none
}

.js .tc-container>.tc-nav-parent {
    display: inherit !important;
    position: relative;
    z-index: 2
}

.js .dropdown-menu {
    display: none;
    overflow: hidden
}

@media only screen and (max-width:40em) {
    .js .dropdown-menu.show-for-mobile {
        display: inherit !important
    }
}

.js.cancel-overflow {
    overflow: hidden
}

.js .modal-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9000;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    cursor: pointer
}

.js .modal-box {
    position: absolute;
    top: 10%;
    left: 20%;
    width: 60%
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
    .js .modal-box {
        left: 10%;
        width: 80%
    }
}

.js .modal-box>.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.js .modal-box>.video-container>embed,
.js .modal-box>.video-container>iframe,
.js .modal-box>.video-container>object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}



/********************************************************************************************************************************/


#pba {
    font-family: Signika, sans-serif;
    font-weight: 400;
    background-color: #000;
    color: #e5e5e5;
}

#pba .section {
    background-color: #fff;
    color: #111;
}
.on-black {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
}
#pba header {
    position: relative;
    margin-top: 2.14286rem;
}
#pba header .kv {
    width: 100%}
#pba header .pba-logo-with-rog {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 391px;
    height: 71px;
    background: url(http://www.gamefactor.mx/images/pba/logo-pba-with-rog.png) 0 0 no-repeat;
}



@media only screen and (max-width:64em) {
    #pba header .pba-logo-with-rog {
    width: 312.8px;
    height: 56.8px;
    background-size: cover;
}
}#pba header .pba-lockup {
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50px;
    width: 335px;
    background: url(http://www.gamefactor.mx/images/pba/logo-pba-with-rog-transparent.png) 0 0 no-repeat;
}
@media only screen and (max-width:40em) {
    #pba header .pba-lockup {
    width: 140px; }
}
#pba header .partner-logo {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#pba header .kv-lockup {
    display: block;
    position: absolute;
    top: 9.7rem;
    left: 2.28571rem;
    width: 253px;
    height: 130px;
    background: url(http://www.gamefactor.mx/images/pba/kv-lockup.png) 0 0 no-repeat;
    background-size: cover;
}
@media only screen and (min-width:40.063em) and (max-width:58em) {
    #pba header .kv-lockup {
	top: 577px;
	left: 305px;
	width: 253px;
	height: 130px;
}
}
@media only screen and (max-width:40em) {
    #pba header .kv-lockup {
    position: relative;
    top: auto;
    left: auto;
    width: 253px;
    height: 130px;
    margin: 1.42857rem auto; }
}
#pba header.partner-header {
    height: 72px;
    background: url(http://www.gamefactor.mx/images/pba/partner-header-bg.jpg) 0 0 repeat-x;
}
.pba-container {
    min-height: 10.85714rem;
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
    .pba-container {
    min-height: 23.21429rem; }
}
@media only screen and (max-width:40em) {
    .pba-container {
    min-height: 7.14286rem; }
}
.partner-container {
    min-height: 50rem;
}
@media only screen and (max-width:40em) {
    .partner-container {
    min-height: 0; }
}
.partner-container .kv {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media only screen and (max-width:40em) {
    .partner-container .kv {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto; }
}
.partner-container .copy {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 10px;
    padding-right: 10px;
}
@media only screen and (max-width:40em) {
    .partner-container .copy {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 2em;
    margin-bottom: 2em; }
}
.partner-special {
    margin-top: 2em;
    margin-bottom: 2em;
    border: 1px solid #aaa;
    background: url(http://www.gamefactor.mx/images/pba/partner-special-bg.jpg) left bottom repeat-x;
}
.partner-special h2 {
    text-transform: uppercase;
}
.partner-special .special-kv {
    margin-top: -.71429rem;
    margin-bottom: .71429rem;
}
@media only screen and (max-width:40em) {
    .partner-special .special-kv {
    display: block;
    margin-left: auto;
    margin-right: auto; }
}
.si-block {
    margin-right: .71429rem;
    margin-left: .71429rem;
}
@media only screen and (max-width:40em) {
    .si-block {
    margin-right: inherit;
    margin-left: inherit; }
}
.red-ribbon {
    position: relative;
    z-index: 1;
    height: 75px;
    padding-top: .35714rem;
    background: url(http://www.gamefactor.mx/images/pba/red-ribbon.png) -20px top no-repeat;
    background-size: cover;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase; }
@media only screen and (min-width:64.063em) {
    .red-ribbon {
    width: 104%;
    margin-left: -21px;
    background-position: 0 0; }
}
@media only screen and (max-width:40em) {
    .red-ribbon {
    padding-top: .71429rem; }
}
.center-everything {
    position: absolute;
    top: 50%;
    /*left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}
.terms {
    padding-right: 1.78571rem;
    padding-left: 1.78571rem;
    font-size: 80%;
    color: #aaa;
		margin-bottom: 30px;
		text-align: justify
}
.buffer-top {
    margin-top: 2em;
}
.buffer-bottom {
    margin-bottom: 2em;
}
.table-fix {
		display: table;
  	height:100%;
}
.cell {
    vertical-align: top;
    display: table-cell;
    height:100%;
		border: none !important;
}
.container-fix {
    height: 100%;
    -moz-box-sizing: border-box;
}
#pba a:link {
    color: #0075c9;
}
#pba a:visited {
    color: #0075c9;
}
#pba a:hover {
    color: #0075c9;
}
#pba a:active {
    color: #0075c9;
}

#pba ul {
	/*list-style-image: url(http://www.gamefactor.mx/images/pba/red-bullet.png);*/
	margin-top: 20px;
}
#pba ul.no-padding { padding-left: 20px; list-style: none; }
#pba .no-padding li { padding-left: 0px; margin-bottom: 8px; }

#pba li { 
    padding-left: 20px;
    margin-bottom: 1em;
}


