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

body,
html {
    font-size: 100%
}

body {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default
}

a:hover {
    cursor: pointer
}

a:focus {
    outline: 0
}

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

embed,
object {
    height: 100%
}

img {
    -ms-interpolation-mode: bicubic
}

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

.left {
    float: left!important
}

.right {
    float: right!important
}

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

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

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

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

.hide {
    display: none
}

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

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

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

select {
    font-size: .875em!important;
    color: #5a5f63;
    width: 100%;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 0;
    padding: .5em 1em;
    -webkit-appearance: none;
    background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='transparent' stroke='#aaa' stroke-width='1px' preserveAspectRatio='xMidYMid meet' width='30px' height='40px'%3E%3Cpath class='a2' d='M5 15 L15 26 L25 15'%3E%3C/path%3E%3C/svg%3E") 97% 50% no-repeat;
    background-size: 25px
}

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 71.25em
}

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

.row:after {
    clear: both
}

.row.collapse .column,
.row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left
}

.row .row {
    width: auto;
    margin-left: -.9375em;
    margin-right: -.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none
}

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

.row .row:after {
    clear: both
}

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

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

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

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

@media only screen {
    .column,
    .columns {
        position: relative;
        padding-left: .9375em;
        padding-right: .9375em;
        float: left
    }
    .small-1 {
        position: relative;
        width: 8.33333%
    }
    .small-2 {
        position: relative;
        width: 16.66667%
    }
    .small-3 {
        position: relative;
        width: 25%
    }
    .small-4 {
        position: relative;
        width: 33.33333%
    }
    .small-5 {
        position: relative;
        width: 41.66667%
    }
    .small-6 {
        position: relative;
        width: 50%
    }
    .small-7 {
        position: relative;
        width: 58.33333%
    }
    .small-8 {
        position: relative;
        width: 66.66667%
    }
    .small-9 {
        position: relative;
        width: 75%
    }
    .small-10 {
        position: relative;
        width: 83.33333%
    }
    .small-11 {
        position: relative;
        width: 91.66667%
    }
    .small-12 {
        position: relative;
        width: 100%
    }
    .small-offset-0 {
        position: relative;
        margin-left: 0
    }
    .small-offset-1 {
        position: relative;
        margin-left: 8.33333%
    }
    .small-offset-2 {
        position: relative;
        margin-left: 16.66667%
    }
    .small-offset-3 {
        position: relative;
        margin-left: 25%
    }
    .small-offset-4 {
        position: relative;
        margin-left: 33.33333%
    }
    .small-offset-5 {
        position: relative;
        margin-left: 41.66667%
    }
    .small-offset-6 {
        position: relative;
        margin-left: 50%
    }
    .small-offset-7 {
        position: relative;
        margin-left: 58.33333%
    }
    .small-offset-8 {
        position: relative;
        margin-left: 66.66667%
    }
    .small-offset-9 {
        position: relative;
        margin-left: 75%
    }
    .small-offset-10 {
        position: relative;
        margin-left: 83.33333%
    }
    [class*=column]+[class*=column]:last-child {
        float: right
    }
    [class*=column]+[class*=column].end {
        float: left
    }
    .column.small-centered,
    .columns.small-centered {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none!important
    }
}

@media only screen and (min-width:768px) {
    .large-1 {
        position: relative;
        width: 8.33333%
    }
    .large-2 {
        position: relative;
        width: 16.66667%
    }
    .large-3 {
        position: relative;
        width: 25%
    }
    .large-4 {
        position: relative;
        width: 33.33333%
    }
    .large-5 {
        position: relative;
        width: 41.66667%
    }
    .large-6 {
        position: relative;
        width: 50%
    }
    .large-7 {
        position: relative;
        width: 58.33333%
    }
    .large-8 {
        position: relative;
        width: 66.66667%
    }
    .large-9 {
        position: relative;
        width: 75%
    }
    .large-10 {
        position: relative;
        width: 83.33333%
    }
    .large-11 {
        position: relative;
        width: 91.66667%
    }
    .large-12 {
        position: relative;
        width: 100%
    }
    .row .large-offset-0 {
        position: relative;
        margin-left: 0
    }
    .row .large-offset-1 {
        position: relative;
        margin-left: 8.33333%
    }
    .row .large-offset-2 {
        position: relative;
        margin-left: 16.66667%
    }
    .row .large-offset-3 {
        position: relative;
        margin-left: 25%
    }
    .row .large-offset-4 {
        position: relative;
        margin-left: 33.33333%
    }
    .row .large-offset-5 {
        position: relative;
        margin-left: 41.66667%
    }
    .row .large-offset-6 {
        position: relative;
        margin-left: 50%
    }
    .row .large-offset-7 {
        position: relative;
        margin-left: 58.33333%
    }
    .row .large-offset-8 {
        position: relative;
        margin-left: 66.66667%
    }
    .row .large-offset-9 {
        position: relative;
        margin-left: 75%
    }
    .row .large-offset-10 {
        position: relative;
        margin-left: 83.33333%
    }
    .row .large-offset-11 {
        position: relative;
        margin-left: 91.66667%
    }
    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
    .column.large-centered,
    .columns.large-centered {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none!important
    }
    .column.large-uncentered,
    .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left!important
    }
    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right!important
    }
}

.show-for-large-down,
.show-for-medium-down,
.show-for-small {
    display: inherit!important
}

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

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

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

table.hide-for-large,
table.hide-for-large-up,
table.hide-for-medium,
table.hide-for-medium-up,
table.hide-for-xlarge,
table.show-for-large-down,
table.show-for-medium-down,
table.show-for-small {
    display: table
}

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

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

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

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

@media only screen and (min-width:768px) {
    .show-for-medium,
    .show-for-medium-up {
        display: inherit!important
    }
    .show-for-small {
        display: none!important
    }
    .hide-for-small {
        display: inherit!important
    }
    .hide-for-medium,
    .hide-for-medium-up {
        display: none!important
    }
    table.hide-for-small,
    table.show-for-medium,
    table.show-for-medium-up {
        display: table
    }
    thead.hide-for-small,
    thead.show-for-medium,
    thead.show-for-medium-up {
        display: table-header-group!important
    }
    tbody.hide-for-small,
    tbody.show-for-medium,
    tbody.show-for-medium-up {
        display: table-row-group!important
    }
    tr.hide-for-small,
    tr.show-for-medium,
    tr.show-for-medium-up {
        display: table-row!important
    }
    td.hide-for-small,
    td.show-for-medium,
    td.show-for-medium-up,
    th.hide-for-small,
    th.show-for-medium,
    th.show-for-medium-up {
        display: table-cell!important
    }
}

@media only screen and (min-width:1280px) {
    .show-for-large,
    .show-for-large-up {
        display: inherit!important
    }
    .show-for-medium,
    .show-for-medium-down {
        display: none!important
    }
    .hide-for-medium,
    .hide-for-medium-down {
        display: inherit!important
    }
    .hide-for-large,
    .hide-for-large-up {
        display: none!important
    }
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.show-for-large,
    table.show-for-large-up {
        display: table
    }
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.show-for-large,
    thead.show-for-large-up {
        display: table-header-group!important
    }
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.show-for-large,
    tbody.show-for-large-up {
        display: table-row-group!important
    }
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.show-for-large,
    tr.show-for-large-up {
        display: table-row!important
    }
    td.hide-for-medium,
    td.hide-for-medium-down,
    td.show-for-large,
    td.show-for-large-up,
    th.hide-for-medium,
    th.hide-for-medium-down,
    th.show-for-large,
    th.show-for-large-up {
        display: table-cell!important
    }
}

@media only screen and (min-width:1440px) {
    .show-for-xlarge {
        display: inherit!important
    }
    .show-for-large,
    .show-for-large-down {
        display: none!important
    }
    .hide-for-large,
    .hide-for-large-down {
        display: inherit!important
    }
    .hide-for-xlarge {
        display: none!important
    }
    table.hide-for-large,
    table.hide-for-large-down,
    table.show-for-xlarge {
        display: table
    }
    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.show-for-xlarge {
        display: table-header-group!important
    }
    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.show-for-xlarge {
        display: table-row-group!important
    }
    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.show-for-xlarge {
        display: table-row!important
    }
    td.hide-for-large,
    td.hide-for-large-down,
    td.show-for-xlarge,
    th.hide-for-large,
    th.hide-for-large-down,
    th.show-for-xlarge {
        display: table-cell!important
    }
}

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

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

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

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

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

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

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

@media only screen and (orientation:landscape) {
    .hide-for-portrait,
    .show-for-landscape {
        display: inherit!important
    }
    .hide-for-landscape,
    .show-for-portrait {
        display: none!important
    }
    table.hide-for-portrait,
    table.show-for-landscape {
        display: table
    }
    thead.hide-for-portrait,
    thead.show-for-landscape {
        display: table-header-group!important
    }
    tbody.hide-for-portrait,
    tbody.show-for-landscape {
        display: table-row-group!important
    }
    tr.hide-for-portrait,
    tr.show-for-landscape {
        display: table-row!important
    }
    td.hide-for-portrait,
    td.show-for-landscape,
    th.hide-for-portrait,
    th.show-for-landscape {
        display: table-cell!important
    }
}

@media only screen and (orientation:portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: inherit!important
    }
    .hide-for-portrait,
    .show-for-landscape {
        display: none!important
    }
    table.hide-for-landscape,
    table.show-for-portrait {
        display: table
    }
    thead.hide-for-landscape,
    thead.show-for-portrait {
        display: table-header-group!important
    }
    tbody.hide-for-landscape,
    tbody.show-for-portrait {
        display: table-row-group!important
    }
    tr.hide-for-landscape,
    tr.show-for-portrait {
        display: table-row!important
    }
    td.hide-for-landscape,
    td.show-for-portrait,
    th.hide-for-landscape,
    th.show-for-portrait {
        display: table-cell!important
    }
}

.show-for-touch {
    display: none!important
}

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

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

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

table.hide-for-touch {
    display: table
}

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

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

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

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

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

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

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

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

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

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

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

@media only screen {
    [class*=block-grid-] {
        display: block;
        padding: 0;
        margin: 0 -.625em
    }
    [class*=block-grid-]:after,
    [class*=block-grid-]:before {
        content: " ";
        display: table
    }
    [class*=block-grid-]:after {
        clear: both
    }
    [class*=block-grid-]>li {
        display: inline;
        height: auto;
        float: left;
        padding: 0 .625em 1.25em
    }
    .small-block-grid-1>li {
        width: 100%;
        padding: 0 .625em 1.25em
    }
    .small-block-grid-1>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }
    .small-block-grid-2>li {
        width: 50%;
        padding: 0 .625em 1.25em
    }
    .small-block-grid-2>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }
    .small-block-grid-3>li {
        width: 33.33333%;
        padding: 0 .625em 1.25em
    }
    .small-block-grid-3>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }
    .small-block-grid-4>li {
        width: 25%;
        padding: 0 .625em 1.25em
    }
    .small-block-grid-4>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }
    .small-block-grid-5>li {
        width: 20%;
        padding: 0 .625em 1.25em
    }
    .small-block-grid-5>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }
    .small-block-grid-6>li {
        width: 16.66667%;
        padding: 0 .625em 1.25em
    }
    .small-block-grid-6>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }
    .small-block-grid-7>li {
        width: 14.28571%;
        padding: 0 .625em 1.25em
    }
    .small-block-grid-7>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }
    .small-block-grid-8>li {
        width: 12.5%;
        padding: 0 .625em 1.25em
    }
    .small-block-grid-8>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }
    .small-block-grid-9>li {
        width: 11.11111%;
        padding: 0 .625em 1.25em
    }
    .small-block-grid-9>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }
    .small-block-grid-10>li {
        width: 10%;
        padding: 0 .625em 1.25em
    }
    .small-block-grid-10>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }
    .small-block-grid-11>li {
        width: 9.09091%;
        padding: 0 .625em 1.25em
    }
    .small-block-grid-11>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }
    .small-block-grid-12>li {
        width: 8.33333%;
        padding: 0 .625em 1.25em
    }
    .small-block-grid-12>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

@media only screen and (min-width:768px) {
    .small-block-grid-1>li:nth-of-type(1n+1) {
        clear: none
    }
    .small-block-grid-2>li:nth-of-type(2n+1) {
        clear: none
    }
    .small-block-grid-3>li:nth-of-type(3n+1) {
        clear: none
    }
    .small-block-grid-4>li:nth-of-type(4n+1) {
        clear: none
    }
    .small-block-grid-5>li:nth-of-type(5n+1) {
        clear: none
    }
    .small-block-grid-6>li:nth-of-type(6n+1) {
        clear: none
    }
    .small-block-grid-7>li:nth-of-type(7n+1) {
        clear: none
    }
    .small-block-grid-8>li:nth-of-type(8n+1) {
        clear: none
    }
    .small-block-grid-9>li:nth-of-type(9n+1) {
        clear: none
    }
    .small-block-grid-10>li:nth-of-type(10n+1) {
        clear: none
    }
    .small-block-grid-11>li:nth-of-type(11n+1) {
        clear: none
    }
    .small-block-grid-12>li:nth-of-type(12n+1) {
        clear: none
    }
    .large-block-grid-1>li {
        width: 100%;
        padding: 0 .625em 1.25em
    }
    .large-block-grid-1>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }
    .large-block-grid-2>li {
        width: 50%;
        padding: 0 .625em 1.25em
    }
    .large-block-grid-2>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }
    .large-block-grid-3>li {
        width: 33.33333%;
        padding: 0 .625em 1.25em
    }
    .large-block-grid-3>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }
    .large-block-grid-4>li {
        width: 25%;
        padding: 0 .625em 1.25em
    }
    .large-block-grid-4>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }
    .large-block-grid-5>li {
        width: 20%;
        padding: 0 .625em 1.25em
    }
    .large-block-grid-5>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }
    .large-block-grid-6>li {
        width: 16.66667%;
        padding: 0 .625em 1.25em
    }
    .large-block-grid-6>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }
    .large-block-grid-7>li {
        width: 14.28571%;
        padding: 0 .625em 1.25em
    }
    .large-block-grid-7>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }
    .large-block-grid-8>li {
        width: 12.5%;
        padding: 0 .625em 1.25em
    }
    .large-block-grid-8>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }
    .large-block-grid-9>li {
        width: 11.11111%;
        padding: 0 .625em 1.25em
    }
    .large-block-grid-9>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }
    .large-block-grid-10>li {
        width: 10%;
        padding: 0 .625em 1.25em
    }
    .large-block-grid-10>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }
    .large-block-grid-11>li {
        width: 9.09091%;
        padding: 0 .625em 1.25em
    }
    .large-block-grid-11>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }
    .large-block-grid-12>li {
        width: 8.33333%;
        padding: 0 .625em 1.25em
    }
    .large-block-grid-12>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

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

.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: 300;
    margin-top: .2em;
    margin-bottom: .5em
}

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

a {
    color: #ae2628 /*denyro 2805*/;
    text-decoration: none;
    line-height: inherit
}

a:focus,
a:hover {
    color: #c85102
}

a img {
    border: none
}

p {
    font-family: inherit;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1.25em;
    text-rendering: optimizeLegibility
}

p aside {
    font-size: .875em;
    line-height: 1.35;
    font-style: italic
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #222;
    text-rendering: optimizeLegibility;
    margin-top: .2em;
    margin-bottom: .5em;
    line-height: 1.2125em
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0
}

h1 {
    font-size: 2.125em
}

h2 {
    font-size: 1.6875em
}

h3 {
    font-size: 1.375em
}

h4 {
    font-size: 1.125em
}

h5 {
    font-size: 1.125em
}

h6 {
    font-size: 1em
}

hr {
    border: solid #ececec;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25em 0 1.1875em;
    height: 0
}

em,
i {
    font-style: italic;
    line-height: inherit
}

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

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

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

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

ol,
ul {
    margin-left: 0
}

ul li ol,
ul li ul {
    margin-left: 1.25em;
    margin-bottom: 0;
    font-size: 1em
}

ul.circle li ul,
ul.disc li ul,
ul.square li ul {
    list-style: inherit
}

ul.square {
    list-style-type: square
}

ul.circle {
    list-style-type: circle
}

ul.disc {
    list-style-type: disc
}

ul.no-bullet {
    list-style: none
}

ol li ol,
ol li ul {
    margin-left: 1.25em;
    margin-bottom: 0
}

dl dt {
    margin-bottom: .3em;
    font-weight: 700
}

dl dd {
    margin-bottom: .75em
}

abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222;
    border-bottom: 1px dotted #ececec;
    cursor: help
}

abbr {
    text-transform: none
}

blockquote {
    margin: 0 0 1.25em;
    padding: .5625em 1.25em 0 1.1875em;
    border-left: 1px solid #ececec
}

blockquote cite {
    display: block;
    font-size: .8125em;
    color: #555
}

blockquote cite:before {
    content: "\2014 \0020"
}

blockquote cite a,
blockquote cite a:visited {
    color: #555
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #6f6f6f
}

.vcard {
    display: inline-block;
    margin: 0 0 1.25em 0;
    border: 1px solid #ececec;
    padding: .625em .75em
}

.vcard li {
    margin: 0;
    display: block
}

.vcard .fn {
    font-weight: 700;
    font-size: .9375em
}

.vevent .summary {
    font-weight: 700
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: 700;
    border: none;
    padding: 0 .0625em
}

@media only screen and (min-width:768px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.4
    }
    h1 {
        font-size: 2.75em
    }
    h2 {
        font-size: 2.3125em
    }
    h3 {
        font-size: 1.6875em
    }
    h4 {
        font-size: 1.4375em
    }
}

.print-only {
    display: none!important
}

@media print {
    * {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: none; /*denyro2805*/
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #5a5e63;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .hide-on-print {
        display: none!important
    }
    .print-only {
        display: block!important
    }
    .hide-for-print {
        display: none!important
    }
    .show-for-print {
        display: inherit!important
    }
}

.button,
button {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: .75em;
    padding-right: 1.5em;
    padding-bottom: .8125em;
    padding-left: 1.5em;
    font-size: 1em;
    background-color: #ae2628 /*denyro 2805*/;
    color: #fff
}

.button:focus,
.button:hover,
button:focus,
button:hover {
    background-color: #ae2628 /*denyro 2805*/
}

.button:focus,
.button:hover,
button:focus,
button:hover {
    color: #fff
}

.button.secondary,
button.secondary {
    background-color: #5a5e63;
    color: #fff
}

.button.secondary:focus,
.button.secondary:hover,
button.secondary:focus,
button.secondary:hover {
    background-color: #2a2a2a
}

.button.secondary:focus,
.button.secondary:hover,
button.secondary:focus,
button.secondary:hover {
    color: #fff
}

.button.success,
button.success {
    background-color: #5da423;
    border-color: #457a1a;
    color: #fff
}

.button.success:focus,
.button.success:hover,
button.success:focus,
button.success:hover {
    background-color: #457a1a
}

.button.success:focus,
.button.success:hover,
button.success:focus,
button.success:hover {
    color: #fff
}

.button.alert,
button.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: #fff
}

.button.alert:focus,
.button.alert:hover,
button.alert:focus,
button.alert:hover {
    background-color: #970b0e
}

.button.alert:focus,
.button.alert:hover,
button.alert:focus,
button.alert:hover {
    color: #fff
}

.button.large,
button.large {
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1.0625em;
    padding-left: 2em;
    font-size: 1.25em
}

.button.small,
button.small {
    padding-top: .5625em;
    padding-right: 1.125em;
    padding-bottom: .625em;
    padding-left: 1.125em;
    font-size: .8125em
}

.button.tiny,
button.tiny {
    padding-top: .4375em;
    padding-right: .875em;
    padding-bottom: .5em;
    padding-left: .875em;
    font-size: .6875em
}

.button.expand,
button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%
}

.button.left-align,
button.left-align {
    text-align: left;
    text-indent: .75em
}

.button.right-align,
button.right-align {
    text-align: right;
    padding-right: .75em
}

.button.disabled,
.button[disabled],
button.disabled,
button[disabled] {
    background-color: #ae2628 /*denyro 2805*/;
    color: #fff;
    cursor: default;
    opacity: .6;
    -webkit-box-shadow: none;
    box-shadow: none
}

.button.disabled:focus,
.button.disabled:hover,
.button[disabled]:focus,
.button[disabled]:hover,
button.disabled:focus,
button.disabled:hover,
button[disabled]:focus,
button[disabled]:hover {
    background-color: #ae2628 /*denyro 2805*/
}

.button.disabled:focus,
.button.disabled:hover,
.button[disabled]:focus,
.button[disabled]:hover,
button.disabled:focus,
button.disabled:hover,
button[disabled]:focus,
button[disabled]:hover {
    color: #fff
}

.button.disabled:focus,
.button.disabled:hover,
.button[disabled]:focus,
.button[disabled]:hover,
button.disabled:focus,
button.disabled:hover,
button[disabled]:focus,
button[disabled]:hover {
    background-color: #ae2628 /*denyro 2805*/
}

.button.disabled.secondary,
.button[disabled].secondary,
button.disabled.secondary,
button[disabled].secondary {
    background-color: #5a5e63;
    border-color: #2a5364;
    color: #fff;
    cursor: default;
    opacity: .6;
    -webkit-box-shadow: none;
    box-shadow: none
}

.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover,
button.disabled.secondary:focus,
button.disabled.secondary:hover,
button[disabled].secondary:focus,
button[disabled].secondary:hover {
    background-color: #2a5364
}

.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover,
button.disabled.secondary:focus,
button.disabled.secondary:hover,
button[disabled].secondary:focus,
button[disabled].secondary:hover {
    color: #fff
}

.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover,
button.disabled.secondary:focus,
button.disabled.secondary:hover,
button[disabled].secondary:focus,
button[disabled].secondary:hover {
    background-color: #5a5e63
}

.button.disabled.success,
.button[disabled].success,
button.disabled.success,
button[disabled].success {
    background-color: #5da423;
    border-color: #457a1a;
    color: #fff;
    cursor: default;
    opacity: .6;
    -webkit-box-shadow: none;
    box-shadow: none
}

.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success:focus,
.button[disabled].success:hover,
button.disabled.success:focus,
button.disabled.success:hover,
button[disabled].success:focus,
button[disabled].success:hover {
    background-color: #457a1a
}

.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success:focus,
.button[disabled].success:hover,
button.disabled.success:focus,
button.disabled.success:hover,
button[disabled].success:focus,
button[disabled].success:hover {
    color: #fff
}

.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success:focus,
.button[disabled].success:hover,
button.disabled.success:focus,
button.disabled.success:hover,
button[disabled].success:focus,
button[disabled].success:hover {
    background-color: #5da423
}

.button.disabled.alert,
.button[disabled].alert,
button.disabled.alert,
button[disabled].alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: #fff;
    cursor: default;
    opacity: .6;
    -webkit-box-shadow: none;
    box-shadow: none
}

.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert:focus,
.button[disabled].alert:hover,
button.disabled.alert:focus,
button.disabled.alert:hover,
button[disabled].alert:focus,
button[disabled].alert:hover {
    background-color: #970b0e
}

.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert:focus,
.button[disabled].alert:hover,
button.disabled.alert:focus,
button.disabled.alert:hover,
button[disabled].alert:focus,
button[disabled].alert:hover {
    color: #fff
}

.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert:focus,
.button[disabled].alert:hover,
button.disabled.alert:focus,
button.disabled.alert:hover,
button[disabled].alert:focus,
button[disabled].alert:hover {
    background-color: #c60f13
}

.button,
button {
    padding-top: .8125em;
    padding-bottom: .75em;
    -webkit-appearance: none
}

.button.tiny,
button.tiny {
    padding-top: .5em;
    padding-bottom: .4375em;
    -webkit-appearance: none
}

.button.small,
button.small {
    padding-top: .625em;
    padding-bottom: .5625em;
    -webkit-appearance: none
}

.button.large,
button.large {
    padding-top: 1.03125em;
    padding-bottom: 1.03125em;
    -webkit-appearance: none
}

@media only screen {
    .button,
    button {
        -webkit-transition: background-color .3s ease-out;
        -moz-transition: background-color .3s ease-out;
        transition: background-color .3s ease-out
    }
    .button:active,
    button:active {
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .2) inset;
        box-shadow: 0 1px 0 rgba(0, 0, 0, .2) inset
    }
    .button.radius,
    button.radius {
        -webkit-border-radius: 3px;
        border-radius: 3px
    }
    .button.round,
    button.round {
        -webkit-border-radius: 1000px;
        border-radius: 1000px
    }
}

@media only screen and (min-width:768px) {
    .button,
    button {
        display: inline-block
    }
}

form {
    margin: 0 0 1em
}

form .row .row {
    margin: 0 -.5em
}

form .row .row .column,
form .row .row .columns {
    padding: 0 .5em
}

form .row .row.collapse {
    margin: 0
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
    padding: 0
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
    padding-left: .5em
}

label {
    font-size: .875em;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin-bottom: .1875em
}

label.right {
    float: none;
    text-align: right
}

label.inline {
    margin: 0 0 1em 0;
    padding: .625em 0
}

label small {
    text-transform: capitalize;
    color: #666
}

.postfix,
.prefix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    font-size: .875em;
    height: 2.3125em;
    line-height: 2.3125em
}

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

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

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

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

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

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

label.prefix,
span.prefix {
    background: #f2f2f2;
    border-color: #d9d9d9;
    border-right: none;
    color: #333
}

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

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

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

.input-group.radius>:first-child,
.input-group.radius>:first-child * {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.input-group.radius>:last-child,
.input-group.radius>:last-child * {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.input-group.round>:first-child,
.input-group.round>:first-child * {
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

.input-group.round>:last-child,
.input-group.round>:last-child * {
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px
}

input[type=complete_url],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ededed;
    color: rgba(0, 0, 0, .75);
    display: block;
    font-size: .875em;
    margin: 0 0 1em 0;
    padding: .5em 1em;
    height: 2.3125em;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=complete_url]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
    border-color: #2a2a2a;
    outline: 0
}

input[type=complete_url][disabled],
input[type=date][disabled],
input[type=datetime-local][disabled],
input[type=datetime][disabled],
input[type=email][disabled],
input[type=month][disabled],
input[type=number][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=text][disabled],
input[type=time][disabled],
input[type=url][disabled],
input[type=week][disabled],
textarea[disabled] {
    background-color: #ececec
}

input[type=checkbox],
input[type=file],
input[type=radio],
select {
    margin: 0 0 1em 0
}

input[type=file] {
    width: 100%
}

fieldset {
    border: solid 1px #ededed;
    padding: 1.25em;
    margin: 1.125em 0
}

fieldset legend {
    font-weight: 700;
    background: #fff;
    padding: 0 .1875em;
    margin: 0;
    margin-left: -.1875em
}

[data-abide] .error small.error,
[data-abide] small.error,
[data-abide] span.error {
    display: block;
    padding: .375em .25em;
    margin-top: -1.3125em;
    margin-bottom: 1em;
    font-size: .75em;
    font-weight: 700;
    background: #c60f13;
    color: #fff;
    margin-top: 0
}

[data-abide] small.error,
[data-abide] span.error {
    display: none
}

small.error,
span.error {
    display: block;
    padding: .375em .25em;
    margin-top: -1.3125em;
    margin-bottom: 1em;
    font-size: .75em;
    font-weight: 700;
    background: #c60f13;
    color: #fff
}

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

.error input:focus,
.error select:focus,
.error textarea:focus {
    background: #fafafa;
    border-color: #5a5e63
}

.error label,
.error label.error {
    color: #c60f13
}

.error small.error {
    display: block;
    padding: .375em .25em;
    margin-top: -1.3125em;
    margin-bottom: 1em;
    font-size: .75em;
    font-weight: 700;
    background: #c60f13;
    color: #fff
}

.error span.error-message {
    display: block
}

input.error,
textarea.error {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, .1)
}

input.error:focus,
textarea.error:focus {
    background: #fafafa;
    border-color: #5a5e63
}

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

.error select:focus {
    background: #fafafa;
    border-color: #5a5e63
}

label.error {
    color: #c60f13
}

.button-group {
    list-style: none;
    margin: 0
}

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

.button-group:after {
    clear: both
}

.button-group>* {
    margin: 0 0 0 -1px;
    float: left
}

.button-group>:first-child {
    margin-left: 0
}

.button-group.radius>:first-child,
.button-group.radius>:first-child>.button,
.button-group.radius>:first-child>a,
.button-group.radius>:first-child>button {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.button-group.radius>:last-child,
.button-group.radius>:last-child>.button,
.button-group.radius>:last-child>a,
.button-group.radius>:last-child>button {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.button-group.round>:first-child,
.button-group.round>:first-child>.button,
.button-group.round>:first-child>a,
.button-group.round>:first-child>button {
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

.button-group.round>:last-child,
.button-group.round>:last-child>.button,
.button-group.round>:last-child>a,
.button-group.round>:last-child>button {
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px
}

.button-group.even-2 li {
    width: 50%
}

.button-group.even-2 li .button,
.button-group.even-2 li button {
    width: 100%
}

.button-group.even-3 li {
    width: 33.33333%
}

.button-group.even-3 li .button,
.button-group.even-3 li button {
    width: 100%
}

.button-group.even-4 li {
    width: 25%
}

.button-group.even-4 li .button,
.button-group.even-4 li button {
    width: 100%
}

.button-group.even-5 li {
    width: 20%
}

.button-group.even-5 li .button,
.button-group.even-5 li button {
    width: 100%
}

.button-group.even-6 li {
    width: 16.66667%
}

.button-group.even-6 li .button,
.button-group.even-6 li button {
    width: 100%
}

.button-group.even-7 li {
    width: 14.28571%
}

.button-group.even-7 li .button,
.button-group.even-7 li button {
    width: 100%
}

.button-group.even-8 li {
    width: 12.5%
}

.button-group.even-8 li .button,
.button-group.even-8 li button {
    width: 100%
}

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

.button-bar:after {
    clear: both
}

.button-bar .button-group {
    float: left;
    margin-right: .625em
}

.button-bar .button-group div {
    overflow: hidden
}

.dropdown.button {
    position: relative;
    padding-right: 3.1875em
}

.dropdown.button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    top: 50%
}

.dropdown.button:before {
    border-width: .5625em;
    right: 1.5em;
    margin-top: -.25em
}

.dropdown.button:before {
    border-color: #fff transparent transparent transparent
}

.dropdown.button.tiny {
    padding-right: 2.1875em
}

.dropdown.button.tiny:before {
    border-width: .4375em;
    right: .875em;
    margin-top: -.15625em
}

.dropdown.button.tiny:before {
    border-color: #fff transparent transparent transparent
}

.dropdown.button.small {
    padding-right: 2.8125em
}

.dropdown.button.small:before {
    border-width: .5625em;
    right: 1.125em;
    margin-top: -.21875em
}

.dropdown.button.small:before {
    border-color: #fff transparent transparent transparent
}

.dropdown.button.large {
    padding-right: 4em
}

.dropdown.button.large:before {
    border-width: .625em;
    right: 1.75em;
    margin-top: -.3125em
}

.dropdown.button.large:before {
    border-color: #fff transparent transparent transparent
}

.dropdown.button.secondary:before {
    border-color: #333 transparent transparent transparent
}

.split.button {
    position: relative;
    padding-right: 4.8em
}

.split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px
}

.split.button span:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: inset;
    left: 50%
}

.split.button span:active {
    background-color: rgba(0, 0, 0, .1)
}

.split.button span {
    border-left-color: #953c01
}

.split.button span {
    width: 3em
}

.split.button span:before {
    border-top-style: solid;
    border-width: .5625em;
    top: 1.125em;
    margin-left: -.5625em
}

.split.button span:before {
    border-color: #fff transparent transparent transparent
}

.split.button.secondary span {
    border-left-color: #388eb6
}

.split.button.secondary span:before {
    border-color: #fff transparent transparent transparent
}

.split.button.alert span {
    border-left-color: #7f0a0c
}

.split.button.success span {
    border-left-color: #396516
}

.split.button.tiny {
    padding-right: 3.9375em
}

.split.button.tiny span {
    width: 2.84375em
}

.split.button.tiny span:before {
    border-top-style: solid;
    border-width: .4375em;
    top: .875em;
    margin-left: -.3125em
}

.split.button.small {
    padding-right: 3.9375em
}

.split.button.small span {
    width: 2.8125em
}

.split.button.small span:before {
    border-top-style: solid;
    border-width: .5625em;
    top: .84375em;
    margin-left: -.5625em
}

.split.button.large {
    padding-right: 6em
}

.split.button.large span {
    width: 3.75em
}

.split.button.large span:before {
    border-top-style: solid;
    border-width: .625em;
    top: 1.3125em;
    margin-left: -.5625em
}

.split.button.expand {
    padding-left: 2em
}

.split.button.secondary span:before {
    border-color: #333 transparent transparent transparent
}

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

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

.flex-video {
    position: relative;
    padding-top: 1.5625em;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1em;
    overflow: hidden
}

.flex-video.widescreen {
    padding-bottom: 57.25%
}

.flex-video.vimeo {
    padding-top: 0
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section-container.accordion,
.section-container.auto,
.section-container.horizontal-nav,
.section-container.vertical-nav,
.section-container.vertical-tabs,
[data-section=''],
[data-section=accordion],
[data-section=auto],
[data-section=horizontal-nav],
[data-section=vertical-nav],
[data-section=vertical-tabs] {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em
}

.section-container.accordion[data-section-small-style],
.section-container.auto[data-section-small-style],
.section-container.horizontal-nav[data-section-small-style],
.section-container.vertical-nav[data-section-small-style],
.section-container.vertical-tabs[data-section-small-style],
[data-section=''][data-section-small-style],
[data-section=accordion][data-section-small-style],
[data-section=auto][data-section-small-style],
[data-section=horizontal-nav][data-section-small-style],
[data-section=vertical-nav][data-section-small-style],
[data-section=vertical-tabs][data-section-small-style] {
    width: 100%!important
}

.section-container.accordion[data-section-small-style]>.section,
.section-container.accordion[data-section-small-style]>[data-section-region],
.section-container.accordion[data-section-small-style]>section,
.section-container.auto[data-section-small-style]>.section,
.section-container.auto[data-section-small-style]>[data-section-region],
.section-container.auto[data-section-small-style]>section,
.section-container.horizontal-nav[data-section-small-style]>.section,
.section-container.horizontal-nav[data-section-small-style]>[data-section-region],
.section-container.horizontal-nav[data-section-small-style]>section,
.section-container.vertical-nav[data-section-small-style]>.section,
.section-container.vertical-nav[data-section-small-style]>[data-section-region],
.section-container.vertical-nav[data-section-small-style]>section,
.section-container.vertical-tabs[data-section-small-style]>.section,
.section-container.vertical-tabs[data-section-small-style]>[data-section-region],
.section-container.vertical-tabs[data-section-small-style]>section,
[data-section=''][data-section-small-style]>.section,
[data-section=''][data-section-small-style]>[data-section-region],
[data-section=''][data-section-small-style]>section,
[data-section=accordion][data-section-small-style]>.section,
[data-section=accordion][data-section-small-style]>[data-section-region],
[data-section=accordion][data-section-small-style]>section,
[data-section=auto][data-section-small-style]>.section,
[data-section=auto][data-section-small-style]>[data-section-region],
[data-section=auto][data-section-small-style]>section,
[data-section=horizontal-nav][data-section-small-style]>.section,
[data-section=horizontal-nav][data-section-small-style]>[data-section-region],
[data-section=horizontal-nav][data-section-small-style]>section,
[data-section=vertical-nav][data-section-small-style]>.section,
[data-section=vertical-nav][data-section-small-style]>[data-section-region],
[data-section=vertical-nav][data-section-small-style]>section,
[data-section=vertical-tabs][data-section-small-style]>.section,
[data-section=vertical-tabs][data-section-small-style]>[data-section-region],
[data-section=vertical-tabs][data-section-small-style]>section {
    padding: 0!important;
    margin: 0!important
}

.section-container.accordion[data-section-small-style]>.section>.title,
.section-container.accordion[data-section-small-style]>.section>[data-section-title],
.section-container.accordion[data-section-small-style]>[data-section-region]>.title,
.section-container.accordion[data-section-small-style]>[data-section-region]>[data-section-title],
.section-container.accordion[data-section-small-style]>section>.title,
.section-container.accordion[data-section-small-style]>section>[data-section-title],
.section-container.auto[data-section-small-style]>.section>.title,
.section-container.auto[data-section-small-style]>.section>[data-section-title],
.section-container.auto[data-section-small-style]>[data-section-region]>.title,
.section-container.auto[data-section-small-style]>[data-section-region]>[data-section-title],
.section-container.auto[data-section-small-style]>section>.title,
.section-container.auto[data-section-small-style]>section>[data-section-title],
.section-container.horizontal-nav[data-section-small-style]>.section>.title,
.section-container.horizontal-nav[data-section-small-style]>.section>[data-section-title],
.section-container.horizontal-nav[data-section-small-style]>[data-section-region]>.title,
.section-container.horizontal-nav[data-section-small-style]>[data-section-region]>[data-section-title],
.section-container.horizontal-nav[data-section-small-style]>section>.title,
.section-container.horizontal-nav[data-section-small-style]>section>[data-section-title],
.section-container.vertical-nav[data-section-small-style]>.section>.title,
.section-container.vertical-nav[data-section-small-style]>.section>[data-section-title],
.section-container.vertical-nav[data-section-small-style]>[data-section-region]>.title,
.section-container.vertical-nav[data-section-small-style]>[data-section-region]>[data-section-title],
.section-container.vertical-nav[data-section-small-style]>section>.title,
.section-container.vertical-nav[data-section-small-style]>section>[data-section-title],
.section-container.vertical-tabs[data-section-small-style]>.section>.title,
.section-container.vertical-tabs[data-section-small-style]>.section>[data-section-title],
.section-container.vertical-tabs[data-section-small-style]>[data-section-region]>.title,
.section-container.vertical-tabs[data-section-small-style]>[data-section-region]>[data-section-title],
.section-container.vertical-tabs[data-section-small-style]>section>.title,
.section-container.vertical-tabs[data-section-small-style]>section>[data-section-title],
[data-section=''][data-section-small-style]>.section>.title,
[data-section=''][data-section-small-style]>.section>[data-section-title],
[data-section=''][data-section-small-style]>[data-section-region]>.title,
[data-section=''][data-section-small-style]>[data-section-region]>[data-section-title],
[data-section=''][data-section-small-style]>section>.title,
[data-section=''][data-section-small-style]>section>[data-section-title],
[data-section=accordion][data-section-small-style]>.section>.title,
[data-section=accordion][data-section-small-style]>.section>[data-section-title],
[data-section=accordion][data-section-small-style]>[data-section-region]>.title,
[data-section=accordion][data-section-small-style]>[data-section-region]>[data-section-title],
[data-section=accordion][data-section-small-style]>section>.title,
[data-section=accordion][data-section-small-style]>section>[data-section-title],
[data-section=auto][data-section-small-style]>.section>.title,
[data-section=auto][data-section-small-style]>.section>[data-section-title],
[data-section=auto][data-section-small-style]>[data-section-region]>.title,
[data-section=auto][data-section-small-style]>[data-section-region]>[data-section-title],
[data-section=auto][data-section-small-style]>section>.title,
[data-section=auto][data-section-small-style]>section>[data-section-title],
[data-section=horizontal-nav][data-section-small-style]>.section>.title,
[data-section=horizontal-nav][data-section-small-style]>.section>[data-section-title],
[data-section=horizontal-nav][data-section-small-style]>[data-section-region]>.title,
[data-section=horizontal-nav][data-section-small-style]>[data-section-region]>[data-section-title],
[data-section=horizontal-nav][data-section-small-style]>section>.title,
[data-section=horizontal-nav][data-section-small-style]>section>[data-section-title],
[data-section=vertical-nav][data-section-small-style]>.section>.title,
[data-section=vertical-nav][data-section-small-style]>.section>[data-section-title],
[data-section=vertical-nav][data-section-small-style]>[data-section-region]>.title,
[data-section=vertical-nav][data-section-small-style]>[data-section-region]>[data-section-title],
[data-section=vertical-nav][data-section-small-style]>section>.title,
[data-section=vertical-nav][data-section-small-style]>section>[data-section-title],
[data-section=vertical-tabs][data-section-small-style]>.section>.title,
[data-section=vertical-tabs][data-section-small-style]>.section>[data-section-title],
[data-section=vertical-tabs][data-section-small-style]>[data-section-region]>.title,
[data-section=vertical-tabs][data-section-small-style]>[data-section-region]>[data-section-title],
[data-section=vertical-tabs][data-section-small-style]>section>.title,
[data-section=vertical-tabs][data-section-small-style]>section>[data-section-title] {
    width: 100%!important
}

.section-container.accordion>.section,
.section-container.accordion>[data-section-region],
.section-container.accordion>section,
.section-container.auto>.section,
.section-container.auto>[data-section-region],
.section-container.auto>section,
.section-container.horizontal-nav>.section,
.section-container.horizontal-nav>[data-section-region],
.section-container.horizontal-nav>section,
.section-container.vertical-nav>.section,
.section-container.vertical-nav>[data-section-region],
.section-container.vertical-nav>section,
.section-container.vertical-tabs>.section,
.section-container.vertical-tabs>[data-section-region],
.section-container.vertical-tabs>section,
[data-section='']>.section,
[data-section='']>[data-section-region],
[data-section='']>section,
[data-section=accordion]>.section,
[data-section=accordion]>[data-section-region],
[data-section=accordion]>section,
[data-section=auto]>.section,
[data-section=auto]>[data-section-region],
[data-section=auto]>section,
[data-section=horizontal-nav]>.section,
[data-section=horizontal-nav]>[data-section-region],
[data-section=horizontal-nav]>section,
[data-section=vertical-nav]>.section,
[data-section=vertical-nav]>[data-section-region],
[data-section=vertical-nav]>section,
[data-section=vertical-tabs]>.section,
[data-section=vertical-tabs]>[data-section-region],
[data-section=vertical-tabs]>section {
    margin: 0
}

.section-container.accordion>.section>.title,
.section-container.accordion>.section>[data-section-title],
.section-container.accordion>[data-section-region]>.title,
.section-container.accordion>[data-section-region]>[data-section-title],
.section-container.accordion>section>.title,
.section-container.accordion>section>[data-section-title],
.section-container.auto>.section>.title,
.section-container.auto>.section>[data-section-title],
.section-container.auto>[data-section-region]>.title,
.section-container.auto>[data-section-region]>[data-section-title],
.section-container.auto>section>.title,
.section-container.auto>section>[data-section-title],
.section-container.horizontal-nav>.section>.title,
.section-container.horizontal-nav>.section>[data-section-title],
.section-container.horizontal-nav>[data-section-region]>.title,
.section-container.horizontal-nav>[data-section-region]>[data-section-title],
.section-container.horizontal-nav>section>.title,
.section-container.horizontal-nav>section>[data-section-title],
.section-container.vertical-nav>.section>.title,
.section-container.vertical-nav>.section>[data-section-title],
.section-container.vertical-nav>[data-section-region]>.title,
.section-container.vertical-nav>[data-section-region]>[data-section-title],
.section-container.vertical-nav>section>.title,
.section-container.vertical-nav>section>[data-section-title],
.section-container.vertical-tabs>.section>.title,
.section-container.vertical-tabs>.section>[data-section-title],
.section-container.vertical-tabs>[data-section-region]>.title,
.section-container.vertical-tabs>[data-section-region]>[data-section-title],
.section-container.vertical-tabs>section>.title,
.section-container.vertical-tabs>section>[data-section-title],
[data-section='']>.section>.title,
[data-section='']>.section>[data-section-title],
[data-section='']>[data-section-region]>.title,
[data-section='']>[data-section-region]>[data-section-title],
[data-section='']>section>.title,
[data-section='']>section>[data-section-title],
[data-section=accordion]>.section>.title,
[data-section=accordion]>.section>[data-section-title],
[data-section=accordion]>[data-section-region]>.title,
[data-section=accordion]>[data-section-region]>[data-section-title],
[data-section=accordion]>section>.title,
[data-section=accordion]>section>[data-section-title],
[data-section=auto]>.section>.title,
[data-section=auto]>.section>[data-section-title],
[data-section=auto]>[data-section-region]>.title,
[data-section=auto]>[data-section-region]>[data-section-title],
[data-section=auto]>section>.title,
[data-section=auto]>section>[data-section-title],
[data-section=horizontal-nav]>.section>.title,
[data-section=horizontal-nav]>.section>[data-section-title],
[data-section=horizontal-nav]>[data-section-region]>.title,
[data-section=horizontal-nav]>[data-section-region]>[data-section-title],
[data-section=horizontal-nav]>section>.title,
[data-section=horizontal-nav]>section>[data-section-title],
[data-section=vertical-nav]>.section>.title,
[data-section=vertical-nav]>.section>[data-section-title],
[data-section=vertical-nav]>[data-section-region]>.title,
[data-section=vertical-nav]>[data-section-region]>[data-section-title],
[data-section=vertical-nav]>section>.title,
[data-section=vertical-nav]>section>[data-section-title],
[data-section=vertical-tabs]>.section>.title,
[data-section=vertical-tabs]>.section>[data-section-title],
[data-section=vertical-tabs]>[data-section-region]>.title,
[data-section=vertical-tabs]>[data-section-region]>[data-section-title],
[data-section=vertical-tabs]>section>.title,
[data-section=vertical-tabs]>section>[data-section-title] {
    margin-bottom: 0
}

.section-container.accordion>.section>.title a,
.section-container.accordion>.section>[data-section-title] a,
.section-container.accordion>[data-section-region]>.title a,
.section-container.accordion>[data-section-region]>[data-section-title] a,
.section-container.accordion>section>.title a,
.section-container.accordion>section>[data-section-title] a,
.section-container.auto>.section>.title a,
.section-container.auto>.section>[data-section-title] a,
.section-container.auto>[data-section-region]>.title a,
.section-container.auto>[data-section-region]>[data-section-title] a,
.section-container.auto>section>.title a,
.section-container.auto>section>[data-section-title] a,
.section-container.horizontal-nav>.section>.title a,
.section-container.horizontal-nav>.section>[data-section-title] a,
.section-container.horizontal-nav>[data-section-region]>.title a,
.section-container.horizontal-nav>[data-section-region]>[data-section-title] a,
.section-container.horizontal-nav>section>.title a,
.section-container.horizontal-nav>section>[data-section-title] a,
.section-container.vertical-nav>.section>.title a,
.section-container.vertical-nav>.section>[data-section-title] a,
.section-container.vertical-nav>[data-section-region]>.title a,
.section-container.vertical-nav>[data-section-region]>[data-section-title] a,
.section-container.vertical-nav>section>.title a,
.section-container.vertical-nav>section>[data-section-title] a,
.section-container.vertical-tabs>.section>.title a,
.section-container.vertical-tabs>.section>[data-section-title] a,
.section-container.vertical-tabs>[data-section-region]>.title a,
.section-container.vertical-tabs>[data-section-region]>[data-section-title] a,
.section-container.vertical-tabs>section>.title a,
.section-container.vertical-tabs>section>[data-section-title] a,
[data-section='']>.section>.title a,
[data-section='']>.section>[data-section-title] a,
[data-section='']>[data-section-region]>.title a,
[data-section='']>[data-section-region]>[data-section-title] a,
[data-section='']>section>.title a,
[data-section='']>section>[data-section-title] a,
[data-section=accordion]>.section>.title a,
[data-section=accordion]>.section>[data-section-title] a,
[data-section=accordion]>[data-section-region]>.title a,
[data-section=accordion]>[data-section-region]>[data-section-title] a,
[data-section=accordion]>section>.title a,
[data-section=accordion]>section>[data-section-title] a,
[data-section=auto]>.section>.title a,
[data-section=auto]>.section>[data-section-title] a,
[data-section=auto]>[data-section-region]>.title a,
[data-section=auto]>[data-section-region]>[data-section-title] a,
[data-section=auto]>section>.title a,
[data-section=auto]>section>[data-section-title] a,
[data-section=horizontal-nav]>.section>.title a,
[data-section=horizontal-nav]>.section>[data-section-title] a,
[data-section=horizontal-nav]>[data-section-region]>.title a,
[data-section=horizontal-nav]>[data-section-region]>[data-section-title] a,
[data-section=horizontal-nav]>section>.title a,
[data-section=horizontal-nav]>section>[data-section-title] a,
[data-section=vertical-nav]>.section>.title a,
[data-section=vertical-nav]>.section>[data-section-title] a,
[data-section=vertical-nav]>[data-section-region]>.title a,
[data-section=vertical-nav]>[data-section-region]>[data-section-title] a,
[data-section=vertical-nav]>section>.title a,
[data-section=vertical-nav]>section>[data-section-title] a,
[data-section=vertical-tabs]>.section>.title a,
[data-section=vertical-tabs]>.section>[data-section-title] a,
[data-section=vertical-tabs]>[data-section-region]>.title a,
[data-section=vertical-tabs]>[data-section-region]>[data-section-title] a,
[data-section=vertical-tabs]>section>.title a,
[data-section=vertical-tabs]>section>[data-section-title] a {
    width: 100%;
    display: inline-block;
    white-space: nowrap
}

.section-container.accordion>.section>.content,
.section-container.accordion>.section>[data-section-content],
.section-container.accordion>[data-section-region]>.content,
.section-container.accordion>[data-section-region]>[data-section-content],
.section-container.accordion>section>.content,
.section-container.accordion>section>[data-section-content],
.section-container.auto>.section>.content,
.section-container.auto>.section>[data-section-content],
.section-container.auto>[data-section-region]>.content,
.section-container.auto>[data-section-region]>[data-section-content],
.section-container.auto>section>.content,
.section-container.auto>section>[data-section-content],
.section-container.horizontal-nav>.section>.content,
.section-container.horizontal-nav>.section>[data-section-content],
.section-container.horizontal-nav>[data-section-region]>.content,
.section-container.horizontal-nav>[data-section-region]>[data-section-content],
.section-container.horizontal-nav>section>.content,
.section-container.horizontal-nav>section>[data-section-content],
.section-container.vertical-nav>.section>.content,
.section-container.vertical-nav>.section>[data-section-content],
.section-container.vertical-nav>[data-section-region]>.content,
.section-container.vertical-nav>[data-section-region]>[data-section-content],
.section-container.vertical-nav>section>.content,
.section-container.vertical-nav>section>[data-section-content],
.section-container.vertical-tabs>.section>.content,
.section-container.vertical-tabs>.section>[data-section-content],
.section-container.vertical-tabs>[data-section-region]>.content,
.section-container.vertical-tabs>[data-section-region]>[data-section-content],
.section-container.vertical-tabs>section>.content,
.section-container.vertical-tabs>section>[data-section-content],
[data-section='']>.section>.content,
[data-section='']>.section>[data-section-content],
[data-section='']>[data-section-region]>.content,
[data-section='']>[data-section-region]>[data-section-content],
[data-section='']>section>.content,
[data-section='']>section>[data-section-content],
[data-section=accordion]>.section>.content,
[data-section=accordion]>.section>[data-section-content],
[data-section=accordion]>[data-section-region]>.content,
[data-section=accordion]>[data-section-region]>[data-section-content],
[data-section=accordion]>section>.content,
[data-section=accordion]>section>[data-section-content],
[data-section=auto]>.section>.content,
[data-section=auto]>.section>[data-section-content],
[data-section=auto]>[data-section-region]>.content,
[data-section=auto]>[data-section-region]>[data-section-content],
[data-section=auto]>section>.content,
[data-section=auto]>section>[data-section-content],
[data-section=horizontal-nav]>.section>.content,
[data-section=horizontal-nav]>.section>[data-section-content],
[data-section=horizontal-nav]>[data-section-region]>.content,
[data-section=horizontal-nav]>[data-section-region]>[data-section-content],
[data-section=horizontal-nav]>section>.content,
[data-section=horizontal-nav]>section>[data-section-content],
[data-section=vertical-nav]>.section>.content,
[data-section=vertical-nav]>.section>[data-section-content],
[data-section=vertical-nav]>[data-section-region]>.content,
[data-section=vertical-nav]>[data-section-region]>[data-section-content],
[data-section=vertical-nav]>section>.content,
[data-section=vertical-nav]>section>[data-section-content],
[data-section=vertical-tabs]>.section>.content,
[data-section=vertical-tabs]>.section>[data-section-content],
[data-section=vertical-tabs]>[data-section-region]>.content,
[data-section=vertical-tabs]>[data-section-region]>[data-section-content],
[data-section=vertical-tabs]>section>.content,
[data-section=vertical-tabs]>section>[data-section-content] {
    display: none
}

.section-container.accordion>.section.active>.content,
.section-container.accordion>.section.active>[data-section-content],
.section-container.accordion>[data-section-region].active>.content,
.section-container.accordion>[data-section-region].active>[data-section-content],
.section-container.accordion>section.active>.content,
.section-container.accordion>section.active>[data-section-content],
.section-container.auto>.section.active>.content,
.section-container.auto>.section.active>[data-section-content],
.section-container.auto>[data-section-region].active>.content,
.section-container.auto>[data-section-region].active>[data-section-content],
.section-container.auto>section.active>.content,
.section-container.auto>section.active>[data-section-content],
.section-container.horizontal-nav>.section.active>.content,
.section-container.horizontal-nav>.section.active>[data-section-content],
.section-container.horizontal-nav>[data-section-region].active>.content,
.section-container.horizontal-nav>[data-section-region].active>[data-section-content],
.section-container.horizontal-nav>section.active>.content,
.section-container.horizontal-nav>section.active>[data-section-content],
.section-container.vertical-nav>.section.active>.content,
.section-container.vertical-nav>.section.active>[data-section-content],
.section-container.vertical-nav>[data-section-region].active>.content,
.section-container.vertical-nav>[data-section-region].active>[data-section-content],
.section-container.vertical-nav>section.active>.content,
.section-container.vertical-nav>section.active>[data-section-content],
.section-container.vertical-tabs>.section.active>.content,
.section-container.vertical-tabs>.section.active>[data-section-content],
.section-container.vertical-tabs>[data-section-region].active>.content,
.section-container.vertical-tabs>[data-section-region].active>[data-section-content],
.section-container.vertical-tabs>section.active>.content,
.section-container.vertical-tabs>section.active>[data-section-content],
[data-section='']>.section.active>.content,
[data-section='']>.section.active>[data-section-content],
[data-section='']>[data-section-region].active>.content,
[data-section='']>[data-section-region].active>[data-section-content],
[data-section='']>section.active>.content,
[data-section='']>section.active>[data-section-content],
[data-section=accordion]>.section.active>.content,
[data-section=accordion]>.section.active>[data-section-content],
[data-section=accordion]>[data-section-region].active>.content,
[data-section=accordion]>[data-section-region].active>[data-section-content],
[data-section=accordion]>section.active>.content,
[data-section=accordion]>section.active>[data-section-content],
[data-section=auto]>.section.active>.content,
[data-section=auto]>.section.active>[data-section-content],
[data-section=auto]>[data-section-region].active>.content,
[data-section=auto]>[data-section-region].active>[data-section-content],
[data-section=auto]>section.active>.content,
[data-section=auto]>section.active>[data-section-content],
[data-section=horizontal-nav]>.section.active>.content,
[data-section=horizontal-nav]>.section.active>[data-section-content],
[data-section=horizontal-nav]>[data-section-region].active>.content,
[data-section=horizontal-nav]>[data-section-region].active>[data-section-content],
[data-section=horizontal-nav]>section.active>.content,
[data-section=horizontal-nav]>section.active>[data-section-content],
[data-section=vertical-nav]>.section.active>.content,
[data-section=vertical-nav]>.section.active>[data-section-content],
[data-section=vertical-nav]>[data-section-region].active>.content,
[data-section=vertical-nav]>[data-section-region].active>[data-section-content],
[data-section=vertical-nav]>section.active>.content,
[data-section=vertical-nav]>section.active>[data-section-content],
[data-section=vertical-tabs]>.section.active>.content,
[data-section=vertical-tabs]>.section.active>[data-section-content],
[data-section=vertical-tabs]>[data-section-region].active>.content,
[data-section=vertical-tabs]>[data-section-region].active>[data-section-content],
[data-section=vertical-tabs]>section.active>.content,
[data-section=vertical-tabs]>section.active>[data-section-content] {
    display: block
}

.section-container.accordion>.section:not(.active),
.section-container.accordion>[data-section-region]:not(.active),
.section-container.accordion>section:not(.active),
.section-container.auto>.section:not(.active),
.section-container.auto>[data-section-region]:not(.active),
.section-container.auto>section:not(.active),
.section-container.horizontal-nav>.section:not(.active),
.section-container.horizontal-nav>[data-section-region]:not(.active),
.section-container.horizontal-nav>section:not(.active),
.section-container.vertical-nav>.section:not(.active),
.section-container.vertical-nav>[data-section-region]:not(.active),
.section-container.vertical-nav>section:not(.active),
.section-container.vertical-tabs>.section:not(.active),
.section-container.vertical-tabs>[data-section-region]:not(.active),
.section-container.vertical-tabs>section:not(.active),
[data-section='']>.section:not(.active),
[data-section='']>[data-section-region]:not(.active),
[data-section='']>section:not(.active),
[data-section=accordion]>.section:not(.active),
[data-section=accordion]>[data-section-region]:not(.active),
[data-section=accordion]>section:not(.active),
[data-section=auto]>.section:not(.active),
[data-section=auto]>[data-section-region]:not(.active),
[data-section=auto]>section:not(.active),
[data-section=horizontal-nav]>.section:not(.active),
[data-section=horizontal-nav]>[data-section-region]:not(.active),
[data-section=horizontal-nav]>section:not(.active),
[data-section=vertical-nav]>.section:not(.active),
[data-section=vertical-nav]>[data-section-region]:not(.active),
[data-section=vertical-nav]>section:not(.active),
[data-section=vertical-tabs]>.section:not(.active),
[data-section=vertical-tabs]>[data-section-region]:not(.active),
[data-section=vertical-tabs]>section:not(.active) {
    padding: 0!important
}

.section-container.accordion>.section>.title,
.section-container.accordion>.section>[data-section-title],
.section-container.accordion>[data-section-region]>.title,
.section-container.accordion>[data-section-region]>[data-section-title],
.section-container.accordion>section>.title,
.section-container.accordion>section>[data-section-title],
.section-container.auto>.section>.title,
.section-container.auto>.section>[data-section-title],
.section-container.auto>[data-section-region]>.title,
.section-container.auto>[data-section-region]>[data-section-title],
.section-container.auto>section>.title,
.section-container.auto>section>[data-section-title],
.section-container.horizontal-nav>.section>.title,
.section-container.horizontal-nav>.section>[data-section-title],
.section-container.horizontal-nav>[data-section-region]>.title,
.section-container.horizontal-nav>[data-section-region]>[data-section-title],
.section-container.horizontal-nav>section>.title,
.section-container.horizontal-nav>section>[data-section-title],
.section-container.vertical-nav>.section>.title,
.section-container.vertical-nav>.section>[data-section-title],
.section-container.vertical-nav>[data-section-region]>.title,
.section-container.vertical-nav>[data-section-region]>[data-section-title],
.section-container.vertical-nav>section>.title,
.section-container.vertical-nav>section>[data-section-title],
.section-container.vertical-tabs>.section>.title,
.section-container.vertical-tabs>.section>[data-section-title],
.section-container.vertical-tabs>[data-section-region]>.title,
.section-container.vertical-tabs>[data-section-region]>[data-section-title],
.section-container.vertical-tabs>section>.title,
.section-container.vertical-tabs>section>[data-section-title],
[data-section='']>.section>.title,
[data-section='']>.section>[data-section-title],
[data-section='']>[data-section-region]>.title,
[data-section='']>[data-section-region]>[data-section-title],
[data-section='']>section>.title,
[data-section='']>section>[data-section-title],
[data-section=accordion]>.section>.title,
[data-section=accordion]>.section>[data-section-title],
[data-section=accordion]>[data-section-region]>.title,
[data-section=accordion]>[data-section-region]>[data-section-title],
[data-section=accordion]>section>.title,
[data-section=accordion]>section>[data-section-title],
[data-section=auto]>.section>.title,
[data-section=auto]>.section>[data-section-title],
[data-section=auto]>[data-section-region]>.title,
[data-section=auto]>[data-section-region]>[data-section-title],
[data-section=auto]>section>.title,
[data-section=auto]>section>[data-section-title],
[data-section=horizontal-nav]>.section>.title,
[data-section=horizontal-nav]>.section>[data-section-title],
[data-section=horizontal-nav]>[data-section-region]>.title,
[data-section=horizontal-nav]>[data-section-region]>[data-section-title],
[data-section=horizontal-nav]>section>.title,
[data-section=horizontal-nav]>section>[data-section-title],
[data-section=vertical-nav]>.section>.title,
[data-section=vertical-nav]>.section>[data-section-title],
[data-section=vertical-nav]>[data-section-region]>.title,
[data-section=vertical-nav]>[data-section-region]>[data-section-title],
[data-section=vertical-nav]>section>.title,
[data-section=vertical-nav]>section>[data-section-title],
[data-section=vertical-tabs]>.section>.title,
[data-section=vertical-tabs]>.section>[data-section-title],
[data-section=vertical-tabs]>[data-section-region]>.title,
[data-section=vertical-tabs]>[data-section-region]>[data-section-title],
[data-section=vertical-tabs]>section>.title,
[data-section=vertical-tabs]>section>[data-section-title] {
    width: 100%
}

.section-container.accordion,
.section-container.auto,
.section-container.horizontal-nav,
.section-container.vertical-nav,
.section-container.vertical-tabs {
    border-top: 1px solid #ededed
}

.section-container.accordion>.section>.title,
.section-container.accordion>section>.title,
.section-container.auto>.section>.title,
.section-container.auto>section>.title,
.section-container.horizontal-nav>.section>.title,
.section-container.horizontal-nav>section>.title,
.section-container.vertical-nav>.section>.title,
.section-container.vertical-nav>section>.title,
.section-container.vertical-tabs>.section>.title,
.section-container.vertical-tabs>section>.title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ededed
}

.section-container.accordion>.section>.title a,
.section-container.accordion>section>.title a,
.section-container.auto>.section>.title a,
.section-container.auto>section>.title a,
.section-container.horizontal-nav>.section>.title a,
.section-container.horizontal-nav>section>.title a,
.section-container.vertical-nav>.section>.title a,
.section-container.vertical-nav>section>.title a,
.section-container.vertical-tabs>.section>.title a,
.section-container.vertical-tabs>section>.title a {
    padding: .9375em;
    color: #333;
    font-size: .875em;
    background: 0 0
}

.section-container.accordion>.section>.title:hover,
.section-container.accordion>section>.title:hover,
.section-container.auto>.section>.title:hover,
.section-container.auto>section>.title:hover,
.section-container.horizontal-nav>.section>.title:hover,
.section-container.horizontal-nav>section>.title:hover,
.section-container.vertical-nav>.section>.title:hover,
.section-container.vertical-nav>section>.title:hover,
.section-container.vertical-tabs>.section>.title:hover,
.section-container.vertical-tabs>section>.title:hover {
    background-color: #e2e2e2
}

.section-container.accordion>.section>.content,
.section-container.accordion>section>.content,
.section-container.auto>.section>.content,
.section-container.auto>section>.content,
.section-container.horizontal-nav>.section>.content,
.section-container.horizontal-nav>section>.content,
.section-container.vertical-nav>.section>.content,
.section-container.vertical-nav>section>.content,
.section-container.vertical-tabs>.section>.content,
.section-container.vertical-tabs>section>.content {
    padding: .9375em;
    background-color: #fff;
    border: solid 1px #ededed
}

.section-container.accordion>.section>.content>:last-child,
.section-container.accordion>section>.content>:last-child,
.section-container.auto>.section>.content>:last-child,
.section-container.auto>section>.content>:last-child,
.section-container.horizontal-nav>.section>.content>:last-child,
.section-container.horizontal-nav>section>.content>:last-child,
.section-container.vertical-nav>.section>.content>:last-child,
.section-container.vertical-nav>section>.content>:last-child,
.section-container.vertical-tabs>.section>.content>:last-child,
.section-container.vertical-tabs>section>.content>:last-child {
    margin-bottom: 0
}

.section-container.accordion>.section>.content>:first-child,
.section-container.accordion>section>.content>:first-child,
.section-container.auto>.section>.content>:first-child,
.section-container.auto>section>.content>:first-child,
.section-container.horizontal-nav>.section>.content>:first-child,
.section-container.horizontal-nav>section>.content>:first-child,
.section-container.vertical-nav>.section>.content>:first-child,
.section-container.vertical-nav>section>.content>:first-child,
.section-container.vertical-tabs>.section>.content>:first-child,
.section-container.vertical-tabs>section>.content>:first-child {
    padding-top: 0
}

.section-container.accordion>.section>.content>:last-child:not(.flex-video),
.section-container.accordion>section>.content>:last-child:not(.flex-video),
.section-container.auto>.section>.content>:last-child:not(.flex-video),
.section-container.auto>section>.content>:last-child:not(.flex-video),
.section-container.horizontal-nav>.section>.content>:last-child:not(.flex-video),
.section-container.horizontal-nav>section>.content>:last-child:not(.flex-video),
.section-container.vertical-nav>.section>.content>:last-child:not(.flex-video),
.section-container.vertical-nav>section>.content>:last-child:not(.flex-video),
.section-container.vertical-tabs>.section>.content>:last-child:not(.flex-video),
.section-container.vertical-tabs>section>.content>:last-child:not(.flex-video) {
    padding-bottom: 0
}

.section-container.accordion>.section.active>.title,
.section-container.accordion>section.active>.title,
.section-container.auto>.section.active>.title,
.section-container.auto>section.active>.title,
.section-container.horizontal-nav>.section.active>.title,
.section-container.horizontal-nav>section.active>.title,
.section-container.vertical-nav>.section.active>.title,
.section-container.vertical-nav>section.active>.title,
.section-container.vertical-tabs>.section.active>.title,
.section-container.vertical-tabs>section.active>.title {
    background: #d5d5d5
}

.section-container.accordion>.section.active>.title a,
.section-container.accordion>section.active>.title a,
.section-container.auto>.section.active>.title a,
.section-container.auto>section.active>.title a,
.section-container.horizontal-nav>.section.active>.title a,
.section-container.horizontal-nav>section.active>.title a,
.section-container.vertical-nav>.section.active>.title a,
.section-container.vertical-nav>section.active>.title a,
.section-container.vertical-tabs>.section.active>.title a,
.section-container.vertical-tabs>section.active>.title a {
    color: #333
}

.section-container.accordion>.section:not(.active),
.section-container.accordion>section:not(.active),
.section-container.auto>.section:not(.active),
.section-container.auto>section:not(.active),
.section-container.horizontal-nav>.section:not(.active),
.section-container.horizontal-nav>section:not(.active),
.section-container.vertical-nav>.section:not(.active),
.section-container.vertical-nav>section:not(.active),
.section-container.vertical-tabs>.section:not(.active),
.section-container.vertical-tabs>section:not(.active) {
    padding: 0!important
}

.section-container.accordion>.section>.title,
.section-container.accordion>section>.title,
.section-container.auto>.section>.title,
.section-container.auto>section>.title,
.section-container.horizontal-nav>.section>.title,
.section-container.horizontal-nav>section>.title,
.section-container.vertical-nav>.section>.title,
.section-container.vertical-nav>section>.title,
.section-container.vertical-tabs>.section>.title,
.section-container.vertical-tabs>section>.title {
    border-top: none
}

.section-container.tabs,
[data-section=tabs] {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em
}

.section-container.tabs:not([data-section-resized]):not([data-section-small-style]),
[data-section=tabs]:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden
}

.section-container.tabs>.section>.title,
.section-container.tabs>.section>[data-section-title],
.section-container.tabs>[data-section-region]>.title,
.section-container.tabs>[data-section-region]>[data-section-title],
.section-container.tabs>section>.title,
.section-container.tabs>section>[data-section-title],
[data-section=tabs]>.section>.title,
[data-section=tabs]>.section>[data-section-title],
[data-section=tabs]>[data-section-region]>.title,
[data-section=tabs]>[data-section-region]>[data-section-title],
[data-section=tabs]>section>.title,
[data-section=tabs]>section>[data-section-title] {
    margin-bottom: 0
}

.section-container.tabs>.section>.title a,
.section-container.tabs>.section>[data-section-title] a,
.section-container.tabs>[data-section-region]>.title a,
.section-container.tabs>[data-section-region]>[data-section-title] a,
.section-container.tabs>section>.title a,
.section-container.tabs>section>[data-section-title] a,
[data-section=tabs]>.section>.title a,
[data-section=tabs]>.section>[data-section-title] a,
[data-section=tabs]>[data-section-region]>.title a,
[data-section=tabs]>[data-section-region]>[data-section-title] a,
[data-section=tabs]>section>.title a,
[data-section=tabs]>section>[data-section-title] a {
    width: 100%;
    display: inline-block;
    white-space: nowrap
}

.section-container.tabs>.section>.content,
.section-container.tabs>.section>[data-section-content],
.section-container.tabs>[data-section-region]>.content,
.section-container.tabs>[data-section-region]>[data-section-content],
.section-container.tabs>section>.content,
.section-container.tabs>section>[data-section-content],
[data-section=tabs]>.section>.content,
[data-section=tabs]>.section>[data-section-content],
[data-section=tabs]>[data-section-region]>.content,
[data-section=tabs]>[data-section-region]>[data-section-content],
[data-section=tabs]>section>.content,
[data-section=tabs]>section>[data-section-content] {
    display: none
}

.section-container.tabs>.section.active>.content,
.section-container.tabs>.section.active>[data-section-content],
.section-container.tabs>[data-section-region].active>.content,
.section-container.tabs>[data-section-region].active>[data-section-content],
.section-container.tabs>section.active>.content,
.section-container.tabs>section.active>[data-section-content],
[data-section=tabs]>.section.active>.content,
[data-section=tabs]>.section.active>[data-section-content],
[data-section=tabs]>[data-section-region].active>.content,
[data-section=tabs]>[data-section-region].active>[data-section-content],
[data-section=tabs]>section.active>.content,
[data-section=tabs]>section.active>[data-section-content] {
    display: block
}

.section-container.tabs>.section:not(.active),
.section-container.tabs>[data-section-region]:not(.active),
.section-container.tabs>section:not(.active),
[data-section=tabs]>.section:not(.active),
[data-section=tabs]>[data-section-region]:not(.active),
[data-section=tabs]>section:not(.active) {
    padding: 0!important
}

.section-container.tabs>.section>.title,
.section-container.tabs>.section>[data-section-title],
.section-container.tabs>[data-section-region]>.title,
.section-container.tabs>[data-section-region]>[data-section-title],
.section-container.tabs>section>.title,
.section-container.tabs>section>[data-section-title],
[data-section=tabs]>.section>.title,
[data-section=tabs]>.section>[data-section-title],
[data-section=tabs]>[data-section-region]>.title,
[data-section=tabs]>[data-section-region]>[data-section-title],
[data-section=tabs]>section>.title,
[data-section=tabs]>section>[data-section-title] {
    width: auto;
    position: absolute;
    top: 0;
    left: 0
}

.section-container.tabs {
    border: none
}

.section-container.tabs>.section>.title,
.section-container.tabs>section>.title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ededed
}

.section-container.tabs>.section>.title a,
.section-container.tabs>section>.title a {
    padding: .9375em;
    color: #333;
    font-size: .875em;
    background: 0 0
}

.section-container.tabs>.section>.title:hover,
.section-container.tabs>section>.title:hover {
    background-color: #e2e2e2
}

.section-container.tabs>.section>.content,
.section-container.tabs>section>.content {
    padding: .9375em;
    background-color: #fff;
    border: solid 1px #ededed
}

.section-container.tabs>.section>.content>:last-child,
.section-container.tabs>section>.content>:last-child {
    margin-bottom: 0
}

.section-container.tabs>.section>.content>:first-child,
.section-container.tabs>section>.content>:first-child {
    padding-top: 0
}

.section-container.tabs>.section>.content>:last-child:not(.flex-video),
.section-container.tabs>section>.content>:last-child:not(.flex-video) {
    padding-bottom: 0
}

.section-container.tabs>.section.active>.title,
.section-container.tabs>section.active>.title {
    background: #fff
}

.section-container.tabs>.section.active>.title a,
.section-container.tabs>section.active>.title a {
    color: #333
}

.section-container.tabs>.section:not(.active),
.section-container.tabs>section:not(.active) {
    padding: 0!important
}

.section-container.tabs>.section.active>.title,
.section-container.tabs>section.active>.title {
    border-bottom: 0
}

@media only screen and (min-width:768px) {
    .section-container.auto,
    [data-section=''],
    [data-section=auto] {
        width: 100%;
        position: relative;
        display: block;
        margin-bottom: 1.25em
    }
    .section-container.auto:not([data-section-resized]):not([data-section-small-style]),
    [data-section='']:not([data-section-resized]):not([data-section-small-style]),
    [data-section=auto]:not([data-section-resized]):not([data-section-small-style]) {
        visibility: hidden
    }
    .section-container.auto>.section>.title,
    .section-container.auto>.section>[data-section-title],
    .section-container.auto>[data-section-region]>.title,
    .section-container.auto>[data-section-region]>[data-section-title],
    .section-container.auto>section>.title,
    .section-container.auto>section>[data-section-title],
    [data-section='']>.section>.title,
    [data-section='']>.section>[data-section-title],
    [data-section='']>[data-section-region]>.title,
    [data-section='']>[data-section-region]>[data-section-title],
    [data-section='']>section>.title,
    [data-section='']>section>[data-section-title],
    [data-section=auto]>.section>.title,
    [data-section=auto]>.section>[data-section-title],
    [data-section=auto]>[data-section-region]>.title,
    [data-section=auto]>[data-section-region]>[data-section-title],
    [data-section=auto]>section>.title,
    [data-section=auto]>section>[data-section-title] {
        margin-bottom: 0
    }
    .section-container.auto>.section>.title a,
    .section-container.auto>.section>[data-section-title] a,
    .section-container.auto>[data-section-region]>.title a,
    .section-container.auto>[data-section-region]>[data-section-title] a,
    .section-container.auto>section>.title a,
    .section-container.auto>section>[data-section-title] a,
    [data-section='']>.section>.title a,
    [data-section='']>.section>[data-section-title] a,
    [data-section='']>[data-section-region]>.title a,
    [data-section='']>[data-section-region]>[data-section-title] a,
    [data-section='']>section>.title a,
    [data-section='']>section>[data-section-title] a,
    [data-section=auto]>.section>.title a,
    [data-section=auto]>.section>[data-section-title] a,
    [data-section=auto]>[data-section-region]>.title a,
    [data-section=auto]>[data-section-region]>[data-section-title] a,
    [data-section=auto]>section>.title a,
    [data-section=auto]>section>[data-section-title] a {
        width: 100%;
        display: inline-block;
        white-space: nowrap
    }
    .section-container.auto>.section>.content,
    .section-container.auto>.section>[data-section-content],
    .section-container.auto>[data-section-region]>.content,
    .section-container.auto>[data-section-region]>[data-section-content],
    .section-container.auto>section>.content,
    .section-container.auto>section>[data-section-content],
    [data-section='']>.section>.content,
    [data-section='']>.section>[data-section-content],
    [data-section='']>[data-section-region]>.content,
    [data-section='']>[data-section-region]>[data-section-content],
    [data-section='']>section>.content,
    [data-section='']>section>[data-section-content],
    [data-section=auto]>.section>.content,
    [data-section=auto]>.section>[data-section-content],
    [data-section=auto]>[data-section-region]>.content,
    [data-section=auto]>[data-section-region]>[data-section-content],
    [data-section=auto]>section>.content,
    [data-section=auto]>section>[data-section-content] {
        display: none
    }
    .section-container.auto>.section.active>.content,
    .section-container.auto>.section.active>[data-section-content],
    .section-container.auto>[data-section-region].active>.content,
    .section-container.auto>[data-section-region].active>[data-section-content],
    .section-container.auto>section.active>.content,
    .section-container.auto>section.active>[data-section-content],
    [data-section='']>.section.active>.content,
    [data-section='']>.section.active>[data-section-content],
    [data-section='']>[data-section-region].active>.content,
    [data-section='']>[data-section-region].active>[data-section-content],
    [data-section='']>section.active>.content,
    [data-section='']>section.active>[data-section-content],
    [data-section=auto]>.section.active>.content,
    [data-section=auto]>.section.active>[data-section-content],
    [data-section=auto]>[data-section-region].active>.content,
    [data-section=auto]>[data-section-region].active>[data-section-content],
    [data-section=auto]>section.active>.content,
    [data-section=auto]>section.active>[data-section-content] {
        display: block
    }
    .section-container.auto>.section:not(.active),
    .section-container.auto>[data-section-region]:not(.active),
    .section-container.auto>section:not(.active),
    [data-section='']>.section:not(.active),
    [data-section='']>[data-section-region]:not(.active),
    [data-section='']>section:not(.active),
    [data-section=auto]>.section:not(.active),
    [data-section=auto]>[data-section-region]:not(.active),
    [data-section=auto]>section:not(.active) {
        padding: 0!important
    }
    .section-container.auto>.section>.title,
    .section-container.auto>.section>[data-section-title],
    .section-container.auto>[data-section-region]>.title,
    .section-container.auto>[data-section-region]>[data-section-title],
    .section-container.auto>section>.title,
    .section-container.auto>section>[data-section-title],
    [data-section='']>.section>.title,
    [data-section='']>.section>[data-section-title],
    [data-section='']>[data-section-region]>.title,
    [data-section='']>[data-section-region]>[data-section-title],
    [data-section='']>section>.title,
    [data-section='']>section>[data-section-title],
    [data-section=auto]>.section>.title,
    [data-section=auto]>.section>[data-section-title],
    [data-section=auto]>[data-section-region]>.title,
    [data-section=auto]>[data-section-region]>[data-section-title],
    [data-section=auto]>section>.title,
    [data-section=auto]>section>[data-section-title] {
        width: auto;
        position: absolute;
        top: 0;
        left: 0
    }
    .section-container.auto {
        border: none
    }
    .section-container.auto>.section>.title,
    .section-container.auto>section>.title {
        background-color: #efefef;
        cursor: pointer;
        border: solid 1px #ededed
    }
    .section-container.auto>.section>.title a,
    .section-container.auto>section>.title a {
        padding: .9375em;
        color: #333;
        font-size: .875em;
        background: 0 0
    }
    .section-container.auto>.section>.title:hover,
    .section-container.auto>section>.title:hover {
        background-color: #e2e2e2
    }
    .section-container.auto>.section>.content,
    .section-container.auto>section>.content {
        padding: .9375em;
        background-color: #fff;
        border: solid 1px #ededed
    }
    .section-container.auto>.section>.content>:last-child,
    .section-container.auto>section>.content>:last-child {
        margin-bottom: 0
    }
    .section-container.auto>.section>.content>:first-child,
    .section-container.auto>section>.content>:first-child {
        padding-top: 0
    }
    .section-container.auto>.section>.content>:last-child:not(.flex-video),
    .section-container.auto>section>.content>:last-child:not(.flex-video) {
        padding-bottom: 0
    }
    .section-container.auto>.section.active>.title,
    .section-container.auto>section.active>.title {
        background: #fff
    }
    .section-container.auto>.section.active>.title a,
    .section-container.auto>section.active>.title a {
        color: #333
    }
    .section-container.auto>.section:not(.active),
    .section-container.auto>section:not(.active) {
        padding: 0!important
    }
    .section-container.auto>.section.active>.title,
    .section-container.auto>section.active>.title {
        border-bottom: 0
    }
    .section-container.vertical-tabs,
    [data-section=vertical-tabs] {
        width: 100%;
        position: relative;
        display: block;
        margin-bottom: 1.25em
    }
    .section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]),
    [data-section=vertical-tabs]:not([data-section-resized]):not([data-section-small-style]) {
        visibility: hidden
    }
    .section-container.vertical-tabs[data-section-small-style],
    [data-section=vertical-tabs][data-section-small-style] {
        width: 100%!important
    }
    .section-container.vertical-tabs[data-section-small-style]>.section,
    .section-container.vertical-tabs[data-section-small-style]>[data-section-region],
    .section-container.vertical-tabs[data-section-small-style]>section,
    [data-section=vertical-tabs][data-section-small-style]>.section,
    [data-section=vertical-tabs][data-section-small-style]>[data-section-region],
    [data-section=vertical-tabs][data-section-small-style]>section {
        padding: 0!important;
        margin: 0!important
    }
    .section-container.vertical-tabs[data-section-small-style]>.section>.title,
    .section-container.vertical-tabs[data-section-small-style]>.section>[data-section-title],
    .section-container.vertical-tabs[data-section-small-style]>[data-section-region]>.title,
    .section-container.vertical-tabs[data-section-small-style]>[data-section-region]>[data-section-title],
    .section-container.vertical-tabs[data-section-small-style]>section>.title,
    .section-container.vertical-tabs[data-section-small-style]>section>[data-section-title],
    [data-section=vertical-tabs][data-section-small-style]>.section>.title,
    [data-section=vertical-tabs][data-section-small-style]>.section>[data-section-title],
    [data-section=vertical-tabs][data-section-small-style]>[data-section-region]>.title,
    [data-section=vertical-tabs][data-section-small-style]>[data-section-region]>[data-section-title],
    [data-section=vertical-tabs][data-section-small-style]>section>.title,
    [data-section=vertical-tabs][data-section-small-style]>section>[data-section-title] {
        width: 100%!important
    }
    .section-container.vertical-tabs>.section>.title,
    .section-container.vertical-tabs>.section>[data-section-title],
    .section-container.vertical-tabs>[data-section-region]>.title,
    .section-container.vertical-tabs>[data-section-region]>[data-section-title],
    .section-container.vertical-tabs>section>.title,
    .section-container.vertical-tabs>section>[data-section-title],
    [data-section=vertical-tabs]>.section>.title,
    [data-section=vertical-tabs]>.section>[data-section-title],
    [data-section=vertical-tabs]>[data-section-region]>.title,
    [data-section=vertical-tabs]>[data-section-region]>[data-section-title],
    [data-section=vertical-tabs]>section>.title,
    [data-section=vertical-tabs]>section>[data-section-title] {
        margin-bottom: 0
    }
    .section-container.vertical-tabs>.section>.title a,
    .section-container.vertical-tabs>.section>[data-section-title] a,
    .section-container.vertical-tabs>[data-section-region]>.title a,
    .section-container.vertical-tabs>[data-section-region]>[data-section-title] a,
    .section-container.vertical-tabs>section>.title a,
    .section-container.vertical-tabs>section>[data-section-title] a,
    [data-section=vertical-tabs]>.section>.title a,
    [data-section=vertical-tabs]>.section>[data-section-title] a,
    [data-section=vertical-tabs]>[data-section-region]>.title a,
    [data-section=vertical-tabs]>[data-section-region]>[data-section-title] a,
    [data-section=vertical-tabs]>section>.title a,
    [data-section=vertical-tabs]>section>[data-section-title] a {
        width: 100%;
        display: inline-block;
        white-space: nowrap
    }
    .section-container.vertical-tabs>.section>.content,
    .section-container.vertical-tabs>.section>[data-section-content],
    .section-container.vertical-tabs>[data-section-region]>.content,
    .section-container.vertical-tabs>[data-section-region]>[data-section-content],
    .section-container.vertical-tabs>section>.content,
    .section-container.vertical-tabs>section>[data-section-content],
    [data-section=vertical-tabs]>.section>.content,
    [data-section=vertical-tabs]>.section>[data-section-content],
    [data-section=vertical-tabs]>[data-section-region]>.content,
    [data-section=vertical-tabs]>[data-section-region]>[data-section-content],
    [data-section=vertical-tabs]>section>.content,
    [data-section=vertical-tabs]>section>[data-section-content] {
        display: none
    }
    .section-container.vertical-tabs>.section.active>.content,
    .section-container.vertical-tabs>.section.active>[data-section-content],
    .section-container.vertical-tabs>[data-section-region].active>.content,
    .section-container.vertical-tabs>[data-section-region].active>[data-section-content],
    .section-container.vertical-tabs>section.active>.content,
    .section-container.vertical-tabs>section.active>[data-section-content],
    [data-section=vertical-tabs]>.section.active>.content,
    [data-section=vertical-tabs]>.section.active>[data-section-content],
    [data-section=vertical-tabs]>[data-section-region].active>.content,
    [data-section=vertical-tabs]>[data-section-region].active>[data-section-content],
    [data-section=vertical-tabs]>section.active>.content,
    [data-section=vertical-tabs]>section.active>[data-section-content] {
        display: block
    }
    .section-container.vertical-tabs>.section:not(.active),
    .section-container.vertical-tabs>[data-section-region]:not(.active),
    .section-container.vertical-tabs>section:not(.active),
    [data-section=vertical-tabs]>.section:not(.active),
    [data-section=vertical-tabs]>[data-section-region]:not(.active),
    [data-section=vertical-tabs]>section:not(.active) {
        padding: 0!important
    }
    .section-container.vertical-tabs>.section>.title,
    .section-container.vertical-tabs>.section>[data-section-title],
    .section-container.vertical-tabs>[data-section-region]>.title,
    .section-container.vertical-tabs>[data-section-region]>[data-section-title],
    .section-container.vertical-tabs>section>.title,
    .section-container.vertical-tabs>section>[data-section-title],
    [data-section=vertical-tabs]>.section>.title,
    [data-section=vertical-tabs]>.section>[data-section-title],
    [data-section=vertical-tabs]>[data-section-region]>.title,
    [data-section=vertical-tabs]>[data-section-region]>[data-section-title],
    [data-section=vertical-tabs]>section>.title,
    [data-section=vertical-tabs]>section>[data-section-title] {
        position: absolute;
        top: 0;
        left: 0;
        width: 12.5em
    }
    .section-container.vertical-tabs>.section.active,
    .section-container.vertical-tabs>[data-section-region].active,
    .section-container.vertical-tabs>section.active,
    [data-section=vertical-tabs]>.section.active,
    [data-section=vertical-tabs]>[data-section-region].active,
    [data-section=vertical-tabs]>section.active {
        padding-left: 12.5em
    }
    .section-container.vertical-tabs>.section.active>.title,
    .section-container.vertical-tabs>.section.active>[data-section-title],
    .section-container.vertical-tabs>[data-section-region].active>.title,
    .section-container.vertical-tabs>[data-section-region].active>[data-section-title],
    .section-container.vertical-tabs>section.active>.title,
    .section-container.vertical-tabs>section.active>[data-section-title],
    [data-section=vertical-tabs]>.section.active>.title,
    [data-section=vertical-tabs]>.section.active>[data-section-title],
    [data-section=vertical-tabs]>[data-section-region].active>.title,
    [data-section=vertical-tabs]>[data-section-region].active>[data-section-title],
    [data-section=vertical-tabs]>section.active>.title,
    [data-section=vertical-tabs]>section.active>[data-section-title] {
        width: 12.5em
    }
    .section-container.vertical-tabs {
        border: none
    }
    .section-container.vertical-tabs>.section>.title,
    .section-container.vertical-tabs>section>.title {
        background-color: #efefef;
        cursor: pointer;
        border: solid 1px #ededed
    }
    .section-container.vertical-tabs>.section>.title a,
    .section-container.vertical-tabs>section>.title a {
        padding: .9375em;
        color: #333;
        font-size: .875em;
        background: 0 0
    }
    .section-container.vertical-tabs>.section>.title:hover,
    .section-container.vertical-tabs>section>.title:hover {
        background-color: #e2e2e2
    }
    .section-container.vertical-tabs>.section>.content,
    .section-container.vertical-tabs>section>.content {
        padding: .9375em;
        background-color: #fff;
        border: solid 1px #ededed
    }
    .section-container.vertical-tabs>.section>.content>:last-child,
    .section-container.vertical-tabs>section>.content>:last-child {
        margin-bottom: 0
    }
    .section-container.vertical-tabs>.section>.content>:first-child,
    .section-container.vertical-tabs>section>.content>:first-child {
        padding-top: 0
    }
    .section-container.vertical-tabs>.section>.content>:last-child:not(.flex-video),
    .section-container.vertical-tabs>section>.content>:last-child:not(.flex-video) {
        padding-bottom: 0
    }
    .section-container.vertical-tabs>.section.active>.title,
    .section-container.vertical-tabs>section.active>.title {
        background: #d5d5d5
    }
    .section-container.vertical-tabs>.section.active>.title a,
    .section-container.vertical-tabs>section.active>.title a {
        color: #333
    }
    .section-container.vertical-tabs>.section:not(.active),
    .section-container.vertical-tabs>section:not(.active) {
        padding: 0!important
    }
    .section-container.vertical-tabs>.section.active,
    .section-container.vertical-tabs>section.active {
        padding-left: 12.4375em
    }
    .section-container.vertical-tabs>.section.active>.title,
    .section-container.vertical-tabs>section.active>.title {
        background-color: #d5d5d5
    }
    .section-container.vertical-nav,
    [data-section=vertical-nav] {
        width: 100%;
        position: relative;
        display: block;
        margin-bottom: 1.25em
    }
    .section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]),
    [data-section=vertical-nav]:not([data-section-resized]):not([data-section-small-style]) {
        visibility: hidden
    }
    .section-container.vertical-nav[data-section-small-style],
    [data-section=vertical-nav][data-section-small-style] {
        width: 100%!important
    }
    .section-container.vertical-nav[data-section-small-style]>.section,
    .section-container.vertical-nav[data-section-small-style]>[data-section-region],
    .section-container.vertical-nav[data-section-small-style]>section,
    [data-section=vertical-nav][data-section-small-style]>.section,
    [data-section=vertical-nav][data-section-small-style]>[data-section-region],
    [data-section=vertical-nav][data-section-small-style]>section {
        padding: 0!important;
        margin: 0!important
    }
    .section-container.vertical-nav[data-section-small-style]>.section>.title,
    .section-container.vertical-nav[data-section-small-style]>.section>[data-section-title],
    .section-container.vertical-nav[data-section-small-style]>[data-section-region]>.title,
    .section-container.vertical-nav[data-section-small-style]>[data-section-region]>[data-section-title],
    .section-container.vertical-nav[data-section-small-style]>section>.title,
    .section-container.vertical-nav[data-section-small-style]>section>[data-section-title],
    [data-section=vertical-nav][data-section-small-style]>.section>.title,
    [data-section=vertical-nav][data-section-small-style]>.section>[data-section-title],
    [data-section=vertical-nav][data-section-small-style]>[data-section-region]>.title,
    [data-section=vertical-nav][data-section-small-style]>[data-section-region]>[data-section-title],
    [data-section=vertical-nav][data-section-small-style]>section>.title,
    [data-section=vertical-nav][data-section-small-style]>section>[data-section-title] {
        width: 100%!important
    }
    .section-container.vertical-nav>.section,
    .section-container.vertical-nav>[data-section-region],
    .section-container.vertical-nav>section,
    [data-section=vertical-nav]>.section,
    [data-section=vertical-nav]>[data-section-region],
    [data-section=vertical-nav]>section {
        position: relative;
        display: inline-block
    }
    .section-container.vertical-nav>.section>.title,
    .section-container.vertical-nav>.section>[data-section-title],
    .section-container.vertical-nav>[data-section-region]>.title,
    .section-container.vertical-nav>[data-section-region]>[data-section-title],
    .section-container.vertical-nav>section>.title,
    .section-container.vertical-nav>section>[data-section-title],
    [data-section=vertical-nav]>.section>.title,
    [data-section=vertical-nav]>.section>[data-section-title],
    [data-section=vertical-nav]>[data-section-region]>.title,
    [data-section=vertical-nav]>[data-section-region]>[data-section-title],
    [data-section=vertical-nav]>section>.title,
    [data-section=vertical-nav]>section>[data-section-title] {
        margin-bottom: 0
    }
    .section-container.vertical-nav>.section>.title a,
    .section-container.vertical-nav>.section>[data-section-title] a,
    .section-container.vertical-nav>[data-section-region]>.title a,
    .section-container.vertical-nav>[data-section-region]>[data-section-title] a,
    .section-container.vertical-nav>section>.title a,
    .section-container.vertical-nav>section>[data-section-title] a,
    [data-section=vertical-nav]>.section>.title a,
    [data-section=vertical-nav]>.section>[data-section-title] a,
    [data-section=vertical-nav]>[data-section-region]>.title a,
    [data-section=vertical-nav]>[data-section-region]>[data-section-title] a,
    [data-section=vertical-nav]>section>.title a,
    [data-section=vertical-nav]>section>[data-section-title] a {
        width: 100%;
        display: inline-block;
        white-space: nowrap
    }
    .section-container.vertical-nav>.section>.content,
    .section-container.vertical-nav>.section>[data-section-content],
    .section-container.vertical-nav>[data-section-region]>.content,
    .section-container.vertical-nav>[data-section-region]>[data-section-content],
    .section-container.vertical-nav>section>.content,
    .section-container.vertical-nav>section>[data-section-content],
    [data-section=vertical-nav]>.section>.content,
    [data-section=vertical-nav]>.section>[data-section-content],
    [data-section=vertical-nav]>[data-section-region]>.content,
    [data-section=vertical-nav]>[data-section-region]>[data-section-content],
    [data-section=vertical-nav]>section>.content,
    [data-section=vertical-nav]>section>[data-section-content] {
        display: none
    }
    .section-container.vertical-nav>.section.active>.content,
    .section-container.vertical-nav>.section.active>[data-section-content],
    .section-container.vertical-nav>[data-section-region].active>.content,
    .section-container.vertical-nav>[data-section-region].active>[data-section-content],
    .section-container.vertical-nav>section.active>.content,
    .section-container.vertical-nav>section.active>[data-section-content],
    [data-section=vertical-nav]>.section.active>.content,
    [data-section=vertical-nav]>.section.active>[data-section-content],
    [data-section=vertical-nav]>[data-section-region].active>.content,
    [data-section=vertical-nav]>[data-section-region].active>[data-section-content],
    [data-section=vertical-nav]>section.active>.content,
    [data-section=vertical-nav]>section.active>[data-section-content] {
        display: block
    }
    .section-container.vertical-nav>.section:not(.active),
    .section-container.vertical-nav>[data-section-region]:not(.active),
    .section-container.vertical-nav>section:not(.active),
    [data-section=vertical-nav]>.section:not(.active),
    [data-section=vertical-nav]>[data-section-region]:not(.active),
    [data-section=vertical-nav]>section:not(.active) {
        padding: 0!important
    }
    .section-container.vertical-nav>.section>.title,
    .section-container.vertical-nav>.section>[data-section-title],
    .section-container.vertical-nav>[data-section-region]>.title,
    .section-container.vertical-nav>[data-section-region]>[data-section-title],
    .section-container.vertical-nav>section>.title,
    .section-container.vertical-nav>section>[data-section-title],
    [data-section=vertical-nav]>.section>.title,
    [data-section=vertical-nav]>.section>[data-section-title],
    [data-section=vertical-nav]>[data-section-region]>.title,
    [data-section=vertical-nav]>[data-section-region]>[data-section-title],
    [data-section=vertical-nav]>section>.title,
    [data-section=vertical-nav]>section>[data-section-title] {
        position: static;
        width: auto
    }
    .section-container.vertical-nav>.section>.title a,
    .section-container.vertical-nav>.section>[data-section-title] a,
    .section-container.vertical-nav>[data-section-region]>.title a,
    .section-container.vertical-nav>[data-section-region]>[data-section-title] a,
    .section-container.vertical-nav>section>.title a,
    .section-container.vertical-nav>section>[data-section-title] a,
    [data-section=vertical-nav]>.section>.title a,
    [data-section=vertical-nav]>.section>[data-section-title] a,
    [data-section=vertical-nav]>[data-section-region]>.title a,
    [data-section=vertical-nav]>[data-section-region]>[data-section-title] a,
    [data-section=vertical-nav]>section>.title a,
    [data-section=vertical-nav]>section>[data-section-title] a {
        display: block
    }
    .section-container.vertical-nav>.section>.content,
    .section-container.vertical-nav>.section>[data-section-content],
    .section-container.vertical-nav>[data-section-region]>.content,
    .section-container.vertical-nav>[data-section-region]>[data-section-content],
    .section-container.vertical-nav>section>.content,
    .section-container.vertical-nav>section>[data-section-content],
    [data-section=vertical-nav]>.section>.content,
    [data-section=vertical-nav]>.section>[data-section-content],
    [data-section=vertical-nav]>[data-section-region]>.content,
    [data-section=vertical-nav]>[data-section-region]>[data-section-content],
    [data-section=vertical-nav]>section>.content,
    [data-section=vertical-nav]>section>[data-section-content] {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        min-width: 12.5em
    }
    .section-container.vertical-nav {
        border: none
    }
    .section-container.vertical-nav>.section>.title,
    .section-container.vertical-nav>section>.title {
        background-color: #efefef;
        cursor: pointer;
        border: solid 1px #ededed
    }
    .section-container.vertical-nav>.section>.title a,
    .section-container.vertical-nav>section>.title a {
        padding: .9375em;
        color: #333;
        font-size: .875em;
        background: 0 0
    }
    .section-container.vertical-nav>.section>.title:hover,
    .section-container.vertical-nav>section>.title:hover {
        background-color: #e2e2e2
    }
    .section-container.vertical-nav>.section>.content,
    .section-container.vertical-nav>section>.content {
        padding: .9375em;
        background-color: #fff;
        border: solid 1px #ededed
    }
    .section-container.vertical-nav>.section>.content>:last-child,
    .section-container.vertical-nav>section>.content>:last-child {
        margin-bottom: 0
    }
    .section-container.vertical-nav>.section>.content>:first-child,
    .section-container.vertical-nav>section>.content>:first-child {
        padding-top: 0
    }
    .section-container.vertical-nav>.section>.content>:last-child:not(.flex-video),
    .section-container.vertical-nav>section>.content>:last-child:not(.flex-video) {
        padding-bottom: 0
    }
    .section-container.vertical-nav>.section.active>.title,
    .section-container.vertical-nav>section.active>.title {
        background: #d5d5d5
    }
    .section-container.vertical-nav>.section.active>.title a,
    .section-container.vertical-nav>section.active>.title a {
        color: #333
    }
    .section-container.vertical-nav>.section:not(.active),
    .section-container.vertical-nav>section:not(.active) {
        padding: 0!important
    }
    .section-container.horizontal-nav,
    [data-section=horizontal-nav] {
        width: 100%;
        position: relative;
        display: block;
        margin-bottom: 1.25em
    }
    .section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]),
    [data-section=horizontal-nav]:not([data-section-resized]):not([data-section-small-style]) {
        visibility: hidden
    }
    .section-container.horizontal-nav[data-section-small-style],
    [data-section=horizontal-nav][data-section-small-style] {
        width: 100%!important
    }
    .section-container.horizontal-nav[data-section-small-style]>.section,
    .section-container.horizontal-nav[data-section-small-style]>[data-section-region],
    .section-container.horizontal-nav[data-section-small-style]>section,
    [data-section=horizontal-nav][data-section-small-style]>.section,
    [data-section=horizontal-nav][data-section-small-style]>[data-section-region],
    [data-section=horizontal-nav][data-section-small-style]>section {
        padding: 0!important;
        margin: 0!important
    }
    .section-container.horizontal-nav[data-section-small-style]>.section>.title,
    .section-container.horizontal-nav[data-section-small-style]>.section>[data-section-title],
    .section-container.horizontal-nav[data-section-small-style]>[data-section-region]>.title,
    .section-container.horizontal-nav[data-section-small-style]>[data-section-region]>[data-section-title],
    .section-container.horizontal-nav[data-section-small-style]>section>.title,
    .section-container.horizontal-nav[data-section-small-style]>section>[data-section-title],
    [data-section=horizontal-nav][data-section-small-style]>.section>.title,
    [data-section=horizontal-nav][data-section-small-style]>.section>[data-section-title],
    [data-section=horizontal-nav][data-section-small-style]>[data-section-region]>.title,
    [data-section=horizontal-nav][data-section-small-style]>[data-section-region]>[data-section-title],
    [data-section=horizontal-nav][data-section-small-style]>section>.title,
    [data-section=horizontal-nav][data-section-small-style]>section>[data-section-title] {
        width: 100%!important
    }
    .section-container.horizontal-nav>.section,
    .section-container.horizontal-nav>[data-section-region],
    .section-container.horizontal-nav>section,
    [data-section=horizontal-nav]>.section,
    [data-section=horizontal-nav]>[data-section-region],
    [data-section=horizontal-nav]>section {
        position: relative;
        float: left
    }
    .section-container.horizontal-nav>.section>.title,
    .section-container.horizontal-nav>.section>[data-section-title],
    .section-container.horizontal-nav>[data-section-region]>.title,
    .section-container.horizontal-nav>[data-section-region]>[data-section-title],
    .section-container.horizontal-nav>section>.title,
    .section-container.horizontal-nav>section>[data-section-title],
    [data-section=horizontal-nav]>.section>.title,
    [data-section=horizontal-nav]>.section>[data-section-title],
    [data-section=horizontal-nav]>[data-section-region]>.title,
    [data-section=horizontal-nav]>[data-section-region]>[data-section-title],
    [data-section=horizontal-nav]>section>.title,
    [data-section=horizontal-nav]>section>[data-section-title] {
        margin-bottom: 0
    }
    .section-container.horizontal-nav>.section>.title a,
    .section-container.horizontal-nav>.section>[data-section-title] a,
    .section-container.horizontal-nav>[data-section-region]>.title a,
    .section-container.horizontal-nav>[data-section-region]>[data-section-title] a,
    .section-container.horizontal-nav>section>.title a,
    .section-container.horizontal-nav>section>[data-section-title] a,
    [data-section=horizontal-nav]>.section>.title a,
    [data-section=horizontal-nav]>.section>[data-section-title] a,
    [data-section=horizontal-nav]>[data-section-region]>.title a,
    [data-section=horizontal-nav]>[data-section-region]>[data-section-title] a,
    [data-section=horizontal-nav]>section>.title a,
    [data-section=horizontal-nav]>section>[data-section-title] a {
        width: 100%;
        display: inline-block;
        white-space: nowrap
    }
    .section-container.horizontal-nav>.section>.content,
    .section-container.horizontal-nav>.section>[data-section-content],
    .section-container.horizontal-nav>[data-section-region]>.content,
    .section-container.horizontal-nav>[data-section-region]>[data-section-content],
    .section-container.horizontal-nav>section>.content,
    .section-container.horizontal-nav>section>[data-section-content],
    [data-section=horizontal-nav]>.section>.content,
    [data-section=horizontal-nav]>.section>[data-section-content],
    [data-section=horizontal-nav]>[data-section-region]>.content,
    [data-section=horizontal-nav]>[data-section-region]>[data-section-content],
    [data-section=horizontal-nav]>section>.content,
    [data-section=horizontal-nav]>section>[data-section-content] {
        display: none
    }
    .section-container.horizontal-nav>.section.active>.content,
    .section-container.horizontal-nav>.section.active>[data-section-content],
    .section-container.horizontal-nav>[data-section-region].active>.content,
    .section-container.horizontal-nav>[data-section-region].active>[data-section-content],
    .section-container.horizontal-nav>section.active>.content,
    .section-container.horizontal-nav>section.active>[data-section-content],
    [data-section=horizontal-nav]>.section.active>.content,
    [data-section=horizontal-nav]>.section.active>[data-section-content],
    [data-section=horizontal-nav]>[data-section-region].active>.content,
    [data-section=horizontal-nav]>[data-section-region].active>[data-section-content],
    [data-section=horizontal-nav]>section.active>.content,
    [data-section=horizontal-nav]>section.active>[data-section-content] {
        display: block
    }
    .section-container.horizontal-nav>.section:not(.active),
    .section-container.horizontal-nav>[data-section-region]:not(.active),
    .section-container.horizontal-nav>section:not(.active),
    [data-section=horizontal-nav]>.section:not(.active),
    [data-section=horizontal-nav]>[data-section-region]:not(.active),
    [data-section=horizontal-nav]>section:not(.active) {
        padding: 0!important
    }
    .section-container.horizontal-nav>.section>.title,
    .section-container.horizontal-nav>.section>[data-section-title],
    .section-container.horizontal-nav>[data-section-region]>.title,
    .section-container.horizontal-nav>[data-section-region]>[data-section-title],
    .section-container.horizontal-nav>section>.title,
    .section-container.horizontal-nav>section>[data-section-title],
    [data-section=horizontal-nav]>.section>.title,
    [data-section=horizontal-nav]>.section>[data-section-title],
    [data-section=horizontal-nav]>[data-section-region]>.title,
    [data-section=horizontal-nav]>[data-section-region]>[data-section-title],
    [data-section=horizontal-nav]>section>.title,
    [data-section=horizontal-nav]>section>[data-section-title] {
        position: static;
        width: auto
    }
    .section-container.horizontal-nav>.section>.title a,
    .section-container.horizontal-nav>.section>[data-section-title] a,
    .section-container.horizontal-nav>[data-section-region]>.title a,
    .section-container.horizontal-nav>[data-section-region]>[data-section-title] a,
    .section-container.horizontal-nav>section>.title a,
    .section-container.horizontal-nav>section>[data-section-title] a,
    [data-section=horizontal-nav]>.section>.title a,
    [data-section=horizontal-nav]>.section>[data-section-title] a,
    [data-section=horizontal-nav]>[data-section-region]>.title a,
    [data-section=horizontal-nav]>[data-section-region]>[data-section-title] a,
    [data-section=horizontal-nav]>section>.title a,
    [data-section=horizontal-nav]>section>[data-section-title] a {
        display: block
    }
    .section-container.horizontal-nav>.section>.content,
    .section-container.horizontal-nav>.section>[data-section-content],
    .section-container.horizontal-nav>[data-section-region]>.content,
    .section-container.horizontal-nav>[data-section-region]>[data-section-content],
    .section-container.horizontal-nav>section>.content,
    .section-container.horizontal-nav>section>[data-section-content],
    [data-section=horizontal-nav]>.section>.content,
    [data-section=horizontal-nav]>.section>[data-section-content],
    [data-section=horizontal-nav]>[data-section-region]>.content,
    [data-section=horizontal-nav]>[data-section-region]>[data-section-content],
    [data-section=horizontal-nav]>section>.content,
    [data-section=horizontal-nav]>section>[data-section-content] {
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        min-width: 12.5em
    }
    .section-container.horizontal-nav {
        background: #efefef;
        border: 1px solid #ededed
    }
    .section-container.horizontal-nav>.section>.title,
    .section-container.horizontal-nav>section>.title {
        background-color: #efefef;
        cursor: pointer;
        border: solid 1px #ededed
    }
    .section-container.horizontal-nav>.section>.title a,
    .section-container.horizontal-nav>section>.title a {
        padding: .9375em;
        color: #333;
        font-size: .875em;
        background: 0 0
    }
    .section-container.horizontal-nav>.section>.title:hover,
    .section-container.horizontal-nav>section>.title:hover {
        background-color: #e2e2e2
    }
    .section-container.horizontal-nav>.section>.content,
    .section-container.horizontal-nav>section>.content {
        padding: .9375em;
        background-color: #fff;
        border: solid 1px #ededed
    }
    .section-container.horizontal-nav>.section>.content>:last-child,
    .section-container.horizontal-nav>section>.content>:last-child {
        margin-bottom: 0
    }
    .section-container.horizontal-nav>.section>.content>:first-child,
    .section-container.horizontal-nav>section>.content>:first-child {
        padding-top: 0
    }
    .section-container.horizontal-nav>.section>.content>:last-child:not(.flex-video),
    .section-container.horizontal-nav>section>.content>:last-child:not(.flex-video) {
        padding-bottom: 0
    }
    .section-container.horizontal-nav>.section.active>.title,
    .section-container.horizontal-nav>section.active>.title {
        background: #d5d5d5
    }
    .section-container.horizontal-nav>.section.active>.title a,
    .section-container.horizontal-nav>section.active>.title a {
        color: #333
    }
    .section-container.horizontal-nav>.section:not(.active),
    .section-container.horizontal-nav>section:not(.active) {
        padding: 0!important
    }
}

.no-js .section-container,
.no-js [data-section] {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em
}

.no-js .section-container[data-section-small-style],
.no-js [data-section][data-section-small-style] {
    width: 100%!important
}

.no-js .section-container[data-section-small-style]>.section,
.no-js .section-container[data-section-small-style]>[data-section-region],
.no-js .section-container[data-section-small-style]>section,
.no-js [data-section][data-section-small-style]>.section,
.no-js [data-section][data-section-small-style]>[data-section-region],
.no-js [data-section][data-section-small-style]>section {
    padding: 0!important;
    margin: 0!important
}

.no-js .section-container[data-section-small-style]>.section>.title,
.no-js .section-container[data-section-small-style]>.section>[data-section-title],
.no-js .section-container[data-section-small-style]>[data-section-region]>.title,
.no-js .section-container[data-section-small-style]>[data-section-region]>[data-section-title],
.no-js .section-container[data-section-small-style]>section>.title,
.no-js .section-container[data-section-small-style]>section>[data-section-title],
.no-js [data-section][data-section-small-style]>.section>.title,
.no-js [data-section][data-section-small-style]>.section>[data-section-title],
.no-js [data-section][data-section-small-style]>[data-section-region]>.title,
.no-js [data-section][data-section-small-style]>[data-section-region]>[data-section-title],
.no-js [data-section][data-section-small-style]>section>.title,
.no-js [data-section][data-section-small-style]>section>[data-section-title] {
    width: 100%!important
}

.no-js .section-container>.section,
.no-js .section-container>[data-section-region],
.no-js .section-container>section,
.no-js [data-section]>.section,
.no-js [data-section]>[data-section-region],
.no-js [data-section]>section {
    margin: 0
}

.no-js .section-container>.section>.title,
.no-js .section-container>.section>[data-section-title],
.no-js .section-container>[data-section-region]>.title,
.no-js .section-container>[data-section-region]>[data-section-title],
.no-js .section-container>section>.title,
.no-js .section-container>section>[data-section-title],
.no-js [data-section]>.section>.title,
.no-js [data-section]>.section>[data-section-title],
.no-js [data-section]>[data-section-region]>.title,
.no-js [data-section]>[data-section-region]>[data-section-title],
.no-js [data-section]>section>.title,
.no-js [data-section]>section>[data-section-title] {
    margin-bottom: 0
}

.no-js .section-container>.section>.title a,
.no-js .section-container>.section>[data-section-title] a,
.no-js .section-container>[data-section-region]>.title a,
.no-js .section-container>[data-section-region]>[data-section-title] a,
.no-js .section-container>section>.title a,
.no-js .section-container>section>[data-section-title] a,
.no-js [data-section]>.section>.title a,
.no-js [data-section]>.section>[data-section-title] a,
.no-js [data-section]>[data-section-region]>.title a,
.no-js [data-section]>[data-section-region]>[data-section-title] a,
.no-js [data-section]>section>.title a,
.no-js [data-section]>section>[data-section-title] a {
    width: 100%;
    display: inline-block;
    white-space: nowrap
}

.no-js .section-container>.section>.content,
.no-js .section-container>.section>[data-section-content],
.no-js .section-container>[data-section-region]>.content,
.no-js .section-container>[data-section-region]>[data-section-content],
.no-js .section-container>section>.content,
.no-js .section-container>section>[data-section-content],
.no-js [data-section]>.section>.content,
.no-js [data-section]>.section>[data-section-content],
.no-js [data-section]>[data-section-region]>.content,
.no-js [data-section]>[data-section-region]>[data-section-content],
.no-js [data-section]>section>.content,
.no-js [data-section]>section>[data-section-content] {
    display: none
}

.no-js .section-container>.section.active>.content,
.no-js .section-container>.section.active>[data-section-content],
.no-js .section-container>[data-section-region].active>.content,
.no-js .section-container>[data-section-region].active>[data-section-content],
.no-js .section-container>section.active>.content,
.no-js .section-container>section.active>[data-section-content],
.no-js [data-section]>.section.active>.content,
.no-js [data-section]>.section.active>[data-section-content],
.no-js [data-section]>[data-section-region].active>.content,
.no-js [data-section]>[data-section-region].active>[data-section-content],
.no-js [data-section]>section.active>.content,
.no-js [data-section]>section.active>[data-section-content] {
    display: block
}

.no-js .section-container>.section:not(.active),
.no-js .section-container>[data-section-region]:not(.active),
.no-js .section-container>section:not(.active),
.no-js [data-section]>.section:not(.active),
.no-js [data-section]>[data-section-region]:not(.active),
.no-js [data-section]>section:not(.active) {
    padding: 0!important
}

.no-js .section-container>.section>.title,
.no-js .section-container>.section>[data-section-title],
.no-js .section-container>[data-section-region]>.title,
.no-js .section-container>[data-section-region]>[data-section-title],
.no-js .section-container>section>.title,
.no-js .section-container>section>[data-section-title],
.no-js [data-section]>.section>.title,
.no-js [data-section]>.section>[data-section-title],
.no-js [data-section]>[data-section-region]>.title,
.no-js [data-section]>[data-section-region]>[data-section-title],
.no-js [data-section]>section>.title,
.no-js [data-section]>section>[data-section-title] {
    width: 100%
}

.no-js .section-container {
    border-top: 1px solid #ededed
}

.no-js .section-container>.section>.title,
.no-js .section-container>section>.title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ededed
}

.no-js .section-container>.section>.title a,
.no-js .section-container>section>.title a {
    padding: .9375em;
    color: #333;
    font-size: .875em;
    background: 0 0
}

.no-js .section-container>.section>.title:hover,
.no-js .section-container>section>.title:hover {
    background-color: #e2e2e2
}

.no-js .section-container>.section>.content,
.no-js .section-container>section>.content {
    padding: .9375em;
    background-color: #fff;
    border: solid 1px #ededed
}

.no-js .section-container>.section>.content>:last-child,
.no-js .section-container>section>.content>:last-child {
    margin-bottom: 0
}

.no-js .section-container>.section>.content>:first-child,
.no-js .section-container>section>.content>:first-child {
    padding-top: 0
}

.no-js .section-container>.section>.content>:last-child:not(.flex-video),
.no-js .section-container>section>.content>:last-child:not(.flex-video) {
    padding-bottom: 0
}

.no-js .section-container>.section.active>.title,
.no-js .section-container>section.active>.title {
    background: #d5d5d5
}

.no-js .section-container>.section.active>.title a,
.no-js .section-container>section.active>.title a {
    color: #333
}

.no-js .section-container>.section:not(.active),
.no-js .section-container>section:not(.active) {
    padding: 0!important
}

.no-js .section-container>.section>.title,
.no-js .section-container>section>.title {
    border-top: none
}

.contain-to-grid {
    width: 100%;
    background: #111
}

.contain-to-grid .top-bar {
    margin-bottom: 1.875em
}

.fixed {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99
}

.top-bar {
    overflow: hidden;
    height: 45px;
    position: relative;
    background: #111;
    margin-bottom: 1.875em
}

.top-bar ul {
    margin-bottom: 0;
    list-style: none
}

.top-bar .row {
    max-width: none
}

.top-bar form,
.top-bar input {
    margin-bottom: 0
}

.top-bar input {
    height: 2.45em
}

.top-bar .button {
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 0
}

.top-bar .title-area {
    position: relative;
    margin: 0
}

.top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 16
}

.top-bar .name h1 {
    line-height: 45px;
    font-size: 1.0625em;
    margin: 0
}

.top-bar .name h1 a {
    font-weight: 700;
    color: #fff;
    width: 50%;
    display: block;
    padding: 0 15px
}

.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0
}

.top-bar .toggle-topbar a {
    color: #fff;
    text-transform: uppercase;
    font-size: .8125em;
    font-weight: 700;
    position: relative;
    display: block;
    padding: 0 15px;
    height: 45px;
    line-height: 45px
}

.top-bar .toggle-topbar.menu-icon {
    right: 15px;
    top: 50%;
    margin-top: -16px;
    padding-left: 40px
}

.top-bar .toggle-topbar.menu-icon a {
    text-indent: -48px;
    width: 34px;
    height: 34px;
    line-height: 33px;
    padding: 0;
    color: #fff
}

.top-bar .toggle-topbar.menu-icon a span {
    position: absolute;
    right: 0;
    display: block;
    width: 16px;
    height: 0;
    -webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
    box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff
}

.top-bar.expanded {
    height: auto;
    background: 0 0
}

.top-bar.expanded .title-area {
    background: #111
}

.top-bar.expanded .toggle-topbar a {
    color: #888
}

.top-bar.expanded .toggle-topbar a span {
    -webkit-box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
    box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888
}

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    -webkit-transition: left .3s ease-out;
    -moz-transition: left .3s ease-out;
    transition: left .3s ease-out
}

.top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #222;
    font-size: 16;
    margin: 0
}

.top-bar-section .divider,
.top-bar-section [role=separator] {
    border-bottom: solid 1px #2b2b2b;
    border-top: solid 1px #000;
    clear: both;
    height: 1px;
    width: 100%
}

.top-bar-section ul li>a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 12px 0 12px 0;
    padding-left: 15px;
    font-size: .8125em;
    font-weight: 700;
    background: #222
}

.top-bar-section ul li>a.button {
    background: #ae2628 /*denyro 2805*/;
    font-size: .8125em
}

.top-bar-section ul li>a.button.hover {
    background: #ae2628 /*denyro 2805*/
}

.top-bar-section ul li>a.button.secondary {
    background: #5a5e63
}

.top-bar-section ul li>a.button.secondary.hover {
    background: #2a5364
}

.top-bar-section ul li>a.button.success {
    background: #5da423
}

.top-bar-section ul li>a.button.success.hover {
    background: #457a1a
}

.top-bar-section ul li>a.button.alert {
    background: #c60f13
}

.top-bar-section ul li>a.button.alert.hover {
    background: #970b0e
}

.top-bar-section ul li.hover>a {
    background: #090909;
    color: #fff
}

.top-bar-section ul li.active>a {
    background: #090909;
    color: #fff
}

.top-bar-section .has-form {
    padding: 15px
}

.top-bar-section .has-dropdown {
    position: relative
}

.top-bar-section .has-dropdown>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent rgba(255, 255, 255, .5);
    border-left-style: solid;
    margin-right: 15px;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0
}

.top-bar-section .has-dropdown.moved {
    position: static
}

.top-bar-section .has-dropdown.moved>.dropdown {
    visibility: visible
}

.top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden;
    z-index: 99
}

.top-bar-section .dropdown li {
    width: 100%;
    height: auto
}

.top-bar-section .dropdown li a {
    font-weight: 400;
    padding: 8px 15px
}

.top-bar-section .dropdown li a.parent-link {
    font-weight: 700
}

.top-bar-section .dropdown li.title h5 {
    margin-bottom: 0
}

.top-bar-section .dropdown li.title h5 a {
    color: #fff;
    line-height: 22.5px;
    display: block
}

.top-bar-section .dropdown label {
    padding: 8px 15px 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #555;
    font-weight: 700;
    font-size: .625em
}

.top-bar-js-breakpoint {
    width: 58.75em!important;
    visibility: hidden
}

.js-generated {
    display: block
}

@media only screen and (min-width:58.75em) {
    .top-bar {
        background: #111;
        overflow: visible
    }
    .top-bar:after,
    .top-bar:before {
        content: " ";
        display: table
    }
    .top-bar:after {
        clear: both
    }
    .top-bar .toggle-topbar {
        display: none
    }
    .top-bar .title-area {
        float: left
    }
    .top-bar .name h1 a {
        width: auto
    }
    .top-bar .button,
    .top-bar input {
        line-height: 2em;
        font-size: .875em;
        height: 2em;
        padding: 0 10px;
        position: relative
    }
    .top-bar.expanded {
        background: #111
    }
    .contain-to-grid .top-bar {
        max-width: 71.25em;
        margin: 0 auto;
        margin-bottom: 1.875em
    }
    .top-bar-section {
        -webkit-transition: none 0 0;
        -moz-transition: none 0 0;
        transition: none 0 0;
        left: 0!important
    }
    .top-bar-section ul {
        width: auto;
        height: auto!important;
        display: inline
    }
    .top-bar-section ul li {
        float: left
    }
    .top-bar-section ul li .js-generated {
        display: none
    }
    .top-bar-section li a:not(.button) {
        padding: 0 15px;
        line-height: 45px;
        background: #111
    }
    .top-bar-section li a:not(.button).hover {
        background: #000
    }
    .top-bar-section .has-dropdown>a {
        padding-right: 35px!important
    }
    .top-bar-section .has-dropdown>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, .5) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 22.5px
    }
    .top-bar-section .has-dropdown.moved {
        position: relative
    }
    .top-bar-section .has-dropdown.moved>.dropdown {
        visibility: hidden
    }
    .top-bar-section .has-dropdown.hover>.dropdown,
    .top-bar-section .has-dropdown.not-click:hover>.dropdown {
        visibility: visible
    }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
        border: none;
        content: "\00bb";
        margin-top: -16px;
        right: 5px
    }
    .top-bar-section .dropdown {
        left: 0;
        top: auto;
        background: 0 0;
        min-width: 100%
    }
    .top-bar-section .dropdown li a {
        color: #fff;
        line-height: 1;
        white-space: nowrap;
        padding: 7px 15px;
        background: #1e1e1e
    }
    .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #1e1e1e
    }
    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0
    }
    .top-bar-section>ul>.divider,
    .top-bar-section>ul>[role=separator] {
        border-bottom: none;
        border-top: none;
        border-right: solid 1px #2b2b2b;
        border-left: solid 1px #000;
        clear: none;
        height: 45px;
        width: 0
    }
    .top-bar-section .has-form {
        background: #111;
        padding: 0 15px;
        height: 45px
    }
    .top-bar-section ul.right li .dropdown {
        left: auto;
        right: 0
    }
    .top-bar-section ul.right li .dropdown li .dropdown {
        right: 100%
    }
    .no-js .top-bar-section ul li:hover>a {
        background: #090909;
        color: #fff
    }
    .no-js .top-bar-section ul li:active>a {
        background: #090909;
        color: #fff
    }
    .no-js .top-bar-section .has-dropdown:hover>.dropdown {
        visibility: visible
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

.slideshow-wrapper {
    position: relative
}

.slideshow-wrapper ul {
    list-style-type: none;
    margin: 0
}

.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
    display: none
}

.slideshow-wrapper ul li:first-child {
    display: block
}

.slideshow-wrapper .orbit-container {
    background-color: transparent
}

.slideshow-wrapper .orbit-container li {
    display: block
}

.slideshow-wrapper .orbit-container li .orbit-caption {
    display: block
}

.preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555 #fff;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotate;
    -o-animation-duration: 1.5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.orbit-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #f5f5f5
}

.orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.orbit-container .orbit-slides-container img {
    display: block;
    max-width: 100%
}

.orbit-container .orbit-slides-container>* {
    position: absolute;
    top: 0;
    width: 100%;
    margin-left: 100%
}

.orbit-container .orbit-slides-container>:first-child {
    margin-left: 0
}

.orbit-container .orbit-slides-container>* .orbit-caption {
    position: absolute;
    bottom: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    width: 100%;
    padding: 10px 14px;
    font-size: .875em
}

.orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    z-index: 10
}

.orbit-container .orbit-slide-number span {
    font-weight: 700;
    padding: .3125em
}

.orbit-container .orbit-timer {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10
}

.orbit-container .orbit-timer .orbit-progress {
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    display: block;
    width: 0%
}

.orbit-container .orbit-timer>span {
    display: none;
    position: absolute;
    top: 10px;
    right: 0;
    width: 11px;
    height: 14px;
    border: solid 4px #000;
    border-top: none;
    border-bottom: none
}

.orbit-container .orbit-timer.paused>span {
    right: -6px;
    top: 9px;
    width: 11px;
    height: 14px;
    border: inset 8px;
    border-right-style: solid;
    border-color: transparent transparent transparent #000
}

.orbit-container:hover .orbit-timer>span {
    display: block
}

.orbit-container .orbit-next,
.orbit-container .orbit-prev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    width: 50px;
    height: 60px;
    line-height: 50px;
    color: #fff;
    text-indent: -9999px!important;
    z-index: 10
}

.orbit-container .orbit-next>span,
.orbit-container .orbit-prev>span {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    display: block;
    width: 0;
    height: 0;
    border: inset 16px
}

.orbit-container .orbit-prev {
    left: 0
}

.orbit-container .orbit-prev>span {
    border-right-style: solid;
    border-color: transparent;
    border-right-color: #fff
}

.orbit-container .orbit-prev:hover>span {
    border-right-color: #ccc
}

.orbit-container .orbit-next {
    right: 0
}

.orbit-container .orbit-next>span {
    border-color: transparent;
    border-left-style: solid;
    border-left-color: #fff;
    left: 50%;
    margin-left: -8px
}

.orbit-container .orbit-next:hover>span {
    border-left-color: #ccc
}

.orbit-bullets {
    margin: 0 auto 30px auto;
    overflow: hidden;
    position: relative;
    top: 10px
}

.orbit-bullets li {
    display: block;
    width: 10px;
    height: 10px;
    background: #5a5e63;
    float: left;
    margin-right: 6px;
    border: solid 1px #555;
    -webkit-border-radius: 1000px;
    border-radius: 1000px
}

.orbit-bullets li.active {
    background: #555
}

.orbit-bullets li:last-child {
    margin-right: 0
}

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

.touch .orbit-bullets {
    display: none
}

@media only screen and (min-width:768px) {
    .touch .orbit-container .orbit-next,
    .touch .orbit-container .orbit-prev {
        display: inherit
    }
    .touch .orbit-bullets {
        display: block
    }
}

@media only screen and (max-width:768px) {
    .orbit-stack-on-small .orbit-slides-container {
        height: auto!important
    }
    .orbit-stack-on-small .orbit-slides-container>* {
        position: relative;
        margin-left: 0!important
    }
    .orbit-stack-on-small .orbit-bullets,
    .orbit-stack-on-small .orbit-next,
    .orbit-stack-on-small .orbit-prev,
    .orbit-stack-on-small .orbit-timer {
        display: none
    }
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .45);
    z-index: 98;
    display: none;
    top: 0;
    left: 0
}

.reveal-modal {
    visibility: hidden;
    display: none;
    position: absolute;
    left: 50%;
    z-index: 99;
    height: auto;
    margin-left: -40%;
    width: 80%;
    background-color: #fff;
    padding: 1.25em;
    border: solid 1px #666;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    top: 50px
}

.reveal-modal .column,
.reveal-modal .columns {
    min-width: 0
}

.reveal-modal>:first-child {
    margin-top: 0
}

.reveal-modal>:last-child {
    margin-bottom: 0
}

.reveal-modal .close-reveal-modal {
    font-size: 1.375em;
    line-height: 1;
    position: absolute;
    top: .5em;
    right: .6875em;
    color: #aaa;
    font-weight: 700;
    cursor: pointer
}

@media only screen and (min-width:768px) {
    .reveal-modal {
        padding: 1.875em;
        top: 6.25em
    }
    .reveal-modal.tiny {
        margin-left: -15%;
        width: 30%
    }
    .reveal-modal.small {
        margin-left: -20%;
        width: 40%
    }
    .reveal-modal.medium {
        margin-left: -30%;
        width: 60%
    }
    .reveal-modal.large {
        margin-left: -35%;
        width: 70%
    }
    .reveal-modal.xlarge {
        margin-left: -47.5%;
        width: 95%
    }
}

@media print {
    .reveal-modal {
        background: #fff!important
    }
}

.joyride-list {
    display: none
}

.joyride-tip-guide {
    display: none;
    position: absolute;
    background: #000;
    color: #fff;
    z-index: 101;
    top: 0;
    left: 2.5%;
    font-family: inherit;
    font-weight: 400;
    width: 95%
}

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

.joyride-content-wrapper {
    width: 100%;
    padding: 1.125em 1.25em 1.5em
}

.joyride-content-wrapper .button {
    margin-bottom: 0!important
}

.joyride-tip-guide .joyride-nub {
    display: block;
    position: absolute;
    left: 22px;
    width: 0;
    height: 0;
    border: inset 14px
}

.joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: #000;
    border-top-color: transparent!important;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    top: -28px
}

.joyride-tip-guide .joyride-nub.bottom {
    border-bottom-style: solid;
    border-color: #000!important;
    border-bottom-color: transparent!important;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    bottom: -28px
}

.joyride-tip-guide .joyride-nub.right {
    right: -28px
}

.joyride-tip-guide .joyride-nub.left {
    left: -28px
}

.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
    line-height: 1.25;
    margin: 0;
    font-weight: 700;
    color: #fff
}

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

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

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

.joyride-close-tip {
    position: absolute;
    right: 12px;
    top: 10px;
    color: #777!important;
    text-decoration: none;
    font-size: 30px;
    font-weight: 400;
    line-height: .5!important
}

.joyride-close-tip:focus,
.joyride-close-tip:hover {
    color: #eee!important
}

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

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

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

@media only screen and (min-width:768px) {
    .joyride-tip-guide {
        width: 300px;
        left: inherit
    }
    .joyride-tip-guide .joyride-nub.bottom {
        border-color: #000!important;
        border-bottom-color: transparent!important;
        border-left-color: transparent!important;
        border-right-color: transparent!important;
        bottom: -28px
    }
    .joyride-tip-guide .joyride-nub.right {
        border-color: #000!important;
        border-top-color: transparent!important;
        border-right-color: transparent!important;
        border-bottom-color: transparent!important;
        top: 22px;
        left: auto;
        right: -28px
    }
    .joyride-tip-guide .joyride-nub.left {
        border-color: #000!important;
        border-top-color: transparent!important;
        border-left-color: transparent!important;
        border-bottom-color: transparent!important;
        top: 22px;
        left: -28px;
        right: auto
    }
}

[data-clearing] {
    margin-bottom: 0;
    margin-left: 0;
    list-style: none
}

[data-clearing]:after,
[data-clearing]:before {
    content: " ";
    display: table
}

[data-clearing]:after {
    clear: both
}

[data-clearing] li {
    float: left;
    margin-right: 10px
}

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

.clearing-blackout .clearing-close {
    display: block
}

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

.visible-img {
    height: 95%;
    position: relative
}

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

.clearing-caption {
    color: #fff;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center;
    bottom: 0;
    background: #111;
    width: 100%;
    padding: 10px 30px;
    position: absolute;
    left: 0
}

.clearing-close {
    z-index: 999;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 40px;
    line-height: 1;
    color: #fff;
    display: none
}

.clearing-close:focus,
.clearing-close:hover {
    color: #ccc
}

.clearing-assembled .clearing-container {
    height: 100%
}

.clearing-assembled .clearing-container .carousel>ul {
    display: none
}

.clearing-feature li {
    display: none
}

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

@media only screen and (min-width:768px) {
    .clearing-main-next,
    .clearing-main-prev {
        position: absolute;
        height: 100%;
        width: 40px;
        top: 0
    }
    .clearing-main-next>span,
    .clearing-main-prev>span {
        position: absolute;
        top: 50%;
        display: block;
        width: 0;
        height: 0;
        border: solid 16px
    }
    .clearing-main-prev {
        left: 0
    }
    .clearing-main-prev>span {
        left: 5px;
        border-color: transparent;
        border-right-color: #fff
    }
    .clearing-main-next {
        right: 0
    }
    .clearing-main-next>span {
        border-color: transparent;
        border-left-color: #fff
    }
    .clearing-main-next.disabled,
    .clearing-main-prev.disabled {
        opacity: .5
    }
    .clearing-assembled .clearing-container .carousel {
        background: #111;
        height: 150px;
        margin-top: 5px
    }
    .clearing-assembled .clearing-container .carousel>ul {
        display: block;
        z-index: 999;
        width: 200%;
        height: 100%;
        margin-left: 0;
        position: relative;
        left: 0
    }
    .clearing-assembled .clearing-container .carousel>ul li {
        display: block;
        width: 175px;
        height: inherit;
        padding: 0;
        float: left;
        overflow: hidden;
        margin-right: 1px;
        position: relative;
        cursor: pointer;
        opacity: .4
    }
    .clearing-assembled .clearing-container .carousel>ul li.fix-height img {
        min-height: 100%;
        height: 100%;
        max-width: none
    }
    .clearing-assembled .clearing-container .carousel>ul li a.th {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block
    }
    .clearing-assembled .clearing-container .carousel>ul li img {
        cursor: pointer!important;
        min-width: 100%!important
    }
    .clearing-assembled .clearing-container .carousel>ul li.visible {
        opacity: 1
    }
    .clearing-assembled .clearing-container .visible-img {
        background: #111;
        overflow: hidden;
        height: 75%
    }
    .clearing-close {
        position: absolute;
        top: 10px;
        right: 20px;
        padding-left: 0;
        padding-top: 0
    }
}

.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-weight: 700;
    margin-bottom: 1.25em;
    position: relative;
    padding: .6875em 1.3125em .75em .6875em;
    font-size: .875em;
    background-color: #ae2628 /*denyro 2805*/;
    color: #fff
}

.alert-box .close {
    font-size: 1.375em;
    padding: 5px 4px 4px;
    line-height: 0;
    position: absolute;
    top: .4375em;
    right: .3125em;
    color: #333;
    opacity: .3
}

.alert-box .close:focus,
.alert-box .close:hover {
    opacity: .5
}

.alert-box.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.alert-box.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px
}

.alert-box.success {
    background-color: #5da423;
    border-color: #457a1a;
    color: #fff
}

.alert-box.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: #fff
}

.alert-box.secondary {
    background-color: #5a5e63;
    border-color: #2a5364;
    color: #fff
}

.breadcrumbs {
    display: block;
    padding: .5625em .875em .5625em;
    overflow: hidden;
    margin-left: 0;
    list-style: none;
    border-style: solid;
    border-width: 1px;
    background-color: #2a5364;
    border-color: #2a5364;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.breadcrumbs>* {
    margin: 0;
    float: left;
    font-size: .6875em;
    text-transform: uppercase
}

.breadcrumbs>:focus a,
.breadcrumbs>:hover a {
    text-decoration: none; /*denyro2805*/ 
}

.breadcrumbs>* a,
.breadcrumbs>* span {
    text-transform: uppercase;
    color: #ae2628 /*denyro 2805*/
}

.breadcrumbs>.current {
    cursor: default;
    color: #333
}

.breadcrumbs>.current a {
    cursor: default;
    color: #333
}

.breadcrumbs>.current:focus,
.breadcrumbs>.current:focus a,
.breadcrumbs>.current:hover,
.breadcrumbs>.current:hover a {
    text-decoration: none
}

.breadcrumbs>.unavailable {
    color: #5a5e63
}

.breadcrumbs>.unavailable a {
    color: #5a5e63
}

.breadcrumbs>.unavailable a:focus,
.breadcrumbs>.unavailable:focus,
.breadcrumbs>.unavailable:hover,
.breadcrumbs>.unavailable:hover a {
    text-decoration: none;
    color: #5a5e63;
    cursor: default
}

.breadcrumbs>:before {
    content: "/";
    color: #aaa;
    margin: 0 .75em;
    position: relative;
    top: 1px
}

.breadcrumbs>:first-child:before {
    content: " ";
    margin: 0
}

form.custom .hidden-field {
    margin-left: -99999px;
    position: absolute;
    visibility: hidden
}

form.custom .custom {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    border: solid 1px #ededed;
    background: #fff
}

form.custom .custom.checkbox {
    -webkit-border-radius: 0;
    border-radius: 0
}

form.custom .custom.radio {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    padding: 3px
}

form.custom .custom.checkbox:before {
    content: "";
    display: block;
    font-size: 16px;
    color: #fff
}

form.custom .custom.radio.checked:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background: #222;
    position: relative
}

form.custom .custom.checkbox.checked:before {
    content: "\00d7";
    color: #222;
    position: absolute;
    top: -50%;
    left: 50%;
    margin-top: 4px;
    margin-left: -5px
}

form.custom .custom.dropdown {
    display: block;
    position: relative;
    top: 0;
    height: 2.3125em;
    margin-bottom: 1.25em;
    margin-top: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, #fff 0, #f3f3f3 100%);
    -webkit-box-shadow: none;
    background: linear-gradient(to bottom, #fff 0, #f3f3f3 100%);
    box-shadow: none;
    font-size: .875em;
    vertical-align: top
}

form.custom .custom.dropdown ul {
    overflow-y: auto;
    max-height: 200px
}

form.custom .custom.dropdown .current {
    cursor: default;
    white-space: nowrap;
    line-height: 2.25em;
    color: rgba(0, 0, 0, .75);
    text-decoration: none;
    overflow: hidden;
    display: block;
    margin-left: .5em;
    margin-right: 2.3125em
}

form.custom .custom.dropdown .selector {
    cursor: default;
    position: absolute;
    width: 2.5em;
    height: 2.3125em;
    display: block;
    right: 0;
    top: 0
}

form.custom .custom.dropdown .selector:after {
    content: "";
    display: block;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #aaa transparent transparent transparent;
    border-top-style: solid;
    position: absolute;
    left: .9375em;
    top: 50%;
    margin-top: -3px
}

form.custom .custom.dropdown.open a.selector:after,
form.custom .custom.dropdown:hover a.selector:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #222 transparent transparent transparent;
    border-top-style: solid
}

form.custom .custom.dropdown .disabled {
    color: #888
}

form.custom .custom.dropdown .disabled:hover {
    background: 0 0;
    color: #888
}

form.custom .custom.dropdown .disabled:hover:after {
    display: none
}

form.custom .custom.dropdown.open ul {
    display: block;
    z-index: 10;
    min-width: 100%;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

form.custom .custom.dropdown.small {
    max-width: 134px
}

form.custom .custom.dropdown.medium {
    max-width: 254px
}

form.custom .custom.dropdown.large {
    max-width: 434px
}

form.custom .custom.dropdown.expand {
    width: 100%!important
}

form.custom .custom.dropdown.open.small ul {
    min-width: 134px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

form.custom .custom.dropdown.open.medium ul {
    min-width: 254px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

form.custom .custom.dropdown.open.large ul {
    min-width: 434px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

form.custom .error .custom.dropdown {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, .1);
    background: rgba(198, 15, 19, .1);
    margin-bottom: 0
}

form.custom .error .custom.dropdown:focus {
    background: #fafafa;
    border-color: #5a5e63
}

form.custom .error .custom.dropdown+small.error {
    margin-top: 0
}

form.custom .custom.dropdown ul {
    position: absolute;
    width: auto;
    display: none;
    margin: 0;
    left: -1px;
    top: auto;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    margin: 0;
    padding: 0;
    background: #fff;
    border: solid 1px #ededed;
    font-size: 16
}

form.custom .custom.dropdown ul li {
    color: #555;
    font-size: .875em;
    cursor: default;
    padding-top: .25em;
    padding-bottom: .25em;
    padding-left: .375em;
    padding-right: 2.375em;
    min-height: 1.5em;
    line-height: 1.5em;
    margin: 0;
    white-space: nowrap;
    list-style: none
}

form.custom .custom.dropdown ul li.selected {
    background: #eee;
    color: #000
}

form.custom .custom.dropdown ul li:hover {
    background-color: #e4e4e4;
    color: #000
}

form.custom .custom.dropdown ul li.selected:hover {
    background: #eee;
    cursor: default;
    color: #000
}

form.custom .custom.dropdown ul.show {
    display: block
}

form.custom .custom.disabled {
    background: #ececec
}

.keystroke,
kbd {
    background-color: #ededed;
    border-color: #dbdbdb;
    color: #222;
    border-style: solid;
    border-width: 1px;
    margin: 0;
    font-family: Consolas, Menlo, Courier, monospace;
    font-size: .875em;
    padding: .125em .25em 0;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.label {
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    padding: .1875em .625em .25em;
    font-size: .875em;
    background-color: #ae2628 /*denyro 2805*/;
    color: #fff
}

.label.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.label.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px
}

.label.alert {
    background-color: #c60f13;
    color: #fff
}

.label.success {
    background-color: #5da423;
    color: #fff
}

.label.secondary {
    background-color: #5a5e63;
    color: #fff
}

.inline-list {
    margin: 0 auto 1.0625em auto;
    margin-left: -1.375em;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.inline-list>li {
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block
}

.inline-list>li>* {
    display: block
}

ul.pagination {
    display: block;
    height: 1.5em;
    margin-left: -.3125em
}

ul.pagination li {
    height: 1.5em;
    color: #222;
    font-size: .875em;
    margin-left: .3125em
}

ul.pagination li a {
    display: block;
    padding: .0625em .4375em .0625em;
    color: #5a5e63
}

ul.pagination li a:focus,
ul.pagination li:hover a {
    background: #e6e6e6
}

ul.pagination li.unavailable a {
    cursor: default;
    color: #5a5e63
}

ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover a {
    background: 0 0
}

ul.pagination li.current a {
    background: #ae2628 /*denyro 2805*/;
    color: #fff;
    font-weight: 700;
    cursor: default
}

ul.pagination li.current a:focus,
ul.pagination li.current a:hover {
    background: #ae2628 /*denyro 2805*/
}

ul.pagination li {
    float: left;
    display: block
}

.pagination-centered {
    text-align: center
}

.pagination-centered ul.pagination li {
    float: none;
    display: inline-block
}

.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d9d9d9;
    margin-bottom: 1.25em;
    padding: 1.25em;
    background: #f2f2f2
}

.panel>:first-child {
    margin-top: 0
}

.panel>:last-child {
    margin-bottom: 0
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel p {
    color: #333
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
    line-height: 1;
    margin-bottom: .625em
}

.panel h1.subheader,
.panel h2.subheader,
.panel h3.subheader,
.panel h4.subheader,
.panel h5.subheader,
.panel h6.subheader {
    line-height: 1.4
}

.panel.callout {
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1.25em;
    padding: 1.25em;
    background: #ae2628 /*denyro 2805*/;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset
}

.panel.callout>:first-child {
    margin-top: 0
}

.panel.callout>:last-child {
    margin-bottom: 0
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel.callout p {
    color: #fff
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6 {
    line-height: 1;
    margin-bottom: .625em
}

.panel.callout h1.subheader,
.panel.callout h2.subheader,
.panel.callout h3.subheader,
.panel.callout h4.subheader,
.panel.callout h5.subheader,
.panel.callout h6.subheader {
    line-height: 1.4
}

.panel.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.pricing-table {
    border: solid 1px #ececec;
    margin-left: 0;
    margin-bottom: 1.25em
}

.pricing-table * {
    list-style: none;
    line-height: 1
}

.pricing-table .title {
    background-color: #ececec;
    padding: .9375em 1.25em;
    text-align: center;
    color: #333;
    font-weight: 700;
    font-size: 1em
}

.pricing-table .price {
    background-color: #eee;
    padding: .9375em 1.25em;
    text-align: center;
    color: #333;
    font-weight: 400;
    font-size: 1.25em
}

.pricing-table .description {
    background-color: #fff;
    padding: .9375em;
    text-align: center;
    color: #777;
    font-size: .75em;
    font-weight: 400;
    line-height: 1.4;
    border-bottom: dotted 1px #ececec
}

.pricing-table .bullet-item {
    background-color: #fff;
    padding: .9375em;
    text-align: center;
    color: #333;
    font-size: .875em;
    font-weight: 400;
    border-bottom: dotted 1px #ececec
}

.pricing-table .cta-button {
    background-color: #f5f5f5;
    text-align: center;
    padding: 1.25em 1.25em 0
}

.progress {
    background-color: transparent;
    height: 1.5625em;
    border: 1px solid #ededed;
    padding: .125em;
    margin-bottom: .625em
}

.progress .meter {
    background: #ae2628 /*denyro 2805*/;
    height: 100%;
    display: block
}

.progress.secondary .meter {
    background: #5a5e63;
    height: 100%;
    display: block
}

.progress.success .meter {
    background: #5da423;
    height: 100%;
    display: block
}

.progress.alert .meter {
    background: #c60f13;
    height: 100%;
    display: block
}

.progress.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.progress.radius .meter {
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.progress.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px
}

.progress.round .meter {
    -webkit-border-radius: 999px;
    border-radius: 999px
}

.side-nav {
    display: block;
    margin: 0;
    padding: .875em 0;
    list-style-type: none;
    list-style-position: inside
}

.side-nav li {
    margin: 0 0 .4375em 0;
    font-size: .875em
}

.side-nav li a {
    display: block;
    color: #ae2628 /*denyro 2805*/
}

.side-nav li.active>a:first-child {
    color: #4d4d4d;
    font-weight: 700
}

.side-nav li.divider {
    border-top: 1px solid;
    height: 0;
    padding: 0;
    list-style: none;
    border-top-color: #e6e6e6
}

.sub-nav {
    display: block;
    width: auto;
    overflow: hidden;
    margin: -.25em 0 1.125em;
    padding-top: .25em;
    margin-right: 0;
    margin-left: -.5625em
}

.sub-nav dd,
.sub-nav dt {
    float: left;
    display: inline;
    margin-left: .5625em;
    margin-bottom: .625em;
    font-weight: 400;
    font-size: .875em
}

.sub-nav dd a,
.sub-nav dt a {
    color: #5a5e63;
    text-decoration: none
}

.sub-nav dd.active a,
.sub-nav dt.active a {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    font-weight: 700;
    background: #ae2628 /*denyro 2805*/;
    padding: .1875em .5625em;
    cursor: default;
    color: #fff
}

@media only screen {
    div.switch {
        position: relative;
        width: 100%;
        padding: 0;
        display: block;
        overflow: hidden;
        border-style: solid;
        border-width: 1px;
        margin-bottom: 1.25em;
        -webkit-animation: webkitSiblingBugfix infinite 1s;
        height: 36px;
        background: #fff;
        border-color: #ededed
    }
    div.switch label {
        position: relative;
        left: 0;
        z-index: 2;
        float: left;
        width: 50%;
        height: 100%;
        margin: 0;
        font-weight: 700;
        text-align: left;
        -webkit-transition: all .1s ease-out;
        -moz-transition: all .1s ease-out;
        transition: all .1s ease-out
    }
    div.switch input {
        position: absolute;
        z-index: 3;
        opacity: 0;
        width: 100%;
        height: 100%;
        -moz-appearance: none
    }
    div.switch input:focus,
    div.switch input:hover {
        cursor: pointer
    }
    div.switch span:last-child {
        position: absolute;
        top: -1px;
        left: -1px;
        z-index: 1;
        display: block;
        padding: 0;
        border-width: 1px;
        border-style: solid;
        -webkit-transition: all .1s ease-out;
        -moz-transition: all .1s ease-out;
        transition: all .1s ease-out
    }
    div.switch input:not(:checked)+label {
        opacity: 0
    }
    div.switch input:checked {
        display: none!important
    }
    div.switch input {
        left: 0;
        display: block!important
    }
    div.switch input:first-of-type+label,
    div.switch input:first-of-type+span+label {
        left: -50%
    }
    div.switch input:first-of-type:checked+label,
    div.switch input:first-of-type:checked+span+label {
        left: 0
    }
    div.switch input:last-of-type+label,
    div.switch input:last-of-type+span+label {
        right: -50%;
        left: auto;
        text-align: right
    }
    div.switch input:last-of-type:checked+label,
    div.switch input:last-of-type:checked+span+label {
        right: 0;
        left: auto
    }
    div.switch span.custom {
        display: none!important
    }
    form.custom div.switch .hidden-field {
        margin-left: auto;
        position: absolute;
        visibility: visible
    }
    div.switch label {
        padding: 0 .375em;
        line-height: 2.3em;
        font-size: .875em
    }
    div.switch input:first-of-type:checked~span:last-child {
        left: 100%;
        margin-left: -2.1875em
    }
    div.switch span:last-child {
        width: 2.25em;
        height: 2.25em
    }
    div.switch span:last-child {
        border-color: #b3b3b3;
        background: #fff;
        background: -moz-linear-gradient(top, #fff 0, #f2f2f2 100%);
        background: -webkit-linear-gradient(top, #fff 0, #f2f2f2 100%);
        background: linear-gradient(to bottom, #fff 0, #f2f2f2 100%);
        -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, .07), 1000px 0 0 1000px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, .07), -1000px 0 0 1000px #f5f5f5;
        box-shadow: 2px 0 10px 0 rgba(0, 0, 0, .07), 1000px 0 0 980px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, .07), -1000px 0 0 1000px #f5f5f5
    }
    div.switch:focus span:last-child,
    div.switch:hover span:last-child {
        background: #fff;
        background: -moz-linear-gradient(top, #fff 0, #e6e6e6 100%);
        background: -webkit-linear-gradient(top, #fff 0, #e6e6e6 100%);
        background: linear-gradient(to bottom, #fff 0, #e6e6e6 100%)
    }
    div.switch:active {
        background: 0 0
    }
    div.switch.large {
        height: 44px
    }
    div.switch.large label {
        padding: 0 .375em;
        line-height: 2.3em;
        font-size: 1.0625em
    }
    div.switch.large input:first-of-type:checked~span:last-child {
        left: 100%;
        margin-left: -2.6875em
    }
    div.switch.large span:last-child {
        width: 2.75em;
        height: 2.75em
    }
    div.switch.small {
        height: 28px
    }
    div.switch.small label {
        padding: 0 .375em;
        line-height: 2.1em;
        font-size: .75em
    }
    div.switch.small input:first-of-type:checked~span:last-child {
        left: 100%;
        margin-left: -1.6875em
    }
    div.switch.small span:last-child {
        width: 1.75em;
        height: 1.75em
    }
    div.switch.tiny {
        height: 22px
    }
    div.switch.tiny label {
        padding: 0 .375em;
        line-height: 1.9em;
        font-size: .6875em
    }
    div.switch.tiny input:first-of-type:checked~span:last-child {
        left: 100%;
        margin-left: -1.3125em
    }
    div.switch.tiny span:last-child {
        width: 1.375em;
        height: 1.375em
    }
    div.switch.radius {
        -webkit-border-radius: 4px;
        border-radius: 4px
    }
    div.switch.radius span:last-child {
        -webkit-border-radius: 3px;
        border-radius: 3px
    }
    div.switch.round {
        -webkit-border-radius: 1000px;
        border-radius: 1000px
    }
    div.switch.round span:last-child {
        -webkit-border-radius: 999px;
        border-radius: 999px
    }
    div.switch.round label {
        padding: 0 .5625em
    }
    @-webkit-keyframes webkitSiblingBugfix {
        from {
            position: relative
        }
        to {
            position: relative
        }
    }
}

[data-magellan-expedition] {
    background: #fff;
    z-index: 50;
    min-width: 100%;
    padding: 10px
}

[data-magellan-expedition] .sub-nav {
    margin-bottom: 0
}

[data-magellan-expedition] .sub-nav dd {
    margin-bottom: 0
}

table {
    background: #fff;
    margin-bottom: 1.25em;
    border: solid 1px #ececec
}

table tfoot,
table thead {
    background: #f5f5f5;
    font-weight: 700
}

table tfoot tr td,
table tfoot tr th,
table thead tr td,
table thead tr th {
    padding: .5em .625em .625em;
    font-size: .875em;
    color: #222;
    text-align: left
}

table tr td,
table tr th {
    padding: .5625em .625em;
    font-size: .875em;
    color: #222
}

table tr.alt,
table tr.even,
table tr:nth-of-type(even) {
    background: #f9f9f9
}

table tbody tr td,
table tfoot tr td,
table tfoot tr th,
table thead tr th,
table tr td {
    display: table-cell;
    line-height: 1.125em
}

.th {
    line-height: 0;
    display: inline-block;
    border: solid 4px #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.th:focus,
.th:hover {
    -webkit-box-shadow: 0 0 6px 1px rgba(225, 91, 2, .5);
    box-shadow: 0 0 6px 1px rgba(225, 91, 2, .5)
}

.th.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px
}

a.th {
    display: inline-block
}

.has-tip {
    border-bottom: dotted 1px #ededed;
    cursor: help;
    font-weight: 700;
    color: #333
}

.has-tip:focus,
.has-tip:hover {
    border-bottom: dotted 1px #7c3201;
    color: #ae2628 /*denyro 2805*/
}

.has-tip.tip-left,
.has-tip.tip-right {
    float: none!important
}

.tooltip {
    display: none;
    position: absolute;
    z-index: 999;
    font-weight: 700;
    font-size: .9375em;
    line-height: 1.3;
    padding: .5em;
    max-width: 85%;
    left: 50%;
    width: 100%;
    color: #fff;
    background: #000;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.tooltip>.nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #000 transparent;
    top: -10px
}

.tooltip.opened {
    color: #ae2628 /*denyro 2805*/!important;
    border-bottom: dotted 1px #7c3201!important
}

.tap-to-close {
    display: block;
    font-size: .625em;
    color: #888;
    font-weight: 400
}

@media only screen and (min-width:768px) {
    .tooltip>.nub {
        border-color: transparent transparent #000 transparent;
        top: -10px
    }
    .tooltip.tip-top>.nub {
        border-color: #000 transparent transparent transparent;
        top: auto;
        bottom: -10px
    }
    .tooltip.tip-left,
    .tooltip.tip-right {
        float: none!important
    }
    .tooltip.tip-left>.nub {
        border-color: transparent transparent transparent #000;
        right: -10px;
        left: auto;
        top: 50%;
        margin-top: -5px
    }
    .tooltip.tip-right>.nub {
        border-color: transparent #000 transparent transparent;
        right: auto;
        left: -10px;
        top: 50%;
        margin-top: -5px
    }
}

@media only screen and (max-width:767px) {
    .f-dropdown {
        max-width: 100%;
        left: 0
    }
}

.f-dropdown {
    position: absolute;
    top: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #ededed;
    font-size: 16;
    z-index: 99;
    margin-top: 2px;
    max-width: 200px
}

.f-dropdown>:first-child {
    margin-top: 0
}

.f-dropdown>:last-child {
    margin-bottom: 0
}

.f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent #fff transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99
}

.f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #ededed transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98
}

.f-dropdown.right:before {
    left: auto;
    right: 10px
}

.f-dropdown.right:after {
    left: auto;
    right: 9px
}

.f-dropdown li {
    font-size: .875em;
    cursor: pointer;
    line-height: 1.125em;
    margin: 0
}

.f-dropdown li:focus,
.f-dropdown li:hover {
    background: #eee
}

.f-dropdown li a {
    display: block;
    padding: .3125em .625em;
    color: #555
}

.f-dropdown.content {
    position: absolute;
    top: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 1.25em;
    width: 100%;
    height: auto;
    max-height: none;
    background: #fff;
    border: solid 1px #ededed;
    font-size: 16;
    z-index: 99;
    max-width: 200px
}

.f-dropdown.content>:first-child {
    margin-top: 0
}

.f-dropdown.content>:last-child {
    margin-bottom: 0
}

.f-dropdown.tiny {
    max-width: 200px
}

.f-dropdown.small {
    max-width: 300px
}

.f-dropdown.medium {
    max-width: 500px
}

.f-dropdown.large {
    max-width: 800px
}

.formbuilderv2_form_field label {
    display: inline
}


/*! normalize.css v2.1.1 | MIT License | git.io/normalize */

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

audio,
canvas,
video {
    display: inline-block
}

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

[hidden] {
    display: none
}

html {
    background: #fff;
    color: #000;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

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

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

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

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

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
}

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

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
}

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

textarea {
    overflow: auto;
    vertical-align: top
}

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

div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right,
div.pp_default .pp_top,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right {
    height: 13px
}

div.pp_default .pp_top .pp_left {
    background: url(../graphics/prettyPhoto/default/sprite.png) -78px -93px no-repeat
}

div.pp_default .pp_top .pp_middle {
    background: url(../graphics/prettyPhoto/default/sprite_x.png) top left repeat-x
}

div.pp_default .pp_top .pp_right {
    background: url(../graphics/prettyPhoto/default/sprite.png) -112px -93px no-repeat
}

div.pp_default .pp_content .ppt {
    color: #f8f8f8
}

div.pp_default .pp_content_container .pp_left {
    background: url(../graphics/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px
}

div.pp_default .pp_content_container .pp_right {
    background: url(../graphics/prettyPhoto/default/sprite_y.png) top right repeat-y;
    padding-right: 13px
}

div.pp_default .pp_next:hover {
    background: url(../graphics/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer
}

div.pp_default .pp_previous:hover {
    background: url(../graphics/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer
}

div.pp_default .pp_expand {
    background: url(../graphics/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

div.pp_default .pp_expand:hover {
    background: url(../graphics/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
    cursor: pointer
}

div.pp_default .pp_contract {
    background: url(../graphics/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

div.pp_default .pp_contract:hover {
    background: url(../graphics/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
    cursor: pointer
}

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(../graphics/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer
}

div.pp_default .pp_gallery ul li a {
    background: url(../graphics/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa
}

div.pp_default .pp_social {
    margin-top: 7px
}

div.pp_default .pp_gallery a.pp_arrow_next,
div.pp_default .pp_gallery a.pp_arrow_previous {
    position: static;
    left: auto
}

div.pp_default .pp_nav .pp_pause,
div.pp_default .pp_nav .pp_play {
    background: url(../graphics/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px
}

div.pp_default a.pp_arrow_next,
div.pp_default a.pp_arrow_previous {
    background: url(../graphics/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative
}

div.pp_default .pp_nav .currentTextHolder {
    font-family: Georgia;
    font-style: italic;
    color: #999;
    font-size: 11px;
    left: 75px;
    line-height: 25px;
    position: absolute;
    top: 2px;
    margin: 0;
    padding: 0 0 0 10px
}

div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover,
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_nav .pp_play:hover {
    opacity: .7
}

div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0
}

div.pp_default .pp_bottom .pp_left {
    background: url(../graphics/prettyPhoto/default/sprite.png) -78px -127px no-repeat
}

div.pp_default .pp_bottom .pp_middle {
    background: url(../graphics/prettyPhoto/default/sprite_x.png) bottom left repeat-x
}

div.pp_default .pp_bottom .pp_right {
    background: url(../graphics/prettyPhoto/default/sprite.png) -112px -127px no-repeat
}

div.pp_default .pp_loaderIcon {
    background: url(../graphics/prettyPhoto/default/loader.gif) center center no-repeat
}

div.light_rounded .pp_top .pp_left {
    background: url(../graphics/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}

div.light_rounded .pp_top .pp_right {
    background: url(../graphics/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}

div.light_rounded .pp_next:hover {
    background: url(../graphics/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.light_rounded .pp_previous:hover {
    background: url(../graphics/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.light_rounded .pp_expand {
    background: url(../graphics/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_expand:hover {
    background: url(../graphics/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_contract {
    background: url(../graphics/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_contract:hover {
    background: url(../graphics/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../graphics/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_nav .pp_play {
    background: url(../graphics/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_rounded .pp_nav .pp_pause {
    background: url(../graphics/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_rounded .pp_arrow_previous {
    background: url(../graphics/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}

div.light_rounded .pp_arrow_next {
    background: url(../graphics/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}

div.light_rounded .pp_bottom .pp_left {
    background: url(../graphics/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}

div.light_rounded .pp_bottom .pp_right {
    background: url(../graphics/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_top .pp_left {
    background: url(../graphics/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}

div.dark_rounded .pp_top .pp_right {
    background: url(../graphics/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}

div.dark_rounded .pp_content_container .pp_left {
    background: url(../graphics/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
}

div.dark_rounded .pp_content_container .pp_right {
    background: url(../graphics/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
}

div.dark_rounded .pp_next:hover {
    background: url(../graphics/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_previous:hover {
    background: url(../graphics/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_expand {
    background: url(../graphics/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_expand:hover {
    background: url(../graphics/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_contract {
    background: url(../graphics/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_contract:hover {
    background: url(../graphics/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../graphics/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_description {
    margin-right: 85px;
    color: #fff
}

div.dark_rounded .pp_nav .pp_play {
    background: url(../graphics/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_rounded .pp_nav .pp_pause {
    background: url(../graphics/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_rounded .pp_arrow_previous {
    background: url(../graphics/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}

div.dark_rounded .pp_arrow_next {
    background: url(../graphics/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}

div.dark_rounded .pp_bottom .pp_left {
    background: url(../graphics/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}

div.dark_rounded .pp_bottom .pp_right {
    background: url(../graphics/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_loaderIcon {
    background: url(../graphics/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}

div.dark_square .pp_content,
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right {
    background: #000
}

div.dark_square .pp_description {
    color: #fff;
    margin: 0 85px 0 0
}

div.dark_square .pp_loaderIcon {
    background: url(../graphics/prettyPhoto/dark_square/loader.gif) center center no-repeat
}

div.dark_square .pp_expand {
    background: url(../graphics/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.dark_square .pp_expand:hover {
    background: url(../graphics/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.dark_square .pp_contract {
    background: url(../graphics/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.dark_square .pp_contract:hover {
    background: url(../graphics/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../graphics/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.dark_square .pp_nav {
    clear: none
}

div.dark_square .pp_nav .pp_play {
    background: url(../graphics/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_square .pp_nav .pp_pause {
    background: url(../graphics/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_square .pp_arrow_previous {
    background: url(../graphics/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}

div.dark_square .pp_arrow_next {
    background: url(../graphics/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}

div.dark_square .pp_next:hover {
    background: url(../graphics/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.dark_square .pp_previous:hover {
    background: url(../graphics/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.light_square .pp_expand {
    background: url(../graphics/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.light_square .pp_expand:hover {
    background: url(../graphics/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.light_square .pp_contract {
    background: url(../graphics/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.light_square .pp_contract:hover {
    background: url(../graphics/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../graphics/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.light_square .pp_nav .pp_play {
    background: url(../graphics/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_square .pp_nav .pp_pause {
    background: url(../graphics/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_square .pp_arrow_previous {
    background: url(../graphics/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}

div.light_square .pp_arrow_next {
    background: url(../graphics/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}

div.light_square .pp_next:hover {
    background: url(../graphics/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.light_square .pp_previous:hover {
    background: url(../graphics/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.facebook .pp_top .pp_left {
    background: url(../graphics/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}

div.facebook .pp_top .pp_middle {
    background: url(../graphics/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}

div.facebook .pp_top .pp_right {
    background: url(../graphics/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}

div.facebook .pp_content_container .pp_left {
    background: url(../graphics/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}

div.facebook .pp_content_container .pp_right {
    background: url(../graphics/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}

div.facebook .pp_expand {
    background: url(../graphics/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.facebook .pp_expand:hover {
    background: url(../graphics/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.facebook .pp_contract {
    background: url(../graphics/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.facebook .pp_contract:hover {
    background: url(../graphics/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(../graphics/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.facebook .pp_description {
    margin: 0 37px 0 0
}

div.facebook .pp_loaderIcon {
    background: url(../graphics/prettyPhoto/facebook/loader.gif) center center no-repeat
}

div.facebook .pp_arrow_previous {
    background: url(../graphics/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default
}

div.facebook .pp_arrow_next {
    background: url(../graphics/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default
}

div.facebook .pp_nav {
    margin-top: 0
}

div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px
}

div.facebook .pp_nav .pp_play {
    background: url(../graphics/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px
}

div.facebook .pp_nav .pp_pause {
    background: url(../graphics/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px
}

div.facebook .pp_next:hover {
    background: url(../graphics/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.facebook .pp_previous:hover {
    background: url(../graphics/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.facebook .pp_bottom .pp_left {
    background: url(../graphics/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}

div.facebook .pp_bottom .pp_middle {
    background: url(../graphics/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}

div.facebook .pp_bottom .pp_right {
    background: url(../graphics/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}

div.pp_pic_holder a:focus {
    outline: 0
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000
}

.pp_content {
    height: 40px;
    min-width: 40px
}

* html .pp_content {
    width: 40px
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%
}

.pp_content_container .pp_left {
    padding-left: 20px
}

.pp_content_container .pp_right {
    padding-right: 20px
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px
}

.pp_description {
    display: none;
    margin: 0
}

.pp_social {
    float: left;
    margin: 0
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden
}

.pp_social .twitter {
    float: left
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0
}

.pp_nav p {
    float: left;
    white-space: nowrap;
    margin: 2px 4px
}

.pp_nav .pp_pause,
.pp_nav .pp_play {
    float: left;
    margin-right: 4px;
    text-indent: -10000px
}

a.pp_arrow_next,
a.pp_arrow_previous {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative
}

.pp_gallery ul {
    float: left;
    height: 35px;
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 5px;
    padding: 0
}

.pp_gallery ul a {
    border: 1px rgba(0, 0, 0, .5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden
}

.pp_gallery ul a img {
    border: 0
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0
}

.pp_gallery li.default a {
    background: url(../graphics/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px
}

.pp_gallery .pp_arrow_next,
.pp_gallery .pp_arrow_previous {
    margin-top: 7px!important
}

a.pp_next {
    background: url(../graphics/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_previous {
    background: url(../graphics/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_contract,
a.pp_expand {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px
}

#pp_full_res {
    line-height: 1!important
}

#pp_full_res .pp_inline {
    text-align: left
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px
}

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px
}

div.light_rounded .pp_content,
div.pp_default .pp_content {
    background-color: #fff
}

div.facebook #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.pp_default #pp_full_res .pp_inline {
    color: #000
}

.pp_gallery li.selected a,
.pp_gallery ul a:hover,
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
    border-color: #fff
}

div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.facebook .pp_details,
div.light_rounded .pp_details,
div.light_square .pp_details,
div.pp_default .pp_details {
    position: relative
}

div.facebook .pp_content,
div.light_rounded .pp_bottom .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_top .pp_middle,
div.light_square .pp_content,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right {
    background: #fff
}

div.light_rounded .pp_description,
div.light_square .pp_description {
    margin-right: 85px
}

div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous {
    margin-top: 12px!important
}

div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_rounded .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default
}

div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_rounded .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default
}

div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
    background: url(../graphics/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}

div.dark_rounded .pp_bottom .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_top .pp_middle {
    background: url(../graphics/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}

div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
    color: #c4c4c4
}

div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
    color: #fff
}

.pp_bottom,
.pp_top {
    height: 20px;
    position: relative
}

* html .pp_bottom,
* html .pp_top {
    padding: 0 20px
}

.pp_bottom .pp_left,
.pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}

.pp_bottom .pp_middle,
.pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px
}

* html .pp_bottom .pp_middle,
* html .pp_top .pp_middle {
    left: 0;
    position: static
}

.pp_bottom .pp_right,
.pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.pp_fade,
.pp_gallery li.default a img {
    display: none
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner,
.fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(../3rdparty/scripts/fancybox/2.1.5/img/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../3rdparty/scripts/fancybox/2.1.5/img/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../3rdparty/scripts/fancybox/2.1.5/img/blank.gif);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}

.fancybox-lock {
    overflow: hidden!important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden!important
}

.fancybox-lock-test {
    overflow-y: hidden!important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../3rdparty/scripts/fancybox/2.1.5/img/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-next span,
    .fancybox-prev span {
        background-image: url(../3rdparty/scripts/fancybox/2.1.5/img/fancybox_sprite%402x.png);
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url(../3rdparty/scripts/fancybox/2.1.5/img/fancybox_loading%402x.gif);
        background-size: 24px 24px
    }
}

.sidr {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 15px;
    background: #333;
    color: #fff;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-box-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222
}

.sidr .sidr-inner {
    padding: 0 0 15px
}

.sidr.right {
    left: auto;
    right: -260px
}

.sidr.left {
    left: -260px;
    right: auto
}

.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    background-image: linear-gradient(#4d4d4d, #1a1a1a);
    -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px 3px rgba(0, 0, 0, .2);
    margin: 0 0 5px;
    padding: 0 15px
}

.sidr p {
    font-size: 13px;
    margin: 0 0 12px
}

.sidr p a {
    color: rgba(255, 255, 255, .9)
}

.sidr ul {
    display: block;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #4d4d4d;
    margin: 0 0 15px;
    padding: 0
}

.sidr ul li {
    display: block;
    line-height: 48px;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #1a1a1a;
    margin: 0
}

.sidr ul li.active,
.sidr ul li.sidr-class-active,
.sidr ul li:hover {
    border-top: none;
    line-height: 49px
}

.sidr ul li a,
.sidr ul li span {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0 15px
}

.sidr ul li ul {
    border-bottom: none;
    margin: 0
}

.sidr ul li ul li {
    line-height: 40px;
    font-size: 13px
}

.sidr ul li ul li:last-child {
    border-bottom: none
}

.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active,
.sidr ul li ul li:hover {
    border-top: none;
    line-height: 41px
}

.sidr ul li ul li a,
.sidr ul li ul li span {
    color: rgba(255, 255, 255, .8);
    padding-left: 30px
}

.sidr form {
    margin: 0 15px
}

.sidr label {
    font-size: 13px
}

.sidr input[type=date],
.sidr input[type=datetime],
.sidr input[type=email],
.sidr input[type=number],
.sidr input[type=password],
.sidr input[type=search],
.sidr input[type=tel],
.sidr input[type=text],
.sidr input[type=time],
.sidr input[type=url],
.sidr select,
.sidr textarea {
    width: 100%;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background: rgba(0, 0, 0, .1);
    color: rgba(255, 255, 255, .6);
    display: block;
    clear: both;
    margin: 0 0 10px;
    padding: 5px
}

.sidr input[type=checkbox] {
    width: auto;
    display: inline;
    clear: none
}

.sidr input[type=button],
.sidr input[type=submit] {
    color: #333;
    background: #fff
}

.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
    background: rgba(255, 255, 255, .9)
}

.sidr .sidr-inner>p,
.sidr>p {
    margin-left: 15px;
    margin-right: 15px
}

.sidr ul li ul li.active>a,
.sidr ul li ul li.active>span,
.sidr ul li ul li.sidr-class-active>a,
.sidr ul li ul li.sidr-class-active>span,
.sidr ul li ul li:hover>a,
.sidr ul li ul li:hover>span,
.sidr ul li.active>a,
.sidr ul li.active>span,
.sidr ul li.sidr-class-active>a,
.sidr ul li.sidr-class-active>span,
.sidr ul li:hover>a,
.sidr ul li:hover>span {
    -webkit-box-shadow: inset 0 0 15px 3px #222;
    -moz-box-shadow: inset 0 0 15px 3px #222;
    box-shadow: inset 0 0 15px 3px #222
}

.mm-menu.mm-horizontal>.mm-panel {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease
}

.mm-menu .mm-hidden {
    display: none
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu,
.mm-menu>.mm-panel {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0
}

.mm-menu {
    background: inherit;
    display: block;
    overflow: hidden;
    padding: 0
}

.mm-menu>.mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

.mm-menu>.mm-panel.mm-opened {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.mm-menu>.mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
    -moz-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    -o-transform: translate(-30%, 0);
    transform: translate(-30%, 0)
}

.mm-menu>.mm-panel.mm-highest {
    z-index: 1
}

.mm-menu .mm-list {
    padding: 20px 0
}

.mm-menu>.mm-list {
    padding-bottom: 0
}

.mm-menu>.mm-list:after {
    content: '';
    display: block;
    height: 40px
}

.mm-panel>.mm-list {
    margin-left: -20px;
    margin-right: -20px
}

.mm-panel>.mm-list:first-child {
    padding-top: 0
}

.mm-list,
.mm-list>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-list {
    font: inherit;
    font-size: 14px
}

.mm-list a,
.mm-list a:hover {
    text-decoration: none
}

.mm-list>li {
    position: relative
}

.mm-list>li>a,
.mm-list>li>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0
}

.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto
}

.mm-list a.mm-subopen {
    background: rgba(255, 255, 255, .6);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.mm-list a.mm-subopen:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.mm-list a.mm-subopen.mm-fullsubopen {
    width: 100%
}

.mm-list a.mm-subopen.mm-fullsubopen:before {
    border-left: none
}

.mm-list a.mm-subopen+a,
.mm-list a.mm-subopen+span {
    padding-right: 5px;
    margin-right: 40px
}

.mm-list>li.mm-selected>a.mm-subopen {
    background: 0 0
}

.mm-list>li.mm-selected>a.mm-fullsubopen+a,
.mm-list>li.mm-selected>a.mm-fullsubopen+span {
    padding-right: 45px;
    margin-right: 0
}

.mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px
}

.mm-list>li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px
}

.mm-list>li.mm-spacer {
    padding-top: 40px
}

.mm-list>li.mm-spacer.mm-label {
    padding-top: 25px
}

.mm-list a.mm-subclose:before,
.mm-list a.mm-subopen:after {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%
}

.mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px
}

.mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px
}

.mm-menu.mm-vertical .mm-list .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent
}

.mm-menu.mm-vertical .mm-list li.mm-opened>.mm-panel {
    display: block
}

.mm-menu.mm-vertical .mm-list>li>a.mm-subopen {
    height: 40px
}

.mm-menu.mm-vertical .mm-list>li>a.mm-subopen:after {
    top: 16px;
    bottom: auto
}

.mm-menu.mm-vertical .mm-list>li.mm-opened>a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-menu.mm-vertical .mm-list>li.mm-label>a.mm-subopen {
    height: 25px
}

html.mm-opened .mm-page {
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.mm-menu {
    background: #333;
    color: rgba(255, 255, 255, .6)
}

.mm-menu .mm-list>li:after {
    border-color: rgba(0, 0, 0, .15)
}

.mm-menu .mm-list>li>a.mm-subclose {
    background: rgba(0, 0, 0, .1);
    color: rgba(255, 255, 255, .3)
}

.mm-menu .mm-list>li>a.mm-subclose:before,
.mm-menu .mm-list>li>a.mm-subopen:after {
    border-color: rgba(0, 0, 0, .6)
}

.mm-menu .mm-list>li>a.mm-subopen:before {
    border-color: rgba(0, 0, 0, .15)
}

.mm-menu .mm-list>li.mm-selected>a:not(.mm-subopen),
.mm-menu .mm-list>li.mm-selected>span {
    background: rgba(0, 0, 0, .1)
}

.mm-menu .mm-list>li.mm-label {
    background: rgba(255, 255, 255, .05)
}

.mm-menu.mm-vertical .mm-list li.mm-opened>a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened>ul {
    background: rgba(255, 255, 255, .05)
}

.mm-menu.mm-vertical .mm-list li.mm-opened>a.mm-subopen {
    background: rgba(255, 255, 255, .6)
}

.mm-page {
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
    transition: transform .4s ease
}

html.mm-opened {
    overflow: hidden;
    position: relative
}

html.mm-opened body {
    overflow: hidden
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999
}

html.mm-blocking #mm-blocker,
html.mm-opened #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    display: none;
    position: fixed
}

.mm-menu.mm-current {
    display: block
}

.mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -moz-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    -o-transform: translate(80%, 0);
    transform: translate(80%, 0)
}

@media all and (max-width:175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -moz-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        -o-transform: translate(140px, 0);
        transform: translate(140px, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(440px, 0);
        -moz-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        -o-transform: translate(440px, 0);
        transform: translate(440px, 0)
    }
}

.mm-buttonbar {
    border: 1px solid transparent;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0;
    position: relative
}

.mm-buttonbar:after {
    content: '';
    display: block;
    clear: both
}

.mm-buttonbar>* {
    border-left: 1px solid transparent;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-buttonbar>a {
    text-decoration: none
}

.mm-buttonbar>input {
    position: absolute;
    left: -1000px;
    top: -1000px
}

.mm-buttonbar>input:checked+label {
    border-color: transparent!important
}

.mm-buttonbar>:first-child,
.mm-buttonbar>input:first-child+* {
    border-left: none
}

.mm-buttonbar.mm-buttonbar-2>* {
    width: 50%
}

.mm-buttonbar.mm-buttonbar-3>* {
    width: 33.33%
}

.mm-buttonbar.mm-buttonbar-4>* {
    width: 25%
}

.mm-buttonbar.mm-buttonbar-5>* {
    width: 20%
}

.mm-header .mm-buttonbar {
    margin-top: 20px;
    margin-left: -30px;
    margin-right: -30px
}

.mm-footer .mm-buttonbar {
    border: none;
    border-radius: none;
    line-height: 40px;
    margin: -10px -10px 0 -20px
}

.mm-footer .mm-buttonbar>* {
    border-left: none
}

.mm-list>li>.mm-buttonbar {
    margin: 10px 20px
}

.mm-menu .mm-buttonbar {
    border-color: rgba(255, 255, 255, .6);
    background: #333
}

.mm-menu .mm-buttonbar>* {
    border-color: rgba(255, 255, 255, .6)
}

.mm-menu .mm-buttonbar>input:checked+label {
    background: rgba(255, 255, 255, .6);
    color: #333
}

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 40px;
    top: 50%
}

em.mm-counter+a.mm-subopen {
    padding-left: 40px
}

em.mm-counter+a.mm-subopen+a,
em.mm-counter+a.mm-subopen+span {
    margin-right: 80px
}

em.mm-counter+a.mm-fullsubopen {
    padding-left: 0
}

.mm-vertical em.mm-counter {
    top: 12px;
    margin-top: 0
}

.mm-nosubresults>em.mm-counter {
    display: none
}

.mm-menu em.mm-counter {
    color: rgba(255, 255, 255, .3)
}

html.mm-opened.mm-dragging #mm-blocker,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.mm-footer {
    background: inherit;
    border-top: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 10px 10px 0 20px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0
}

.mm-menu.mm-hasfooter>.mm-panel:after {
    height: 80px
}

.mm-menu .mm-footer {
    border-color: rgba(0, 0, 0, .15);
    color: rgba(255, 255, 255, .3)
}

.mm-header {
    background: inherit;
    border-bottom: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding: 0 50px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0
}

.mm-header .mm-close,
.mm-header .mm-next,
.mm-header .mm-prev,
.mm-header .mm-title {
    padding-top: 30px
}

.mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative
}

.mm-header .mm-close,
.mm-header .mm-next,
.mm-header .mm-prev {
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    min-width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1
}

.mm-header .mm-prev {
    padding-left: 20px;
    padding-right: 10px;
    left: 0
}

.mm-header .mm-close,
.mm-header .mm-next {
    padding-left: 10px;
    padding-right: 20px;
    right: 0
}

.mm-header [href].mm-next:after,
.mm-header [href].mm-prev:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-header [href].mm-prev:before {
    border-right: none;
    border-bottom: none;
    margin-left: 2px;
    margin-right: 5px
}

.mm-header [href].mm-close:after,
.mm-header [href].mm-next:after {
    margin-left: 5px;
    margin-right: -2px
}

.mm-header [href].mm-next:after {
    border-top: none;
    border-left: none
}

.mm-header [href].mm-close:after {
    content: 'x'
}

.mm-menu.mm-hassearch .mm-header {
    height: 50px;
    top: 50px
}

.mm-menu.mm-hassearch .mm-header .mm-close,
.mm-menu.mm-hassearch .mm-header .mm-next,
.mm-menu.mm-hassearch .mm-header .mm-prev,
.mm-menu.mm-hassearch .mm-header .mm-title {
    padding-top: 20px
}

.mm-menu.mm-hasheader li.mm-subtitle {
    display: none
}

.mm-menu.mm-hasheader>.mm-panel {
    padding-top: 80px
}

.mm-menu.mm-hasheader>.mm-panel.mm-list {
    padding-top: 60px
}

.mm-menu.mm-hasheader>.mm-panel>.mm-list:first-child {
    margin-top: -20px
}

.mm-menu.mm-hasheader.mm-hassearch>.mm-panel {
    padding-top: 120px
}

.mm-menu.mm-hasheader.mm-hassearch>.mm-panel.mm-list {
    padding-top: 100px
}

.mm-menu .mm-header {
    border-color: rgba(0, 0, 0, .15);
    color: rgba(255, 255, 255, .3)
}

.mm-menu .mm-header .mm-close:after,
.mm-menu .mm-header .mm-next:after,
.mm-menu .mm-header .mm-prev:before {
    border-color: rgba(255, 255, 255, .3)
}

.mm-list li.mm-label>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 25px
}

.mm-list li.mm-label.mm-opened a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-list li.mm-collapsed:not(.mm-uncollapsed) {
    display: none
}

.mm-menu.mm-vertical .mm-list>li.mm-label>a.mm-subopen:after {
    top: 8.5px
}

.mm-menu .mm-list li.mm-label>div>div {
    background: rgba(255, 255, 255, .05)
}

.mm-search,
.mm-search input {
    box-sizing: border-box
}

.mm-list>li.mm-search {
    padding: 10px;
    margin-top: -20px
}

.mm-list>li.mm-subtitle+li.mm-search {
    margin-top: 0
}

div.mm-panel>div.mm-search {
    padding: 0 0 10px 0
}

.mm-menu.mm-hasheader .mm-list>li.mm-search {
    margin-top: 0
}

.mm-menu>.mm-search {
    background: inherit;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.mm-search {
    padding: 10px
}

.mm-search input {
    border: none;
    border-radius: 30px;
    font: inherit;
    font-size: 14px;
    line-height: 30px;
    outline: 0;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px
}

.mm-search input::-ms-clear {
    display: none
}

.mm-menu .mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    display: none;
    padding: 60px 0
}

.mm-menu .mm-noresultsmsg:after {
    border: none!important
}

.mm-noresults .mm-noresultsmsg {
    display: block
}

.mm-menu li.mm-nosubresults>a.mm-subopen {
    display: none
}

.mm-menu li.mm-nosubresults>a.mm-subopen+a,
.mm-menu li.mm-nosubresults>a.mm-subopen+span {
    padding-right: 10px
}

.mm-menu.mm-hassearch>.mm-panel {
    padding-top: 70px
}

.mm-menu.mm-hassearch>.mm-panel>.mm-list:first-child {
    margin-top: -20px
}

.mm-menu.mm-hasheader>.mm-panel>div.mm-search:first-child {
    margin-top: -10px
}

.mm-menu.mm-hasheader>.mm-panel>div.mm-search:first-child+.mm-list {
    padding-top: 0
}

.mm-menu .mm-search input {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .6)
}

.mm-menu .mm-noresultsmsg {
    color: rgba(255, 255, 255, .3)
}

input.mm-check,
input.mm-toggle {
    position: absolute;
    left: -10000px
}

label.mm-check,
label.mm-toggle {
    margin: 0;
    position: absolute;
    bottom: 50%;
    z-index: 2
}

label.mm-check:before,
label.mm-toggle:before {
    content: '';
    display: block
}

label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-bottom: -15px
}

label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px
}

input.mm-toggle:checked~label.mm-toggle:before {
    float: right
}

label.mm-check {
    width: 30px;
    height: 30px;
    margin-bottom: -15px
}

label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: .1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

input.mm-check:checked~label.mm-check:before {
    opacity: 1
}

.mm-menu.mm-vertical .mm-list>li label.mm-check,
.mm-menu.mm-vertical .mm-list>li label.mm-toggle {
    bottom: auto;
    margin-bottom: 0
}

.mm-menu.mm-vertical .mm-list>li label.mm-toggle {
    top: 5px
}

.mm-menu.mm-vertical .mm-list>li label.mm-check {
    top: 5px
}

label.mm-check,
label.mm-toggle {
    right: 20px
}

label.mm-toggle+a,
label.mm-toggle+span {
    margin-right: 70px
}

label.mm-check+a,
label.mm-check+span {
    margin-right: 50px
}

a.mm-subopen+label.mm-check,
a.mm-subopen+label.mm-toggle {
    right: 50px
}

a.mm-subopen+label.mm-toggle+a,
a.mm-subopen+label.mm-toggle+span {
    margin-right: 100px
}

a.mm-subopen+label.mm-check+a,
a.mm-subopen+label.mm-check+span {
    margin-right: 80px
}

em.mm-counter+a.mm-subopen+label.mm-check,
em.mm-counter+a.mm-subopen+label.mm-toggle {
    right: 90px
}

em.mm-counter+a.mm-subopen+label.mm-toggle+a,
em.mm-counter+a.mm-subopen+label.mm-toggle+span {
    margin-right: 140px
}

em.mm-counter+a.mm-subopen+label.mm-check+a,
em.mm-counter+a.mm-subopen+label.mm-check+span {
    margin-right: 120px
}

.mm-menu label.mm-toggle {
    background: rgba(0, 0, 0, .15)
}

.mm-menu label.mm-toggle:before {
    background: #333
}

.mm-menu input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu label.mm-check:before {
    border-color: rgba(255, 255, 255, .6)
}

html.mm-slide .mm-menu {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease
}

html.mm-slide.mm-opened .mm-menu {
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    transform: translateX(-30%)
}

html.mm-slide.mm-opening .mm-menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

html.mm-slide.mm-right.mm-opened .mm-menu {
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -ms-transform: translateX(30%);
    -o-transform: translateX(30%);
    transform: translateX(30%)
}

html.mm-slide.mm-right.mm-opening .mm-menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

html.mm-slide.mm-top.mm-opened .mm-menu {
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%)
}

html.mm-slide.mm-top.mm-opening .mm-menu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

html.mm-slide.mm-bottom.mm-opened .mm-menu {
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(30%)
}

html.mm-slide.mm-bottom.mm-opening .mm-menu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

html.mm-zoom-menu .mm-menu {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease
}

html.mm-zoom-menu.mm-opened .mm-menu {
    -webkit-transform: scale(.7, .7) translateX(-30%);
    -moz-transform: scale(.7, .7) translateX(-30%);
    -ms-transform: scale(.7, .7) translateX(-30%);
    -o-transform: scale(.7, .7) translateX(-30%);
    transform: scale(.7, .7) translateX(-30%);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

html.mm-zoom-menu.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateX(0);
    -moz-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0)
}

html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
    -webkit-transform: scale(.7, .7) translateX(30%);
    -moz-transform: scale(.7, .7) translateX(30%);
    -ms-transform: scale(.7, .7) translateX(30%);
    -o-transform: scale(.7, .7) translateX(30%);
    transform: scale(.7, .7) translateX(30%);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center
}

html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateX(0);
    -moz-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0)
}

html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
    -webkit-transform: scale(.7, .7) translateY(-30%);
    -moz-transform: scale(.7, .7) translateY(-30%);
    -ms-transform: scale(.7, .7) translateY(-30%);
    -o-transform: scale(.7, .7) translateY(-30%);
    transform: scale(.7, .7) translateY(-30%);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top
}

html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateY(0);
    -moz-transform: scale(1, 1) translateY(0);
    -ms-transform: scale(1, 1) translateY(0);
    -o-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0)
}

html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
    -webkit-transform: scale(.7, .7) translateY(30%);
    -moz-transform: scale(.7, .7) translateY(30%);
    -ms-transform: scale(.7, .7) translateY(30%);
    -o-transform: scale(.7, .7) translateY(30%);
    transform: scale(.7, .7) translateY(30%);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom
}

html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateY(0);
    -moz-transform: scale(1, 1) translateY(0);
    -ms-transform: scale(1, 1) translateY(0);
    -o-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0)
}

html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel {
    -webkit-transform: scale(1.5, 1.5) translateX(100%);
    -moz-transform: scale(1.5, 1.5) translateX(100%);
    -ms-transform: scale(1.5, 1.5) translateX(100%);
    -o-transform: scale(1.5, 1.5) translateX(100%);
    transform: scale(1.5, 1.5) translateX(100%);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-property: -webkit-transform, left;
    transition-property: transform, left
}

html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translateX(0);
    -moz-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0)
}

html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel.mm-opened.mm-subopened {
    -webkit-transform: scale(.7, .7) translateX(-30%);
    -moz-transform: scale(.7, .7) translateX(-30%);
    -ms-transform: scale(.7, .7) translateX(-30%);
    -o-transform: scale(.7, .7) translateX(-30%);
    transform: scale(.7, .7) translateX(-30%)
}

.mm-menu.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px
}

html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

@media all and (max-width:140px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -moz-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        -o-transform: translate(140px, 0);
        transform: translate(140px, 0)
    }
}

@media all and (min-width:10000px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(10000px, 0);
        -moz-transform: translate(10000px, 0);
        -ms-transform: translate(10000px, 0);
        -o-transform: translate(10000px, 0);
        transform: translate(10000px, 0)
    }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

@media all and (max-width:140px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -moz-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        -o-transform: translate(-140px, 0);
        transform: translate(-140px, 0)
    }
}

@media all and (min-width:10000px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-10000px, 0);
        -moz-transform: translate(-10000px, 0);
        -ms-transform: translate(-10000px, 0);
        -o-transform: translate(-10000px, 0);
        transform: translate(-10000px, 0)
    }
}

.mm-menu.mm-front.mm-fullscreen.mm-bottom,
.mm-menu.mm-front.mm-fullscreen.mm-top {
    height: 100%;
    min-height: 140px;
    max-height: 10000px
}

html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none!important
}

.mm-menu.mm-bottom,
.mm-menu.mm-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%
}

.mm-menu.mm-right {
    left: auto;
    right: 0
}

.mm-menu.mm-bottom {
    top: auto;
    bottom: 0
}

html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -moz-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    -o-transform: translate(-80%, 0);
    transform: translate(-80%, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -moz-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        -o-transform: translate(-140px, 0);
        transform: translate(-140px, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-440px, 0);
        -moz-transform: translate(-440px, 0);
        -ms-transform: translate(-440px, 0);
        -o-transform: translate(-440px, 0);
        transform: translate(-440px, 0)
    }
}

html.mm-front .mm-slideout {
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
    transform: none!important;
    z-index: 0!important
}

.mm-menu.mm-front {
    z-index: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5)
}

html.mm-opened.mm-next .mm-page {
    box-shadow: none
}

.mm-menu.mm-front,
.mm-menu.mm-next {
    -webkit-transition: -webkit-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
    transition: transform .4s ease;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

.mm-menu.mm-front.mm-top {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

.mm-menu.mm-front.mm-bottom {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%)
}

html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.mm-menu.mm-front.mm-bottom,
.mm-menu.mm-front.mm-top {
    height: 80%;
    min-height: 140px;
    max-height: 880px
}

html.mm-opened.mm-light .mm-page {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.mm-menu.mm-light {
    background: #f3f3f3;
    color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-light .mm-list>li:after {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-light .mm-list>li>a.mm-subclose {
    background: rgba(255, 255, 255, .6);
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-light .mm-list>li>a.mm-subclose:before,
.mm-menu.mm-light .mm-list>li>a.mm-subopen:after {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-light .mm-list>li>a.mm-subopen:before {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-light .mm-list>li.mm-selected>a:not(.mm-subopen),
.mm-menu.mm-light .mm-list>li.mm-selected>span {
    background: rgba(255, 255, 255, .6)
}

.mm-menu.mm-light .mm-list>li.mm-label {
    background: rgba(0, 0, 0, .03)
}

.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened>a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened>ul {
    background: rgba(0, 0, 0, .03)
}

.mm-menu.mm-light .mm-buttonbar {
    border-color: rgba(0, 0, 0, .6);
    background: #f3f3f3
}

.mm-menu.mm-light .mm-buttonbar>* {
    border-color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-light .mm-buttonbar>input:checked+label {
    background: rgba(0, 0, 0, .6);
    color: #f3f3f3
}

.mm-menu.mm-light label.mm-check:before {
    border-color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-light em.mm-counter {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-light .mm-footer {
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-light .mm-header {
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-light .mm-header .mm-close:after,
.mm-menu.mm-light .mm-header .mm-next:after,
.mm-menu.mm-light .mm-header .mm-prev:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-light .mm-list li.mm-label>div>div {
    background: rgba(0, 0, 0, .03)
}

.mm-menu.mm-light .mm-search input {
    background: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-light .mm-noresultsmsg {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-light label.mm-toggle {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3
}

.mm-menu.mm-light input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

html.mm-opened.mm-white .mm-page {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.mm-menu.mm-white {
    background: #fff;
    color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-white .mm-list>li:after {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-white .mm-list>li>a.mm-subclose {
    background: rgba(0, 0, 0, .06);
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-white .mm-list>li>a.mm-subclose:before,
.mm-menu.mm-white .mm-list>li>a.mm-subopen:after {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-white .mm-list>li>a.mm-subopen:before {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-white .mm-list>li.mm-selected>a:not(.mm-subopen),
.mm-menu.mm-white .mm-list>li.mm-selected>span {
    background: rgba(0, 0, 0, .06)
}

.mm-menu.mm-white .mm-list>li.mm-label {
    background: rgba(0, 0, 0, .03)
}

.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened>a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened>ul {
    background: rgba(0, 0, 0, .03)
}

.mm-menu.mm-white .mm-buttonbar {
    border-color: rgba(0, 0, 0, .6);
    background: #fff
}

.mm-menu.mm-white .mm-buttonbar>* {
    border-color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-white .mm-buttonbar>input:checked+label {
    background: rgba(0, 0, 0, .6);
    color: #fff
}

.mm-menu.mm-white label.mm-check:before {
    border-color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-white em.mm-counter {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-white .mm-footer {
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-white .mm-header {
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-white .mm-header .mm-close:after,
.mm-menu.mm-white .mm-header .mm-next:after,
.mm-menu.mm-white .mm-header .mm-prev:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-white .mm-list li.mm-label>div>div {
    background: rgba(0, 0, 0, .03)
}

.mm-menu.mm-white .mm-search input {
    background: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-white .mm-noresultsmsg {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-white label.mm-toggle {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-white label.mm-toggle:before {
    background: #fff
}

.mm-menu.mm-white input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

html.mm-opened.mm-black .mm-page {
    box-shadow: none
}

.mm-menu.mm-black {
    background: #000;
    color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-black .mm-list>li:after {
    border-color: rgba(255, 255, 255, .2)
}

.mm-menu.mm-black .mm-list>li>a.mm-subclose {
    background: rgba(255, 255, 255, .25);
    color: rgba(255, 255, 255, .3)
}

.mm-menu.mm-black .mm-list>li>a.mm-subclose:before,
.mm-menu.mm-black .mm-list>li>a.mm-subopen:after {
    border-color: rgba(255, 255, 255, .3)
}

.mm-menu.mm-black .mm-list>li>a.mm-subopen:before {
    border-color: rgba(255, 255, 255, .2)
}

.mm-menu.mm-black .mm-list>li.mm-selected>a:not(.mm-subopen),
.mm-menu.mm-black .mm-list>li.mm-selected>span {
    background: rgba(255, 255, 255, .25)
}

.mm-menu.mm-black .mm-list>li.mm-label {
    background: rgba(255, 255, 255, .15)
}

.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened>a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened>ul {
    background: rgba(255, 255, 255, .15)
}

.mm-menu.mm-black .mm-buttonbar {
    border-color: rgba(255, 255, 255, .6);
    background: #000
}

.mm-menu.mm-black .mm-buttonbar>* {
    border-color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-black .mm-buttonbar>input:checked+label {
    background: rgba(255, 255, 255, .6);
    color: #000
}

.mm-menu.mm-black label.mm-check:before {
    border-color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-black em.mm-counter {
    color: rgba(255, 255, 255, .3)
}

.mm-menu.mm-black .mm-footer {
    border-color: rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .3)
}

.mm-menu.mm-black .mm-header {
    border-color: rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .3)
}

.mm-menu.mm-black .mm-header .mm-close:after,
.mm-menu.mm-black .mm-header .mm-next:after,
.mm-menu.mm-black .mm-header .mm-prev:before {
    border-color: rgba(255, 255, 255, .3)
}

.mm-menu.mm-black .mm-list li.mm-label>div>div {
    background: rgba(255, 255, 255, .15)
}

.mm-menu.mm-black .mm-search input {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-black .mm-noresultsmsg {
    color: rgba(255, 255, 255, .3)
}

.mm-menu.mm-black label.mm-toggle {
    background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-black label.mm-toggle:before {
    background: #000
}

.mm-menu.mm-black input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

#nav-toggle {
    height: 25px;
    position: absolute;
    right: 1.5rem;
    top: 2.1rem;
    cursor: pointer;
    width: 36px;
    opacity: 1;
    z-index: 99999;
    outline: 0
}

#nav-toggle span:after,
#nav-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    transition: top .15s ease-in, transform .25s .15s ease-in
}

#nav-toggle span {
    transition: transform .25s .15s ease-in
}

header.scroll #nav-toggle span,
header.scroll #nav-toggle span:after,
header.scroll #nav-toggle span:before {
    background: #2a2a2a
}

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
    background: #fff;
    display: block;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    border-radius: 5px
}

#nav-toggle.active span {
    transform: rotate3d(0, 0, 1, 135deg)
}

#nav-toggle.active span,
#nav-toggle.active span:after,
#nav-toggle.active span:before {
    background: #fff;
    top: 0;
    z-index: 99999
}

#nav-toggle.active span:after,
#nav-toggle.active span:before {
    transform: rotate3d(0, 0, 1, 90deg)
}

#nav-toggle span:before {
    top: 10px
}

#nav-toggle span:after {
    bottom: 3px
}

#nav-toggle span {
    top: 50%
}

ul.efelle-menu li {
    background-image: none
}

.menu-button .click-to-call {
    display: block;
    height: 40px;
    width: 40px;
    float: right;
    margin: 18px 13px 0;
    background: transparent url(../graphics/click-to-call-icon.png) center center no-repeat
}

.blog_main_wrapper {
    bottom: 30px;
    position: relative
}

.blog_ttl_wrapper {
    height: 40px
}

.blog_pagination {
    color: #9f9f9f;
    font-size: 13px;
    float: right
}

.blog_pages_select select {
    width: 40px;
    color: #9f9f9f
}

.main-cnt .cont_main h1 {
    font-size: 38px;
    margin: 0 0 45px
}

.main-cnt .cont_main h2 {
    font-size: 24px
}

.main-cnt .cont_main img.main-image {
    margin-top: 0
}

.main-cnt .cont_main img {
    margin-bottom: 35px;
    margin-top: 25px
}

.cont_wrapper {
    clear: both;
    width: 100%
}

.cont_wrapper .date {
    width: 60px;
    background-color: #ff612e;
    position: absolute;
    top: 0;
    right: 0
}

.cont_wrapper .date h2 {
    width: 40px;
    height: 60px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 600;
    margin: 0 auto;
    padding-top: 4px;
    text-align: center;
    text-transform: uppercase
}

.post_image {
    position: relative;
    width: 630px;
    height: 275px
}

.photo {
    position: relative;
    z-index: 10;
    bottom: 40px;
    left: 8px;
    width: 96px
}

.post_overview {
    margin: 20px 0 50px 120px;
    width: 70%
}

.cont_head h2 {
    font-size: 26px;
    font-style: normal;
    line-height: 30px;
    font-weight: 200;
    text-transform: none
}

.cont_head h2 a {
    color: #2a2a2a
}

.cont_head h2 a:hover {
    color: #f84f10
}

.blog_post .blog_post_header {
    clear: both
}

.blog_post .photo {
    position: static;
    float: left;
    width: 15%
}

.blog_post .cont_head {
    margin: 10px 0 0 0;
    width: 100%
}

.post_author_img {
    margin-top: -52px
}

.post_author_wrapper {
    background-color: #ededed;
    display: block;
    width: 100%;
    padding: 45px 0
}

.post_author_header {
    color: #2a2a2a
}

.post_author_description {
    display: block
}

.post_author_link {
    float: left;
    margin-right: 25px
}

.post_author_image img {
    float: right;
    height: 213px
}

#commentform .right .button {
    font-size: 13.4px;
    width: 150px;
    padding: 13px;
    display: block;
    margin: 0 0 10px
}

#commentform .left {
    padding: 20px;
    width: 100%
}

#commentform .namefields {
    display: table;
    width: 100%
}

#commentform .namefield {
    display: table-cell
}

#commentform .namefields input {
    width: 95%;
    display: inline;
    margin: 0
}

.namefield.email {
    text-align: right
}

.comment_message {
    padding: 0 20px
}

.comment_message textarea {
    height: 100px
}

.blog_sidebar {
    padding: 0;
    margin: 0 0 10px 0
}

.blog_sidebar .content {
    border: 0!important;
    padding: 10px 0 25px!important
}

.blog_sidebar .sidebar_header a {
    background: url(../graphics/sprite/sidebar_nav_plus.png) no-repeat right center!important
}

.blog_sidebar.active .sidebar_header a {
    background: 0 0!important
}

.blog_sidebar .sidebar_header a:active,
.blog_sidebar .sidebar_header a:focus {
    outline: 0
}

.accordion .blog_sidebar .title {
    padding: 0;
    margin: 0 0 10px!important;
    width: 100%!important
}

.accordion .blog_sidebar .title a {
    color: #002e63 /* denyro2805*/!important;
    font-size: 26px!important;
    font-weight: 500;
    margin-top: 5px!important
}

.accordion .blog_sidebar .content p a {
    display: block;
    color: #5a5f63;
    margin-bottom: 5px
}

.accordion .blog_sidebar .content a {
    font-size: 14px
}

div.firststep {
    margin: 60px 0 50px
}

.firststep h3 {
    text-align: right;
    font-size: 22px;
    color: #268a94
}

.calltoaction ul.buttons {
    margin: 55px 0 0
}

@font-face {
    font-family: jenna_sueregular;
    src: url(fonts/jennasue/JennaSue-webfont.eot);
    src: url(fonts/jennasue/JennaSue-webfontd41d.eot?#iefix) format('embedded-opentype'), url(fonts/jennasue/JennaSue-webfont.woff) format('woff'), url(fonts/jennasue/JennaSue-webfont.ttf) format('truetype'), url(fonts/jennasue/JennaSue-webfont.svg#jenna_sueregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    src: url(fonts/poppins/poppins-v3-latin-300.eot);
    src: local('Poppins Light'), local('Poppins-Light'), url(fonts/poppins/poppins-v3-latin-300d41d.eot?#iefix) format('embedded-opentype'), url(fonts/poppins/poppins-v3-latin-300.woff2) format('woff2'), url(fonts/poppins/poppins-v3-latin-300.woff) format('woff'), url(fonts/poppins/poppins-v3-latin-300.ttf) format('truetype'), url(fonts/poppins/poppins-v3-latin-300.svg#Poppins) format('svg')
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/poppins/poppins-v3-latin-regular.eot);
    src: local('Poppins Regular'), local('Poppins-Regular'), url(fonts/poppins/poppins-v3-latin-regulard41d.eot?#iefix) format('embedded-opentype'), url(fonts/poppins/poppins-v3-latin-regular.woff2) format('woff2'), url(fonts/poppins/poppins-v3-latin-regular.woff) format('woff'), url(fonts/poppins/poppins-v3-latin-regular.ttf) format('truetype'), url(fonts/poppins/poppins-v3-latin-regular.svg#Poppins) format('svg')
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    src: url(fonts/poppins/poppins-v3-latin-500.eot);
    src: local('Poppins Medium'), local('Poppins-Medium'), url(fonts/poppins/poppins-v3-latin-500d41d.eot?#iefix) format('embedded-opentype'), url(fonts/poppins/poppins-v3-latin-500.woff2) format('woff2'), url(fonts/poppins/poppins-v3-latin-500.woff) format('woff'), url(fonts/poppins/poppins-v3-latin-500.ttf) format('truetype'), url(fonts/poppins/poppins-v3-latin-500.svg#Poppins) format('svg')
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    src: url(fonts/poppins/poppins-v3-latin-600.eot);
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(fonts/poppins/poppins-v3-latin-600d41d.eot?#iefix) format('embedded-opentype'), url(fonts/poppins/poppins-v3-latin-600.woff2) format('woff2'), url(fonts/poppins/poppins-v3-latin-600.woff) format('woff'), url(fonts/poppins/poppins-v3-latin-600.ttf) format('truetype'), url(fonts/poppins/poppins-v3-latin-600.svg#Poppins) format('svg')
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    src: url(fonts/poppins/poppins-v3-latin-700.eot);
    src: local('Poppins Bold'), local('Poppins-Bold'), url(fonts/poppins/poppins-v3-latin-700d41d.eot?#iefix) format('embedded-opentype'), url(fonts/poppins/poppins-v3-latin-700.woff2) format('woff2'), url(fonts/poppins/poppins-v3-latin-700.woff) format('woff'), url(fonts/poppins/poppins-v3-latin-700.ttf) format('truetype'), url(fonts/poppins/poppins-v3-latin-700.svg#Poppins) format('svg')
}

body,
html {
    min-height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: Poppins, sans-serif;
    -webkit-font-smoothing: antialiased
}

body.no-scroll {
    position: fixed
}

header {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif
}

h1 {
    color: #2a2a2a;
    font-size: 26px;
    font-weight: 500
}

h2 {
    color: #2a2a2a;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.1
}

.blog-block h2 {
    margin-bottom: 80px
}

h3 {
    color: #268a94;
    font-size: 22px;
    font-weight: 500
}

h4 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase
}

h5 {
    color: #2a2a2a;
    font-size: 17px;
    font-weight: 500
}

h6 {
    font-size: 17px;
    font-weight: 600
}

p {
    color: #5a5f63;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

ul li {
    list-style-type: none;
    background: url(../graphics/sprite/arr.png) no-repeat top left;
    margin-bottom: 10px;
    padding: 0 12px;
    color: #5a5f63
}

#breadcrumb li,
#frontpage #filter li,
.buttons li,
.foot-popular ul li,
.foot-services li,
.form_field_element li,
.inline li,
.list_carousel li,
.top-bar ul li,
.top-bar-section ul li {
    background: 0 0;
    font-style: normal
}

ol {
    margin: 15px 0;
    counter-reset: li;
    padding-left: 0
}

ol>li {
    position: relative;
    padding: 0;
    list-style: none;
    margin: 8px 0 0;
    font-size: 14px;
    font-weight: 400
}

ol>li:before {
    content: counter(li) ".";
    counter-increment: li;
    color: #2a2a2a;
    padding: 0 7px 0 0;
    margin-left: -20px
}

strong {
    font-weight: 600
}

blockquote {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 400;
    border-left: none;
    padding: 60px 0 20px 0;
    margin: 0;
    quotes: "“" "”" "‘" "’"
}

.testimonial-block blockquote:before {
    content: open-quote;
    font-size: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    line-height: .5
}

blockquote:after {
    content: ''
}

.centered {
    text-align: center
}

.ft_left {
    float: left!important
}

.ft_right {
    float: right!important
}

.no-border {
    border: none!important
}

.white {
    background: #fff
}

.text-light-blue {
    color: #58dcd0!important
}

.text-blue {
    color: #002e63; /*denyro 2805*/!important
}

.orange {
    background: #ae2628 /*denyro 2805*/
}

.text-orange {
    color: #ae2628 /*denyro 2805*/!important;
    font-weight: 500
}

.section-title,
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title p {
    color: #fff!important
}

.section-title h2 {
    font-size: 80px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0
}

.gray {
    background: #fff
}

.shadow {
    box-shadow: inset 0 33px 62px 0 rgba(51, 51, 51, .07)
}

.inline-block * {
    display: inline-block!important
}

ul.inline {
    list-style: none
}

ul.inline li {
    display: inline-block
}

.load-hide {
    display: none
}

.load-show {
    display: block
}

.white-glow a:active,
.white-glow a:focus,
.white-glow a:hover,
a.white-glow:active,
a.white-glow:focus,
a.white-glow:hover {
    color: #51ddd1!important;
    -webkit-stroke-width: 5.3px;
    -webkit-stroke-color: #fff;
    -webkit-fill-color: #fff;
    text-shadow: 1px 0 20px #fff;
    -webkit-transition: width .3s;
    transition: width .3s;
    -moz-transition: width .3s;
    -o-transition: width .3s
}

.white-glow a,
a.white-glow {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    text-decoration: none;
    color: #fff
}

.white2blue a:active,
.white2blue a:focus,
.white2blue a:hover,
a.white2blue:active,
a.white2blue:focus,
a.white2blue:hover {
    color: #51ddd1!important;
    -webkit-transition: width .3s;
    transition: width .3s;
    -moz-transition: width .3s;
    -o-transition: width .3s
}

.white2blue a,
a.white2blue {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    text-decoration: none;
    color: #fff
}

h5 a,
h6 a {
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 2em .8em;
    font-size: 1em;
    background-color: #ae2628 /*denyro 2805*/;
    color: #fff
}

h5 a:focus,
h5 a:hover {
    background-color: #ae2628 /*denyro 2805*/
}

h5 a:focus,
h5 a:hover {
    color: #fff
}

.button.instant,
button.instant,
h6 a {
    background-color: #268a94;
    color: #fff
}

.button.instant:focus,
.button.instant:hover,
button.instant:focus,
button.instant:hover,
h6 a:focus,
h6 a:hover {
    background-color: #51ddd1
}

.button.instant:focus,
.button.instant:hover,
button.instant:focus,
button.instant:hover,
h6 a:focus,
h6 a:hover {
    color: #fff
}

.button.disabled.instant,
.button[disabled].instant,
button.disabled.instant,
button[disabled].instant {
    background-color: #268a94;
    color: #fff;
    cursor: default;
    opacity: .6;
    -webkit-box-shadow: none;
    box-shadow: none
}

.button.disabled.instant:focus,
.button.disabled.instant:hover,
.button[disabled].instant:focus,
.button[disabled].instant:hover,
button.disabled.instant:focus,
button.disabled.instant:hover,
button[disabled].instant:focus,
button[disabled].instant:hover {
    background-color: #51ddd1
}

.button.disabled.instant:focus,
.button.disabled.instant:hover,
.button[disabled].instant:focus,
.button[disabled].instant:hover,
button.disabled.instant:focus,
button.disabled.instant:hover,
button[disabled].instant:focus,
button[disabled].instant:hover {
    color: #fff
}

.button.disabled.instant:focus,
.button.disabled.instant:hover,
.button[disabled].instant:focus,
.button[disabled].instant:hover,
button.disabled.instant:focus,
button.disabled.instant:hover,
button[disabled].instant:focus,
button[disabled].instant:hover {
    background-color: #268a94
}

.scrollup {
    width: 75px;
    height: 75px;
    opacity: .7;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    text-indent: -9999px;
    background: transparent url(../graphics/sprite/icon_top.png) no-repeat
}

@media only screen and (min-width:58.75em) {
    nav.top-bar ul.title-area {
        padding: 10px 0 0!important;
        height: 100%
    }
    .top-bar-section ul {
        padding: 0;
        margin: 47px 0 0 0
    }
    .top-bar-section ul {
        float: right!important
    }
    header.scroll nav.top-bar ul.title-area {
        padding: 0
    }
    header.scroll .top-bar-section ul {
        padding: 0
    }
    header nav.top-bar ul.title-area img.top {
        display: inline-block
    }
}

header.head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    z-index: 9999
}

header.head.scroll {
    background-color: #fff;
    box-shadow: 0 5px 9px 0 rgba(51, 51, 51, .28)
}

header.head.active {
    z-index: 1001
}

header.head .top-bar {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%
}

nav.overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, .9);
    -webkit-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s
}

nav.overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 999
}

@media only screen and (max-width:58.74em) {
    nav.overlay .menu-list {
        display: block;
        position: relative;
        max-width: 100%;
        margin: 0 auto
    }
    nav.overlay .menu-list-item {
        width: 100%;
        text-align: center;
        list-style: none;
        background-image: none
    }
    nav.overlay .menu-list-item a {
        color: #fff
    }
}

@media only screen and (min-width:58.75em) {
    nav.overlay .menu-list {
        display: block;
        position: relative;
        max-width: 90%;
        margin: 0 auto 0
    }
    nav.overlay .menu-list-item {
        position: relative;
        display: block;
        float: left;
        min-width: 33%;
        height: 335px;
        opacity: 1;
        transition: transform 1s, opacity 1.5s;
        text-transform: uppercase;
        background-image: none;
        padding: 15px;
        margin: 0;
        box-shadow: none
    }
    nav.overlay .menu-list-item:nth-child(1) {
        -webkit-transform: translateY(-70vh);
        transform: translateY(-70vh)
    }
    nav.overlay .menu-list-item:nth-child(2) {
        -webkit-transform: translateX(70vw);
        transform: translateX(70vw)
    }
    nav.overlay .menu-list-item:nth-child(2),
    nav.overlay .menu-list-item:nth-child(5) {
        min-width: 66%
    }
    nav.overlay .menu-list-item:nth-child(2),
    nav.overlay .menu-list-item:nth-child(3),
    nav.overlay .menu-list-item:nth-child(5) {
        height: calc(335px / 2)
    }
    nav.overlay .menu-list-item:nth-child(4) {
        -webkit-transform: translateY(70vh);
        transform: translateY(70vh)
    }
    nav.overlay .menu-list-item:nth-child(5) {
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transform: translateX(-70vw);
        transform: translateX(-70vw)
    }
    nav.overlay.active .menu-list-item {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    nav.overlay .menu-list-item a {
        display: block;
        color: #fff;
        font-size: 38px;
        font-weight: 800;
        text-align: center;
        text-transform: uppercase;
        background-color: #fff;
        height: 100%;
        width: 100%;
        vertical-align: middle;
        padding: 40px 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }
    nav.overlay .menu-list-item a>div {
        position: relative;
        top: 50%;
        transform: translateY(-50%)
    }
    /* denyro2805
    nav.overlay .menu-list-item:nth-child(1) a {
        background-color: #ae2628
    }
    nav.overlay .menu-list-item:nth-child(3) a {
        color: #2a2a2a
    }
    nav.overlay .menu-list-item:nth-child(4) a {
        background-color: #58dccf
    }
    nav.overlay .menu-list-item:nth-child(1) h2,
    nav.overlay .menu-list-item:nth-child(2) h2,
    nav.overlay .menu-list-item:nth-child(5) h2 {
        color: #fff
    }
    nav.overlay .menu-list-item:nth-child(2) a,
    nav.overlay .menu-list-item:nth-child(5) a {
        border: 1px solid #fff;
        background: 0 0
    }
    nav.overlay .menu-list-item:nth-child(3) h2,
    nav.overlay .menu-list-item:nth-child(4) h2 {
        color: #2a2a2a
    }*/
    div.inner-overlay {
        max-width: 100%;
        /*height: 100%;*/
        margin: 0 auto;
        position: relative;
        top: 50%;
        z-index: 2;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-top: 100px
    }
    nav.overlay ul.social li {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        margin-bottom: 10px
    }
}

nav.overlay .menu-list .menu-list-item a,
nav.overlay .menu-list .menu-list-item a h2 {
    font-size: 30px;
    margin: 0;
    line-height: 45px
}

.head .js-nav-search-toggle {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s linear
}

.head.active .js-nav-search-toggle {
    display: block;
    position: absolute;
    right: 100px;
    top: 25px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #fff;
    opacity: 1;
    visibility: visible
}

.menu-overlay {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    transition: opacity .5s linear;
    text-align: center
}

.menu-overlay.on {
    opacity: 1;
    visibility: visible
}

.nav-search {
    position: relative
}

.nav-search-input {
    display: inline-block;
    max-width: 320px;
    height: 50px;
    border: none;
    margin: 0
}

.nav-search button {
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px
}

nav.overlay ul li {
    list-style: none;
    background: 0 0
}

nav.overlay ul.social {
    width: 100%;
    text-align: center;
    margin: 10px 0 0
}

nav.overlay ul.social.icons {
    margin-top: 5px
}

nav.overlay ul.social.icons li {
    padding: 0 7px
}

nav.overlay ul.social li {
    padding-bottom: 15px;
    margin: 0
}

nav.overlay ul.social li a {
    color: #fff
}

nav.overlay ul.social li p {
    display: inline-block;
    margin: 0
}

nav.overlay ul.social li i {
    color: #5adcd2
}

.social-border {
    border: 1px solid #fff;
    padding: 13px 0;
    line-height: 1;
    width: 45px;
    height: 45px;
    text-align: center;
    display: block;
    vertical-align: middle;
    border-radius: 100%;
    margin: 0 auto
}

.accordion div.content a {
    font-size: 14px
}

i.icon-maps-sm {
    background: transparent url(../graphics/sprite/maps_sm.png) left center no-repeat;
    width: 46px;
    height: 46px;
    display: block
}

.webdes {
    background: transparent url(../graphics/webdes_off.png) no-repeat center 38px
}

.webdes:hover {
    background: transparent url(../graphics/webdes_on.png) no-repeat center 38px
}

.webdes-wt {
    background: transparent url(../graphics/webdes_white.png) no-repeat center 38px
}

.webdev {
    background: transparent url(../graphics/webdev_off.png) no-repeat center 38px
}

.webdev:hover {
    background: transparent url(../graphics/webdev_on.png) no-repeat center 38px
}

.webdev-wt {
    background: transparent url(../graphics/webdev_white.png) no-repeat center 38px
}

.webcms {
    background: transparent url(../graphics/cms_off.png) no-repeat center 38px
}

.webcms:hover {
    background: transparent url(../graphics/cms_on.png) no-repeat center 38px
}

.webcms-wt {
    background: transparent url(../graphics/cms_white.png) no-repeat center 38px
}

.seoweb {
    background: transparent url(../graphics/seo_off.png) no-repeat center 38px
}

.seoweb:hover {
    background: transparent url(../graphics/seo_on.png) no-repeat center 38px
}

.seoweb-wt {
    background: transparent url(../graphics/seo_white.png) no-repeat center 38px
}

.mobweb {
    background: transparent url(../graphics/mobweb_off.png) no-repeat center 38px
}

.mobweb:hover {
    background: transparent url(../graphics/mobweb_on.png) no-repeat center 38px
}

.mobweb-wt {
    background: transparent url(../graphics/mobweb_white.png) no-repeat center 38px
}

.ecomweb {
    background: transparent url(../graphics/ecom_off.png) no-repeat center 38px
}

.ecomweb:hover {
    background: transparent url(../graphics/ecom_on.png) no-repeat center 38px
}

.ecomweb-wt {
    background: transparent url(../graphics/ecom_white.png) no-repeat center 38px
}

.webmark {
    background: transparent url(../graphics/onmark_off.png) no-repeat center 38px
}

.webmark:hover {
    background: transparent url(../graphics/onmark_on.png) no-repeat center 38px
}

.webmark-wt {
    background: transparent url(../graphics/onmark_white.png) no-repeat center 38px
}

.socialweb {
    background: transparent url(../graphics/social_off.png) no-repeat center 38px
}

.socialweb:hover {
    background: transparent url(../graphics/social_on.png) no-repeat center 38px
}

.socialweb-wt {
    background: transparent url(../graphics/social_white.png) no-repeat center 38px
}

.arr-white {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff
}

.arr-blue {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #134053
}

.arr-gray {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f3f3f3
}

.arr-blue-lt {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #268a94
}

.arr-orange {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ae2628 /*denyro 2805*/
}

.arr-orange-dk {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #620600
}

.arrow {
    width: 0;
    height: 0;
    position: absolute
}

.arr-25 {
    left: 25%
}

.arr-27 {
    left: 27%
}

.arr-30 {
    left: 30%
}

.arr-50 {
    left: 50%
}

.mt-50 {
    margin-top: 50px
}

.mt-45 {
    margin-top: 45px
}

.cta .button,
.cta .inline li,
.cta ul.inline,
.profit .cta ul.inline {
    margin: 0
}

.masthead {
    background: url(../graphics/masthead1.jpg) no-repeat center center #fff;
    background-size: cover;
    height: 100vh;
    padding: 0
}

#frontpage .masthead-text {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #fff!important
}

#frontpage .masthead-text h2 {
    line-height: 1;
    font-size: 100px;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 800;
    margin: 15px 0 25px
}

@media (max-width:500px) {
    #frontpage .masthead-text h2 {
        margin: 10px 0
    }
    #frontpage .masthead-text p {
        margin: 0 0 10px
    }
}

#frontpage .masthead-text h4 {
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .25rem;
    color: #fff!important
}

#frontpage .masthead-text h6 {
    margin-right: 0
}

@media (min-width:500px) {
    #frontpage .masthead-text h6 {
        margin: 45px 0 0 0
    }
}

#frontpage .masthead-text h6 a {
    background-color: #ae2628 /*denyro 2805*/
}

#frontpage .masthead-text p {
    color: #fff;
    font-size: 20px;
    line-height: 1.5
}

#frontpage .mastspot1 {
    background: url(../graphics/mastspot1.png) no-repeat center top;
    background-size: contain;
    height: 400px;
    margin-top: 200px
}

#frontpage .mastspot1 a {
    margin: 300px 0 0 160px
}

#frontpage .masthead2 {
    background: url(../graphics/masthead2.jpg) no-repeat center center #fff;
    background-size: cover;
    height: 700px
}

#frontpage .mastspot2 {
    background: url(../graphics/mastspot2.png) no-repeat center top;
    background-size: contain;
    height: 400px;
    margin-top: 200px
}

#frontpage .mastspot2 a {
    margin: 300px 0 0 160px
}

#frontpage .mastspot {
    margin-top: 40px;
    text-align: center
}

#frontpage header.scroll {
    height: 86px;
    transition: height .3s linear
}

#mastslide {
    position: fixed;
    z-index: 0;
    width: 100%;
    padding: 0!important
}

.orbit-bullets,
.orbit-next,
.orbit-prev,
.orbit-slide-number,
.orbit-timer {
    display: none
}

#frontpage .content {
    top: 100vh;
    background: #fff!important;
    position: relative
}

.section-container section {
    padding: 0
}

.blog_comments section {
    padding: 0
}

#portfoliov2_projects_media {
    padding: 100px 0 25px
}

#portfoliov2_projects_text {
    padding: 25px 0 120px
}

.home section,
.subpage-block,
.subpage-cat-block,
section.calltoaction,
section.gray,
section.profit,
section.profit.orange {
    padding: 100px 0 120px
}

.scroll {
    background-color: rgba(255, 255, 255, .9)
}

#frontpage .scroll .top-bar-section ul li>a {
    color: #0b2f41!important
}

.orbit-container .orbit-next,
.orbit-container .orbit-prev {
    background-color: transparent;
    border-color: transparent;
    height: 50px;
    width: 33px
}

.orbit-container .orbit-prev {
    padding-left: 150px
}

.orbit-container .orbit-next {
    padding-right: 375px
}

.orbit-container .orbit-prev span {
    background: transparent url(../graphics/sprite/sldr-lt.png) center center
}

.orbit-container .orbit-next span {
    background: transparent url(../graphics/sprite/sldr-rt.png) center center
}

.orbit-container .orbit-next span,
.orbit-container .orbit-prev span {
    height: 50px;
    width: 33px;
    border-color: transparent;
    filter: alpha(Opacity=0);
    opacity: .2;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s
}

.orbit-container .orbit-next:hover span,
.orbit-container .orbit-prev:hover span {
    filter: alpha(Opacity=100);
    opacity: .5;
    border-color: transparent
}

.smallmastheader {
    background: #103d52 url(../graphics/mastheads/masthead-conf.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    height: auto
}

.smallmastheader h1,
.smallmastheader h2,
.smallmastheader h3,
.smallmastheader h4,
.smallmastheader h5,
.smallmastheader h6 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase
}

.mast_med {
    background: #103d52 url(../graphics/mastheads/masthead-keys.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    height: 230px
}

.mast_med h1,
.mast_med h2,
.mast_med h3,
.mast_med h4,
.mast_med h5,
.mast_med h6 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 80px;
    letter-spacing: 7px;
    text-transform: uppercase
}

.mast_large {
    position: relative;
    background: #002e63; /*denyro 2805*/ url(../uploads/masthead/about.jpg) 50% 0 no-repeat fixed;
    background-size: 100%;
    width: 100%;
    height: 390px;
    padding: 20px 0
}

.mast_large>div {
    position: relative;
    top: 60%;
    transform: translateY(-60%)
}

.mast_large h1,
.mast_large h2,
.mast_large h3,
.mast_large h4,
.mast_large h5,
.mast_large h6 {
    display: block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin: 0
}

.mast_large .image img {
    margin-top: 85px
}

footer {
    color: #fff
}

footer .ftr-main {
    background: #2a2a2a;
    padding: 70px 0 0
}

footer .foot-contact h3,
footer .foot-contact h4 {
    margin: 0
}

footer .foot-contact h3 {
    color: #268a94;
    font-size: 44px;
    font-style: normal
}

footer .foot-contact h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase
}

footer .foot-contact p {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

footer .foot-contact .info i {
    color: #58dcd0;
    vertical-align: top;
    width: 25px
}

footer .foot-contact .info p {
    margin: 0;
    display: inline-block;
    padding-left: 15px;
    color: #fff
}

footer .foot-contact .info p a {
    color: #fff
}

footer .foot-contact .info .row {
    margin: 0 0 20px
}

footer .foot-contact .con {
    margin: 2px 0 0
}

footer .foot-contact .con a {
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

footer .news-signup h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 13px 0
}

footer .news-signup .signup {
    padding-top: 5px
}

footer form {
    width: 100%
}

footer .news-signup input {
    display: inline-block;
    height: 40px;
    width: 50%
}

footer .news-signup input.button {
    border-radius: 0
}

@media (min-width:400px) {
    footer .news-signup input.button {
        border: none;
        width: 120px;
        margin-left: -5px
    }
}

footer .foot-services {
    margin-top: 50px
}

footer .foot-services .logo {
    padding: 0
}

footer .foot-services .social {
    margin-top: 10px
}

footer .foot-services .social a {
    margin: 5px
}

footer .foot-services p {
    color: #fff;
    font-size: 14px;
    margin-top: 12px;
    width: 85%
}

#frontpage footer .foot-contact .con p,
footer .foot-services .con p {
    margin-top: 15px
}

footer .foot-services h4 {
    color: #fff;
    font-size: 16px;
    padding-left: .9375em
}

#frontpage footer .foot-services li.menu-1 a,
footer .foot-services li {
    line-height: 18px;
    margin: 0;
    padding: 0
}

#frontpage footer .foot-services li.menu-1 a {
    color: #fff;
    font-size: 10px;
    font-weight: 800
}

footer .foot-services .con a,
footer .foot-services .con p {
    font-style: normal;
    font-weight: 400
}

footer .foot-services .con strong,
footer .foot-services .con strong a {
    font-weight: 600
}

footer .foot-services ul {
    list-style: none
}

footer .foot-services li a {
    color: #fff;
    font-size: 10px;
    font-weight: 400
}

footer .foot-popular li,
footer .foot-popular li h6 {
    line-height: 1.2;
    margin: 0;
    padding: 0
}

footer .foot-popular li {
    padding-bottom: 10px
}

footer .foot-popular h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase
}

footer .foot-popular ul {
    list-style: none
}

footer .foot-popular li a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500
}

footer .copy {
    background-image: none;
    padding: 70px 0
}

footer .copy,
footer .copy p {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 0
}

footer .copy a,
footer .copy p a {
    color: #ae2628 /*denyro 2805*/
}

div.firststep,
div.premier {
    margin: 55px 0 40px
}

div.premier h1,
div.premier h2 {
    color: #2a2a2a;
    font-weight: 400;
    margin-bottom: 0;
    font-style: normal
}

div.firststep h3 {
    color: #268a94;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0
}

.pageheader {
    min-height: 100px
}

.pageheader h5 {
    color: #2a2a2a;
    font-size: 40px;
    font-weight: 400;
    padding: 15px 0!important;
    margin: 27px 0
}

div.html5img {
    margin: 25px 0 0
}

#instaquote-one {
    display: none
}

#instaquote-one.show {
    padding: 20px 0;
    display: block
}

section.help {
    background-color: #f6f6f6
}

section.help .txt {
    margin-top: 60px
}

@media (min-width:768px) {
    section.help .image video {
        height: 400px;
        margin: 95px auto
    }
}

section.help .button {
    margin-top: 40px
}

.webstuff {
    background: #ae2628 /*denyro 2805*/ url(../graphics/efelle_hp_panel_1.jpg) 50% 0 no-repeat fixed;
    background-size: cover
}

.webstuff .image {
    margin-top: 150px;
    margin-bottom: 100px
}

.webstuff .webstuff-arrow.turn {
    transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg)
}

section h4 {
    color: #268a94;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px
}

.profit p {
    font-size: 16px;
    color: #5a5f63;
    text-align: center
}

.profit ul.inline {
    margin: 20px 0 25px
}

.service {
    padding: 15px 25px;
    min-height: 285px
}

.service img {
    max-height: 50px;
    margin-bottom: 19px
}

.service a {
    display: block;
    position: relative;
    width: 100%
}

.service div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    min-height: 220px;
    padding: 30px 15px 10px;
    background-color: #fff;
    transition: top .5s cubic-bezier(.39, .58, .57, 1);
    box-shadow: 0 5px 9px 1px rgba(32, 32, 32, .28)
}

.service:hover {
    padding: 0 25px
}

.service:hover div {
    top: -40px
}

.service p {
    color: #5a5f63;
    font-size: 13px;
    text-align: center;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out
}

.service:hover div p {
    height: auto;
    opacity: 1;
    visibility: visible
}

.service h3 {
    color: #002e63; /*denyro2805*/
    font-size: 22px;
    font-weight: 500;
    padding: 0 10%
}

.service h3.service-cat-title {
    padding: 10% 10% 0
}

#frontpage .service h5 {
    margin-right: 0
}

.service h3.active {
    color: #002e63; /*denyro 2805*/
}

section.adv-news {
    background-color: #268a94;
    padding: 70px 0
}

.newshead img {
    padding: 50px 0
}

.cont_wrapper .date {
    width: 60px;
    background-color: #ff612e;
    position: absolute;
    top: 0;
    right: 0
}

.cont_wrapper .date h2 {
    width: 40px;
    height: 60px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 600;
    margin: 0 auto;
    padding-top: 4px;
    text-align: center;
    text-transform: uppercase
}

.cont_wrapper .date h2 span {
    display: block;
    font-size: 27px;
    font-weight: 200
}

.profile-grid,
.profile-item {
    position: relative
}

.profilepicgrid {
    position: absolute;
    top: 0;
    margin: 15px 0;
    transition: top .5s cubic-bezier(.39, .58, .57, 1)
}

.profilepicgrid:hover {
    top: -15px
}

.blog-block {
    background-color: #f6f6f6;
    padding: 100px 0
}

.blog-block .blog-post,
.profilepicgrid {
    box-shadow: 0 5px 18px 0 rgba(0, 0, 0, .25);
    margin-bottom: 15px;
    transition: all .3s cubic-bezier(.39, .58, .57, 1)
}

.blog-block .blog-post:hover,
.profilepicgrid:hover {
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .25)
}

.blog-block .blog-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 180px
}

.profilepicgrid .profile-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 300px
}

.blog-block .author-img {
    margin-top: -45px;
    margin-bottom: 25px;
    max-width: 75px
}

.blog-block .blog-entry,
.profilepicgrid .profile-entry {
    padding: 7px 15px;
    background-color: #fff
}

.profilepicgrid .profile-entry {
    padding: 25px 15px
}

.blog-block .blog-entry .centered {
    width: 100%;
    text-align: left
}

.blog-block .date {
    color: #002e63; /*denyro 2805*/;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 8px
}

.profilepicgrid dd {
    color: #5a5f63
}

.blog-block .blog-ttl,
.profilepicgrid dt {
    color: #5a5f63;
    font-size: 18px
}

.blog-block .blog-ttl {
    margin-bottom: 30px
}

.blog-block p.blog-pre {
    color: #5a5f63;
    font-size: 14px;
    line-height: 18px
}

.blog-block p.blog-pre a.more {
    color: #ae2628 /*denyro 2805*/;
    font-size: 12px;
    font-weight: 200
}

.blog-block .button {
    margin-top: 50px
}

.blog-block.subpage-cat-block {
    margin: 65px 0 20px
}

.blog-block.subpage-cat-block ul.buttons {
    margin-top: 25px
}

.clients-block {
    background: #ae2628 /*denyro 2805*/ url(../graphics/efelle_hp_panel_2.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    padding-bottom: 50px
}

.clients-block .section-title {
    margin-bottom: 30px
}

.clients-block .image {
    margin-top: 90px;
    margin-bottom: 50px
}

.clients-block .client-list {
    margin-top: 0;
    margin-bottom: 0
}

.clients-block .client-list img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.clients-block .client-list img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.full-port {
    background: #268a94;
    text-align: center
}

.full-port h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 20px
}

.testimonial-block.full-port {
    color: #fff!important;
    padding: 70px 0 50px
}

.testimonial-block.full-port .test-sig,
.testimonial-block.full-port blockquote,
.testimonial-block.full-port p {
    color: #fff!important
}

section.testimonial-block {
    min-height: 210px;
    padding: 150px 0 120px
}

.testimonial-block,
.testimonial-block h3 .testimonial-block h4 {
    color: #2a2a2a!important
}

.testimonial-block img {
    padding-left: 75px
}

.testimonial-block .abs-headshot img {
    position: absolute;
    left: 25%;
    top: -55px;
    z-index: 50
}

@media only screen and (min-width :768px) and (max-width :992px) {
    .testimonial-block .abs-headshot img {
        left: 10%
    }
}

.testimonial-block .headshot img {
    margin-top: 20px
}

.testimonial-block blockquote {
    min-height: 50px
}

.testimonial-block ul li {
    list-style-type: none;
    background-image: none;
    margin: 0;
    padding-left: 0
}

.testimonial-block .test-sig {
    color: #2a2a2a;
    font-family: jenna_sueregular;
    font-size: 48px;
    line-height: 35px;
    margin: 15px 0 15px
}

.testimonial-block .test-comp {
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0 5px;
    font-style: normal
}

.testimonial-block .test-loc {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px;
    font-style: normal
}

.calltoaction ul.buttons {
    margin: 50px 0 0
}

#inprogress {
    text-align: center
}

#inprogress h4 {
    font-size: 22px;
    color: #388eb7
}

#inprogress p {
    font-size: 10px;
    font-weight: 700;
    color: red;
    margin-bottom: 10px
}

#inprogress h6 {
    color: #388eb7
}

.reveal-modal-bg {
    z-index: 998
}

.reveal-modal {
    z-index: 999
}

.webserv {
    background: #103d52 url(../graphics/sub-masthead1.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    height: 390px
}

.webserv-ttl h5 {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    color: #2a2a2a;
    font-size: 40px
}

.header-type .image,
.webserv .image {
    margin-top: 55px;
    margin-bottom: 55px
}

.service-header {
    position: relative
}

.service-header-img {
    position: absolute;
    right: 0;
    bottom: 25px
}

.service_cat .eser_detail .textcolumn {
    padding-top: 5%
}

.listing {
    padding: 50px 0
}

.main-cnt {
    /*padding-bottom: 70px*/
}

.main-cnt h1 {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2
}

.main-cnt h2 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 800
}

.main-cnt h3 {
    font-size: 22px;
    color: #002e63; /*denyro 2805*/;
    margin: 35px 0 15px
}

.main-cnt h5,
.main-cnt h6 {
    margin-top: 50px
}

.projs {
    margin-top: 50px
}

.portfolio.gray .projs dl {
    text-align: center;
    color: #2a2a2a
}

.work-item {
    padding: 0;
    border: 15px solid transparent;
    min-height: 270px
}

.work {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0
}

.work a {
    display: block;
    height: 100%;
    width: 100%
}

.work .overlay dl {
    text-align: center;
    color: #2a2a2a;
    position: relative;
    top: 50%;
    transform: translateY(-60%)
}

.work .overlay dl dt {
    margin: 10px 0 30px;
    font-size: 26px;
    line-height: 1;
    font-weight: 500
}

.work .overlay dl dd {
    font-weight: 500
}

.portfolio .button {
    margin-top: 50px
}

.portfolio .inline.buttons {
    margin-top: 15px
}

.portfolio img {
    display: block;
    margin: 0 auto
}

.calltoaction.bg {
    background: #2a2a2a;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.calltoaction.bg h2,
.calltoaction.bg p {
    color: #fff
}

.calltoaction h2 {
    font-size: 72px;
    text-transform: uppercase
}

.calltoaction p {
    font-size: 22px
}

.calltoaction.subpage-block {
    text-align: center
}

.calltoaction.simple ul.buttons {
    margin: 40px 0 0
}

.calltoaction.simple div.firststep {
    margin: 45px 0
}

.calltoaction.subpage-block .arrow-img {
    text-align: left;
    margin-top: -20px
}

.service-menu-toggle {
    display: inline;
    padding: 0;
    padding-right: 5px;
    margin-left: -20px;
    background: 0 0
}

.service-menu-toggle:focus,
.service-menu-toggle:hover {
    background: 0 0;
    outline: 0
}

.service-menu-toggle i {
    color: #2a2a2a
}

.navcolumn h3 {
    font-size: 26px;
    margin-top: 0
}

#subpage_fbv2 .navcolumn ul li,
.service_cat .navcolumn ul li,
.service_detail .navcolumn ul li,
.service_main .navcolumn ul li {
    background: 0 0;
    padding: 0;
    padding-left: 0
}

.service_cat .navcolumn ul li ul,
.service_detail .navcolumn ul li ul,
.service_main .navcolumn ul li ul {
    margin-left: 4px
}

.service_cat ul li.parentcat,
.service_detail ul li.parentcat,
.service_main ul li.parentcat {
    max-height: 25px;
    overflow: hidden;
    padding-left: 20px;
    position: relative;
    width: 100%;
    transition: all .9s ease-in-out
}

.service_cat li.parentcat.open,
.service_detail li.parentcat.open,
.service_main li.parentcat.open {
    max-height: 1000px
}

.service_cat .open i,
.service_detail .open i,
.service_main .open i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.service_cat i,
.service_detail i,
.service_main i {
    transition: all .5s ease
}

@media only screen and (min-width:768px) {
    .eser_detail {
        cursor: default;
        background-color: transparent
    }
    .eser_detail .content,
    .eser_detail .mask {
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        text-align: center
    }
    .eser_detail .imagecolumn {
        overflow: hidden;
        position: relative
    }
    .eser_detail img {
        display: block;
        position: relative
    }
    .eser_detail .mask h2 {
        text-align: center;
        position: relative;
        font-weight: 600;
        font-style: normal;
        padding: 20px 10px 25px;
        background: rgba(0, 0, 0, 1.5);
        margin: 20px 0 0 0
    }
    .eser_detail .mask p {
        font-family: Georgia, serif;
        font-size: 12px;
        position: relative;
        color: #fff;
        padding: 10px 20px 20px;
        text-align: center
    }
    .eser_detail .mask a.info {
        margin: 30px auto 0
    }
    .eser_detail img {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition: all .7s ease-in-out;
        -moz-transition: all .7s ease-in-out;
        -o-transition: all .7s ease-in-out;
        -ms-transition: all .7s ease-in-out;
        transition: all .7s ease-in-out
    }
    .eser_detail .mask {
        background-color: transparent;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -o-transition: all .5s linear;
        -ms-transition: all .5s linear;
        transition: all .5s linear;
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0
    }
    .eser_detail .mask h2 {
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        background: 0 0;
        margin: 20px 40px 0 40px;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        color: #2a2a2a;
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -o-transition: all .5s linear;
        -ms-transition: all .5s linear;
        transition: all .5s linear;
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0
    }
    .eser_detail .mask p {
        color: #333;
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -o-transition: all .5s linear;
        -ms-transition: all .5s linear;
        transition: all .5s linear
    }
    .eser_detail .mask a.info {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -o-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -o-transition: all .5s linear;
        -ms-transition: all .5s linear;
        transition: all .5s linear;
        width: 150px
    }
    .eser_detail:focus img,
    .eser_detail:hover img {
        -webkit-transform: scale(10);
        -moz-transform: scale(10);
        -o-transform: scale(10);
        -ms-transform: scale(10);
        transform: scale(10);
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        z-index: -100
    }
    .eser_detail:focus .mask,
    .eser_detail:hover .mask {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        width: 200px;
        height: 200px;
        border: #ae2628 /*denyro 2805*/ solid 5px;
        border-radius: 100px;
        padding-top: 43px;
        margin: 25px 50px 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    .eser_detail:focus .mask a.info,
    .eser_detail:focus .mask h2,
    .eser_detail:focus .mask p,
    .eser_detail:hover .mask a.info,
    .eser_detail:hover .mask h2,
    .eser_detail:hover .mask p {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1
    }
}

@media only screen and (max-width:768px) {
    .eser_detail .textcolumn h3 {
        margin-top: 0
    }
    .eser_detail a.info.show-for-small {
        width: 125px;
        margin-top: 20px;
        font-size: 14px
    }
}

#blogpost .main-cnt {
    padding: 60px 50px 0
}

#blogpost #breadcrumb {
    margin-bottom: 10px;
    margin-top: 8px
}

#profile-grid {
    margin-top: 50px
}

.profilescolumn h3.about {
    display: none
}

.profile_detail_content .accordion section {
    border-bottom: 1px solid #9cb3be
}

.profile_detail_content .accordion_header {
    background: url(../graphics/sprite/accordion-plus.gif) no-repeat right center transparent;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    color: #2a2a2a;
    cursor: pointer;
    padding: 10px
}

.profile_detail_content .active .accordion_header {
    background: url(../graphics/sprite/accordion-minus.gif) no-repeat right center transparent
}

.profile_detail_content .accordion_content {
    padding: 0 10px 20px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400
}

.profilepicgrid {
    display: block;
    position: relative;
    min-height: 250px
}

@media (max-width:1100px) {
    .profilepicgrid {
        min-height: 225px
    }
}

@media (max-width:800px) {
    .profilepicgrid {
        min-height: 200px
    }
}

.profilepicgrid a {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

.profilesidebar {
    background-color: #ebf0f3;
    padding: 20px
}

blockquote.profilequote {
    color: #2a2a2a;
    font-size: 24px;
    font-weight: 500;
    border-left: none;
    padding: 50px 0 10px 10px;
    margin: 25px 0;
    min-height: 150px;
    height: 100%;
    line-height: 1.45;
    background: transparent url(../graphics/efelle_quote_large.gif) left top no-repeat
}

.profilesidebar_custom {
    padding: 10px 3px 20px 10px
}

.profile_detail .profilesidebar p {
    color: #2a2a2a;
    margin: 0
}

.profile_detail .profilesidebar p a {
    color: #2a2a2a
}

.profile_detail .profilesidebar h4 {
    font-size: 15px
}

#breadcrumb {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    padding-bottom: 5px;
    margin: -5px 0 45px 0;
    color: #ae2628 /*denyro 2805*/;
    list-style: none;
    float: left
}

#subpage #breadcrumb,
#subpage_serv #breadcrumb {
    margin-bottom: 28px
}

#breadcrumb li {
    font-size: 13px;
    display: inline-block;
    padding: 0 5px;
    color: #2a2a2a;
    font-weight: 600
}

#breadcrumb li:first-child {
    padding-left: 0
}
/*
#breadcrumb li a {
    color: #ae2628; /*denyro2805
    text-decoration: none;
    padding-right: 5px
}*/

#breadcrumb li.bcthighlight {
    color: #2a2a2a;
    text-decoration: none
}

.social-outline {
    width: 50px;
    height: 50px;
    font-size: 25px;
    text-align: center;
    color: #5adcd2;
    background-color: transparent;
    padding: 12px 8px;
    margin: 0 2px;
    border-radius: 50%;
    transition: all .3s linear;
    border: 1px solid #fff
}

.social-outline:active,
.social-outline:focus,
.social-outline:hover {
    color: #5adcd2;
    background-color: #fff
}

.social-share-buttons {
    float: right
}

.content-header-block {
    width: 100%;
    float: left;
    padding: 25px 0 0
}

.navcolumn {
    padding: 50px 45px;
    box-shadow: 0 5px 9px 1px rgba(32, 32, 32, .28)
}

.navcolumn a {
    color: #2a2a2a;
    font-style: normal
}

.navcolumn a:hover {
    color: #ae2628 /*denyro 2805*/
}

.navcolumn ul li {
    list-style-type: none;
    margin-bottom: 5px;
    padding-left: 0
}

.navcolumn ul li a {
    font-size: 14px
}

.navcolumn ul li a.highlighted,
.navcolumn ul li a:hover {
    color: #268a94
}

.navcolumn ul li ul {
    padding-top: 7px
}

.navcolumn ul li ul li {
    background-image: none
}

.navcolumn ul li ul li a {
    color: #2a2a2a;
    font-size: 14px;
    text-transform: none
}

.navcolumn ul li ul li a.highlighted,
.navcolumn ul li ul li a:hover {
    color: #268a94
}

.subpagenavheader {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    color: #2a2a2a;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d3d3d3
}

div.accordion {
    border: none!important;
    margin: 0!important;
    background-color: #fff!important;
    background: #fff!important
}

div.accordion p.title {
    border: none!important;
    margin: 5px!important;
    background-color: #fff!important;
    background: #fff!important;
    font-weight: 600!important;
    font-size: 16px!important
}

div.accordion p.title a {
    border: none!important;
    margin: 0!important;
    padding: 0!important;
    background-color: #fff!important
}

.navcolumn .accordion div.content {
    margin: 0!important;
    padding: 0!important;
    border: none!important
}

.navcolumn .accordion div.content p {
    margin: 0!important;
    padding: 0!important;
    margin-left: 10px;
    border: none!important
}

.navcolumn .accordion div.content a {
    display: block
}

#subpage_fbv2 .contact-top .divider {
    border-bottom: 1px solid #e5e7e8;
    padding-bottom: 25px;
    margin-bottom: 45px
}

#subpage_fbv2 .formbuilderv2_form_field {
    width: 100%;
    padding: 5px 0
}

#subpage_fbv2 .form_field_title {
    font-size: 16px;
    font-weight: 400
}

#subpage_fbv2 .form_field_element,
#subpage_fbv2 .form_field_element .form_field_half,
#subpage_fbv2 .form_field_title {
    display: inline-block;
    width: 45%
}

#subpage_fbv2 .form_field_element .form_field_half {
    width: 47%
}

#subpage_fbv2 .form_field_element input.datepicker {
    width: 95%
}

#subpage_fbv2 .section_header .form_field_title {
    color: #ae2628 /*denyro 2805*/;
    font-size: 20px;
    font-weight: 400;
    margin: 18px 0 13px
}

#subpage_fbv2 .section_header .form_field_section_block {
    font-weight: 400;
    padding-bottom: 20px
}

#subpage_fbv2 .valign_top .form_field_title {
    vertical-align: top
}

#subpage_fbv2 .form_title {
    display: none
}

.form_submit input {
    display: inline-block;
    float: right;
    margin: 20px 97px 30px!important;
    background-color: #ae2628 /*denyro 2805*/;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    border-style: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    position: relative;
    text-decoration: none;
    text-align: center;
    padding: 14px 34px;
    -webkit-appearance: none
}

#subpage_fbv2 .contact-us .form_field_title {
    font-size: 14px
}

#subpage_fbv2 .contact-us .form_field_element {
    display: inline-flex
}

.contact-us input.form_field_half.form_field_left.placeholder {
    margin-right: 3px
}

.contact-us .form_field_element ul li {
    margin-bottom: 5px
}

.contact-us .form_field_section_block {
    display: none
}

.contact-us .contact-map {
    clear: both
}

.portfoliohead {
    background: #103d52 url(../graphics/portfolio-masthead1.jpg) 50% 0 no-repeat fixed;
    background-size: cover
}

#portfoliov2 {
    position: relative;
    min-height: 100%;
    width: 100%
}

#subpage_portfoliov2 #breadcrumb {
    margin-bottom: 13px
}

.imac ul.pagin {
    text-align: right;
    margin: 51px 23px
}

.imac ul.pagin li {
    cursor: pointer
}

#carouselleft,
#carouselright {
    margin: 0 0 30px 60px;
    padding: 0;
    width: 360px
}

#carouselleft ul,
#carouselright ul {
    margin: 0;
    list-style: none;
    display: block
}

#carouselleft li,
#carouselright li {
    vertical-align: center;
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 6px;
    display: block;
    float: left
}

#carouselleft,
#carouselright {
    width: auto;
    margin-left: 0
}

#container,
#portfoliov2_projects {
    position: relative;
    height: 100%;
    width: 100%
}

#filter,
#filter li {
    display: inline-block
}

#frontpage #filter {
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin: 25px auto 40px
}

#frontpage .not-filter {
    padding: 7px 12px;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    color: #ae2628 /*denyro 2805*/;
    text-transform: uppercase;
    text-decoration: none;
    line-height: inherit;
    font-weight: 600
}

#frontpage .not-filter:hover {
    color: #fff;
    background-color: #ae2628 /*denyro 2805*/
}

@media only screen and (max-width:768px) {
    .not-filter {
        margin-left: 0
    }
}

#frontpage #filter li {
    margin: 20px 5px;
    padding-left: 0
}

#frontpage #filter li a {
    padding: 18px 35px;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.2px
}

#frontpage #filter li a.selected,
#frontpage #filter li a:hover {
    color: #fff;
    background-color: #ae2628 /*denyro 2805*/
}

#container,
#portfoliov2_projects {
    margin: 0 auto;
    height: 100%
}

#container .work,
#portfoliov2_projects .work {
    float: left;
    margin: 10px 0;
    width: 308px;
    height: 222px
}

.work .overlay {
    background: #ae2628 /*denyro 2805*/;
    height: 100%;
    width: 100%;
    top: 0;
    float: left;
    left: 0;
    padding: 10px 25px;
    position: absolute;
    text-align: center;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.work .overlay:hover {
    opacity: .9;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.work .overlay dd,
.work .overlay dt {
    color: #fff
}

.work img {
    display: block!important;
    margin: 0 auto
}

#options {
    position: relative;
    margin-bottom: 80px
}

#container,
#portfoliov2_projects {
    position: relative
}

#options .work .overlay dt,
#portfoliov2_projects .work .overlay dt {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2
}

#options .work.height-2 .overlay dt,
#portfoliov2_projects .work.height-2 .overlay dt {
    vertical-align: middle
}

#options .work .overlay dd,
#portfoliov2_projects .work .overlay dd {
    font-size: 14px;
    margin: 10px 0 0
}

.work.width-2,
.work.width-2 .overlay {
    width: 636px!important
}

.work.height-2,
.work.height-2 .overlay {
    height: 464px!important
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity
}

.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

#subpage_portfoliov2 #filter {
    font-size: 14px;
    text-transform: none;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto
}

#subpage_portfoliov2 #filter li {
    margin-right: 0;
    display: block
}

#subpage_portfoliov2 #filter li a {
    padding: 0;
    font-size: 12px
}

#subpage_portfoliov2 #filter li a.selected,
#subpage_portfoliov2 #filter li a:hover {
    color: #fc4100!important;
    background-color: transparent;
    border: none
}

#subpage_portfoliov2 .portfolio_desc_sm {
    display: none
}

#subpage_portfoliov2 .portfolio_desc_lg {
    text-align: center;
    padding: 0 30px
}

#subpage_portfoliov2 .portfolio_desc_lg p {
    font-size: 18px
}

#subpage_portfoliov2 .portfolio_desc_lg h3 {
    font-size: 24px
}

#subpage_portfoliov2 .navcolumn {
    padding-top: 15px
}

@media only screen and (max-width:768px) {
    #subpage_portfoliov2 #filter {
        font-size: 12px;
        text-transform: uppercase;
        margin: 15px 0;
        width: 100%
    }
    #subpage_portfoliov2 #filter li {
        margin-right: 7px;
        display: inline-block
    }
    #subpage_portfoliov2 #filter li a {
        padding: 7px 15px;
        font-family: Poppins, sans-serif;
        font-size: 12px;
        color: #ae2628 /*denyro 2805*/;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        font-weight: 600
    }
    #subpage_portfoliov2 #filter li a.selected,
    #subpage_portfoliov2 #filter li a:hover {
        color: #fff!important;
        background-color: #ae2628 /*denyro 2805*/
    }
    #subpage_portfoliov2 .navcolumn {
        padding-top: 0
    }
    #subpage_portfoliov2 .navcolumn ul li {
        font-size: 14px;
        list-style-type: none;
        background: 0 0;
        margin-bottom: 10px;
        padding-left: 0
    }
    #subpage_portfoliov2 .portfolio_desc_lg,
    #subpage_portfoliov2 .subpagenavheader {
        display: none
    }
    #subpage_portfoliov2 .portfolio_desc_sm {
        display: block
    }
    #subpage_portfoliov2 .columns.overview {
        margin-top: -30px
    }
}

@media only screen and (max-width:372px) {
    .work,
    .work.width-2,
    .work.width-2 .overlay {
        width: 100%!important
    }
    .work .overlay,
    .work .overlay:hover {
        height: 0!important;
        width: 0!important;
        display: none!important
    }
}

.mobile {
    border-top: #ccc solid 1px;
    border-bottom: #ccc solid 1px
}

.mobile .orbit-container .orbit-slides-container img {
    width: 100%
}

.mobile .orbit-container ul li {
    list-style-type: none;
    background: 0 0;
    padding-left: 0
}

.mobile .orbit-container .orbit-next span,
.mobile .orbit-container .orbit-prev span {
    background: 0 0
}

@media only screen and (max-width:850px) {
    #portfoliov2_detail .image.columns {
        padding: 0;
        margin: 0
    }
    #subpage_portfoliov2 .main-cnt.shadow {
        padding: 0!important
    }
    #subpage_portfoliov2 .main-cnt.oview {
        padding: 25px 0!important
    }
}

#portfoliov2 h2 {
    color: #2a2a2a
}

#portfoliov2_detail h3 {
    color: #268a94;
    font-style: normal
}

#portfoliov2 h3,
#portfoliov2_detail h2 {
    color: #2a2a2a
}

#portfoliov2_detail .attribute_label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0
}

#portfoliov2_detail .attribute_value {
    font-size: 14px;
    font-weight: 400
}

#subpage_portfoliov2 .main-cnt.detail {
    padding: 25px 0 0
}

.profit h2 {
    margin-bottom: 75px
}

.profit.orange {
    padding: 0 0 35px
}

.profit.orange {
    background: #ae2628 /*denyro 2805*/ url(../graphics/office3.jpg) 50% 0 no-repeat fixed;
    background-size: cover
}

#portfoliov2_detail .profit.orange h2,
.profit.orange h2 {
    color: #fff
}

.profit.orange h5,
.profit.orange img {
    margin: auto;
    display: block
}

.profit.orange h4 {
    color: #fff
}

.profit.orange h5 {
    color: #fff;
    margin-top: 10px
}

#subpage_portfoliov2 .service {
    padding: 23px 35px 10px;
    opacity: .5
}

#subpage_portfoliov2 .active .service {
    opacity: 1
}

#subpage_portfoliov2 .active .service img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#subpage_portfoliov2 .active .service img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

#portfoliov2_project_information {
    margin-top: 20px
}

#portfoliov2_project_attributes {
    margin-top: 35px
}

#subpage_portfoliov2 .firststep h2 {
    font-size: 25px
}

.top-bar,
.top-bar-section li a:not(.button),
.top-bar-section ul {
    background: 0 0
}

@media only screen and (max-width:58.75em) {
    .top-bar-section li a:not(.button) {
        background: #2a2a2a
    }
}

.top-bar-section ul li>a {
    color: #0b2f41;
    font-weight: 600;
    font-size: 14px
}

.top-bar-section ul li>a:hover {
    color: #ff4504
}

#frontpage .top-bar-section ul li>a {
    color: #fff;
    font-weight: 600
}

#frontpage .top-bar-section ul li>a:hover {
    color: #ff4504
}

.button:focus,
.button:hover,
button:focus,
button:hover {
    background-color: #ae2628 /*denyro 2805*/
}

.button.small,
h5 a,
h6 a {
    padding: 18px 35px;
    font-size: 15px;
    letter-spacing: 1.5px
}

.button.x-small {
    font-size: .8em
}

@media only screen {
    h5 a,
    h6 a {
        -webkit-transition: background-color .3s ease-out;
        -moz-transition: background-color .3s ease-out;
        transition: background-color .3s ease-out
    }
    h5 a:active,
    h6 a:active {
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .2) inset;
        box-shadow: 0 1px 0 rgba(0, 0, 0, .2) inset
    }
    h5 a.radius,
    h6 a.radius {
        -webkit-border-radius: 3px;
        border-radius: 3px
    }
    h5 a.round,
    h6 a.round {
        -webkit-border-radius: 1000px;
        border-radius: 1000px
    }
}

h5,
h6 {
    font-size: 14px;
    margin-right: 15px;
    display: inline-block
}

@media only screen {
    .button,
    button,
    h5 a,
    h6 a {
        border-style: none;
        border-width: none;
        text-transform: uppercase
    }
}

.button.rounded-3 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.clear {
    clear: both
}

.accordion section .accordion_content,
.accordion section p.accordion_header hobbies {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: height 1.5s;
    -webkit-transition: height 1.5s;
    -o-transition: height 1.5s;
    -ms-transition: height 1.5s;
    transition: height 1.5s
}

.accordion section .accordion_content {
    height: 0;
    overflow: hidden;
    display: block
}

.accordion section.active .accordion_content {
    height: auto
}

#navbar-search {
    display: inline-block;
    height: 50px
}

#searchbox {
    display: block;
    margin: 15px auto
}

header.scroll #searchbox {
    margin-top: 11px
}

#searchbox .search-icon {
    margin-top: 16px;
    width: 38px;
    height: 18px
}

#searchbox .search-icon:focus {
    outline: 0
}

#frontpage header.scroll #searchbox .search-input,
#searchbox .search-input {
    display: block;
    width: 20rem;
    border: none;
    outline: 0;
    background: #ededed;
    font-size: 14px;
    color: #2a2a2a;
    margin: 15px auto;
    height: 32px;
    padding: 14px 34px
}

#searchbox :-ms-input-placeholder,
#searchbox ::-moz-placeholder,
#searchbox ::-webkit-input-placeholder,
#searchbox input:-moz-placeholder {
    color: #2a2a2a
}

.main-cnt .testimonial-short {
    margin-bottom: 45px
}

.testimonial-text blockquote {
    padding: .5625em 1.25em 0 1.1875em
}

.testimonial-short .testimonial-text {
    margin-top: 15px
}

.testimonial-short .testimonial-text p {
    margin: 0;
    padding: 15px 20px 0
}

.testimonial-short .testimonial-text p i {
    color: #2f2f31;
    font-size: 16px
}

.testimonial-short .testimonial-text a {
    color: #ff4f12;
    font-size: 14px
}

.testimonial-image .testimonial-contact p,
.testimonial-text .testimonial-contact p {
    color: #7e7b7b;
    font-size: 14px
}

.testimonial-image .testimonial-contact p b,
.testimonial-text .testimonial-contact p b {
    color: #0a0c1e;
    font-size: 14px;
    font-weight: 400
}

.large-9.columns.testimonial h1 {
    font-size: 22px;
    padding-bottom: 20px
}

.large-9.columns.testimonial p a {
    color: #ff4f12
}

.main-cnt.shadow.testimonial {
    padding: 25px 50px 0
}

.testimonial_detail {
    min-height: 600px
}

.testimonial_detail img {
    bottom: 0;
    right: 0
}

.prevlink {
    float: left;
    width: 50%
}

.nextlink {
    float: right;
    width: 50%;
    text-align: right
}

.testimonial_detail h1 {
    margin-bottom: 30px;
    font-size: 22px
}

.testimonial_detail .testimonial_blurb {
    background: url(../graphics/sprite/test-quotes.jpg) no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #7e7b7b;
    font-size: 14px;
    margin-bottom: 50px;
    padding: 0 30px
}

.testimonial_blurb h4 {
    color: #5a5e63;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px
}

.testimonial_blurb span {
    color: #0a0c1e;
    font-family: jenna_sueregular;
    font-size: 40px
}

.testimonial_text {
    margin-bottom: 75px
}

.testimonial_text p a {
    color: #ff4f12;
    font-size: 15px
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

img.top {
    width: 135px
}

svg#efelle_creative {
    width: 135px;
    margin-top: 0
}

header.scroll svg#efelle_creative {
    margin-top: 0
}

.menu-button {
    display: none
}

@media (max-width:940px) {
    #frontpage .html5banner,
    .menu-button {
        display: block!important
    }
    .html5banner {
        padding: 0
    }
    .html5banner img {
        width: 100%
    }
}

@media (max-width:768px) {
    #frontpage .premier {
        text-align: center;
        margin-bottom: 5px
    }
    #frontpage .premier h1 {
        font-size: 24px
    }
    #frontpage .premier h2 {
        font-size: 18px
    }
}

@media (max-width:350px) {
    #frontpage .premier h1 {
        font-size: 21px
    }
}

#mmenu-noslide a {
    font-style: normal;
    font-weight: 600
}

#filter-off {
    padding-top: 30px;
    background: #2a2a2a
}

#filter-off li {
    background-image: none;
    margin-bottom: 0
}

#filter-off a {
    font-style: normal;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0
}

#portfoliov2 #port-nav-toggle {
    position: fixed;
    right: 0;
    top: 500px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 50px 40px 0;
    border-color: transparent #f63 transparent transparent;
    z-index: 50
}

#port-nav-arr {
    -webkit-animation: bounce 1s infinite;
    width: 25px;
    height: 20px;
    display: inline-block;
    position: fixed;
    right: 3px;
    top: 527px;
    z-index: 51
}

.mm-opened #port-nav-arr {
    -webkit-animation: none
}

@media (max-width:768px) {
    #portfoliov2 #port-nav-toggle {
        top: 200px
    }
    #port-nav-arr {
        top: 227px
    }
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        right: 3px
    }
    40% {
        right: 8px
    }
    60% {
        right: 0
    }
}

#frontpage .firststep h2 {
    font-size: 25px
}

#frontpage .firststep h3 {
    font-size: 20px
}

#frontpage .calltoaction ul.buttons {
    margin-top: 58px
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #002e63; /*denyro 2805*/
}

.text-light-blue {
    color: #58dcd0!important
}

.text-blue {
    color: #002e63; /*denyro 2805*/!important
}

.orange {
    background: #ae2628 /*denyro 2805*/
}

.portfolio-dt #loader-wrapper {
    position: absolute
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 170px;
    height: 170px;
    margin: -75px 0 0 -75px;
    border: 3px solid transparent;
    border-top-color: #002e63; /*denyro 2805*/;
    border-radius: 50%;
    z-index: 2;
    background-color: #fff;
    animation: spin 2s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

#loader::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 3px solid transparent;
    border-top-color: #ae2628 /*denyro 2805*/;
    border-radius: 50%;
    animation: spin 3s linear infinite
}

#loader::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 3px solid transparent;
    border-top-color: #58dcd0;
    border-radius: 50%;
    animation: spin 1.5s linear infinite
}

.loading-img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    margin-top: -40px;
    margin-left: -40px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="111" height="108" viewBox="0 0 111 108"><g fill="none"><g style="fill:%23E05C26;stroke-width:9;stroke:%23E05C26"><path d="M103.7 52.5C103.7 49.4 103.4 46.4 102.7 43.5 102 40.7 101 37.8 99.6 34.8 96 26.9 90.5 20.5 83.1 15.6 74.8 10 65.6 7.2 55.5 7.2 46.9 7.2 38.8 9.3 31.4 13.4 24 17.6 18.1 23.3 13.7 30.6 9.3 37.9 7.1 45.7 7.1 54.1 7.1 62.3 9.3 70.1 13.7 77.4 18.1 84.7 24 90.5 31.5 94.7 39 98.9 47 101 55.4 101 60.9 101 66.5 100 72.3 97.9 78.1 95.9 83 93.1 87 89.7 87.6 89.1 88 88.9 88.4 88.9 89.2 88.9 89.5 89.3 89.5 90 89.5 90.6 88.1 91.8 85.2 93.9 76.3 100.2 66.3 103.3 55.3 103.3 46.3 103.3 37.8 101.1 30 96.7 22.2 92.3 16 86.3 11.4 78.6 6.8 70.9 4.5 62.7 4.5 54 4.5 45.3 6.8 37.1 11.3 29.4 15.8 21.8 22 15.8 29.9 11.4 37.8 7 46.2 4.8 55.3 4.8 65.1 4.8 74.1 7.3 82.3 12.4 90.5 17.5 96.8 24.3 101.1 33 104.3 39.5 106 46 106 52.7 106 54.1 105.2 54.7 103.6 54.7L23.5 54.7C22.5 54.7 22.1 54.3 22.1 53.5 22.1 52.8 22.6 52.4 23.5 52.4L103.7 52.4 103.7 52.5Z"/></g></g></svg>');
    background-position: center;
    background-size: 75%;
    background-repeat: no-repeat;
    z-index: 3
}

.loaded {
    opacity: 1
}

#blogblock3 .blog-entry .centered,
#blogblock4 .blog-entry .centered {
    border-bottom: none
}

li.name {
    padding-left: 15px
}

.main-cnt,
.title-area {
    padding-top: 15px!important
}

@media only screen and (max-width:768px) {
    .content-header-block,
    li.name {
        text-align: center
    }
    .social-share-buttons {
        float: none
    }
}

@media only screen and (min-width:768px) {
    nav.top-bar ul.title-area {
        float: left
    }
}

@media only screen and (max-width:768px) {
    #frontpage header.scroll {
        height: 50px
    }
    .head.active .js-nav-search-toggle {
        display: none
    }
    .tip-darkgray {
        display: none!important
    }
    nav.top-bar ul.title-area {
        padding: 0!important;
        float: left
    }
    .top-bar-section ul {
        padding: 0 0 1px;
        margin: 3px 9px 0 0
    }
    #nav-toggle {
        top: 15px
    }
    #nav-toggle.active {
        top: 24px
    }
    #nav-toggle span,
    #nav-toggle span:after,
    #nav-toggle span:before,
    #nav-toggle.active span,
    #nav-toggle.active span:after,
    #nav-toggle.active span:before {
        background: #2a2a2a
    }
    .top-bar.expanded .title-area {
        background: #fff
    }
    .top-bar-section ul {
        z-index: 999;
        position: relative
    }
    .top-bar-section ul li {
        border-top: 2px solid #c1cdd2;
        margin-bottom: 0;
        padding-left: 0
    }
    .top-bar-section ul li.sub_1 {
        border-top: 2px solid #4d7485
    }
    .top-bar-section li a:not(.button),
    .top-bar-section ul {
        background-color: #fff
    }
    .top-bar.expanded .toggle-topbar a {
        color: #2a2a2a
    }
    #frontpage .masthead-text h2,
    .masthead-text h2 {
        font-size: 38px
    }
    #frontpage .masthead-text h4,
    .masthead-text h4 {
        font-size: 18px
    }
    #frontpage .scroll .top-bar-section ul li>a,
    #frontpage .top-bar-section ul li>a {
        color: #2a2a2a;
        font-weight: 300
    }
    #lftside-menu span,
    .top-bar .toggle-topbar.menu-icon a span,
    .top-bar.expanded .toggle-topbar a span {
        -webkit-box-shadow: 0 10px 0 1px #2a2a2a, 0 16px 0 1px #2a2a2a, 0 22px 0 1px #2a2a2a;
        box-shadow: 0 10px 0 1px #2a2a2a, 0 16px 0 1px #2a2a2a, 0 22px 0 1px #2a2a2a;
        color: #2a2a2a;
        position: absolute;
        right: 15px;
        display: block;
        width: 16px;
        height: 0
    }
    .menu-button {
        margin-top: 0;
        height: 78px;
        width: 100%;
        right: 0;
        background: transparent url(../graphics/efellemobilev2-full-logo.png) center center no-repeat
    }
    #frontpage .menu-button {
        height: 70px
    }
    .menu-button a {
        position: relative;
        display: block;
        width: 50px;
        height: 34px;
        line-height: 33px;
        padding: 0
    }
    img.mob-head {
        position: absolute;
        top: 0;
        left: 70px
    }
    .top-bar-section li a:not(.button) {
        background: #f3f3f3;
        z-index: 1000
    }
    .top-bar-section ul li>a {
        width: 100%
    }
    .sidr ul li {
        background-image: none
    }
    .sidr ul li ul li {
        line-height: 33px
    }
    .sidr ul li a,
    .sidr ul li span,
    .sidr ul li ul li a,
    .sidr ul li ul li span {
        padding: 0 15px;
        display: block;
        text-decoration: none;
        font-family: Poppins, sans-serif;
        font-style: normal
    }
    .sidr ul li a,
    .sidr ul li span {
        color: #fff;
        font-weight: 600;
        font-size: 17px
    }
    .sidr ul li ul li a,
    .sidr ul li ul li span {
        color: #fff;
        font-weight: 600;
        font-size: 13px
    }
}

@media only screen and (max-width:768px) {
    #frontpage #mastslide {
        position: relative
    }
    .masthead {
        height: 400px
    }
    #frontpage .masthead-text,
    .masthead-text {
        padding: 40px 0;
        margin-top: 50px;
        font-size: 24px;
        top: inherit;
        transform: none
    }
    header.head {
        background-color: #fff;
        background-image: none;
        height: 50px
    }
    header.head .top-bar {
        overflow: visible
    }
    header.head img.top {
        width: 92px;
        padding: 2px 0
    }
    #frontpage .content {
        top: 0
    }
    #second,
    .mast_large {
        height: 300px;
        margin-top: 50px
    }
    footer .ftr-main {
        padding: 40px 0;
        text-align: center
    }
    footer .social-outline {
        width: 36px;
        height: 36px;
        font-size: 18px;
        padding: 9px 4px
    }
    footer .foot-popular ul {
        display: block;
        margin: 0 auto;
        text-align: center
    }
    footer .foot-contact .info .row {
        margin-bottom: 5px
    }
    footer .foot-contact .info i {
        display: block;
        text-align: center;
        margin: 0 auto
    }
    footer .foot-contact .info p {
        margin: 10px auto 15px;
        padding-left: 0;
        text-align: center
    }
    footer .foot-contact h3 {
        color: #268a94;
        font-size: 30px;
        font-weight: 300
    }
    footer .foot-contact h4 {
        color: #fff;
        font-size: 24px;
        font-weight: 300;
        text-transform: uppercase
    }
    footer .foot-contact p {
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 25px
    }
    footer .news-signup {
        padding: 25px 0
    }
    footer .copy {
        padding: 20px 0
    }
    footer .signup .x-small.instant.button {
        width: 40%
    }
    footer .foot-services {
        margin-top: 25px
    }
    .foot-services .logo,
    .foot-services .social {
        text-align: center
    }
    footer .foot-services p {
        margin: 20px 0;
        width: 90%;
        text-align: justify
    }
    .foot-popular {
        margin-bottom: 25px
    }
    footer .foot-contact .hp-addr p {
        margin: 0;
        font-style: normal
    }
    footer .copy .row.centered {
        width: 220px;
        line-height: 14px
    }
    h2,
    section h2 {
        font-size: 40px
    }
    h4,
    section h4 {
        font-size: 16px
    }
    ul,
    ul li {
        margin-bottom: 0
    }
    #frontpage #filter li a {
        padding: 7px 14px
    }
    .section-title h2 {
        font-size: 40px
    }
    .calltoaction.subpage-block ul.buttons,
    .main-cnt ul,
    .portfolio ul {
        margin-bottom: 20px
    }
    .main-cnt h1 {
        font-size: 26px
    }
    .main-cnt ul li {
        margin-bottom: 10px
    }
    .main-cnt,
    .main-cnt.shadow.testimonial {
        padding: 25px 0 0
    }
    #blogpost .main-cnt {
        padding: 10px 0 0
    }
    .social-share-buttons {
        margin-bottom: 12px
    }
    .button.small {
        padding: 14px 25px
    }
    .inline.buttons {
        text-align: center
    }
    .inline.buttons li,
    .profit .inline li {
        padding-left: 7px;
        padding-right: 7px
    }
    .calltoaction h2 {
        font-size: 42px
    }
    .arrow {
        display: none
    }
    .html5banner {
        margin: 10px 0 0;
        padding: 0;
        width: 100%
    }
    .html5banner img {
        width: 100%
    }
    div.premier {
        margin: 20px 0 30px
    }
    div.premier h2 {
        margin-top: 15px
    }
    section.help .row {
        padding: 20px 0
    }
    section.help .txt .row {
        padding: 0
    }
    section.help .image {
        margin: 0 auto 10px
    }
    #frontpage #second {
        height: auto
    }
    #frontpage #second .webstuff-arrow {
        display: none
    }
    .webstuff .image {
        margin: 25px 0
    }
    .service {
        text-align: center
    }
    .service:hover {
        padding: 15px 25px
    }
    .service div {
        position: relative
    }
    .service:hover div {
        top: 0
    }
    .service p {
        opacity: 1;
        visibility: visible;
        height: auto
    }
    .service h3 {
        font-size: 16px;
        padding: 0
    }
    #frontpage #blogblock3 .blog-entry .row {
        border-bottom: none
    }
    #blogblock4,
    #frontpage #blogblock5,
    #frontpage #blogblock6 {
        display: none
    }
    .clients-block .image {
        margin-top: 40px;
        margin-bottom: 10px
    }
    .caroufredsel_wrapper {
        margin: 0!important
    }
    .clients-block {
        padding-bottom: 30px
    }
    .portfolio {
        margin: 12px 0
    }
    #filter {
        margin: 5px 5px 5px 20px
    }
    #filter li {
        margin: 5px 10px
    }
    .full-port {
        background: #268a94 url(../graphics/blue-gears.html) 50% 0 no-repeat fixed;
        text-align: center;
        padding: 20px 0
    }
    section.testimonial-block blockquote {
        font-size: 14px;
        padding: 10px
    }
    section.testimonial-block blockquote:before {
        font-size: 45px;
        left: 10px
    }
    .testimonial-block ul li {
        padding: 0;
        margin: 10px 0 0!important
    }
    .calltoaction ul.buttons {
        margin: 0 0 20px
    }
    div.firststep {
        margin: 20px 0 25px
    }
    .blog-block.subpage-block {
        margin: 20px 0 5px
    }
    .blog-block.subpage-cat-block {
        margin: 25px 0 20px
    }
    .blog-block.subpage-cat-block ul.buttons {
        margin-top: 0
    }
    .calltoaction.simple div.firststep {
        margin: 20px 0
    }
    .calltoaction.simple ul.buttons {
        margin: 0 0 12px;
        text-align: center
    }
    .calltoaction.simple ul.buttons li {
        padding-left: 0
    }
    .profilepicgrid {
        float: left;
        margin: 15px 0;
        width: 100%
    }
    blockquote.profilequote {
        font-size: 16px;
        font-weight: 700;
        border-left: none;
        padding: 50px 0 10px 22px;
        margin: 0 0 20px
    }
    .profilesidebar {
        margin-top: 20px
    }
    .blog_main_wrapper {
        bottom: -7px!important;
        padding-left: 0;
        padding-right: 0
    }
    .blog_main_wrapper .cont_wrapper {
        margin-bottom: 35px
    }
    .post_image {
        width: 100%!important;
        height: auto!important
    }
    .post_overview {
        margin: -40px 0 0!important;
        width: 100%!important;
        padding-left: 20px;
        padding-right: 20px
    }
    .blog_pagination {
        margin-right: 20px
    }
    #commentform .right {
        margin: 10px 0 0
    }
    #commentform .right.alignright.inline-block {
        margin-left: 22px;
        float: left!important
    }
    #commentform .right p {
        width: auto!important;
        display: block!important
    }
    #commentform .left {
        padding: 10px 20px
    }
    .post_author_wrapper {
        padding: 12px 5px
    }
    .form_submit input {
        margin: 0!important
    }
    #subpage_fbv2 .main-cnt {
        padding: 25px 20px
    }
    #subpage_fbv2 .contact-top .divider {
        padding-bottom: 0;
        margin-bottom: 0
    }
    #subpage_fbv2 .form_field_element,
    #subpage_fbv2 .form_field_element .form_field_half,
    #subpage_fbv2 .form_field_title {
        display: inline-block;
        width: 100%
    }
    #subpage_fbv2 .form_field_element .form_field_half {
        width: 95%;
        margin-bottom: 8px
    }
    #subpage_fbv2 .form_field_title {
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 5px
    }
    #subpage_fbv2 .main-cnt .large-9 {
        padding-left: 0;
        padding-right: 0
    }
    .main-cnt .testimonial-short {
        margin: 0 0 20px
    }
    .testimonial-short .testimonial-text p {
        padding: 15px 0 10px
    }
    .testimonial-short .testimonial-image .testimonial-contact {
        padding: 10px 0 0 90px
    }
    .testimonial-short .testimonial-image img {
        padding: 0!important;
        -webkit-border-radius: 70px;
        -moz-border-radius: 70px;
        border-radius: 70px;
        height: 70px;
        width: 70px;
        border: #e5e7e8 solid 1px
    }
    .large-9.columns.testimonial h1 {
        padding-bottom: 0
    }
    .testimonial_text {
        margin-bottom: 25px
    }
    .testimonial_detail h1 {
        margin-bottom: 0
    }
    .testimonial_detail .testimonial_blurb {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:58.74em) {
    nav.overlay {
        overflow: auto
    }
    nav.overlay .menu-list {
        margin: 70px auto 0
    }
    nav.overlay ul.social.icons li {
        margin-bottom: 10px;
        display: inline-block
    }
}

@media (max-width:768px) {
    .nav.overlay ul.social {
        margin-top: 20px
    }
    .profilepicgrid {
        max-width: 300px;
        margin: 0 auto;
        float: none
    }
}

@media only screen and (max-width:450px) {
    #navbar-search {
        display: block;
        width: 100%;
        margin: 0 auto
    }
    .nav-search button {
        max-width: 320px;
        width: 100%;
        display: block;
        margin: 5px auto
    }
    nav.overlay .menu-list {
        margin: 20px auto 0
    }
}

@media only screen and (max-width:720px) {
    .work,
    .work.width-2,
    .work.width-2 .overlay {
        max-width: 300px;
        background-size: cover;
        background-position: center
    }
    .projs .work {
        max-width: 100%
    }
    .work .overlay {
        display: block
    }
    #portfoliov2_projects .work .overlay dt {
        font-size: 20px
    }
}

@media only screen and (max-width:1115px) {
    .mast_large {
        height: 300px
    }
    .mast_large h1,
    .mast_large h5 {
        font-size: 40px
    }
}

@media only screen and (max-width:1400px) {
    .mast_large {
        background-attachment: initial;
        background-size: cover
    }
    .home section,
    .subpage-block,
    .subpage-cat-block,
    section.calltoaction,
    section.gray,
    section.profit,
    section.profit.orange {
        padding: 70px 0
    }
}

footer .foot-services .logo {
    padding: 15px
}

@media only screen and (max-width:450px) {
    footer .social img {
        max-width: 40px
    }
    footer .foot-popular,
    footer .foot-popular ul {
        text-align: center
    }
    .info .ico-cnt {
        height: 50px;
        width: 50px;
        white-space: nowrap;
        text-align: center;
        margin: 1em 0
    }
    .info .ico-cnt .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }
    .info .ico-cnt img {
        vertical-align: middle;
        max-height: 50px;
        max-width: 50px
    }
}