blockquote {
background: url("../images/bg-quote1.png") no-repeat;
color: #95969a;
font-style: italic;
margin: 30px 30px -15px 30px;
padding: 30px 30px 30px 50px;
}

blockquote, blockquote p {
    font-size: 16px;
}

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

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

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

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

meta.foundation-mq-medium-only {
    font-family: "/only screen and (min-width:48rem) and (max-width:63.9375rem)/";
    width: 48rem;
}

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

meta.foundation-mq-large-only {
    font-family: "/only screen and (min-width:64rem) and (max-width:81.1875rem)/";
    width: 64rem;
}

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

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

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

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

html, body {
    height: 100%;
}

html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

html,
body {
    font-size: 100%;
}

body {
    background: #fff;
    color: #222;
    cursor: auto;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    position: relative;
}

a:hover {
    cursor: pointer;
}

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

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

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

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clearfix:before, .speaker-container:before, .clearfix:after, .speaker-container:after {
    content: " ";
    display: table;
}

.clearfix:after, .speaker-container:after {
    clear: both;
}

.hide {
    display: none;
}

.invisible {
    visibility: hidden;
}

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

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

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

select {
    width: 100%;
}

.row {
    margin: 0 auto;
    max-width: 95.625rem;
    width: 100%;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}

.row.collapse .row {
    margin-left: 0;
    margin-right: 0;
}

.row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto;
}

.row .row:before, .row .row:after {
    content: " ";
    display: table;
}

.row .row:after {
    clear: both;
}

.row .row.collapse {
    margin: 0;
    max-width: none;
    width: auto;
}

.row .row.collapse:before, .row .row.collapse:after {
    content: " ";
    display: table;
}

.row .row.collapse:after {
    clear: both;
}

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

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

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

@media only screen {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .small-1 {
        width: 8.33333%;
    }

    .small-2 {
        width: 16.66667%;
    }

    .small-3 {
        width: 25%;
    }

    .small-4 {
        width: 33.33333%;
    }

    .small-5 {
        width: 41.66667%;
    }

    .small-6 {
        width: 50%;
    }

    .small-7 {
        width: 58.33333%;
    }

    .small-8 {
        width: 66.66667%;
    }

    .small-9 {
        width: 75%;
    }

    .small-10 {
        width: 83.33333%;
    }

    .small-11 {
        width: 91.66667%;
    }

    .small-12 {
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row.small-collapse > .column,
    .row.small-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row.small-uncollapse > .column,
    .row.small-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }
}

@media only screen and (min-width: 48rem) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .medium-1 {
        width: 8.33333%;
    }

    .medium-2 {
        width: 16.66667%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-4 {
        width: 33.33333%;
    }

    .medium-5 {
        width: 41.66667%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-7 {
        width: 58.33333%;
    }

    .medium-8 {
        width: 66.66667%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-10 {
        width: 83.33333%;
    }

    .medium-11 {
        width: 91.66667%;
    }

    .medium-12 {
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row.medium-collapse > .column,
    .row.medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 64rem) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .large-1 {
        width: 8.33333%;
    }

    .large-2 {
        width: 16.66667%;
    }

    .large-3 {
        width: 25%;
    }

    .large-4 {
        width: 33.33333%;
    }

    .large-5 {
        width: 41.66667%;
    }

    .large-6 {
        width: 50%;
    }

    .large-7 {
        width: 58.33333%;
    }

    .large-8 {
        width: 66.66667%;
    }

    .large-9 {
        width: 75%;
    }

    .large-10 {
        width: 83.33333%;
    }

    .large-11 {
        width: 91.66667%;
    }

    .large-12 {
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row.large-collapse > .column,
    .row.large-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen {

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 48rem) {

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 64rem) {

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 81.25rem) {

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 100.063em) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (orientation: landscape) {

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

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

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

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

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

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

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

@media only screen and (orientation: portrait) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.show-for-sr {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.show-on-focus {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
}

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

@media print {

    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000000 !important;

        text-shadow: none !important;
    }

    .show-for-print {
        display: block;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    thead {
        display: table-header-group;

    }

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

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

    @page {
        margin: .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;
    }
}

@media print {

    .show-for-print {
        display: block;
    }

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

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

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

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

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

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

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

    #header,
    #mobile-menu-trigger,
    #menu,
    .pdfprnt-top-right,
    .breadcrumbs,
    .sidebar,
    #footer,
    .social-sharing-box,
    .post-navigation,
    #dianomi-below,
    .gilidPanel-opener-left,
    .contact-sidebar,
    a[href]:after
    {
        display:none !important;
    }

    #main {
        padding-top:5px !important;
        padding-bottom:5px !important;
    }

}

.tabs {
    margin-bottom: 0 !important;
    margin-left: 0;
}

.tabs:before, .tabs:after {
    content: " ";
    display: table;
}

.tabs:after {
    clear: both;
}

.tabs dd, .tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative;
}

.tabs dd > a, .tabs .tab-title > a {
    display: block;
    background-color: #EFEFEF;
    color: #222222;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    padding: 1rem 2rem;
}

.tabs dd > a:hover, .tabs .tab-title > a:hover {
    background-color: #e1e1e1;
}

.tabs dd.active a, .tabs .tab-title.active a {
    background-color: #FFFFFF;
    color: #222222;
}

.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.tabs.vertical dd, .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto;
}

.tabs-content {
    margin-bottom: 1.5rem;
    width: 100%;
}
.tabs-content.no-margin {
    margin-bottom: 0;
}

.tabs-content:before, .tabs-content:after {
    content: " ";
    display: table;
}

.tabs-content:after {
    clear: both;
}

.tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%;
}

.tabs-content > .content.active {
    display: block;
    float: none;
}

.tabs-content > .content.contained {
    padding: 0.9375rem;
}

.tabs-content.vertical {
    display: block;
}

.tabs-content.vertical > .content {
    padding: 0 0.9375rem;
}

@media only screen and (min-width: 48rem) {

    .tabs.vertical {
        float: left;
        margin: 0 0 1.25rem;
        max-width: 20%;
        width: 20%;
    }

    .tabs-content.vertical {
        float: left;
        margin-left: -1px;
        max-width: 80%;
        padding-left: 1rem;
        width: 80%;
    }
}

.no-js .tabs-content > .content {
    display: block;
    float: none;
}

html {
    font-family: sans-serif;

    -ms-text-size-adjust: 100%;

    -webkit-text-size-adjust: 100%;

}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: transparent;
    font-style: normal;
}

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

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

b,
strong {
    font-weight: bold;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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


button,
input,
optgroup,
select,
textarea {
    color: inherit;

    font: inherit;

    margin: 0;

}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
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"] {
    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 #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;

    padding: 0;

}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

ul {
    list-style-type: none;
}

button:focus, a:focus {
    outline: 0;
}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'merriweatherregular';
    src: url('../fonts/merriweather-regular-webfont.eot');
    src: url('../fonts/merriweather-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/merriweather-regular-webfont.woff2') format('woff2'),
    url('../fonts/merriweather-regular-webfont.woff') format('woff'),
    url('../fonts/merriweather-regular-webfont.ttf') format('truetype'),
    url('../fonts/merriweather-regular-webfont.svg#merriweatherregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'bebas_neue_regular';
    src: url('../fonts/bebasneue_regular-webfont.eot');
    src: url('../fonts/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bebasneue_regular-webfont.woff2') format('woff2'),
    url('../fonts/bebasneue_regular-webfont.woff') format('woff'),
    url('../fonts/bebasneue_regular-webfont.ttf') format('truetype'),
    url('../fonts/bebasneue_regular-webfont.svg#bebas_neue_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'bebas_neue_bold';
    src: url('../fonts/bebasneue_bold-webfont.woff2') format('woff2'),
    url('../fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bebas_neue_regular';
    src: url("../fonts/bebas_neue_regular.eot");
    src: url("../fonts/bebas_neue_regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas_neue_regular.svg#bebas_neue_regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: 'bebas_neue_regular';
        src: url("../fonts/bebas_neue_regular.svg#bebas_neue_regular") format("svg");
    }
}

.clearfix:before, .speaker-container:before,
.clearfix:after,
.speaker-container:after {
    content: " ";

    display: table;

}

.clearfix:after, .speaker-container:after {
    clear: both;
}

.clearfix, .speaker-container {
    *zoom: 1;
}

#footer a.anchor-up, nav#nav .menu-toggle, .latest-edition main .flash, .slick-prev, .slick-next, ul.slick-dots li button, nav.social ul li a {
    overflow: hidden;
    text-indent: -10000px;
}

figure, ul, li, p {
    margin: 0;
    padding: 0;
}

#footer section, .division, aside nav.social, .gform_body ul li, .archive-menu, .single article.post header p {
    overflow: hidden;
    zoom: 1;
}

body {
    background-color: #231f20;
    font-size: 16px;
    font-size: 1rem;
}

.head-banner {
    display:none;
    background: #f4f4f4;
}

header#header {
    padding: 0;
    height: 75px;
    text-align: center;
    border-bottom: 4px solid #27aae1;
    position: fixed;
    width: 100%;
    background: #f4f4f4;
    z-index: 10;
    text-align: left;
    position: fixed;
}

header#header ul {
    padding: 0 !important;
    margin: 0 !important;
}

header#header .sf-blue {
	clear: both;
	margin: 0 0 0 0;
	background: #27aae1;
	height: 26px;
	border-top: 0px solid #2EB0FF;
	padding: 0;
	text-align: left;
}

header#header .sf-blue a, 
.sf-blue a:visited, 
.sf-blue a:hover {
	font-size: 14px;
	font-weight: bold;
	float: left;
	color: white;
	text-decoration: none;
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 12px;
	overflow: hidden;
}

header#header .sf-blue ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #27aae1;
	width: 100%;
	z-index: 9;
}

header#header .sf-blue-after {
	clear: both;
	margin: 0;
	background: url(shadow.png) repeat-x;
	height: 6px;
	border-top: 0px solid #104E8B;
}

header#header .sf-blue li {
	border-left: 0px solid #ffffff;
	border-right: 1px solid #ffffff;
}

header#header .sf-blue li:nth-child(1) {
	background: #231f20;
}

header#header .sf-blue li li {
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

header#header .sf-blue ul ul {
	border-left: 0px solid #ffffff;
	border-right: 1px solid #ffffff;
}

header#header .sf-blue li.selected, 
.sf-blue li.current-cat, 
.sf-blue li.current-cat-parent, 
.sf-blue li.current_page_item, 
.sf-blue li.current_page_parent,
.sf-blue li.current_page_ancestor  {
	background: #999a9e;
}

header#header .sf-blue li:hover, 
.sf-blue li.wpmhover {
	visibility: inherit;
	background: #999a9e;
}

header#header #menu ul {
    display:inline-block;
}

header#header .row {
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
}

header#header .masthead {
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    margin-top: 3px;
    margin-bottom: 4px;
}

header#header .masthead .open-gilidpanel {
    position: absolute;
    width: 80px;
    display: block;
    padding-top: 12px;
}

header#header .masthead .open-gilidpanel img {
    width: 50px;
    height: 50px;
}

header#header .masthead .logo {
    min-width: 380px;
    display: block;
    position: relative;
    left: 0px;
    height: 90%;
    padding: 0;
    margin: 0;
    background: url("../images/logo.svg") no-repeat left center;
    text-indent: -5000px;

}

header#header .masthead .logo a {
    display: block;
    height: 75px;
}

@media (max-width: 600px) {
	header#header .masthead .logo {
        background-size:50%;
  }
}

@media (max-width: 1024px) {
	header#header .masthead .logo {
		left:86px;
  }
}




header#header .main-nav {
    float: right;
}

header#header .main-nav .nav {
    padding: 0;
    margin: -20px 0 0;
    text-align: center;
    height: 71px;
    display: none;

}

header#header .main-nav .nav li {
    display: block;
    float: left;
    text-align: left;
    font-family: "latoregular", sans-serif;
    font-weight: bold;
    line-height: 80%;
    padding: 28px 0 !important;
    vertical-align: middle;
    height: 100%;
}

header#header .main-nav .nav li a {
    border-right: 2px solid #231f20;
    padding: 0 8px 0 8px;
    font-size: 18px;
    display: inline-block;
}

header#header .main-nav .nav li a:link, header#header .main-nav .nav li a:visited {
    text-decoration: none;
    color: #231f20;
}

header#header .main-nav .nav li a:hover, header#header .main-nav .nav li a:active {
    color: #27aae1;
}

header#header .main-nav .nav li a span {
    padding-top: 20px;
    display: block;
}

header#header .main-nav .nav .about a {
    border: 0;
}

header#header .main-nav .nav .subnav {
    opacity: 0;
    display: none;
    position: absolute;
    z-index: 2;
    background: #231f20;
    padding: 20px 0px !important;
    -webkit-box-shadow: 1px 10px 15px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 10px 15px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 10px 15px -11px rgba(0, 0, 0, 0.75);
}

header#header .main-nav .nav .subnav li {
    float: none;
    padding: 0 !important;
    margin: 0;
    height: auto;
}

header#header .main-nav .nav .subnav li a {
    color: #fff;
    padding: 10px 40px !important;
}

header#header .main-nav .nav .subnav li a:hover {
    color: #27aae1;
}

header#header .main-nav .nav .subnav.active {
    opacity: 1;
    top: 60px;
    display: block;
    -webkit-transition: opacity ease-out 0.1s;
    -moz-transition: opacity ease-out 0.1s;
    -o-transition: opacity ease-out 0.1s;
    transition: opacity ease-out 0.1s;
}

header#header .main-nav .nav .subscribe {
    padding-left: 100px !important;
    background: url("../images/header-mag.png") left 0 no-repeat;
    width: 180px;
    padding: 30px 0 0;
    margin-left: 10px;
    height: 100%;
}

header#header .main-nav .nav .subscribe a {
    text-transform: uppercase;
    border-right: 0;
    text-align: left;
    font-size: 0.8em;
    height: 100%;
    font-size: 12px;
    display: block;
    margin-top: -25px;
    padding: 0;
}

header#header .main-nav .nav .download {
    width: 120px;
    padding-top: 30px;
    height: 100%;
    display: none;
}

header#header .main-nav .nav .download a {
    text-transform: uppercase;
    border-right: 0;
    text-align: left;
    font-size: 0.8em;
    height: 100%;
    font-size: 12px;
    display: block;
    margin-top: -25px;
    padding: 0;
}

header#header .main-nav .social {
    text-align: right;
    display: inline-block;
    float: right !important;

    position: relative;
    right: 0;
}

header#header .main-nav .social li {
    display: none;
    padding: 10px 0 0;
    margin: 0;
    height: 100%;
}

header#header .main-nav .social li a {
    display: block;
    padding: 10% 5%;
    height: 100%;
}

header#header .main-nav .social li img {
    width: 32px;
    display: block;
}

header#header .main-nav .social .search {
    display: inline-block;
}

header#header .main-nav .social .search img {
    width: 33px;
}

header#header .columns {
    height: auto;
}

header#header .columns:last-child {
    float: left;
}

header#header .columns .inner {
    position: relative;
    height: 100%;
    width: 100%;
}

header#header .columns.subscribe {
    text-align: center;
    height: 94px;
}

header#header .columns.subscribe .inner {
    width: auto;
    display: inline-block;
}

header#header .columns.subscribe .inner:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: bottom;
}

header#header .columns.subscribe .inner div {
    display: inline-block;
    vertical-align: bottom;
}

header#header .columns.subscribe .inner.full-width {
    width: 100%;
}

header#header .columns.subscribe .inner.full-width div {
    width: 96%;
}

header#header .search-wrap {
    width: 340px;
    position: absolute;
    padding-left: 28px;
    padding-top: 20px;
    top: 0px;
    right: 0;
    -webkit-transition: all ease-out 0.1s;
    -moz-transition: all ease-out 0.1s;
    -o-transition: all ease-out 0.1s;
    transition: all ease-out 0.1s;
}

header#header .search-wrap img {
    width: 20px;
}

header#header .search-wrap.active {
    opacity: 1;
    top: 60px;
    -webkit-transition: all ease-out 0.1s;
    -moz-transition: all ease-out 0.1s;
    -o-transition: all ease-out 0.1s;
    transition: all ease-out 0.1s;
}


header#header .search-wrap.responsive {
    z-index: 200;
    padding: 2px;
    top: 87px;
    background: #231f20
}

header#header .search-wrap.responsive input {
    margin: 0;
}

#search-icon {
    display:none;
    width: 25px;
    position: absolute;
    top: 25px;
    right: 20px;
    cursor:pointer;
}


header#header form {
    width: 100%;
    display: block;
    position: relative;
}

header#header form input {
    border: none;
    box-shadow: none;
    padding: 7px 20px 7px 10px;
    height: 30px;
}

header#header form input:focus {
    border: none;
    box-shadow: none;
    background: #fff;
}

header#header form button {
    height: 29px;
    top: 0px;
    right: 1px;
    bottom: auto;
    left: auto;
    position: absolute;
    background: none;;
}

header#header #twitter-feed {
    padding: 10px 0 10px;
    margin: 0;
    overflow: hidden;
    min-height: 45px;
    background: #fff;
    opacity: 0.95;
}

header#header #twitter-feed .row {
    padding-left: 18px;
    height: auto !important;
}

header#header #twitter-feed #twitter-slider::before {
    background-image: url("../images/twitter-small.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: auto;
    content: "";
    height: 24px;
    width: 35px;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
}

header#header #twitter-feed #twitter-slider {
    overflow: hidden;
    min-height: 25px;
}

header#header #twitter-feed #twitter-slider .tweet {
    display: inline-block;
}

header#header #twitter-feed p.tweet {
    margin-bottom: 0;
    font-family: "latoregular", sans-serif;
    word-wrap: break-word;
    border-right: 1px solid #d6d6d6;
    padding: 0 10px;
}

.gilidPanel-opener {
    left: 20px !important;
    top: 20px !important;
    background: #27aae1 !important;
}

div.gilidPanel .gilidPanel-wrap {
    color: #fff;
    padding: 70px 0 50px;
}

#gform_fields_9 {
    padding: 0;
}

#gs_cb50 {
    margin-top:7px;
}

.gsc-above-wrapper-area {
    background: #fff;
}


input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    background: url('http://masterinvestor.co.uk/wp-content/themes/masterinvestor/images/icon-search.svg') !important;
    background-color: #f4f4f4 !important;
}




@media only screen and (min-width: 64rem) {

    header#header {
        text-align: left;
    }

    header#header .social-nav-wrap {
        margin: 0;
    }
}

@media only screen and (max-width: 47.9375rem) {

    header#header {
        width: 100% !important;
    }

    header#header .masthead {
        width: 100% !important;
    }

    header#header .masthead h1 {
        width: 60% !important;
        background-size: 100% auto;
        background-position: center center;
        left: 0;
        min-width: 0;
        max-width: 300px;
        margin: auto;
    }

    header#header .main-nav {
        position: absolute;
        top: 0;
        right: 0;
    }

    header#header .main-nav .social .search {
        width: 40px;
        display: none;
    }

    header#header .search-wrap {
        display: none;
    }
}

@media only screen and (min-width: 48rem) {

    header#header .masthead h1 {
        background-size: 80%;
        max-width: 380px;
    }

    header#header .main-nav .social {
        min-width: 250px;

    }

    header#header .main-nav .social li {
        display: inline-block;
    }

    header#header .main-nav .social .search {
        margin-left: 5px;
    }
}

@media only screen and (min-width: 64rem) {

    header#header .masthead {

    }

    header#header .main-nav {

    }

    header#header .main-nav .social {
        width: 30%;
    }
}

@media only screen and (min-width: 81.25rem) {


    header#header .masthead h1 {
        background-size: 95%;
    }

    header#header .main-nav {
        width: 66.66%;
    }

    header#header .main-nav .nav {
        display: inline-block;
        width: 70%;
    }

    header#header .main-nav .nav .subscribe {
        display: inline-block;
    }

    header#header .main-nav .social {
        width: 30%;
    }

    header#header .main-nav .social li {
        display: inline-block;
    }
}

@media screen and (min-width: 1600px) {

    header#header .main-nav .nav .download {
        display: inline-block;
    }
}

#footer {
    padding: 54px 0 80px;
    color: white;
    font-size: 16px;
    font-size: 1rem;
    font-family: "latoregular", sans-serif;
    text-transform: uppercase;
}

#footer .validation_error {
    text-transform: none;
}

#footer .row {
    position: relative;
}

#footer h4 {
    font-family: "bebas_neue_regular", sans-serif;
    color: white;
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: 1px;
    padding-bottom: 8px;
    border-bottom: 2px solid #27aae1;
    margin-bottom: 30px;
}

#footer h5 {
    color: white;
    line-height: 140%;
    text-transform: none;
}

#footer p {
    font-size: 16px;
    font-size: 1rem;
}

#footer li {
    display: block;
    line-height: 100%;
    margin-bottom: 6px;
}

#footer a:link, #footer a:visited {
    color: white;
}

#footer a:hover, #footer a:active {
    color: #27aae1;
}

#footer .column-inner {
    padding-right: 0;
}

#footer figure {
    margin-bottom: 10px;
}

#footer section {
    margin-bottom: 40px;
}

#footer section:last-child {
    margin-bottom: 0;
}

#footer a.anchor-up {
    display: block;
    width: 65px;
    height: 65px;
    background-image: url("../images/page-up-arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    top: auto;
    right: 0;
    bottom: -80px;
    left: auto;
    position: absolute;
    background-color: gray;
}

.svg #footer a.anchor-up {
    background-image: url("../images/page-up-arrow.svg");
}

#footer a.anchor-up:link, #footer a.anchor-up:visited {
    background-color: gray;
}

#footer a.anchor-up:hover, #footer a.anchor-up:active {
    background-color: white;
}

#footer .gform_body {
    text-transform: none;
}
#footer .gform_body li {
    line-height: 20px;
}


@media only screen and (min-width: 48rem) {

    #footer {
        padding-bottom: 54px;
    }

    #footer a.anchor-up {
        top: auto;
        right: 0;
        bottom: 0;
        left: auto;
        position: absolute;
    }
}

@media only screen and (min-width: 64rem) and (max-width: 81.1875rem) {

    #footer .ginput_container, #footer .gfield_label {
        width: 100%;
    }

    #footer .gfield_label {
        height: auto;
        line-height: 100%;
        margin-bottom: 4px;
    }

    #footer .gform_footer {
        padding-left: 0;
    }
}

@media only screen and (min-width: 64rem) {

    #footer {
        padding: 54px 0 54px;
    }

    #footer .column-inner {
        padding-right: 0;
    }
}

@media only screen and (min-width: 81.25rem) {

    #footer .column-inner {
        padding-right: 30px;
    }
}

nav#nav {
    background-color: #27aae1;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 999;
    border-bottom: 1px solid white;
}

nav#nav .menu-toggle {
    top: 9px;
    right: 15px;
    bottom: auto;
    left: auto;
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("../images/menu.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.svg nav#nav .menu-toggle {
    background-image: url("../images/menu.svg");
}

nav#nav .columns {
    padding: 0;
}

nav#nav ul {
    margin: 0;
    top: 50px;
    right: 0;
    bottom: auto;
    left: 0;
    position: absolute;
    display: none;
    padding: 0 0 10px;
    background-color: #27aae1;
}

nav#nav li {
    padding: 0;
}

nav#nav li a {
    font-size: 13px;
    font-size: 0.8125rem;
    color: white;
    font-family: "latoregular", sans-serif;
    font-weight: 400;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    height: 45px;
    line-height: 47px;
    display: block;
    margin: 10px 0;
    padding: 0 10px 0 45px;
    position: relative;
    background-color: #27aae1;
}

nav#nav li a:hover, nav#nav li a:active {
    background-color: #1a8bbb;
}

nav#nav li a:before {
    content: "";
    width: 30px;
    height: 45px;
    display: block;
    top: 0;
    right: auto;
    bottom: auto;
    left: 10px;
    position: absolute;
    background-image: url("../images/icon-book.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px auto;
}

.svg nav#nav li a:before {
    background-image: url("../images/icon-book.svg");
}

nav#nav li.equities a:before {
    background-image: url("../images/icon-equities.png");
}

.svg nav#nav li.equities a:before {
    background-image: url("../images/icon-equities.svg");
}

nav#nav li.evil-diaries a:before {
    background-image: url("../images/icon-evil-diaries.png");
}

.svg nav#nav li.evil-diaries a:before {
    background-image: url("../images/icon-evil-diaries.svg");
}

nav#nav li.currencies a:before {
    background-image: url("../images/icon-currencies.png");
}

.svg nav#nav li.currencies a:before {
    background-image: url("../images/icon-currencies.svg");
}

nav#nav li.economics a:before {
    background-image: url("../images/icon-economics.png");
}

.svg nav#nav li.economics a:before {
    background-image: url("../images/icon-economics.svg");
}

nav#nav li.other a:before {
    background-image: url("../images/icon-other.png");
    background-size: 30px auto;
}

.svg nav#nav li.other a:before {
    background-image: url("../images/icon-other.svg");
}

nav#nav li.about a:before {
    background-image: url("../images/icon-about.png");
}

.svg nav#nav li.about a:before {
    background-image: url("../images/icon-about.svg");
}

nav#nav li.contact a:before {
    background-image: url("../images/icon-contact.png");
}

.svg nav#nav li.contact a:before {
    background-image: url("../images/icon-contact.svg");
}

@media only screen and (min-width: 64rem) {

    nav#nav li a:hover, nav#nav li a:active {
        background-color: #27aae1;
    }
}

@media only screen and (min-width: 81.25rem) {

    nav#nav {
        position: relative;
        top: auto;
        left: auto;
        padding: 0 15px;
    }

    .fixed nav#nav {
        position: fixed;
        top: 0;
        left: 0;
    }

    nav#nav .columns {
        padding: 0 0.9375rem;
    }

    nav#nav .menu-toggle {
        display: none;
    }

    nav#nav ul {
        display: block;
        position: relative;
        top: auto;
        right: auto;
        padding: 0;
    }

    nav#nav ul li {
        padding: 0 55px 0 0;
        float: left;
        display: inline-block;
    }

    nav#nav ul li:last-child {
        padding-right: 0;
    }

    nav#nav ul li a {
        margin: 10px 0;
        height: 30px;
        line-height: 30px;
        padding: 0 0 0 35px;
    }

    nav#nav ul li a:before {
        height: 30px;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        position: absolute;
    }
}

#main {
    background-color: white;
    padding-bottom: 54px;
    padding-top: 150px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="search"],
select,
textarea,
.selectBox-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    display: block;
    color: #231f20;
    font-family: inherit;
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 5px;
    padding-left: 7px;
    width: 100%;
    box-sizing: border-box;
    font-family: "latoregular", sans-serif;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus,
.selectBox-dropdown:focus {
    outline: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.selectBox-dropdown::-webkit-input-placeholder {
    color: #939497;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
.selectBox-dropdown::-moz-placeholder {
    color: #939497;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.selectBox-dropdown:-ms-input-placeholder {
    color: #939497;
}



textarea {
    padding: 10px;
    height: auto;
    resize: none;
}

button {
    background-color: #e2e2e2;
    border: none;
    color: white;
    height: 30px;
    line-height: 1;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
}

.gform_footer {
    padding: 0 0 20px !important;
}

@media only screen and (min-width: 48rem) {

    form {
        max-width: 100%;
    }
}

h1, h2, h3, h4, h5 {
    font-family: "latoregular", sans-serif;
    color: #231f20;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 20px;
    text-transform: none;
    font-size: 30px;
    font-size: 1.875rem;
    font-style:normal !important;
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited {
    color: #231f20;
}

h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active, h4 a:hover, h4 a:active, h5 a:hover, h5 a:active {
    color: #27aae1;
}

h2 {
    font-size: 25px;
    font-size: 1.5625rem;
}

h3 {
    font-size: 20px;
    font-size: 1.25rem;
    padding-top: 15px;
    margin: 0 0 15px;
}

h4 {
    font-size: 16px;
    font-size: 1rem;
}

h5 {
    font-size: 16px;
    font-size: 0.875rem;
}

a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
}

a:link, a:visited {
    text-decoration: none;
    color: #27aae1;
}

a:hover, a:active {
    color: #231f20;
}

a:focus {
    outline: none !important;
}

p, ul {
    margin: 0 0 20px;
}

ul.bullet {
    list-style-type: disc;
    padding-left: 20px;
}

p {
    font-size: 16px;
    font-size: 1rem;
}

small {
    font-size: 12px;
    font-size: 0.75rem;
}

.sub-head {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 100%;
    margin-bottom: 0;
    color: #27aae1;
    text-align: left;
    font-family: "bebas_neue_regular", sans-serif;
    position: relative;
}

.sub-head.invert {
    background-color: #231f20;
    color: white;

    padding: 5px 10px;
    display: inline-block;
}

.sub-head.invert:before {
    content: "";
    width: 32px;
    height: 34px;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 15px;
    position: absolute;
    display: block;

    margin-top: -17px;
}

.evil-diaries .sub-head.invert:before {

}

.equities .sub-head.invert:before {

}

.currencies .sub-head.invert:before {

}

.others .sub-head.invert:before {
    background-image: url("../images/icon-other.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 36px;
    margin-top: -14px;
}

.svg .others .sub-head.invert:before {
    background-image: url("../images/icon-other.svg");
}

.division {
    display: block;
    height: 72px;
    width: 100%;
    position: relative;
}

.division:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: white;
    top: 36px;
    right: 0;
    bottom: auto;
    left: 0;
    position: absolute;
}

.tint {
    background-color: #f1f1f2;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

.vertical-center {
    height: 100%;
}

.vertical-center:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.vertical-center .vcenter {
    display: inline-block;
    text-align: left;
    width: 98%;
    margin: 0 auto;
    vertical-align: middle;
}

figure {
    display: block;
    width: 100%;
    background-color: transparent;
    position: relative;
    margin-bottom: 15px;
}

figure .image-wrap {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

figure a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

figure.ratio-16-9 {
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

figure.ratio-16-9:before {
    content: "";
    padding-top: 66.66%;
    display: inline-block;
}

figure.ratio-16-9 a {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

figure img {
    width: 100%;
    height: auto;
}

.author {
    font-family: "latoregular", sans-serif;
    margin-bottom: 30px;
}

article.post figure {
    margin-bottom: 15px;
}

article.post header {
    margin-bottom: 20px;
}

article.post header h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 120%;
    margin-bottom: 15px;
}

article.post footer time {
    font-family: "bebas_neue_regular", sans-serif;
    line-height: 100%;
    display: block;
}

article.post ul {
    list-style-type: disc;
    padding-left: 18px;
}

.screen-reader-text {
    display: none;
}

header.section-header {
    margin-bottom: 15px;
    position: relative;
}

header.section-header .read-more {
    font-family: "bebas_neue_regular", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    height: 30px;
    line-height: 30px;
    padding: 0 20px 0 0;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    position: absolute;
    margin-top: -15px;
    -webkit-transition: color 0 ease;
    -moz-transition: color 0 ease;
    transition: color 0 ease;
}

header.section-header .read-more:after {
    content: "";
    width: 16px;
    height: 13px;
    display: block;
    background-image: url("../images/slider-next.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    position: absolute;
    margin-top: -7px;
}

.svg header.section-header .read-more:after {
    background-image: url("../images/slider-next.svg");
}

header.section-header .read-more:hover:after, header.section-header .read-more:active:after {
    background-position: right top;
}

header.avatar-header {
    padding: 0 0 0 90px;
    min-height: 76px;
    position: relative;
}

header.avatar-header.fixed-height {
    height: 76px;
}

header.avatar-header .avatar {
    width: 76px;
    height: 76px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #e2e2e2;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    position: absolute;
    overflow: hidden;
}

.latest-edition {
    margin-top: 36px;
    background-color: #f1f1f2;
    border: 1px solid #e2e2e2;
    margin: 0 0 36px;
}

.latest-edition header {
    background-color: #231f20;
    color: white;
    padding: 10px;
}

.latest-edition header h3 {
    font-family: "bebas_neue_regular", sans-serif;
    color: white;
    font-size: 30px;
    font-size: 1.875rem;
    text-align: center;
    margin: 0;
}

.latest-edition main {
    padding: 15px;
    display: block;
    text-align: right;
    position: relative;
}

.latest-edition main img {
    width: 70%;
    height: auto;
}

.latest-edition main .flash {
    width: 177px;
    height: 177px;
    display: inline-block;
    background-image: url("../images/device-flash.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 999;
    top: 15px;
    right: auto;
    bottom: auto;
    left: 15px;
    position: absolute;
}

.breadcrumbs {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "latoregular", sans-serif;
    text-transform: uppercase;
    margin-bottom: 24px;
    margin-top: 40px;
}

p.author {
    margin-bottom: 0;
}

.advertising {
    text-align: right;
}

.advertising .vert-divider {
    text-align: center;
}

.advertising a.banner-ad {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.slick-slider {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    width: 100%;
    height: 100%;
    display: block;
}

.slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0;
}

.slick-slider .slick-list .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
}

.slick-slider .slick-list .slick-track .slick-slide {
    width: 100%;
    height: 100%;
    max-width: 1800px;
    float: left;
    position: relative;
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
}

.slick-slider button {
    border: none;
}

.slick-slider button:focus {
    outline: none;
}

.slick-prev, .slick-next {
    width: 16px;
    height: 13px;
    display: block;
    background-image: url("../images/slider-prev.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
    z-index: 9999;
    background-color: transparent;
}

.svg .slick-prev, .svg .slick-next {
    background-image: url("../images/slider-prev.svg");
}

.slick-prev:hover, .slick-prev:active, .slick-next:hover, .slick-next:active {
    background-position: right top;
}

.slick-next {
    background-image: url("../images/slider-next.png");
}

.svg .slick-next {
    background-image: url("../images/slider-next.svg");
}

.slick-prev, .slick-next {
    background-color: transparent;
    border: none;
}

ul.slick-dots {
    background-color: white;
    position: relative;
    background-color: white;
    vertical-align: middle;
    padding: 15px 0;
    padding: 0;
}

ul.slick-dots li {
    padding: 10px 15px;
    display: block;
}

ul.slick-dots li button {
    display: block;
    border: none;
    width: 10px;
    height: 10px;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

ul.slick-dots li.slick-active button {
    background-color: black;
}

.twitter-feed .user img, .twitter-feed .user span {
    display: none;
}

.twitter-feed .timePosted {
    display: none;
}

.twitter-feed .interact {
    display: none;
}

a.button {
    text-align: center;
    color: white;
    background-color: #27aae1;
}

a.button:hover, a.button:active {
    background-color: #1a8bbb;
}

a.button.large {
    padding: 6px 10px;
    font-family: "bebas_neue_regular", sans-serif;
    font-size: 30px;
    font-size: 1.875rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: inline-block;
    line-height: 100%;
}

@media only screen and (min-width: 81.25rem) {

    a.button.large {
        font-size: 32px;
        font-size: 2rem;
    }
}

nav.social li, nav.social a {
    float: left;
    position: relative;
}

nav.social li {
    display: inline;
}

nav.social li a {
    display: block;
}

aside nav.social {
    background-color: #f1f1f2;
    padding: 15px 0;
    text-align: center;
    height: 67px;
    margin-bottom: 36px;
}

aside nav.social div {
    display: inline-block;
    margin: 0 auto;
    height: 34px;
    overflow: hidden;
}

nav.social span {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    float: left;
    font-size: 16px;
    font-size: 1rem;
    font-family: "latoregular", sans-serif;
    padding-right: 20px;
    text-transform: uppercase;
}

nav.social ul {
    margin: 0;
    float: left;
}

nav.social ul li {
    margin-right: 5px;
    display: block;
}

nav.social ul li:last-child {
    margin-right: 0;
}

nav.social ul li a {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-image: url("../images/facebook-circle.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 19px auto;
}

nav.social ul li a:link, nav.social ul li a:visited {
    background-color: #e2e2e2;
}

#footer nav.social ul li a:link, #footer nav.social ul li a:visited {
    background-color: #27aae1;
}

nav.social ul li a:hover, nav.social ul li a:active {
    background-color: #27aae1;
}

#footer nav.social ul li a:hover, #footer nav.social ul li a:active {
    background-color: white;
}

#footer nav.social ul li a {
    background-image: url("../images/facebook-circle-grey.png");
}

.svg nav.social ul li a {
    background-image: url("../images/facebook-circle.svg");
}

#footer .svg nav.social ul li a {
    background-image: url("../images/facebook-circle-grey.svg");
}

nav.social ul li a.twitter {
    background-image: url("../images/twitter-circle.png");
    background-size: 23px auto;
}

#footer nav.social ul li a.twitter {
    background-image: url("../images/twitter-circle-grey.png");
}

.svg nav.social ul li a.twitter {
    background-image: url("../images/twitter-circle.svg");
}

#footer .svg nav.social ul li a.twitter {
    background-image: url("../images/twitter-circle-grey.svg");
}

nav.social ul li a.tiktok {
    background-image: url("../images/tiktok.png");
    background-size: 23px auto;
}

#footer nav.social ul li a.tiktok {
    background-image: url("../images/tiktok-grey.png");
}

.svg nav.social ul li a.tiktok {
    background-image: url("../images/tiktok.svg");
}

#footer .svg nav.social ul li a.tiktok {
    background-image: url("../images/tiktok-grey.svg");
}

nav.social ul li a.linkedin {
    background-image: url("../images/linkedin-circle.png");
}

#footer nav.social ul li a.linkedin {
    background-image: url("../images/linkedin-circle-grey.png");
}

.svg nav.social ul li a.linkedin {
    background-image: url("../images/linkedin-circle.svg");
}

#footer .svg nav.social ul li a.linkedin {
    background-image: url("../images/linkedin-circle-grey.svg");
}

nav.social ul li a.vimeo {
    background-image: url("../images/vimeo-circle.png");
}

#footer nav.social ul li a.vimeo {
    background-image: url("../images/vimeo-circle-grey.png");
}

.svg nav.social ul li a.vimeo {
    background-image: url("../images/vimeo-circle.svg");
}

#footer .svg nav.social ul li a.vimeo {
    background-image: url("../images/vimeo-circle-grey.svg");
}

@media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {

    aside nav.social {
        height: auto;
    }

    aside nav.social span {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    aside nav.social ul {
        float: none;
    }

    aside nav.social div {
        height: auto;
    }
}

@media only screen and (min-width: 64rem) and (max-width: 81.1875rem) {

    aside nav.social {
        height: auto;
    }

    aside nav.social span {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    aside nav.social ul {
        float: none;
    }

    aside nav.social div {
        height: auto;
    }
}

@media only screen and (min-width: 81.25rem) {

    nav.social ul {
        float: left;
    }

    nav.social ul li {
        margin-right: 10px;
    }

    nav.social ul li a {
        width: 34px;
        height: 34px;
    }

    nav.social span {
        height: 34px;
        line-height: 34px;
    }

    aside nav.social div {
        height: 34px;
    }
}

.gform_body ul {
    margin-bottom: 0;
}

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

.gform_footer {
    padding: 0 0 0 20%;
    display: block;
    width: 100%;
    position: relative;
}

.gform_footer input.gform_button {
    background-color: #27aae1;
    border: none;
    height: 30px;
    text-align: center;
    color: white;
    font-family: "latoregular", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 10px;
}

.gfield_description {
    display: block;
    width: 100%;
    text-transform: none;
}

#footer form .gfield_html.gfield_html_formatted {
    padding-top: 0;
}

.validation_error, .validation_message {
    font-size: 12px;
    font-size: 0.75rem;
    color: #27aae1;
    margin-bottom: 5px;
}

.sidebar figure {
    overflow:hidden;
}

.sidebar .wpp-list p strong {
    font-weight: normal !important;
}
.sidebar_nl .validation_error,
.sidebar_nl .validation_message {
    margin-bottom: 0;
}

.gform_ajax_spinner {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    position: absolute;
}

@media only screen and (min-width: 81.25rem) and (max-width: 120em) {

    .xlarge-3 {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 25%;
        float: left;
    }

    .xlarge-4 {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 33.33333%;
        float: left;
    }

    .xlarge-5 {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 41.66667%;
        float: left;
    }

    .xlarge-6 {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%;
        float: left;
    }

    .xlarge-7 {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 58.33333%;
        float: left;
    }

    .xlarge-8 {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 66.66667%;
        float: left;
    }

    .xlarge-9 {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 75%;
        float: left;
    }

    .xlarge-10 {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 83.33333%;
        float: left;
    }

    .xlarge-11 {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 91.66667%;
        float: left;
    }

    .xlarge-12 {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left;
    }

    .xlarge-offset-1 {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
        margin-left: 8.33333% !important;
    }
}

.ad {
    background-color: transparent;
    border: 1px solid #e2e2e2;
    width: 100%;
    display: block;
    text-align: center;
    color: #e2e2e2;
    position: relative;
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1rem;
}

#feature .ad {
    margin-bottom: 0;
}

.ad:before {
    content: "";
    padding-top: 100%;
    display: block;
}

.height-75-pct .ad:before {
    padding-top: 45%;
}

.height-200-pct .ad:before {
    padding-top: 45%;
}

.ad .content {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    display: inline-block;
}

.ad .content .inner {
    display: table;
    width: 100%;
    height: 100%;
}

.ad .content .inner span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #e2e2e2;
}

.iframe-wrap {
    width: 100%;
    display: block;
    position: relative;
    background-color: transparent;
    margin-bottom: 20px;
}

.iframe-wrap:before {
    content: "";
    padding-top: 25%;
    display: inline-block;
}

.iframe-wrap iframe {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: inline-block;
}

@media only screen and (min-width: 48rem) {

    .ad {
        margin-bottom: 30px;
    }

    .height-75-pct .ad:before #feature {
        padding-top: 45%;
    }

    .height-75-pct .ad:before {
        padding-top: 75%;
    }

    .height-200-pct .ad:before {
        padding-top: 200%;
    }

    .iframe-wrap:before {
        content: "";
        padding-top: 35%;
    }
}

@media only screen and (min-width: 81.25rem) {

    .height-75-pct .ad:before {
        padding-top: 80%;
    }

    .iframe-wrap:before {
        content: "";
        padding-top: 60%;
    }
}

body {
    font-family: "latoregular", sans-serif;
    font-style:normal;
}

.home header#header section#twitter-feed {
    background: #f1f1f2 !important;
}

.home header#header section#twitter-feed #twitter-slider::before {
    background-image: url("../images/twitter-small-home.png");
}

.home #main section#feature {
    background-color: #f1f1f2;
    padding: 0 0 0 !important;
    overflow: hidden;
    border: 0;
}

.home #main section#feature .advertising .banner-ad {
    margin-bottom: 0 !important;
}

.home #main section#feature #slider .page-count {
    z-index: 2000;
}

.home #main section#feature .feature-text {
    float: left;
}

.home #main section#feature .feature-image {
    float: right;
}

.home #main section#feature .feature h3 {
    padding-top: 3%;
}

.home #main section#feature .feature .slide {
    opacity: 0;
}

.home #main section#feature .feature .slide:first-child {
    opacity: 1;
}

.home #main section#feature .feature .author {
    font-size: 1rem;
}

.home #main .evil-diaries {
    padding: 25px;
}

.home #main article.post {
    padding: 0;
}

.home #main article.post header {
    padding-bottom: 0;
    margin-bottom: 10px;
}

.home #main article.post header h3 {
    margin: 0 0 0.15em;
    font-size: 1.5rem;
}

.home #main article.post header .author {
    font-size: 1rem;
}

.home #main section {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.home #main section:first-child {
    border: 0;
}

.home #main .tint {
    border: 0;
}

.home #main .read-more {
    font-size: 1.2rem;
}

.home #main div.issue {
    padding-top: 50px;
}

.home #main article .excerpt {
    margin-bottom: 0.5em;
}

.home #main article.post footer .category {
    font-size: 1rem;
    display: none;
}

.arve-embed-container {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

article.post footer time {
    font-family: "latoregular", sans-serif;
    font-size: 1rem;
    font-weight: 700;
}

.advertising {
    display: block;
    text-align: right;
}



#slider {
    margin-bottom: 54px;
}

#slider h3 {
    font-size: 34px;
    font-size: 2.125rem;
    font-weight: 700;
    margin-bottom: 10px;
}

#slider .slick-prev, #slider .slick-next {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    position: absolute;
}

#slider .slick-next {
    left: 65px;
}

#slider .slide {
    padding-bottom: 40px;
    background-color: #f1f1f2;
}

#slider .slide figure {
    margin-bottom: 0;
}

#slider .slide figure:before {
    content: "";
    display: inline-block;
    padding-top: 50%;
}

#slider .slide p.author {
    margin-bottom: 20px;
}

#slider .page-count {
    font-family: "bebas_neue_regular", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    top: auto;
    right: auto;
    bottom: 0;
    left: 15px;
    position: absolute;
    height: 13px;
    line-height: 13px;
    width: 50px;
    text-align: center;
    display: block;
}

/*
#must-reads .columns:last-child {
    display: none;
}
*/

.latest-articles article {
    margin-bottom: 40px;
}

section.issue {
    padding: 5px 0 30px;

}


section.issue h2 {
    font-family: "latoregular", sans-serif;
    font-size: 30px;
    font-weight:normal;
    margin-bottom: 15px;
}

section.issue h4 {
    font-family: "bebas_neue_bold", sans-serif;
    text-transform: uppercase;
    font-size: 34px;
}
section.issue h5 {
    font-family: "bebas_neue_regular", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 24px;
}

section.issue p.issue {
    font-family: "latoregular", sans-serif;
    color: #27aae1;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0.5rem;
}

section.issue figure {
    width: 100%;
    text-align: center;
}

section.issue figure img {
    width: 100%;
    height: auto;
    max-width: 445px;
    margin: 0 auto;
}

section.issue .links li {
    padding-bottom: 15px;
    line-height: 90% !important;
    margin-bottom: 10px;
}

section.issue .links li a {
    display: block;
}

section.issue .links a {
    font-family: "bebas_neue_regular", sans-serif;
    color: #231f20;
}

section.issue .links li {
    max-width: 210px;
}

section.issue .links li.pdf {
    background: url(../images/icon-pdf.png) no-repeat right center;
    padding-right: 20px;
}

section.issue .links li.issuu {
    background: url(../images/icon-issuu.png) no-repeat right center;
    padding-right: 20px;
}

section.issue .links li.subscribe {
    display: inline-block;
}

section.issue .links li.subscribe a {
    color: #fff;
    background: #27aae1;
    border-radius: 8px;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    padding: 8px 10px;
}

section.issue .links li.subscribe a:hover {
    background-color: #231f20;
    color: #fff;
}

section.issue .links li a:hover {
    color: #27aae1;
}

section.issue nav.features {
    margin: 0;
}

section.issue nav.features li:last-child p {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

section.issue nav.features li a:hover {
    color: #27aae1;
}

section.issue nav.features h4 {
    font-family: "bebas_neue_regular", sans-serif;
    font-size: 2rem;
    margin-bottom: 10px;
}

section.issue nav.features h4 a {
    color: #231f20;
}

section.issue nav.features p {
    font-family: "latoregular", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 120%;
    border-bottom: 2px solid #231f20;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

section.issue:first-child {
    padding-top: 0;
    margin-bottom: 30px;
}

section {
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
}

section#ccc { 
	margin-bottom: 0px; 
	border-bottom: 0px; 
	overflow: initial;
}

.ccc-notify-button {
	padding: 4px 4px 4px 4px !important;
	border-color: #27aae1 !important;
}

.ccc-button-solid {
	background-color: #27aae1 !important;
}

section:last-child,
section.no-border {
    border-bottom: 0px solid #231f20;
}


.section-wrap {
    margin-bottom: 80px;
}

div.gilidPanel {
    background: #353535 none repeat scroll 0 0 !important;
    height: 100%;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 240px;
    z-index: 3000000;
}

div.gilidPanel .gilidPanel-wrap div.widgettitle {
    padding: 0;
}

div.widgettitle {
    color: #27aae1;
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 120%;
}

div.gilidPanel-opener-opened {
    z-index: 30000000;
}

div.gilidPanel-opener-opened a {
    background-color: #353535 !important;
    color: #fff;
}

.page-template .contributors article figure, .page .contributors article figure {
    background-clip: padding-box;
    border-radius: 50%;
    overflow: hidden;
}

.page-template-magazine-page-php .about-events h2 {
    margin-bottom: 20px;
}

.page-template-magazine-page-php .about-events p {
    font-size: 1.1em;
}

.page-template-magazine-page-php .about-events img {
    margin: 0.5% 2% 0.5% 0 !important;
    background-clip: padding-box;
    border-radius: 50%;
    overflow: hidden;
}

.page-template-magazine-page-php section:first-child {
    margin-bottom: 0;
}

.section-nav li {
    display: inline-block;
    background: #27aae1;
    text-transform: uppercase;
    font-family: "bebas_neue_regular", sans-serif;
    line-height: 120%;
    margin: 0 6px 10px 0;
    padding: 0 10px;
    font-size: 30px;
    font-size: 1.875rem;
}

.section-nav li a {
    color: #fff;
    padding: 0;
    margin: 0;
}

.section-nav.mi-show {
    border-bottom: 1px solid #e2e2e2;
}
.section-nav.mi-show li a {
    padding: 0 6px;
}
.section-nav.mi-show li {
    background-color: #000;
}
.section-nav.mi-show li.tickets {
    background-color: #27aae1;
}


.section-nav li:hover {
    background-color: #000000;
}

h1.show-headline,
h2.show-headline {
    font-size: 1.875rem;
    margin: 10px 0 20px;
    padding-bottom: 0;
}

h1.section-headline {
    margin-bottom: 20px;
}

.page-template-page-events h3 {
    margin-bottom: 20px;
}

.page-template-page-events .intro {
    overflow: hidden;
}

.page-template-page-events .intro p {
    font-size: 1.15em;
    line-height: 140%;
}

.page-template-page-events .exhibitors .row {
    margin: 0;
}

#swipebox-overlay {
    z-index: 2000001;
}

.page-template-page-speakers,
.page-template-page-exhibitors,
.page-template-page-gallery,
.page-template-page-tickets,
.page-template-page-events,
.page-template-page-venue {

}

.page-template-page-speakers .arve-youtube-wrapper,
.page-template-page-exhibitors .arve-youtube-wrapper,
.page-template-page-gallery .arve-youtube-wrapper,
.page-template-page-tickets .arve-youtube-wrapper,
.page-template-page-events .arve-youtube-wrapper,
.page-template-page-venue .arve-youtube-wrapper {
    float: right !important;
}

.page-template-page-speakers .main-content .gallery,
.page-template-page-exhibitors .main-content .gallery,
.page-template-page-gallery .main-content .gallery,
.page-template-page-tickets .main-content .gallery,
.page-template-page-events .main-content .gallery,
.page-template-page-venue .main-content .gallery {
    margin: 20px -1% 20px !important;
}

.page-template-page-speakers .main-content .gallery .gallery-item,
.page-template-page-exhibitors .main-content .gallery .gallery-item,
.page-template-page-gallery .main-content .gallery .gallery-item,
.page-template-page-tickets .main-content .gallery .gallery-item,
.page-template-page-events .main-content .gallery .gallery-item,
.page-template-page-venue .main-content .gallery .gallery-item {
    padding: 1%;
    box-sizing: border-box;
    width: 25%;
    margin: 0 !important;
}

.page-template-page-speakers .main-content .gallery .gallery-item img,
.page-template-page-exhibitors .main-content .gallery .gallery-item img,
.page-template-page-gallery .main-content .gallery .gallery-item img,
.page-template-page-tickets .main-content .gallery .gallery-item img,
.page-template-page-events .main-content .gallery .gallery-item img,
.page-template-page-venue .main-content .gallery .gallery-item img {
    border: 0px !important;
}

.page-template-page-speakers .header-links,
.page-template-page-exhibitors .header-links,
.page-template-page-gallery .header-links,
.page-template-page-tickets .header-links,
.page-template-page-events .header-links,
.page-template-page-venue .header-links {
    padding-top: 80px;
    margin-bottom: 10px;
}

.page-template-page-speakers .header-links.first,
.page-template-page-exhibitors .header-links.first,
.page-template-page-gallery .header-links.first,
.page-template-page-tickets .header-links.first,
.page-template-page-events .header-links.first,
.page-template-page-venue .header-links.first {
    padding-top: 0px;
}

.page-template-page-speakers section.main-content,
.page-template-page-gallery section.main-content,
.page-template-page-tickets section.main-content,
.page-template-page-events section.main-content,
.page-template-page-venue section.main-content {
    margin: 0 0 40px;
    padding: 0;
}

.page-template-page-exhibitors section.main-content, {
    margin: 0 0 0px;
    padding: 0;
}

.page-template-page-speakers .posts .wp-post-image,
.page-template-page-exhibitors .posts .wp-post-image,
.page-template-page-gallery .posts .wp-post-image,
.page-template-page-tickets .posts .wp-post-image,
.page-template-page-events .posts .wp-post-image,
.page-template-page-venue .posts .wp-post-image {
    width: 100%;
}

.page-template-page-speakers .speaker-container,
.page-template-page-exhibitors .speaker-container,
.page-template-page-gallery .speaker-container,
.page-template-page-tickets .speaker-container,
.page-template-page-events .speaker-container,
.page-template-page-venue .speaker-container {
    clear: both;
    margin-bottom: 20px;
}

.page-template-page-speakers .speaker-container .speaker-image,
.page-template-page-exhibitors .speaker-container .speaker-image,
.page-template-page-gallery .speaker-container .speaker-image,
.page-template-page-tickets .speaker-container .speaker-image,
.page-template-page-events .speaker-container .speaker-image,
.page-template-page-venue .speaker-container .speaker-image {
    float: left;
    margin-right: 50px;
}

.page-template-page-speakers .event-banner,
.page-template-page-exhibitors .event-banner,
.page-template-page-gallery .event-banner,
.page-template-page-tickets .event-banner,
.page-template-page-events .event-banner,
.page-template-page-venue .event-banner {
    margin-bottom: 30px;
}

.page-template-page-speakers .event-banner img,
.page-template-page-exhibitors .event-banner img,
.page-template-page-gallery .event-banner img,
.page-template-page-tickets .event-banner img,
.page-template-page-events .event-banner img,
.page-template-page-venue .event-banner img {
    width: 100%;
}

.page-template-page-speakers h2,
.page-template-page-exhibitors h2,
.page-template-page-gallery h2,
.page-template-page-tickets h2,
.page-template-page-events h2,
.page-template-page-venue h2 {
    margin-bottom: 15px;
}

.page-template-page-speakers h3 a,
.page-template-page-exhibitors h3 a,
.page-template-page-gallery h3 a,
.page-template-page-tickets h3 a,
.page-template-page-events h3 a,
.page-template-page-venue h3 a {
    color: #27aae1;
}

.page-template-page-speakers h3 a:hover,
.page-template-page-exhibitors h3 a:hover,
.page-template-page-gallery h3 a:hover,
.page-template-page-tickets h3 a:hover,
.page-template-page-events h3 a:hover,
.page-template-page-venue h3 a:hover {
    color: #000000;
}

.page-template-page-speakers blockquote,
.page-template-page-exhibitors blockquote,
.page-template-page-gallery blockquote,
.page-template-page-tickets blockquote,
.page-template-page-events blockquote,
.page-template-page-venue blockquote,
.page-template-page-2015show blockquote,
.page-template-page-2016show blockquote {
    font-size: 0.9em;
    margin-bottom: 20px !important;
}

.page-template-page-speakers blockquote cite,
.page-template-page-exhibitors blockquote cite,
.page-template-page-gallery blockquote cite,
.page-template-page-tickets blockquote cite,
.page-template-page-events blockquote cite,
.page-template-page-venue blockquote cite,
.page-template-page-2015show blockquote cite,
.page-template-page-2016show blockquote cite {
    font-weight: bold;
    font-style: normal;
}

.page-template-page-speakers table.tablepress-id-1 td,
.page-template-page-exhibitors table.tablepress-id-1 td,
.page-template-page-gallery table.tablepress-id-1 td,
.page-template-page-tickets table.tablepress-id-1 td,
.page-template-page-events table.tablepress-id-1 td,
.page-template-page-venue table.tablepress-id-1 td {
    padding: 1% 2%;
}

.page-template-page-speakers table.tablepress-id-1 img,
.page-template-page-exhibitors table.tablepress-id-1 img,
.page-template-page-gallery table.tablepress-id-1 img,
.page-template-page-tickets table.tablepress-id-1 img,
.page-template-page-events table.tablepress-id-1 img,
.page-template-page-venue table.tablepress-id-1 img {
    width: 100%;
}

.page-template-page-speakers .arve-wrapper,
.page-template-page-exhibitors .arve-wrapper,
.page-template-page-gallery .arve-wrapper,
.page-template-page-tickets .arve-wrapper,
.page-template-page-events .arve-wrapper,
.page-template-page-2015show .arve-wrapper,
.page-template-page-2016show .arve-wrapper,
.page-template-page-venue .arve-wrapper {
    width: 100%;
    max-width: 100% !important;
}

.page-template-page-events .section-nav li.events,
.page-template-page-exhibitors .section-nav li.exhibitors,
.page-template-page-speakers .section-nav li.speakers,
.page-template-page-gallery .section-nav li.gallery,
.page-template-page-tickets .section-nav li.tickets,
.page-template-page-venue .section-nav li.venue,
.page-template-page-sponsors .section-nav li.sponsors,
.page-template-page-shownews .section-nav li.show-news {
    background: #999a9e !important;
}

body.page-template-template-weekly-subscribe, body.page-template-template-weekly-subscribe-thanks {
    background: white;
}

body.page-template-template-weekly-subscribe .gilidPanel-opener,
body.page-template-template-weekly-subscribe-thanks .gilidPanel-opener {
    display: none;
}

.page-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.page-wrapper:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.form-wrapper {
    width: 97%;
    padding: 4% 2%;
    text-align: left;
    display: inline-block;
    max-width: 600px;
    vertical-align: middle;
}

.form-wrapper header {
    margin-bottom: 30px;
}

.form-wrapper form {
    width: 100%;
    max-width: 100%;
}

.form-wrapper .button {
    display: inline-block;
    padding: 10px;
}

.gform_description {
    display: block;
    margin-bottom: 30px;
}

.gform_body a {
    text-decoration: underline;
    color: #fff;
}
.gform_body a:hover {
    color: #27aae1
}

#field_4_4 label {
    display: none;
}

.g-recaptcha {
    margin-bottom: 20px;
}

.gform_title {
    font-size: 25px;
}

@media only screen and (max-width: 47.9375rem) {

    section.issue .links li {
        max-width: 100%;
    }

    .page-template-page-speakers .speaker-container {
        clear: both;
        margin-bottom: 40px;
    }

    .page-template-page-speakers .speaker-container .speaker-image {
        float: none;
        margin-right: 0;
    }
}

.speaker-container {
    position: relative;
    padding-left: 150px;
    width: 100%;
    min-height: 120px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
}

.speaker-container:last-child {
    border: none;
}

.no-margin .speaker-container:last-child {
    margin: 0;
}

.speaker-container .speaker-image {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    position: absolute;
    width: 140px;
}

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

.speaker-container h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 10px;
}

.speaker-container p:last-child {
    margin-bottom: 0;
}


.contact-sidebar .latest-edition,
.sidebar .latest-edition,
.sidebar .archive-menu{
    margin: 0 auto 40px auto;
    text-align: left;
    width: 300px;
}


.show-sponsors-box {
    overflow:hidden;
}
.show-sponsor {
    overflow:hidden;
    margin-top: 20px;
}
.show-sponsor-image {
    text-align: center;
}
.show-sponsor img {
    margin-bottom: 20px;
}
.show-sponsor h4 {
    font-style:italic !important;
}



.get-ticket-wrapper {
    overflow:hidden;
}
.get-ticket-wrapper .large-8 {
    padding-left: 0;
}
.get-ticket-wrapper a.button {
    display:inline-block;
    margin-bottom:20px;
}
.get-ticket-wrapper .ticket-box {
    text-align: center;
    background-color: #27aae1;
    color: #fff;
}
.get-ticket-wrapper .ticket-box a {
    color: #fff;
    display:block;
    padding: 14px 0;
}
.get-ticket-wrapper .ticket-box span.price {
    display:block;
    font-weight: bold;
    font-size: 48px;
    line-height: 46px;
    font-family: "bebas_neue_regular", sans-serif;
}



@media only screen and (min-width: 48rem) {

    #latest-edition nav.features {
        margin: 0;
    }
}

@media only screen and (min-width: 64rem) {

    .advertising .vert-divider {
        overflow: hidden;
        border-left: 1px solid #e2e2e2;
        margin-left: 9%;
        text-align: center;
    }

    .advertising {
        padding: 0;
    }

    .advertising .banner-ad {
        display: inline-block;
        margin: 0 auto;
        max-width: 300px;
    }

    #slider .slide {
        padding-bottom: 0px;
    }

    #slider .slide figure:before {
        padding-top: 66.66%;
    }

    table.tablepress-id-1 td {
        padding: 1% 3% !important;
    }

    table.tablepress-id-1 img {
        width: 100%;
    }

    #must-reads .columns:last-child {
        display: block;
    }

    #latest-edition h3 {
        font-size: 90px;
        font-size: 5.625rem;
        line-height: 80%;
    }

    #latest-edition nav.features {
        margin: 0;
    }

    #latest-edition figure {
        width: 100%;
    }

    .latest-articles article {
        margin-bottom: 0;
    }
}

#slider {
    margin-bottom: 0;
}

ul.tabs {
    border-bottom: 2px solid #27aae1;
}

ul.tabs li.tab-title {
    margin-right: 5px;
}

ul.tabs li.tab-title a {
    font-family: "latoregular", sans-serif;
    text-transform: uppercase;
}

ul.tabs li.tab-title.active a {
    background-color: #27aae1;
    color: white;
}

.archive article.post h2, .search article.post h2 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 10px;
}

.archive article.post figure, .search article.post figure {
    margin: 0 0 20px;
}

.archive .posts-footer, .search .posts-footer {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
}

.archive .posts-footer .load-posts, .search .posts-footer .load-posts {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "bebas_neue_regular", sans-serif;
    display: none;
    height: 32px;
    line-height: 32px;
    padding: 0 40px 0 0;
    margin: 0 auto;
    width: auto;
    color: #231f20;
    position: relative;
}

.archive .posts-footer .load-posts.loading, .search .posts-footer .load-posts.loading {
    display: inline-block;
}

.archive .posts-footer .load-posts.loading:after, .search .posts-footer .load-posts.loading:after {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    top: 3px;
    right: 0;
    bottom: auto;
    left: auto;
    position: absolute;
    background-image: url("../images/spin.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.svg .archive .posts-footer .load-posts.loading:after, .svg .search .posts-footer .load-posts.loading:after {
    background-image: url("../images/spin.svg");
}

.archive .posts-footer .load-posts.end, .search .posts-footer .load-posts.end {
    display: none;
}

.archive-menu ul {
    margin: 0;
}

.archive-menu li {
    margin-bottom: 10px;
}

.archive-menu h5 {
    margin-bottom: 5px;
    line-height: 130%;
}

.archive-menu p {
    font-size: 16px;
    font-size: 0.875rem;
    line-height: 120%;
    font-weight: normal;
}

.archive-menu figure {
    width: 110%;
    margin-bottom: 10px;
}

.archive-menu footer {
    font-family: "latoregular", sans-serif;
    font-size: 16px;
    font-size: 0.875rem;
    text-transform: uppercase;
    padding: 0 0 20px;
}

header h4 {
    background-color: #27aae1;
    color: white;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 12px 10px 12px 45px;
    position: relative;
}

header h4:before {
    content: "";
    width: 24px;
    height: 24px;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 10px;
    position: absolute;
    display: block;
    background-image: url("../images/icon-book.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: -12px;
}

.svg header h4:before {
    background-image: url("../images/icon-book.svg");
}

.evil-diaries header h4:before {
    background-image: url("../images/icon-evil-diaries.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.svg .evil-diaries header h4:before {
    background-image: url("../images/icon-evil-diaries.svg");
}

.economics header h4:before {
    background-image: url("../images/icon-economics.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.svg .economics header h4:before {
    background-image: url("../images/icon-economics.svg");
}

.equities header h4:before {
    background-image: url("../images/icon-equities.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.svg .equities header h4:before {
    background-image: url("../images/icon-equities.svg");
}

.currencies header h4:before {
    background-image: url("../images/icon-currencies.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.svg .currencies header h4:before {
    background-image: url("../images/icon-currencies.svg");
}

.others header h4:before {
    background-image: url("../images/icon-other.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 36px;
    margin-top: -14px;
}

.svg .others header h4:before {
    background-image: url("../images/icon-other.svg");
}

@media only screen and (min-width: 48rem) {

    .archive-menu figure {
        width: 100%;
    }
}

@media only screen and (min-width: 64rem) {

    .archive-menu figure {
        width: 120%;
        margin: 0;
    }

    .archive-menu li {
        margin-bottom: 0;
    }
}

.single article.post {
    overflow:hidden;
    padding-right: 0;
}

.single article.post header p {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "latoregular", sans-serif;
    margin-bottom: 30px;
}

.single article.post header p span, .single article.post header p time {
    display: inline-block;
    float: left;
    line-height: 100%;
    margin: 0;
}

.single article.post header p span.author {
    text-transform: uppercase;
    margin-right: 20px;
}

.single article.post figure {
    margin-bottom: 30px;
}

.single article.post footer {
    margin: 36px 0;
}


.content ul {
    list-style-type: disc;
    padding-left: 20px;
}

.content ul.tabs {
    padding-left: 0;
}


#swipebox-close {
    top: 180px;
    right: 30px;
}


@media only screen and (min-width: 48rem) {

    .single article.post {
        padding-right: 40px;
    }
}

header#header {
    height: auto;
    border-bottom: none;
}

header#header section {
    overflow:visible;
}

nav.menu-main-menu-container {
    text-align: left;
    width: 1120px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

header#header section#menu {
    margin: 0;
    background: #231f20;
    border: none;
    text-align: center;
}

header#header section#menu li {
    position: relative;
    text-transform: uppercase;
    display:inline-block;
    font-family: "bebas_neue_regular", sans-serif;
    font-size: 31px;

    -webkit-transition: background 250ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: background 250ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: background 250ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: background 250ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

header#header section#menu li:hover,
header#header section#menu li.current-menu-item {
    background: #999a9e;

    -webkit-transition: background 250ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: background 250ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: background 250ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: background 250ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

header#header section#menu li a {
    color: #fff;
    padding: 0 8px;
    display: block;
    padding: 6px 8px;
}

header#header section#menu li.special a {
    color: #27aae2;
}

header#header section#menu li.special:hover a,
header#header section#menu li.special.current-menu-item a {
    color: #fff;
}

header#header .row {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

header#header .row .container {
    overflow:visible;
}

header#header ul.social {
    position: absolute;
    right: 330px;
    top: 25px;
    width: 225px;
}

header#header ul.social li {
    display: inline-block;
    margin-right: 6px;
}

header#header ul.social li a {
    display:block;
    background: transparent url(../images/sprite.png) no-repeat -4px top;
    text-indent: -9999px;
    width: 34px;
    height: 34px;
}

header#header ul.social li a.twitter {
    background-position: -4px -4px;
}
header#header ul.social li a.facebook {
    background-position: -4px -43px;
}
header#header ul.social li a.linkedin {
    background-position: -4px -82px;
}
header#header ul.social li a.youtube {
    background-position: -4px -121px;
}
header#header ul.social li a.tiktok {
    background-position: -4px -355px;
}



header#header ul.social li img {
    max-width: none;
    width: 34px;
}


#gsc-iw-id1 {
    height:32px;
}

.gsc-search-button.gsc-search-button-v2 {
    background: url('http://masterinvestor.co.uk/wp-content/themes/masterinvestor/images/icon-search.svg');
}

.home #main section#feature {
    background: none;
}

#footer section#social {
    border: none;
}


#footer form label {
    display: none;
}

#footer form .gfield_html {
    padding: 10px 0px;
}

#footer form .gfield_description {
    padding-left: 0px;
}

.sidebar_nl {
    background-color: #231f20;
    color: #fff;
    margin: 0 auto 40px auto;
    padding: 10px 20px 0 15px;
    text-align: left;
    width: 300px;
}

.sidebar_nl.large {
    margin: 20px 0px 40px auto;
    width: auto;
}

.sidebar_nl h4 {
    color: #fff;
    font-family: "bebas_neue_regular", sans-serif;
    font-size: 2rem;
    margin-bottom: 10px;
}

.sidebar_nl label {
    display: none;
}

.sidebar_twitter {
    display: block;
    height: 450px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 300px;
}




div#cookie-notice {
    font-family: "latoregular", sans-serif;
}

div#cookie-notice .button.bootstrap {
    background: #423f42;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    text-transform: uppercase;
    border: none;
}

div#cookie-notice .button.bootstrap:hover {
    background: #fff;
    color: #423f42;
}

.social-sharing-box {
    font-family: "bebas_neue_regular", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    color: #423f42;
}

.container {
    width: 1120px;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.frontpage-slider {
    padding: 26px;
    background: #f4f4f4;
}

.social-sharing-icons a {
    background: transparent url(../images/sprite.png) no-repeat -4px top;
    width: 34px;
    height: 34px;
    display: inline-block;
    text-indent: -9999px;

}

.social-sharing-icons a.facebook {
    background-position: -4px -160px;
}

.social-sharing-icons a.twitter {
    background-position: -4px -277px;
}

.social-sharing-icons a.linkedin {
    background-position: -4px -238px;
}

.social-sharing-icons a.google {
    background-position: -4px -199px;
}

.social-sharing-icons a.email {
    background-position: -4px -316px;
}


.amazingslider-bullet-1-0,
.amazingslider-bullet-1-1,
.amazingslider-bullet-1-2,
.amazingslider-bullet-1-3,
.amazingslider-bullet-1-4 {
    overflow:hidden;
    height: 84px !important;
    padding: 7px !important;
    margin-bottom: 8px !important;
    font-family: "latoregular", sans-serif !important;
}

.amazingslider-description-0,
.amazingslider-description-1,
.amazingslider-description-2,
.amazingslider-description-3,
.amazingslider-description-4,
.amazingslider-description-5,
.amazingslider-nav-featuredarrow-1,
.amazingslider-timer-1 {
    display:none !important;
}

.amazingslider-button-1 {
    float:right !important;
    margin: 0 !important;
    padding: 0 !important;
}
.amazingslider-button-1 a {
    padding: 0 !important;
    margin: 0 !important;
}
.amazingslider-button-1 button {
    background: none !important;
    padding: 0 !important;
    height: auto;
    font-family: "latoregular", sans-serif !important;
    font-size: 18px !important;
    line-height: 21px !important;
}

.amazingslider-title-1 {
    float:left !important;
    font-family: "latoregular", sans-serif !important;
    font-weight: normal !important;
    font-size: 18px !important;
}

.amazingslider-slides {

}

.amazingslider-text-1 {
    overflow:hidden;
}

.amazingslider-car-left-arrow-1,
.amazingslider-car-right-arrow-1 {
    display:none;
}

.amazingslider-bullet-1-0,
.amazingslider-bullet-1-1,
.amazingslider-bullet-1-2,
.amazingslider-bullet-1-3,
.amazingslider-bullet-1-4,
.amazingslider-bullet-1-5 {
    background: #231f20 !important;
    width: auto !important;
}

.amazingslider-bullet-1-0 .amazingslider-nav-thumbnail-tite-1,
.amazingslider-bullet-1-1 .amazingslider-nav-thumbnail-tite-1,
.amazingslider-bullet-1-2 .amazingslider-nav-thumbnail-tite-1,
.amazingslider-bullet-1-3 .amazingslider-nav-thumbnail-tite-1,
.amazingslider-bullet-1-4 .amazingslider-nav-thumbnail-tite-1,
.amazingslider-bullet-1-5 .amazingslider-nav-thumbnail-tite-1,
.amazingslider-bullet-1-0 span,
.amazingslider-bullet-1-1 span,
.amazingslider-bullet-1-2 span,
.amazingslider-bullet-1-3 span,
.amazingslider-bullet-1-4 span,
.amazingslider-bullet-1-5 span {
    color: #fff;
    font-family: "latoregular", sans-serif;
    font-weight: normal !important;
    font-size: 14px !important;
}



.amazingslider-bullet-wrapper-1 div.active {
    background: #fff !important;
    color: #231f20 !important;
}

.amazingslider-bullet-wrapper-1 div.active .amazingslider-nav-thumbnail-tite-1,
.amazingslider-bullet-wrapper-1 div.active span {
    color: #231f20 !important;
}

.amazingslider-wrapper-1 {
    width: 730px !important;
}

.amazingslider-nav-1 {
    width: 295px !important;
    margin-left: 41px !important;
}

.amazingslider-bullet-image-1 {
    width: 70px !important;
    height: 70px !important;
}
.amazingslider-bullet-text-1 {
    margin-left: 80px !important;
    height: auto !important;
    width: 190px !important;
}

.wonderpluginslider-container {
    padding-right: 0 !important;
}

.amazingslider-space-1 {
    max-width: 730px !important;
    max-height: 360px !important;
}
.wonderpluginslider {
    max-height: 360px !important;
}

#TellAFriend_BoxContainer {
    background: #231f20;
    color: #fff;
    height: auto;
    width: auto;
    border-radius: 0;
}
#TellAFriend_BoxContainerHeader {
    background: none;
}
#TellAFriend_BoxClose {
    width: 15px;
    height: 15px;
    float: none;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 6px;
    top: -25px;
}
#TellAFriend_BoxClose a {
    text-indent: 0;
    width: auto;
    height: auto;
    background: none;
}



#latest-issue-menu,
.menu-mi-show-menu-container,
.menu-blog-container,
.menu-about-us-container {
    position: absolute;
    top: 58px;
    padding: 15px;
    left: 0;
    display:none;
    z-index: 90;
    background: #999a9e;
    width: 400px;
    text-align: left;
    height: auto;
    overflow:hidden;
}

.menu-mi-show-menu-container,
.menu-blog-container,
.menu-about-us-container {
    padding: 0;
    width: 350px;
}

header#header section#menu li .menu-mi-show-menu-container li a,
header#header section#menu li .menu-blog-container li a,
header#header section#menu li .menu-about-us-container li a {
    padding: 0 8px;
}

header#header section#menu li .menu-mi-show-menu-container ul,
header#header section#menu li .menu-blog-container ul,
header#header section#menu li .menu-about-us-container ul{
    display:block;
    width: 100%;
}

header#header section#menu li .menu-mi-show-menu-container li,
header#header section#menu li .menu-blog-container li,
header#header section#menu li .menu-about-us-container li {
    display:block;
}
header#header section#menu li .menu-mi-show-menu-container li:hover,
header#header section#menu li .menu-blog-container li:hover,
header#header section#menu li .menu-about-us-container li:hover {
    background-color: #231f20;
}


#latest-issue-menu h5 {
    font-size: 18px;
    display:block;
    color: #fff;
    text-transform: uppercase;
}
#latest-issue-menu .issue-image {
    float:left;
    width: 50%;
}
#latest-issue-menu .issue-text {
    float:right;
    width: 50%;
    font-family: "latoregular", sans-serif;
    text-transform: none;
    color: #fff;
    font-size: 18px;
    padding-left: 25px;
}

header#header section#menu li #latest-issue-menu a {
    padding: 0;
    cursor:pointer;
    overflow:hidden;
    display:block;
}

#latest-issue-menu .issue-text span {
    display:block;
    margin-top: 40px;
}

#single-nav-left {
    float:left;
}
#single-nav-right {
    float:right;
}

article span.category {
    display:block;
}

header#header section#menu li:hover #latest-issue-menu,
header#header section#menu li:hover .menu-mi-show-menu-container,
header#header section#menu li:hover .menu-blog-container,
header#header section#menu li:hover .menu-about-us-container {
    display:block;
}

#mobile-menu-trigger {
    display:none;
    position: absolute;
    top: 55px;
    left: 15px;
    width: auto;
    height: auto;
    font-size: 28px;
    overflow:hidden;
    cursor:pointer;
    z-index: 100;
}
#mobile-menu-trigger i {
    margin-left: 6px;;
}
#mobile-menu-trigger span {
    display:block;
    font-size: 12px;
}

.subscribe-form .text {
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.subscribe-form .form h5 {
    margin: 0;
}

.subscribe-form .form {
    padding: 30px;
    background-color: #231f20;
    color: #fff;
    padding: 14px 50px 0px 30px;
}

.subscribe-form li {
    padding: 0;
}

.subscribe-form .text li {
    padding: 5px 0;
}

.subscribe-form .text .form li {
    margin-bottom: 6px;
}

.subscribe-form .form h5 {
    font-family: "bebas_neue_regular", sans-serif;
    color: white;
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 12px;
}

.subscribe-form .form {
    margin-bottom: 10px;
}
.subscribe-form .form .validation_error,
.subscribe-form .form .validation_message {
    margin-bottom: 0;
}


#main .search-highlight {
    font-weight: bold;
    color: #27aae2;
}

a.fancy-button {
    display:inline-block;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 14px;
    text-transform: uppercase;
}

a.fancy-button-100 {
    display:inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 14px;
    text-transform: uppercase;
}

ul#main-menu-horizontal li .menu-mi-show-menu-container,
ul#main-menu-horizontal li .menu-blog-container,
ul#main-menu-horizontal li .menu-about-us-container {
    display:none;
}

.testimonials-box {
    padding: 25px;
    margin-bottom: 25px;
}

.exhibitors-box ul li {
    display:inline-block;
    margin: 0 35px;
}


.featuring-speakers-box {
    text-align: center;
    margin-bottom: 30px;
}
.featuring-speakers-box .speaker-wrapper {
    margin-bottom: 30px;
}

.featuring-speakers-box .speaker {
    display:inline-block;
    width: 200px;
}
.featuring-speakers-box .speaker .speaker-name {
    margin-top: 10px;
    text-align: center;
}


.show-supporters-sidebar .row {
    text-align: center;
}


.supporters-box {
    text-align: center;
}
.supporters-box img {
    margin: 0 10px;
}

.show-supporters-sidebar .supporters-box img {
    margin-bottom: 20px;
}


.button-wrap {
    margin-bottom: 30px;
    text-align: center;
}


.svg header h4.no-icon:before {
    display:none;
}
header h4.no-icon {
    padding: 12px 10px 12px 14px;
}


.bx-wrapper .bx-viewport {
    margin-bottom: 25px;
}



#dianomi-right {
    width: 300px;
    margin: 0 auto;
}
#dianomi-below {
    margin-top: 40px;
}

.dianomi_context {
    padding-top: 40px;
}

img.alignleft {
    float:left;
    padding-right: 25px;
    padding-bottom: 15px;
}

img.alignright {
    float:right;
    padding-left: 25px;
    padding-bottom: 15px;
}


@media only screen and (max-width: 767px) {

    header#header #search-icon {
        display:block;
    }

    img.alignleft,
    img.alignright {
        float:none;
        padding: 0;
        padding-bottom: 15px;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}


@media only screen and (max-width: 920px) {


}

@media only screen and (max-width: 1180px) {

    .wonderpluginslider-container {
        width: 1030px !important;
    }

    .frontpage-slider {
        padding: 26px 0;
    }
    .amazingslider-nav-1 {
        margin-left: 0 !important;
    }

    header#header section#menu li {
        font-size: 23px;
    }

    #latest-issue-menu,
    .menu-mi-show-menu-container,
    .menu-blog-container,
    .menu-about-us-container {
        top: 46px;
    }

    .container {
        width: 100%;
    }

    #main {
        padding-top: 276px;
    }
}

@media only screen and (max-width: 1024px) {

    nav.menu-main-menu-container {
        width: 100%;
    }


    header#header section#menu li:hover #latest-issue-menu,
    header#header section#menu li:hover .menu-mi-show-menu-container,
    header#header section#menu li:hover .menu-blog-container,
    header#header section#menu li:hover .menu-about-us-container {
        display:none;
    }

    header#header section#menu li.parent .toggle {
        position: absolute;
        display:block;
        right: 10px;
        top: 0;
        padding:5px 20px;
        cursor:pointer;
        color: #fff;
        z-index: 10;
        text-align: center;
    }

    header#header section#menu li.parent .toggle::before {
        font-family: FontAwesome;
        font-style:normal;
        content: "\f0d7";
    }

    #menu {
        overflow-y: auto !important;
    }
    #menu::-webkit-scrollbar {
        display: none;
    }

    header#header section#menu li .menu-mi-show-menu-container li a,
    header#header section#menu li .menu-blog-container li a,
    header#header section#menu li .menu-about-us-container li a {
        padding: 0 15px;
    }


    header#header section#menu li.active div {
        display:block !important;
        position: static;
        width: 100%;
    }

    header#header .search-wrap.responsive {
        display:block;
    }

    .breadcrumbs {
        margin-bottom: 20px;
        margin-top: 60px;
    }

    .sidebar {
        margin-top: 20px;
    }

    .sidebar_nl,
    .sidebar_twitter,
    .contact-sidebar .latest-edition,
    .sidebar .latest-edition,
    .sidebar .archive-menu {
        width: 100%;
    }

    .wonderpluginslider {
        width: 100% !important;
        height: auto !important;
    }
    .amazingslider-wrapper-1 {
        width: 100% !important;
    }

    .amazingslider-nav-1 {
        display:none !important;
    }

    #header .social {
        display:none;
    }

    header#header section#menu li {
        display:block;
        text-align: left;
    }
    nav.menu-main-menu-container {
        text-align: left;
    }

    #latest-issue-menu {
        display:none !important;
    }

    header#header #menu ul {
        width: 100%
    }

    #mobile-menu-trigger {
        display:block;
    }

    header#header section#menu li a {
        padding-left: 15px;
    }

    #menu {
        display:none;
    }

    #main {
        padding-top: 204px;
    }

    #menu.active {
        display:block;
    }

    header#header .masthead {
        width: 100%;
    }

    header#header .masthead h1 {
        margin: auto;
    }

}

@media only screen and (max-width: 320px) {
    header#header .masthead .logo {
        background-size: 45%;
        left: 75px;
    }
}

#search-area-2 {
    display:none;
    text-align: center;
}

@media only screen and (max-width: 700px) {
    #search-area-2 {
        display:block;
    }
}


.gsc-control-cse {
    padding:0px !important;
}

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
    margin:0px !important;
    padding:0px !important;
}


.category  .lp-ert {
    line-height: normal !important;
}

.post header .lp-ert {
    display: block;
}
.post .lp-ert {
    display: none;
}

.comment-respond {
    margin-top:20px;
}

.comment-respond form {
    max-width: 100%;
}
.comment-respond .comment-form-comment textarea {
    width: 100%;
    height: 140px;
}
.comment-respond .form-submit input {
    background-color: #27aae1;
    border: none;
    height: 30px;
    text-align: center;
    color: white;
    font-family: "latoregular", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 10px;
}
.comment-respond span.notice {
    font-size: 12px;
    margin-bottom: 20px;
    display:block;
}

.comment-respond .sub-head {
    margin-bottom: 30px;
}

#comments-box {
    margin-top: 50px;
    background: #f1f1f2;
    padding: 15px;
}
#comments-box .commentlist li {
    padding: 20px 25px;
    margin-left: -15px;
    margin-right: -15px;
    background: #f1f1f2;
}
#comments-box .commentlist li:nth-child(even) {
    background: #f7f7fa;
}
#comments-box .comment-author,
#comments-box .comment-meta{
    margin-bottom: 10px;
}
#comments-box h3 {
    font-size: 1.875rem;
}
#comments-box .nocomments {
    margin-top: 15px;
}

.current-issue-wrapper {
    overflow:hidden;
}
.current-issue-wrapper div {
    padding-left: 0;
}


.magazine-links {
    overflow:hidden;
    margin-top: 20px;
}
.magazine-links li {
    background: #2499da;
    color: #fff;
    display:block;
    float:left;
    text-transform: uppercase;
    min-height: 60px;
    width: 225px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    margin-right:10px;
    margin-bottom:10px;
}

.magazine-links li a,
.magazine-links li div {
    display: block;
    background: none;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    border: none;
    padding: 6px 15px;
    font-family: "bebas_neue_bold", sans-serif;
}
.magazine-links li.oneline a,
.magazine-links li.oneline div {
    padding-top: 18px;
}

section#previous-edition.issue li {
    min-height:420px;
    margin-bottom: 20px;
    float:left;
}

section#previous-edition.issue p {
    margin-bottom: 10px;
    font-size: 16px;
}
section#previous-edition.issue a {
    color: #000;
    text-decoration: underline;
}
section#previous-edition.issue h4 {
    font-size: 18px;
    font-family: "latoregular", sans-serif;
    font-weight:normal;
    text-transform: none;
    margin-bottom: 10px;
}

section#previous-edition.issue h5 {
    margin-bottom: 20px;
}

blockquote {
    background: url(https://masterinvestor.co.uk/wp-content/themes/masterinvestor/images/bg-quote1.png) no-repeat;
    color: #95969a;
    font-style: italic;
    margin: 30px 30px -15px 30px;
    padding: 30px 30px 30px 50px;
}

blockquote, blockquote p {
    font-size: 16px;
}

.df-lightbox-wrapper {
    z-index: 9999999;
}
section.linkAnnotation a, a.linkAnnotation, a.customLinkAnnotation {
    background: none;
}


.loose-header header#header {
    position: relative;
}
.loose-header #main {
    padding-top: 0;
}
.loose-header .head-banner {
    display:block;
}
figcaption {
    padding-top: 2px;
    font-size:11px;
    text-align: right;
}

.badge-status { 
	display:inline;
	font-size:11px; 
	color:#fff;
	padding:3px 5px;
	margin:5px;  
	position: relative; 
	top:-7px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

.widget .badge-status {
	top:-3px; 
	font-size:10px; 
}

.other-topics-repeater {
    list-style-type: none;
}
.other-topics-repeater h6 {
    margin: 0;
    font-size: 16px;
}

.other-topics-repeater p {
    margin: 0;
}
.other-topics-repeater li {
    margin-bottom: 15px;
}
.other-topics-repeater li:last-child {
    margin: 0;
}

.menu-item-67298 a {
color: #27aae1 !important;
}

.menu-item-67298 a:hover {
color: #ffffff !important;
}

.partner-content {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  border: none;
  font-family: "latoregular", sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,1);
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #0199d9;
  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.3) ;
  box-shadow: 0 0 0 0 rgba(0,0,0,0.3) ;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
width: 100%;
}

@media only screen and (min-width: 641px)
.gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
margin-left: 0px!important;
}

.et-db #et-boc .et_pb_blog_grid a.more-link, .et-db #et-boc .et_pb_posts a.more-link {
color: #27aae1!important;
}

.cn-button.bootstrap {
    background: #27aae1!important;
}