/*
Theme Name: Panthur
Author: Hostopia Dev Team
Author URI: https://hostopia.com.au
Description: The converted codeigniter theme of panthur.com.au to wordpress/bootstrap
Version: 1.0.0
Text Domain: panthur
*/

/*! normalize.css v2.1.3 | 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],
template {
    display: none
}

script {
    display: none !important
}

html {
    background-color: #0b0e18;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-text-stroke: 0.1px;
    -webkit-font-smoothing: subpixel-antialiased;
}

body {
    margin: 0;
}

a {
    background: transparent
}

a:focus {
    outline: thin dotted
}

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

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

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

b,
strong {
    font-weight: bold
}

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: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.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
}

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

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

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

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

body {
    background: #fff;
    color: #333;
    padding: 0;
    margin: 0;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default
}

a:hover {
    cursor: pointer
}

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

object,
embed {
    height: 100%
}

img {
    -ms-interpolation-mode: bicubic
}

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

.left {
    float: left !important
}

.right {
    float: right !important
}

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

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

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

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

.hide {
    display: none
}

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

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

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

select {
    width: 100%
}

.row {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5em;
    width: 100%;
    *zoom: 1
}

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

.row:after {
    clear: both
}

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

.row .row {
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    max-width: none;
    width: auto;
    *zoom: 1
}

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

.row .row:after {
    clear: both
}

.row .row.collapse {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    width: auto;
    *zoom: 1
}

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

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

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

@media only screen {
    .small-1 {
        width: 8.33333%
    }
    .small-2 {
        width: 16.66667%
    }
    .small-3 {
        width: 25%
    }
    .small-4 {
        width: 33.33333%
    }
    .small-5 {
        width: 41.66667%
    }
    .small-6 {
        width: 50%
    }
    .small-7 {
        width: 58.33333%
    }
    .small-8 {
        width: 66.66667%
    }
    .small-9 {
        width: 75%
    }
    .small-10 {
        width: 83.33333%
    }
    .small-11 {
        width: 91.66667%
    }
    .small-12 {
        width: 100%
    }
    .small-offset-0 {
        margin-left: 0%
    }
    .small-offset-1 {
        margin-left: 8.33333%
    }
    .small-offset-2 {
        margin-left: 16.66667%
    }
    .small-offset-3 {
        margin-left: 25%
    }
    .small-offset-4 {
        margin-left: 33.33333%
    }
    .small-offset-5 {
        margin-left: 41.66667%
    }
    .small-offset-6 {
        margin-left: 50%
    }
    .small-offset-7 {
        margin-left: 58.33333%
    }
    .small-offset-8 {
        margin-left: 66.66667%
    }
    .small-offset-9 {
        margin-left: 75%
    }
    .small-offset-10 {
        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 {
        margin-left: auto;
        margin-right: auto;
        float: none !important
    }
}

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

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

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

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

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

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

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

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

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

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

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

@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.show-for-medium,
    table.show-for-medium-up,
    table.hide-for-small {
        display: table
    }
    thead.show-for-medium,
    thead.show-for-medium-up,
    thead.hide-for-small {
        display: table-header-group !important
    }
    tbody.show-for-medium,
    tbody.show-for-medium-up,
    tbody.hide-for-small {
        display: table-row-group !important
    }
    tr.show-for-medium,
    tr.show-for-medium-up,
    tr.hide-for-small {
        display: table-row !important
    }
    td.show-for-medium,
    td.show-for-medium-up,
    td.hide-for-small,
    th.show-for-medium,
    th.show-for-medium-up,
    th.hide-for-small {
        display: table-cell !important
    }
}

@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.show-for-large,
    table.show-for-large-up,
    table.hide-for-medium,
    table.hide-for-medium-down {
        display: table
    }
    thead.show-for-large,
    thead.show-for-large-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down {
        display: table-header-group !important
    }
    tbody.show-for-large,
    tbody.show-for-large-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down {
        display: table-row-group !important
    }
    tr.show-for-large,
    tr.show-for-large-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down {
        display: table-row !important
    }
    td.show-for-large,
    td.show-for-large-up,
    td.hide-for-medium,
    td.hide-for-medium-down,
    th.show-for-large,
    th.show-for-large-up,
    th.hide-for-medium,
    th.hide-for-medium-down {
        display: table-cell !important
    }
}

@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.show-for-xlarge,
    table.hide-for-large,
    table.hide-for-large-down {
        display: table
    }
    thead.show-for-xlarge,
    thead.hide-for-large,
    thead.hide-for-large-down {
        display: table-header-group !important
    }
    tbody.show-for-xlarge,
    tbody.hide-for-large,
    tbody.hide-for-large-down {
        display: table-row-group !important
    }
    tr.show-for-xlarge,
    tr.hide-for-large,
    tr.hide-for-large-down {
        display: table-row !important
    }
    td.show-for-xlarge,
    td.hide-for-large,
    td.hide-for-large-down,
    th.show-for-xlarge,
    th.hide-for-large,
    th.hide-for-large-down {
        display: table-cell !important
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
        *zoom: 1
    }
    [class*="block-grid-"]:before,
    [class*="block-grid-"]:after {
        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
}

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

a {
    color: #2ba6cb;
    text-decoration: none;
    line-height: inherit
}

a:hover,
a:focus {
    color: #2795b6
}

a img {
    border: none
}

p {
    font-family: inherit;
    font-weight: normal;
    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: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    font-weight: 400;
    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 #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25em 0 1.1875em;
    height: 0
}

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

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

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

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

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

ul,
ol {
    margin-left: 0
}

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

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

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

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

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

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

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

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

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

dl dd {
    margin-bottom: .75em
}

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

abbr {
    text-transform: none
}

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

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 #ddd;
    padding: .625em .75em
}

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

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

.vevent .summary {
    font-weight: bold
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    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: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: 0.5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .hide-on-print {
        display: none !important
    }
    .print-only {
        display: block !important
    }
    .hide-for-print {
        display: none !important
    }
    .show-for-print {
        display: inherit !important
    }
}

button,
.button {
    border-style: none;
    border-width: 0;
    cursor: pointer;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 0;
    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: #2ba6cb;
    border-color: #2284a1;
    color: #fff
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: #2284a1
}

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

button.secondary,
.button.secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #333
}

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

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

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

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

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

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

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

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

button.large,
.button.large {
    padding-top: 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: #2ba6cb;
    border-color: #2284a1;
    color: #fff;
    cursor: default;
    opacity: .6;
    -webkit-box-shadow: none;
    box-shadow: none
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: #2284a1
}

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

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

button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #333;
    cursor: default;
    opacity: .6;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

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

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

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

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

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

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

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

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

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

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

button,
.button {
    padding-top: .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-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
        -webkit-transition: background-color 300ms ease-out;
        -moz-transition: background-color 300ms ease-out;
        transition: background-color 300ms ease-out
    }
    button:active,
    .button:active {
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset
    }
    button.radius,
    .button.radius {
        -webkit-border-radius: 3px;
        border-radius: 3px
    }
    button.round,
    .button.round {
        -webkit-border-radius: 50%;
        border-radius: 50%
    }
}

@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 .row.collapse input {
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
    padding-left: .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
}

.prefix,
.postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    font-size: .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: 50%;
    -moz-border-radius-topleft: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%
}

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

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

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

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

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

.input-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: 50%;
    -moz-border-radius-topleft: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%
}

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

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: .875em;
    margin: 0 0 1em 0;
    padding: .5em;
    height: 2.3125em;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow .45s, border-color .45s ease-in-out;
    -moz-transition: -moz-box-shadow .45s, border-color .45s ease-in-out;
    transition: box-shadow .45s, border-color .45s ease-in-out
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    border-color: #999
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    background: #fafafa;
    border-color: #999;
    outline: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

label.error {
    color: #c60f13
}

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

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

.button-group:after {
    clear: both
}

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

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

.button-group.radius>*:first-child,
.button-group.radius>*:first-child>a,
.button-group.radius>*:first-child>button,
.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>a,
.button-group.radius>*:last-child>button,
.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>a,
.button-group.round>*:first-child>button,
.button-group.round>*:first-child>.button {
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius-topleft: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%
}

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

.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 {
    *zoom: 1
}

.button-bar:before,
.button-bar:after {
    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, 0.1)
}

.split.button span {
    border-left-color: #1e728c
}

.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: #c3c3c3
}

.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 iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-container.auto>section>.content>*:first-child,
.section-container.auto>.section>.content>*:first-child,
.section-container.vertical-tabs>section>.content>*:first-child,
.section-container.vertical-tabs>.section>.content>*:first-child,
.section-container.vertical-nav>section>.content>*:first-child,
.section-container.vertical-nav>.section>.content>*:first-child,
.section-container.horizontal-nav>section>.content>*:first-child,
.section-container.horizontal-nav>.section>.content>*:first-child,
.section-container.accordion>section>.content>*:first-child,
.section-container.accordion>.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),
.section-container.vertical-tabs>section>.content>*:last-child:not(.flex-video),
.section-container.vertical-tabs>.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.horizontal-nav>section>.content>*:last-child:not(.flex-video),
.section-container.horizontal-nav>.section>.content>*:last-child:not(.flex-video),
.section-container.accordion>section>.content>*:last-child:not(.flex-video),
.section-container.accordion>.section>.content>*:last-child:not(.flex-video) {
    padding-bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

[data-section='tabs']>section>[data-section-title],
[data-section='tabs']>section>.title,
[data-section='tabs']>.section>[data-section-title],
[data-section='tabs']>.section>.title,
[data-section='tabs']>[data-section-region]>[data-section-title],
[data-section='tabs']>[data-section-region]>.title,
.section-container.tabs>section>[data-section-title],
.section-container.tabs>section>.title,
.section-container.tabs>.section>[data-section-title],
.section-container.tabs>.section>.title,
.section-container.tabs>[data-section-region]>[data-section-title],
.section-container.tabs>[data-section-region]>.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 #ccc
}

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

.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 #ccc
}

.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) {
    [data-section=''],
    [data-section='auto'],
    .section-container.auto {
        width: 100%;
        position: relative;
        display: block;
        margin-bottom: 1.25em
    }
    [data-section='']:not([data-section-resized]):not([data-section-small-style]),
    [data-section='auto']:not([data-section-resized]):not([data-section-small-style]),
    .section-container.auto:not([data-section-resized]):not([data-section-small-style]) {
        visibility: hidden
    }
    [data-section='']>section>[data-section-title],
    [data-section='']>section>.title,
    [data-section='']>.section>[data-section-title],
    [data-section='']>.section>.title,
    [data-section='']>[data-section-region]>[data-section-title],
    [data-section='']>[data-section-region]>.title,
    [data-section='auto']>section>[data-section-title],
    [data-section='auto']>section>.title,
    [data-section='auto']>.section>[data-section-title],
    [data-section='auto']>.section>.title,
    [data-section='auto']>[data-section-region]>[data-section-title],
    [data-section='auto']>[data-section-region]>.title,
    .section-container.auto>section>[data-section-title],
    .section-container.auto>section>.title,
    .section-container.auto>.section>[data-section-title],
    .section-container.auto>.section>.title,
    .section-container.auto>[data-section-region]>[data-section-title],
    .section-container.auto>[data-section-region]>.title {
        margin-bottom: 0
    }
    [data-section='']>section>[data-section-title] a,
    [data-section='']>section>.title a,
    [data-section='']>.section>[data-section-title] a,
    [data-section='']>.section>.title a,
    [data-section='']>[data-section-region]>[data-section-title] a,
    [data-section='']>[data-section-region]>.title a,
    [data-section='auto']>section>[data-section-title] a,
    [data-section='auto']>section>.title a,
    [data-section='auto']>.section>[data-section-title] a,
    [data-section='auto']>.section>.title a,
    [data-section='auto']>[data-section-region]>[data-section-title] a,
    [data-section='auto']>[data-section-region]>.title a,
    .section-container.auto>section>[data-section-title] a,
    .section-container.auto>section>.title a,
    .section-container.auto>.section>[data-section-title] a,
    .section-container.auto>.section>.title a,
    .section-container.auto>[data-section-region]>[data-section-title] a,
    .section-container.auto>[data-section-region]>.title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap
    }
    [data-section='']>section>[data-section-content],
    [data-section='']>section>.content,
    [data-section='']>.section>[data-section-content],
    [data-section='']>.section>.content,
    [data-section='']>[data-section-region]>[data-section-content],
    [data-section='']>[data-section-region]>.content,
    [data-section='auto']>section>[data-section-content],
    [data-section='auto']>section>.content,
    [data-section='auto']>.section>[data-section-content],
    [data-section='auto']>.section>.content,
    [data-section='auto']>[data-section-region]>[data-section-content],
    [data-section='auto']>[data-section-region]>.content,
    .section-container.auto>section>[data-section-content],
    .section-container.auto>section>.content,
    .section-container.auto>.section>[data-section-content],
    .section-container.auto>.section>.content,
    .section-container.auto>[data-section-region]>[data-section-content],
    .section-container.auto>[data-section-region]>.content {
        display: none
    }
    [data-section='']>section.active>[data-section-content],
    [data-section='']>section.active>.content,
    [data-section='']>.section.active>[data-section-content],
    [data-section='']>.section.active>.content,
    [data-section='']>[data-section-region].active>[data-section-content],
    [data-section='']>[data-section-region].active>.content,
    [data-section='auto']>section.active>[data-section-content],
    [data-section='auto']>section.active>.content,
    [data-section='auto']>.section.active>[data-section-content],
    [data-section='auto']>.section.active>.content,
    [data-section='auto']>[data-section-region].active>[data-section-content],
    [data-section='auto']>[data-section-region].active>.content,
    .section-container.auto>section.active>[data-section-content],
    .section-container.auto>section.active>.content,
    .section-container.auto>.section.active>[data-section-content],
    .section-container.auto>.section.active>.content,
    .section-container.auto>[data-section-region].active>[data-section-content],
    .section-container.auto>[data-section-region].active>.content {
        display: block
    }
    [data-section='']>section:not(.active),
    [data-section='']>.section:not(.active),
    [data-section='']>[data-section-region]:not(.active),
    [data-section='auto']>section:not(.active),
    [data-section='auto']>.section:not(.active),
    [data-section='auto']>[data-section-region]:not(.active),
    .section-container.auto>section:not(.active),
    .section-container.auto>.section:not(.active),
    .section-container.auto>[data-section-region]:not(.active) {
        padding: 0 !important
    }
    [data-section='']>section>[data-section-title],
    [data-section='']>section>.title,
    [data-section='']>.section>[data-section-title],
    [data-section='']>.section>.title,
    [data-section='']>[data-section-region]>[data-section-title],
    [data-section='']>[data-section-region]>.title,
    [data-section='auto']>section>[data-section-title],
    [data-section='auto']>section>.title,
    [data-section='auto']>.section>[data-section-title],
    [data-section='auto']>.section>.title,
    [data-section='auto']>[data-section-region]>[data-section-title],
    [data-section='auto']>[data-section-region]>.title,
    .section-container.auto>section>[data-section-title],
    .section-container.auto>section>.title,
    .section-container.auto>.section>[data-section-title],
    .section-container.auto>.section>.title,
    .section-container.auto>[data-section-region]>[data-section-title],
    .section-container.auto>[data-section-region]>.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 #ccc
    }
    .section-container.auto>section>.title a,
    .section-container.auto>.section>.title a {
        padding: .9375em;
        color: #333;
        font-size: .875em;
        background: none
    }
    .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 #ccc
    }
    .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
    }
    [data-section='vertical-tabs'],
    .section-container.vertical-tabs {
        width: 100%;
        position: relative;
        display: block;
        margin-bottom: 1.25em
    }
    [data-section='vertical-tabs']:not([data-section-resized]):not([data-section-small-style]),
    .section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]) {
        visibility: hidden
    }
    [data-section='vertical-tabs'][data-section-small-style],
    .section-container.vertical-tabs[data-section-small-style] {
        width: 100% !important
    }
    [data-section='vertical-tabs'][data-section-small-style]>[data-section-region],
    [data-section='vertical-tabs'][data-section-small-style]>section,
    [data-section='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,
    .section-container.vertical-tabs[data-section-small-style]>.section {
        padding: 0 !important;
        margin: 0 !important
    }
    [data-section='vertical-tabs'][data-section-small-style]>[data-section-region]>[data-section-title],
    [data-section='vertical-tabs'][data-section-small-style]>[data-section-region]>.title,
    [data-section='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]>.section>.title,
    .section-container.vertical-tabs[data-section-small-style]>[data-section-region]>[data-section-title],
    .section-container.vertical-tabs[data-section-small-style]>[data-section-region]>.title,
    .section-container.vertical-tabs[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]>.section>.title {
        width: 100% !important
    }
    [data-section='vertical-tabs']>section>[data-section-title],
    [data-section='vertical-tabs']>section>.title,
    [data-section='vertical-tabs']>.section>[data-section-title],
    [data-section='vertical-tabs']>.section>.title,
    [data-section='vertical-tabs']>[data-section-region]>[data-section-title],
    [data-section='vertical-tabs']>[data-section-region]>.title,
    .section-container.vertical-tabs>section>[data-section-title],
    .section-container.vertical-tabs>section>.title,
    .section-container.vertical-tabs>.section>[data-section-title],
    .section-container.vertical-tabs>.section>.title,
    .section-container.vertical-tabs>[data-section-region]>[data-section-title],
    .section-container.vertical-tabs>[data-section-region]>.title {
        margin-bottom: 0
    }
    [data-section='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']>.section>.title a,
    [data-section='vertical-tabs']>[data-section-region]>[data-section-title] a,
    [data-section='vertical-tabs']>[data-section-region]>.title a,
    .section-container.vertical-tabs>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>.section>.title a,
    .section-container.vertical-tabs>[data-section-region]>[data-section-title] a,
    .section-container.vertical-tabs>[data-section-region]>.title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap
    }
    [data-section='vertical-tabs']>section>[data-section-content],
    [data-section='vertical-tabs']>section>.content,
    [data-section='vertical-tabs']>.section>[data-section-content],
    [data-section='vertical-tabs']>.section>.content,
    [data-section='vertical-tabs']>[data-section-region]>[data-section-content],
    [data-section='vertical-tabs']>[data-section-region]>.content,
    .section-container.vertical-tabs>section>[data-section-content],
    .section-container.vertical-tabs>section>.content,
    .section-container.vertical-tabs>.section>[data-section-content],
    .section-container.vertical-tabs>.section>.content,
    .section-container.vertical-tabs>[data-section-region]>[data-section-content],
    .section-container.vertical-tabs>[data-section-region]>.content {
        display: none
    }
    [data-section='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']>.section.active>.content,
    [data-section='vertical-tabs']>[data-section-region].active>[data-section-content],
    [data-section='vertical-tabs']>[data-section-region].active>.content,
    .section-container.vertical-tabs>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>.section.active>.content,
    .section-container.vertical-tabs>[data-section-region].active>[data-section-content],
    .section-container.vertical-tabs>[data-section-region].active>.content {
        display: block
    }
    [data-section='vertical-tabs']>section:not(.active),
    [data-section='vertical-tabs']>.section:not(.active),
    [data-section='vertical-tabs']>[data-section-region]:not(.active),
    .section-container.vertical-tabs>section:not(.active),
    .section-container.vertical-tabs>.section:not(.active),
    .section-container.vertical-tabs>[data-section-region]:not(.active) {
        padding: 0 !important
    }
    [data-section='vertical-tabs']>section>[data-section-title],
    [data-section='vertical-tabs']>section>.title,
    [data-section='vertical-tabs']>.section>[data-section-title],
    [data-section='vertical-tabs']>.section>.title,
    [data-section='vertical-tabs']>[data-section-region]>[data-section-title],
    [data-section='vertical-tabs']>[data-section-region]>.title,
    .section-container.vertical-tabs>section>[data-section-title],
    .section-container.vertical-tabs>section>.title,
    .section-container.vertical-tabs>.section>[data-section-title],
    .section-container.vertical-tabs>.section>.title,
    .section-container.vertical-tabs>[data-section-region]>[data-section-title],
    .section-container.vertical-tabs>[data-section-region]>.title {
        position: absolute;
        top: 0;
        left: 0;
        width: 12.5em
    }
    [data-section='vertical-tabs']>section.active,
    [data-section='vertical-tabs']>.section.active,
    [data-section='vertical-tabs']>[data-section-region].active,
    .section-container.vertical-tabs>section.active,
    .section-container.vertical-tabs>.section.active,
    .section-container.vertical-tabs>[data-section-region].active {
        padding-left: 12.5em
    }
    [data-section='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']>.section.active>.title,
    [data-section='vertical-tabs']>[data-section-region].active>[data-section-title],
    [data-section='vertical-tabs']>[data-section-region].active>.title,
    .section-container.vertical-tabs>section.active>[data-section-title],
    .section-container.vertical-tabs>section.active>.title,
    .section-container.vertical-tabs>.section.active>[data-section-title],
    .section-container.vertical-tabs>.section.active>.title,
    .section-container.vertical-tabs>[data-section-region].active>[data-section-title],
    .section-container.vertical-tabs>[data-section-region].active>.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 #ccc
    }
    .section-container.vertical-tabs>section>.title a,
    .section-container.vertical-tabs>.section>.title a {
        padding: .9375em;
        color: #333;
        font-size: .875em;
        background: none
    }
    .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 #ccc
    }
    .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: #d6d6d6
    }
    .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: #d6d6d6
    }
    [data-section='vertical-nav'],
    .section-container.vertical-nav {
        width: 100%;
        position: relative;
        display: block;
        margin-bottom: 1.25em
    }
    [data-section='vertical-nav']:not([data-section-resized]):not([data-section-small-style]),
    .section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]) {
        visibility: hidden
    }
    [data-section='vertical-nav'][data-section-small-style],
    .section-container.vertical-nav[data-section-small-style] {
        width: 100% !important
    }
    [data-section='vertical-nav'][data-section-small-style]>[data-section-region],
    [data-section='vertical-nav'][data-section-small-style]>section,
    [data-section='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-nav[data-section-small-style]>.section {
        padding: 0 !important;
        margin: 0 !important
    }
    [data-section='vertical-nav'][data-section-small-style]>[data-section-region]>[data-section-title],
    [data-section='vertical-nav'][data-section-small-style]>[data-section-region]>.title,
    [data-section='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]>.section>.title,
    .section-container.vertical-nav[data-section-small-style]>[data-section-region]>[data-section-title],
    .section-container.vertical-nav[data-section-small-style]>[data-section-region]>.title,
    .section-container.vertical-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]>.section>.title {
        width: 100% !important
    }
    [data-section='vertical-nav']>section,
    [data-section='vertical-nav']>.section,
    [data-section='vertical-nav']>[data-section-region],
    .section-container.vertical-nav>section,
    .section-container.vertical-nav>.section,
    .section-container.vertical-nav>[data-section-region] {
        position: relative;
        display: inline-block
    }
    [data-section='vertical-nav']>section>[data-section-title],
    [data-section='vertical-nav']>section>.title,
    [data-section='vertical-nav']>.section>[data-section-title],
    [data-section='vertical-nav']>.section>.title,
    [data-section='vertical-nav']>[data-section-region]>[data-section-title],
    [data-section='vertical-nav']>[data-section-region]>.title,
    .section-container.vertical-nav>section>[data-section-title],
    .section-container.vertical-nav>section>.title,
    .section-container.vertical-nav>.section>[data-section-title],
    .section-container.vertical-nav>.section>.title,
    .section-container.vertical-nav>[data-section-region]>[data-section-title],
    .section-container.vertical-nav>[data-section-region]>.title {
        margin-bottom: 0
    }
    [data-section='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']>.section>.title a,
    [data-section='vertical-nav']>[data-section-region]>[data-section-title] a,
    [data-section='vertical-nav']>[data-section-region]>.title a,
    .section-container.vertical-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>.section>.title a,
    .section-container.vertical-nav>[data-section-region]>[data-section-title] a,
    .section-container.vertical-nav>[data-section-region]>.title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap
    }
    [data-section='vertical-nav']>section>[data-section-content],
    [data-section='vertical-nav']>section>.content,
    [data-section='vertical-nav']>.section>[data-section-content],
    [data-section='vertical-nav']>.section>.content,
    [data-section='vertical-nav']>[data-section-region]>[data-section-content],
    [data-section='vertical-nav']>[data-section-region]>.content,
    .section-container.vertical-nav>section>[data-section-content],
    .section-container.vertical-nav>section>.content,
    .section-container.vertical-nav>.section>[data-section-content],
    .section-container.vertical-nav>.section>.content,
    .section-container.vertical-nav>[data-section-region]>[data-section-content],
    .section-container.vertical-nav>[data-section-region]>.content {
        display: none
    }
    [data-section='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']>.section.active>.content,
    [data-section='vertical-nav']>[data-section-region].active>[data-section-content],
    [data-section='vertical-nav']>[data-section-region].active>.content,
    .section-container.vertical-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>.section.active>.content,
    .section-container.vertical-nav>[data-section-region].active>[data-section-content],
    .section-container.vertical-nav>[data-section-region].active>.content {
        display: block
    }
    [data-section='vertical-nav']>section:not(.active),
    [data-section='vertical-nav']>.section:not(.active),
    [data-section='vertical-nav']>[data-section-region]:not(.active),
    .section-container.vertical-nav>section:not(.active),
    .section-container.vertical-nav>.section:not(.active),
    .section-container.vertical-nav>[data-section-region]:not(.active) {
        padding: 0 !important
    }
    [data-section='vertical-nav']>section>[data-section-title],
    [data-section='vertical-nav']>section>.title,
    [data-section='vertical-nav']>.section>[data-section-title],
    [data-section='vertical-nav']>.section>.title,
    [data-section='vertical-nav']>[data-section-region]>[data-section-title],
    [data-section='vertical-nav']>[data-section-region]>.title,
    .section-container.vertical-nav>section>[data-section-title],
    .section-container.vertical-nav>section>.title,
    .section-container.vertical-nav>.section>[data-section-title],
    .section-container.vertical-nav>.section>.title,
    .section-container.vertical-nav>[data-section-region]>[data-section-title],
    .section-container.vertical-nav>[data-section-region]>.title {
        position: static;
        width: auto
    }
    [data-section='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']>.section>.title a,
    [data-section='vertical-nav']>[data-section-region]>[data-section-title] a,
    [data-section='vertical-nav']>[data-section-region]>.title a,
    .section-container.vertical-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>.section>.title a,
    .section-container.vertical-nav>[data-section-region]>[data-section-title] a,
    .section-container.vertical-nav>[data-section-region]>.title a {
        display: block
    }
    [data-section='vertical-nav']>section>[data-section-content],
    [data-section='vertical-nav']>section>.content,
    [data-section='vertical-nav']>.section>[data-section-content],
    [data-section='vertical-nav']>.section>.content,
    [data-section='vertical-nav']>[data-section-region]>[data-section-content],
    [data-section='vertical-nav']>[data-section-region]>.content,
    .section-container.vertical-nav>section>[data-section-content],
    .section-container.vertical-nav>section>.content,
    .section-container.vertical-nav>.section>[data-section-content],
    .section-container.vertical-nav>.section>.content,
    .section-container.vertical-nav>[data-section-region]>[data-section-content],
    .section-container.vertical-nav>[data-section-region]>.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 #ccc
    }
    .section-container.vertical-nav>section>.title a,
    .section-container.vertical-nav>.section>.title a {
        padding: .9375em;
        color: #333;
        font-size: .875em;
        background: none
    }
    .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 #ccc
    }
    .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: #d6d6d6
    }
    .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
    }
    [data-section='horizontal-nav'],
    .section-container.horizontal-nav {
        width: 100%;
        position: relative;
        display: block;
        margin-bottom: 1.25em
    }
    [data-section='horizontal-nav']:not([data-section-resized]):not([data-section-small-style]),
    .section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]) {
        visibility: hidden
    }
    [data-section='horizontal-nav'][data-section-small-style],
    .section-container.horizontal-nav[data-section-small-style] {
        width: 100% !important
    }
    [data-section='horizontal-nav'][data-section-small-style]>[data-section-region],
    [data-section='horizontal-nav'][data-section-small-style]>section,
    [data-section='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.horizontal-nav[data-section-small-style]>.section {
        padding: 0 !important;
        margin: 0 !important
    }
    [data-section='horizontal-nav'][data-section-small-style]>[data-section-region]>[data-section-title],
    [data-section='horizontal-nav'][data-section-small-style]>[data-section-region]>.title,
    [data-section='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]>.section>.title,
    .section-container.horizontal-nav[data-section-small-style]>[data-section-region]>[data-section-title],
    .section-container.horizontal-nav[data-section-small-style]>[data-section-region]>.title,
    .section-container.horizontal-nav[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]>.section>.title {
        width: 100% !important
    }
    [data-section='horizontal-nav']>section,
    [data-section='horizontal-nav']>.section,
    [data-section='horizontal-nav']>[data-section-region],
    .section-container.horizontal-nav>section,
    .section-container.horizontal-nav>.section,
    .section-container.horizontal-nav>[data-section-region] {
        position: relative;
        float: left
    }
    [data-section='horizontal-nav']>section>[data-section-title],
    [data-section='horizontal-nav']>section>.title,
    [data-section='horizontal-nav']>.section>[data-section-title],
    [data-section='horizontal-nav']>.section>.title,
    [data-section='horizontal-nav']>[data-section-region]>[data-section-title],
    [data-section='horizontal-nav']>[data-section-region]>.title,
    .section-container.horizontal-nav>section>[data-section-title],
    .section-container.horizontal-nav>section>.title,
    .section-container.horizontal-nav>.section>[data-section-title],
    .section-container.horizontal-nav>.section>.title,
    .section-container.horizontal-nav>[data-section-region]>[data-section-title],
    .section-container.horizontal-nav>[data-section-region]>.title {
        margin-bottom: 0
    }
    [data-section='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']>.section>.title a,
    [data-section='horizontal-nav']>[data-section-region]>[data-section-title] a,
    [data-section='horizontal-nav']>[data-section-region]>.title a,
    .section-container.horizontal-nav>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>.section>.title a,
    .section-container.horizontal-nav>[data-section-region]>[data-section-title] a,
    .section-container.horizontal-nav>[data-section-region]>.title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap
    }
    [data-section='horizontal-nav']>section>[data-section-content],
    [data-section='horizontal-nav']>section>.content,
    [data-section='horizontal-nav']>.section>[data-section-content],
    [data-section='horizontal-nav']>.section>.content,
    [data-section='horizontal-nav']>[data-section-region]>[data-section-content],
    [data-section='horizontal-nav']>[data-section-region]>.content,
    .section-container.horizontal-nav>section>[data-section-content],
    .section-container.horizontal-nav>section>.content,
    .section-container.horizontal-nav>.section>[data-section-content],
    .section-container.horizontal-nav>.section>.content,
    .section-container.horizontal-nav>[data-section-region]>[data-section-content],
    .section-container.horizontal-nav>[data-section-region]>.content {
        display: none
    }
    [data-section='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']>.section.active>.content,
    [data-section='horizontal-nav']>[data-section-region].active>[data-section-content],
    [data-section='horizontal-nav']>[data-section-region].active>.content,
    .section-container.horizontal-nav>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>.section.active>.content,
    .section-container.horizontal-nav>[data-section-region].active>[data-section-content],
    .section-container.horizontal-nav>[data-section-region].active>.content {
        display: block
    }
    [data-section='horizontal-nav']>section:not(.active),
    [data-section='horizontal-nav']>.section:not(.active),
    [data-section='horizontal-nav']>[data-section-region]:not(.active),
    .section-container.horizontal-nav>section:not(.active),
    .section-container.horizontal-nav>.section:not(.active),
    .section-container.horizontal-nav>[data-section-region]:not(.active) {
        padding: 0 !important
    }
    [data-section='horizontal-nav']>section>[data-section-title],
    [data-section='horizontal-nav']>section>.title,
    [data-section='horizontal-nav']>.section>[data-section-title],
    [data-section='horizontal-nav']>.section>.title,
    [data-section='horizontal-nav']>[data-section-region]>[data-section-title],
    [data-section='horizontal-nav']>[data-section-region]>.title,
    .section-container.horizontal-nav>section>[data-section-title],
    .section-container.horizontal-nav>section>.title,
    .section-container.horizontal-nav>.section>[data-section-title],
    .section-container.horizontal-nav>.section>.title,
    .section-container.horizontal-nav>[data-section-region]>[data-section-title],
    .section-container.horizontal-nav>[data-section-region]>.title {
        position: static;
        width: auto
    }
    [data-section='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']>.section>.title a,
    [data-section='horizontal-nav']>[data-section-region]>[data-section-title] a,
    [data-section='horizontal-nav']>[data-section-region]>.title a,
    .section-container.horizontal-nav>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>.section>.title a,
    .section-container.horizontal-nav>[data-section-region]>[data-section-title] a,
    .section-container.horizontal-nav>[data-section-region]>.title a {
        display: block
    }
    [data-section='horizontal-nav']>section>[data-section-content],
    [data-section='horizontal-nav']>section>.content,
    [data-section='horizontal-nav']>.section>[data-section-content],
    [data-section='horizontal-nav']>.section>.content,
    [data-section='horizontal-nav']>[data-section-region]>[data-section-content],
    [data-section='horizontal-nav']>[data-section-region]>.content,
    .section-container.horizontal-nav>section>[data-section-content],
    .section-container.horizontal-nav>section>.content,
    .section-container.horizontal-nav>.section>[data-section-content],
    .section-container.horizontal-nav>.section>.content,
    .section-container.horizontal-nav>[data-section-region]>[data-section-content],
    .section-container.horizontal-nav>[data-section-region]>.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 #ccc
    }
    .section-container.horizontal-nav>section>.title,
    .section-container.horizontal-nav>.section>.title {
        background-color: #efefef;
        cursor: pointer;
        border: solid 1px #ccc
    }
    .section-container.horizontal-nav>section>.title a,
    .section-container.horizontal-nav>.section>.title a {
        padding: .9375em;
        color: #333;
        font-size: .875em;
        background: none
    }
    .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 #ccc
    }
    .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: #d6d6d6
    }
    .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 [data-section],
.no-js .section-container {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em
}

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

.no-js [data-section][data-section-small-style]>[data-section-region],
.no-js [data-section][data-section-small-style]>section,
.no-js [data-section][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 .section-container[data-section-small-style]>.section {
    padding: 0 !important;
    margin: 0 !important
}

.no-js [data-section][data-section-small-style]>[data-section-region]>[data-section-title],
.no-js [data-section][data-section-small-style]>[data-section-region]>.title,
.no-js [data-section][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]>.section>.title,
.no-js .section-container[data-section-small-style]>[data-section-region]>[data-section-title],
.no-js .section-container[data-section-small-style]>[data-section-region]>.title,
.no-js .section-container[data-section-small-style]>section>[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 .section-container[data-section-small-style]>.section>.title {
    width: 100% !important
}

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

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

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

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

.no-js [data-section]>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]>.section.active>.content,
.no-js [data-section]>[data-section-region].active>[data-section-content],
.no-js [data-section]>[data-section-region].active>.content,
.no-js .section-container>section.active>[data-section-content],
.no-js .section-container>section.active>.content,
.no-js .section-container>.section.active>[data-section-content],
.no-js .section-container>.section.active>.content,
.no-js .section-container>[data-section-region].active>[data-section-content],
.no-js .section-container>[data-section-region].active>.content {
    display: block
}

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

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

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

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

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

.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 #ccc
}

.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: #d6d6d6
}

.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: 0
}

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

.fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%
}

.fixed.expanded:not(.top-bar) .title-area {
    position: fixed;
    width: 100%;
    z-index: 99
}

.fixed.expanded:not(.top-bar) .top-bar-section {
    z-index: 98;
    margin-top: 45px
}

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

.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: 16px
}

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

.top-bar .name h1 a {
    font-weight: bold;
    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: bold;
    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: transparent
}

.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 300ms ease-out;
    -moz-transition: left 300ms ease-out;
    transition: left 300ms ease-out
}

.top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #222;
    font-size: 16px;
    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: bold;
    background: #222
}

.top-bar-section ul li>a.button {
    background: #2ba6cb;
    font-size: .8125em;
    padding-right: 15px;
    padding-left: 15px
}

.top-bar-section ul li>a.button:hover {
    background: #2284a1
}

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

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

.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: #000;
    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, 0.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 {
    display: block
}

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

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

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

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

.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: bold;
    font-size: .625em
}

.top-bar-js-breakpoint {
    width: 940px !important;
    visibility: hidden
}

.js-generated {
    display: block
}

@media only screen and (min-width: 940px) {
    .top-bar {
        background: #111;
        *zoom: 1;
        overflow: visible
    }
    .top-bar:before,
    .top-bar:after {
        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 input,
    .top-bar .button {
        line-height: 2em;
        font-size: .875em;
        height: 2em;
        padding: 0 10px;
        position: relative;
        top: 8px
    }
    .top-bar.expanded {
        background: #111
    }
    .contain-to-grid .top-bar {
        max-width: 62.5em;
        margin: 0 auto;
        margin-bottom: 0
    }
    .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.hover>a:not(.button) {
        background: #000;
        color: #fff
    }
    .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, 0.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 {
        display: none
    }
    .top-bar-section .has-dropdown.hover>.dropdown,
    .top-bar-section .has-dropdown.not-click:hover>.dropdown {
        display: block
    }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
        border: none;
        content: "\00bb";
        top: 1em;
        margin-top: -7px;
        right: 5px
    }
    .top-bar-section .dropdown {
        left: 0;
        top: auto;
        background: transparent;
        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: #000;
        color: #fff
    }
    .no-js .top-bar-section ul li:active>a {
        background: #090909;
        color: #fff
    }
    .no-js .top-bar-section .has-dropdown:hover>.dropdown {
        display: block
    }
}

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

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

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

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        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: rgba(0, 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: transparent;
    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: rgba(0, 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-prev,
.orbit-container .orbit-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 60px;
    line-height: 50px;
    color: white;
    text-indent: -9999px !important;
    z-index: 10
}

.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
    background-color: rgba(0, 0, 0, 0.6)
}

.orbit-container .orbit-prev>span,
.orbit-container .orbit-next>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: .75em;
    height: .75em;
    background: #999;
    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-prev,
.touch .orbit-container .orbit-next {
    display: none
}

.touch .orbit-bullets {
    display: none
}

@media only screen and (min-width: 768px) {
    .touch .orbit-container .orbit-prev,
    .touch .orbit-container .orbit-next {
        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-timer,
    .orbit-stack-on-small .orbit-next,
    .orbit-stack-on-small .orbit-prev,
    .orbit-stack-on-small .orbit-bullets {
        display: none
    }
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.45);
    z-index: 99;
    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%;
    left: 50%;
    background-color: #fff;
    padding: 1.25em;
    border: solid 1px #666;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 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: bold;
    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%;
        left: 50%
    }
    .reveal-modal.small {
        margin-left: -20%;
        width: 40%;
        left: 50%
    }
    .reveal-modal.medium {
        margin-left: -30%;
        width: 60%;
        left: 50%
    }
    .reveal-modal.large {
        margin-left: -35%;
        width: 70%;
        left: 50%
    }
    .reveal-modal.xlarge {
        margin-left: -47.5%;
        width: 95%;
        left: 50%
    }
}

@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: normal;
    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: bold;
    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: normal;
    line-height: .5 !important
}

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

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

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

.joyride-expose-cover {
    background: transparent;
    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] {
    *zoom: 1;
    margin-bottom: 0;
    margin-left: 0;
    list-style: none
}

[data-clearing]:before,
[data-clearing]:after {
    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:hover,
.clearing-close:focus {
    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-prev,
    .clearing-main-next {
        position: absolute;
        height: 100%;
        width: 40px;
        top: 0
    }
    .clearing-main-prev>span,
    .clearing-main-next>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-prev.disabled,
    .clearing-main-next.disabled {
        opacity: 0.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: 0.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: bold;
    margin-bottom: 1.25em;
    position: relative;
    padding: .6875em 1.3125em .75em .6875em;
    font-size: .875em;
    background-color: #2ba6cb;
    border-color: #2284a1;
    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:hover,
.alert-box .close:focus {
    opacity: .5
}

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

.alert-box.round {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.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: #e9e9e9;
    border-color: #d0d0d0;
    color: #505050
}

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

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

.breadcrumbs>*:hover a,
.breadcrumbs>*:focus a {
    text-decoration: underline
}

.breadcrumbs>* a,
.breadcrumbs>* span {
    text-transform: uppercase;
    color: #2ba6cb
}

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

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

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

.breadcrumbs>*.unavailable {
    color: #999
}

.breadcrumbs>*.unavailable a {
    color: #999
}

.breadcrumbs>*.unavailable:hover,
.breadcrumbs>*.unavailable:hover a,
.breadcrumbs>*.unavailable:focus,
.breadcrumbs>*.unavailable a:focus {
    text-decoration: none;
    color: #999;
    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 #ccc;
    background: #fff
}

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

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

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

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

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

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, 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:hover a.selector:after,
form.custom .custom.dropdown.open 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: transparent;
    color: #888
}

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

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

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

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

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

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

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

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

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

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

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

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, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    background: #fff;
    border: solid 1px #ccc;
    font-size: 16px
}

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: #ddd
}

.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: bold;
    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: #2ba6cb;
    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: #e9e9e9;
    color: #333
}

.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: #999
}

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

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

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

ul.pagination li.current a {
    background: #2ba6cb;
    color: #fff;
    font-weight: bold;
    cursor: default
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus {
    background: #2ba6cb
}

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;
    border-color: #2284a1;
    margin-bottom: 1.25em;
    padding: 1.25em;
    background: #2ba6cb;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset
}

.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.callout a {
    color: #fff
}

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

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

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

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

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

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

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

.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 #ccc;
    padding: .125em;
    margin-bottom: .625em
}

.progress .meter {
    background: #2ba6cb;
    height: 100%;
    display: block
}

.progress.secondary .meter {
    background: #e9e9e9;
    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: #2ba6cb
}

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

.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 dt,
.sub-nav dd,
.sub-nav li {
    float: left;
    display: inline;
    margin-left: .5625em;
    margin-bottom: .625em;
    font-weight: normal;
    font-size: .875em
}

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

.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    font-weight: bold;
    background: #2ba6cb;
    padding: .1875em .5625em;
    cursor: default;
    color: #fff
}

@media only screen {
    div.switch {
        position: relative;
        padding: 0;
        display: block;
        overflow: hidden;
        border-style: solid;
        border-width: 1px;
        margin-bottom: 1.25em;
        height: 2.25em;
        background: #fff;
        border-color: #ccc
    }
    div.switch label {
        position: relative;
        left: 0;
        z-index: 2;
        float: left;
        width: 50%;
        height: 100%;
        margin: 0;
        font-weight: bold;
        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:hover,
    div.switch input:focus {
        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
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 0) and (max-device-width: 480px) {
    div.switch {
        -webkit-animation: webkitSiblingBugfix infinite 1s
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    div.switch {
        -webkit-animation: none 0
    }
}

@media only screen {
    form.custom div.switch .hidden-field {
        margin-left: auto;
        position: absolute;
        visibility: visible
    }
    div.switch label {
        padding: 0;
        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, 0.07), 1000px 0 0 1000px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
        box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5
    }
    div.switch:hover span:last-child,
    div.switch:focus 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: transparent
    }
    div.switch.large {
        height: 2.75em
    }
    div.switch.large label {
        padding: 0;
        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: 1.75em
    }
    div.switch.small label {
        padding: 0;
        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: 1.375em
    }
    div.switch.tiny label {
        padding: 0;
        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 #ddd
}

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

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

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

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

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot 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, 0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}

.th:hover,
.th:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
    box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5)
}

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

a.th {
    display: inline-block;
    max-width: 100%
}

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

.has-tip:hover,
.has-tip:focus {
    border-bottom: dotted 1px #196177;
    color: #2ba6cb
}

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

.tooltip {
    display: none;
    position: absolute;
    z-index: 999;
    font-weight: bold;
    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: #2ba6cb !important;
    border-bottom: dotted 1px #196177 !important
}

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

@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 #ccc;
    font-size: 16px;
    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 #ccc 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:hover,
.f-dropdown li:focus {
    background: #eee
}

.f-dropdown li a {
    display: block;
    padding: .5em;
    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 #ccc;
    font-size: 16px;
    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
}

.sprite-sprite,
.sprite-fuk {
    background-image: url('assets/img/sprite-s70665f22c1.png');
    background-repeat: no-repeat
}

.sprite-fuk {
    background-position: 0 0
}

a {
    color: #f62c25;
    transition: all 0.15s ease
}

a:hover {
    color: #f2120a;
    text-decoration: underline;
    transition: all 0.2s linear
}

.st-content-inner>header,
.st-content-inner>footer {
    padding: 2.66667rem 0
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .st-content-inner>header,
    .st-content-inner>footer {
        padding: 3.2rem 0
    }
}

@media only screen and (min-width: 64.063em) {
    .st-content-inner>header,
    .st-content-inner>footer {
        padding: 4rem 0
    }
}

.st-content-inner>header,
.st-content-inner>section {
    padding: 2.66667rem 0
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .st-content-inner>header,
    .st-content-inner>section {
        padding: 4rem 0
    }
}

@media only screen and (min-width: 64.063em) {
    .st-content-inner>header,
    .st-content-inner>section {
        padding: 6rem 0
    }
}

.st-content-inner>header h1,
.st-content-inner>section h1 {
    margin-top: 0;
    font-weight: 300;
    font-family: effra, sans-serif
}

.st-content-inner>header h2,
.st-content-inner>header .subheading,
.st-content-inner>section h2,
.st-content-inner>section .subheading {
    margin-top: 0;
    font-weight: 300;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif
}

.select-tabs {
    padding: 4rem 0
}

.select-tabs a {
    width: 100%
}

.select-tabs a.active,
.select-tabs a.active:hover {
    cursor: default;
    color: #fff;
    background: none;
    -moz-box-shadow: inset 0px 0px 0px 2px #8a919c;
    -webkit-box-shadow: inset 0px 0px 0px 2px #8a919c;
    box-shadow: inset 0px 0px 0px 2px #8a919c
}

@media (min-width: 64.043rem) {
    .show-for-ipad {
        display: none
    }
}

@media (max-width: 64rem) {
    .hide-for-ipad {
        display: none
    }
}

.upper-nav,
.top-nav {
    position: relative
}

.upper-nav,
.top-nav__main-links {
    display: none
}

@media only screen and (min-width: 64.063em) {
    .upper-nav,
    .top-nav__main-links {
        display: block
    }
}

.top-nav__logoandmobile {
    width: 100%
}

@media only screen and (min-width: 64.063em) {
    .top-nav__logoandmobile {
        width: auto
    }
}

.upper-nav {
    position: relative;
    text-align: right;
    background-color: #1b233b
}

.upper-nav ul {
    padding: 1.1rem 0 0.9rem
}

.upper-nav a {
    position: relative;
    top: 8px;
    font-size: 1rem;
    font-weight: 300;
    font-family: effra, sans-serif;
    color: #c4c4c4
}

.upper-nav a.button {
    top: 0;
    font-weight: 600;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif
}

.upper-nav a:hover {
    color: #fff
}

@media (min-width: 64.063em) {
    .upper-nav a {
        top: 3px
    }
    .upper-nav a.button {
        top: -3px
    }
}

.upper-nav li.active a {
    color: #fff
}

.upper-nav li.active a:hover {
    color: #fff;
    text-decoration: none
}

.top-nav {
    *zoom: 1;
    background: #1b233b
}

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

.top-nav:after {
    clear: both
}

.top-nav li {
    margin: 0;
    padding: 0
}

@media (max-width: 64em) {
    .top-nav .logo-container {
        padding-top: 1rem;
        padding-left: 2rem
    }
}

.top-nav .logo {
    width: 156px
}

@media (min-width: 64.125em) {
    .top-nav .logo {
        min-width: 81px;
        position: absolute;
        top: -15px;
        width: 310px
    }
}

.top-nav a {
    padding: 2rem 1rem 1.75rem;
    font-size: 1em;
    font-weight: 400;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-shadow: none;
    transition: all 0.15s linear
}

.top-nav a:hover {
    color: #ffe2ae;
    text-decoration: none;
    transition: all 0.2s linear
}

.top-nav a.header__togglemobile {
    padding: 2rem 0 0 0;
    font-weight: 600
}

.top-nav a.header__togglemobile i {
    color: #fff
}

@media (min-width: 64.125em) {
    .top-nav a.header__togglemobile {
        display: none
    }
}

.top-nav ul.right {
    padding-left: 35px;
    background: url(assets/img/nav-triangle.png) left bottom no-repeat, #dd2a1c
}

.top-nav ul.right li {
    padding: 0 1rem;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2M2YzNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q0MjkyMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e63f37), color-stop(100%, #d42920));
    background: -moz-linear-gradient(top, #e63f37, #d42920);
    background: -webkit-linear-gradient(top, #e63f37, #d42920);
    background: linear-gradient(to bottom, #e63f37, #d42920);
    border-right: 1px solid #f05050;
    border-left: 1px solid #ce2000;
    -moz-box-shadow: inset 0px -3px 0px 0px #be280b;
    -webkit-box-shadow: inset 0px -3px 0px 0px #be280b;
    box-shadow: inset 0px -3px 0px 0px #be280b
}

.top-nav ul.right li:hover {
    background: rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0px 4px 0px 0px #be280b;
    -webkit-box-shadow: inset 0px 4px 0px 0px #be280b;
    box-shadow: inset 0px 4px 0px 0px #be280b
}

.top-nav ul.right li.active {
    background: rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0px 4px 0px 0px #be280b;
    -webkit-box-shadow: inset 0px 4px 0px 0px #be280b;
    box-shadow: inset 0px 4px 0px 0px #be280b
}

.top-nav ul.right li.active>a {
    color: #ffe2ae
}

.top-nav ul.right li.active>a:hover {
    cursor: default;
    background: none
}

.top-nav ul.right li.active li a:hover {
    cursor: pointer
}

.top-nav .f-dropdown {
    max-width: 16rem;
    margin-top: 0;
    margin-left: -18px;
    padding: 1.25rem 0;
    background-color: #D42920;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2M2YzNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q0MjkyMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e63f37), color-stop(100%, #d42920));
    background-image: -moz-linear-gradient(top, #e63f37, #d42920);
    background-image: -webkit-linear-gradient(top, #e63f37, #d42920);
    background-image: linear-gradient(to bottom, #e63f37, #d42920);
    background-image: -ms-linear-gradient(top, #e63f37, #d42920);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#e63f37, endColorstr=#d42920, GradientType=0);
    zoom: 1;
    border: none;
    border-top: 1px solid #bd2018;
    -moz-border-radius: 0px 0px 1px 1px;
    -webkit-border-radius: 0px;
    border-radius: 0px 0px 1px 1px
}

.top-nav .f-dropdown.narrow {
    max-width: 10rem
}

.top-nav .f-dropdown li {
    background: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.top-nav .f-dropdown li a {
    padding: 1.25rem 1rem 1rem;
    line-height: 1.3
}

.top-nav .f-dropdown li a:hover {
    margin-left: 3px
}

.top-nav .f-dropdown:before,
.top-nav .f-dropdown:after {
    display: none
}

.top-nav .f-dropdown a,
.top-nav li.active .f-dropdown a {
    color: #fff
}

.top-nav .f-dropdown a:hover,
.top-nav li.active .f-dropdown a:hover {
    color: #ffe2ae
}

.st-content-inner>footer p,
.st-content-inner>footer li {
    color: #8a919c
}

.footer-main {
    background: #0b0e18
}

.footer-main a {
    color: #fff
}

.footer-main a:hover {
    text-decoration: underline
}

.footer-main .logo-container {
    opacity: 0.5
}

.footer-main .logo-container:hover {
    opacity: 1
}

.footer-main .copyright {
    float: none;
    display: block;
    margin-bottom: 1rem
}

@media (max-width: 48em) {
    .footer-main .inline-list>li {
        float: none;
        margin-bottom: 0.5rem;
        font-size: 1.25rem
    }
}

.footer-main__logo {
    text-align: right
}

@media only screen and (max-width: 48em) {
    .footer-main__logo {
        text-align: left;
        padding-top: 1.5rem
    }
}

.final-push {
    background: #101423;
    padding: 3.2rem 0
}

.final-push h2 {
    margin-bottom: 2rem;
    font-family: effra, sans-serif;
    font-weight: 300;
    color: #fff
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .final-push {
        padding: 4rem 0
    }
    .final-push h2 {
        margin-bottom: 3rem
    }
}

@media only screen and (min-width: 64.063em) {
    .final-push {
        padding: 6rem 0
    }
    .final-push h2 {
        margin-bottom: 4rem
    }
}

.final-push a {
    margin-bottom: 2rem;
    font-weight: 400;
    color: #fff
}

.final-push .button {
    font-weight: 600
}

html,
body,
.st-container,
.st-pusher,
.st-content {
    height: 100%
}

.st-content {
    overflow-x: hidden
}

.st-content,
.st-content-inner {
    position: relative
}

.st-container {
    position: relative;
    overflow-x: hidden
}

.st-content,
.st-content-inner {
    position: relative
}

.st-content-inner {
    position: relative;
    overflow-x: hidden
}

.st-pusher {
    position: relative;
    left: 0;
    z-index: 99;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s
}

.st-pusher::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s
}

.st-menu-open .st-pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s
}

.st-menu {
    overflow-y: scroll;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    display: block;
    width: 300px;
    height: 100%;
    padding-top: 1rem;
    background: #1b233b;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

@media (min-width: 64.063em) {
    .st-menu {
        display: none
    }
}

.st-menu::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s
}

.st-menu-open .st-menu::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s
}

.st-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.st-menu h2 {
    margin: 0;
    padding: 1em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.4)
}

.st-menu ul li a {
    outline: none;
    display: block;
    padding: 1.1em 1em 1.1em 1.25em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    color: #f3efe0;
    -moz-box-shadow: inset 0 -1px 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 -1px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -1px 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s
}

.st-menu ul li:first-child a {
    -moz-box-shadow: inset 0 -1px 0px 0px rgba(0, 0, 0, 0.2), inset 0 1px 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 -1px 0px 0px rgba(0, 0, 0, 0.2), inset 0 1px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -1px 0px 0px rgba(0, 0, 0, 0.2), inset 0 1px 0px 0px rgba(0, 0, 0, 0.2)
}

.st-menu ul li a:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -1px 0px 0px transparent;
    -webkit-box-shadow: inset 0 -1px 0px 0px transparent;
    box-shadow: inset 0 -1px 0px 0px transparent
}

.st-menu-open .st-pusher {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0)
}

.st-menu {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.st-menu-open .st-menu {
    visibility: visible;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s
}

.st-menu::after {
    display: none
}

@media (max-width: 992px) {
    .no-csstransforms3d .st-pusher,
    .no-js .st-pusher {
        padding-right: 300px
    }
}

footer p,
footer li {
    color: #8a919c
}

.footer-main {
    padding-top: 64px;
    padding-bottom: 64px;
    background: #0b0e18;
    min-height: 230px;
    letter-spacing: 0.1px
}

.footer-main a {
    color: #fff
}

.footer-main a:hover {
    text-decoration: underline
}

.footer-main .logo-container {
    opacity: 0.5
}

.footer-main .logo-container img {
    max-width: 220px
}

.footer-main .logo-container:hover {
    opacity: 1
}

.footer-main .social_holder {
    margin-top: 0 !important
}

.footer-main .copyright {
    margin-top: 2px;
    float: none;
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 300;
    font-family: "Effra", Calibri, Arial, sans-serif
}

@media (max-width: 48em) {
    .footer-main .inline-list>li {
        float: none;
        margin-bottom: 0.5rem;
        font-size: 1.25rem;
        font-family: "Effra", Calibri, Arial, sans-serif
    }
}

.footer-main .nav-pills {
    margin-bottom: 6px
}

.footer-main .nav-pills li {
    margin: 0 !important
}

.footer-main .nav-pills li a {
    padding-left: 0;
    padding-right: 20px;
    font-size: 16px;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: 300
}

.footer-main .nav-pills li a:hover,
.footer-main .nav-pills li a:active,
.footer-main .nav-pills li a:focus {
    text-decoration: underline;
    color: white;
    background-color: transparent;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px
}

.footer-main__logo {
    text-align: right
}

@media only screen and (max-width: 48em) {
    .footer-main__logo {
        text-align: center;
        padding-top: 1.5rem
    }
}

@media only screen and (max-width: 48em) {
    .social_holder {
        text-align: center !important
    }
}

.final-push {
    background: #101423;
    padding: 3.2rem 0
}

.final-push h2 {
    margin-bottom: 2rem;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: 300;
    color: #fff
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .final-push {
        padding: 4rem 0
    }
    .final-push h2 {
        margin-bottom: 3rem
    }
}

@media only screen and (min-width: 64.063em) {
    .final-push {
        padding: 6rem 0
    }
    .final-push h2 {
        margin-bottom: 4rem
    }
}

.final-push a {
    margin-bottom: 2rem;
    font-weight: 400;
    color: #fff
}

.final-push .button {
    font-weight: 600
}

header,
footer {
    padding: 2.66667rem 0
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    header,
    footer {
        padding: 3.2rem 0
    }
}

@media only screen and (min-width: 64.063em) {
    header,
    footer {
        padding: 4rem 0
    }
}

header,
section {
    padding: 2.66667rem 0
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    header,
    section {
        padding: 4rem 0
    }
}

@media only screen and (min-width: 64.063em) {
    header,
    section {
        padding: 6rem 0
    }
}

header h1,
section h1 {
    margin-top: 0;
    font-weight: 300;
    font-family: effra, sans-serif
}

.social_tw {
    background-color: #2da7df;
    padding: 5px 20px;
    font-size: 18px;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 600 !important;
    border-left: 1px solid #217199
}

.social_tw:hover {
    text-decoration: none !important
}

.social_fb {
    margin-right: 4px;
    background-color: #3d599b;
    padding: 5px 20px;
    font-size: 18px;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 600 !important;
    border-right: 1px solid #2b3f6d
}

.social_fb:hover {
    text-decoration: none !important
}

.sprite-sprite,
.sprite-fuk {
    background-image: url('../img/sprite-s70665f22c1.png');
    background-repeat: no-repeat
}

.sprite-fuk {
    background-position: 0 0
}

a {
    color: #f62c25;
    transition: all 0.15s ease
}

a:hover {
    color: #f2120a;
    text-decoration: underline;
    transition: all 0.2s linear
}

.st-content-inner>header,
.st-content-inner>footer {
    padding: 2.66667rem 0
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .st-content-inner>header,
    .st-content-inner>footer {
        padding: 3.2rem 0
    }
}

@media only screen and (min-width: 64.063em) {
    .st-content-inner>header,
    .st-content-inner>footer {
        padding: 4rem 0
    }
}

.st-content-inner>header,
.st-content-inner>section {
    padding: 2.66667rem 0
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .st-content-inner>header,
    .st-content-inner>section {
        padding: 4rem 0
    }
}

@media only screen and (min-width: 64.063em) {
    .st-content-inner>header,
    .st-content-inner>section {
        padding: 6rem 0
    }
}

.st-content-inner>header h1,
.st-content-inner>section h1 {
    margin-top: 0;
    font-weight: 300;
    font-family: effra, sans-serif
}

.st-content-inner>header h2,
.st-content-inner>header .subheading,
.st-content-inner>section h2,
.st-content-inner>section .subheading {
    margin-top: 0;
    font-weight: 300;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif
}

.select-tabs {
    padding: 4rem 0
}

.select-tabs a {
    width: 100%
}

.select-tabs a.active,
.select-tabs a.active:hover {
    cursor: default;
    color: #fff;
    background: none;
    -moz-box-shadow: inset 0px 0px 0px 2px #8a919c;
    -webkit-box-shadow: inset 0px 0px 0px 2px #8a919c;
    box-shadow: inset 0px 0px 0px 2px #8a919c
}

@media (min-width: 64.043rem) {
    .show-for-ipad {
        display: none
    }
}

@media (max-width: 64rem) {
    .hide-for-ipad {
        display: none
    }
}

.upper-nav,
.top-nav {
    position: relative
}

.upper-nav,
.top-nav__main-links {
    display: none
}

@media only screen and (min-width: 64.063em) {
    .upper-nav,
    .top-nav__main-links {
        display: block
    }
}

.top-nav__logoandmobile {
    width: 100%
}

@media only screen and (min-width: 64.063em) {
    .top-nav__logoandmobile {
        width: auto
    }
}

.upper-nav {
    position: relative;
    text-align: right;
    background-color: #1b233b
}

.upper-nav ul {
    padding: 1.1rem 0 0.9rem
}

.upper-nav a {
    position: relative;
    top: 8px;
    font-size: 1rem;
    font-weight: 300;
    font-family: effra, sans-serif;
    color: #c4c4c4
}

.upper-nav a.button {
    top: 0;
    font-weight: 600;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif
}

.upper-nav a:hover {
    color: #fff
}

@media (min-width: 64.063em) {
    .upper-nav a {
        top: 3px
    }
    .upper-nav a.button {
        top: -3px
    }
}

.upper-nav li.active a {
    color: #fff
}

.upper-nav li.active a:hover {
    color: #fff;
    text-decoration: none
}

.top-nav {
    *zoom: 1;
    background: #1b233b
}

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

.top-nav:after {
    clear: both
}

.top-nav li {
    margin: 0;
    padding: 0
}

@media (max-width: 64em) {
    .top-nav .logo-container {
        padding-top: 1rem;
        padding-left: 2rem
    }
}

.top-nav .logo {
    width: 156px
}

@media (min-width: 64.125em) {
    .top-nav .logo {
        min-width: 81px;
        position: absolute;
        top: -15px;
        width: 310px
    }
}

.top-nav a {
    padding: 2rem 1rem 1.75rem;
    font-size: 1em;
    font-weight: 400;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-shadow: none;
    transition: all 0.15s linear
}

.top-nav a:hover {
    color: #ffe2ae;
    text-decoration: none;
    transition: all 0.2s linear
}

.top-nav a.header__togglemobile {
    padding: 2rem 0 0 0;
    font-weight: 600
}

.top-nav a.header__togglemobile i {
    color: #fff
}

@media (min-width: 64.125em) {
    .top-nav a.header__togglemobile {
        display: none
    }
}

.top-nav ul.right {
    padding-left: 35px;
    background: url(assets/img/nav-triangle.png) left bottom no-repeat, #dd2a1c
}

.top-nav ul.right li {
    padding: 0 1rem;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2M2YzNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q0MjkyMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e63f37), color-stop(100%, #d42920));
    background: -moz-linear-gradient(top, #e63f37, #d42920);
    background: -webkit-linear-gradient(top, #e63f37, #d42920);
    background: linear-gradient(to bottom, #e63f37, #d42920);
    border-right: 1px solid #f05050;
    border-left: 1px solid #ce2000;
    -moz-box-shadow: inset 0px -3px 0px 0px #be280b;
    -webkit-box-shadow: inset 0px -3px 0px 0px #be280b;
    box-shadow: inset 0px -3px 0px 0px #be280b
}

.top-nav ul.right li:hover {
    background: rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0px 4px 0px 0px #be280b;
    -webkit-box-shadow: inset 0px 4px 0px 0px #be280b;
    box-shadow: inset 0px 4px 0px 0px #be280b
}

.top-nav ul.right li.active {
    background: rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0px 4px 0px 0px #be280b;
    -webkit-box-shadow: inset 0px 4px 0px 0px #be280b;
    box-shadow: inset 0px 4px 0px 0px #be280b
}

.top-nav ul.right li.active>a {
    color: #ffe2ae
}

.top-nav ul.right li.active>a:hover {
    cursor: default;
    background: none
}

.top-nav ul.right li.active li a:hover {
    cursor: pointer
}

.top-nav .f-dropdown {
    max-width: 16rem;
    margin-top: 0;
    margin-left: -18px;
    padding: 1.25rem 0;
    background-color: #D42920;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2M2YzNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q0MjkyMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e63f37), color-stop(100%, #d42920));
    background-image: -moz-linear-gradient(top, #e63f37, #d42920);
    background-image: -webkit-linear-gradient(top, #e63f37, #d42920);
    background-image: linear-gradient(to bottom, #e63f37, #d42920);
    background-image: -ms-linear-gradient(top, #e63f37, #d42920);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#e63f37, endColorstr=#d42920, GradientType=0);
    zoom: 1;
    border: none;
    border-top: 1px solid #bd2018;
    -moz-border-radius: 0px 0px 1px 1px;
    -webkit-border-radius: 0px;
    border-radius: 0px 0px 1px 1px
}

.top-nav .f-dropdown.narrow {
    max-width: 10rem
}

.top-nav .f-dropdown li {
    background: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.top-nav .f-dropdown li a {
    padding: 1.25rem 1rem 1rem;
    line-height: 1.3
}

.top-nav .f-dropdown li a:hover {
    margin-left: 3px
}

.top-nav .f-dropdown:before,
.top-nav .f-dropdown:after {
    display: none
}

.top-nav .f-dropdown a,
.top-nav li.active .f-dropdown a {
    color: #fff
}

.top-nav .f-dropdown a:hover,
.top-nav li.active .f-dropdown a:hover {
    color: #ffe2ae
}

.st-content-inner>footer p,
.st-content-inner>footer li {
    color: #8a919c
}

.footer-main {
    background: #0b0e18
}

.footer-main a {
    color: #fff
}

.footer-main a:hover {
    text-decoration: underline
}

.footer-main .logo-container {
    opacity: 0.5
}

.footer-main .logo-container:hover {
    opacity: 1
}

.footer-main .copyright {
    float: none;
    display: block;
    margin-bottom: 1rem
}

@media (max-width: 48em) {
    .footer-main .inline-list>li {
        float: none;
        margin-bottom: 0.5rem;
        font-size: 1.25rem
    }
}

.footer-main__logo {
    text-align: right
}

@media only screen and (max-width: 48em) {
    .footer-main__logo {
        text-align: left;
        padding-top: 1.5rem
    }
}

.final-push {
    background: #101423;
    padding: 3.2rem 0
}

.final-push h2 {
    margin-bottom: 2rem;
    font-family: effra, sans-serif;
    font-weight: 300;
    color: #fff
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .final-push {
        padding: 4rem 0
    }
    .final-push h2 {
        margin-bottom: 3rem
    }
}

@media only screen and (min-width: 64.063em) {
    .final-push {
        padding: 6rem 0
    }
    .final-push h2 {
        margin-bottom: 4rem
    }
}

.final-push a {
    margin-bottom: 2rem;
    font-weight: 400;
    color: #fff
}

.final-push .button {
    font-weight: 600
}

html,
body,
.st-container,
.st-pusher,
.st-content {
    height: 100%
}

.st-content {
    overflow-x: hidden
}

.st-content,
.st-content-inner {
    position: relative
}

.st-container {
    position: relative;
    overflow-x: hidden
}

.st-content,
.st-content-inner {
    position: relative
}

.st-content-inner {
    position: relative;
    overflow-x: hidden
}

.st-pusher {
    position: relative;
    left: 0;
    z-index: 99;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s
}

.st-pusher::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s
}

.st-menu-open .st-pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s
}

.st-menu {
    overflow-y: scroll;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    display: block;
    width: 300px;
    height: 100%;
    padding-top: 1rem;
    background: #1b233b;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

@media (min-width: 64.063em) {
    .st-menu {
        display: none
    }
}

.st-menu::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s
}

.st-menu-open .st-menu::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s
}

.st-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.st-menu h2 {
    margin: 0;
    padding: 1em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.4)
}

.st-menu ul li a {
    outline: none;
    display: block;
    padding: 1.1em 1em 1.1em 1.25em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    color: #f3efe0;
    -moz-box-shadow: inset 0 -1px 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 -1px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -1px 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s
}

.st-menu ul li:first-child a {
    -moz-box-shadow: inset 0 -1px 0px 0px rgba(0, 0, 0, 0.2), inset 0 1px 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 -1px 0px 0px rgba(0, 0, 0, 0.2), inset 0 1px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -1px 0px 0px rgba(0, 0, 0, 0.2), inset 0 1px 0px 0px rgba(0, 0, 0, 0.2)
}

.st-menu ul li a:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -1px 0px 0px transparent;
    -webkit-box-shadow: inset 0 -1px 0px 0px transparent;
    box-shadow: inset 0 -1px 0px 0px transparent
}

.st-menu-open .st-pusher {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0)
}

.st-menu {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.st-menu-open .st-menu {
    visibility: visible;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s
}

.st-menu::after {
    display: none
}

@media (max-width: 992px) {
    .no-csstransforms3d .st-pusher,
    .no-js .st-pusher {
        padding-right: 300px
    }
}

footer p,
footer li {
    color: #8a919c
}

.footer-main {
    padding-top: 64px;
    padding-bottom: 64px;
    background: #0b0e18;
    min-height: 230px;
    letter-spacing: 0.1px
}

.footer-main a {
    color: #fff
}

.footer-main a:hover {
    text-decoration: underline
}

.footer-main .logo-container {
    opacity: 0.5
}

.footer-main .logo-container img {
    max-width: 220px
}

.footer-main .logo-container:hover {
    opacity: 1
}

.footer-main .social_holder {
    margin-top: 0 !important
}

.footer-main .copyright {
    margin-top: 2px;
    float: none;
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 300;
    font-family: "Effra", Calibri, Arial, sans-serif
}

@media (max-width: 48em) {
    .footer-main .inline-list>li {
        float: none;
        margin-bottom: 0.5rem;
        font-size: 1.25rem;
        font-family: "Effra", Calibri, Arial, sans-serif
    }
}

.footer-main .nav-pills {
    margin-bottom: 6px
}

.footer-main .nav-pills li {
    margin: 0 !important
}

.footer-main .nav-pills li a {
    padding-left: 0;
    padding-right: 20px;
    font-size: 16px;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: 300
}

.footer-main .nav-pills li a:hover,
.footer-main .nav-pills li a:active,
.footer-main .nav-pills li a:focus {
    text-decoration: underline;
    color: white;
    background-color: transparent;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px
}

.footer-main__logo {
    text-align: right
}

@media only screen and (max-width: 48em) {
    .footer-main__logo {
        text-align: center;
        padding-top: 1.5rem
    }
}

@media only screen and (max-width: 48em) {
    .social_holder {
        text-align: center !important
    }
}

.final-push {
    background: #101423;
    padding: 3.2rem 0
}

.final-push h2 {
    margin-bottom: 2rem;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: 300;
    color: #fff
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .final-push {
        padding: 4rem 0
    }
    .final-push h2 {
        margin-bottom: 3rem
    }
}

@media only screen and (min-width: 64.063em) {
    .final-push {
        padding: 6rem 0
    }
    .final-push h2 {
        margin-bottom: 4rem
    }
}

.final-push a {
    margin-bottom: 2rem;
    font-weight: 400;
    color: #fff
}

.final-push .button {
    font-weight: 600
}

header,
footer {
    padding: 2.66667rem 0
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    header,
    footer {
        padding: 3.2rem 0
    }
}

@media only screen and (min-width: 64.063em) {
    header,
    footer {
        padding: 4rem 0
    }
}

header,
section {
    padding: 2.66667rem 0
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    header,
    section {
        padding: 4rem 0
    }
}

@media only screen and (min-width: 64.063em) {
    header,
    section {
        padding: 6rem 0
    }
}

header h1,
section h1 {
    margin-top: 0;
    font-weight: 300;
    font-family: effra, sans-serif
}

.social_tw {
    background-color: #2da7df;
    padding: 5px 20px;
    font-size: 18px;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 600 !important;
    border-left: 1px solid #217199
}

.social_tw:hover {
    text-decoration: none !important
}

.social_fb {
    margin-right: 4px;
    background-color: #3d599b;
    padding: 5px 20px;
    font-size: 18px;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 600 !important;
    border-right: 1px solid #2b3f6d
}

.social_fb:hover {
    text-decoration: none !important
}

.button {
    font-weight: 600;
    line-height: 1;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    background-color: #f62c25;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.button:hover {
    text-decoration: none
}

.button:hover,
.button.inverted {
    color: #fff;
    background: none;
    -moz-box-shadow: inset 0px 0px 0px 2px #f62c25;
    -webkit-box-shadow: inset 0px 0px 0px 2px #f62c25;
    box-shadow: inset 0px 0px 0px 2px #f62c25
}

.button:active {
    outline: none
}

.button.inverted:hover {
    color: #fff;
    background-color: #f62c25;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.button.alt {
    color: #0a152a;
    background-color: #fdc02c;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.button.alt:hover,
.button.alt.inverted {
    color: #fdc02c;
    background: none;
    -moz-box-shadow: inset 0px 0px 0px 2px #fdc02c;
    -webkit-box-shadow: inset 0px 0px 0px 2px #fdc02c;
    box-shadow: inset 0px 0px 0px 2px #fdc02c
}

.button.alt.inverted:hover {
    color: #0a152a;
    background-color: #fdc02c;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.button.inverted.inverted-white:hover,
.button.alt.inverted-white:hover,
.button.inverted-white:hover {
    color: #fff;
    background: none;
    -moz-box-shadow: inset 0px 0px 0px 2px #8a919c;
    -webkit-box-shadow: inset 0px 0px 0px 2px #8a919c;
    box-shadow: inset 0px 0px 0px 2px #8a919c
}

.button.success {
    color: #1b233b;
    background: #6aca59;
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(255, 255, 255, 0.4), 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(255, 255, 255, 0.4), 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 2px 0px rgba(255, 255, 255, 0.4), 0px 1px 1px 0px rgba(0, 0, 0, 0.1)
}

.button.success:hover {
    background: none;
    -moz-box-shadow: inset 0px 0px 0px 2px #6aca59;
    -webkit-box-shadow: inset 0px 0px 0px 2px #6aca59;
    box-shadow: inset 0px 0px 0px 2px #6aca59
}

.button.small {
    padding: 0.825rem 1.25rem 0.7rem;
    font-size: 0.7rem;
    font-weight: 600;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.button.medium {
    padding: 1.45rem 1.2rem 1.3rem;
    font-size: 0.85rem
}

@media (min-width: 56em) {
    .button.medium {
        padding: 1.45rem 1.5rem 1.3rem
    }
}

@media (min-width: 72em) {
    .button.medium {
        padding: 1.45rem 2.5rem 1.3rem
    }
}

.button.large {
    padding: 1.65rem 1.5rem 1.45rem;
    font-size: 1rem
}

@media (min-width: 72em) {
    .button.large {
        padding: 1.65rem 2.5rem 1.45rem
    }
}

@media (min-width: 80em) {
    .button.large {
        padding: 1.65rem 3.5rem 1.45rem
    }
}

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

.codrops-top {
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    width: 100%;
    font-size: 0.69em;
    line-height: 2.2
}

.codrops-top a {
    padding: 0 1em;
    letter-spacing: 0.1em;
    color: #888;
    display: inline-block
}

.codrops-top a:hover {
    background: rgba(255, 255, 255, 0.95);
    color: #333
}

.codrops-top span.right {
    float: right
}

.codrops-top span.right a {
    float: left;
    display: block
}

.codrops-icon:before {
    font-family: 'codropsicons';
    margin: 0 4px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.codrops-icon-drop:before {
    content: "\e001"
}

.codrops-icon-prev:before {
    content: "\e004"
}

.codrops-icon-archive:before {
    content: "\e002"
}

.codrops-icon-next:before {
    content: "\e000"
}

.codrops-icon-about:before {
    content: "\e003"
}

.container {
    height: 100%;
    position: relative
}

.container>section {
    margin: 0 auto;
    padding: 5em 3em;
    text-align: center;
    color: #fff
}

.container>section p {
    position: relative;
    margin: 0;
    padding: 1em;
    z-index: 1
}

.container>section p.text {
    font-size: 1.4em
}

.no-touch .note-touch {
    display: none
}

.color-1 {
    background: #0e83cd
}

.color-2 {
    background: #f06060
}

.color-3 {
    background: #fcd04b
}

.color-4 {
    background: #2ecc71
}

.color-5 {
    background: #9e54bd
}

.color-6 {
    background: #4593e3
}

.color-7 {
    background: #2ac56c
}

.color-8 {
    background: #ecf0f1
}

.color-8 p.text {
    color: #aaa;
    font-weight: bold
}

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

.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased
}

.icon-envelope:before {
    content: "\e000"
}

.icon-cart:before {
    content: "\e007"
}

.icon-cart-2:before {
    content: "\e008"
}

.icon-heart:before {
    content: "\e009"
}

.icon-heart:after,
.icon-heart-2:before {
    content: "\e00a"
}

.icon-star:before {
    content: "\e00b"
}

.icon-star:after,
.icon-star-2:before {
    content: "\e00c"
}

.icon-arrow-right:before {
    content: "\e00d"
}

.icon-arrow-left:before {
    content: "\e003"
}

.icon-truck:before {
    content: "\e00e"
}

.icon-remove:before {
    content: "\e00f"
}

.icon-cog:before {
    content: "\e010"
}

.icon-plus:before,
.icon-plus:after {
    content: "\e011"
}

.icon-minus:before {
    content: "\e012"
}

.bh-icon-smiley:before {
    content: "\e001"
}

.bh-icon-sad:before {
    content: "\e002"
}

.icon-file:before {
    content: "\e004"
}

.icon-remove-2:before {
    content: "\e005"
}

.btn-1 {
    border: 3px solid #fff;
    color: #fff
}

.btn-1a:hover,
.btn-1a:active {
    color: #0e83cd;
    background: #fff
}

.btn-1b:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #fff
}

.btn-1b:hover,
.btn-1b:active {
    color: #0e83cd
}

.btn-1b:hover:after,
.btn-1b:active:after {
    height: 100%
}

.btn-1c:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff
}

.btn-1c:hover,
.btn-1c:active {
    color: #0e83cd
}

.btn-1c:hover:after,
.btn-1c:active:after {
    width: 100%
}

.btn-1d {
    overflow: hidden
}

.btn-1d:after {
    width: 0;
    height: 103%;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.btn-1d:hover,
.btn-1d:active {
    color: #0e83cd
}

.btn-1d:hover:after {
    width: 90%;
    opacity: 1
}

.btn-1d:active:after {
    width: 101%;
    opacity: 1
}

.btn-1e {
    overflow: hidden
}

.btn-1e:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.btn-1e:hover,
.btn-1e:active {
    color: #0e83cd
}

.btn-1e:hover:after {
    height: 260%;
    opacity: 1
}

.btn-1e:active:after {
    height: 400%;
    opacity: 1
}

.btn-1f {
    overflow: hidden
}

.btn-1f:after {
    width: 101%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.btn-1f:hover,
.btn-1f:active {
    color: #0e83cd
}

.btn-1f:hover:after {
    height: 75%;
    opacity: 1
}

.btn-1f:active:after {
    height: 130%;
    opacity: 1
}

.btn-2 {
    background: #cb4e4e;
    color: #fff;
    box-shadow: 0 6px #ab3c3c;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.btn-2a {
    border-radius: 0 0 5px 5px
}

.btn-2a:hover {
    box-shadow: 0 4px #ab3c3c;
    top: 2px
}

.btn-2a:active {
    box-shadow: 0 0 #ab3c3c;
    top: 6px
}

.btn-2b {
    border-radius: 0 0 5px 5px
}

.btn-2b:hover {
    box-shadow: 0 8px #ab3c3c;
    top: -2px
}

.btn-2b:active {
    box-shadow: 0 0 #ab3c3c;
    top: 6px
}

.btn-2c {
    border-radius: 5px
}

.btn-2c:hover {
    box-shadow: 0 4px #ab3c3c;
    top: 2px
}

.btn-2c:active {
    box-shadow: 0 0 #ab3c3c;
    top: 6px
}

.btn-2d {
    border-radius: 5px
}

.btn-2d:hover {
    box-shadow: 0 8px #ab3c3c;
    top: -2px
}

.btn-2d:active {
    box-shadow: 0 0 #ab3c3c;
    top: 6px
}

.btn-2e {
    border-radius: 5px;
    box-shadow: -6px 0 #ab3c3c
}

.btn-2e:hover {
    box-shadow: -4px 0 #ab3c3c;
    left: -2px
}

.btn-2e:active {
    box-shadow: 0 0 #ab3c3c;
    left: -6px
}

.btn-2f {
    border-radius: 5px;
    box-shadow: 6px 0 #ab3c3c
}

.btn-2f:hover {
    box-shadow: 4px 0 #ab3c3c;
    left: 2px
}

.btn-2f:active {
    box-shadow: 0 0 #ab3c3c;
    left: 6px
}

.btn-2g {
    border-radius: 40px
}

.btn-2g:hover {
    box-shadow: 0 4px #ab3c3c;
    top: 2px
}

.btn-2g:active {
    box-shadow: 0 0 #ab3c3c;
    top: 6px
}

.btn-2h {
    border-radius: 20px
}

.btn-2h:hover {
    box-shadow: 0 4px #ab3c3c;
    top: 2px
}

.btn-2h:active {
    box-shadow: 0 0 #ab3c3c;
    top: 6px
}

.btn-2i {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    padding: 0
}

.btn-2i:hover {
    box-shadow: 0 4px #ab3c3c;
    top: 2px
}

.btn-2i:active {
    box-shadow: 0 0 #ab3c3c;
    top: 6px
}

.btn-2j {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    padding: 0
}

.btn-2j:hover {
    box-shadow: 0 8px #ab3c3c;
    top: -2px
}

.btn-2j:active {
    box-shadow: 0 0 #ab3c3c;
    top: 6px
}

.btn-3 {
    background: #fcad26;
    color: #fff
}

.btn-3:hover {
    background: #f29e0d
}

.btn-3:active {
    background: #f58500;
    top: 2px
}

.btn-3:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3;
    font-size: 140%;
    width: 60px
}

.btn-3a {
    padding: 25px 60px 25px 120px
}

.btn-3a:before {
    background: rgba(0, 0, 0, 0.05)
}

.btn-3b {
    padding: 25px 60px 25px 120px;
    border-radius: 10px
}

.btn-3b:before {
    border-right: 2px solid rgba(255, 255, 255, 0.5)
}

.btn-3c {
    padding: 80px 20px 20px 20px;
    border-radius: 10px;
    box-shadow: 0 3px #da9622
}

.btn-3c:active {
    box-shadow: 0 3px #dc7801
}

.btn-3c:before {
    height: 60px;
    width: 100%;
    line-height: 60px;
    background: #fff;
    color: #f29e0d;
    border-radius: 10px 10px 0 0
}

.btn-3c:active:before {
    color: #f58500
}

.btn-3d {
    padding: 25px 60px 25px 120px;
    border-radius: 10px
}

.btn-3d:before {
    background: #fff;
    color: #fcad26;
    z-index: 2;
    border-radius: 10px 0 0 10px
}

.btn-3d:after {
    width: 20px;
    height: 20px;
    background: #fff;
    z-index: 1;
    left: 55px;
    top: 50%;
    margin: -10px 0 0 -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.btn-3d:active:before {
    color: #f58500
}

.btn-3d:active {
    top: 0
}

.btn-3d:active:after {
    left: 60px
}

.btn-3e {
    padding: 25px 100px 25px 40px;
    overflow: hidden
}

.btn-3e:before {
    left: auto;
    right: 10px;
    z-index: 2
}

.btn-3e:after {
    width: 30%;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(-20deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(-20deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(-20deg);
    transform-origin: 0 0;
    transform: rotate(-20deg)
}

.btn-3e:hover:after {
    width: 40%
}

.btn-4 {
    border-radius: 50px;
    border: 3px solid #fff;
    color: #fff;
    overflow: hidden
}

.btn-4:active {
    border-color: #17954c;
    color: #17954c
}

.btn-4:hover {
    background: #24b662
}

.btn-4:before {
    position: absolute;
    height: 100%;
    font-size: 125%;
    line-height: 3.5;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.btn-4:active:before {
    color: #17954c
}

.btn-4a:before {
    left: 130%;
    top: 0
}

.btn-4a:hover:before {
    left: 80%
}

.btn-4b:before {
    left: -50%;
    top: 0
}

.btn-4b:hover:before {
    left: 10%
}

.btn-4c:before {
    left: 70%;
    opacity: 0;
    top: 0
}

.btn-4c:hover:before {
    left: 80%;
    opacity: 1
}

.btn-4d:before {
    left: 30%;
    opacity: 0;
    top: 0
}

.btn-4d:hover:before {
    left: 10%;
    opacity: 1
}

.btn-5 {
    background: #823aa0;
    color: #fff;
    height: 70px;
    min-width: 260px;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.btn-5:active {
    background: #9053a9;
    top: 2px
}

.btn-5 span {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-transition: all 0.3s;
    -moz-backface-visibility: hidden;
    transition: all 0.3s;
    backface-visibility: hidden
}

.btn-5:before {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 2.5;
    font-size: 180%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.btn-5:active:before {
    color: #703b87
}

.btn-5a:hover span {
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%)
}

.btn-5a:before {
    left: 0;
    top: -100%
}

.btn-5a:hover:before {
    top: 0
}

.btn-5b:hover span {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%)
}

.btn-5b:before {
    left: -100%;
    top: 0
}

.btn-5b:hover:before {
    left: 0
}

.btn-6 {
    color: #fff;
    background: #226fbe;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.btn-6:active {
    top: 2px
}

.btn-6a {
    border: 4px solid #226fbe
}

.btn-6a:hover {
    background: transparent;
    color: #226fbe
}

.btn-6b {
    border: 4px solid #226fbe;
    border-radius: 15px
}

.btn-6b:hover {
    background: transparent;
    color: #226fbe
}

.btn-6c {
    border: 4px solid #226fbe;
    border-radius: 60px
}

.btn-6c:hover {
    background: transparent;
    color: #226fbe
}

.btn-6d {
    border: 2px dashed #226fbe
}

.btn-6d:hover {
    background: transparent;
    color: #226fbe
}

.btn-6e {
    border: 2px dashed #226fbe;
    border-radius: 15px
}

.btn-6e:hover {
    background: transparent;
    color: #226fbe
}

.btn-6f {
    border: 2px dashed #226fbe;
    border-radius: 60px
}

.btn-6f:hover {
    background: transparent;
    color: #226fbe
}

.btn-6g {
    border: 2px dotted #226fbe
}

.btn-6g:hover {
    background: transparent;
    color: #226fbe
}

.btn-6h {
    border: 2px dotted #226fbe;
    border-radius: 15px
}

.btn-6h:hover {
    background: transparent;
    color: #226fbe
}

.btn-6i {
    border: 2px dotted #226fbe;
    border-radius: 60px
}

.btn-6i:hover {
    background: transparent;
    color: #226fbe
}

.btn-6j {
    border: 4px double #226fbe
}

.btn-6j:hover {
    background: transparent;
    color: #226fbe
}

.btn-6k {
    border: 4px double #226fbe;
    border-radius: 15px
}

.btn-6k:hover {
    background: transparent;
    color: #226fbe
}

.btn-6l {
    border: 4px double #226fbe;
    border-radius: 60px
}

.btn-6l:hover {
    background: transparent;
    color: #226fbe
}

.btn-7 {
    background: #17aa56;
    color: #fff;
    border-radius: 7px;
    box-shadow: 0 5px #119e4d;
    padding: 25px 60px 25px 90px
}

.btn-7a {
    overflow: hidden
}

.btn-7a:before {
    position: absolute;
    left: 0;
    width: 40%;
    font-size: 160%;
    line-height: 0.8;
    color: #0a833d
}

.btn-7a.btn-activated {
    -webkit-animation: fadeOutText 0.5s;
    -moz-animation: fadeOutText 0.5s;
    animation: fadeOutText 0.5s
}

.btn-7a.btn-activated:before {
    -webkit-animation: moveToRight 0.5s;
    -moz-animation: moveToRight 0.5s;
    animation: moveToRight 0.5s
}

@-webkit-keyframes fadeOutText {
    0% {
        color: transparent
    }
    80% {
        color: transparent
    }
    100% {
        color: #fff
    }
}

@-moz-keyframes fadeOutText {
    0% {
        color: transparent
    }
    80% {
        color: transparent
    }
    100% {
        color: #fff
    }
}

@keyframes fadeOutText {
    0% {
        color: transparent
    }
    80% {
        color: transparent
    }
    100% {
        color: #fff
    }
}

@-webkit-keyframes moveToRight {
    80% {
        -webkit-transform: translateX(250%)
    }
    81% {
        opacity: 1;
        -webkit-transform: translateX(250%)
    }
    82% {
        opacity: 0;
        -webkit-transform: translateX(250%)
    }
    83% {
        opacity: 0;
        -webkit-transform: translateX(-50%)
    }
    84% {
        opacity: 1;
        -webkit-transform: translateX(-50%)
    }
    100% {
        -webkit-transform: translateX(0%)
    }
}

@-moz-keyframes moveToRight {
    80% {
        -moz-transform: translateX(250%)
    }
    81% {
        opacity: 1;
        -moz-transform: translateX(250%)
    }
    82% {
        opacity: 0;
        -moz-transform: translateX(250%)
    }
    83% {
        opacity: 0;
        -moz-transform: translateX(-50%)
    }
    84% {
        opacity: 1;
        -moz-transform: translateX(-50%)
    }
    100% {
        -moz-transform: translateX(0%)
    }
}

@keyframes moveToRight {
    80% {
        transform: translateX(250%)
    }
    81% {
        opacity: 1;
        transform: translateX(250%)
    }
    82% {
        opacity: 0;
        transform: translateX(250%)
    }
    83% {
        opacity: 0;
        transform: translateX(-50%)
    }
    84% {
        opacity: 1;
        transform: translateX(-50%)
    }
    100% {
        transform: translateX(0%)
    }
}

.btn-7b {
    overflow: hidden
}

.btn-7b:before {
    position: absolute;
    left: 0;
    width: 40%;
    font-size: 160%;
    line-height: 0.8;
    color: #0a833d
}

.btn-7b.btn-activated:before {
    -webkit-animation: scaleUp 0.5s;
    -moz-animation: scaleUp 0.5s;
    animation: scaleUp 0.5s
}

@-webkit-keyframes scaleUp {
    80% {
        opacity: 0;
        -webkit-transform: scale(2)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2)
    }
}

@-moz-keyframes scaleUp {
    80% {
        opacity: 0;
        -moz-transform: scale(2)
    }
    100% {
        opacity: 0;
        -moz-transform: scale(2)
    }
}

@keyframes scaleUp {
    80% {
        opacity: 0;
        transform: scale(2)
    }
    100% {
        opacity: 0;
        transform: scale(2)
    }
}

.btn-icon-only {
    font-size: 0;
    padding: 25px 30px
}

.btn-icon-only:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 26px;
    line-height: 54px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.btn-7c {
    overflow: hidden
}

.btn-7c:before {
    color: #fff;
    z-index: 1
}

.btn-7c:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    width: 0;
    background: #0a833d;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.btn-7c.btn-activated:after {
    -webkit-animation: fillToRight 0.7s forwards;
    -moz-animation: fillToRight 0.7s forwards;
    animation: fillToRight 0.7s forwards
}

@-webkit-keyframes fillToRight {
    to {
        width: 100%
    }
}

@-moz-keyframes fillToRight {
    to {
        width: 100%
    }
}

@keyframes fillToRight {
    to {
        width: 100%
    }
}

.btn-7d {
    overflow: hidden
}

.btn-7d:before {
    color: #fff;
    z-index: 1
}

.btn-7d:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: 0;
    background: #21bb63;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.btn-7d.btn-activated:after {
    -webkit-animation: emptyBottom 0.7s forwards;
    -moz-animation: emptyBottom 0.7s forwards;
    animation: emptyBottom 0.7s forwards
}

@-webkit-keyframes emptyBottom {
    to {
        height: 100%
    }
}

@-moz-keyframes emptyBottom {
    to {
        height: 100%
    }
}

@keyframes emptyBottom {
    to {
        height: 100%
    }
}

.btn-7e:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 26px;
    line-height: 54px;
    color: #ea515e;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.btn-7e.btn-activated:after {
    -webkit-animation: scaleFade 0.5s forwards;
    -moz-animation: scaleFade 0.5s forwards;
    animation: scaleFade 0.5s forwards
}

@-webkit-keyframes scaleFade {
    50% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5)
    }
}

@-moz-keyframes scaleFade {
    50% {
        opacity: 1;
        -moz-transform: scale(1)
    }
    100% {
        opacity: 0;
        -moz-transform: scale(2.5)
    }
}

@keyframes scaleFade {
    50% {
        opacity: 1;
        transform: scale(1)
    }
    100% {
        opacity: 0;
        transform: scale(2.5)
    }
}

.btn-7f:before {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff
}

.btn-7f:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 26px;
    line-height: 54px;
    color: #ffe44d;
    visibility: hidden;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffe44d;
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -ms-transform: scale(4);
    transform: scale(4);
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.btn-7f.btn-activated:after {
    visibility: visible;
    -webkit-animation: dropDown 0.3s forwards;
    -moz-animation: dropDown 0.3s forwards;
    animation: dropDown 0.3s forwards
}

@-webkit-keyframes dropDown {
    to {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes dropDown {
    to {
        opacity: 1;
        -moz-transform: scale(1)
    }
}

@keyframes dropDown {
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.btn-7g:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 26px;
    line-height: 54px;
    color: #0a833d;
    visibility: hidden;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.btn-7g.btn-activated:after {
    visibility: visible;
    -webkit-animation: dropDownFade 0.5s forwards;
    -moz-animation: dropDownFade 0.5s forwards;
    animation: dropDownFade 0.5s forwards
}

@-webkit-keyframes dropDownFade {
    50% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes dropDownFade {
    50% {
        opacity: 1;
        -moz-transform: scale(1)
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes dropDownFade {
    50% {
        opacity: 1;
        transform: scale(1)
    }
    100% {
        opacity: 0;
        transform: scale(1.5)
    }
}

.btn-7h {
    overflow: hidden
}

.btn-7h span {
    display: inline-block;
    width: 100%
}

.btn-7h:before {
    position: absolute;
    left: 0;
    width: 40%;
    font-size: 160%;
    line-height: 0.8;
    color: #0a833d
}

.btn-success,
.btn-error {
    color: transparent
}

.btn-success:after,
.btn-error:after {
    z-index: 1;
    color: #fff;
    left: 40%
}

.btn-success:before {
    content: "\e001"
}

.btn-success:after {
    content: "Success!";
    -webkit-animation: moveUp 0.5s;
    -moz-animation: moveUp 0.5s;
    animation: moveUp 0.5s
}

@-webkit-keyframes moveUp {
    0% {
        -webkit-transform: translateY(50%);
        opacity: 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes moveUp {
    0% {
        -moz-transform: translateY(50%);
        opacity: 0
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@keyframes moveUp {
    0% {
        transform: translateY(50%);
        opacity: 0
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.btn-error {
    -webkit-animation: shake 0.5s;
    -moz-animation: shake 0.5s;
    animation: shake 0.5s
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px)
    }
}

@-moz-keyframes shake {
    0%,
    100% {
        -moz-transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -moz-transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -moz-transform: translateX(10px)
    }
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px)
    }
}

.btn-error:before {
    content: "\e002"
}

.btn-error:after {
    content: "Error!";
    -webkit-animation: scaleFromUp 0.5s;
    -moz-animation: scaleFromUp 0.5s;
    animation: scaleFromUp 0.5s
}

@-webkit-keyframes scaleFromUp {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes scaleFromUp {
    0% {
        -moz-transform: scale(0);
        opacity: 0
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1)
    }
}

@keyframes scaleFromUp {
    0% {
        transform: scale(0);
        opacity: 0
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.trash-effect {
    position: relative;
    max-width: 320px;
    margin: 60px auto 0
}

.trash-effect .icon-file {
    font-size: 30px;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin: -45px 0 0 -25px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateX(90px) translateY(20px) scale(1);
    -moz-transform: translateX(90px) translateY(20px) scale(1);
    -ms-transform: translateX(90px) translateY(20px) scale(1);
    transform: translateX(90px) translateY(20px) scale(1)
}

.trash-effect .icon-file:nth-child(2) {
    -webkit-transform: translateX(140px) translateY(-10px) scale(1);
    -moz-transform: translateX(140px) translateY(-10px) scale(1);
    -ms-transform: translateX(140px) translateY(-10px) scale(1);
    transform: translateX(140px) translateY(-10px) scale(1);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.trash-effect .icon-file:nth-child(3) {
    -webkit-transform: translateX(140px) translateY(50px) scale(1);
    -moz-transform: translateX(140px) translateY(50px) scale(1);
    -ms-transform: translateX(140px) translateY(50px) scale(1);
    transform: translateX(140px) translateY(50px) scale(1);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.trash-effect.trash-effect-active .icon-file {
    -webkit-transform: translateX(-100px) translateY(-10px) scale(0);
    -moz-transform: translateX(-100px) translateY(-10px) scale(0);
    -ms-transform: translateX(-100px) translateY(-10px) scale(0);
    transform: translateX(-100px) translateY(-10px) scale(0)
}

.btn-7i {
    box-shadow: none;
    border-radius: 0 0 7px 7px;
    padding: 27px 33px;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px)
}

.btn-7i:before {
    line-height: 45px
}

.btn-7i:after {
    height: 10px;
    width: 100%;
    background: #17aa56;
    border-radius: 7px 7px 0 0;
    left: 0;
    top: -10px;
    z-index: 1;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.trash-effect-active .btn-7i:after {
    -webkit-animation: openTrash 0.5s;
    -moz-animation: openTrash 0.5s;
    animation: openTrash 0.5s
}

@-webkit-keyframes openTrash {
    50% {
        -webkit-transform: rotate(-35deg)
    }
    100% {
        -webkit-transform: rotate(0deg)
    }
}

@-moz-keyframes openTrash {
    50% {
        -moz-transform: rotate(-35deg)
    }
    100% {
        -moz-transform: rotate(0deg)
    }
}

@keyframes openTrash {
    50% {
        transform: rotate(-35deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

.perspective {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 800px;
    display: inline-block
}

.btn-8 {
    display: block;
    background: #5cbcf6;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.btn-8:active {
    background: #55b7f3
}

.btn-8a:after {
    width: 100%;
    height: 40%;
    left: 0;
    top: -40%;
    background: #49a7df;
    -webkit-transform-origin: 0% 100%;
    -webkit-transform: rotateX(90deg);
    -moz-transform-origin: 0% 100%;
    -moz-transform: rotateX(90deg);
    transform-origin: 0% 100%;
    transform: rotateX(90deg)
}

.btn-8a:hover {
    -webkit-transform: rotateX(-15deg);
    -moz-transform: rotateX(-15deg);
    -ms-transform: rotateX(-15deg);
    transform: rotateX(-15deg)
}

.btn-8b:after {
    width: 100%;
    height: 40%;
    left: 0;
    top: 100%;
    background: #49a7df;
    -webkit-transform-origin: 0% 0%;
    -webkit-transform: rotateX(-90deg);
    -moz-transform-origin: 0% 0%;
    -moz-transform: rotateX(-90deg);
    -ms-transform-origin: 0% 0%;
    -ms-transform: rotateX(-90deg);
    transform-origin: 0% 0%;
    transform: rotateX(-90deg)
}

.btn-8b:hover {
    -webkit-transform: rotateX(15deg);
    -moz-transform: rotateX(15deg);
    -ms-transform: rotateX(15deg);
    transform: rotateX(15deg)
}

.btn-8c:after {
    width: 20%;
    height: 100%;
    left: -20%;
    top: 0;
    background: #49a7df;
    -webkit-transform-origin: 100% 0%;
    -webkit-transform: rotateY(-90deg);
    -moz-transform-origin: 100% 0%;
    -moz-transform: rotateY(-90deg);
    -ms-transform-origin: 100% 0%;
    -ms-transform: rotateY(-90deg);
    transform-origin: 100% 0%;
    transform: rotateY(-90deg)
}

.btn-8c:hover {
    -webkit-transform: rotateY(15deg);
    -moz-transform: rotateY(15deg);
    -ms-transform: rotateY(15deg);
    transform: rotateY(15deg)
}

.btn-8d:after {
    width: 20%;
    height: 100%;
    left: 100%;
    top: 0;
    background: #49a7df;
    -webkit-transform-origin: 0% 0%;
    -webkit-transform: rotateY(90deg);
    -moz-transform-origin: 0% 0%;
    -moz-transform: rotateY(90deg);
    -ms-transform-origin: 0% 0%;
    -ms-transform: rotateY(90deg);
    transform-origin: 0% 0%;
    transform: rotateY(90deg)
}

.btn-8d:hover {
    -webkit-transform: rotateY(-15deg);
    -moz-transform: rotateY(-15deg);
    -ms-transform: rotateY(-15deg);
    transform: rotateY(-15deg)
}

.btn-8e {
    -webkit-transform: rotateX(-15deg);
    -moz-transform: rotateX(-15deg);
    -ms-transform: rotateX(-15deg);
    transform: rotateX(-15deg)
}

.btn-8e:after {
    width: 100%;
    height: 40%;
    left: 0;
    top: -40%;
    background: #49a7df;
    -webkit-transform-origin: 0% 100%;
    -webkit-transform: rotateX(90deg);
    -moz-transform-origin: 0% 100%;
    -moz-transform: rotateX(90deg);
    -ms-transform-origin: 0% 100%;
    -ms-transform: rotateX(90deg);
    transform-origin: 0% 100%;
    transform: rotateX(90deg)
}

.btn-8e:active {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.btn-8f {
    -webkit-transform: rotateX(15deg);
    -moz-transform: rotateX(15deg);
    -ms-transform: rotateX(15deg);
    transform: rotateX(15deg)
}

.btn-8f:after {
    width: 100%;
    height: 40%;
    left: 0;
    top: 100%;
    background: #49a7df;
    -webkit-transform-origin: 0% 0%;
    -webkit-transform: rotateX(-90deg);
    -moz-transform-origin: 0% 0%;
    -moz-transform: rotateX(-90deg);
    -ms-transform-origin: 0% 0%;
    -ms-transform: rotateX(-90deg);
    transform-origin: 0% 0%;
    transform: rotateX(-90deg)
}

.btn-8f:active {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.btn-8g {
    background: #fff;
    color: #999
}

.btn-8g:active {
    background: #fff
}

.btn-8g:after,
.btn-8g:before {
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    line-height: 70px
}

.btn-8g:after {
    top: -100%;
    background: #7aca7c;
    color: #358337;
    content: 'It worked!';
    -webkit-transform-origin: 0% 100%;
    -webkit-transform: rotateX(90deg);
    -moz-transform-origin: 0% 100%;
    -moz-transform: rotateX(90deg);
    -ms-transform-origin: 0% 100%;
    -ms-transform: rotateX(90deg);
    transform-origin: 0% 100%;
    transform: rotateX(90deg)
}

.btn-8g:before {
    top: 100%;
    background: #e96a6a;
    color: #a33a3a;
    content: 'Error!';
    font-weight: 700;
    font-family: Calibri, Arial, sans-serif;
    -webkit-transform-origin: 0% 0%;
    -webkit-transform: rotateX(-90deg);
    -moz-transform-origin: 0% 0%;
    -moz-transform: rotateX(-90deg);
    -ms-transform-origin: 0% 0%;
    -ms-transform: rotateX(-90deg);
    transform-origin: 0% 0%;
    transform: rotateX(-90deg)
}

.btn-8g.btn-success3d {
    background: #aaa;
    -webkit-transform-origin: 50% 100%;
    -webkit-transform: rotateX(-90deg) translateY(100%);
    -moz-transform-origin: 50% 100%;
    -moz-transform: rotateX(-90deg) translateY(100%);
    -ms-transform-origin: 50% 100%;
    -ms-transform: rotateX(-90deg) translateY(100%);
    transform-origin: 50% 100%;
    transform: rotateX(-90deg) translateY(100%)
}

.btn-8g.btn-error3d {
    background: #aaa;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform: rotateX(90deg) translateY(-100%);
    -moz-transform-origin: 50% 0%;
    -moz-transform: rotateX(90deg) translateY(-100%);
    -ms-transform-origin: 50% 0%;
    -ms-transform: rotateX(90deg) translateY(-100%);
    transform-origin: 50% 0%;
    transform: rotateX(90deg) translateY(-100%)
}

input.search::-webkit-input-placeholder::before,
.dataTables_filter input::-webkit-input-placeholder::before {
    font-family: fontAwesome;
    content: '\f002  ';
    color: #69f
}

input.search::-moz-placeholder::before,
.dataTables_filter input::-moz-placeholder::before {
    font-family: fontAwesome;
    content: '\f002  ';
    color: #69f
}

input.search:-ms-input-placeholder::before,
.dataTables_filter input:-ms-input-placeholder::before {
    font-family: fontAwesome;
    content: '\f002  ';
    color: #69f
}

input.search:placeholder::before,
.dataTables_filter input:placeholder::before {
    font-family: fontAwesome;
    content: '\f002  ';
    color: #69f
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"] {
    height: 2.66667rem
}

textarea {
    height: 8rem
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    background: #fff;
    border-color: #e58e54;
    -moz-box-shadow: 0px 0px 5px 0px #f1c19c;
    -webkit-box-shadow: 0px 0px 5px 0px #f1c19c;
    box-shadow: 0px 0px 5px 0px #f1c19c
}

h1 {
    font-weight: 400;
    font-size: 1.5rem
}

@media only screen and (min-width: 40.063em) {
    h1 {
        font-size: 2.5rem
    }
}

.focus-title h1 {
    font-size: 2rem;
    margin-bottom: 1rem
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .focus-title h1 {
        font-size: 2.5rem;
        margin-bottom: 1.5rem
    }
}

@media only screen and (min-width: 64.063em) {
    .focus-title h1 {
        font-size: 3.5rem;
        margin-bottom: 2rem
    }
}

.focus-title .subheader {
    font-size: 1.25rem;
    font-weight: 200;
    line-height: 1.4
}

@media only screen and (min-width: 40.063em) {
    .focus-title .subheader {
        font-size: 1.75rem
    }
}

.focus-title .subheader.has-content {
    margin-bottom: 1rem
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .focus-title .subheader.has-content {
        margin-bottom: 1.5rem
    }
}

@media only screen and (min-width: 64.063em) {
    .focus-title .subheader.has-content {
        margin-bottom: 2rem
    }
}

.focus-title p {
    margin: 1.5rem 0 0;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.7
}

.hero h1 {
    margin: 0 0 0.5rem;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
    text-transform: none;
    font-family: effra, sans-serif
}

@media only screen and (min-width: 40.063em) and (max-width: 56em) {
    .hero h1 {
        font-size: 2.5rem
    }
}

@media only screen and (min-width: 56.063em) {
    .hero h1 {
        font-size: 3rem
    }
}

.hero .subheader {
    margin: 0;
    font-size: 1.1rem;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px
}

h1 {
    line-height: 1.1
}

h2,
h3 {
    line-height: 1.2
}

h4,
h5 {
    line-height: 1.3
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.3rem
}

h6 {
    line-height: 1.4
}

p {
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1.6
}

p strong {
    font-weight: 400
}

.subheader {
    line-height: 1.2
}

.stacktable {
    width: 100%
}

.st-head-row {
    padding-top: 1em
}

.st-head-row.st-head-row-main {
    font-size: 1.5em;
    padding-top: 0
}

.st-key {
    width: 49%;
    text-align: right;
    padding-right: 1%
}

.st-val {
    width: 49%;
    padding-left: 1%
}

.stacktable.large-only {
    display: table
}

.small-only {
    display: none
}

@media (max-width: 800px) {
    .large-only {
        display: none
    }
    .stacktable.small-only {
        display: table
    }
}

span.success {
    color: #5da423
}

.hidden {
    display: none
}

ul li ul,
ul li ol {
    margin-left: 0
}

.inline-list {
    margin-bottom: 0
}

li {
    list-style: none;
    font-weight: 300;
    line-height: 1.4
}

.large-block-grid-4>li {
    padding: 0 0.4rem 1.25rem
}

.large-block-grid-4>li:first-of-type {
    padding-left: 0.5rem
}

.large-block-grid-4>li:last-of-type {
    padding-right: 0.5rem
}

@media (min-width: 40.043em) {
    .medium-block-grid-2>li {
        width: 50%;
        margin-bottom: 1rem
    }
}

p:last-of-type {
    margin-bottom: 0
}

blockquote {
    margin: 0;
    padding: 0;
    border: none
}

.no-js .section-container {
    border: none !important
}

.sub-nav {
    margin-left: 0;
    margin-bottom: 2rem
}

@media (min-width: 64.043em) {
    .sub-nav {
        margin-bttom: 4rem
    }
}

.vcard {
    margin: 0;
    padding: 0;
    border: none
}

.reveal-modal {
    width: 80%;
    left: 50%
}

@media (min-width: 40.063em) {
    .reveal-modal {
        width: 60%;
        left: 60%
    }
}

.reveal-modal li {
    list-style: square inside !important
}

.reveal-modal strong {
    font-weight: 500 !important
}

.reveal-modal h2,
.reveal-modal h3,
.reveal-modal h4 {
    color: #1b233b
}

.reveal-modal h2 {
    margin-bottom: 2rem;
    border-bottom: 1px solid #a9c5df
}

.csstooltip {
    outline: none;
    text-align: left;
    cursor: pointer !important;
    color: #fff;
    border-bottom: 1px dotted #a9c5df
}

.csstooltip span {
    display: none;
    width: 320px;
    margin-top: 40px;
    margin-left: -200px;
    padding: 2rem;
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 300;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    color: #d4dae5;
    background: #222
}

@media (min-width: 40.063em) and (max-width: 64em) {
    .csstooltip span {
        width: 250px;
        margin-left: -220px;
        font-size: 1rem
    }
}

.csstooltip span strong {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 300;
    color: #fff
}

.csstooltip:hover {
    cursor: help;
    text-decoration: none;
    color: #d4dae5
}

.csstooltip:hover span {
    display: inline;
    position: absolute;
    z-index: 10
}

.panel {
    *zoom: 1;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
    -moz-box-shadow: 0px 1px 1px 0px #e3e3e3;
    -webkit-box-shadow: 0px 1px 1px 0px #e3e3e3;
    box-shadow: 0px 1px 1px 0px #e3e3e3
}

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

.panel:after {
    clear: both
}

.panel .panel--content {
    padding: 1.5rem
}

@media (min-width: 60em) {
    .panel .panel--content {
        padding: 2.5rem
    }
}

.panel h2 {
    display: block;
    margin: 0;
    padding: 1.5rem 0 0;
    text-transform: uppercase
}

.panel img {
    display: block;
    width: 125px;
    height: 125px;
    margin: 0 auto 2rem
}

.panel h3 {
    margin: 0
}

.panel h2 small,
.panel h2 strong,
.panel h3 small,
.panel h3 strong,
.panel h4 small,
.panel h4 strong {
    display: block;
    margin-top: 0.5rem;
    letter-spacing: 0
}

.panel h2 strong,
.panel h3 strong,
.panel h4 strong {
    font-weight: 400;
    color: #666
}

.panel h2 small,
.panel h3 small,
.panel h4 small {
    font-size: 40%;
    font-weight: 300;
    color: #888
}

.panel .button {
    margin: 3rem 0 0.5rem
}

@-webkit-keyframes pulseBorder {
    from {
        background: gray
    }
    to {
        background: white
    }
}

.pulseme {
    -webkit-animation: pulseBorder, 3, ease, alternate, 2s;
    -moz-animation: pulseBorder, 3, ease, alternate, 2s;
    -ms-animation: pulseBorder, 3, ease, alternate, 2s;
    -o-animation: pulseBorder, 3, ease, alternate, 2s;
    animation: pulseBorder, 3, ease, alternate, 2s
}

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s
}

.animated.hinge {
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes slideInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }
    100% {
        -moz-transform: translateX(0)
    }
}

@-o-keyframes slideInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }
    100% {
        -o-transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }
    100% {
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    -moz-animation-name: slideInLeft;
    -o-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes slideInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }
    100% {
        -moz-transform: translateX(0)
    }
}

@-o-keyframes slideInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }
    100% {
        -o-transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }
    100% {
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    -moz-animation-name: slideInRight;
    -o-animation-name: slideInRight;
    animation-name: slideInRight
}

.st-content-inner .svg-container {
    display: block;
    margin: 0 auto 2rem
}

.st-content-inner .svg-container-choose {
    display: block;
    margin: 2rem auto 2rem;
    width: 120px;
    height: 120px
}

.st-content-inner .hero {
    position: relative;
    overflow: hidden;
    background-color: #252c3a
}

.st-content-inner .hero .row {
    position: relative;
    z-index: 1
}

.st-content-inner .hero h1 {
    color: #fff
}

.st-content-inner .hero .subheader {
    color: #9fb4bb
}

.st-content-inner .hero--home {
    overflow: auto;
    padding: 2rem 0 17rem;
    background-color: #1b233b;
    background: url(assets/img/pantheranimated.svg) center -90% no-repeat, #1b233b
}

@media (min-width: 64.043em) {
    .st-content-inner .hero--home {
        padding: 4rem 0 16rem
    }
}

.st-content-inner .plan-promo__intro {
    padding: 1rem 0 0.75rem;
    background: #858896;
    -moz-box-shadow: inset 0px 4px 1px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 4px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 4px 1px 0px rgba(0, 0, 0, 0.2)
}

.st-content-inner .plan-promo__intro p {
    font-size: 1.25rem;
    font-weight: 400;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff
}

.st-content-inner .plan-promo {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background: #1b233b;
    background: url(assets/img/bg-pattern-4.png);
    -moz-box-shadow: inset 0px -3px 12px 0px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: inset 0px -3px 12px 0px rgba(0, 0, 0, 0.14);
    box-shadow: inset 0px -3px 12px 0px rgba(0, 0, 0, 0.14)
}

@media (min-width: 64.043em) {
    .st-content-inner .plan-promo {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.st-content-inner .plan-promo li {
    margin-bottom: 1.5rem
}

.st-content-inner .plan-promo li:last-of-type {
    margin-bottom: 0
}

@media only screen and (min-width: 48em) and (max-width: 54em) {
    .st-content-inner .plan-promo li {
        width: 50%;
        clear: none !important
    }
}

.st-content-inner .plan-promo a:hover {
    text-decoration: none
}

.st-content-inner .plan-promo .panel {
    font-size: 62.5%;
    background: none;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0px 0px 0px 1px #181f34;
    -webkit-box-shadow: 0px 0px 0px 1px #181f34;
    box-shadow: 0px 0px 0px 1px #181f34
}

.st-content-inner .plan-promo .panel .panel--content {
    font-size: 1.35rem;
    background: #3d445c;
    -moz-box-shadow: inset 0px 0px 3px 1px rgba(255, 255, 255, 0.11);
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(255, 255, 255, 0.11);
    box-shadow: inset 0px 0px 3px 1px rgba(255, 255, 255, 0.11)
}

.st-content-inner .plan-promo .panel .plan-icon {
    width: 120px;
    height: 120px;
    margin-bottom: 2rem
}

@media only screen and (max-width: 48em) {
    .st-content-inner .plan-promo .panel .plan-icon {
        float: left
    }
}

.st-content-inner .plan-promo .panel h2 {
    padding: 1.2rem 0 0.9rem;
    font-size: 1rem;
    font-weight: 400;
    color: #d3dcec;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM2M2Q1NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNkNDU1ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #363d55), color-stop(100%, #3d455d));
    background: -moz-linear-gradient(bottom, #363d55, #3d455d);
    background: -webkit-linear-gradient(bottom, #363d55, #3d455d);
    background: linear-gradient(to top, #363d55, #3d455d);
    border-bottom: 1px solid #283550
}

.st-content-inner .plan-promo .panel h3 {
    font-size: 3.25rem;
    font-weight: 500;
    letter-spacing: -1px;
    color: #fff
}

.st-content-inner .plan-promo .panel h3 small {
    margin-top: 0.75rem;
    color: #a4b0c9
}

.st-content-inner .plan-promo .panel .currency-symbol {
    position: relative;
    top: -1rem;
    left: -0.35rem;
    margin-left: -0.5rem;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "Effra", Calibri, Arial, sans-serif;
    color: #b7c4db
}

.st-content-inner .clientarea_main_section {
    position: relative;
    z-index: 0;
    background-color: #cad0db;
    background: url(assets/img/bg-pattern-3.png)
}

.st-content-inner .clientarea_main_section h1 {
    margin-bottom: 3rem;
    color: #1b233b
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
    .st-content-inner .clientarea_main_section h1 {
        margin-bottom: 4rem
    }
}

@media only screen and (min-width: 64.063em) {
    .st-content-inner .clientarea_main_section h1 {
        margin-bottom: 6rem
    }
}

.st-content-inner .testimonial {
    background-color: #cad0db;
    background: url(assets/img/bg-pattern-3.png)
}

.st-content-inner .testimonial h1 {
    margin-bottom: 3rem;
    color: #1b233b
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
    .st-content-inner .testimonial h1 {
        margin-bottom: 4rem
    }
}

@media only screen and (min-width: 64.063em) {
    .st-content-inner .testimonial h1 {
        margin-bottom: 6rem
    }
}

.st-content-inner .testimonial a {
    display: block;
    margin-top: 3rem;
    color: #13192a
}

.st-content-inner .testimonial .smiley {
    position: absolute;
    top: -26px;
    left: 44.5%;
    display: block;
    padding: 0;
    width: 3rem;
    height: 3rem;
    font-size: 5rem;
    line-height: 1;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    border: 2px solid #1b233b;
    text-align: center;
    color: #fff;
    z-index: 99;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

@media (min-width: 40em) {
    .st-content-inner .testimonial .smiley {
        top: -23px
    }
}

@media (min-width: 64.043em) {
    .st-content-inner .testimonial .smiley {
        top: -32px;
        left: 44.5%;
        width: 5rem;
        height: 5rem;
        font-size: 6rem
    }
}

.st-content-inner .testimonial .smiley img {
    display: block;
    border-radius: 9999px;
    width: 100%
}

.st-content-inner .testimonial .testimonial--quote {
    position: relative;
    padding: 3.5rem 2.5rem 1.5rem 2.5rem;
    text-align: center;
    background: #fff;
    min-height: 256px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-box-shadow: 0px 2px 3px 0px #8f9cb8;
    -webkit-box-shadow: 0px 2px 3px 0px #8f9cb8;
    box-shadow: 0px 2px 3px 0px #8f9cb8
}

@media (min-width: 64em) {
    .st-content-inner .testimonial .testimonial--quote {
        padding: 5rem 4rem 3rem 4rem
    }
}

.st-content-inner .testimonial .testimonial--quote blockquote {
    font-weight: 400;
    line-height: 1.6;
    font-family: effra, sans-serif;
    color: #1b233b;
    box-sizing: border-box
}

@media (min-width: 40em) {
    .st-content-inner .testimonial .testimonial--quote blockquote {
        font-weight: 300
    }
}

@media (min-width: 48em) and (max-width: 64em) {
    .st-content-inner .testimonial .testimonial--quote blockquote {
        font-size: 1.3rem
    }
}

@media (min-width: 64.063em) {
    .st-content-inner .testimonial .testimonial--quote blockquote {
        font-size: 1.5rem
    }
}

.st-content-inner .testimonial .testimonial--quote cite {
    margin-top: 2rem;
    margin-left: -1.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    font-style: normal;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #7a8ea2
}

.st-content-inner .promise {
    background: #1b233b;
    background: url(assets/img/bg-pattern-4.png)
}

.st-content-inner .promise h1 {
    margin-bottom: 4rem;
    margin-bottom: 0;
    color: #fff
}

.st-content-inner .promise .promise__content {
    margin-top: 2rem;
    padding: 1.5rem 1.25rem 5rem;
    text-align: left;
    border: 2px solid #52cba6
}

@media (min-width: 40em) {
    .st-content-inner .promise .promise__content {
        text-align: center
    }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
    .st-content-inner .promise .promise__content {
        margin-top: 2.66667rem;
        padding: 3rem 3rem 6rem
    }
}

@media only screen and (min-width: 64.063em) {
    .st-content-inner .promise .promise__content {
        margin-top: 4rem;
        padding: 4rem 4rem 7rem
    }
}

.st-content-inner .promise .promise__icons {
    margin-top: -4rem
}

.st-content-inner .promise .promise-icon {
    margin-bottom: 0
}

.st-content-inner .promise h4 {
    margin: 1.25rem 0 2.5rem;
    color: #fff
}

@media (min-width: 48em) {
    .st-content-inner .promise h4 {
        margin: 2.5rem 0 0
    }
}

.st-content-inner .promise p {
    font-weight: 300;
    line-height: 1.4;
    font-family: effra, sans-serif;
    letter-spacing: 1px;
    color: #fff;
    font-size: 1.1rem
}

@media only screen and (min-width: 48em) {
    .st-content-inner .promise p {
        font-size: 1.3rem
    }
}

.st-content-inner .promise .promise-icon {
    width: 120px;
    height: 120px
}

.st-content-inner .knowledge {
    position: relative;
    background: #fdc02c;
    background: url(assets/img/server-rack.jpg) left top no-repeat #fdc02c;
    background-size: cover
}

.st-content-inner .knowledge:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.37)
}

.st-content-inner .knowledge h1,
.st-content-inner .knowledge p.has-link {
    color: #4d2512
}

.st-content-inner .knowledge .knowledge__content {
    margin-top: 4rem
}

.st-content-inner .knowledge p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    font-family: effra, sans-serif;
    color: #1b233b
}

@media (min-width: 64.043em) {
    .st-content-inner .knowledge p {
        font-size: 1.3rem;
        font-weight: 300
    }
}

.st-content-inner .knowledge a {
    display: block;
    margin-top: 3rem;
    color: #13192a
}

.st-content-inner .knowledge__features {
    margin: 2rem 0 0
}

@media (min-width: 48em) and (max-width: 64em) {
    .st-content-inner .knowledge__features {
        margin: 3em 0 0
    }
}

@media (min-width: 64.043em) {
    .st-content-inner .knowledge__features {
        margin: 4rem 0 0
    }
}

@media only screen and (max-width: 40em) {
    .st-content-inner .knowledge__features li {
        width: 100%;
        margin-bottom: 15px
    }
}

@media only screen and (min-width: 48em) and (max-width: 50em) {
    .st-content-inner .knowledge__features li {
        width: 50%;
        margin-bottom: 15px
    }
}

.st-content-inner .knowledge__features h3,
.st-content-inner .knowledge__features p,
.st-content-inner .knowledge__features .divider {
    margin-left: 0;
    text-align: center
}

@media (min-width: 60em) {
    .st-content-inner .knowledge__features h3,
    .st-content-inner .knowledge__features p,
    .st-content-inner .knowledge__features .divider {
        text-align: left;
        margin-left: 2.5rem
    }
}

.st-content-inner .knowledge__features h3 {
    color: #1b233b
}

@media (min-width: 48rem) {
    .st-content-inner .knowledge__features h3 {
        font-size: 1.5rem
    }
}

@media (min-width: 80rem) {
    .st-content-inner .knowledge__features h3 {
        font-size: 1.6875rem
    }
}

.st-content-inner .knowledge__features .divider {
    display: block;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    color: #3d445c
}

@media (min-width: 48rem) {
    .st-content-inner .knowledge__features .divider {
        margin-top: 1rem;
        margin-bottom: 1rem
    }
}

@media (min-width: 64rem) {
    .st-content-inner .knowledge__features .divider {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }
}

.st-content-inner .knowledge__features p {
    font-size: 0.85rem;
    font-weight: 400;
    color: #9eb6cf
}

.st-content-inner .knowledge__features .knowledge__features__panel {
    padding: 1.5rem;
    background: none;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE1MjQzZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0) 8px, rgba(21, 36, 63, 0.9) 8px);
    background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0) 8px, rgba(21, 36, 63, 0.9) 8px);
    background-image: linear-gradient(315deg, rgba(0, 0, 0, 0) 8px, rgba(21, 36, 63, 0.9) 8px);
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.st-content-inner .knowledge__features .knowledge__features__panel h3,
.st-content-inner .knowledge__features .knowledge__features__panel p,
.st-content-inner .knowledge__features .knowledge__features__panel .divider {
    margin-left: 0;
    text-align: center
}

.st-content-inner .knowledge__features .knowledge__features__panel h3 {
    color: #fff;
    line-height: 1.3
}

.st-content-inner .knowledge__features .knowledge__features__panel img {
    width: 90px;
    height: 90px;
    margin: 2rem auto
}

.st-content-inner .knowledge__features .knowledge__features__panel p {
    color: #b9c1c5;
    font-size: 1rem;
    font-weight: 400
}

.st-content-inner .focus-title {
    padding: 2rem 0;
    text-align: center;
    background: #1b233b
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
    .st-content-inner .focus-title {
        padding: 3.2rem 0
    }
}

@media only screen and (min-width: 64.063em) {
    .st-content-inner .focus-title {
        padding: 4rem 0;
        text-align: left
    }
}

.st-content-inner .focus-title h1 {
    color: #fff
}

.st-content-inner .focus-title .subheader {
    color: #a9c5df
}

.st-content-inner .focus-title p {
    color: #8a919c
}

.st-content-inner .focus-title a {
    color: #fff
}

@media (min-width: 64.043em) {
    .st-content-inner .focus-title .button {
        margin: 3rem 0 0
    }
    .st-content-inner .focus-title.select-tabs .button {
        margin: 3rem 0
    }
}

.st-content-inner section.light {
    background-color: #cad0db;
    background: url(assets/img/bg-pattern-6.png)
}

.st-content-inner section.light .fa-check-square {
    color: #0a8a29
}

.st-content-inner section.dark {
    background: #1b233b
}

.st-content-inner section.dark .fa-check-square {
    color: #14ce94
}

.st-content-inner section.dark .fa-times-circle {
    color: #ec4848
}

.st-content-inner .intro {
    padding: 2rem 0;
    background: #fff
}

.st-content-inner .text-page .subheader {
    margin-bottom: 3rem
}

.st-content-inner .text-page h3 {
    margin: 3rem 0 1.5rem
}

.st-content-inner .text-page h4 {
    margin: 2.5rem 0 1.25rem
}

.st-content-inner .text-page h5 {
    margin: 2rem 0 1rem
}

.st-content-inner .text-page ul:not(.custom-bullets) li {
    list-style: none !important;
    margin-bottom: 0.5rem
}

.st-content-inner .text-page ul:not(.large-single) li:first-of-type h3,
.st-content-inner .text-page ul:not(.large-single) li:first-of-type h4,
.st-content-inner .text-page ul:not(.large-single) li:first-of-type h5 {
    margin-top: 0
}

@media (min-width: 48em) {
    .st-content-inner .text-page ul:not(.large-single) li h3:first-of-type,
    .st-content-inner .text-page ul:not(.large-single) li h4:first-of-type,
    .st-content-inner .text-page ul:not(.large-single) li h5:first-of-type {
        margin-top: 0
    }
}

.st-content-inner .text-page h3,
.st-content-inner .text-page h4,
.st-content-inner .text-page h5,
.st-content-inner .text-page strong {
    font-weight: 500
}

.st-content-inner .text-page p,
.st-content-inner .text-page li {
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.6;
    color: #444
}

.st-content-inner .text-page p strong,
.st-content-inner .text-page li strong {
    font-weight: 400
}

.st-content-inner .text-page.dark h2,
.st-content-inner .text-page.dark h3,
.st-content-inner .text-page.dark h4,
.st-content-inner .text-page.dark h5 {
    color: #fff
}

.st-content-inner .text-page.dark p,
.st-content-inner .text-page.dark li {
    font-weight: 300;
    color: #c8d5e0
}

.st-content-inner .text-page.light .subheader {
    color: #1b233b
}

.st-content-inner .text-page.light h2 {
    color: #193655
}

.st-content-inner .text-page.light h3,
.st-content-inner .text-page.light h4,
.st-content-inner .text-page.light h5 {
    color: #2b527c
}

.st-content-inner .text-page.light h2,
.st-content-inner .text-page.light h3 {
    font-weight: 400
}

.st-content-inner .text-page.light p,
.st-content-inner .text-page.light li {
    color: #142d49;
    font-weight: 400
}

.st-content-inner .text-page.light strong {
    font-weight: 500
}

.st-content-inner .text-page .fa-check-square {
    margin-right: 3px
}

.st-content-inner .section-container {
    margin: 4rem 0 0
}

.st-content-inner .section-container p.title {
    width: 20%;
    font-size: 1.75rem;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    text-align: center;
    border: none;
    transition: none
}

.st-content-inner .section-container p.title:hover,
.st-content-inner .section-container p.title a,
.st-content-inner .section-container p.title a:hover {
    margin-top: -1px;
    transition: none;
    text-decoration: none
}

.st-content-inner .section-container section.active>p.title {
    font-weight: 500;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWIyMzNiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -moz-linear-gradient(315deg, #1b233b 12px, #ffffff 12px);
    background-image: -webkit-linear-gradient(315deg, #1b233b 12px, #ffffff 12px);
    background-image: linear-gradient(135deg, #1b233b 12px, #ffffff 12px)
}

.st-content-inner .section-container section.active>p.title a {
    color: #1b233b
}

.st-content-inner .section-container section.active>p.title:hover,
.st-content-inner .section-container section.active>p.title a,
.st-content-inner .section-container section.active>p.title a:hover {
    cursor: default;
    margin-top: 0;
    text-decoration: none
}

.st-content-inner .section-container:not(.active)>.title {
    background: none;
    border: none
}

.st-content-inner .section-container:not(.active)>.title a {
    color: #fff;
    color: #a9c5df
}

.st-content-inner .section-container:not(.active)>.title:hover {
    background: #1e2742
}

.st-content-inner .section-container section.active>.content {
    padding: 3rem 3rem 2rem;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWIyMzNiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -moz-linear-gradient(135deg, #1b233b 12px, #ffffff 12px);
    background-image: -webkit-linear-gradient(135deg, #1b233b 12px, #ffffff 12px);
    background-image: linear-gradient(315deg, #1b233b 12px, #ffffff 12px);
    border: none
}

.st-content-inner .section-container section.active>.content p,
.st-content-inner .section-container section.active>.content li {
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.7;
    font-family: effra, sans-serif;
    color: #444
}

.st-content-inner .section-container section.active>.content li {
    list-style: square inside;
    margin-top: 0.5rem
}

.st-content-inner .section-container section.active>.content li:first-of-type {
    margin-top: 2rem
}

.st-content-inner .section-container section.active>.content li:last-of-type {
    margin-bottom: 1.25rem
}

.st-content-inner .pricing__pricingswitcher dt {
    float: none;
    display: block;
    margin: 0 0 3rem 0;
    font-size: 2.75rem;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -1px;
    color: #1b233b
}

.st-content-inner .pricing__pricingswitcher dd {
    display: block;
    float: left;
    vertical-align: top;
    margin: 0 2.25rem 0.5rem 0;
    font-size: 1.65rem;
    line-height: 1;
    text-align: center
}

.st-content-inner .pricing__pricingswitcher dd:last-of-type {
    margin-right: 0
}

.st-content-inner .pricing__pricingswitcher dd a {
    padding: 0.25rem 1rem 0.4rem 0.75rem;
    font-size: 1.65rem;
    font-weight: 400;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    line-height: 1;
    color: #1b233b;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.st-content-inner .pricing__pricingswitcher dd a input {
    position: relative;
    top: -3px;
    margin-right: 3px
}

.st-content-inner .pricing__pricingswitcher dd a:hover {
    padding: 0.25rem 1rem 0.3rem 0.75rem;
    background: #6aca59;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.st-content-inner .pricing__pricingswitcher dd small {
    display: block;
    margin-left: 2.25rem;
    margin-top: -0.5rem;
    font-size: 1.1rem;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    text-transform: uppercase;
    text-align: left
}

.st-content-inner .pricing__pricingswitcher dd.active a {
    padding: 0.25rem 1rem 0.3rem 0.75rem;
    font-weight: 400;
    text-decoration: none;
    color: #1b233b;
    background: #6aca59;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.st-content-inner .pricing__pricingswitcher dd.active a:hover {
    color: #1b233b
}

@media (max-width: 767px) {
    .st-content-inner .pricing__pricingswitcher dd {
        width: 100%;
        text-align: left
    }
    .st-content-inner .pricing__pricingswitcher dd small {
        display: inline-block;
        margin: 0 0 0 0.25rem
    }
}

@media (min-width: 48em) {
    .st-content-inner .pricing__pricingswitcher dd {
        margin-bottom: 0
    }
}

.st-content-inner .pricing {
    background-color: #cad0db;
    background: url(assets/img/bg-pattern-6.png)
}

.st-content-inner .pricing .lead {
    margin-top: 4rem;
    text-align: center;
    color: #1b233b
}

.st-content-inner .pricing .lead strong {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    font-weight: 400;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    color: #0b0e18
}

.st-content-inner .pricing .lead strong i {
    display: inline-block;
    margin-right: 5px
}

.st-content-inner .hosting-showformobile {
    display: block
}

.st-content-inner .hosting-hideformobile {
    display: none
}

@media (min-width: 60em) {
    .st-content-inner .hosting-showformobile {
        display: none
    }
    .st-content-inner .hosting-hideformobile {
        display: block
    }
}

.st-content-inner .pricing__mobile-table .pricing-table {
    max-width: 400px;
    margin: 0 auto;
    border: none;
    -moz-box-shadow: inset 0px 0px 3px 1px rgba(255, 255, 255, 0.11);
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(255, 255, 255, 0.11);
    box-shadow: inset 0px 0px 3px 1px rgba(255, 255, 255, 0.11)
}

.st-content-inner .pricing__mobile-table .pricing-table .bullet-item {
    padding: 1.5rem 0 1.35rem;
    padding: 2em;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1;
    font-family: 'brandon-grotesque', sans-serif;
    color: #fff;
    background-color: #393f56;
    border-bottom: 1px solid #2f3447
}

.st-content-inner .pricing__mobile-table .pricing-table .title {
    padding: 2rem 0 !important;
    font-size: 1.25rem;
    font-weight: 400;
    font-family: 'brandon-grotesque', sans-serif;
    color: #bbcbdb;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2MmIzYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJkMzM0NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #262b3c), color-stop(100%, #2d3344));
    background: -moz-linear-gradient(bottom, #262b3c, #2d3344);
    background: -webkit-linear-gradient(bottom, #262b3c, #2d3344);
    background: linear-gradient(to top, #262b3c, #2d3344);
    background: -ms-linear-gradient(bottom, #262b3c, #2d3344);
    border-left: 1px solid #363d55;
    border-right: 1px solid #343b52;
    border-bottom: 1px solid #283550
}

.st-content-inner .pricing__mobile-table .pricing-table .title:first-of-type {
    border-left: none
}

.st-content-inner .pricing__mobile-table .pricing-table .title:last-of-type {
    border-right: none
}

.st-content-inner .pricing__mobile-table .pricing-table .price {
    padding-bottom: 15px;
    color: #fff;
    background: #2d3344 !important;
    border-bottom: 1px solid #272c3b
}

.st-content-inner .pricing__mobile-table .pricing-table .price .button {
    display: block;
    margin-top: 15px
}

.st-content-inner .pricing__table {
    background: #393f56;
    border: none
}

.st-content-inner .pricing__table .show_hide_full_specs {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 17px;
    color: #00ffaf;
    -moz-box-shadow: inset 0px 0px 1px 1px #00ffaf;
    -webkit-box-shadow: inset 0px 0px 1px 1px #00ffaf;
    box-shadow: inset 0px 0px 1px 1px #00ffaf;
    background: transparent
}

.st-content-inner .pricing__table thead,
.st-content-inner .pricing__table tbody,
.st-content-inner .pricing__table tr,
.st-content-inner .pricing__table td {
    background: none !important;
    border: none
}

.st-content-inner .pricing__table thead th,
.st-content-inner .pricing__table tbody td {
    *zoom: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.st-content-inner .pricing__table thead th:before,
.st-content-inner .pricing__table thead th:after,
.st-content-inner .pricing__table tbody td:before,
.st-content-inner .pricing__table tbody td:after {
    content: " ";
    display: table
}

.st-content-inner .pricing__table thead th:after,
.st-content-inner .pricing__table tbody td:after {
    clear: both
}

.st-content-inner .pricing__table.pricing__table--three thead th,
.st-content-inner .pricing__table.pricing__table--three tbody td {
    width: 33%
}

.st-content-inner .pricing__table.pricing__table--four thead th,
.st-content-inner .pricing__table.pricing__table--four tbody td {
    width: 25%
}

.st-content-inner .pricing__table.pricing__table--five thead th,
.st-content-inner .pricing__table.pricing__table--five tbody td {
    width: 20%
}

.st-content-inner .pricing__table th,
.st-content-inner .pricing__table td {
    text-align: center
}

.st-content-inner .pricing__table th.caption,
.st-content-inner .pricing__table td.caption {
    text-align: right
}

.st-content-inner .pricing__table th {
    padding: 2rem 0;
    font-size: 1.25rem;
    font-weight: 400;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    color: #bbcbdb;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2MmIzYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJkMzM0NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #262b3c), color-stop(100%, #2d3344));
    background: -moz-linear-gradient(bottom, #262b3c, #2d3344);
    background: -webkit-linear-gradient(bottom, #262b3c, #2d3344);
    background: linear-gradient(to top, #262b3c, #2d3344);
    border-left: 1px solid #363d55;
    border-right: 1px solid #343b52;
    border-bottom: 1px solid #283550
}

.st-content-inner .pricing__table th:first-of-type {
    border-left: none
}

.st-content-inner .pricing__table th:last-of-type {
    border-right: none
}

.st-content-inner .pricing__table thead tr:nth-of-type(2) th {
    padding: 1.25rem 0;
    background: #222736;
    border: none;
    border-bottom: 1px solid #181b26
}

.st-content-inner .pricing__table thead tr:nth-of-type(2) .caption {
    border-top: none
}

.st-content-inner .pricing__table tbody tr:first-of-type td {
    padding-top: 1.33333rem
}

.st-content-inner .pricing__table tbody tr:last-of-type td {
    padding-bottom: 1.33333rem
}

.st-content-inner .pricing__table td {
    padding: 1.5rem 0 1.35rem;
    font-size: 1.2rem;
    line-height: 1;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    color: #fff;
    border-left: 1px solid #31364a;
    border-bottom: 1px solid #2f3447
}

.st-content-inner .pricing__table td:nth-of-type(2) {
    border-left: 1px solid #252a38
}

.st-content-inner .pricing__table td.caption {
    padding-right: 1.25rem;
    font-size: 1.1rem;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    color: #dee2eb;
    background: #2d3344 !important;
    border-left: none;
    border-bottom: 1px solid #272c3b
}

.st-content-inner .pricing__table .caption--note {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.8;
    color: #bbcbdb
}

.st-content-inner .pricing__table .caption--note i {
    position: relative;
    top: -2px;
    margin-right: 0.5rem
}

.st-content-inner .pricing__table .caption--note strong {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    color: #fff
}

.st-content-inner .pricing__table h2,
.st-content-inner .pricing__table h3,
.st-content-inner .pricing__table h4 {
    color: #d3dcec
}

.st-content-inner .pricing__table .pricing__table__price {
    margin: 2rem 0
}

.st-content-inner .pricing__table .pricing__table__price .PriceSelect_Value {
    font-size: 2rem;
    font-weight: 500;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    color: #fff
}

.st-content-inner .pricing__table .pricing__table__price .PriceSelect_Value small {
    display: block;
    width: 70%;
    margin: 1rem auto 1.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 300;
    color: #d3dcec;
    border: 2px dashed #404865;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.st-content-inner .pricing__table .pricing__table__price .PriceSelect_Value small.pricing__table__total {
    display: block;
    width: 100%;
    margin-top: 1.5rem;
    padding: 0;
    font-size: 1.1rem;
    color: #fff;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.st-content-inner .pricing__table .pricing__table__period {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    font-weight: 300;
    font-family: effra, sans-serif;
    color: #d3dcec
}

.st-content-inner .pricing__table .section-header {
    padding: 2rem 0 1.75rem;
    font-size: 1.5rem;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif
}

.st-content-inner .pricing__table .fa-check-square {
    color: #14ce94 !important
}

.st-content-inner .pricing__table .fa-times-circle {
    color: #ec4848 !important
}

.st-content-inner .pricing__table .js-highlighter {
    color: #d4dae5;
    border-bottom: 1px dotted #a9c5df
}

.st-content-inner .pricing__table .js-highlighter:hover {
    text-decoration: none;
    color: #fff;
    border-bottom-color: #fff
}

.st-content-inner .pricing__table td .button {
    font-size: 0.875rem
}

.st-content-inner .pricing__features {
    background: #1b233b;
    background: url(assets/img/bg-pattern-4.png)
}

.st-content-inner .pricing__features h1 {
    margin-bottom: 2rem;
    color: #fff
}

.st-content-inner .pricing__features h2 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
    color: #fff
}

.st-content-inner .pricing__features .subheader {
    margin-bottom: 4rem;
    font-size: 2rem;
    font-family: effra, sans-serif;
    line-height: 1.4;
    color: #a9c5df
}

.st-content-inner .pricing__features .section-container {
    margin: 4rem 0 0
}

.st-content-inner .pricing__features .section-container p.title {
    width: 20%;
    font-size: 1.75rem;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    text-align: center;
    border: none;
    transition: none
}

.st-content-inner .pricing__features .section-container p.title:hover,
.st-content-inner .pricing__features .section-container p.title a,
.st-content-inner .pricing__features .section-container p.title a:hover {
    margin-top: -1px;
    transition: none
}

.st-content-inner .pricing__features .section-container section.active>p.title {
    font-weight: 500;
    background: #1b233b;
    background: -moz-linear-gradient(-45deg, #1b233b 5%, #fff 5%, #fff 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(5%, #1b233b), color-stop(5%, #fff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(-45deg, #1b233b 5%, #fff 5%, #fff 100%);
    background: -o-linear-gradient(-45deg, #1b233b 5%, #fff 5%, #fff 100%);
    background: -ms-linear-gradient(-45deg, #1b233b 5%, #fff 5%, #fff 100%);
    background: linear-gradient(135deg, #1b233b 5%, #ffffff 5%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1b233b', endColorstr='#ffffff', GradientType=1)
}

.st-content-inner .pricing__features .section-container section.active>p.title a {
    color: #1b233b
}

.st-content-inner .pricing__features .section-container section.active>p.title:hover,
.st-content-inner .pricing__features .section-container section.active>p.title a,
.st-content-inner .pricing__features .section-container section.active>p.title a:hover {
    cursor: default;
    margin-top: 0;
    text-decoration: none
}

.st-content-inner .pricing__features .section-container:not(.active)>.title {
    background: none;
    border: none
}

.st-content-inner .pricing__features .section-container:not(.active)>.title a {
    color: #fff;
    color: #a9c5df
}

.st-content-inner .pricing__features .section-container:not(.active)>.title:hover {
    background: #1e2742
}

.st-content-inner .pricing__features section.active>.content {
    padding: 3rem 3rem 2rem;
    background: #ffffff;
    background: -moz-linear-gradient(-45deg, #fff 99%, #1b233b 99%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(99%, #fff), color-stop(99%, #1b233b));
    background: -webkit-linear-gradient(-45deg, #fff 99%, #1b233b 99%);
    background: -o-linear-gradient(-45deg, #fff 99%, #1b233b 99%);
    background: -ms-linear-gradient(-45deg, #fff 99%, #1b233b 99%);
    background: linear-gradient(135deg, #ffffff 99%, #1b233b 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1b233b', GradientType=1);
    border: none
}

.st-content-inner .pricing__features section.active>.content p,
.st-content-inner .pricing__features section.active>.content li {
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.7;
    font-family: effra, sans-serif;
    color: #444
}

.st-content-inner .pricing__features section.active>.content li {
    list-style: square inside;
    margin-top: 0.5rem
}

.st-content-inner .pricing__features section.active>.content li:first-of-type {
    margin-top: 2rem
}

.st-content-inner .pricing__features section.active>.content li:last-of-type {
    margin-bottom: 1.25rem
}

.st-content-inner .pricing__features .panel {
    padding: 2rem;
    background: none;
    border: 2px solid #a9c5df
}

.st-content-inner .pricing__features .panel h3,
.st-content-inner .pricing__features .panel p {
    color: #fff
}

.st-content-inner .pricing__features .panel h3 {
    margin-bottom: 2rem
}

.st-content-inner .pricing__features--ssl .section-container p.title {
    width: 33.33%
}

.st-content-inner .pricing__features--ssl .section-container>section:last-of-type p.title {
    width: 33.5%
}

@media (min-width: 80rem) {
    .st-content-inner .pricing__features--last {
        padding-top: 0
    }
}

.st-content-inner .focus-title--about {
    overflow: hidden;
    position: relative;
    padding: 4rem 0 14rem;
    background-color: #1b233b;
    background: url(assets/img/fire.svg) center 40% no-repeat, #1b233b
}

@media (min-width: 48em) {
    .st-content-inner .focus-title--about {
        background: url(assets/img/fire.svg) center 40% no-repeat, #1b233b
    }
}

.st-content-inner .focus-title--about h1 {
    position: relative;
    z-index: 1
}

.st-content-inner .focus-title--about__cloud {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: block
}

.st-content-inner .focus-title--about__cloud-big-left {
    left: 0;
    top: 50px;
    z-index: 70;
    width: 270px;
    height: 50px;
    background: url(assets/img/cloud-1.svg) no-repeat;
    -webkit-animation: cloudbigleft 22s linear infinite;
    -moz-animation: cloudbigleft 22s linear infinite;
    -o-animation: cloudbigleft 22s linear infinite;
    animation: cloudbigleft 22s linear infinite
}

.st-content-inner .focus-title--about__cloud-big-right {
    left: 0;
    top: 115px;
    z-index: 60;
    width: 270px;
    height: 50px;
    background: url(assets/img/cloud-2.svg) no-repeat;
    -webkit-animation: cloudbigright 22s linear infinite;
    -moz-animation: cloudbigright 22s linear infinite;
    -o-animation: cloudbigright 22s linear infinite;
    animation: cloudbigright 22s linear infinite
}

.st-content-inner .focus-title--about__cloud-small-left {
    left: 0;
    top: 160px;
    z-index: 60;
    width: 120px;
    height: 40px;
    background: url(assets/img/cloud-3.svg) no-repeat;
    -webkit-animation: cloudsmallleft 28s linear infinite;
    -moz-animation: cloudsmallleft 28s linear infinite;
    -o-animation: cloudsmallleft 28s linear infinite;
    animation: cloudsmallleft 28s linear infinite
}

.st-content-inner .focus-title--about__cloud-small-right {
    left: 0;
    top: 185px;
    z-index: 60;
    width: 120px;
    height: 40px;
    background: url(assets/img/cloud-3.svg) no-repeat;
    -webkit-animation: cloudsmallright 28s linear infinite;
    -moz-animation: cloudsmallright 28s linear infinite;
    -o-animation: cloudsmallright 28s linear infinite;
    animation: cloudsmallright 28s linear infinite
}

.st-content-inner .about--story h2 {
    margin-bottom: 2.66667rem
}

@media (min-width: 64.043em) {
    .st-content-inner .about--story h2 {
        margin-bottom: 4rem
    }
}

.st-content-inner .about--story p {
    font-size: 1.3rem;
    line-height: 1.8
}

.st-content-inner .about--story--why {
    background-color: #f6faec;
    background: url(assets/img/PanthurIcon.png) center center no-repeat, #f6faec;
    padding-bottom: 55px;
    padding-top: 55px
}

.st-content-inner .about--story--why h2 {
    color: #1b233b;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 45px
}

.st-content-inner .about--story--why p {
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.6;
    color: #1b233b;
    margin-bottom: 25px
}

.st-content-inner .about_quotation_section {
    background: url(assets/img/bg_QuoteSection.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0px
}

.st-content-inner .about_quotation_section .img_quote_holder img {
    position: relative;
    top: -58px;
    margin-bottom: -58px
}

.st-content-inner .about_quotation_section .triangle_top {
    display: inline-block;
    width: 25px;
    border-top: 13px solid #f6faec;
    border-bottom: 13px solid transparent;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent
}

.st-content-inner .about_quotation_section .quote_slider {
    margin-bottom: 35px
}

.st-content-inner .about_quotation_section .quote_slider span {
    color: #fff;
    opacity: 0.5;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px
}

.st-content-inner .about_quotation_section .quote_slider span i {
    color: #fff;
    opacity: 0.5;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    font-style: italic
}

.st-content-inner .about_quotation_section .quote_slider p {
    color: #fff;
    text-transform: uppercase;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: bold;
    font-size: 30px
}

.st-content-inner .about_quotation_section .quote_slider .slick-dots li>a:before {
    color: white !important
}

.st-content-inner .about--story--mission {
    padding: 0px;
    background: #f6faec
}

.st-content-inner .about--story--mission .large-6 {
    background: #f6faec
}

.st-content-inner .about--story--mission h1 {
    margin-top: 59px;
    margin-bottom: 39px;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: 300;
    color: #1b233b
}

.st-content-inner .about--story--mission p {
    font-size: 16px;
    color: #152242;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 25px
}

.st-content-inner .about--story--mission a {
    margin-top: 35px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: 500;
    color: #f6faec;
    background: #349b4c;
    padding-top: 25px;
    padding-bottom: 25px;
    text-transform: uppercase;
    text-align: center
}

.st-content-inner .about--story--mission a:hover {
    text-decoration: none
}

.st-content-inner .about--story--experience {
    overflow: hidden;
    clear: both;
    position: relative;
    padding-top: 16rem;
    background-color: #1b233b;
    background: url(assets/img/wires.svg) center -20% no-repeat, #1b233b !important
}

.st-content-inner .about--customers {
    background-color: #cad0db;
    background: url(assets/img/quote-big.png) left top no-repeat, url(assets/img/bg-pattern-6.png), #cad0db !important
}

.st-content-inner .about--customers__testimonials {
    margin-top: 2rem
}

.st-content-inner .about--customers__testimonials blockquote {
    padding-right: 2rem
}

.st-content-inner .about--customers__testimonials blockquote p {
    font-size: 1rem;
    line-height: 1.7
}

.st-content-inner .about--customers__testimonials blockquote cite {
    display: block;
    margin-top: 1.33333rem;
    font-size: 1.25rem;
    font-weight: 500;
    font-style: normal;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    color: #1b233b
}

.st-content-inner .pricing--wholesale .panel {
    padding: 2rem;
    background: #1b233b
}

.st-content-inner .pricing--wholesale .panel h2 {
    color: #a9c5df
}

.st-content-inner .pricing--wholesale .panel h3,
.st-content-inner .pricing--wholesale .panel h4,
.st-content-inner .pricing--wholesale .panel h5 {
    color: #fff
}

.st-content-inner .pricing--wholesale .panel h3 {
    margin-bottom: 2rem
}

.st-content-inner .pricing--wholesale .panel h5 {
    margin: 3rem 0 1rem
}

.st-content-inner .pricing--wholesale .panel p,
.st-content-inner .pricing--wholesale .panel li {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #cfd3db
}

.st-content-inner .pricing--wholesale .panel li {
    list-style: square inside;
    margin-bottom: 0.5rem;
    font-size: 1rem
}

.st-content-inner .pricing--wholesale a:hover {
    text-decoration: none
}

.st-content-inner .addons--builder__steps {
    margin: 2rem 0 3rem
}

.st-content-inner .addons--builder__table {
    margin-top: 3rem;
    margin-bottom: 4rem;
    border: none
}

.st-content-inner .addons--builder__table:last-of-type {
    margin-bottom: 0
}

.st-content-inner .addons--builder__table thead th,
.st-content-inner .addons--builder__table tbody td {
    *zoom: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.st-content-inner .addons--builder__table thead th:before,
.st-content-inner .addons--builder__table thead th:after,
.st-content-inner .addons--builder__table tbody td:before,
.st-content-inner .addons--builder__table tbody td:after {
    content: " ";
    display: table
}

.st-content-inner .addons--builder__table thead th:after,
.st-content-inner .addons--builder__table tbody td:after {
    clear: both
}

.st-content-inner .addons--builder__table tr {
    overflow: auto
}

.st-content-inner .addons--builder__table td {
    width: 10%;
    padding: 1.75rem 0.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    text-align: center;
    vertical-align: top
}

@media (min-width: 48em) {
    .st-content-inner .addons--builder__table td {
        padding: 1.75rem 1rem
    }
}

.st-content-inner .addons--builder__table td.caption {
    width: 90%;
    padding-left: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    font-family: effra, sans-serif;
    text-align: left;
    color: #444
}

.st-content-inner .addons--builder__table td.caption strong {
    display: block;
    margin-bottom: 0.75rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    color: #222
}

.st-content-inner .addons--builder__table td i.fa-check-square {
    font-size: 1.5rem;
    color: #158d22
}

.st-content-inner .contact sup {
    top: 0;
    display: inline-block;
    color: white;
    position: relative;
    font-size: 1rem;
    font-weight: bold;
    padding: 5px 5px;
    line-height: 1;
    background: #ff3328;
    border-radius: 2px;
    margin-right: -34px
}

@media (min-width: 48em) {
    .st-content-inner .contact sup {
        top: -0.1em
    }
}

.st-content-inner .contact--methods__mainpush {
    padding-top: 3rem
}

.st-content-inner .contact--methods__mainpush__panel {
    background: transparent;
    margin-bottom: 1rem;
    padding: 2rem 1.33333rem;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.st-content-inner .contact--methods__mainpush__panel i {
    margin: 2rem 0;
    color: #2b527c
}

.st-content-inner .contact--methods__mainpush__panel h3 {
    margin-bottom: 1rem;
    font-weight: 500 !important;
    font-family: "Effra", Calibri, Arial, sans-serif
}

.st-content-inner .contact--methods__mainpush__panel p {
    font-size: 1rem;
    line-height: 1.5;
    min-height: 73px
}

.st-content-inner .contact--methods__mainpush__panel .button {
    margin-top: 1.5rem;
    font-size: 0.9rem;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 18px 31px
}

.st-content-inner .contact--methods__mainpush__panel .button:hover {
    color: #444;
    -moz-box-shadow: inset 0px 0px 0px 2px #6aca59;
    -webkit-box-shadow: inset 0px 0px 0px 2px #6aca59;
    box-shadow: inset 0px 0px 0px 2px #6aca59
}

.st-content-inner .contact--methods {
    padding: 0;
    background-image: url("assets/img/bg-pattern-6.png")
}

.st-content-inner .contact--sales {
    text-align: center;
    padding-top: 4.4rem;
    padding-bottom: 1.15rem
}

@media (min-width: 40.043em) {
    .st-content-inner .contact--sales {
        text-align: left
    }
}

.st-content-inner .contact--sales div.row {
    padding-left: 4%
}

.st-content-inner .contact--sales h2 {
    font-size: 3rem;
    margin-bottom: 0.8rem;
    font-family: "Effra", Calibri, Arial, sans-serif
}

.st-content-inner .contact--sales p {
    display: inline;
    margin-bottom: 0
}

.st-content-inner .contact--sales sup {
    top: -1rem
}

.st-content-inner .contact--sales strong {
    display: block;
    margin-top: .5rem;
    font-size: 125%;
    color: #fff;
    font-family: "proxima-nova", sans-serif
}

@media (max-width: 40em) {
    .st-content-inner .contact--sales li {
        float: none !important;
        display: block;
        margin-bottom: 1.5rem !important
    }
}

@media (min-width: 48em) {
    .st-content-inner .contact--sales li {
        margin: 0
    }
}

.st-content-inner .contact--messaging {
    background: #dadada;
    text-align: center;
    padding-top: 4.1rem
}

@media (min-width: 48em) {
    .st-content-inner .contact--messaging {
        text-align: left
    }
}

.st-content-inner .contact--messaging h2 {
    font-weight: normal;
    color: #1b233b;
    font-family: "Effra", Calibri, Arial, sans-serif
}

.st-content-inner .contact--messaging h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Effra", Calibri, Arial, sans-serif
}

.st-content-inner .contact--messaging p {
    margin-bottom: 0;
    font-size: 1rem;
    margin-bottom: 1rem
}

.st-content-inner .contact--messaging p small {
    display: inline-block;
    font-size: 85%;
    color: #000
}

@media (max-width: 480px) {
    .st-content-inner .contact--messaging p a {
        display: block
    }
}

.st-content-inner .contact--messaging address {
    margin-top: 1rem;
    line-height: 1.5;
    font-style: normal
}

@media (max-width: 767px) {
    .st-content-inner .contact--messaging address {
        margin-bottom: 2rem;
        padding-bottom: 2rem;
        border-bottom: 1px solid #e4ddd2
    }
}

@media (min-width: 48.043em) {
    .st-content-inner .contact--messaging address {
        margin-bottom: 0
    }
}

.st-content-inner .contact--messaging__form {
    margin-top: 1rem;
    margin-bottom: 0
}

.st-content-inner .contact--messaging__form label {
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 0.6rem
}

.st-content-inner .contact--messaging__form label:first-of-type {
    margin-top: 2rem
}

.st-content-inner .contact--messaging__form input {
    height: 3.7rem;
    font-size: 2rem;
    margin-bottom: 0;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.st-content-inner .contact--messaging__form textarea {
    font-size: 2rem;
    height: 15rem;
    margin-bottom: .5rem;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.st-content-inner .contact--messaging__form a {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 1.5rem;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.st-content-inner .contact--messaging__form a:hover {
    color: #444
}

.st-content-inner .domains--lookup {
    padding-top: 0;
    background: url(assets/img/OrderBG.png) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
    background-color: #1B233B !important
}

.st-content-inner .domains--lookup__bulk-switch {
    *zoom: 1;
    margin: 0
}

.st-content-inner .domains--lookup__bulk-switch:before,
.st-content-inner .domains--lookup__bulk-switch:after {
    content: " ";
    display: table
}

.st-content-inner .domains--lookup__bulk-switch:after {
    clear: both
}

.st-content-inner .domains--lookup__bulk-switch p {
    margin-top: 0.15rem;
    margin-right: 0.5rem;
    font-weight: 400 !important
}

.st-content-inner .domains--lookup__bulk-switch .switch {
    margin: 0
}

.st-content-inner .domains--lookup__tips {
    position: relative;
    top: 0.75rem;
    text-align: center;
    color: #d4dae5;
    border-bottom: 1px dotted #a9c5df
}

.st-content-inner .domains--lookup__tips:hover {
    color: #fff;
    text-decoration: none
}

@media (min-width: 40.043em) {
    .st-content-inner .domains--lookup__tips {
        text-align: left
    }
}

.st-content-inner .domains--lookup__panel {
    *zoom: 1;
    margin: 2rem 0 0;
    padding: 1.33333rem;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #3F972B
}

.st-content-inner .domains--lookup__panel:before,
.st-content-inner .domains--lookup__panel:after {
    content: " ";
    display: table
}

.st-content-inner .domains--lookup__panel:after {
    clear: both
}

@media (min-width: 48em) {
    .st-content-inner .domains--lookup__panel {
        padding: 2rem
    }
}

.st-content-inner .domains--lookup__panel form.custom {
    margin: 0
}

.st-content-inner .domains--lookup__panel form.custom .custom.dropdown {
    margin: 0 !important;
    padding: 0;
    height: 2.75rem
}

.st-content-inner .domains--lookup__panel form.custom .custom.dropdown ul {
    overflow-y: auto;
    max-height: 200px;
    position: relative;
    top: -2px
}

.st-content-inner .domains--lookup__panel form.custom .custom.dropdown ul li {
    list-style: none !important;
    font-weight: 400;
    color: #444
}

.st-content-inner .domains--lookup__panel form.custom .custom.dropdown a.selector {
    cursor: default;
    position: absolute;
    width: 2.5em;
    height: 2.75rem;
    display: block;
    right: 0;
    top: 0
}

.st-content-inner .domains--lookup__panel form.custom .custom.dropdown a.current {
    margin: -1px 2rem 0 -1px;
    padding: 0.35rem 38px 0.3rem 6px;
    line-height: 2.25em;
    font-size: 20px;
    color: #1a1a1a;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: normal
}

.st-content-inner .domains--lookup__panel p {
    margin-top: 2rem;
    color: #444 !important
}

.st-content-inner .domains--lookup__panel .button {
    margin: 2rem 0 0;
    padding: 0.95rem 0 0.8rem;
    border: none;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.st-content-inner .domains--lookup__panel .button:hover {
    color: #1b233b;
    -moz-box-shadow: inset 0px 0px 0px 2px #6aca59;
    -webkit-box-shadow: inset 0px 0px 0px 2px #6aca59;
    box-shadow: inset 0px 0px 0px 2px #6aca59
}

@media (min-width: 48em) {
    .st-content-inner .domains--lookup__panel .button {
        margin-top: 0
    }
}

.st-content-inner .domains--lookup__panel__nobulkdomain-content__input {
    height: 2.75rem !important;
    margin: 0 !important
}

.st-content-inner .domains--addons h2 {
    margin-bottom: 4rem
}

.st-content-inner .domains--addons li {
    margin-bottom: 3rem
}

.st-content-inner .domains--pricing .pricing__pricingswitcher dd {
    margin: 0 1rem 0 0;
    line-height: 2
}

.st-content-inner .domains--pricing .pricing__pricingswitcher dd:last-of-type {
    margin-right: 0
}

.st-content-inner .domains--pricing .pricing__pricingswitcher dd a {
    font-size: 1.25rem
}

.st-content-inner .domains--pricing .caption-note {
    margin-top: 4rem
}

.st-content-inner .domains--pricing .caption-note p {
    font-weight: 300;
    font-size: 14px;
    font-family: "Effra", Calibri, Arial, sans-serif !important;
    color: #2b3041
}

.st-content-inner .domains__modal__panel {
    margin-top: 2rem;
    padding: 1.25rem
}

.st-content-inner .domains__modal__panel p,
.st-content-inner .domains__modal__panel li {
    color: #222
}

.st-content-inner .domains__modal__panel__example {
    font-size: 0.9rem !important;
    line-height: 1.6 !important
}

.st-content-inner .domains__modal__panel--id-red {
    background: #ffe7e7;
    border: 1px solid #f3c0c0
}

.st-content-inner .domains__modal__panel--id-red h4 {
    color: #3a0f0f
}

.st-content-inner .domains__modal__panel--id-green {
    background: #cfffc8;
    border: 1px solid #82d888
}

.st-content-inner .domains__modal__panel--id-green h4 {
    color: #0e4c13
}

.st-content-inner .domains--transfer--checklist {
    border-bottom: 1px solid #a9c5df
}

.st-content-inner .domains--transfer--checklist:last-of-type {
    border: none
}

.st-content-inner .domains--transfer--checklist h2 {
    margin-bottom: .8rem
}

.st-content-inner .domains--transfer--checklist ul {
    margin-top: 4rem;
    margin-bottom: 4rem
}

.st-content-inner .domains--transfer--checklist ul:last-of-type {
    margin-bottom: 0
}

@media (min-width: 48em) {
    .st-content-inner .domains--transfer--checklist ul {
        margin-bottom: 8rem
    }
}

.st-content-inner .domains--transfer--checklist li {
    margin-bottom: 2.5rem !important
}

.st-content-inner .domains--transfer--checklist li h4 {
    margin-bottom: 1rem
}

.st-content-inner .domains--transfer--checklist div>p {
    color: #777
}

.st-content-inner .domains table.stackable .csstooltip span {
    display: none !important
}

.st-content-inner .domains table.stackable a.csstooltip {
    color: #2ba6cb
}

.st-content-inner .domains table.stackable .st-head-row.st-head-row-main {
    display: none !important
}

.st-content-inner .domain_search_section {
    padding-bottom: 62px;
    padding-top: 58px
}

.st-content-inner .domain_search_section h1 {
    font-family: "Effra", Calibri, Arial, sans-serif !important;
    font-weight: 300;
    color: #f2f2f2;
    margin-bottom: 14px
}

.st-content-inner .domain_search_section .headline_holder a {
    font-family: "Effra", Calibri, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: bold;
    color: #b3b3b3
}

.st-content-inner .domain_search_section .search_main_div {
    margin-top: 63px
}

.st-content-inner .domain_search_section .search_main_div p {
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #b3b3b3
}

.st-content-inner .domain_search_section .search_main_div p b {
    font-family: "Effra", Calibri, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: bold;
    color: #b3b3b3
}

.st-content-inner .domain_search_section .search_main_div .columns_option ul {
    font-family: "Effra", Calibri, Arial, sans-serif !important;
    margin-left: 52px
}

.st-content-inner .domain_search_section .search_main_div .columns_option ul li a {
    font-weight: 300;
    font-size: 16px;
    color: #b1c5e8;
    border-bottom: 1px dashed #3f6db3
}

.st-content-inner .domain_search_section .search_main_div .domain_input .go_btn {
    color: #fff;
    height: 64px;
    line-height: 64px;
    font-weight: bold;
    font-size: 16px;
    font-family: "Effra", Calibri, Arial, sans-serif !important;
    background-color: #349b4c;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    border: none
}

.st-content-inner .domain_search_section .search_main_div .domain_input .go_btn:hover {
    background-color: transparent;
    color: #349b4c;
    -moz-box-shadow: inset 0px 0px 0px 2px #349b4c;
    -webkit-box-shadow: inset 0px 0px 0px 2px #349b4c;
    box-shadow: inset 0px 0px 0px 2px #349b4c;
    cursor: pointer
}

.st-content-inner .domain_search_section .search_main_div .domain_input .vertical_line {
    float: left;
    width: 1px;
    height: 64px;
    position: relative;
    z-index: 1;
    background-color: #e1e1e1;
    margin-left: -1px
}

.st-content-inner .domain_search_section .search_main_div .domain_input .input_div {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.st-content-inner .domain_search_section .search_main_div .domain_input .input_div>.row:last-child {
    margin-bottom: 0px !important
}

.st-content-inner .domain_search_section .search_main_div .domain_input .input_div div.pre_input {
    height: 64px;
    padding-left: 15px;
    line-height: 64px;
    background: white;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    font-family: "Effra", Calibri, Arial, sans-serif !important;
    color: #1a1a1a;
    padding-right: 10px;
    font-size: 20px
}

.st-content-inner .domain_search_section .search_main_div .domain_input .input_div input {
    height: 64px !important;
    color: #1a1a1a;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 500 !important;
    font-size: 20px;
    font-family: "Effra", Calibri, Arial, sans-serif !important;
    width: 100%;
    padding-left: 0px
}

.st-content-inner .domain_search_section .search_main_div .domain_input .dropbox_div .dropbox_sub_div {
    padding-left: 0
}

.st-content-inner .domain_search_section .search_main_div .domain_input .dropbox_div .dropbox_sub_div .dropdown {
    height: 64px;
    background-image: none;
    border: none;
    margin-bottom: 0px !important;
    background-color: #fff
}

.st-content-inner .domain_search_section .search_main_div .domain_input .dropbox_div .dropbox_sub_div .dropdown a:first-of-type {
    width: 70%;
    font-weight: normal;
    font-size: 24px;
    font-family: effra, sans-serif;
    padding-left: 15px;
    padding-top: 6px
}

.st-content-inner .domain_search_section .search_main_div .domain_input .dropbox_div .dropbox_sub_div .dropdown a:last-of-type {
    height: 40px;
    margin-top: 12px;
    color: #fff
}

@media only screen and (max-width: 480px) {
    .st-content-inner .domain_search_section .search_main_div .domain_input .dropbox_sub_div .hidden-field {
        height: 32px !important;
        margin-left: 0 !important;
        opacity: 0 !important;
        visibility: visible !important;
        z-index: 9999 !important
    }
    .st-content-inner .domain_search_section .search_main_div .domain_input .go_btn {
        -moz-border-radius: 6px !important;
        -webkit-border-radius: 6px;
        border-radius: 6px !important;
        height: 32px !important;
        line-height: 32px !important
    }
    .st-content-inner .domain_search_section .search_main_div .domain_input .sub_container {
        border-right: none !important
    }
    .st-content-inner .domain_search_section .search_main_div .domain_input .input_div {
        border-right: none !important;
        margin-bottom: 15px;
        padding-left: 0
    }
    .st-content-inner .domain_search_section .search_main_div .domain_input .input_div div.pre_input {
        font-size: 16px;
        height: 32px;
        line-height: 32px;
        background: white;
        -moz-border-radius: 6px !important;
        -webkit-border-radius: 6px;
        border-radius: 6px !important;
        font-family: "Effra", Calibri, Arial, sans-serif !important;
        color: #1a1a1a
    }
    .st-content-inner .domain_search_section .search_main_div .domain_input .input_div input {
        height: 32px !important;
        border: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-weight: 300;
        font-size: 16px;
        font-family: effra, sans-serif;
        padding-left: 10px;
        padding-right: 0px;
        margin-bottom: 0
    }
    .st-content-inner .domain_search_section .search_main_div .domain_input .dropbox_div {
        border-top-right-radius: 6px !important;
        border-bottom-right-radius: 6px !important
    }
    .st-content-inner .domain_search_section .search_main_div .domain_input .dropbox_div .dropbox_sub_div {
        overflow: hidden;
        border-top-right-radius: 6px !important;
        border-bottom-right-radius: 6px !important
    }
    .st-content-inner .domain_search_section .search_main_div .domain_input .dropbox_div .dropbox_sub_div .vertical_line {
        height: 27px !important;
        margin-top: 4px !important
    }
    .st-content-inner .domain_search_section .search_main_div .domain_input .dropbox_div .dropbox_sub_div .dropdown {
        height: 32px !important;
        line-height: 32px !important;
        border-top-right-radius: 6px !important;
        border-bottom-right-radius: 6px !important
    }
    .st-content-inner .domain_search_section .search_main_div .domain_input .dropbox_div .dropbox_sub_div .dropdown a.current {
        font-size: 16px !important;
        padding-top: 0px !important;
        line-height: 32px !important
    }
    .st-content-inner .domain_search_section .search_main_div .domain_input .dropbox_div .dropbox_sub_div .dropdown a.selector {
        height: 2.3125em !important;
        margin-top: 0px !important
    }
    .st-content-inner .domain_search_section .search_main_div .domain_input .dropbox_div .dropbox_sub_div .dropdown a:first-of-type {
        padding-left: 0px !important
    }
}

.st-content-inner .tranfer_page_section {
    background: url("assets/img/transfer_bg.png");
    background-color: #EDF0F7;
    background-size: 100%;
    background-repeat: no-repeat
}

.st-content-inner .tranfer_page_section .domains_checklist_holder li {
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 0px !important
}

.st-content-inner .tranfer_page_section .domains_checklist_holder li a {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
    color: #73788c;
    background: #c3c7d1;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px;
    border-radius: 0px !important;
    width: 100%;
    font-family: "proxima-nova", Calibri, Arial, sans-serif !important;
    letter-spacing: .5px;
    font-weight: bold
}

.st-content-inner .tranfer_page_section .domains_checklist_holder li a.active {
    background: #232948;
    color: #fff
}

.st-content-inner .tranfer_page_section .domains_checklist_holder li a.active:hover,
.st-content-inner .tranfer_page_section .domains_checklist_holder li a.active:active,
.st-content-inner .tranfer_page_section .domains_checklist_holder li a.active:focus {
    color: #fff;
    background: #232948;
    box-shadow: none
}

.st-content-inner .tranfer_page_section .domains_checklist_holder li a:hover,
.st-content-inner .tranfer_page_section .domains_checklist_holder li a:active,
.st-content-inner .tranfer_page_section .domains_checklist_holder li a:focus {
    color: #73788c;
    background: #c3c7d1;
    box-shadow: none
}

.st-content-inner .tranfer_page_section .au_info h4,
.st-content-inner .tranfer_page_section .global_info h4 {
    font-family: "proxima-nova", Calibri, Arial, sans-serif !important;
    font-weight: 600;
    color: #1b233b;
    margin-bottom: 11px
}

.st-content-inner .tranfer_page_section .au_info p,
.st-content-inner .tranfer_page_section .global_info p {
    color: #1b233b;
    font-family: "Effra", Calibri, Arial, sans-serif !important;
    font-weight: 300;
    font-size: 16px
}

.st-content-inner .tranfer_page_section .au_info p b,
.st-content-inner .tranfer_page_section .global_info p b {
    color: #1b233b;
    font-family: "Effra", Calibri, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: bold
}

.st-content-inner .tranfer_page_section .au_info p a,
.st-content-inner .tranfer_page_section .global_info p a {
    color: #f62c25;
    font-size: 16px;
    font-family: "Effra", Calibri, Arial, sans-serif !important;
    font-weight: bold;
    background-color: transparent;
    -moz-box-shadow: 0px 0px 0px 2px #f62c25;
    -webkit-box-shadow: 0px 0px 0px 2px #f62c25;
    box-shadow: 0px 0px 0px 2px #f62c25
}

.st-content-inner .tranfer_page_section .au_info p a:hover,
.st-content-inner .tranfer_page_section .au_info p a:focus,
.st-content-inner .tranfer_page_section .au_info p a:active,
.st-content-inner .tranfer_page_section .global_info p a:hover,
.st-content-inner .tranfer_page_section .global_info p a:focus,
.st-content-inner .tranfer_page_section .global_info p a:active {
    color: #EDF0F7;
    background-color: #f62c25
}
div#homepage-web-hosting {
    padding-left: .9375em;
    padding-right: .9375em;
}
@media only screen and (max-width: 480px) {
    .st-content-inner .tranfer_page_section {
        background: none;
        background-color: #EDF0F7
    }
    #domain-box-container {
        padding-left: .9375em;
        padding-right: .9375em;
    }
}

.st-content-inner .row.full-width {
    width: 100%;
    max-width: 100%
}

.st-content-inner .domains_features {
    background: url(assets/img/slider_bg.png);
    background-size: 100% 100%;
    padding-top: 80px;
    padding-bottom: 115px
}

.st-content-inner .domains_features .features_head_text_holder h2 {
    color: #f2f2f2;
    font-weight: 300;
    font-family: "Effra", Calibri, Arial, sans-serif
}

.st-content-inner .domains_features .features_sub_div {
    margin-top: 100px
}

.st-content-inner .domains_features .features_sub_div .slick-track {
    min-height: 260px
}

.st-content-inner .domains_features .features_sub_div .features_container {
    margin-top: 15px
}

.st-content-inner .domains_features .features_sub_div .features_container img {
    height: auto
}

.st-content-inner .domains_features .features_sub_div .features_container .under_img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 12px;
    color: #f2f2f2;
    font-weight: bold;
    font-size: 20px;
    font-family: "Effra", Calibri, Arial, sans-serif
}

.st-content-inner .domains_features .features_sub_div .features_container span {
    color: #e6e6e6;
    line-height: 18px;
    font-weight: 300;
    font-size: 16px;
    font-weight: normal;
    font-family: "Effra", Calibri, Arial, sans-serif
}

.st-content-inner .domains_features .features_sub_div .features_container a {
    font-weight: normal;
    font-size: 16px;
    font-family: "Effra", Calibri, Arial, sans-serif;
    color: #fff
}

.st-content-inner .domains_features .features_sub_div .features_container:last-of-type {
    float: left
}

.st-content-inner .domains_features .slick-slide {
    opacity: 0.5
}

.st-content-inner .domains_features .slick-slide img {
    margin: 0 auto
}

.st-content-inner .domains_features .slick-slide .inactive {
    width: 32px
}

.st-content-inner .domains_features .slick-slide .active {
    width: 0px
}

.st-content-inner .domains_features .slick-slide .slide_description {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    opacity: 0
}

.st-content-inner .domains_features .slick-slide .shadow {
    margin-top: 45px;
    width: 32px
}

.st-content-inner .domains_features .slick-center {
    opacity: 1
}

.st-content-inner .domains_features .slick-center div .inactive {
    width: 0px;
    min-height: 63px;
    margin-bottom: -63px
}

.st-content-inner .domains_features .slick-center div .active {
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    width: 67px
}

.st-content-inner .domains_features .slick-center div .slide_description {
    opacity: 1
}

.st-content-inner .domains_features .slick-center div .shadow {
    width: 67px
}

.st-content-inner .domains_features .slick-prev {
    height: 44px;
    width: 32px;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.st-content-inner .domains_features .slick-prev:hover,
.st-content-inner .domains_features .slick-prev:focus,
.st-content-inner .domains_features .slick-prev:active {
    background-color: transparent
}

.st-content-inner .domains_features .slick-prev:before {
    content: "";
    font-family: FontAwesome;
    font-size: 47px
}

.st-content-inner .domains_features .slick-next {
    height: 44px;
    width: 32px;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.st-content-inner .domains_features .slick-next:hover,
.st-content-inner .domains_features .slick-next:focus,
.st-content-inner .domains_features .slick-next:active {
    background-color: transparent
}

.st-content-inner .domains_features .slick-next:before {
    content: "";
    font-family: FontAwesome;
    font-size: 47px
}

.st-content-inner .SW_pusher_top {
    background-color: #1b233b;
    padding-bottom: 0;
    padding-top: 68px
}

.st-content-inner .starwars_promo {
    background-color: #1b233b;
    background-image: url("assets/img/starwars/sw_main_bg_min.png");
    background-repeat: no-repeat;
    text-align: center;
    background-size: 100% auto;
    padding-top: 15px
}

@media (min-width: 48em) {
    .st-content-inner .starwars_promo {
        text-align: left
    }
}

.st-content-inner .starwars_promo h2 {
    font-weight: normal;
    color: #1b233b;
    font-family: "proxima-nova", sans-serif
}

.st-content-inner .starwars_promo p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 18px;
    margin-bottom: 1rem;
    font-family: "proxima-nova", sans-serif
}

.st-content-inner .starwars_promo p small {
    display: inline-block;
    font-size: 85%;
    font-family: "proxima-nova", sans-serif
}

@media (max-width: 480px) {
    .st-content-inner .starwars_promo p a {
        display: block
    }
}

@media (min-width: 768px) {
    .st-content-inner .starwars_promo .row_red_bg {
        background: url("assets/img/starwars/red_bg.png");
        background-size: 78%;
        background-repeat: no-repeat;
        background-position: top 150px center
    }
}

.st-content-inner .starwars_promo .red_area {
    width: 78%;
    background: rgba(214, 44, 35, 0.94);
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0;
    border-radius: 0 0 5px 5px
}

@media (max-width: 767px) {
    .st-content-inner .starwars_promo .red_area {
        width: 75%;
        top: 0;
        padding-top: 30px;
        margin-bottom: 0
    }
}

.st-content-inner .starwars_promo .l_card_holder,
.st-content-inner .starwars_promo .r_card_holder {
    margin-top: 65px
}

@media (max-width: 767px) {
    .st-content-inner .starwars_promo .SW_logo_holder {
        float: none;
        margin-left: auto;
        margin-right: auto;
        background-color: rgba(214, 44, 35, 0.94);
        margin-top: 150px
    }
    .st-content-inner .starwars_promo .SW_logo_holder img {
        position: relative;
        top: -150px;
        margin-bottom: -150px
    }
}

.st-content-inner .starwars_promo .SW_logo_holder p {
    font-family: "proxima-nova", sans-serif;
    margin-top: 52px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 400
}

.st-content-inner .starwars_promo .SW_logo_holder p strong {
    font-weight: 700;
    font-family: "proxima-nova", sans-serif
}

.st-content-inner .starwars_promo .SW_logo_holder .small_text {
    margin-top: 29px;
    padding-bottom: 51px;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 400
}

.st-content-inner .starwars_promo .red_h_line {
    border-top: 1px solid #ee4940;
    display: block;
    margin-bottom: 60px
}

.st-content-inner .starwars_promo .place_desc {
    margin-bottom: 38px
}

.st-content-inner .starwars_promo .place_desc h2 {
    font-size: 30px;
    color: black;
    font-weight: 700;
    text-shadow: #ffe42c 1px 1px 0, #ffe42c -1px -1px 0, #ffe42c -1px 1px 0, #ffe42c 1px -1px 0;
    margin-bottom: 8px;
    font-family: "proxima-nova", sans-serif
}

.st-content-inner .starwars_promo .place_desc p {
    font-size: 12px !important;
    margin: 0 !important
}

.st-content-inner .starwars_promo .text_unberline {
    color: white;
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
    margin-bottom: 67px
}

.st-content-inner .starwars_promo .sw_form_holder h2 {
    font-size: 28px;
    color: white;
    font-weight: 700;
    font-family: "proxima-nova", sans-serif
}

.st-content-inner .starwars_promo .sw_form_holder p.required_fields {
    font-family: "proxima-nova", sans-serif;
    font-size: 10px;
    text-align: left;
    color: white
}

.st-content-inner .starwars_promo .sw_form_holder .form-group {
    line-height: 39px;
    background: white
}

@media (max-width: 767px) {
    .st-content-inner .starwars_promo .sw_form_holder .form-group {
        margin-left: -15px;
        background: transparent;
        margin-right: -15px
    }
}

.st-content-inner .starwars_promo .sw_form_holder .form-group .form-control {
    height: 39px !important;
    border: none !important;
    box-shadow: none !important;
    margin-right: -15px !important;
    margin: 0
}

.st-content-inner .starwars_promo .sw_form_holder .form-group label {
    margin: 0;
    min-width: 100px;
    display: inline-block;
    float: left;
    padding-left: 15px;
    text-align: left;
    color: #d81e05
}

@media (max-width: 767px) {
    .st-content-inner .starwars_promo .sw_form_holder .form-group label {
        color: white
    }
}

.st-content-inner .starwars_promo .sw_form_holder .form-group label span {
    display: inline-block;
    min-height: 20px;
    border-right: 1px solid red;
    position: relative;
    top: 10px;
    float: right
}

@media (max-width: 767px) {
    .st-content-inner .starwars_promo .sw_form_holder .form-group label span {
        display: none
    }
}

.st-content-inner .starwars_promo .sw_form_holder .alert-danger ul li {
    color: red
}

.st-content-inner .starwars_promo .promo_btn {
    line-height: 58px;
    min-height: 58px;
    color: #cb2b24;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    background-color: #ffe42c;
    border-radius: 5px;
    padding-top: 0;
    padding-bottom: 0
}

.st-content-inner .starwars_promo .promo_btn:hover,
.st-content-inner .starwars_promo .promo_btn:active,
.st-content-inner .starwars_promo .promo_btn:focus {
    color: #ffe42c;
    background-color: transparent;
    -moz-box-shadow: 0px 0px 0px 2px #ffe42c;
    -webkit-box-shadow: 0px 0px 0px 2px #ffe42c;
    box-shadow: 0px 0px 0px 2px #ffe42c
}

.st-content-inner .tos_list {
    padding-left: 40px
}

.st-content-inner .tos_list li {
    list-style-type: decimal;
    margin-bottom: 15px
}

@media only screen and (max-width: 480px) {
    .domains_features .slick-slide {
        opacity: 1 !important
    }
    .domains_features .slick-slide div .inactive {
        width: 0px !important;
        min-height: 63px !important;
        margin-bottom: -63px !important
    }
    .domains_features .slick-slide div .active {
        transition-property: all;
        transition-duration: .5s;
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        width: 67px !important
    }
    .domains_features .slick-slide div .shadow {
        width: 67px !important
    }
}

@-webkit-keyframes cloudbigleft {
    0% {
        left: -20%
    }
    100% {
        left: 120%
    }
}

@-moz-keyframes cloudbigleft {
    0% {
        left: -20%
    }
    100% {
        left: 120%
    }
}

@-o-keyframes cloudbigleft {
    0% {
        left: -20%
    }
    100% {
        left: 120%
    }
}

@keyframes cloudbigleft {
    0% {
        left: -20%
    }
    100% {
        left: 120%
    }
}

@-webkit-keyframes cloudbigright {
    0% {
        left: 120%
    }
    100% {
        left: -20%
    }
}

@-moz-keyframes cloudbigright {
    0% {
        left: 120%
    }
    100% {
        left: -20%
    }
}

@-o-keyframes cloudbigright {
    0% {
        left: 120%
    }
    100% {
        left: -20%
    }
}

@keyframes cloudbigright {
    0% {
        left: 120%
    }
    100% {
        left: -20%
    }
}

@-webkit-keyframes cloudsmallleft {
    0% {
        left: -20%
    }
    100% {
        left: 120%
    }
}

@-moz-keyframes cloudsmallleft {
    0% {
        left: -20%
    }
    100% {
        left: 120%
    }
}

@-o-keyframes cloudsmallleft {
    0% {
        left: -20%
    }
    100% {
        left: 120%
    }
}

@keyframes cloudsmallleft {
    0% {
        left: -20%
    }
    100% {
        left: 120%
    }
}

@-webkit-keyframes cloudsmallright {
    0% {
        left: 120%
    }
    100% {
        left: -20%
    }
}

@-moz-keyframes cloudsmallright {
    0% {
        left: 120%
    }
    100% {
        left: -20%
    }
}

@-o-keyframes cloudsmallright {
    0% {
        left: 120%
    }
    100% {
        left: -20%
    }
}

@keyframes cloudsmallright {
    0% {
        left: 120%
    }
    100% {
        left: -20%
    }
}

@media only screen and (min-width: 1280px) {
    .flex_class_center {
        vertical-align: middle;
        display: block;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }
    .flex_class_stretch {
        vertical-align: middle;
        display: block;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch
    }
}

.section-contact--methods__mainpush .panel {
    text-align: center
}

a .callout {
    color: white
}

.domains--pricing__pricingtable {
    width: 100%;
    text-align: center
}

.domains--pricing__pricingtable th {
    text-align: center
}

.support-overlay {
    position: fixed;
    bottom: 0;
    right: 30px;
    background: #555;
    color: white;
    padding: 10px
}

.support-overlay p {
    margin-bottom: 0
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.loading_overlay,
.loadingoverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 3000
}

.loading_overlay img,
.loadingoverlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -88px 0 0 -78px;
    color: #fff;
    font-weight: bold
}

.heading {
    font-family: Tahoma;
    font-size: 18px;
    font-weight: normal;
    color: #65A5E6
}

.heading2 {
    font-family: Open Sans;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #393f56
}

.heading3 {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #16679F
}

@media only screen and (max-device-width: 480px) {
    .heading4 {
        color: #393f56;
        font-size: 14px;
        font-family: Open Sans;
        float: left;
        position: relative
    }
}

.contentbox {
    width: 95%;
    text-align: center;
    background-color: #ebebeb;
    border: 1px dashed #c8ccd4;
    padding: 32px 18px 18px;
    margin-left: auto;
    margin-right: auto
}

.errorbox {
    background-color: #FBEEEB;
    color: #cc0000;
    font-weight: bold;
    text-align: center;
    width: 90%;
    font-size: 1.1rem;
    padding: 30px 10px;
    font-family: "proxima-nova", sans-serif;
    margin: 55px auto;
    border: none
}

.successbox {
    font-weight: bold;
    text-align: center;
    width: 90%;
    color: #175f00;
    background: #c2e2b8;
    font-size: 1.1rem;
    padding: 30px 10px;
    font-family: "proxima-nova", sans-serif;
    margin: 55px auto;
    border: none
}

.clientarealinks {
    background-color: #FDFCDD;
    padding: 10px
}

.clientarealinks a {
    color: #555555
}

table.topnavbar {
    width: 100%
}

tr.topnavbar {
    background-color: #efefef;
    font-weight: bold;
    text-align: center
}

tr.topnavbar a {
    color: #000000;
    text-decoration: none
}

tr.topnavbar a:hover {
    color: #666666
}

table.frame {
    width: 100%;
    border: 1px solid #8FBCE9;
    padding: 0px
}

.fieldarea {
    background-color: #EFF2F9;
    text-align: right
}

tr.clientareatableheading td,
tr.clientareatableheading th {
    background-color: #e5e5e4;
    border: 0;
    color: #222736;
    font-family: Open Sans;
    font-weight: 600;
    text-align: left;
    font-size: 16px;
    padding: 20px;
    border-bottom: 1px #bdc6d6 solid
}

.clientareatable td,
tr.clientareatableactive td {
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 20px;
    font-size: 14px;
    font-family: Open Sans;
    color: #192139
}

#clientareatables {
    width: 100%;
    -webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.tickets td {
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 10px 20px;
    font-size: 14px;
    font-family: Open Sans;
    color: #192139
}

.tickets td .dark_blue_btn {
    color: #fff;
    padding: 13px 28px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.tickets td:last-of-type {
    text-align: right;
    padding-right: 12px
}

.invoices td {
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 11px 20px;
    font-size: 14px;
    font-family: Open Sans;
    color: #192139
}

.invoices td:last-of-type {
    text-align: right;
    padding-right: 12px
}

.invoices.renewals_table tbody td {
    padding-bottom: 7.875px;
    padding-left: 8.75px;
    padding-right: 8.75px;
    padding-top: 7.875px
}

.invoices .custom.checkbox {
    display: none
}

.invoices input[type=checkbox] {
    margin: 0 !important
}

.invoices tr.content_row a {
    font-size: 14px;
    font-family: Open Sans;
    color: #192139
}

.invoices tr.content_row a:hover {
    text-decoration: none
}

.invoices tr.content_row a.dark_blue_btn {
    color: #fff;
    padding: 13px 23px
}

.invoices tr.content_row.TableOdd {
    background: #eef2f8
}

.invoices tr.content_row.TableEven {
    background: #f8f8f8
}

tr.content_row a {
    font-size: 14px;
    font-family: Open Sans;
    color: #192139
}

tr.content_row a:hover {
    text-decoration: none
}

tr.content_row a.dark_blue_btn {
    padding: 13px 23px;
    color: #fff
}

tr.content_row.TableOdd {
    background: #eef2f8;
    border-bottom: 1px solid #d5d5d5;
    font-family: Open Sans
}

tr.content_row.TableOdd {
    background: #f8f8f8;
    border-bottom: 1px solid #d5d5d5;
    font-family: Open Sans
}

tr.content_row .has_cust_select {
    width: 171px
}

tr.content_row .has_cust_select .customSelect {
    font-family: Open Sans;
    font-weight: normal;
    border: 1px solid #d7d7d7;
    height: 37px !important;
    line-height: 37px !important;
    background-color: white;
    background-image: url("assets/img/treangle.svg");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding-left: 18px;
    font-size: 14px;
    margin: 4px 0;
    color: #222736;
    width: 171px !important;
    overflow: hidden
}

tr.content_row .has_cust_select .customSelect .customSelectInner {
    overflow: hidden;
    width: 171px !important;
    padding-right: 40px
}

tr.clientareatablepending td {
    background-color: #FFFFE2;
    text-align: center;
    padding: 2px
}

tr.clientareatablependingtransfer td {
    background-color: #FFDBBB;
    text-align: center;
    padding: 2px
}

tr.clientareatablesuspended td {
    background-color: #E9FFD2;
    text-align: center;
    padding: 2px
}

tr.clientareatableterminated td,
tr.clientareatablecancelled td {
    background-color: #FFE1E1;
    text-align: center;
    padding: 2px
}

tr.clientareatablefraud td {
    background-color: #DDDDDD;
    text-align: center;
    padding: 2px
}

.networkissuessummary {
    background-color: #f6f6f6;
    border: 1px dashed #cccccc;
    padding: 10px;
    text-align: center
}

.networkissuesopen {
    font-size: 16px;
    font-weight: bold;
    color: #65CC00;
    padding-right: 20px
}

.networkissuesscheduled {
    font-size: 16px;
    font-weight: bold;
    color: #EEDD00;
    padding-right: 20px
}

.networkissuesclosed {
    font-size: 16px;
    font-weight: bold;
    color: #888888
}

.networkissuedescription {
    border-left: 5px solid #efefef;
    padding: 20px;
    padding-top: 1px
}

.networkissueaffected {
    background-color: #FDFCDD;
    padding: 10px;
    margin-top: 10px
}

.clientticketreplyheader {
    margin-top: 20px;
    background-color: #92BDEA;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px
}

.clientticketreply {
    min-height: 80px;
    background-color: #ffffff;
    background-image: url("images/clientticketreplybg.gif");
    background-repeat: repeat-x;
    padding: 10px
}

.adminticketreplyheader {
    margin-top: 20px;
    background-color: #888888;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px
}

.adminticketreply {
    min-height: 80px;
    background-color: #ffffff;
    background-image: url("images/adminticketreplybg.gif");
    background-repeat: repeat-x;
    padding: 10px
}

.closeticket {
    border: 1px dashed #cc0000;
    font-weight: bold;
    background-color: #FBEEEB;
    color: #cc0000
}

div.chat div.visitor div.name,
div.chat div.operator div.name {
    font-weight: bold
}

div.chat div.visitor div.message,
div.chat div.operator div.message {
    padding: 0 25px
}

.kbarticle {
    padding: 2px 5px 5px 15px
}

.kbviews {
    color: #A8A8A8;
    font-size: 10px
}

.kbalsoread {
    padding: 5px 5px 5px 15px;
    background-color: #f8f8f8;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    font-weight: bold;
    margin: 10px 0 10px 0
}

.textblack {
    color: #000000
}

.textblue {
    color: #224488
}

.textgreen {
    color: #779500
}

.textgrey {
    color: #888888
}

.textgold {
    color: #ffbb55
}

.textorange {
    color: #ff6600
}

.textred {
    color: #cc0000
}

input.button,
input.buttongo,
input.buttonwarn {
    margin: 0 7px 0 0;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
    width: auto;
    overflow: visible;
    padding: 4px 7px 3px 7px
}

input.button:hover {
    background-color: #dff4ff;
    border: 1px solid #c2e1ef;
    color: #336699
}

input.buttongo:hover {
    background-color: #E6EFC2;
    border: 1px solid #C6D880;
    color: #529214
}

input.buttonwarn:hover {
    background-color: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #d12f19
}

.button1,
.button2,
.button3 {
    font-family: "proxima-nova", sans-serif;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical
}

.button1,
.button2 {
    text-transform: uppercase
}

.button1 {
    float: right;
    width: 219px;
    height: 54px;
    color: #ffe3e2;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    background-color: #d72c24;
    -webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.button1:hover {
    color: #ffe2ae;
    text-decoration: none
}

.button2 {
    float: right;
    width: 140px;
    height: 40px;
    color: #eff2fa;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    background-color: #38425a;
    border: 0
}

.button2:hover {
    color: #ffe2ae;
    text-decoration: none
}

.button3 {
    color: #f0fff0;
    width: 110px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    background-color: #5ab45a;
    margin-left: 6px
}

.button3:hover {
    color: #FFF;
    text-decoration: none
}

.button4 {
    width: 140px;
    height: 40px;
    color: #eff2fa;
    font-size: 16px;
    font-weight: 600;
    background-color: #38425a;
    border: 0
}

.button4:hover {
    color: #ffe2ae;
    text-decoration: none
}

#twitterfeed ul {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 20px 0
}

#twitterfeed li {
    background-image: url(../../images/twittericon.png);
    background-repeat: no-repeat;
    background-position: 0;
    margin: 0 20px 10px 20px;
    padding-left: 25px
}

#twitterfeed p {
    text-align: center;
    margin: 15px
}

#announcementstwitter {
    float: right;
    width: 250px;
    margin: 0 0 20px 10px;
    padding: 10px 0 10px 0;
    border: 1px dashed #f5e303;
    background-color: #ffffec
}

#announcementstwitterfeed ul {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 0 0
}

#announcementstwitterfeed li {
    padding: 10px;
    border-top: 1px dashed #f5e303
}

#announcementstwitterfeed p {
    text-align: center;
    padding: 10px;
    margin: 10px 0 0 0;
    border-top: 1px dashed #f5e303
}

.tweetbutton {
    float: right;
    margin: 0 15px 15px 15px
}

.quotecontainer {
    border: 1px solid #ccc;
    background-color: #fff;
    background-image: url("../../images/quote.png");
    background-repeat: no-repeat;
    background-position: 10px 11px;
    color: #666;
    margin: 10px
}

.quotecontainer:hover {
    background-color: #efefef;
    cursor: hand;
    cursor: pointer
}

.quotecontainer .quoteid {
    float: left;
    width: 80px;
    padding: 13px 0 0 40px;
    text-align: center;
    font-size: 24px
}

.quotecontainer .quoteleft {
    float: left;
    padding: 10px 0 10px 0;
    font-size: 11px
}

.quotecontainer .quoteleft .subject {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 4px;
    color: #000;
    width: 350px
}

.quotecontainer .quoteright {
    float: right;
    padding: 10px 15px 0 0;
    text-align: right
}

.quotecontainer .quoteright .stage {
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 4px
}

.duebalance {
    background-color: #F2FFE1;
    width: 80%;
    margin: 10px auto 0 auto;
    padding: 5px 0 2px 0;
    font-size: 18px;
    text-align: center;
    color: #86BC16
}

.duebalance.overdue {
    background-color: #FFB9B9;
    color: #cc0000
}

.creditbalance {
    background-color: #F2FFE1;
    width: 80%;
    margin: 0 auto 10px auto;
    padding: 2px 0 5px 0;
    font-size: 15px;
    color: #86BC16;
    text-align: center
}

.creditbalance.overdue {
    background-color: #FFB9B9;
    color: #fff
}

.balanceoptions {
    text-align: center;
    margin: 5px 10px 0 0;
    font-size: 12px
}

.homeyourdetails {
    margin: 15px 0 0 0;
    padding: 5px;
    font-size: 12px
}

.homeyourdetails .title {
    font-size: 14px;
    font-weight: bold;
    text-align: center
}

.homeyourdetails .update {
    float: right;
    margin: 35px 30px 0 0;
    font-size: 11px;
    text-align: center
}

.homeyourdetails .update a {
    color: #000
}

.homeyourdetails .details {
    border-left: 10px solid #f2f2f2;
    padding: 10px 0 10px 20px;
    margin: 15px;
    width: 400px
}

.homequicklinks {
    float: right;
    margin: 0;
    width: 310px;
    padding: 5px;
    text-align: center;
    font-size: 10px
}

.homequicklinks .title {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: center
}

.homequicklinks .cols {
    float: left;
    width: 150px;
    margin-left: 5px
}

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

.homequicklinks li {
    font-size: 14px;
    margin: 0 0 5px -40px;
    padding: 4px;
    background-color: #f2f2f2;
    text-align: center
}

.homequicklinks li:hover {
    background-color: #C6DCF4
}

.homequicklinks li:hover a {
    color: #fff
}

.quickjumpbar {
    border: 1px dashed #ccc;
    background-color: #f2f2f2;
    margin: 15px 0 0 0;
    padding: 10px;
    font-size: 13px
}

.quickjumpbar .col1 {
    float: left;
    width: 20%;
    font-size: 16px;
    font-weight: bold;
    text-align: center
}

.quickjumpbar .cols {
    float: left;
    width: 40%;
    text-align: center
}

.quickjumpbar input {
    border: 1px solid #ccc;
    padding: 3px;
    font-size: 12px
}

.clear {
    clear: both
}

div#twofaactivation {
    margin: 50px auto;
    padding: 20px;
    width: 75%;
    min-height: 250px;
    background-color: #fff;
    border: 4px solid #efefef;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

div#twofaactivation p {
    margin: 15px 0
}

#centeredmenu {
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 90%;
    z-index: 1000;
    position: relative
}

#centeredmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    position: relative;
    right: 50%;
    text-align: center;
    color: #a9c5df
}

#centeredmenu ul li {
    margin: 0 1.8em 0 1.8em;
    padding: 0;
    float: left;
    position: relative;
    left: 50%;
    top: 1px
}

#centeredmenu ul li a {
    display: block;
    margin: 0;
    font-size: 1em;
    line-height: 1em;
    text-decoration: none;
    font-weight: bold
}

#centeredmenu ul li a:hover {
    background: #26304d;
    border-radius: 10px 10px 0 0;
    transition-property: none;
    -moz-transition-property: none;
    -webkit-transition-property: none;
    -o-transition-property: none
}

#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a {
    background: #26304d;
    border-radius: 10px 10px 0 0;
    transition-property: none;
    -moz-transition-property: none;
    -webkit-transition-property: none;
    -o-transition-property: none
}

#centeredmenu ul ul {
    display: none;
    position: absolute;
    top: 10em;
    left: 0;
    float: left;
    right: auto;
    width: 18em;
    z-index: 999
}

#centeredmenu ul ul li {
    left: auto;
    margin: 0;
    clear: left;
    float: left;
    width: 100%;
    text-align: left
}

#centeredmenu ul ul li a {
    font-size: 1em;
    font-weight: 400;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    background: #26304d;
    line-height: 5em;
    border-bottom: 0px solid #ddd;
    float: left;
    width: 100%;
    height: 65px;
    border-radius: 0;
    padding-left: 1.8em;
    color: #a9c5df
}

#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a {
    font-size: 1em;
    font-weight: 400;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    background: #26304d;
    line-height: 5em;
    border-bottom: 0px solid #ddd;
    float: left;
    width: 100%;
    height: 65px;
    border-radius: 0;
    padding-left: 1.8em;
    color: #a9c5df
}

#centeredmenu ul ul li a:hover {
    background: #26304d;
    float: left;
    padding-right: 2px;
    color: #ffe2ae;
    text-decoration: none;
    transition: all 0.6s linear
}

#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover {
    background: #26304d;
    float: left;
    padding-right: 2px;
    color: #ffe2ae;
    text-decoration: none;
    transition: all 0.6s linear
}

#centeredmenu ul ul.last {
    left: auto;
    right: 0
}

#centeredmenu ul ul.last li {
    float: right;
    position: relative;
    right: .8em
}

#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul {
    display: block
}

#centeredmenu .arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fdc02c;
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 2px
}

#centeredmenu object {
    width: 110px;
    height: 110px;
    background-color: #26304d;
    padding: 15px;
    border-radius: 10px
}

#centeredmenu div.padded {
    padding: 10px 0 10px 0;
    color: #a9c5df;
    font-size: 1.1em;
    font-weight: normal;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    text-transform: uppercase
}

.members-area-nav-wrapper .section .dark {
    padding: 0
}

.activetext {
    background-color: #6aca59;
    position: relative;
    margin-bottom: -100%;
    color: #093f00;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-style: Tahoma;
    font-size: 10px;
    font-weight: 600;
    min-width: 28px;
    min-height: 26px;
    top: -35px;
    text-align: center;
    float: right;
    right: -14px
}

div[style="position:absolute;top:0px;right:0px;padding:5px;background-color:#000066;font-family:Tahoma;font-size:11px;color:#ffffff"] {
    position: fixed !important;
    z-index: 2000
}

.TableOdd {
    background-color: #f8f8f8
}

.TableEven {
    background-color: #eef2f8
}

.Left {
    float: left;
    width: 50%
}

.Right {
    float: right;
    width: 50%
}

ul.toc {
    padding: 0;
    overflow-x: hidden;
    list-style-type: square;
    list-style-position: outside;
    color: #000
}

ul.toc li {
    padding-top: 1.5em
}

ul.toc li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . "
}

ul.toc span:first-child {
    padding-right: 0.33em;
    background-color: #cad0db
}

ul.toc span+a {
    float: right;
    color: #FFF;
    background-color: #d52b22;
    padding: .25em;
    border-radius: 2px;
    border: solid 1px #D94E3B;
    text-align: center;
    -webkit-box-shadow: 0px 2px 0px #84261a;
    -moz-box-shadow: 0px 2px 0px #84261a;
    box-shadow: 0px 2px 0px #84261a;
    text-decoration: none;
    font-size: .9em
}

@media (max-width: 480px) {
    ul.toc li {
        padding-top: 3em
    }
    ul.toc span {
        font-size: 0.8em !important
    }
    ul.toc span+a {
        font-size: 0.8em !important
    }
}

.st-content-inner .legals h4 {
    text-transform: uppercase;
    font-weight: bold
}

.st-content-inner .legals p,
.st-content-inner .legals ul li {
    font-size: 1em;
    font-weight: normal
}

#TicketStatus {
    font-size: 12px;
    font-weight: bold;
    font-family: Tahoma;
    text-align: center
}

.Open {
    background-color: #e4fddf;
    border-left: 5px #6aca59 solid
}

.Open span {
    color: #1c5b11 !important;
    font-weight: bold
}

.OnHold {
    background-color: #dff1fd;
    border-left: 5px #5976ca solid
}

.OnHold span {
    color: #041652 !important;
    font-weight: bold
}

.CustomerReply {
    background-color: #fdefdf;
    border-left: 5px #ca9159 solid
}

.CustomerReply span {
    color: #522c04 !important;
    font-weight: bold
}

.Feedback {
    background-color: #DFF1FD;
    border-left: 5px #5976CA solid
}

.Feedback span {
    color: #043952 !important;
    font-weight: bold
}

.Answered {
    background-color: #DFF1FD;
    border-left: 5px #5976CA solid
}

.Answered span {
    color: #043952 !important;
    font-weight: bold
}

.InProgress {
    background-color: #fddfdf;
    border-left: 5px #ff0000 solid;
    font-weight: bold
}

.Transferring {
    background-color: #FDDFDF;
    border-left: 5px #CA5959 solid
}

.Transferring span {
    color: #5B1111 !important;
    font-weight: bold
}

.domains--sublookup {
    background: #ff8400;
    color: #fff !important;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-family: "proxima-nova", sans-serif !important
}

.domains--sublookup h1,
.domains--sublookup h2,
.domains--sublookup h3,
.domains--sublookup h4,
.domains--sublookup h5,
.domains--sublookup h6,
.domains--sublookup p {
    font-family: "proxima-nova", sans-serif !important;
    color: #fff !important
}

.domains--sublookup h2 {
    font-weight: 600
}

.domains--addons {
    background-color: #cad0db;
    background-image: url("assets/img/bg-pattern-6.png") !important
}

.domains--dma-blocks_holder {
    padding: 10px
}

.domains--dma-blocks {
    background-color: #1a223a;
    text-align: center;
    padding-bottom: 1rem
}

.domains--dma-blocks div.img_holder {
    padding: 2rem 3.8rem 0
}

.domains--dma-blocks h4 {
    color: #fff;
    margin-top: 10px;
    font-family: "proxima-nova", sans-serif !important;
    margin-bottom: 0px
}

.domains--dma-blocks p {
    font-family: "proxima-nova", sans-serif !important;
    color: #fff !important;
    font-size: 1rem !important;
    margin-top: 1rem
}

.domains--dma-blocks a {
    display: inline-block;
    margin-top: 1rem;
    line-height: 2rem;
    padding: 0 1rem;
    background-color: #F60;
    text-decoration: underline;
    font-family: "proxima-nova", sans-serif !important;
    color: #FFF
}

.js__pricing__pricingswitcher dd input {
    margin: 0;
    padding: 0;
    padding-left: 9px;
    line-height: 3rem;
    height: 3rem;
    padding-right: 3rem;
    box-sizing: content-box;
    width: 100%;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-size: 1rem
}

.switch-candy {
    box-shadow: none !important
}

.switch-candy a {
    margin-top: 3px;
    margin-left: 3px;
    width: 46% !important;
    height: 82% !important;
    background-color: #3f972b !important;
    box-shadow: none !important;
    background-image: none !important
}

.switch-toggle input+label {
    text-shadow: none !important;
    color: #7c7e82 !important
}

.switch-candy {
    input: checkedlabel;
    input-color: #e5e5e5 !important;
    input-outline: none !important
}

.switch-candy a,
.switch-candy input:focus,
.switch-candy a:focus,
.switch-candy input:hover,
.switch-candy a:hover,
.switch-candy input:active,
.switch-candy a:active {
    outline: none !important
}

.bulk_domain_lookup_holder {
    width: 100%
}

.bulk_domain_lookup {
    display: inline-block;
    width: 100%
}

@media (min-width: 768px) {
    .bulk_domain_lookup_holder {
        width: 100%
    }
    .bulk_domain_lookup {
        display: inline-block;
        width: 100%
    }
}

@media (min-width: 992px) {
    .bulk_domain_lookup_holder {
        width: 100%
    }
    .bulk_domain_lookup {
        display: inline-block;
        width: auto
    }
}

@media (min-width: 1200px) {
    .bulk_domain_lookup_holder {
        width: 50%
    }
    .bulk_domain_lookup {
        display: inline-block;
        width: auto
    }
    .st-pusher {
        padding-right: 0px
    }
}

.call_popover {
    display: inline;
    outline: none;
    text-align: left;
    cursor: pointer !important;
    color: #fff;
    border-bottom: 1px dotted #a9c5df
}

.popover .top-arrow {
    border-bottom-color: #222 !important
}

.popover .right-arrow {
    border-left-color: #222 !important
}

.popover .left-arrow {
    border-right-color: #222 !important
}

.popover .bottom-arrow {
    border-top-color: #222 !important
}

.popover .wrap {
    background-color: #222 !important;
    border: none !important;
    border-radius: 0px
}

.popover .wrap .content {
    padding: 2rem;
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 300;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    color: #D4DAE5;
    background: #222
}

.popover .wrap .content a {
    color: #D4DAE5
}

.popover .wrap .content strong {
    color: #FFF
}

a.backToTop {
    display: none;
    float: left;
    background: #3F5F92;
    font-size: 12px;
    width: 51px;
    padding: 6px;
    border-radius: 3px;
    opacity: 0.5;
    color: #FFF;
    text-decoration: none;
    position: fixed;
    left: 50%;
    margin-left: 37%;
    bottom: 210px
}

a.backToTop:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent #fff;
    margin-right: 5px;
    margin-top: -2px;
    vertical-align: middle
}

body {
    height: auto
}

.btn_contact {
    background-color: #33A9F5;
    box-shadow: 0 2px #2483BE;
    width: 11.5rem;
    padding: 0px;
    height: 3.4rem;
    line-height: 3.4rem;
    font-weight: normal;
    border-radius: 1px
}

a.btn_contact:hover {
    color: #2483BE;
    text-decoration: underline;
    transition: all 0.2s linear
}

.pricing__contact--us {
    background: #E4F3FF !important
}

.pricing__contact--us h3 {
    font-weight: bold
}

.pricing__contact--us p {
    display: inline-block;
    color: #FFF;
    margin-bottom: 1rem
}

.pricing__contact--us p span {
    padding-left: 3px;
    padding-right: 3px;
    background-color: #B0B0B0
}

.left_offset_padding {
    padding-left: 1rem
}

.p404_holder {
    background-image: url("assets/img/404.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-top: 7%;
    padding-bottom: 5%
}

.p404_holder h1 {
    margin-bottom: 10px
}

table.tfixed {
    table-layout: fixed
}

table.bordertop tr:first-child td {
    border-top: 2px solid
}

table.bordertop tr td:first-child {
    border-right: 1px solid #dadada;
    border-spacing: 1px;
    border-collapse: separate
}

table.advisory {
    margin: 10px 0;
    width: 100%
}

table.advisory td {
    color: #333;
    padding: 2px 4px;
    vertical-align: top;
    background-color: #DFE2E6
}

table.advisory tr.links {
    cursor: pointer
}

table.advisory tr.High:hover td {
    background-color: #FE9D98
}

table.advisory tr.High td {
    background-color: #FEA9A5
}

table.advisory tr.Medium:hover td {
    background-color: #FFCD9B
}

table.advisory tr.Medium td {
    background-color: #FFD3A8
}

table.advisory tr.Low:hover td {
    background-color: #FFFF9F
}

table.advisory tr.Low td {
    background-color: #FFFFB5
}

table.advisory tr.Info:hover td {
    background-color: #C6DEFD
}

table.advisory tr.Info td {
    background-color: #D0E4FD
}

.id_protection--descr {
    padding: 0 !important;
    background-image: url("assets/img/bg-pattern-10.png")
}

.id_protection--descr div h4 {
    color: white;
    font-family: "Effra", Calibri, Arial, sans-serif;
    margin-top: 3.4rem;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 3.25rem
}

.id_protection--sub_descr {
    padding-top: 4.8rem !important;
    padding-bottom: 5.4rem !important;
    background-image: url("assets/img/bg-pattern-6.png")
}

.id_protection--sub_descr div p {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 2.4rem;
    padding: 0 15px;
    font-family: "Effra", Calibri, Arial, sans-serif;
    color: #010101;
    text-align: justify
}

@media (max-width: 767px) {
    .id_protection--sub_descr div p {
        text-align: center
    }
}

.id_protection--how_we_protect {
    padding-top: 4rem !important;
    background: #1a223a;
    padding-bottom: 8.3rem !important
}

.id_protection--how_we_protect .relayed_emails p {
    display: inline-block;
    color: #a9c5df;
    margin-top: -26px;
    padding-left: 2.9rem;
    text-align: left;
    line-height: 1.9rem
}

@media (max-width: 767px) {
    .id_protection--how_we_protect .relayed_emails p {
        padding: 40px 15px 0;
        text-align: center
    }
}

.id_protection--how_we_protect img.curved_arrow {
    display: inline-block;
    position: relative;
    top: -34px;
    left: 184px;
    margin-top: -120px
}

@media (max-width: 767px) {
    .id_protection--how_we_protect img.curved_arrow {
        top: -20px;
        left: -119px;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH"
    }
}

.id_protection--how_we_protect div.headline {
    margin-bottom: 2.2rem
}

.id_protection--how_we_protect h1 {
    color: white;
    font-family: "Effra", Calibri, Arial, sans-serif
}

.id_protection--how_we_protect div.proteceted {
    padding: 20px 22px 20px 30px;
    color: white
}

@media (max-width: 767px) {
    .id_protection--how_we_protect div.proteceted {
        padding: 20px 15px 20px 15px
    }
}

.id_protection--how_we_protect div.proteceted div.border {
    border: 1px dashed green;
    padding-bottom: 27px
}

.id_protection--how_we_protect div.proteceted div.proteceted_headline {
    background-image: url("assets/img/shild_green.png");
    background-position: 9% 60%;
    background-repeat: no-repeat;
    padding-top: 37px;
    padding-left: 5.6rem;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.5rem;
    font-family: "Effra", Calibri, Arial, sans-serif;
    padding-bottom: 1.9rem
}

@media (max-width: 767px) {
    .id_protection--how_we_protect div.proteceted div.proteceted_headline {
        font-size: 130%
    }
}

.id_protection--how_we_protect div.proteceted div.proteceted_headline span {
    font-size: 1.1rem
}

@media (max-width: 767px) {
    .id_protection--how_we_protect div.proteceted div.proteceted_headline span {
        font-size: 70%
    }
}

.id_protection--how_we_protect div.proteceted div.p_info {
    padding-left: 2.1rem;
    margin-bottom: 0.76rem;
    color: #696969;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-size: 1.1rem
}

@media (max-width: 767px) {
    .id_protection--how_we_protect div.proteceted div.p_info {
        font-size: 130%
    }
}

.id_protection--how_we_protect div.proteceted div.p_info span {
    color: white;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-size: 1.1rem
}

@media (max-width: 767px) {
    .id_protection--how_we_protect div.proteceted div.p_info span {
        display: block;
        margin: 10px;
        font-size: 70%
    }
}

.id_protection--how_we_protect div.notproteceted {
    color: white;
    padding: 20px 22px 20px 30px
}

@media (max-width: 767px) {
    .id_protection--how_we_protect div.notproteceted {
        padding: 20px 15px 20px 15px
    }
}

.id_protection--how_we_protect div.notproteceted div.border {
    border: 1px dashed red;
    padding-bottom: 27px
}

.id_protection--how_we_protect div.notproteceted div.notproteceted_headline {
    background-image: url("assets/img/shild_red.png");
    background-position: 9% 60%;
    background-repeat: no-repeat;
    padding-top: 37px;
    padding-left: 5.6rem;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.5rem;
    font-family: "Effra", Calibri, Arial, sans-serif;
    padding-bottom: 1.9rem
}

@media (max-width: 767px) {
    .id_protection--how_we_protect div.notproteceted div.notproteceted_headline {
        font-size: 130%
    }
}

.id_protection--how_we_protect div.notproteceted div.notproteceted_headline span {
    font-size: 1.1rem
}

@media (max-width: 767px) {
    .id_protection--how_we_protect div.notproteceted div.notproteceted_headline span {
        font-size: 70%
    }
}

.id_protection--how_we_protect div.notproteceted div.p_info {
    padding-left: 2rem;
    margin-bottom: 0.76rem;
    color: #696969;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-size: 1.1rem
}

@media (max-width: 767px) {
    .id_protection--how_we_protect div.notproteceted div.p_info {
        font-size: 130%
    }
}

.id_protection--how_we_protect div.notproteceted div.p_info span {
    color: white;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-size: 1.1rem
}

@media (max-width: 767px) {
    .id_protection--how_we_protect div.notproteceted div.p_info span {
        display: block;
        margin: 10px;
        font-size: 70%
    }
}

.id_protection--have_a_domain {
    background: #0f1322;
    text-align: center;
    padding-top: 4.8rem !important;
    padding-bottom: 7.6rem !important
}

.id_protection--have_a_domain h1 {
    margin-bottom: 58px;
    font-family: "Effra", Calibri, Arial, sans-serif;
    color: white
}

.id_protection--have_a_domain a {
    padding: 25px 59px
}

.clientareaproducts--controls {
    margin-bottom: 4rem
}

.clientareaproducts--controls .controls_line {
    margin-top: 10px;
    color: #cad0db;
    background: #222736;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif
}

.clientareaproducts--controls .controls_line>div {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 0px 10px 0;
    display: inline-block;
    float: left
}

.clientareaproducts--controls .controls_line>div div {
    border-right: 1px solid #2a2f40;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 0px 10px 23px;
    text-align: center;
    display: inline-block;
    float: left
}

.clientareaproducts--controls .controls_line>div div span {
    font-weight: 300
}

.clientareaproducts--controls .controls_line>div div a {
    color: #cad0db;
    font-size: 1.5rem
}

.clientareaproducts--controls .controls_line>div div a:hover {
    color: #3f6db3;
    text-decoration: none
}

.clientareaproducts--controls .controls_line>div div a:hover sup {
    color: #cad0db
}

.clientareaproducts--controls .controls_line>div div a:hover sup:focus {
    outline: none !important
}

.clientareaproducts--controls .controls_line>div div a:focus {
    outline: none !important
}

.clientareaproducts--controls .controls_line>div div a sup {
    color: #cad0db
}

.clientareaproducts--controls .controls_line>div div a sup:focus {
    outline: none !important
}

.clientareaproducts--controls .controls_line>div div sup {
    font-size: 0.75rem;
    margin-left: 10px;
    margin-right: 10px;
    top: -2em
}

.clientareaproducts--controls .controls_line>div:nth-of-type(4) div {
    border-right: none !important
}

.clientareaproducts--controls .controls_line>div input {
    font-size: 1.5rem;
    margin: 0;
    padding: 0 10px
}

.clientareaproducts--controls .controls_line>div.activ {
    color: #fff;
    background-color: #3f6db3
}

.clientareaproducts--controls .controls_line>div.activ div {
    border-right: none
}

.clientareaproducts--controls .controls_line>div.activ div a {
    color: #fff
}

.clientareaproducts--controls .controls_line>div.activ div a:hover {
    text-decoration: none
}

.clientareaproducts--controls .controls_line div.pull-right {
    padding: 10px !important;
    float: right
}

.clientareadomains--controls .controls_line>div div {
    padding: 10px 5px 10px 36px
}

.bulkdomain_action .controls_line>div div {
    font-family: "brandon-grotesque", Calibri, Arial, sans-serif;
    font-size: 1.5rem;
    border-right: none
}

.bulkdomain_action .controls_line>div div span {
    color: white;
    margin-right: 22px;
    font-family: "brandon-grotesque", Calibri, Arial, sans-serif;
    font-size: 1.5rem
}

.bulkdomain_action .controls_line .management {
    padding-left: 0;
    margin-top: -10px;
    padding-right: 0;
    text-align: right
}

.bulkdomain_action .controls_line .management a.button {
    font-family: "proxima-nova", sans-serif;
    color: #fff;
    background: #3f6db3;
    font-size: 0.95rem;
    margin-top: 13px;
    text-transform: none;
    padding-right: 3.7875em;
    margin-right: -3px
}

.bulkdomain_action .controls_line .management a.button.cpanel_btn {
    background: #2d9744;
    text-transform: none;
    margin-right: 11px;
    padding-right: 1.5em !important
}

.bulkdomain_action .controls_line .management a.button span {
    display: inline-block
}

.bulkdomain_action .controls_line .management a.button:before {
    border-color: #1f509a transparent transparent transparent
}

.bulkdomain_action .controls_line .management a.button.open:before {
    border-color: transparent transparent #1f509a transparent !important;
    margin-top: -0.75em !important
}

.bulkdomain_action .controls_line .management a.button:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bulkdomain_action .controls_line .management a.button i.icon_cog {
    display: inline-block;
    line-height: 1;
    background: url("assets/img/settings.png");
    width: 16px;
    margin-bottom: -3px;
    height: 16px
}

.bulkdomain_radio_holder {
    margin-bottom: 50px
}

.bulkdomain_radio_holder .large-centered label {
    display: inline-block;
    padding: 20px;
    background: #2d9744;
    font-family: "proxima-nova", sans-serif;
    color: white;
    font-size: 1.4rem
}

.bulkdomain_radio_holder .large-centered label.activ {
    background: #3f6db3;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.bulkdomain_radio_holder .large-centered label.activ i:before {
    content: "\f111"
}

@media (max-width: 480px) {
    .bulkdomain_radio_holder .small-12 {
        width: 100% !important;
        text-align: left !important
    }
}

@media (max-width: 359px) {
    .bulkdomain_radio_holder .small-12 {
        font-size: 1.1rem !important
    }
}

.bulkdomain_inputs_holder .row .large-4 {
    background: #b8c2d6;
    border-bottom: 1px solid #adb9d0;
    border-right: 1px solid #fff;
    line-height: 4.4rem;
    cursor: default;
    font-weight: normal
}

.bulkdomain_inputs_holder .row .large-4 label {
    color: #4d5b82;
    font-size: 1.5rem;
    font-family: "proxima-nova", sans-serif
}

.bulkdomain_inputs_holder .row:last-child .large-4 {
    border-bottom: none !important
}

.bulkdomain_inputs_holder .row:last-of-type .large-4 {
    border-bottom: none !important
}

.bulkdomain_inputs_holder .row .large-8 {
    background: #ebebeb;
    border-bottom: 1px solid #dcdcdc;
    line-height: 4.4rem;
    font-weight: 300;
    cursor: default
}

.bulkdomain_inputs_holder .row .large-8 input {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 8px 0;
    font-size: 1.5rem;
    height: 59px
}

.domaindetails_section .success {
    font-size: 1.1rem;
    color: #175f00;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    background: #c2e2b8;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    padding: 39px 47px 32px 33px;
    margin-bottom: 45px
}

.domaindetails_section .warning {
    font-size: 1.1rem;
    color: #5f0000;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    background: #e2b8b8;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    padding: 39px 47px 32px 33px;
    margin-bottom: 45px
}

.domaindetails_section .large-4 {
    color: #4d5b82;
    font-size: 1.5rem;
    font-family: "proxima-nova", sans-serif;
    padding-right: 2.688rem;
    font-weight: 300
}

.domaindetails_section .large-8 {
    font-family: "proxima-nova", sans-serif;
    font-size: 1.5rem;
    color: #222736;
    padding-left: 1.7rem;
    font-weight: 300
}

.domaindetails_section .large-8 .link_enable {
    color: #51a03a;
    font-size: 1.5rem;
    font-family: "proxima-nova", sans-serif;
    line-height: 5.5rem;
    font-weight: 300
}

.domaindetails_section .large-8 .link_disable {
    font-size: 1.5rem;
    line-height: 5.5rem;
    font-weight: 300;
    font-family: "proxima-nova", sans-serif
}

.domaindetails_section .large-8 textarea {
    border: none !important;
    resize: none
}

.domaindetails_section .large-8 textarea:focus {
    border-color: #cccccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#passwordStrength {
    height: 10px;
    display: block
}

.login_details_section .large-8 input {
    height: 59px;
    line-height: 59px
}

.login_details_section .large-8 a {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    color: #0043a9;
    text-decoration: underline
}

.login_details_section .large-8 .button {
    text-decoration: none;
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
    color: white;
    background: #3f6db3;
    text-transform: none
}

.login_details_section .large-8 .button:hover {
    background: transparent;
    color: #3f6db3;
    -moz-box-shadow: inset 0 0 0px 2px #3f6db3;
    -webkit-box-shadow: inset 0 0 0px 2px #3f6db3;
    box-shadow: inset 0 0 0px 2px #3f6db3
}

.login_details_section .large-8 .btn_download {
    height: 68px;
    line-height: 68px;
    padding: 0 49px 0 45px;
    text-decoration: underline;
    background: #2d9744;
    color: #fff;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    margin-top: 30px;
    margin-bottom: 35px
}

.login_details_section .large-8 .btn_download:hover {
    background: transparent;
    color: #2d9744;
    -moz-box-shadow: inset 0 0 0px 2px #2d9744;
    -webkit-box-shadow: inset 0 0 0px 2px #2d9744;
    box-shadow: inset 0 0 0px 2px #2d9744
}

.login_details_section.no_bg .large-4 {
    background: transparent;
    border: none
}

.login_details_section.no_bg .large-8 {
    background: transparent;
    border: none
}

.login_details_section .hasCustomSelect {
    height: 59px !important;
    width: 93% !important;
    margin-top: 8px;
    margin-bottom: 0
}

.login_details_section .customSelect {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    height: 59px !important;
    line-height: 59px !important;
    background-color: white;
    background-image: url("assets/img/treangle.svg");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 10px;
    border: none;
    padding-left: 18px;
    font-size: 1.5rem;
    margin: 8px 0;
    width: 100%
}

.login_details_section .customSelect.customSelectHover {
    cursor: pointer
}

.login_details_section .customSelectInner {
    width: 100% !important
}

.bulkdomain_buttons_holder {
    margin-top: 20px
}

.bulkdomain_buttons_holder .button {
    margin-left: 10px;
    margin-right: 10px;
    background: #3f6db3;
    color: white;
    font-family: "brandon-grotesque", Calibri, Arial, sans-serif;
    font-size: 1.35rem;
    text-transform: uppercase
}

.bulkdomain_buttons_holder .button:hover {
    color: #3f6db3;
    background: transparent;
    -moz-box-shadow: inset 0 0 0px 2px #3f6db3;
    -webkit-box-shadow: inset 0 0 0px 2px #3f6db3;
    box-shadow: inset 0 0 0px 2px #3f6db3
}

.bulkdomain_buttons_holder .button.next {
    background: #2d9744
}

.bulkdomain_buttons_holder .button.next:hover {
    color: #2d9744;
    background: transparent;
    -moz-box-shadow: inset 0 0 0px 2px #2d9744;
    -webkit-box-shadow: inset 0 0 0px 2px #2d9744;
    box-shadow: inset 0 0 0px 2px #2d9744
}

.bulkdomain_buttons_holder .button.red_btn {
    background: #df2626
}

.bulkdomain_buttons_holder .button.red_btn:hover {
    background: transparent;
    color: #df2626;
    -moz-box-shadow: inset 0 0 0px 2px #df2626;
    -webkit-box-shadow: inset 0 0 0px 2px #df2626;
    box-shadow: inset 0 0 0px 2px #df2626
}

.bulkdomain_buttons_holder .button.success_btn {
    background: #2d9744;
    text-transform: none;
    font-weight: normal
}

.bulkdomain_buttons_holder .button.success_btn:hover {
    background: transparent;
    -moz-box-shadow: inset 0 0 0px 2px #2d9744;
    -webkit-box-shadow: inset 0 0 0px 2px #2d9744;
    box-shadow: inset 0 0 0px 2px #2d9744
}

.upgrade_buttons_holder .button {
    padding-left: 55px;
    padding-right: 55px
}

.table_header {
    border: 1px solid #bdc6d6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #e5e5e4;
    padding: 20px;
    font-size: 1rem;
    font-family: Open Sans;
    font-weight: bold;
    color: #222736
}

.table_header a {
    color: #222736;
    text-decoration: none
}

.table_header input {
    line-height: 1.5rem;
    margin: 0;
    padding: 0 !important
}

.table_head_middle {
    border-bottom: 1px dashed #bdc6d6;
    background: #e5e5e4;
    padding: 20px;
    font-size: 1rem;
    font-family: Open Sans;
    font-weight: bold;
    color: #222736
}

.table_head_middle a {
    color: #222736;
    text-decoration: none
}

.table_footer {
    border: 1px solid #bdc6d6;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #e5e5e4;
    padding: 20px 0;
    font-size: 1rem;
    font-family: Open Sans
}

.table_footer .hasCustomSelect {
    margin-left: 14px;
    margin-right: 8px;
    height: 26px
}

.table_footer .customSelect {
    height: 26px;
    line-height: 26px;
    background-color: white;
    background-image: url("assets/img/treangle.svg");
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 10px;
    border: none;
    margin-left: 14px;
    margin-right: 8px;
    padding-left: 8px;
    font-size: 1rem;
    font-family: Open Sans;
    color: #222736;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.table_row {
    border-bottom: 1px solid #bdc6d6;
    background: #fff;
    padding: 22px 20px;
    color: #222736
}

.table_row div {
    font-family: Open Sans;
    font-size: 14px
}

.table_row div input {
    margin-top: 2px;
    margin-bottom: 0px
}

.table_row .options_icons i {
    margin-right: 5px;
    color: #b7b7b7;
    cursor: pointer
}

.table_row .options_icons .fa-enabled {
    color: #222736
}

.table_row .options_icons i.fa-lock {
    font-size: 18px;
    position: relative;
    top: 2px
}

.table_row .options_icons i.fa-shield {
    font-size: 16px;
    top: 1px;
    position: relative
}

.table_row .domain_link {
    font-weight: 600
}

.table_row .productName {
    display: block;
    margin-bottom: -10px;
    padding-top: 10px;
    color: #7C7C7C;
    font-size: 11px
}

.table_row .productName span {
    font-size: 12px;
    color: #131415
}

.table_row .progress {
    margin-bottom: 0 !important
}

.table_row a.btn_cancel {
    margin-right: -15px !important;
    margin-top: -10px !important;
    margin-bottom: -10px !important;
    font-family: "proxima-nova", sans-serif;
    font-size: 0.95rem;
    color: #fff;
    text-transform: none;
    padding-right: 1.5em !important;
    float: right
}

.table_row a.btn_cancel:hover {
    color: #f62c25 !important
}

.table_row .invoices_links a {
    display: inline;
    border-bottom: 1px dotted #222736
}

.table_row .invoices_links a:hover {
    text-decoration: none
}

.table_row .management {
    padding-left: 0;
    margin-top: -10px;
    margin-bottom: -10px;
    padding-right: 0;
    text-align: right
}

.table_row .management a.button {
    font-family: "proxima-nova", sans-serif;
    color: #fff;
    background: #3f6db3;
    text-transform: none;
    padding-right: 3.7875em
}

.table_row .management a.button i.icon_cog {
    display: inline-block;
    line-height: 1;
    background: url("assets/img/settings.png");
    width: 16px;
    margin-bottom: -4px;
    height: 16px
}

.table_row .management a.button.cpanel_btn {
    background: #2d9744;
    text-transform: none;
    margin-right: 11px;
    padding-right: 1.5em !important
}

.table_row .management a.button.cpanel_btn:hover {
    color: #2d9744;
    background: transparent;
    -moz-box-shadow: inset 0 0 0px 2px #2d9744;
    -webkit-box-shadow: inset 0 0 0px 2px #2d9744;
    box-shadow: inset 0 0 0px 2px #2d9744
}

.table_row .management a.button span {
    display: inline-block;
    font-weight: normal
}

.table_row .management a.button:before {
    border-color: #1f509a transparent transparent transparent
}

.table_row .management a.button.open:before {
    border-color: transparent transparent #1f509a transparent !important;
    margin-top: -0.75em !important
}

.table_row .management a.button:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.table_row a {
    color: #222736;
    font-family: Open Sans;
    font-size: 0.95rem
}

.table_row a.domain_name_a {
    font-weight: 600
}

.table_row.dns_row {
    border-bottom-style: dashed;
    line-height: 39px
}

.table_row.dns_row .button {
    color: #fff;
    margin-top: 0px
}

.table_row.dns_row .button i {
    margin-right: 11px
}

.table_row.dns_row .button:hover {
    color: #f62c25
}

.table_row.dns_row.odd {
    background: #eef2f8
}

.table_row.dns_row .type_div {
    width: 100%;
    text-align: center;
    line-height: 39px;
    color: white;
    font-size: 12px;
    font-weight: bold
}

.table_row.dns_row .type_A {
    background: #b33f3f
}

.table_row.dns_row .type_AAA {
    background: #3f6db3
}

.table_row.dns_row .type_CNAME {
    background: #733fb3
}

.table_row.dns_row .type_DNAME {
    background: #3fb376
}

.table_row.dns_row .type_SRV {
    background: #1eb3d3
}

.table_row.dns_row .type_MX {
    background: #de6a0d
}

.table_row.dns_row .type_TXT {
    background: #1b233b
}

.table_row_hosting .management a.button {
    display: inline-block;
    margin-top: 0
}

.table_row_hosting a {
    margin-top: -10px;
    display: block
}

.table_subrow {
    display: none;
    background: #e5e5e4;
    padding-top: 11px;
    padding-bottom: 14px;
    border-bottom: 1px solid #d5d5d5
}

.table_subrow>div {
    padding-top: 11px;
    padding-bottom: 9px;
    padding-left: 5%;
    min-height: 292px;
    border-right: 1px solid #d1d1d1
}

.table_subrow>div.last {
    border-right: none
}

.table_subrow h3 {
    font-family: Open Sans;
    font-size: 0.9rem;
    color: #222736;
    font-weight: bold;
    margin-bottom: 28px;
    margin-top: -2px
}

.table_subrow ul {
    margin-bottom: 0px
}

.table_subrow ul li {
    padding-bottom: 14px
}

.table_subrow ul li a {
    font-family: Open Sans;
    font-weight: normal;
    font-size: 0.9rem;
    color: #222736
}

.table_subrow ul li i {
    color: #3f6db3;
    margin-right: 10px
}

.table_subrow_hosting>div {
    min-height: 333px
}

.table_subrow_hosting .qa {
    margin-top: 18px
}

.table_subrow_invoce {
    border-bottom: 1px solid #d5d5d5
}

.table_subrow_invoce>div {
    padding-left: 0;
    min-height: 0;
    border-right: 1px solid #d1d1d1;
    text-align: center
}

.table_subrow_invoce>div a {
    font-family: Open Sans;
    font-weight: normal;
    font-size: 0.9rem;
    color: #222736
}

.table_subrow_invoce>div a:hover {
    text-decoration: none
}

.table_subrow_invoce>div.last {
    border-right: none
}

.pagination_holder>div {
    display: inline-block;
    float: right;
    color: #222736
}

.pagination_holder>div a:hover {
    cursor: default !important;
    text-decoration: none !important
}

.pagination_holder>div a.a_activ:hover {
    cursor: pointer !important
}

.pagination_holder .to_left {
    margin-right: 10px;
    margin-top: 5px
}

.pagination_holder .to_left a {
    color: #222736
}

.pagination_holder .to_left a:first-child {
    margin-right: 10px
}

.pagination_holder .pagin_pages {
    margin-bottom: 0;
    margin-left: 0;
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    padding-left: 10px;
    padding-right: 10px
}

.pagination_holder .pagin_pages ul {
    margin-bottom: 0
}

.pagination_holder .pagin_pages ul li.current a {
    background: #2d9744;
    color: white;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.pagination_holder .pagin_pages ul li a {
    color: #222736
}

.pagination_holder .to_right {
    margin-left: 10px;
    margin-top: 5px
}

.pagination_holder .to_right a {
    color: #222736
}

.pagination_holder .to_right a:first-child {
    margin-right: 10px
}

.bulk_domain_actions {
    margin-top: 23px !important
}

.bulk_domain_actions>div {
    padding-left: 0
}

.bulk_domain_actions>div>a {
    font-weight: 300;
    background: #3f6db3;
    color: white;
    font-family: "brandon-grotesque", Calibri, Arial, sans-serif;
    font-size: 1.5rem;
    text-transform: capitalize;
    padding-right: 2.1875em !important
}

.bulk_domain_actions>div>a:before {
    border-width: 0.2625em !important;
    right: 1em !important;
    margin-top: -0.1em !important;
    border-color: #1f509a transparent transparent transparent !important
}

.bulk_domain_actions>div>a:hover,
.bulk_domain_actions>div>a:active,
.bulk_domain_actions>div>a:focus {
    -moz-box-shadow: inset 0 0 0px 2px #3f6db3;
    -webkit-box-shadow: inset 0 0 0px 2px #3f6db3;
    box-shadow: inset 0 0 0px 2px #3f6db3;
    color: black;
    background: transparent !important
}

.bulk_domain_actions>div>a:hover:before,
.bulk_domain_actions>div>a:active:before,
.bulk_domain_actions>div>a:focus:before {
    border-color: #3f6db3 transparent transparent transparent !important
}

@media (max-width: 980px) {
    .bulk_domain_actions>div {
        text-align: center !important
    }
}

.login_holder label {
    font-family: "proxima-nova", sans-serif;
    font-size: 1.5rem;
    color: #4d5b82;
    margin-top: 10px
}

.login_holder input {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.login_holder input:focus {
    border: none;
    border-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.login_inputs_holder {
    margin-bottom: 50px
}

.login_inputs_holder label {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #4d5b82;
    font-size: 1.25rem;
    font-family: "proxima-nova", sans-serif
}

.login_inputs_holder label i {
    width: 17px;
    color: #333333;
    margin-right: 10px
}

.login_inputs_holder a {
    font-family: "proxima-nova", sans-serif;
    color: #fff;
    font-size: 1.5rem;
    background: #3f6db3;
    padding: 23px 46px
}

.login_inputs_holder a:hover {
    -moz-box-shadow: inset 0 0 0px 2px #3f6db3;
    -webkit-box-shadow: inset 0 0 0px 2px #3f6db3;
    box-shadow: inset 0 0 0px 2px #3f6db3
}

.forgot_holder {
    color: #494949;
    font-family: "proxima-nova", sans-serif;
    font-size: 1.1rem
}

.forgot_holder a {
    text-decoration: underline
}

.change_contact_info_jump_holder {
    margin-bottom: 44px !important
}

.change_contact_info_jump_holder span {
    font-family: "brandon-grotesque", Calibri, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    color: #fff;
    display: inline-block;
    padding: 0px 33px 0px 38px;
    line-height: 63px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.change_contact_info_jump_holder span a {
    font-family: "brandon-grotesque", Calibri, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    color: #222736;
    border-bottom: 1px dotted #222736
}

.change_contact_info_jump_holder span a:hover {
    text-decoration: none
}

.change_contact_info_jump_holder span.activ_span {
    background: #3fb352
}

.change_contact_info_jump_holder span.activ_span a {
    color: #fff;
    border-bottom: none
}

.login_details_jump_holder span {
    padding: 0px 31px 0px 31px
}

.login_details_jump_holder_sub {
    margin-bottom: 13px !important
}

.login_details_jump_holder_sub span {
    line-height: 43px !important;
    padding-left: 21px !important;
    padding-right: 21px !important;
    margin-right: 5px !important
}

.login_details_jump_holder_sub a {
    font-family: "proxima-nova", sans-serif !important;
    font-size: 1.1rem !important
}

.login_details_jump_holder_sub span.activ_span {
    background: #2d9744
}

.login_details_jump_holder_sub span.main_button_brown {
    background: #404241
}

.login_details_jump_holder_sub span.main_button_brown a {
    color: #ebebeb;
    border-bottom: none;
    cursor: normal;
    font-weight: normal;
    text-decoration: none
}

.upgrade_input_holder .large-8 .hasCustomSelect {
    height: 59px !important;
    width: 93% !important
}

.upgrade_input_holder .large-8 .customSelect {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    height: 59px !important;
    line-height: 59px !important;
    background-color: white;
    background-image: url("assets/img/treangle.svg");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 10px;
    border: none;
    padding-left: 18px;
    font-size: 1.5rem;
    color: #bebebe;
    width: 100%
}

.upgrade_input_holder .large-8 .customSelect.customSelectHover {
    cursor: pointer
}

.upgrade_input_holder .large-8 .customSelectInner {
    width: 100% !important
}

.change_contact_info_input_holder .large-8 {
    background: #ebebeb;
    border-bottom: 1px solid #dcdcdc;
    line-height: 5.2rem;
    font-weight: 300
}

.change_contact_info_input_holder .large-8 input {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 1.4rem 0;
    font-size: 1.5rem;
    height: 59px !important;
    line-height: 59px !important
}

.change_contact_info_input_holder .large-8 .hasCustomSelect {
    height: 59px !important;
    width: 93% !important;
    margin-top: 8px;
    margin-bottom: 0
}

.change_contact_info_input_holder .large-8 .customSelect {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    height: 59px !important;
    line-height: 59px !important;
    background-color: white;
    background-image: url("assets/img/treangle.svg");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 10px;
    border: none;
    padding-left: 18px;
    font-size: 1.5rem;
    margin: 8px 0;
    color: #bebebe;
    width: 100%
}

.change_contact_info_input_holder .large-8 .customSelect.customSelectHover {
    cursor: pointer
}

.change_contact_info_input_holder .large-8 .customSelectInner {
    width: 100% !important
}

.hide_modal_first {
    display: none
}

.LD_PhoneOSWalkThrough {
    height: 464px;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 28px
}

.LD_PhoneOSWalkThrough .InnerDiv {
    float: left;
    background-repeat: no-repeat;
    position: relative
}

.LD_PhoneOSWalkThrough .InnerDiv div span {
    position: relative;
    font-size: 1rem;
    color: #375387
}

#LD_PhoneOSWalkThrough_IOS7 .InnerDiv {
    width: 2175px;
    height: 427px
}

#LD_PhoneOSWalkThrough_IOS7 .InnerDiv div {
    margin: 15px;
    width: 240px;
    height: 427px;
    float: left
}

#LD_PhoneOSWalkThrough_IOS7 .InnerDiv div:first-child {
    margin-left: 2px !important
}

.select_text_black .customSelect {
    color: black !important
}

.domain_change_section .row {
    display: flex
}

.domain_change_section .row .large-8 .btn_activate {
    font-weight: 300;
    background: #2d9744
}

.domain_change_section .row .large-8 .btn_activate:hover {
    color: #2d9744;
    background: transparent;
    -moz-box-shadow: inset 0 0 0px 2px #2d9744;
    -webkit-box-shadow: inset 0 0 0px 2px #2d9744;
    box-shadow: inset 0 0 0px 2px #2d9744
}

.domain_change_section .row .large-8 .btn_deactivate {
    font-weight: 300;
    background: #de1c1c
}

.domain_change_section .row .large-8 .btn_deactivate:hover {
    color: #de1c1c;
    background: transparent;
    -moz-box-shadow: inset 0 0 0px 2px #de1c1c;
    -webkit-box-shadow: inset 0 0 0px 2px #de1c1c;
    box-shadow: inset 0 0 0px 2px #de1c1c
}

.domain_change_section .row .large-8 .btn_check_status {
    font-weight: 300;
    background: #3f6db3
}

.domain_change_section .row .large-8 .btn_check_status:hover {
    color: #3f6db3;
    background: transparent;
    -moz-box-shadow: inset 0 0 0px 2px #3f6db3;
    -webkit-box-shadow: inset 0 0 0px 2px #3f6db3;
    box-shadow: inset 0 0 0px 2px #3f6db3
}

.domain_change_section .row .large-8 .btn_check_status_server {
    min-width: 180px;
    font-weight: 300;
    background: #3f6db3
}

.domain_change_section .row .large-8 .btn_check_status_server:hover {
    color: #3f6db3;
    background: transparent;
    -moz-box-shadow: inset 0 0 0px 2px #3f6db3;
    -webkit-box-shadow: inset 0 0 0px 2px #3f6db3;
    box-shadow: inset 0 0 0px 2px #3f6db3
}

.domain_change_section .row .large-8 .btn_firewall {
    min-width: 180px;
    font-weight: 300;
    background: #de651c
}

.domain_change_section .row .large-8 .btn_firewall:hover {
    color: #de651c;
    background: transparent;
    -moz-box-shadow: inset 0 0 0px 2px #de651c;
    -webkit-box-shadow: inset 0 0 0px 2px #de651c;
    box-shadow: inset 0 0 0px 2px #de651c
}

.remote_mysql .headrow .large-4 {
    background: #b8c2d6 !important;
    color: #4d5b82;
    font-weight: normal;
    line-height: 81px;
    border-right: none;
    border-bottom: none
}

.remote_mysql .headrow .large-8 {
    background: #b8c2d6;
    color: #4d5b82;
    font-weight: normal;
    line-height: 81px
}

.remote_mysql .large-4 {
    background: #ffffff !important;
    color: #3a3e49;
    font-weight: normal !important
}

.server_rows .large-8 ul {
    margin-bottom: 0px;
    font-family: "proxima-nova", sans-serif
}

.server_rows .large-8 ul li {
    line-height: 4rem;
    color: black;
    font-family: "proxima-nova", sans-serif
}

.server_rows .large-8 ul li a {
    font-family: "proxima-nova", sans-serif;
    color: black;
    text-decoration: none
}

#FirewallCheckerLegend .modal_sub_headline {
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: black;
    margin-bottom: 30px;
    padding-left: 15px
}

#FirewallCheckerLegend .left {
    width: 50%;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    color: black;
    font-weight: bold;
    border-left: 1px solid #dddddd;
    font-size: 14px;
    font-weight: normal;
    font-family: "Effra", Calibri, Arial, sans-serif
}

#FirewallCheckerLegend .left.first {
    border-top: 1px solid #dddddd
}

#FirewallCheckerLegend .left.last {
    border-bottom: 1px solid #dddddd
}

#FirewallCheckerLegend .right {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    border-right: 1px solid #dddddd;
    float: left;
    width: 50%;
    color: black;
    font-weight: normal;
    font-family: "Effra", Calibri, Arial, sans-serif
}

#FirewallCheckerLegend .right.first {
    border-top: 1px solid #dddddd
}

#FirewallCheckerLegend .right.last {
    border-bottom: 1px solid #dddddd
}

#FirewallCheckerLegend .row_headline {
    font-weight: 600
}

#FirewallCheckerLegend .even {
    background: #ffffff
}

#FirewallCheckerLegend .odd {
    background: #f5f5f5
}

#FirewallCheckerLegend br {
    clear: both
}

#FirewallCheckerLegend .modal_footer_text {
    padding-left: 15px;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: black;
    margin-bottom: 30px;
    margin-top: 30px;
    line-height: 1.5
}

#FirewallCheckerLegend .modal_footer_text a {
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: black
}

.reveal-modal {
    z-index: 100
}

.reveal-modal p {
    display: inline-block;
    margin-bottom: 30px
}

.reveal-modal .button.primary {
    background: #428bca;
    color: white
}

.reveal-modal .button.primary:hover {
    color: #428bca;
    background: transparent;
    -moz-box-shadow: inset 0 0 0px 2px #428bca;
    -webkit-box-shadow: inset 0 0 0px 2px #428bca;
    box-shadow: inset 0 0 0px 2px #428bca
}

.reveal-modal .button.success {
    background: #6aca59;
    color: white
}

.reveal-modal .button.success:hover {
    color: #6aca59;
    background: transparent;
    -moz-box-shadow: inset 0 0 0px 2px #6aca59;
    -webkit-box-shadow: inset 0 0 0px 2px #6aca59;
    box-shadow: inset 0 0 0px 2px #6aca59
}

.RowIPAddressInputField {
    text-align: right !important;
    height: 59px !important;
    line-height: 59px !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin: 8px 0 !important;
    font-size: 1.5rem !important
}

.LinkCursor {
    cursor: pointer
}

.dns_headline_buttons_holder {
    margin-bottom: 58px
}

.dns_headline_buttons_holder .row .large-12 {
    background: #a5c7ce;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 0
}

.dns_headline_buttons_holder .row .large-12 a.button {
    color: #003742;
    background: none;
    font-weight: 300;
    font-size: 1.1rem;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    padding-top: 25px;
    padding-bottom: 25px
}

.dns_headline_buttons_holder .row .large-12 a.button span {
    border-bottom: 1px dotted #1e798c
}

.dns_headline_buttons_holder .row .large-12 a.button:hover {
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dns_headline_buttons_holder .row .large-12 a.button.activ {
    background: #1e798c;
    color: white
}

.dns_headline_buttons_holder .row .large-12 a.button.activ span {
    border-bottom: none
}

.dns_headline_buttons_holder .row .large-12 a.button.activ:hover {
    color: #1e798c;
    background: transparent;
    -moz-box-shadow: inset 0 0 0px 2px #1e798c;
    -webkit-box-shadow: inset 0 0 0px 2px #1e798c;
    box-shadow: inset 0 0 0px 2px #1e798c
}

.dns_btn_sub_headline {
    font-family: "proxima-nova", sans-serif;
    font-size: 1.1rem;
    color: white;
    width: 234px;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 8px;
    margin-right: 10px
}

.dns_btn_sub_headline.add_btn {
    background: #2d9744
}

.dns_btn_sub_headline.add_btn:hover {
    background: transparent;
    color: #2d9744;
    -moz-box-shadow: inset 0 0 0px 2px #2d9744;
    -webkit-box-shadow: inset 0 0 0px 2px #2d9744;
    box-shadow: inset 0 0 0px 2px #2d9744
}

.dns_btn_sub_headline.DNS_Deactivate:hover {
    color: #f62c25
}

.dns_btn_sub_headline.google_app_btn {
    background: #3f6db3
}

.dns_btn_sub_headline.google_app_btn:hover {
    background: transparent;
    color: #3f6db3;
    -moz-box-shadow: inset 0 0 0px 2px #3f6db3;
    -webkit-box-shadow: inset 0 0 0px 2px #3f6db3;
    box-shadow: inset 0 0 0px 2px #3f6db3
}

.dns_warning {
    background: #daa8a8;
    color: #890000;
    text-align: center;
    width: 97%;
    font-size: 1.1rem;
    padding: 30px 10px;
    font-family: "proxima-nova", sans-serif;
    margin: 55px auto;
    border: none
}

.activ_dns_hosting {
    background: #2d9744;
    color: white;
    text-transform: none;
    font-weight: normal;
    font-size: 1.4rem
}

.activ_dns_hosting:hover {
    background: transparent;
    -moz-box-shadow: inset 0 0 0px 2px #2d9744;
    -webkit-box-shadow: inset 0 0 0px 2px #2d9744;
    box-shadow: inset 0 0 0px 2px #2d9744
}

.SetNSToPANTHUR {
    margin-left: 42px;
    background: #2d9744;
    color: white;
    text-transform: none;
    font-weight: 300;
    font-family: "proxima-nova", sans-serif;
    margin-bottom: 12px
}

.SetNSToPANTHUR:hover {
    background: transparent;
    -moz-box-shadow: inset 0 0 0px 2px #2d9744;
    -webkit-box-shadow: inset 0 0 0px 2px #2d9744;
    box-shadow: inset 0 0 0px 2px #2d9744
}

.datetimepicker .table-condensed tr {
    background-color: white
}

.datetimepicker .prev,
.datetimepicker .next {
    font-style: normal
}

.datetimepicker .prev:after {
    content: "«"
}

.datetimepicker .next:after {
    content: "»"
}


/*!
 * Datepicker for Foundation - less stylesheet, just version customized to foundation
 *
 * Copyright 2013 Peter Beno, najlepsiwebdesigner@gmail.com, @benopeter
 * project website http://foundation-datepicker.peterbeno.com
 *
 * Original project https://github.com/eternicode/bootstrap-datepicker
 *      Original author 2012 Stefan Petre
 *      Improvements by Andrew Rowls
 *      Licensed under the Apache License v2.0
 *      http://www.apache.org/licenses/LICENSE-2.0
 */

.datetimepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000 !important;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 18px
}

.datetimepicker.dropdown-menu th,
.datetimepicker.dropdown-menu td {
    padding: 4px 5px
}

.datetimepicker {
    display: none;
    position: absolute;
    padding: 4px;
    margin-top: 1px;
    direction: ltr
}

.datetimepicker-inline {
    width: 220px;
    display: none
}

.datetimepicker-rtl {
    direction: rtl
}

.datetimepicker-rtl table tr td span {
    float: right
}

.datetimepicker-dropdown {
    top: 0;
    left: 0
}

.datetimepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px
}

.datetimepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px
}

.datetimepicker>div {
    display: none
}

.datetimepicker.days div.datepicker-days {
    display: block
}

.datetimepicker.months div.datepicker-months {
    display: block
}

.datetimepicker.years div.datepicker-years {
    display: block
}

.datetimepicker table {
    border: 0;
    margin: 0
}

.datetimepicker td,
.datetimepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 12px;
    padding: 4px 8px;
    background: #fff;
    cursor: pointer
}

.datetimepicker td.active.day,
.datetimepicker th.active.day {
    background: #2ba6cb
}

.datetimepicker td.active.year,
.datetimepicker th.active.year {
    background: #2ba6cb
}

.datetimepicker td span.active,
.datetimepicker th span.active {
    background: #2ba6cb
}

.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
    background-color: transparent
}

.datetimepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer
}

.datetimepicker th.switch {
    width: 145px
}

.datetimepicker thead tr:first-child th,
.datetimepicker tfoot tr:first-child th {
    cursor: pointer
}

.datetimepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.datetimepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent
}

.datetimepicker-dropdown:before,
.datetimepicker-dropdown:after {
    display: none
}

.datetimepicker-close {
    position: absolute;
    top: -30px;
    right: 0;
    width: 15px;
    height: 30px;
    padding: 0;
    display: none
}

td.day.disabled,
span.hour.disabled,
span.minute.disabled {
    color: #eee
}

.InitServiceRefresh {
    background: #df2626 !important
}

.InitServiceRefresh:hover {
    background: transparent !important;
    -moz-box-shadow: inset 0 0 0px 2px #df2626 !important;
    -webkit-box-shadow: inset 0 0 0px 2px #df2626 !important;
    box-shadow: inset 0 0 0px 2px #df2626 !important
}

.checkbox_holder_label {
    margin-top: 31px;
    width: 96%;
    display: inline-block;
    text-align: left;
    padding-top: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
    background: #bf2e2e;
    font-size: 1.5rem;
    font-family: "proxima-nova", sans-serif;
    color: white;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.checkbox_holder_label span {
    font-size: 1rem;
    display: block;
    margin-top: 10px
}

.checkbox_holder_label.activ {
    background: #2d9744
}

.dom_input_holder select {
    -webkit-appearance: none !important;
    background-color: #fafafa;
    background-image: url("assets/img/treangle.svg");
    background-repeat: no-repeat;
    background-position: 97% center;
    border: none;
    padding: 0.44444rem;
    color: rgba(0, 0, 0, 0.75);
    line-height: normal;
    border-radius: 0;
    margin-top: 7px;
    height: 3.6rem;
    font-size: 1.4rem;
    width: auto
}

.cc_input_holders {
    input: disabled;
    input-background: #6f6f6f;
    input-color: #dfdfdf
}

.cust_select_holder .customSelect {
    width: auto;
    padding-right: 25px;
    color: black
}

.cust_select_holder .hasCustomSelect {
    width: auto !important
}

.green_btn {
    background: #2d9744 !important
}

.green_btn:hover {
    background-color: transparent !important;
    background: transparent !important;
    -moz-box-shadow: inset 0 0 0px 2px #2d9744 !important;
    -webkit-box-shadow: inset 0 0 0px 2px #2d9744 !important;
    box-shadow: inset 0 0 0px 2px #2d9744 !important
}

.green_btn:focus {
    background-color: transparent !important;
    background: transparent !important;
    -moz-box-shadow: inset 0 0 0px 2px #2d9744 !important;
    -webkit-box-shadow: inset 0 0 0px 2px #2d9744 !important;
    box-shadow: inset 0 0 0px 2px #2d9744 !important
}

.green_btn_text:hover {
    color: #2d9744 !important
}

.green_btn_text:focus {
    color: #2d9744 !important
}

.row_activate_client_area_login .large-4 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    color: black;
    font-size: 35px;
    padding-left: 0px !important
}

.row_activate_client_area_login .large-8 label {
    background: #2d9744;
    color: white;
    padding-left: 25px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.row_activate_client_area_login .large-8 label i {
    width: 20px;
    margin-right: 5px
}

.emails_checkbox_holder .row {
    cursor: pointer;
    background: #ebebeb;
    border-bottom: 1px solid #dcdcdc
}

.emails_checkbox_holder .row .large-12 label {
    padding-left: 57px !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #242424
}

.emails_checkbox_holder .row .large-12 label span {
    font-size: 16px;
    font-weight: normal;
    color: #242424;
    display: block
}

.emails_checkbox_holder .row .large-12 label input {
    display: none !important
}

.emails_checkbox_holder .row.activ {
    background: #24ab41;
    background: -moz-linear-gradient(top, #24ab41 0%, #2d9744 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #24ab41), color-stop(100%, #2d9744));
    background: -webkit-linear-gradient(top, #24ab41 0%, #2d9744 100%);
    background: -o-linear-gradient(top, #24ab41 0%, #2d9744 100%);
    background: -ms-linear-gradient(top, #24ab41 0%, #2d9744 100%);
    background: linear-gradient(to bottom, #24ab41 0%, #2d9744 100%)
}

.emails_checkbox_holder .row.activ .large-12 label {
    color: white
}

.emails_checkbox_holder .row.activ .large-12 label span {
    color: white
}

.access_checkbox_holder .row {
    cursor: pointer;
    background: #ebebeb
}

.access_checkbox_holder .row .large-6 {
    border-bottom: 1px solid #dcdcdc
}

.access_checkbox_holder .row .large-6 label {
    padding-left: 57px !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    font-family: "proxima-nova", sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #242424
}

.access_checkbox_holder .row .large-6 label input {
    display: none !important
}

.access_checkbox_holder .row .large-6.activ {
    background: #24ab41;
    background: -moz-linear-gradient(top, #24ab41 0%, #2d9744 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #24ab41), color-stop(100%, #2d9744));
    background: -webkit-linear-gradient(top, #24ab41 0%, #2d9744 100%);
    background: -o-linear-gradient(top, #24ab41 0%, #2d9744 100%);
    background: -ms-linear-gradient(top, #24ab41 0%, #2d9744 100%);
    background: linear-gradient(to bottom, #24ab41 0%, #2d9744 100%);
    border-bottom: 1px solid #2d9744
}

.access_checkbox_holder .row .large-6.activ label {
    color: white
}

.access_checkbox_holder .row .large-6:nth-child(2n+2) {
    border-left: 1px solid #dcdcdc
}

.access_checkbox_holder .row .large-6:last-child {
    border-left: 1px solid #dcdcdc
}

.access_checkbox_holder .row:before,
.access_checkbox_holder .row:after {
    display: flex !important
}

.no_flex {
    display: block !important
}

.account_push_service_holder span {
    display: block;
    font-size: 16px;
    line-height: 1.5
}

.account_push_service_holder span.domain_holder {
    font-size: 24px;
    font-weight: 600
}

@media (max-width: 480px) {
    .account_push_service_holder span {
        font-size: 60% !important
    }
}

#PD_New_ChosenDomainsList li {
    font-size: 16px;
    color: #242424;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600
}

#PD_New_ChosenDomainsList li span {
    font-weight: 300;
    display: block
}

.green_progress_bar .meter {
    background: #2d9744
}

.upgrade_summary .cart_headline {
    margin-bottom: 17px !important
}

.upgrade_summary .cart_headline div {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    color: black;
    font-size: 36px
}

.upgrade_summary .cart_prod_holder .small-12 {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 40px 15px 40px 30px
}

.upgrade_summary .cart_prod_holder .small-12 .large-6 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    color: black;
    font-size: 24px
}

.sub_total_row .large-12 {
    background: #f8f8f8;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-right: 15px !important
}

.sub_total_row .large-12 .large-6 {
    font-size: 18px;
    color: #000
}

.tax_row .large-12 {
    background: #fff;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-right: 15px !important
}

.tax_row .large-12 .large-6 {
    font-size: 18px;
    color: #000
}

.total_due_today_row .large-12 {
    background: #2f9843;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-right: 15px !important
}

.total_due_today_row .large-12 .large-6 {
    font-size: 24px;
    color: #FFF
}

.upgrade_promo_holder .promobtn {
    font-size: 1.8rem;
    line-height: 3.7rem;
    height: 3.7rem;
    border-radius: 0;
    background: white;
    color: black;
    border: none
}

.upgrade_promo_holder #promocode {
    border-radius: 0;
    border: none;
    height: 1.84em;
    box-shadow: none;
    font-family: "proxima-nova", sans-serif;
    font-size: 2rem
}

.upgrade_promo_holder .promotion_text {
    font-size: 18px;
    font-family: "proxima-nova", sans-serif;
    color: black;
    margin-top: 23px
}

.upgarde_radio_holder .orderpaymentmethod {
    text-align: center;
    margin-bottom: 41px
}

.upgarde_radio_holder .orderpaymentmethod label.activ {
    background-color: #3f6db3;
    color: #fff
}

.upgarde_radio_holder .orderpaymentmethod label {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 4.5rem;
    min-width: 205px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    color: #979797;
    background-color: #555555;
    border-radius: 2px;
    font-weight: normal
}

.upgarde_radio_holder .orderpaymentmethod input {
    display: none
}

.continue_holder .search_btn {
    border-radius: 9px;
    background-color: #2f9843;
    color: white;
    font-size: 1.8rem;
    padding: 2.2rem 1.7rem 2.2rem 1.4rem;
    font-family: "proxima-nova", sans-serif
}

.continue_holder .search_btn:hover {
    background: none;
    color: black;
    -webkit-box-shadow: inset 0px 0px 0px 2px #6aca59;
    -moz-box-shadow: inset 0px 0px 0px 2px #6aca59;
    box-shadow: inset 0px 0px 0px 2px #6aca59
}

.continue_holder .search_holder {
    margin: -2px auto 0px auto;
    font-size: 14px;
    text-align: center;
    padding: 10px
}

.submit_ticket_section {
    margin-top: 55px
}

.submit_ticket_section .row {
    margin-bottom: 20px;
    background: #2f4eaa;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    min-height: 80px;
    font-weight: normal;
    font-size: 18px;
    color: white;
    font-family: "proxima-nova", sans-serif;
    vertical-align: middle;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.submit_ticket_section .row .large-4 {
    padding-right: 0px
}

.submit_ticket_section .row .department_link {
    font-weight: 600;
    font-size: 36px;
    color: white;
    font-family: "proxima-nova", sans-serif;
    border-bottom: 1px dotted white
}

.submit_ticket_section .row .department_link:hover {
    text-decoration: none
}

.textarea_holder textarea:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.has_tooltip {
    border-bottom: 1px dotted #0077AA;
    cursor: help;
    border-bottom: none
}

.has_tooltip::after {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 8px 8px 8px 0px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    color: #FFF;
    content: attr(data-tooltip);
    margin-top: -23px;
    z-index: 1;
    opacity: 0;
    padding: 3px 7px;
    position: absolute;
    visibility: hidden;
    transition: all 0.4s ease-in-out
}

.has_tooltip:hover::after {
    opacity: 1;
    visibility: visible
}

.has_tooltip:hover {
    text-decoration: none
}

.has_tooltip_invoices {
    position: relative
}

.has_tooltip_invoices .tooltip_invoices {
    top: -43px;
    left: 29px;
    background-color: #111111;
    color: white;
    padding: 30px 20px;
    opacity: 0;
    display: none;
    font-size: 12px;
    font-family: Open Sans;
    font-weight: 300;
    position: absolute;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    min-width: 600px;
    line-height: 1.5;
    width: auto;
    z-index: 1
}

.has_tooltip_invoices .tooltip_invoices .treangle {
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid transparent;
    border-right: 14px solid #111111;
    position: relative;
    margin-bottom: -100%;
    float: left;
    left: -48px;
    top: 7px
}

.has_tooltip_invoices:hover .tooltip_invoices {
    opacity: 1;
    display: block
}

.has_tooltip_login_details::after {
    margin-top: -78px
}

.has_tooltip_cart {
    cursor: help;
    border-bottom: none
}

.has_tooltip_cart::after {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 0px 8px 8px 8px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    color: #FFF;
    content: attr(data-tooltip);
    margin-top: -23px;
    z-index: 1;
    opacity: 0;
    padding: 3px 7px;
    position: absolute;
    visibility: hidden;
    transition: all 0.4s ease-in-out
}

.has_tooltip_cart:hover::after {
    opacity: 1;
    visibility: visible
}

.has_tooltip_cart:hover {
    text-decoration: none
}

.has_tooltip_dnshosting {
    cursor: help;
    border-bottom: none
}

.has_tooltip_dnshosting::after {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 0px 8px 8px 8px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    color: #FFF;
    content: attr(data-tooltip);
    margin-top: 23px;
    z-index: 1;
    opacity: 0;
    padding: 3px 7px;
    position: absolute;
    visibility: hidden;
    line-height: 1.5;
    transition: all 0.4s ease-in-out
}

.has_tooltip_dnshosting:hover::after {
    opacity: 1;
    visibility: visible
}

.has_tooltip_dnshosting:hover {
    text-decoration: none
}

.has_tooltip_subscriptions {
    border-bottom: 1px dotted #0077AA;
    cursor: help;
    border-bottom: none
}

.has_tooltip_subscriptions::after {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 0px 8px 8px 8px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    color: #FFF;
    content: attr(data-tooltip);
    margin-top: -23px;
    z-index: 1;
    opacity: 0;
    padding: 3px 7px;
    position: absolute;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    width: 100%;
    line-height: 1;
    box-sizing: content-box;
    display: inline;
    text-align: center
}

.has_tooltip_subscriptions:hover::after {
    opacity: 1;
    visibility: visible
}

.has_tooltip_subscriptions:hover {
    text-decoration: none
}

.domain_suspended {
    background: #BA3535;
    height: auto !important;
    min-height: 0 !important;
    margin-top: -11px;
    margin-bottom: 11px;
    padding-left: 15px !important
}

.domain_suspended h5 {
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
    color: white
}

.domain_suspended h5 a {
    font-family: "proxima-nova", sans-serif;
    font-weight: normal;
    color: white
}

.installatron_section {
    background: #fcf4e9
}

.installatron_section h2 {
    font-weight: 300;
    font-family: "Effra", Calibri, Arial, sans-serif;
    display: inline-block;
    margin-bottom: 100px;
    color: #1b233b
}

.installatron_section .installatron_section_img_holder .large-12 span {
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #1b233b;
    padding: 18px 31px;
    display: inline-block;
    margin-top: 26px;
    margin-bottom: 75px
}

.installatron_section .installatron_view_all_app {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px dashed #648bc7;
    font-weight: 400;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-size: 30px;
    color: white
}

.installatron_section .installatron_view_all_app:hover {
    text-decoration: none
}

.installatron_list_holder h2 {
    font-weight: 400;
    font-family: 'Effra', Calibri, Arial, sans-serif
}

.installatron_list_holder ul li {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Effra', Calibri, Arial, sans-serif;
    color: #e2e2e2
}

.installatron_list_holder ul li strong {
    color: #e2e2e2;
    font-size: 24px;
    font-family: 'Effra', Calibri, Arial, sans-serif
}

.installatron_list_holder ul li i {
    margin-right: 24px !important;
    color: #3ab326 !important
}

.installatron_list_holder p {
    color: #e2e2e2;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Effra', Calibri, Arial, sans-serif
}

.r_section {
    background: transparent;
    background-image: url(assets/img/bg-pattern-11.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#3f6db3)), url(assets/img/bg-pattern-11.png);
    background-image: -webkit-linear-gradient(top, transparent, #3f6db3), url(assets/img/bg-pattern-11.png);
    background-image: -moz-linear-gradient(top, transparent, #3f6db3), url(assets/img/bg-pattern-11.png);
    background-image: -ms-linear-gradient(top, transparent, #3f6db3), url(assets/img/bg-pattern-11.png);
    background-image: -o-linear-gradient(top, transparent, #3f6db3), url(assets/img/bg-pattern-11.png);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #3f6db3), url(assets/img/bg-pattern-11.png)
}

.r_section h1 {
    font-weight: 400;
    font-family: "Effra", Calibri, Arial, sans-serif;
    display: inline-block;
    margin-bottom: 100px;
    color: white
}

.r_section .r_section_img_holder .large-12 img {
    width: auto
}

.r_section .r_section_img_holder .large-12 .link_sub_img {
    font-family: 'Effra', Calibri, Arial, sans-serif;
    font-weight: 300;
    font-size: 36px;
    color: white;
    padding-bottom: 5px;
    border-bottom: 1px dashed #648bc7;
    display: inline-block;
    margin-top: 26px;
    margin-bottom: 75px
}

.r_section .r_section_img_holder .large-12 .link_sub_img:hover {
    text-decoration: none
}

.knowledgebase_search_holder {
    background: url(assets/img/search_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.knowledgebase_search_holder input {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 24px;
    height: 64px
}

.knowledgebase_search_holder a {
    line-height: 1.1;
    font-family: 'Effra', Calibri, Arial, sans-serif;
    font-weight: bold;
    color: white;
    font-size: 24px;
    text-transform: uppercase
}

.knowledgebase_search_holder a:hover {
    text-decoration: none
}

.knowledgebase_cat_holder {
    background: #f2f2f2;
    margin-bottom: 121px
}

.knowledgebase_cat_holder .large-6 {
    display: flex;
    background: #f2f2f2;
    border-bottom: 1px solid #dcdcdc
}

.knowledgebase_cat_holder .large-6 a {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    align-content: center;
    display: flex;
    color: #011e4e;
    font-family: 'Effra', Calibri, Arial, sans-serif;
    font-size: 30px;
    height: 93px;
    padding-left: 32px
}

.knowledgebase_cat_holder .large-6 a i {
    margin-right: 18px;
    color: #32599a;
    margin-top: 3px
}

.knowledgebase_cat_holder .large-6 a:hover {
    text-decoration: none
}

.knowledgebase_cat_holder .large-6:nth-child(2n+2) {
    border-left: 1px solid #dcdcdc
}

.knowledgebase_cat_holder .large-6:nth-child(3),
.knowledgebase_cat_holder .large-6:nth-child(4),
.knowledgebase_cat_holder .large-6:nth-child(7),
.knowledgebase_cat_holder .large-6:nth-child(8),
.knowledgebase_cat_holder .large-6:nth-child(11),
.knowledgebase_cat_holder .large-6:nth-child(12) {
    background: #fff
}

.knowledgebase_cat_holder .large-6:last-child {
    border-left: 1px solid #dcdcdc
}

.knowledgebase_popular_articles h3 {
    font-family: 'Effra', Calibri, Arial, sans-serif;
    font-weight: 300;
    font-size: 48px;
    display: inline-block
}

.knowledgebase_popular_articles_list {
    display: flex
}

.knowledgebase_popular_articles_list i {
    font-size: 50px;
    color: #1c1c1c
}

.knowledgebase_popular_articles_list>.large-12>.row {
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    align-content: center;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    background: #ebebeb;
    border-top: 1px solid #d5d5d5;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #d5d5d5
}

.knowledgebase_popular_articles_list>.large-12>.row:nth-child(2n+2) {
    border: none;
    background: #fbfbfb
}

.knowledgebase_popular_articles_list>.large-12>.row:last-child {
    border-bottom: 1px solid #d5d5d5
}

.knowledgebase_popular_articles_list .knowledgebase_popular_articles_a {
    font-family: 'Effra', Calibri, Arial, sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: black;
    display: inline-block;
    margin-bottom: 18px
}

.knowledgebase_popular_articles_list .knowledgebase_popular_articles_sub_a {
    font-family: 'Effra', Calibri, Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: black
}

.knowledgebase_breadcrumbs {
    background: #393939;
    min-height: 73px;
    line-height: 73px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    align-content: center;
    padding-left: 35px;
    margin-bottom: 92px
}

.knowledgebase_breadcrumbs i {
    color: white;
    font-size: 31px;
    position: relative;
    bottom: -9px
}

.knowledgebase_breadcrumbs .large-11 {
    color: white;
    font-size: 30px;
    font-family: 'Effra', Calibri, Arial, sans-serif;
    font-weight: normal
}

.knowledgebase_breadcrumbs .large-11 a {
    color: white;
    font-size: 30px;
    font-family: 'Effra', Calibri, Arial, sans-serif;
    font-weight: 300;
    padding-bottom: 4px;
    border-bottom: 1px dashed white
}

.knowledgebase_article_holder .bookmark_print_holder {
    margin-bottom: 8px
}

.knowledgebase_article_holder .bookmark_print_holder span {
    display: inline-block;
    margin-left: 32px
}

.knowledgebase_article_holder .bookmark_print_holder span i {
    color: black;
    font-size: 24px;
    margin-right: 8px
}

.knowledgebase_article_holder .bookmark_print_holder span a {
    border-bottom: 1px dashed black;
    color: black;
    font-size: 24px;
    font-family: 'Effra', Calibri, Arial, sans-serif;
    font-weight: 300
}

.knowledgebase_article_holder .knowledgebase_text_holder {
    line-height: 1.5;
    font-family: "proxima-nova", sans-serif;
    border: 1px solid #e4e4e4;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #ebebeb;
    padding: 43px 38px 43px 38px
}

.knowledgebase_article_holder .knowledgebase_text_holder h3 {
    font-family: 'Effra', Calibri, Arial, sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: black
}

.knowledgebase_article_holder .knowledgebase_text_holder p {
    color: black;
    font-family: 'Effra', Calibri, Arial, sans-serif;
    font-weight: 300;
    font-size: 18px
}

.clickretore_img_holder {
    background: #15141e
}

.clickretore_img_holder img {
    margin-bottom: 50px
}

.clickretore_img_holder span {
    color: white;
    font-family: 'Effra', Calibri, Arial, sans-serif;
    font-weight: 300;
    font-size: 24px
}

.clickretore_video_holder {
    background: url(assets/img/bg-pattern-4.png)
}

.clickretore_video_holder h2 {
    margin-bottom: 60px;
    color: white;
    font-family: 'Effra', Calibri, Arial, sans-serif
}

.clickretore_video_holder .button {
    font-size: 14px;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    margin-bottom: 15px
}

.testimonial_section {
    background-color: #cdd1da;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCDD1DA', endColorstr='#FFD2D2D2');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZGQxZGEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), url(assets/img/testimonial_bg_big.png);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #cdd1da)), url(assets/img/testimonial_bg_big.png);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #cdd1da 100%), url(assets/img/testimonial_bg_big.png);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #cdd1da 100%), url(assets/img/testimonial_bg_big.png);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #cdd1da 100%), url(assets/img/testimonial_bg_big.png);
    background-color: #CDD1DA;
    background-size: 100% auto
}

.testimonial_section #slick_testimonial .testimonial_img_holder {
    z-index: 99
}

.testimonial_section #slick_testimonial .testimonial_img_holder span {
    display: block;
    border-radius: 99999px;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border: 8px solid white;
    overflow: hidden
}

.testimonial_section #slick_testimonial .testimonial_img_holder span img {
    width: 100%;
    -moz-border-radius: 999999px;
    -webkit-border-radius: 999999px;
    border-radius: 999999px
}

.testimonial_section #slick_testimonial .testimonial_text_holder {
    background: white;
    margin: 0px 20px;
    padding: 50px 20px 20px;
    position: relative;
    clear: both;
    top: -50px;
    margin-bottom: -50px
}

.testimonial_section #slick_testimonial .testimonial_text_holder p {
    color: #1b233b;
    font-family: 'Effra', Calibri, Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 0
}

.testimonial_section #slick_testimonial .testimonial_text_holder p a {
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    display: block;
    color: #ff0000;
    font-family: 'Effra', Calibri, Arial, sans-serif
}

.testimonial_section #slick_testimonial .triangle_bottom {
    width: 25px;
    margin: 0 auto;
    border-top: 25px solid white;
    border-bottom: 25px solid transparent;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent
}

.testimonial_section #slick_testimonial .sign_holder {
    font-style: italic;
    font-weight: normal;
    font-family: 'Effra', Calibri, Arial, sans-serif;
    color: #1b233b
}

.testimonial_section #slick_testimonial .sign_holder b {
    font-style: normal;
    color: #1b233b;
    font-family: 'Effra', Calibri, Arial, sans-serif;
    font-weight: bold
}

.testimonial_section p {
    font-family: 'Effra', Calibri, Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 0
}

.testimonial_section .tm_sign {
    font-family: 'Effra', Calibri, Arial, sans-serif;
    font-weight: 300;
    color: #f13636;
    font-size: 20px
}

.testimonial_section .large-1 i {
    font-size: 72px;
    color: #f13636
}

.testimonial_section .large-2 i {
    font-size: 72px;
    color: #f13636
}

@media (max-width: 480px) {
    .testimonial_section {
        background-image: none;
        background-color: #dde3ef
    }
}

.testimonial_add_new {
    background: #101423
}

.testimonial_add_new h2 {
    color: #fff;
    font-family: 'Effra', Calibri, Arial, sans-serif;
    font-weight: 300
}

.testimonial_add_new a {
    color: #1b233b;
    padding: 28px 51px
}

.myip_section .disclaimer {
    background: #3f6db3;
    padding-top: 40px;
    padding-bottom: 40px
}

.myip_section .disclaimer div {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Effra', Calibri, Arial, sans-serif;
    color: #fff
}

.myip_section .myip_block {
    margin-top: 70px
}

.myip_section .myip_block div {
    border: 1px dotted #afafaf;
    background: #ebebeb;
    padding-top: 45px;
    padding-bottom: 45px;
    font-size: 48px;
    font-weight: normal;
    font-family: 'Effra', Calibri, Arial, sans-serif;
    color: #000
}

.popup_login_form {
    background: transparent
}

.popup_login_form form {
    margin: 0px
}

.popup_login_form form label {
    color: black;
    font-size: 24px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    margin: 0px
}

.popup_login_form form input {
    margin-top: 10px;
    font-size: 18px;
    border-color: #ababab;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.popup_login_form form input::-webkit-input-placeholder {
    color: #ababab;
    font-size: 18px
}

.popup_login_form form input:-moz-placeholder {
    color: #ababab;
    font-size: 18px
}

.popup_login_form form input::-moz-placeholder {
    color: #ababab;
    font-size: 18px
}

.popup_login_form form input:-ms-input-placeholder {
    color: #ababab;
    font-size: 18px
}

.popup_login_form form a {
    color: #3498db;
    font-family: "proxima-nova", sans-serif;
    font-size: 12px
}

.popup_login_form form .login_link {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: white;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #3498db;
    width: 100%;
    letter-spacing: 2px;
    max-width: 200px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    text-shadow: 1px 1px 1px #266d9e
}

.popup_login_form form .login_link:hover {
    text-decoration: none
}

@media only screen and (min-width: 768px) {
    #login_form_modal {
        position: fixed;
        left: 50%
    }
}

.popup_clientarea {
    display: none;
    position: absolute;
    background: #1b233b;
    z-index: 1001;
    top: 50px;
    right: 109px;
    box-shadow: inset 0px 0px 0px 2px #f62c25
}

.popup_login_form_holder .popup_login_form {
    min-width: 233px;
    display: none;
    padding: 22px 15px
}

.popup_login_form_holder .popup_login_form form {
    margin: 0
}

.popup_login_form_holder .popup_login_form label {
    text-align: left;
    color: #fff;
    font-size: 12px;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 13px
}

.popup_login_form_holder .popup_login_form input {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.popup_login_form_holder .popup_login_form a.login_link {
    letter-spacing: 2px;
    font-size: 12px;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    font-weight: 300;
    color: #fffefe;
    display: block;
    text-align: center;
    min-width: 85px;
    line-height: 35px;
    text-transform: uppercase;
    background: #f62c25;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.popup_login_form_holder .popup_login_form .remember_holder {
    font-size: 12px;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
    text-align: left;
    line-height: 35px;
    color: #fffefe;
    margin-bottom: 0px;
    margin-top: 3px
}

.popup_login_form_holder .popup_login_form .remember_holder i {
    margin-right: 5px
}

.popup_login_form_holder .popup_login_form .forgot_pass {
    margin-top: 37px;
    display: block;
    font-size: 12px;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    font-weight: normal;
    color: #fff
}

.popup_login_form_holder .popup_clientarea {
    min-width: 177px;
    display: none;
    padding: 22px 15px;
    text-align: left;
    text-transform: uppercase
}

.popup_login_form_holder .popup_clientarea span {
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #fff
}

.popup_login_form_holder .popup_clientarea span.credit {
    color: #6aca59
}

.popup_login_form_holder .popup_clientarea a i {
    color: #d72d24;
    margin-right: 9px
}

.popup_login_form_holder .popup_clientarea a span {
    color: #e1e1e1
}

.popup_login_form_holder .popup_clientarea a:hover {
    text-decoration: none
}

.popup_login_form_holder .popup_clientarea ul#navbarm {
    padding: 0
}

.popup_login_form_holder .popup_clientarea ul#navbarm li {
    margin-top: 15px;
    line-height: 1
}

.popup_login_form_holder .login-link {
    color: white !important;
    -moz-box-shadow: inset 0px 0px 0px 2px #f62c25;
    -webkit-box-shadow: inset 0px 0px 0px 2px #f62c25;
    box-shadow: inset 0px 0px 0px 2px #f62c25;
    z-index: 1002;
    background: #1b233b !important
}

.popup_login_form_holder .login-link:hover {
    -moz-box-shadow: inset 0px 0px 0px 2px #8a919c;
    -webkit-box-shadow: inset 0px 0px 0px 2px #8a919c;
    box-shadow: inset 0px 0px 0px 2px #8a919c
}

.logout-link {
    border: none;
    color: white !important;
    background: transparent !important;
    -moz-box-shadow: inset 0px 0px 0px 2px #f62c25;
    -webkit-box-shadow: inset 0px 0px 0px 2px #f62c25;
    box-shadow: inset 0px 0px 0px 2px #f62c25
}

.logout-link:hover {
    -moz-box-shadow: inset 0px 0px 0px 2px #8a919c;
    -webkit-box-shadow: inset 0px 0px 0px 2px #8a919c;
    box-shadow: inset 0px 0px 0px 2px #8a919c
}

.padding_right_0 {
    padding-right: 0 !important
}

.tickets_client_section {
    margin-top: 37px
}

.tickets_client_section .header_tickets {
    margin-top: 5px;
    height: 70px;
    background-color: #3f86b3;
    font-family: "proxima-nova", sans-serif
}

.tickets_client_section .header_tickets img {
    width: 32px;
    height: 32px;
    overflow: hidden;
    height: 100%;
    padding-left: 6px;
    padding-top: 20px;
    float: left
}

.tickets_client_section .header_tickets i {
    color: #222222;
    overflow: hidden;
    height: 100%;
    padding-left: 6px;
    padding-top: 20px;
    font-size: 30px;
    float: left
}

.tickets_client_section .header_tickets .usr_info_div {
    padding-top: 26px;
    padding-left: 16px;
    line-height: 50%;
    height: 60px;
    overflow: hidden
}

.tickets_client_section .header_tickets span {
    color: #fff
}

.tickets_client_section .header_tickets .info_up_span {
    font-size: 24px;
    display: inherit
}

.tickets_client_section .header_tickets .info_down_span {
    font-size: 12px
}

.tickets_client_section .header_tickets .date_span {
    font-size: 16px;
    padding-top: 28px;
    padding-right: 12px;
    font-weight: 300;
    position: relative;
    display: inline-block
}

.tickets_client_section .table_ticket_content {
    background-color: #eaeaea
}

.tickets_client_section .table_ticket_content .ticket_group {
    padding-top: 25px
}

.tickets_client_section .table_ticket_content span {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #000;
    padding-left: 18px;
    display: inline-block;
    word-break: break-all
}

.tickets_client_section .table_ticket_content a {
    display: inline-block;
    padding-left: 17px;
    padding-top: 18px
}

.tickets_client_section .table_ticket_content a i {
    color: #3f86b3;
    font-size: 24px
}

.tickets_client_section .table_ticket_content a i span {
    margin-left: 10px
}

.tickets_client_section .table_ticket_content:first-child {
    padding-top: 25px
}

.tickets_client_section .table_ticket_content:last-child {
    display: inline-block;
    padding-bottom: 60px
}

.tickets_client_section .table_ticket_content .span_ticket_content {
    padding-bottom: 30px
}

.tickets_admin_section {
    margin-top: 37px
}

.tickets_admin_section .header_tickets {
    margin-top: 5px;
    height: 70px;
    background-color: #b33f3f;
    font-family: "proxima-nova", sans-serif
}

.tickets_admin_section .header_tickets img {
    width: 32px;
    height: 100%;
    overflow: hidden;
    padding-left: 6px;
    padding-top: 20px;
    float: left
}

.tickets_admin_section .header_tickets i {
    overflow: hidden;
    height: 100%;
    padding-left: 6px;
    padding-top: 20px;
    font-size: 30px;
    float: left
}

.tickets_admin_section .header_tickets .usr_info_div {
    padding-top: 26px;
    padding-left: 16px;
    line-height: 50%;
    height: 60px;
    overflow: hidden
}

.tickets_admin_section .header_tickets span {
    color: #fff
}

.tickets_admin_section .header_tickets span.info_up_span:first-child {
    font-size: 24px;
    display: inherit
}

.tickets_admin_section .header_tickets .info_down_span {
    font-size: 12px
}

.tickets_admin_section .header_tickets .date_span {
    font-size: 16px;
    padding-top: 28px;
    padding-right: 12px;
    font-weight: 300;
    position: relative;
    display: inline-block
}

.tickets_admin_section tr {
    background-color: #fff
}

.tickets_admin_section tr td {
    line-height: 1em;
    background-repeat: no-repeat;
    display: inline-block
}

.tickets_admin_section .table_ticket_content {
    background-color: #eaeaea
}

.tickets_admin_section .table_ticket_content .ticket_group {
    padding-top: 25px
}

.tickets_admin_section .table_ticket_content span {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #000;
    padding-left: 18px;
    display: inline-block
}

.tickets_admin_section .table_ticket_content a {
    display: inline-block;
    padding-left: 17px;
    padding-top: 25px
}

.tickets_admin_section .table_ticket_content a i {
    color: #3f86b3;
    font-size: 24px
}

.tickets_admin_section .table_ticket_content a i span {
    margin-left: 10px
}

.tickets_admin_section .table_ticket_content:first-child {
    padding-top: 25px
}

.tickets_admin_section .table_ticket_content a:last-child {
    display: inline-block;
    padding-bottom: 60px
}

.tickets_admin_section .table_ticket_content .span_ticket_content {
    padding-bottom: 5px;
    width: 100%
}

#first_ticket_table:last-child {
    display: inline-block;
    padding-bottom: 20px
}

.green_box {
    background: #3fb352;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: white;
    margin-bottom: 70px
}

.green_box i {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    color: white
}

.submit_code_holder {
    text-align: center;
    border: 1px dotted #b0b0b0;
    background: #ebebeb;
    padding: 50px 75px 25px 75px;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: 300;
    font-size: 24px
}

.submit_code_holder .row {
    margin-bottom: 25px
}

.submit_code_holder span {
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: normal;
    font-size: 24px
}

.ProfileFilterCheckbox {
    display: none
}

.info_holder {
    background: #e6dcab;
    color: #171405;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 53px;
    padding-right: 53px;
    margin-bottom: 60px;
    line-height: 1.5;
    text-align: left
}

.info_holder span {
    color: #171405;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px
}

.info_holder span a {
    color: #171405
}

.info_holder span a:hover {
    text-decoration: none
}

.email_phone_holder {
    font-weight: normal;
    font-size: 18px
}

.email_phone_holder .large-6 {
    border-right: 1px solid #dcdcdc
}

.orange_btn {
    background: #de651c !important
}

.orange_btn:hover {
    background: transparent !important;
    -moz-box-shadow: inset 0 0 0px 2px #de651c !important;
    -webkit-box-shadow: inset 0 0 0px 2px #de651c !important;
    box-shadow: inset 0 0 0px 2px #de651c !important
}

.orange_btn.hover {
    background: transparent !important;
    -moz-box-shadow: inset 0 0 0px 2px #de651c !important;
    -webkit-box-shadow: inset 0 0 0px 2px #de651c !important;
    box-shadow: inset 0 0 0px 2px #de651c !important
}

.orange_btn_text:hover,
.orange_btn_text:active,
.orange_btn_text:focus {
    color: #de651c !important
}

.orange_btn_text.hover {
    color: #de651c !important
}

.blue_btn {
    background: #3f6db3 !important
}

.blue_btn:hover,
.blue_btn:active,
.blue_btn:focus {
    background: transparent !important;
    -moz-box-shadow: inset 0 0 0px 2px #3f6db3 !important;
    -webkit-box-shadow: inset 0 0 0px 2px #3f6db3 !important;
    box-shadow: inset 0 0 0px 2px #3f6db3 !important
}

.blue_btn.hover {
    background: transparent !important;
    -moz-box-shadow: inset 0 0 0px 2px #3f6db3 !important;
    -webkit-box-shadow: inset 0 0 0px 2px #3f6db3 !important;
    box-shadow: inset 0 0 0px 2px #3f6db3 !important
}

.blue_btn_text:hover,
.blue_btn_text:active,
.blue_btn_text:focus {
    color: #3f6db3 !important
}

.blue_btn_text.hover {
    color: #3f6db3 !important
}

.dark_blue_btn {
    color: #ffffff;
    background: #374b68 !important
}

.dark_blue_btn:hover,
.dark_blue_btn:active,
.dark_blue_btn:focus {
    background: transparent !important;
    -moz-box-shadow: inset 0 0 0px 2px #374b68 !important;
    -webkit-box-shadow: inset 0 0 0px 2px #374b68 !important;
    box-shadow: inset 0 0 0px 2px #374b68 !important
}

.dark_blue_btn.hover {
    background: transparent !important;
    -moz-box-shadow: inset 0 0 0px 2px #374b68 !important;
    -webkit-box-shadow: inset 0 0 0px 2px #374b68 !important;
    box-shadow: inset 0 0 0px 2px #374b68 !important
}

.dark_blue_btn_text:hover,
.dark_blue_btn_text:active,
.dark_blue_btn_text:focus {
    color: #374b68 !important
}

.dark_blue_btn_text.hover {
    color: #374b68 !important
}

.zclip embed {
    margin-top: -38px
}

.DNS_NewURLForwardingRuleForm input,
.DNS_NewRecordForm input,
.DNS_NewMailForwardingRuleForm input {
    display: inline-block
}

.login_details_section .error_icon {
    color: #ff6657;
    position: absolute;
    top: 25px;
    left: 0
}

.login_details_section .ok_icon {
    color: #2d9744 !important;
    margin: 0 !important;
    position: absolute;
    top: 25px;
    left: 0
}

.login_details_section .checkbox_div input[type=checkbox] {
    display: none
}

.login_details_section .checkbox_div .checkbox_holder {
    line-height: 56px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 8px;
    background-color: #2d4b97;
    width: 55px;
    height: 55px
}

.login_details_section .checkbox_div .i_checkbox {
    color: #fff;
    margin-left: 20px;
    font-size: 20px
}

.login_details_section .checkbox_div .date_text {
    font-weight: normal;
    display: inline-block;
    margin: 30px 0 0 10px;
    line-height: 28px
}

.login_details_section .checkbox_div .notes_text {
    display: inherit;
    height: 55px;
    line-height: 115%;
    font-family: "Proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 16px
}

.login_details_section .checkbox_div textarea {
    height: 210px;
    margin: 8px 0 20px 0
}

.dw-series-list {
    margin: 0 !important
}

.dw-series-list h3 {
    margin: 0;
    background: #f2f2f2;
    min-height: 93px;
    line-height: 93px;
    font-weight: normal;
    color: #011e4e;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-size: 30px;
    border-bottom: 1px solid #dddddd;
    padding-left: 32px;
    cursor: pointer
}

.dw-series-list h3:nth-of-type(even) {
    background: #f2f2f2
}

.dw-series-list h3:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    content: "\f138";
    color: #32599a;
    margin-top: -10px;
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 18px
}

.dw-series-list .dw-series-table {
    margin: 0 !important;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    background: #1b233b;
    padding: 33px 50px;
    display: none;
    min-width: 1px
}

.dw-series-list .dw-series-table tr:nth-of-type(even) {
    background: #1b233b
}

.dw-series-list .dw-series-table td {
    color: #f2f2f2;
    font-weight: normal;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-size: 18px
}

.dw-series-list .dw-series-table td a {
    font-weight: normal;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-size: 18px;
    color: #f2f2f2
}

.dw-series-list:last-of-type {
    margin-bottom: 60px !important
}

@media (max-width: 480px) {
    .dw-series-list .dw-series-table {
        padding: 33px 0px;
        min-width: auto !important
    }
}

.red_btn_text:hover {
    color: #f62c25
}

.IP_TotalActiveCredits {
    color: #1e65d1
}

.has_sharedip,
.has_dedicatedip {
    font-size: 20px;
    font-family: "proxima-nova", sans-serif;
    font-weight: normal;
    color: black
}

.cart_radio_holder label {
    padding: 15px 30px;
    font-size: 25px;
    font-family: "proxima-nova", sans-serif;
    font-weight: normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.cart_radio_holder label input {
    display: none
}

.cart_radio_holder label.activ_row {
    background: #3F6DB3;
    color: white
}

.cart_prod_radio_holder label {
    padding: 15px 30px;
    font-size: 20px;
    font-family: "proxima-nova", sans-serif;
    font-weight: normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.cart_prod_radio_holder label input {
    display: none
}

.cart_prod_radio_holder label.activ_row {
    background: #2f9843;
    color: white
}

.custom_checkbox_holder {
    font-size: 20px;
    font-family: "proxima-nova", sans-serif;
    font-weight: normal
}

.custom_checkbox_holder input {
    display: none
}

.custom_fields_holder {
    font-size: 20px;
    font-family: "proxima-nova", sans-serif;
    font-weight: normal;
    line-height: 1.5
}

.custom_fields_holder span {
    font-size: 20px;
    font-family: "proxima-nova", sans-serif;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    display: block
}

.custom_fields_holder .large-7 span {
    display: inline-block
}

.addoncontainer_section .large-3 {
    font-size: 18px;
    line-height: 1.5;
    padding-top: 8px
}

.addoncontainer_section .large-4 {
    font-size: 22px
}

.addoncontainer_section .large-9 {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 8px;
    padding-top: 8px
}

.addoncontainer_section .add_to_cart_btn {
    background: #2d9744 !important;
    font-size: 22px !important;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: normal !important;
    line-height: 1.5 !important;
    height: 40px !important;
    width: 100% !important;
    color: white
}

.addoncontainer_section .add_to_cart_btn:hover {
    color: #2d9744 !important;
    background: transparent !important;
    -moz-box-shadow: inset 0 0 0px 2px #2d9744 !important;
    -webkit-box-shadow: inset 0 0 0px 2px #2d9744 !important;
    box-shadow: inset 0 0 0px 2px #2d9744 !important
}

.dd_cart_holder .shopping_popup_menu {
    z-index: 10;
    display: none
}

.dd_cart_holder:hover .shopping_popup_menu {
    display: block
}

.domain_renew_cart .customSelect {
    color: black
}

.domain_renew_cart .customSelect span {
    color: black
}

.domain_renew_cart>.row {
    background: #ebebeb
}

.domain_renew_cart .odd {
    background: #f4f4f4
}

.domain_renew_cart .large-1 {
    align-content: center;
    display: flex;
    justify-content: center;
    flex-flow: column nowrap
}

.domain_renew_cart .large-7 {
    min-height: 75px
}

.domain_renew_cart .large-8 {
    background: transparent !important;
    border-bottom: none !important;
    font-weight: normal !important;
    line-height: 1.5 !important
}

.domain_renew_cart .large-4 {
    background: transparent !important;
    border-bottom: none !important;
    font-weight: normal !important;
    line-height: 1.5 !important;
    border: none !important
}

.domain_renew_cart .large-3 {
    padding-top: 0px !important
}

.domain_renew_cart .main_row {
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #dcdcdc
}

.domain_renew_cart .main_row.row_selected {
    background: #26a742
}

.domain_renew_cart .main_row.row_selected .domain_renew_cart_line {
    color: white !important
}

.domain_renew_cart .main_row.row_selected .domain_renew_cart_subline {
    color: white !important
}

.domain_renew_cart .main_row.row_selected .domain_renew_cart_subline span {
    color: white !important
}

.domain_renew_cart .main_row.row_selected i {
    color: white !important
}

.domain_renew_cart .domain_renew_cart_line {
    margin-top: 8px;
    font-size: 24px;
    padding: 0px 15px;
    font-weight: 600;
    font-family: "Effra", Calibri, Arial, sans-serif
}

.domain_renew_cart .domain_renew_cart_subline {
    margin-top: 8px
}

.domain_renew_cart .domain_renew_cart_subline span {
    font-size: 22px;
    font-weight: 300;
    font-family: "Effra", Calibri, Arial, sans-serif
}

.domain_renew_cart i {
    font-size: 29px;
    min-width: 19px
}

.social_tw {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    line-height: 32px;
    display: inline-block;
    background-color: #2da7df;
    padding: 5px 20px;
    font-size: 18px;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 600 !important;
    border-left: 1px solid #217199
}

.social_tw:hover {
    text-decoration: none !important
}

.social_fb {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    line-height: 32px;
    display: inline-block;
    margin-right: 6px;
    background-color: #3d599b;
    padding: 5px 20px;
    font-size: 18px;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 600 !important;
    border-right: 1px solid #2b3f6d
}

.social_fb:hover {
    text-decoration: none !important
}

.find_perfect_plan {
    background-color: #101423
}

.find_perfect_plan .best_plan_holder {
    text-align: center
}

.find_perfect_plan .best_plan_holder .plan_headline {
    background: #1a223a;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #a6adc6;
    font-size: 36px;
    font-weight: 300;
    font-family: "Effra", Calibri, Arial, sans-serif
}

.find_perfect_plan .best_plan_holder .plan_desc {
    padding-top: 55px;
    padding-bottom: 40px;
    background: #151a2c;
    font-size: 20px;
    font-weight: 300;
    font-family: "Effra", Calibri, Arial, sans-serif;
    color: #fff;
    line-height: 1.5;
    border-right: 1px solid #222738;
    border-left: 1px solid #222738
}

.find_perfect_plan .best_plan_holder .plan_desc span {
    font-size: 20px;
    font-weight: normal;
    font-family: "Effra", Calibri, Arial, sans-serif;
    color: #fff
}

.find_perfect_plan .best_plan_holder .plan_if {
    font-size: 14px;
    font-weight: 600;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    color: #7f859b;
    background: #151a2c;
    border-right: 1px solid #222738;
    border-left: 1px solid #222738
}

.find_perfect_plan .best_plan_holder .plan_if div {
    z-index: 10;
    background: #151a2c;
    display: inline-block;
    padding-right: 22px;
    padding-left: 22px;
    position: relative
}

.find_perfect_plan .best_plan_holder .plan_if hr {
    margin: 0;
    z-index: 1;
    position: relative;
    top: -3px;
    border-color: #101423;
    border-width: 1px
}

.find_perfect_plan .best_plan_holder .plan_if_img {
    background: #151a2c;
    border-right: 1px solid #222738;
    border-left: 1px solid #222738;
    padding-top: 40px;
    padding-bottom: 45px;
    min-height: 139px
}

.find_perfect_plan .best_plan_holder .plan_btn_holder {
    background: #151a2c;
    border-right: 1px solid #222738;
    border-left: 1px solid #222738;
    border-bottom: 1px solid #222738;
    padding-bottom: 40px
}

.find_perfect_plan .best_plan_holder .plan_btn_holder a {
    padding: 23px 46px;
    font-size: 14px
}

.find_perfect_plan .reseller_message {
    font-size: 17px;
    font-weight: 300;
    font-family: "Effra", Calibri, Arial, sans-serif;
    color: #8a8f97;
    margin-top: 70px;
    margin-bottom: 70px
}

.find_perfect_plan .reseller_message a {
    font-size: 17px;
    font-weight: 300;
    font-family: "Effra", Calibri, Arial, sans-serif;
    color: #e3f2ff
}

.fuimg_holder {
    background-image: url("assets/img/PerfectPlan.png");
    background-color: #101423;
    min-height: 314px;
    background-repeat: repeat-x;
    background-position: center
}

.transfer_page {
    background-color: #101423
}

.transfer_page .tranfer_page_h2 {
    font-weight: 300;
    font-family: "Effra", Calibri, Arial, sans-serif;
    color: #fff;
    text-align: center;
    margin-bottom: 70px
}

.transfer_page .box_in_gdb {
    padding: 82px 60px;
    border: 1px dashed green;
    background: #151a2c;
    font-weight: 300;
    font-family: "Effra", Calibri, Arial, sans-serif;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 71px
}

.transfer_page .contact_our_wizards {
    min-width: 313px;
    padding-top: 30px;
    padding-bottom: 30px
}

@media (max-width: 480px) {
    .transfer_page .contact_our_wizards {
        min-width: 280px
    }
}

.transfer_page .follow_our_guide {
    font-size: 17px;
    font-weight: 300;
    font-family: "Effra", Calibri, Arial, sans-serif;
    color: #8a8f97;
    margin-top: 70px;
    margin-bottom: 70px
}

.transfer_page .follow_our_guide a {
    font-size: 17px;
    font-weight: 300;
    font-family: "Effra", Calibri, Arial, sans-serif;
    color: #e3f2ff
}

.move_cpanel_page {
    background: url("assets/img/bg-pattern-3.png")
}

.move_cpanel_page .move_cpanel_page_h2 {
    font-weight: 300;
    font-family: "Effra", Calibri, Arial, sans-serif;
    color: #101423;
    text-align: center;
    margin-bottom: 70px
}

.move_cpanel_page .cpanel_logo_holder .cpanel_logo {
    background: url("assets/img/cpanel_logo.png");
    width: 100%;
    height: 95px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.move_cpanel_page .cpanel_logo_holder .cpanel_text {
    position: relative;
    background: #fff;
    top: -40px;
    padding: 108px 57px 38px 57px;
    margin-bottom: 65px
}

.move_cpanel_page .cpanel_logo_holder .cpanel_text ul {
    margin-bottom: 52px
}

.move_cpanel_page .cpanel_logo_holder .cpanel_text ul li {
    font-weight: 300;
    font-family: "Effra", Calibri, Arial, sans-serif;
    color: #000;
    font-size: 24px;
    list-style-type: disc;
    list-style-position: inside
}

.move_cpanel_page .cpanel_logo_holder .cpanel_text p {
    font-weight: 300;
    font-family: "Effra", Calibri, Arial, sans-serif;
    color: #000;
    font-size: 18px
}

.move_cpanel_page .initiate_btn {
    padding-top: 26px;
    padding-bottom: 26px;
    min-width: 313px
}

@media (max-width: 480px) {
    .move_cpanel_page .initiate_btn {
        min-width: 280px
    }
}

.nav_headline {
    font-weight: 300;
    font-family: "Effra", Calibri, Arial, sans-serif;
    color: #fff;
    font-size: 24px;
    margin-bottom: 33px
}

.nav_headline i {
    font-size: 24px;
    color: #6aca59
}

.nav_menu_holder .large-12>ul>li>ul {
    display: none;
    position: absolute;
    margin-left: -30px;
    top: 71px;
    background: #2b3554;
    padding: 40px 50px 0px 30px;
    z-index: 1
}

.nav_menu_holder .large-12>ul>li>ul>li>a {
    color: #fff;
    font-weight: 300;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 33px;
    display: inline-block
}

.nav_menu_holder .large-12>ul>li:hover>ul {
    display: block
}

.nav_menu_holder .large-12>ul>li {
    float: left;
    display: inline-block;
    padding: 25px 30px;
    color: #fff;
    font-weight: 300;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    font-size: 15px;
    background: #293351;
    border-right: 1px solid #313c5a;
    border-left: 1px solid #1c253d
}

.nav_menu_holder .large-12>ul>li a {
    color: #fff;
    font-weight: 300;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    font-size: 15px;
    text-transform: uppercase
}

.nav_menu_holder .large-12>ul>li a .padded span {
    float: left
}

.nav_menu_holder .large-12>ul>li a .padded .arrow {
    float: right;
    border-top: 5px solid white;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-top: 8px;
    margin-left: 8px
}

.nav_menu_holder .large-12>ul>li:first-of-type {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-left: none
}

.nav_menu_holder .large-12>ul>li:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: none
}

.ticket_headline_rows {
    padding-top: 8px
}

.ticket_headline_rows div {
    font-family: "proxima-nova", sans-serif;
    color: black;
    font-size: 12px
}

.ticket_headline_rows .heading2 {
    font-family: "proxima-nova", sans-serif;
    line-height: 0.8;
    color: black;
    font-weight: bold;
    font-size: 36px;
    text-transform: capitalize
}

.ticket_headline_rows span {
    font-family: "proxima-nova", sans-serif;
    color: black;
    display: inline-block;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5
}

.submit_ticket_btn {
    min-width: 292px;
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 16px;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    font-weight: 600;
    -moz-border-radius: 1px 1px 1px 1px !important;
    -webkit-border-radius: 1px;
    border-radius: 1px 1px 1px 1px !important
}

#LiveHelpEmbedded .background.LiveChatIcon {
    background: transparent !important;
    width: 0px !important;
    height: 0px !important
}

#LiveHelpStatusText {
    left: 0px !important;
    text-align: center !important;
    width: 100% !important;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    color: #fff !important;
    height: 43px !important;
    line-height: 43px !important;
    -moz-border-radius: 3px 3px 0px 0px !important;
    -webkit-border-radius: 3px;
    border-radius: 3px 3px 0px 0px !important
}

#LiveHelpEmbedded .background.TabBackground {
    -moz-border-radius: 3px 3px 0px 0px !important;
    -webkit-border-radius: 3px;
    border-radius: 3px 3px 0px 0px !important
}

#LiveHelpEmbedded {
    border: none !important;
    height: 370px !important;
    bottom: -328px
}

#LiveHelpTab {
    background: #4781d9 !important;
    box-shadow: none !important;
    height: 43px !important
}

#LiveHelpSignIn {
    background: #efefef !important;
    height: 350px !important
}

#LiveHelpSignInDetails {
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    color: #000 !important;
    text-align: left !important;
    padding-left: 22px;
    padding-right: 22px
}

#LiveHelpSignInDetails a {
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    color: #000 !important;
    text-decoration: underline !important;
    border: none !important
}

#LiveHelpLogin {
    margin: 0 !important;
    margin-left: 22px !important;
    margin-right: 22px !important;
    padding: 0 !important;
    width: 273px !important;
    background: transparent !important;
    box-shadow: none !important
}

#LiveHelpLogin #Inputs {
    border-top: 1px solid #e1e1e1;
    padding-top: 27px
}

#LiveHelpLogin #Inputs .NameLabel {
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    color: #000 !important
}

#LiveHelpLogin #Inputs .NameLabel .LiveHelpInput {
    height: 39px !important;
    border: 1px solid #bdbdbd !important;
    padding: 0px !important;
    width: auto !important
}

#LiveHelpLogin #Inputs .NameLabel .LiveHelpInput input {
    font-size: 18px !important;
    line-height: 39px !important;
    width: 98% !important;
    padding-left: 5px !important
}

#LiveHelpLogin #Inputs .EmailLabel {
    margin-top: 13px;
    margin-bottom: 28px;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    color: #000 !important
}

#LiveHelpLogin #Inputs .EmailLabel .LiveHelpInput {
    height: 39px !important;
    border: 1px solid #bdbdbd !important;
    padding: 0px !important;
    width: auto !important
}

#LiveHelpLogin #Inputs .EmailLabel .LiveHelpInput input {
    font-size: 18px !important;
    line-height: 39px !important;
    width: 98% !important;
    padding-left: 5px !important
}

#LiveHelpConnectButton {
    background: #6aca59 !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 3px !important;
    width: 272px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif !important;
    font-weight: 600 !important;
    height: 54px !important;
    line-height: 54px !important;
    border: none !important
}

#LiveHelpBody {
    height: 330px !important
}

#LiveHelpCloseButton {
    margin-top: 9px;
    display: inline-block !important;
    margin-right: 15px;
    color: white !important;
    background: none;
    font-size: 16px;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#LiveHelpCloseButton:before {
    content: "\f00d"
}

#LiveHelpCloseButton.expand {
    display: none !important
}

.OperatorBackground {
    background: #efefef !important;
    top: 43px !important;
    height: 64px !important
}

.OperatorForeground {
    background: #efefef !important;
    z-index: 10000000 !important
}

#LiveHelpOperatorNameBackground {
    background: #efefef !important;
    box-shadow: none !important
}

#LiveHelpOperatorNameBackground #LiveHelpOperatorName {
    top: 17px !important;
    color: #000 !important;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 600 !important;
    font-size: 18px !important
}

#LiveHelpOperatorNameBackground #LiveHelpOperatorDepartment {
    max-height: none;
    top: 0px !important;
    color: #000 !important;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    content: "You’re chatting with"
}

#LiveHelpMessages>div {
    font-family: "Effra", Calibri, Arial, sans-serif !important;
    font-weight: bold !important;
    margin-left: 15px !important;
    font-size: 14px !important
}

#LiveHelpMessages>div>div {
    font-family: "Effra", Calibri, Arial, sans-serif !important;
    margin-left: 0px !important;
    font-size: 14px !important
}

#LiveHelpMessages>div>div#LiveHelpRating {
    margin: 0 auto !important
}

#LiveHelpInput {
    background: #efefef !important
}

#LiveHelpInput textarea {
    top: 12px !important
}

#LiveHelpInput #LiveHelpSendButton {
    background: #6aca59 !important;
    border-radius: 3px !important;
    width: 70px !important;
    height: 46px !important;
    top: 12px !important;
    left: 240px !important
}

#LiveHelpInput #LiveHelpSendButton>div {
    font-size: 14px !important;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif !important;
    font-weight: 600 !important;
    color: #fff !important;
    box-shadow: none !important;
    line-height: 46px !important;
    text-transform: uppercase !important
}

#LiveHelpInput #LiveHelpTyping {
    display: none !important
}

#LiveHelpInput #LiveHelpSendFileButton {
    display: none !important
}

.Feedback {
    background-color: transparent !important;
    border-left: none !important
}

#LiveHelpSignedIn {
    top: 30px !important;
    overflow: hidden !important
}

#LiveHelpSignedIn #LiveHelpScroll {
    padding-right: 21px !important;
    width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important
}

#LiveHelpBackground {
    background-image: none !important
}

#LiveHelpOperatorNameBackground {
    top: 14px !important
}

#LiveHelpOperatorImage {
    top: 12px !important
}

#LiveHelpCallAction {
    display: none !important
}

.btn_EPP_varify {
    line-height: 59px;
    padding: 0;
    width: 100%
}

.dark_bg {
    background: #121527
}

.upgrade_text_holder {
    background: white;
    padding: 30px;
    margin-bottom: 30px
}

.upgrade_text_holder h3 {
    font-size: 36px;
    font-family: "proxima-nova", sans-serif !important
}

.upgrade_text_holder p {
    font-size: 18px;
    font-family: "proxima-nova", sans-serif !important
}

.upgrade_text_holder p a {
    font-size: 18px;
    font-family: "proxima-nova", sans-serif !important;
    border-bottom: 1px dashed black;
    color: black
}

.upgrade_text_holder p a:hover {
    text-decoration: none
}

.upgrade_text_holder div.row {
    font-size: 18px;
    font-family: "proxima-nova", sans-serif !important;
    margin-bottom: 30px
}

input[type="text"]:disabled {
    background-color: #6F6F6F !important;
    color: #DFDFDF !important
}

.autorenew_error_box {
    background: #E2B8B9;
    color: #5F0000;
    padding: 30px 50px;
    margin-bottom: 50px
}

.autorenew_error_box a {
    color: #5F0000;
    font-weight: bold;
    border-bottom: 1px dotted #A03A3A
}

.autorenew_error_box a:hover {
    text-decoration: none
}

a:focus {
    outline: none
}

.newccinfo select {
    z-index: 999
}

.clientarea_home_warnings {
    background: url("assets/img/bg-pattern-12.png");
    padding: 53px 0 !important
}

.clientarea_home_warnings a:hover {
    text-decoration: none
}

.clientarea_home_warnings a:activ {
    text-decoration: none
}

.clientarea_home_warnings a:focus {
    text-decoration: none
}

.st-content-inner .clientarea_main_content {
    background: #97a1b6
}

.ccinfo_select_holder select {
    margin: 0 !important;
    width: 100% !important
}

.ccinfo_select_holder .customSelect {
    margin: 0 !important
}

.ccinfo_select_holder .customSelect .customSelectInner {
    width: 100% !important
}

.cc_expire .customSelect .customSelectInner {
    padding-left: 15px !important;
    font-size: 24px;
    font-weight: normal;
    color: black;
    font-family: "proxima-nova", sans-serif !important
}

.cc_expire .customSelect:first-of-type {
    background-position: 90% center
}

.cc_expire .customSelect:first-of-type .customSelectInner {
    padding-left: 10px !important
}

.transfer_from_section {
    padding: 0 !important;
    padding-bottom: 50px !important;
    background-image: url("assets/img/bg-pattern-13.png")
}

.transfer_from_section .triangle_top {
    border-top: 35px solid #cad0db;
    border-right: 35px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 35px solid transparent;
    display: inline-block
}

.transfer_from_section h2 {
    color: #1b233b !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    font-family: "Effra", Calibri, Arial, sans-serif !important
}

.transfer_from_section .sub_text {
    color: #1b233b !important;
    font-size: 18px !important;
    font-weight: normal !important;
    font-family: "Effra", Calibri, Arial, sans-serif !important
}

.transfer_from_section .sub_text a {
    color: #1b233b;
    font-size: 18px;
    font-weight: normal;
    font-family: "Effra", Calibri, Arial, sans-serif
}

.business_into {
    background: url("assets/img/buisnes_stealth_bg.png") no-repeat scroll 50% center #cad0db !important
}

.business_into p {
    font-size: 18px;
    color: #06151b;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: 300
}

.business_into p a {
    font-size: 18px;
    color: #06151b;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: 500
}

.custom-bullets li a {
    color: #142D49;
    font-weight: 400
}

.mass_pay_table_row .small-12 {
    padding-top: 40px !important;
    padding-left: 43px !important
}

.mass_pay_table_row .small-12 strong {
    font-size: 24px;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 600;
    color: black
}

.mass_pay_table_subrow .small-12 {
    padding-left: 60px !important
}

.mass_pay_table_subrow .small-12 .large-10 {
    line-height: 1.4 !important;
    font-size: 18px;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 400;
    color: black
}

.mass_pay_table_subrow .small-12 .large-2 {
    padding-right: 30px !important
}

.mass_pay_table_subrow .small-12 .large-2 strong {
    line-height: 1.4 !important;
    font-size: 18px;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 600;
    color: black
}

@media only screen and (max-width: 415px) {
    .cart_main_input_holder input {
        width: 49% !important
    }
    #domainresults h2:nth-of-type(1) {
        padding: 0.5rem !important
    }
    .modal_table tr.even {
        background: #f9f9f9
    }
    .modal_table tr.odd {
        background: white
    }
    .modal_table td {
        font-size: 14px !important
    }
    .modal_table td label {
        padding-left: 40px !important;
        text-indent: -20px !important;
        font-size: 1rem !important;
        font-weight: normal !important
    }
    .modal_table td label i {
        font-size: 1.5rem !important
    }
    .modal_table .hasCustomSelect {
        width: 100% !important;
        position: relative !important;
        margin-right: -100% !important;
        top: -8px;
        z-index: 99999
    }
    .modal_table .customSelect {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        height: 50px !important;
        width: 100% !important;
        line-height: 50px !important
    }
    .modal_table .customSelect .customSelectInner {
        width: 100% !important;
        line-height: 22px;
        position: relative;
        top: -8px
    }
}

#domainfrm_holder {
    top: 50px !important
}

.restart_transfer_section .large-4 {
    padding-top: 34px;
    padding-bottom: 30px;
    line-height: 1.5 !important
}

.restart_transfer_section .large-8 {
    line-height: 1.5 !important;
    padding-top: 34px;
    padding-bottom: 30px;
    color: black
}

.restart_transfer_section .large-8 ul {
    margin-top: 30px
}

.restart_transfer_section .large-8 ul li {
    font-size: 14px;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: normal;
    color: black
}

.restart_transfer_section .large-8 ul li i {
    margin-right: 13px
}

.restart_transfer_section .textblue {
    color: #1e65d1;
    font-weight: 600;
    font-size: 24px;
    font-family: "proxima-nova", sans-serif !important
}

.select_tabs li {
    padding-right: 1px;
    padding-left: 1px
}

.select_tabs li a {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-family: "proxima-nova", Calibri, Arial, sans-serif;
    cursor: default;
    letter-spacing: .5px
}

.select_tabs li a:hover,
.select_tabs li a:active,
.select_tabs li a:focus {
    background: #f62c25
}

.select_tabs li a.active,
.select_tabs li a.active:hover,
.select_tabs li a.active:focus {
    cursor: pointer !important;
    -moz-box-shadow: inset 0 0 0px 2px #32394f;
    -webkit-box-shadow: inset 0 0 0px 2px #32394f;
    box-shadow: inset 0 0 0px 2px #32394f;
    background: #32394f;
    color: #fefeff
}

@media only screen and (max-width: 414px) {
    .select_tabs li a {
        font-size: 1rem !important
    }
}

.switcher_holder {
    padding-left: 33px
}

.switcher_holder a {
    font-size: 16px;
    font-family: "Effra", Calibri, Arial, sans-serif !important;
    font-weight: normal;
    color: #cccccc
}

.switcher_holder a i {
    color: #cccccc;
    font-size: 16px;
    margin-right: 7px
}

.switcher_holder a b {
    font-size: 16px;
    font-family: "Effra", Calibri, Arial, sans-serif !important;
    color: #cccccc;
    font-weight: bold
}

.domain_dd_holder {
    margin-bottom: 30px
}

.domain_dd_holder .dropdown {
    line-height: 66px;
    height: 66px;
    font-size: 16px;
    font-family: "Effra", Calibri, Arial, sans-serif !important;
    font-weight: bold;
    color: #2b3041;
    width: 100%;
    text-align: left;
    padding-left: 33px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: white;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px
}

.domain_dd_holder .dropdown:before {
    border-color: #6a6a6a transparent transparent
}

.domain_dd_holder .dropdown:hover {
    color: #2b3041;
    background: white;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.search_extention_holder .columns {
    background: white
}

.search_extention_holder input {
    height: 66px;
    font-size: 16px;
    font-family: "Effra", Calibri, Arial, sans-serif !important;
    font-weight: bold;
    color: #2b3041;
    padding-left: 23px;
    border: none;
    margin: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.search_extention_holder input:active,
.search_extention_holder input:focus,
.search_extention_holder input:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.search_extention_holder i {
    color: #2b3041;
    line-height: 66px;
    color: #2b3041
}

.st-head-row {
    background: #3F4661;
    color: white
}

.st-head-row.st-head-row-main {
    padding-top: 15px;
    padding-right: 15px;
    font-weight: 400;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    color: #bbcbdb;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2MmIzYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJkMzM0NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #262b3c), color-stop(100%, #2d3344));
    background: -moz-linear-gradient(bottom, #262b3c, #2d3344);
    background: -webkit-linear-gradient(bottom, #262b3c, #2d3344);
    background: linear-gradient(to top, #262b3c, #2d3344)
}

.st-key {
    padding-right: 15px;
    padding-top: 15px;
    font-weight: 400;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    color: #bbcbdb;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2MmIzYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJkMzM0NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #262b3c), color-stop(100%, #2d3344));
    background: -moz-linear-gradient(bottom, #262b3c, #2d3344);
    background: -webkit-linear-gradient(bottom, #262b3c, #2d3344);
    background: linear-gradient(to top, #262b3c, #2d3344);
    background: -ms-linear-gradient(bottom, #262b3c, #2d3344)
}

.st-val {
    padding-left: 15px;
    background: #393f56;
    color: white
}

.st-val .fa-times-circle {
    color: #ec4848
}

.reveal-modal {
    width: 90%;
    left: 45%
}

#domainresults h2:nth-of-type(1) {
    text-align: center;
    font-family: "proxima-nova", sans-serif;
    margin: 0;
    width: 100%;
    display: inline-block;
    background: #123f84;
    padding: 15px 25px 14px;
    color: white;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 14px
}

#domainfrm_holder {
    padding: 12px 14px 18px
}

.modal_table {
    width: 100%;
    border: 1px solid #d3e4ea;
    margin-top: 15px;
    margin-bottom: 15px
}

.modal_table tr {
    border: 1px solid #f1f1f1;
    height: 48px
}

.modal_table tr:nth-child(even) {
    background: #fff !important
}

.modal_table tr:nth-child(odd) {
    background: #fcfbfb !important
}

.modal_table tr.even {
    background: #fff !important
}

.modal_table tr.odd {
    background: #fcfbfb !important
}

.modal_table tr td {
    min-height: 48px;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px dashed #ccc
}

.modal_table tr td label {
    display: block;
    margin: 0;
    text-indent: 0;
    padding-left: 0;
    display: block;
    color: black;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 500
}

.modal_table tr td label input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    overflow: hidden;
    display: none
}

.modal_table tr td i {
    font-size: 15px;
    display: inline-block;
    position: relative;
    bottom: 0px;
    margin-right: 10px
}

.modal_table tr td i.fa-check-square {
    color: #12841f
}

.modal_table tr td:nth-child(1) {
    text-align: left;
    padding-left: 24px;
    color: black;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle
}

.modal_table i {
    font-size: 15px;
    display: inline-block;
    position: relative;
    bottom: 0px;
    margin-right: 10px
}

.modal_table i.fa-check-square {
    color: #12841f
}

.modal_table .hasCustomSelect {
    width: 250px;
    height: 37px
}

.modal_table .customSelect {
    width: 250px;
    height: 30px;
    text-align: left;
    background-color: #fff;
    background-image: url("assets/img/treangle.svg");
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 16px;
    padding: 6px 0.44444rem 0;
    color: rgba(0, 0, 0, 0.75);
    line-height: normal;
    border-radius: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid #a9a9a9;
    font-weight: normal;
    font-size: 14px
}

.modal_table select {
    -webkit-appearance: none !important;
    background-color: #fafafa;
    background-image: url("assets/img/treangle.svg");
    background-repeat: no-repeat;
    background-position: 97% center;
    padding: 0.44444rem;
    color: rgba(0, 0, 0, 0.75);
    line-height: normal;
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid #a9a9a9
}

.domainsuggestions {
    width: 100%
}

.domainsuggestions th {
    background-color: #f7f7f7;
    text-align: center;
    border: 1px solid #d9d9d9;
    padding: 1px;
    line-height: 20px;
    color: black;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 48px;
    padding-left: 24px;
    padding-right: 24px
}

.domainsuggestions td {
    text-align: center;
    border-bottom: 1px dashed #ccc;
    font-size: 12px
}

.unavalible_for_pur {
    color: #989898;
    text-decoration: line-through
}

.button.white {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-family: arial;
    font-size: 1rem;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff
}

.login_section {
    background-image: url(assets/img/bg-pattern-8.png);
    padding-left: 15px !important;
    padding-right: 15px !important
}

.login_section .errorbox {
    background: #d72d24;
    color: #fff;
    font-family: "proxima-nova", sans-serif;
    font-weight: normal;
    font-size: 18px;
    width: 100%;
    margin-top: 0px
}

.reset_pw_section {
    padding-left: 15px !important;
    padding-right: 15px !important;
    background-image: url(assets/img/bg-pattern-8.png)
}

.reset_pw_section .errorbox {
    background: #d72d24;
    color: #fff;
    font-family: "proxima-nova", sans-serif;
    font-weight: normal;
    font-size: 18px;
    width: 100%;
    margin-top: 0px
}

.reset_pw_section .successbox {
    background: #179c20;
    color: #fff;
    font-family: "proxima-nova", sans-serif;
    font-weight: normal;
    font-size: 18px;
    width: 100%;
    margin-top: 0px
}

.reset_pw_section .successbox a {
    color: #fff;
    font-family: "proxima-nova", sans-serif;
    font-weight: normal;
    font-size: 18px;
    text-decoration: underline
}

.reset_pw_section p {
    color: black;
    font-size: 16px;
    font-family: "proxima-nova", sans-serif;
    font-weight: normal
}

.reset_pw_section input {
    margin-top: 10px;
    border-color: #ababab;
    font-size: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.reset_pw_section input::-webkit-input-placeholder {
    color: #ababab;
    font-size: 18px
}

.reset_pw_section input:-moz-placeholder {
    color: #ababab;
    font-size: 18px
}

.reset_pw_section input::-moz-placeholder {
    color: #ababab;
    font-size: 18px
}

.reset_pw_section input:-ms-input-placeholder {
    color: #ababab;
    font-size: 18px
}

.reset_pw_section label {
    color: black;
    font-size: 24px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    margin: 0px
}

.reset_pw_section .reset_pw_link {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    color: white;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #3498db;
    width: 100%;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    text-shadow: 1px 1px 1px #266d9e
}

.reset_pw_section .reset_pw_link:hover {
    text-decoration: none
}

.strength0 {
    width: 100%;
    background: #cccccc
}

.strength1 {
    width: 20%;
    background: #ff0000
}

.strength2 {
    width: 40%;
    background: #ff5f5f
}

.strength3 {
    width: 60%;
    background: #56e500
}

.strength4 {
    background: #4dcd00;
    width: 80%
}

.strength5 {
    background: #399800;
    width: 100%
}

.stealth_new_section {
    padding: 0 0 25px !important;
    background-color: #5b6795;
    background-image: url(assets/img/BGFirstSection.png);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.stealth_new_section .stealth_icon_holder .pre_v_line {
    height: 80px;
    right: -50%;
    position: relative;
    width: 1px;
    border-right: 1px solid white
}

.stealth_new_section .stealth_icon_holder .post_v_line {
    height: 40px;
    right: -50%;
    position: relative;
    width: 1px;
    border-right: 1px solid white
}

.stealth_new_section .stealth_icon_holder .post_h_line {
    display: none;
    margin-left: 15px;
    border-bottom: 1px solid white;
    position: absolute;
    width: 145px;
    bottom: 34px
}

.stealth_new_section .stealth_icon_holder .pre_h_line {
    display: none;
    border-bottom: 1px solid white;
    position: absolute;
    width: 130px;
    bottom: 34px;
    left: 0px
}

.stealth_new_section .stealth_text {
    text-align: left;
    margin-left: -80px
}

.stealth_new_section .stealth_text h5 {
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-top: 40px
}

.stealth_new_section .stealth_text p {
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 16px
}

.stealth_new_section .stealth_text p a {
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: 300;
    color: #fff;
    text-decoration: underline;
    font-size: 16px
}

.stealth_new_section1 {
    padding: 0 !important;
    margin-top: -25px;
    background-color: #22516f;
    background-image: url(assets/img/BGSecondSection.png);
    background-size: 100%;
    background-repeat: no-repeat
}

.stealth_new_section1 .v_line {
    min-width: 1px;
    margin-left: 50%;
    min-height: 66px;
    border-left: 1px solid white
}

.stealth_new_section1 .stealth_triangle_top {
    border-top: 25px solid #1e83aa;
    border-bottom: 25px solid transparent;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    width: 25px;
    margin-left: 20%
}

.stealth_new_section1 .post_h_line {
    display: inline-block !important;
    margin-left: -5px;
    border-bottom: 1px solid white;
    position: absolute;
    width: 145px;
    bottom: 34px
}

.stealth_new_section1 .pre_h_line {
    display: inline-block !important;
    border-bottom: 1px solid white;
    position: absolute;
    width: 130px;
    bottom: 34px;
    left: 6px
}

.stealth_new_section1 .first_h_line {
    display: none !important
}

.stealth_new_section1 h5 {
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.stealth_new_section1 p {
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    margin-bottom: 65px
}

.clientareaproducts--controls_mobile .hasCustomSelect {
    min-height: 32px !important;
    width: 100% !important
}

.clientareaproducts--controls_mobile .customSelect {
    background-color: #173049;
    background-image: url("assets/img/treangle_white.svg");
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    line-height: 2;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.clientareaproducts--controls_mobile .customSelect .customSelectInner {
    width: 100%;
    font-size: 16px;
    color: white
}

.clientareaproducts--controls_mobile .mobile_searcth_holder {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #e5e5e4;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 0 0
}

.clientareaproducts--controls_mobile .mobile_searcth_holder input {
    margin: 0
}

@media only screen and (max-width: 1279px) {
    .stealth_new_section {
        background-size: 100% 100%
    }
    .stealth_new_section1 {
        background-size: 100% 100%
    }
}

@media only screen and (max-width: 480px) {
    .stealth_new_section {
        background-image: none
    }
    .stealth_new_section .stealth_icon img {
        margin-top: 50px;
        background-color: #5b6795 !important;
        z-index: 200 !important;
        position: relative
    }
    .stealth_new_section .pre_h_line {
        width: 100% !important;
        display: inline-block !important
    }
    .stealth_new_section .post_h_line {
        width: 100% !important;
        display: inline-block !important
    }
    .stealth_new_section .stealth_text {
        margin-left: 0px !important
    }
    .stealth_new_section .stealth_text p {
        margin-bottom: 15px
    }
    .stealth_new_section h5 {
        text-align: center
    }
    .stealth_new_section p {
        text-align: center
    }
    .stealth_new_section1 {
        background-image: none;
        margin-top: 0;
        padding-top: 25px !important
    }
    .stealth_new_section1 img {
        margin-top: 20px;
        background-color: #22516f !important;
        z-index: 200 !important;
        position: relative
    }
    .stealth_new_section1 .first_h_line {
        display: inline-block !important
    }
    .stealth_new_section1 .pre_h_line {
        width: 100% !important;
        left: 0px
    }
    .stealth_new_section1 h5 {
        text-align: center
    }
    .stealth_new_section1 p {
        text-align: center
    }
}

.more_apps_section {
    background-color: #7db9e8;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF7DB9E8', endColorstr='#FF1E5799');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYjIzM2IiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), url(assets/img/more_bg_full2.png);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #1b233b)), url(assets/img/more_bg_full2.png);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #1b233b 100%), url(assets/img/more_bg_full2.png);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #1b233b 100%), url(assets/img/more_bg_full2.png);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #1b233b 100%), url(assets/img/more_bg_full2.png);
    background-color: #fcf4e9;
    background-size: 100% auto;
    padding-top: 0px !important
}

.more_apps_section .triangle_top {
    width: 25px;
    display: inline-block;
    border-top: 25px solid #fcf4e9;
    border-bottom: 25px solid transparent;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent
}

.more_apps_section .lamp_icon {
    margin-bottom: 23px
}

.more_apps_section a {
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    text-decoration: underline
}

.less_apps_section {
    display: none;
    background-color: #1b233b;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF26345E', endColorstr='#FF101937');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzI2MzQ1ZSIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjMTAxOTM3Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWIyMzNiIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url(assets/img/more_bg_full2.png);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(25%, #26345e), color-stop(75%, #101937), color-stop(100%, #1b233b)), url(assets/img/more_bg_full2.png);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #26345e 25%, #101937 75%, #1b233b 100%), url(assets/img/more_bg_full2.png);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #26345e 25%, #101937 75%, #1b233b 100%), url(assets/img/more_bg_full2.png);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #26345e 25%, #101937 75%, #1b233b 100%), url(assets/img/more_bg_full2.png);
    background-size: 100% auto;
    padding-top: 0px !important
}

.less_apps_section .triangle_top {
    width: 25px;
    display: inline-block;
    border-top: 25px solid #fcf4e9;
    border-bottom: 25px solid transparent;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent
}

.less_apps_section .cross_icon {
    height: 48px;
    margin-bottom: 23px
}

.less_apps_section a {
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    text-decoration: underline
}

.less_apps_section .installatron_list h6 {
    margin-top: 65px;
    margin-bottom: 24px;
    color: #fff;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: bold
}

.less_apps_section .installatron_list ul {
    margin-bottom: 0px
}

.less_apps_section .installatron_list ul li {
    color: #fff;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.2
}

@font-face {
    font-family: 'icomoon';
    src: url("assets/font/icomoon_menu/icomoon.eot");
    src: url("assets/font/icomoon_menu/icomoon.eot?#iefix") format("embedded-opentype"), url("assets/font/icomoon_menu/icomoon.woff") format("woff"), url("assets/font/icomoon_menu/icomoon.ttf") format("truetype"), url("assets/font/icomoon_menu/icomoon.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

.dl-menuwrapper {
    width: 100%;
    max-width: 300px;
    float: left;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%
}

.dl-menuwrapper:first-child {
    margin-right: 100px
}

.dl-menuwrapper button {
    background: #ccc;
    border: none;
    width: 48px;
    height: 45px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active {
    background: #aaa
}

.dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 5px;
    background: #fff;
    top: 10px;
    left: 16%;
    box-shadow: 0 10px 0 #fff, 0 20px 0 #fff
}

.dl-menuwrapper ul {
    background: #aaa;
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.dl-menuwrapper li {
    position: relative
}

.dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    outline: none
}

.dl-menuwrapper li.dl-back>a {
    padding-left: 30px;
    background: rgba(0, 0, 0, 0.1)
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li>a:not(:only-child):after {
    position: absolute;
    top: 0;
    line-height: 50px;
    font-family: 'icomoon';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e000"
}

.dl-menuwrapper li.dl-back:after {
    left: 10px;
    color: rgba(212, 204, 198, 0.3);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dl-menuwrapper li>a:after {
    right: 10px;
    color: rgba(0, 0, 0, 0.15)
}

.dl-menuwrapper li .dl-submenu {
    display: none
}

.dl-menuwrapper .dl-menu {
    margin: 5px 0 0 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
    transition: all 0.3s ease
}

.dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.dl-menuwrapper .dl-menu.dl-subview li,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen>a,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subview>a {
    display: none
}

.dl-menuwrapper .dl-menu.dl-subview li.dl-subview,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen>.dl-submenu,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen>.dl-submenu>li {
    display: block
}

.dl-menuwrapper>.dl-submenu {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0
}

.no-touch .dl-menuwrapper li a:hover {
    background: rgba(255, 248, 213, 0.1)
}

.dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 0.4s;
    animation: MenuAnimOut1 0.4s
}

.dl-menu.dl-animate-out-2 {
    -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
    animation: MenuAnimOut2 0.3s ease-in-out
}

.dl-menu.dl-animate-out-3 {
    -webkit-animation: MenuAnimOut3 0.4s ease;
    animation: MenuAnimOut3 0.4s ease
}

.dl-menu.dl-animate-out-4 {
    -webkit-animation: MenuAnimOut4 0.4s ease;
    animation: MenuAnimOut4 0.4s ease
}

.dl-menu.dl-animate-out-5 {
    -webkit-animation: MenuAnimOut5 0.4s ease;
    animation: MenuAnimOut5 0.4s ease
}

@-webkit-keyframes MenuAnimOut1 {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg)
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5
    }
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0
    }
}

@-webkit-keyframes MenuAnimOut2 {
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0
    }
}

@-webkit-keyframes MenuAnimOut3 {
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0
    }
}

@-webkit-keyframes MenuAnimOut4 {
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0
    }
}

@-webkit-keyframes MenuAnimOut5 {
    100% {
        -webkit-transform: translateY(40%);
        opacity: 0
    }
}

@keyframes MenuAnimOut1 {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg)
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5
    }
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0
    }
}

@keyframes MenuAnimOut2 {
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
}

@keyframes MenuAnimOut3 {
    100% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0
    }
}

@keyframes MenuAnimOut4 {
    100% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0
    }
}

@keyframes MenuAnimOut5 {
    100% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0
    }
}

.dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 0.3s;
    animation: MenuAnimIn1 0.3s
}

.dl-menu.dl-animate-in-2 {
    -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
    animation: MenuAnimIn2 0.3s ease-in-out
}

.dl-menu.dl-animate-in-3 {
    -webkit-animation: MenuAnimIn3 0.4s ease;
    animation: MenuAnimIn3 0.4s ease
}

.dl-menu.dl-animate-in-4 {
    -webkit-animation: MenuAnimIn4 0.4s ease;
    animation: MenuAnimIn4 0.4s ease
}

.dl-menu.dl-animate-in-5 {
    -webkit-animation: MenuAnimIn5 0.4s ease;
    animation: MenuAnimIn5 0.4s ease
}

@-webkit-keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5
    }
    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        opacity: 1
    }
}

@-webkit-keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1
    }
}

@-webkit-keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1
    }
}

@-webkit-keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1
    }
}

@-webkit-keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5
    }
    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        transform: translateZ(0px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1
    }
}

@keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1
    }
}

@keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1
    }
}

@keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 0.4s ease;
    animation: SubMenuAnimIn1 0.4s ease
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-2 {
    -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
    animation: SubMenuAnimIn2 0.3s ease-in-out
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-3 {
    -webkit-animation: SubMenuAnimIn3 0.4s ease;
    animation: SubMenuAnimIn3 0.4s ease
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-4 {
    -webkit-animation: SubMenuAnimIn4 0.4s ease;
    animation: SubMenuAnimIn4 0.4s ease
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-5 {
    -webkit-animation: SubMenuAnimIn5 0.4s ease;
    animation: SubMenuAnimIn5 0.4s ease
}

@-webkit-keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1
    }
}

@-webkit-keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1
    }
}

@-webkit-keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1
    }
}

@-webkit-keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1
    }
}

@-webkit-keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 0.4s ease;
    animation: SubMenuAnimOut1 0.4s ease
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-2 {
    -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
    animation: SubMenuAnimOut2 0.3s ease-in-out
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-3 {
    -webkit-animation: SubMenuAnimOut3 0.4s ease;
    animation: SubMenuAnimOut3 0.4s ease
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-4 {
    -webkit-animation: SubMenuAnimOut4 0.4s ease;
    animation: SubMenuAnimOut4 0.4s ease
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-5 {
    -webkit-animation: SubMenuAnimOut5 0.4s ease;
    animation: SubMenuAnimOut5 0.4s ease
}

@-webkit-keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(50%);
        opacity: 0
    }
}

@-webkit-keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%);
        opacity: 0
    }
}

@-webkit-keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0
    }
}

@-webkit-keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0
    }
}

@-webkit-keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateZ(-200px);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px);
        opacity: 0
    }
}

.no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.no-js .dl-menuwrapper li .dl-submenu {
    display: block
}

.no-js .dl-menuwrapper li.dl-back {
    display: none
}

.no-js .dl-menuwrapper li>a:not(:only-child) {
    background: rgba(0, 0, 0, 0.1)
}

.no-js .dl-menuwrapper li>a:not(:only-child):after {
    content: ''
}

.grey_box {
    background-color: #dce9fb;
    border: 1px solid #b8ceed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 19px
}

.grey_box p {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    color: #00112b !important;
    text-align: justify !important
}

.mobile_menu .dl-trigger {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: white;
    font-weight: 600;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif
}

.mobile_menu .dl-trigger i {
    color: #fc702b;
    margin-right: 12px
}

.mobile_menu .trigger_sub_text {
    text-align: center;
    width: 100%;
    font-size: 10px;
    font-weight: 300;
    color: white;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
    display: inline-block
}

.mobile_menu .dl-menuwrapper {
    z-index: 99;
    max-width: none
}

.mobile_menu .dl-menuwrapper .dl-menu {
    margin-bottom: -100%;
    z-index: 999;
    display: none;
    position: relative
}

.mobile_menu .dl-menuwrapper .dl-menu.dl-menuopen {
    display: block
}

.mobile_menu .dl-menuwrapper button:hover,
.mobile_menu .dl-menuwrapper button.dl-active,
.mobile_menu .dl-menuwrapper button ul {
    background: #9e1847
}

.mobile_menu .dl-menuwrapper ul {
    background: transparent
}

.mobile_menu .dl-menuwrapper li {
    background: #232630
}

.mobile_menu .dl-menuwrapper li a {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #1f222b;
    font-family: "Effra", Calibri, Arial, sans-serif;
    padding: 23px 20px 23px 15%
}

.mobile_menu .dl-menuwrapper li a:hover,
.mobile_menu .dl-menuwrapper li a:active,
.mobile_menu .dl-menuwrapper li a:focus {
    text-decoration: none
}

.mobile_menu .dl-menuwrapper li>a:after,
.mobile_menu .dl-menuwrapper li.dl-back:after {
    color: #1c1d21
}

.mobile_menu .dl-menuwrapper li.triangle_holder {
    background: transparent;
    text-align: center
}

.mobile_menu .dl-menuwrapper li.triangle_holder .triangle_top {
    border-bottom: 16px solid #232630;
    border-top: 0px solid transparent;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    display: inline-block;
    max-width: 16px
}

.mobile_menu .dl-menuwrapper li.dl-back:after,
.mobile_menu .dl-menuwrapper li>a:not(:only-child):after {
    line-height: 65px
}

.mobile_menu .activetext {
    background-color: #6aca59;
    border-radius: 3px;
    color: #093f00;
    display: inline-block;
    float: none;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 10px;
    min-height: 0;
    min-width: 20px;
    padding: 0;
    position: inherit;
    right: 0;
    text-align: center;
    top: -2px
}

.hosting_features_section {
    background-color: #1b233b;
    background-image: url("assets/img/hosting_features_section.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 114px !important;
    color: #fff;
}

.hosting_features_section .hosting_features_row {
    margin-bottom: 112px
}

.hosting_features_section .hosting_features_row:last-of-type {
    margin-bottom: 76px
}

.hosting_features_section .hosting_features_row img {
    float: right;
    margin: 0 31px
}

.hosting_features_section .hosting_features_img_row {
    margin-top: 39px;
    margin-bottom: 28px
}

.hosting_features_section .large-9 {
    padding-left: 30px;
    padding-right: 20px;
    font-family: "proxima-nova", sans-serif
}

.hosting_features_section .large-9 h2 {
    margin-top: -4px;
    margin-bottom: 10px;
    color: #fefeff;
    font-size: 30px;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif;
    letter-spacing: 0.6px
}

.hosting_features_section .large-9 h2 a {
    font-weight: 600;
    font-family: "proxima-nova", sans-serif;
    color: #d67f10;
    border: none
}

.hosting_features_section .large-9 div.sub_row_hosting_features {
    margin-bottom: 14px
}

.hosting_features_section .large-9 div.sub_row_hosting_features span {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    color: #d67f10
}

.hosting_features_section .large-9 p {
    font-family: "proxima-nova", sans-serif;
    color: #fefeff;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    padding-right: 55px;
    letter-spacing: 0.2px
}

.hosting_features_section .large-9 p span {
    color: #f59103;
    font-size: 17px;
    font-weight: 300;
    line-height: 24px
}

.hosting_features_section .large-9 p a {
    font-family: "proxima-nova", sans-serif;
    color: #fefeff;
    font-size: 17px;
    font-weight: 300;
    line-height: 36px;
    padding-bottom: 6px;
    border-bottom: 1px dotted #d67f10
}

.hosting_features_section .large-9 p a:hover {
    text-decoration: none !important
}

.hosting_promise_section {
    padding-top: 142px !important;
    background-image: url(assets/img/bg-pattern-14.png)
}

.hosting_promise_section h1 {
    color: #fefeff;
    font-family: "Effra", Calibri, Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 65px;
    padding-left: 27px;
    letter-spacing: 1px
}

.hosting_promise_section .dark_blue_section {
    min-height: 820px;
    padding: 28px 32px;
    background-color: #1e2c56;
    border: 1px dashed #4d65aa;
    font-family: "proxima-nova", sans-serif
}

.hosting_promise_section .dark_blue_section h3 {
    color: #fefeff;
    font-weight: 400;
    margin-bottom: 4px;
    font-family: "proxima-nova", sans-serif
}

.hosting_promise_section .dark_blue_section ul {
    margin-bottom: 29px;
    padding-left: 15px;
    font-family: "proxima-nova", sans-serif
}

.hosting_promise_section .dark_blue_section ul li {
    list-style-image: url("assets/img/light_blue_dot.png");
    font-family: "proxima-nova", sans-serif;
    color: #dceafe;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 300;
    letter-spacing: 0.6px
}

.hosting_promise_section .dark_blue_section ul li span.light_blue_span {
    color: #8ae8ff;
    font-size: 14px;
    font-weight: 400
}

.hosting_promise_section .dark_blue_section ul li span.white_span {
    color: white;
    font-size: 14px;
    font-weight: 400
}

.hosting_promise_section .dark_blue_section.first_block {
    width: 78%;
    position: relative;
    left: 19px
}

.hosting_promise_section .dark_blue_section.last_block {
    position: relative;
    left: -27px;
    width: 78%
}

@media only screen and (max-width: 480px) {
    .installatron_list_holder ul li {
        font-size: 1em
    }
    .installatron_list_holder ul li strong {
        font-size: 1em
    }
    .transfer_page .box_in_gdb {
        font-size: 16px;
        padding: 22px 15px
    }
    .move_cpanel_page {
        background: url("assets/img/bg-pattern-3.png")
    }
    .move_cpanel_page .move_cpanel_page_h2 {
        font-weight: 300;
        font-family: "Effra", Calibri, Arial, sans-serif;
        color: #101423;
        text-align: center;
        margin-bottom: 70px
    }
    .move_cpanel_page .cpanel_logo_holder .cpanel_logo {
        height: 80px
    }
    .move_cpanel_page .cpanel_logo_holder .cpanel_text {
        padding: 65px 15px 15px
    }
    .move_cpanel_page .cpanel_logo_holder .cpanel_text ul {
        margin-bottom: 25px
    }
    .move_cpanel_page .cpanel_logo_holder .cpanel_text ul li {
        font-size: 1em;
        margin-bottom: 15px
    }
    .move_cpanel_page .cpanel_logo_holder .cpanel_text p {
        font-size: 1em
    }
    .hosting_promise_section .dark_blue_section {
        min-height: 1px
    }
    .hosting_promise_section .dark_blue_section.first_block {
        width: 100%;
        position: relative;
        left: 0px;
        border-bottom: none;
        padding-bottom: 0px
    }
    .hosting_promise_section .dark_blue_section.last_block {
        position: relative;
        left: 0px;
        width: 100%;
        padding-top: 0px;
        border-top: none
    }
    .hosting_features_section {
        background-image: none
    }
    .hosting_features_section .hosting_features_row img {
        float: none
    }
    .hosting_features_section .large-3 img {
        margin-bottom: 30px
    }
    .hosting_features_section .hosting_features_img_row .columns {
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center !important
    }
    .hosting_features_section .large-9 {
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        text-align: center
    }
    .hosting_features_section .large-9 p {
        padding-right: 0px
    }
    .row_flex {
        display: block !important
    }
    .row_flex * {
        display: block !important
    }
    .row_flex .icon_holder {
        padding-top: 0px !important;
        padding-bottom: 0px !important
    }
    .row_flex .icon_holder i {
        margin-top: 19px !important;
        margin-bottom: 19px !important
    }
    .domain_change_section .row .large-8 .btn_deactivate,
    .domain_change_section .row .large-8 .btn_activate {
        width: 100%
    }
    .domaindetails_section .progress.pull-right {
        float: none !important
    }
    .domaindetails_section .large-8 {
        padding-left: 0.9375em !important;
        padding-right: 0.9375em !important
    }
    .domaindetails_section .large-4 {
        min-height: 0px !important
    }
    .login_details_section .customSelect {
        text-align: left !important
    }
    .btn_check_status {
        width: 100% !important
    }
    .domain_renew_cart_line {
        word-break: break-all
    }
    .bulkdomain_inputs_holder {
        text-align: center !important;
        width: 100% !important
    }
    .bulkdomain_inputs_holder .large-4 {
        padding-left: 0.9375em !important;
        padding-right: 0.9375em !important
    }
    .bulkdomain_inputs_holder .large-4 span {
        display: inline-block !important;
        width: 100% !important
    }
    .change_contact_info_jump_holder span {
        width: 100%;
        text-align: center
    }
    .bulkdomain_radio_holder .large-centered label {
        padding: 20px 10px !important;
        text-align: left !important;
        width: 100% !important
    }
    .knowledgebase_popular_articles_list>.large-12>.row {
        padding-left: 0px !important
    }
    .knowledgebase_cat_holder .large-6 a {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        font-size: 20px !important
    }
    .cc_input_holders {
        margin-bottom: 0px !important
    }
    .clientarea_main_content .Left {
        width: 100%;
        padding-left: 15px
    }
    .clientarea_main_content .Left .ticket_headline_rows span {
        font-size: 14px !important
    }
    .clientarea_main_content .right {
        width: 100%;
        text-align: center
    }
    .clientarea_main_content .right .submit_ticket_btn {
        padding-bottom: 18px;
        padding-top: 18px;
        margin-top: 20px
    }
    .clientarea_main_content .stacktable_tickets {
        width: 100%;
        border: none
    }
    .clientarea_main_content .stacktable_tickets .st-head-row {
        background: white
    }
    .clientarea_main_content .stacktable_tickets .st-head-row-main {
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2MmIzYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJkMzM0NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #262b3c), color-stop(100%, #2d3344));
        background: -moz-linear-gradient(bottom, #262b3c, #2d3344);
        background: -webkit-linear-gradient(bottom, #262b3c, #2d3344);
        background: linear-gradient(to top, #262b3c, #2d3344)
    }
    .clientarea_main_content .stacktable_invoices,
    .clientarea_main_content .stacktable_renewals {
        width: 100%;
        border: none
    }
    .clientarea_main_content .stacktable_invoices .st-head-row input,
    .clientarea_main_content .stacktable_renewals .st-head-row input {
        margin: 0
    }
    .clientarea_main_content .stacktable_invoices .st-head-row .custom,
    .clientarea_main_content .stacktable_renewals .st-head-row .custom {
        display: none
    }
    .clientarea_main_content .stacktable_invoices .st-head-row span,
    .clientarea_main_content .stacktable_renewals .st-head-row span {
        display: block;
        color: white !important;
        padding-left: 0px !important;
        margin-bottom: 15px;
        margin-top: 15px
    }
    .clientarea_main_content .stacktable_invoices .st-head-row span span,
    .clientarea_main_content .stacktable_renewals .st-head-row span span {
        display: inline
    }
    .clientarea_main_content .stacktable_invoices .st-head-row-main input,
    .clientarea_main_content .stacktable_renewals .st-head-row-main input {
        display: inline-block
    }
    .clientarea_main_content .stacktable_invoices .st-head-row-main .checkbox,
    .clientarea_main_content .stacktable_renewals .st-head-row-main .checkbox {
        display: inline-block;
        margin-bottom: 0;
        margin-left: 15px;
        margin-top: 0
    }
    .table_header {
        display: none !important
    }
    .table_row_hosting a {
        margin-top: 0
    }
    .table_row .productName {
        margin-bottom: 0px
    }
    .table_row span.show-for-small {
        display: inline-block !important;
        font-weight: bold
    }
    .table_row .columns {
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 5px
    }
    .table_row .management {
        text-align: center
    }
    .table_row .management a {
        font-size: 12px
    }
    .table_row a {
        line-height: 1.5
    }
    .table_row a.btn_cancel {
        margin-top: 0 !important;
        float: none
    }
    .table_footer {
        text-align: center
    }
    .table_footer .small-12 {
        margin-bottom: 15px
    }
    .table_footer .small-12 .customSelectInner {
        width: auto !important;
        padding-right: 23px
    }
    .pagination_holder>div {
        float: none !important
    }
    .pagination_holder .to_right {
        margin-left: 5px
    }
    .pagination_holder .to_right a {
        font-size: 14px
    }
    .pagination_holder .to_right a:first-child {
        margin-right: 5px
    }
    .pagination_holder .to_left {
        margin-right: 5px
    }
    .pagination_holder .to_left a {
        font-size: 14px
    }
    .pagination_holder .to_left a:first-child {
        margin-left: 5px
    }
    .pagination_holder .pagin_pages select {
        margin: 0;
        width: auto
    }
    .knowledgebase_breadcrumbs {
        padding-left: 0px !important;
        font-size: 26px
    }
    .knowledgebase_article_holder .knowledgebase_text_holder {
        word-break: break-all
    }
    .knowledgebase_search_holder a {
        width: 100%;
        text-align: center
    }
    .less_apps_section {
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzI2MzQ1ZSIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjMTAxOTM3Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWIyMzNiIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(25%, #26345e), color-stop(75%, #101937), color-stop(100%, #1b233b));
        background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #26345e 25%, #101937 75%, #1b233b 100%);
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #26345e 25%, #101937 75%, #1b233b 100%);
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #26345e 25%, #101937 75%, #1b233b 100%)
    }
    .less_apps_section h6 {
        text-align: center
    }
    .less_apps_section ul li {
        text-align: center
    }
    .bulkdomain_inputs_holder {
        display: inline-block
    }
    .bulkdomain_inputs_holder .row {
        display: block;
        width: 100%;
        margin: 0
    }
    .bulkdomain_inputs_holder .row .large-4 {
        text-align: left !important;
        display: inline-block;
        border-right: none
    }
    .bulkdomain_inputs_holder .row .large-8 {
        display: inline-block;
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }
    .bulkdomain_inputs_holder .row .large-8 .customSelect {
        overflow: hidden !important
    }
    .bulkdomain_buttons_holder a {
        margin-bottom: 15px !important
    }
    .dw-series-list h3 {
        font-size: 17px !important;
        line-height: 1.5 !important;
        min-height: auto !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }
    .dw-series-list .dw-series-table td {
        font-size: 14px !important;
        line-height: 1.5 !important
    }
    .dw-series-list .dw-series-table td a {
        font-size: 14px !important;
        line-height: 1.5 !important
    }
    .clientareaproducts--controls .controls_line>div {
        width: 100%;
        border: none !important
    }
    .clientareaproducts--controls .controls_line>div a {
        word-break: break-all
    }
    .clientareaproducts--controls .controls_line .button {
        width: 100%
    }
    .ssl_section .customSelect .customSelectInner {
        line-height: 18px;
        overflow: hidden;
        height: 18px
    }
    .regist_section #passwordDescription {
        margin-top: 15px
    }
    .regist_section h2 {
        text-align: left !important;
        padding-left: 24px !important;
        font-size: 24px !important
    }
    .regist_section .row .large-8 {
        line-height: 1 !important;
        background: transparent !important;
        border: none;
        padding: 0 15px !important
    }
    .regist_section .row .large-8 input {
        font-family: "Effra", Calibri, Arial, sans-serif;
        font-size: 18px !important;
        height: 36px !important;
        line-height: initial !important;
        margin-bottom: 12px;
        margin-left: 0 !important;
        margin-top: 0px
    }
    .regist_section .row .large-8 select {
        font-family: "Effra", Calibri, Arial, sans-serif;
        margin-left: 0px !important;
        font-size: 18px !important;
        height: 36px !important;
        line-height: initial !important;
        margin-left: 0 !important;
        margin-top: 0px
    }
    .regist_section .row .large-8 .customSelect {
        font-family: "Effra", Calibri, Arial, sans-serif;
        overflow: hidden;
        font-size: 18px !important;
        height: 36px !important;
        line-height: 36px !important;
        margin-bottom: 8px;
        margin-left: 0 !important;
        margin-top: 0px;
        padding-left: 9px
    }
    .bulkdomain_inputs_holder .row {
        display: block !important
    }
    .bulkdomain_inputs_holder .row .large-4 {
        justify-content: flex-start !important
    }
    #cartnewcustomer_div {
        margin-left: 0px !important;
        margin-right: 0px !important
    }
    label.right.label_right {
        text-align: left !important
    }
    .dom_input_holder input {
        font-size: 18px !important;
        height: auto !important;
        line-height: 18px !important;
        margin-bottom: 12px;
        margin-left: 0 !important
    }
    .tos_holder {
        display: inline-table
    }
    .tos_holder a {
        display: inline-block
    }
    #checkoutfrm .checkout_radio_holder label {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }
    #checkoutfrm .checkout_radio_holder i {
        margin: 0 !important
    }
    .checkout_radio_holder div.row .subtext_holder {
        font-size: 1.8rem
    }
    .checkout_radio_holder div.row .subtext_holder span {
        display: block
    }
    .order_bg h2 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
    .grey_box p {
        line-height: 1.5 !important;
        font-size: 14px !important
    }
    .checkbox_holder_label {
        font-size: 18px !important;
        width: 100% !important
    }
    .checkbox_holder_label span {
        padding-right: 15px
    }
    .checkbox_holder_label .checkbox_holder_label_desc {
        margin-top: 15px;
        display: block;
        font-size: 14px
    }
    .search_holder {
        padding: 0px !important
    }
    .SSLHide {
        display: none !important
    }
}

@media (max-width: 768px) {
    .hosting_features_section {
        background-image: none
    }
    .hosting_features_section .hosting_features_row img {
        float: none
    }
    .hosting_features_section .large-3 img {
        margin-bottom: 30px
    }
    .hosting_features_section .hosting_features_img_row .columns {
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center !important
    }
    .hosting_features_section .large-9 {
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        text-align: center
    }
    .hosting_features_section .large-9 p {
        padding-right: 0px
    }
    .bulkdomain_inputs_holder .row .large-4 {
        text-align: left !important
    }
}

@media only screen and (max-device-width: 1279px) {
    .hosting_features_section .hosting_features_img_row .columns {
        text-align: center !important
    }
    .hosting_features_section .large-9 p {
        padding-right: 0px
    }
    .hosting_promise_section .dark_blue_section {
        min-height: 880px
    }
    .row_flex {
        margin-left: 0px !important;
        margin-right: 0px !important
    }
    .clientareaproducts--controls .controls_line .button {
        margin-right: 15px !important;
        margin-top: 23px !important
    }
    .nav_menu_holder .large-12>ul {
        display: table;
        margin-left: auto !important;
        margin-right: auto !important
    }
    .nav_menu_holder .large-12>ul>li {
        padding: 20px 15px !important
    }
    .nav_menu_holder .large-12>ul>li>ul {
        top: 61px !important
    }
    .clientareaproducts--controls .controls_line>div {
        border: none;
        border-right: 1px solid #2a2f40;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        padding: 20px 15px;
        text-align: center;
        display: inline-block;
        float: left
    }
    .clientareaproducts--controls .controls_line>div span {
        font-weight: 300
    }
    .clientareaproducts--controls .controls_line>div a {
        color: #cad0db;
        font-size: 1.5rem
    }
    .clientareaproducts--controls .controls_line>div a:hover {
        color: #3f6db3;
        text-decoration: none
    }
    .clientareaproducts--controls .controls_line>div a:hover sup {
        color: #cad0db
    }
    .clientareaproducts--controls .controls_line>div a:hover sup:focus {
        outline: none !important
    }
    .clientareaproducts--controls .controls_line>div a:focus {
        outline: none !important
    }
    .clientareaproducts--controls .controls_line>div a sup {
        color: #cad0db
    }
    .clientareaproducts--controls .controls_line>div a sup:focus {
        outline: none !important
    }
    .clientareaproducts--controls .controls_line>div sup {
        font-size: 0.75rem;
        margin-left: 10px;
        margin-right: 10px;
        top: -2em
    }
    .btn_opt {
        margin-top: 15px !important
    }
    .login_details_section .customSelect {
        overflow: hidden !important;
        white-space: nowrap !important
    }
    .login_details_section .customSelect .customSelectInner {
        overflow: hidden !important;
        width: 85% !important
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1439px) {
    .reveal-modal.tiny {
        left: 45% !important;
        margin-left: -20% !important;
        width: 50% !important
    }
}

.blue_btn_b {
    border-color: #0e4ba6 !important;
    background-color: #0e4ba6 !important;
    border-radius: 5px
}

.blue_btn_b:hover,
.blue_btn_b:active,
.blue_btn_b:focus {
    background: transparent !important;
    -moz-box-shadow: inset 0 0 0px 2px #0e4ba6 !important;
    -webkit-box-shadow: inset 0 0 0px 2px #0e4ba6 !important;
    box-shadow: inset 0 0 0px 2px #0e4ba6 !important
}

.blue_btn_b.hover {
    background: transparent !important;
    -moz-box-shadow: inset 0 0 0px 2px #0e4ba6 !important;
    -webkit-box-shadow: inset 0 0 0px 2px #0e4ba6 !important;
    box-shadow: inset 0 0 0px 2px #0e4ba6 !important
}

.blue_btn_text_b:hover,
.blue_btn_text_b:active,
.blue_btn_text_b:focus {
    color: #0e4ba6 !important
}

.blue_btn_text_b.hover {
    color: #0e4ba6 !important
}

.btn_b {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    line-height: 44px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: white;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding-left: 35px;
    padding-right: 35px
}

.btn_b span {
    font-weight: 400;
    transition: all 0s linear
}

.btn_b:focus,
.btn_b:active,
.btn_b:hover,
.btn_b:visited {
    text-decoration: none;
    outline: none
}

.domainavailable {
    padding-top: 19px;
    padding-bottom: 18px;
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background-color: #d2ffd8;
    color: #12841f
}

.domainunavailable {
    color: #cc0000;
    font-size: 16px;
    font-weight: bold;
    text-align: center
}

.domainunavailable_sub {
    text-align: center;
    margin-top: 19px;
    color: black;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 400
}

.dark_green_btn {
    color: white !important;
    border-color: #12841f !important;
    background-color: #12841f !important
}

.dark_green_btn:hover {
    background-color: transparent !important;
    background: transparent !important;
    -moz-box-shadow: inset 0 0 0px 2px #12841f !important;
    -webkit-box-shadow: inset 0 0 0px 2px #12841f !important;
    box-shadow: inset 0 0 0px 2px #12841f !important
}

.dark_green_btn:focus {
    background-color: transparent !important;
    background: transparent !important;
    -moz-box-shadow: inset 0 0 0px 2px #12841f !important;
    -webkit-box-shadow: inset 0 0 0px 2px #12841f !important;
    box-shadow: inset 0 0 0px 2px #12841f !important
}

.dark_green_btn.hover {
    background-color: transparent !important;
    background: transparent !important;
    -moz-box-shadow: inset 0 0 0px 2px #12841f !important;
    -webkit-box-shadow: inset 0 0 0px 2px #12841f !important;
    box-shadow: inset 0 0 0px 2px #12841f !important
}

.dark_green_btn_text:hover {
    color: #12841f !important
}

.dark_green_btn_text:focus {
    color: #12841f !important
}

.dark_green_btn_text.hover {
    color: #12841f !important
}

.bulkdomain_textarea_holder p {
    background: #32394F;
    color: #D1D1D1 !important;
    display: inline-block;
    width: 100%;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding: 13px 10%;
    font-size: 17px !important;
    font-family: "proxima-nova", sans-serif !important;
    line-height: 1.2 !important
}

.bulkdomain_textarea_holder textarea {
    font-family: "proxima-nova", sans-serif !important;
    resize: vertical;
    min-height: 192px;
    padding: 30px 25px;
    font-size: 18px
}

.bulkdomain_textarea_holder textarea.placeholder_active {
    color: #7f7f7f
}

.check_availability_holder {
    margin-top: 12px
}

.check_availability_holder a.btn {
    padding: 22px 83px;
    color: white;
    border-radius: 5px;
    font-size: 16px
}

.check_availability_holder a.btn:hover {
    text-decoration: none
}

@media only screen and (min-width: 768px) {
    .dropbox_div {
        margin-right: 0px !important;
        padding-right: 0px !important
    }
    .domain_input div.medium-3 {
        padding-left: 0
    }
}

@media only screen and (max-width: 480px) {
    .dropbox_div {
        margin-right: 0px !important;
        padding-right: 0px !important
    }
    .dropbox_div>.row {
        margin-left: 0px;
        margin-right: -0.5em
    }
    .dropbox_div .medium-2 {
        padding-right: 0
    }
    .check_availability_holder a.btn {
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        width: 100%
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .search_main_div .dropbox_div {
        margin-bottom: 15px
    }
    .search_main_div .dropbox_div .dropbox_sub_div .dropdown {
        -moz-border-radius: 0 6px 6px 0;
        -webkit-border-radius: 0;
        border-radius: 0 6px 6px 0
    }
    .search_main_div .domain_input .go_btn {
        -moz-border-radius: 6px !important;
        -webkit-border-radius: 6px;
        border-radius: 6px !important
    }
}

.phone_holder_top a {
    color: red;
    font-weight: bold;
    text-decoration: none;
    cursor: default
}

.phone_holder_top a i {
    cursor: default;
    margin-left: 5px;
    margin-right: 5px
}

.litemage_top_section {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFE85A0E', endColorstr='#FFE28650');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4NWEwZSIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjZWM5ODYyIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTI4NjUwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e85a0e), color-stop(70%, #ec9862), color-stop(100%, #e28650));
    background-image: -moz-linear-gradient(left, #e85a0e 0%, #ec9862 70%, #e28650 100%);
    background-image: -webkit-linear-gradient(left, #e85a0e 0%, #ec9862 70%, #e28650 100%);
    background-image: linear-gradient(to right, #e85a0e 0%, #ec9862 70%, #e28650 100%)
}

.litemage_top_section .right_section {
    padding-top: 8.5% !important
}

.litemage_top_section .right_section .litespeed_logo_holder {
    margin-left: 3px
}

.litemage_top_section .text_holder_top {
    padding-left: 46px;
    padding-top: 52px
}

.litemage_top_section p {
    color: white;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 18px;
    font-weight: 300
}

@media only screen and (max-width: 1279px) {
    .litemage_top_section .right_section {
        padding-top: 17.5% !important
    }
    .litemage_top_section .right_section .litespeed_logo_holder {
        margin-left: 0px
    }
    .litemage_top_section .text_holder_top {
        padding-left: 5%;
        padding-top: 5%
    }
}

.litemage_mid_section {
    padding-top: 80px !important;
    background-color: #31312f
}

.litemage_mid_section h2 {
    color: white;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 300;
    line-height: 64px
}

.litemage_mid_section .chart_holder {
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    color: white;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 18px
}

.litemage_mid_section .chart_holder .chart_line {
    margin-left: 9px;
    margin-bottom: 15px;
    margin-right: 5px;
    padding-top: 15px;
    min-height: 52px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px
}

.litemage_mid_section .chart_holder .orange_chart_line {
    background: #ff5200
}

.litemage_mid_section .chart_holder .pelorouse_chart_line {
    background: #00dfff
}

.litemage_mid_section .chart_holder .green_chart_line {
    background: #00b546
}

.litemage_mid_section .chart_holder .post_chart_text {
    padding-top: 15px;
    display: inline-block
}

.litemage_mid_section .sub_chart_holder {
    color: #8e8e8e;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 12px;
    font-weight: 300;
    margin-top: 9px
}

@media only screen and (max-width: 479px) {
    .litemage_mid_section .chart_holder {
        font-size: 14px
    }
    .litemage_mid_section .chart_holder .chart_line {
        padding-top: 12px
    }
    .litemage_mid_section .chart_holder .post_chart_text {
        padding-top: 19px
    }
}

.litemage_bottom_section h2 {
    font-family: "proxima-nova", sans-serif !important
}

.litemage_bottom_section .litemage_p_holder p {
    color: white;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 18px;
    font-weight: 300
}

.litemage_bottom_section .litemage_p_holder p span {
    text-decoration: underline
}

.litemage_bottom_section .video_row {
    margin-bottom: 23px;
    margin-top: 60px
}

.litemage_bottom_section .sub_video_row {
    color: white;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 18px;
    font-weight: 300
}

.alert_base {
    padding-top: 25px;
    padding-bottom: 25px;
    transition: none
}

.alert_base ul {
    margin: 0 !important
}

.alert_base ul li {
    font-size: 16px;
    font-weight: bold
}

.alert_base .alert_text {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    margin: 0
}

.alert_base .alert_text,
.alert_base i {
    font-size: 16px
}

.alert_base i:hover {
    cursor: pointer
}

.promo-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999999;
    height: 53px;
    background: #52cba6;
    transition: .2s ease all;
    border-top: 1px solid #1b233b;
    overflow: hidden
}

.promo-bar.sticky-hidden {
    height: 0
}

.promo-bar .row {
    position: relative;
    height: 100%
}

.promo-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-decoration: none
}

.promo-bar img {
    display: block;
    max-width: 100%;
    padding: 10px;
    width: 60px
}

.promo-bar a p {
    font-weight: 700;
    padding: 10px;
    transition: .2s ease all;
    text-shadow: 1px 1px 6px #000;
    font-family: Effra, Calibri, Arial, sans-serif!important;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0;
    color: #f8cc0f
}

.promo-bar a:hover p {
    text-shadow: 1px 1px 15px #000;
    color: #1b233b
}

.promo-bar span.close-sticky {
    color: #e6e7e8;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 5px;
    border: 2px solid #e6e7e8;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    cursor: pointer;
    font-size: 12px;
    transition: .2s ease all;
    font-family: monospace;
    padding-bottom: 2px;
    padding-left: 1px
}

.promo-bar span.close-sticky:hover {
    color: #c64949;
    background: #e6e7e8
}

@media only screen and (max-width: 768px) {
    .promo-bar a p {
        letter-spacing: 0;
        font-size: 17px;
        line-height: 17px
    }
    .alert_base ul li {
        font-size: 14px;
        font-weight: bold
    }
    .alert_base .alert_text {
        text-align: center;
        font-weight: bold
    }
    .alert_base .alert_text,
    .alert_base i {
        font-size: 14px
    }
    .cross_holder {
        text-align: center
    }
}

.alert_low_p {
    background-color: #b7caeb;
    border: 1px solid #90a1d6
}

.alert_low_p .alert_text,
.alert_low_p i {
    color: #0c3a78
}

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -moz-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -moz-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -moz-animation-name: fadeInRightBig;
    -o-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
}

@-moz-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }
}

@-o-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
}

@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }
}

@-o-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
}

@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }
}

@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
}

@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(20px)
    }
}

@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    -moz-animation-name: fadeOutRight;
    -o-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
}

@-moz-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
}

@-o-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    -moz-animation-name: fadeOutUpBig;
    -o-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
}

@-moz-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }
}

@-o-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    -moz-animation-name: fadeOutDownBig;
    -o-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
}

@-moz-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }
}

@-o-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    -moz-animation-name: fadeOutLeftBig;
    -o-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
}

@-moz-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }
}

@-o-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    -moz-animation-name: fadeOutRightBig;
    -o-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

.animated.sequence-one {
    -webkit-animation-delay: 0ms;
    -moz-animation-delay: 0ms;
    -o-animation-delay: 0ms;
    animation-delay: 0ms
}

.animated.sequence-two {
    -webkit-animation-delay: 400ms;
    -moz-animation-delay: 400ms;
    -o-animation-delay: 400ms;
    animation-delay: 400ms
}

.animated.sequence-three {
    -webkit-animation-delay: 800ms;
    -moz-animation-delay: 800ms;
    -o-animation-delay: 800ms;
    animation-delay: 800ms
}

.animated.sequence-four {
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: 1200ms;
    -o-animation-delay: 1200ms;
    animation-delay: 1200ms
}

.animated.sequence-five {
    -webkit-animation-delay: 1600ms;
    -moz-animation-delay: 1600ms;
    -o-animation-delay: 1600ms;
    animation-delay: 1600ms
}

.animated.sequence-six {
    -webkit-animation-delay: 2000ms;
    -moz-animation-delay: 2000ms;
    -o-animation-delay: 2000ms;
    animation-delay: 2000ms
}


/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url("//netdna.bootstrapcdn.com/font-awesome/4.1.0/fonts/fontawesome-webfont.eot?v=4.1.0");
    src: url("//netdna.bootstrapcdn.com/font-awesome/4.1.0/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.1.0/fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.1.0/fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.1.0/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-square:before,
.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.accordion-container {
    overflow: hidden;
    max-height: 0;
    transition: .4s ease all;
    background: #2d3344
}

.accordion-container.active {
    max-height: none
}

.st-content-inner .text-page.dark .accordion>h3 {
    background: #fff;
    color: #1b233b;
    margin: 0;
    cursor: pointer;
    padding: 10px;
    margin: 10px 0 0 0
}

.accordion-content {
    padding: 15px
}

.st-content-inner section.legals.text-page ul:not(.custom-bullets) li {
    list-style-type: disc!important;
    margin: 0 0 0 20px
}

section.legals.text-page {
    padding: 0 0 50px 0
}

section.knowledge.text-center {
    padding-bottom: 70px
}

.collapsable-content-toggle {
    margin-top: 25px;
    cursor: pointer;
    background: #2e3d57;
    color: #ffdb72;
    text-transform: uppercase;
    display: block;
    padding: 5px;
    font-size: 16px;
    width: 150px;
    margin: 50px auto 0 auto;
    border: 1px solid #2e3d57;
    transition: .4s ease all
}

.collapsable-content-toggle:hover {
    background: rgba(0, 0, 0, 0);
    color: #2e3d57
}

div#homepage-web-hosting .row {
    padding: 6rem 0
}

.collapsable-content {
    transition: .5s ease all;
    max-height: 0;
    overflow: hidden
}

.collapsable-content.active {
    max-height: 100%
}

div#homepage-web-hosting h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700
}

div#homepage-web-hosting ul li {
    list-style-type: disc;
    margin-left: 25px;
    font-size: 14px
}

div#homepage-web-hosting p {
    font-size: 14px;
    margin: 0 0 5px 0
}

div#homepage-web-hosting h3 {
    margin: 25px 0 5px 0
}

ol.survey-terms-conditions li {
    margin-bottom: 36px;
}

.trustpilot-container.product-page-trustpilot {
    background: #222736!important;
    padding: 30px 10px;
    margin-top: -20px;
    margin-bottom: 20px;
}

.trustpilot-container {
    padding: 20px 0
}
span.price-from {
    color: #a4b0c9;
    position: absolute;
    top: -23px;
    left: 0;
    font-size: 16px;
    font-weight: 300;
    font-family: "brandon-grotesque", "Effra", Calibri, Arial, sans-serif;
}
@media only screen and (min-width: 960px) {
    .product-addons {
        padding-top: 40px;
    }
}