/*!
 *
 *  Krypt.com CSS
 *
 */
table.dataTable {
    width: 100%;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}

table.dataTable thead th:active, table.dataTable thead td:active {
    outline: none
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    cursor: pointer;
    *cursor: hand
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: center right
}

table.dataTable thead .sorting {
    background-image: url("/static/imgs/datatables/sort_both.png")
}

table.dataTable thead .sorting_asc {
    background-image: url("/static/imgs/datatables/sort_asc.png")
}

table.dataTable thead .sorting_desc {
    background-image: url("/static/imgs/datatables/sort_desc.png")
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("/static/imgs/datatables/sort_asc_disabled.png")
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("/static/imgs/datatables/sort_desc_disabled.png")
}

table.dataTable tbody tr {
    background-color: #ffffff
}

table.dataTable tbody tr.selected {
    background-color: #B0BED9
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #ddd
}

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
    border-top: none
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd
}

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #ddd
}

table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
    border-top: none
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
    background-color: #acbad4
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #f6f6f6
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
    background-color: #aab7d1
}

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
    background-color: #fafafa
}

table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
    background-color: #acbad5
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: whitesmoke
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b4cd
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #a8b5cf
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b7d1
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #fafafa
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #fcfcfc
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #fefefe
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #acbad5
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #aebcd6
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #eaeaea
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
    background-color: #ececec
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
    background-color: #efefef
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
    background-color: #a2aec7
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
    background-color: #a3b0c9
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
    background-color: #a5b2cb
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap
}

table.dataTable.compact thead th, table.dataTable.compact thead td {
    padding: 4px 17px 4px 4px
}

table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
    padding: 4px
}

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
    padding: 4px
}

table.dataTable th.dt-left, table.dataTable td.dt-left {
    text-align: left
}

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
    text-align: center
}

table.dataTable th.dt-right, table.dataTable td.dt-right {
    text-align: right
}

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
    text-align: justify
}

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
    white-space: nowrap
}

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
    text-align: left
}

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
    text-align: center
}

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
    text-align: right
}

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
    text-align: justify
}

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap
}

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
    text-align: left
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
    text-align: center
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
    text-align: right
}

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
    text-align: justify
}

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap
}

table.dataTable, table.dataTable th, table.dataTable td {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1
}

.dataTables_wrapper .dataTables_length {
    float: left
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, white 0%, #dcdcdc 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #585858 0%, #111 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    box-shadow: inset 0 0 3px #111
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #333
}

.dataTables_wrapper .dataTables_scroll {
    clear: both
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
    vertical-align: middle
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table, .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em
    }
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em
    }
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-widget {
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333
}

.ui-widget-content a {
    color: #333333
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold
}

.ui-widget-header a {
    color: #333333
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: #454545;
    text-decoration: none
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #1d8ec0;
    background: #28a6de;
    font-weight: normal;
    color: #ffffff
}

.ui-icon-background, .ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666
}

.container {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em
}

.container:after {
    content: " ";
    display: block;
    clear: both
}

@media (min-width: 30em) {
    .container {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

@media (min-width: 48em) {
    .container {
        padding-left: 2em;
        padding-right: 2em
    }
}

@media (min-width: 75em) {
    .container {
        padding-left: 0;
        padding-right: 0
    }
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local("Roboto Thin"), local("Roboto-Thin"), url("/static/fonts/roboto/roboto-v15-latin-100.woff2") format("woff2"), url("/static/fonts/roboto/roboto-v15-latin-100.woff") format("woff")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url("/static/fonts/roboto/roboto-v15-latin-300.woff2") format("woff2"), url("/static/fonts/roboto/roboto-v15-latin-300.woff") format("woff")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url("/static/fonts/roboto/roboto-v15-latin-regular.woff2") format("woff2"), url("/static/fonts/roboto/roboto-v15-latin-regular.woff") format("woff")
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local("Roboto Italic"), local("Roboto-Italic"), url("/static/fonts/roboto/roboto-v15-latin-italic.woff2") format("woff2"), url("/static/fonts/roboto/roboto-v15-latin-italic.woff") format("woff")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url("/static/fonts/roboto/roboto-v15-latin-500.woff2") format("woff2"), url("/static/fonts/roboto/roboto-v15-latin-500.woff") format("woff")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url("/static/fonts/roboto/roboto-v15-latin-700.woff2") format("woff2"), url("/static/fonts/roboto/roboto-v15-latin-700.woff") format("woff")
}

a {
    text-decoration: none;
    color: #28a6de
}

a:hover {
    color: #1a66ac
}

p {
    line-height: 26px
}

p.center {
    text-align: center
}

h1, h2, h3, h4, h5, h6 {
    color: #3c484f;
    line-height: 1.35;
    margin: 1em 0
}

h1.center, h2.center, h3.center, h4.center, h5.center, h6.center {
    text-align: center
}

h1, h2, h3 {
    margin: 0.5em 0;
    font-weight: 300
}

h4, h5, h6 {
    font-weight: 500;
    margin: 1.25em 0
}

h1 {
    font-size: 44px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 24px;
    font-weight: 300
}

h4 {
    font-size: 21px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

strong {
    color: #3c484f
}

hr {
    border: none;
    height: 1px;
    background-color: #eee
}

ol li {
    margin-bottom: 0.5em
}

ul {
    margin: 1.5em 0
}

ul li {
    margin: 0 0 10px 0
}

p.last {
    margin-bottom: 0
}

button, input {
    font: normal 100%/1 "Roboto", Arial, sans-serif
}

button {
    cursor: pointer
}

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

address strong {
    font-style: normal
}

sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em
}

sub {
    top: 0.4em
}

@media (min-width: 48em) {
    h1 {
        font-size: 54px
    }

    h2 {
        font-size: 38px
    }

    h3 {
        font-size: 26px;
        font-weight: 300
    }

    h4 {
        font-size: 21px
    }

    h5 {
        font-size: 18px
    }

    h6 {
        font-size: 16px
    }
}

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

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

.title {
    margin: 0.8em 0 0;
    line-height: 1
}

.title + .lead-text {
    margin-top: 10px
}

@media (min-width: 60em) {
    .title {
        margin: 2em 0 0
    }
}

.lead-text {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 26px
}

.lead-text.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 48em) {
    .lead-text {
        font-size: 21px;
        margin-bottom: 50px;
        font-weight: 300;
        line-height: 32px
    }
}

.muted {
    color: #99a9b5
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.smush {
    max-width: 800px
}

.smush-600 {
    max-width: 600px
}

.txt-divider {
    display: inline-block;
    margin: 0 8px;
    width: 1px;
    height: 15px;
    background: #dae0e4;
    position: relative;
    top: 4px
}

.header-title {
    font-size: 32px;
    font-weight: 300;
    color: #3c484f;
    display: block
}

.header-border {
    position: relative;
    margin-bottom: 40px
}

.header-border:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    left: 0;
    background: #28a6de;
    bottom: -20px
}

.header-border.center:after {
    left: 50%;
    margin-left: -15px
}

.alt-header {
    font-size: 14px;
    color: #99a9b5;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500
}

.text-danger {
    color: #e74c3c
}

.btn-block_blue, .btn-block_orange, .btn-block_green, .btn-block_white, .btn-block_purple {
    display: inline-block;
    color: #fff;
    font: bold 16px/0.9 "Roboto", Arial, sans-serif;
    padding: 8px 12px;
    border-radius: 4px;
    background: #333;
    border: none
}

.caps.btn-block_blue, .caps.btn-block_orange, .caps.btn-block_green, .caps.btn-block_white, .caps.btn-block_purple {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px 22px;
    font-weight: 500
}

.lg.btn-block_blue, .lg.btn-block_orange, .lg.btn-block_green, .lg.btn-block_white, .lg.btn-block_purple {
    padding: 12px 16px;
    font-size: 18px
}

.lg.caps.btn-block_blue, .lg.caps.btn-block_orange, .lg.caps.btn-block_green, .lg.caps.btn-block_white, .lg.caps.btn-block_purple {
    font-size: 15px
}

.btn-block_blue svg, .btn-block_orange svg, .btn-block_green svg, .btn-block_white svg, .btn-block_purple svg {
    width: 16px;
    height: 16px
}

.disabled.btn-block_blue, .disabled.btn-block_orange, .disabled.btn-block_green, .disabled.btn-block_white, .disabled.btn-block_purple {
    background: #ccc;
    color: #fff;
    pointer-events: none
}

.border.btn-block_blue, .border.btn-block_orange, .border.btn-block_green, .border.btn-block_white, .border.btn-block_purple {
    border: 1px solid #555
}

.center.btn-block_blue, .center.btn-block_orange, .center.btn-block_green, .center.btn-block_white, .center.btn-block_purple {
    margin: 0 auto
}

.btn-ghost_blue, .btn-ghost_white, .btn-ghost_orange {
    display: inline-block;
    color: #fff;
    font: 500 16px/0.9 "Roboto", Arial, sans-serif;
    padding: 8px 12px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #333;
    color: #333
}

.caps.btn-ghost_blue, .caps.btn-ghost_white, .caps.btn-ghost_orange {
    text-transform: uppercase;
    font-size: 13px
}

.lg.btn-ghost_blue, .lg.btn-ghost_white, .lg.btn-ghost_orange {
    padding: 14px 18px;
    font-size: 18px
}

.lg.caps.btn-ghost_blue, .lg.caps.btn-ghost_white, .lg.caps.btn-ghost_orange {
    font-size: 15px
}

.btn-block_blue {
    background: #28a6de
}

.btn-block_blue:hover {
    background: #54b8e5;
    color: #fff
}

.btn-block_blue.border {
    border-color: #1f98cd
}

.btn-block_orange {
    background: #f26c4f
}

.btn-block_orange:hover {
    background: #f37c62;
    color: #fff
}

.btn-block_orange.border {
    border-color: #f05837
}

.btn-block_green {
    background: #3fc380
}

.btn-block_green:hover {
    background: #5acc92;
    color: #fff
}

.btn-block_green.border {
    border-color: #39b576
}

.btn-block_white {
    background: #fff;
    color: #28a6de
}

.btn-block_white:hover {
    background: #f2f4f5
}

.btn-block_purple {
    background: #9b59b6
}

.btn-block_purple:hover {
    background: #bf95d0;
    color: #fff
}

.btn-ghost_blue {
    color: #28a6de;
    border-color: #28a6de
}

.btn-ghost_blue:hover {
    background: #28a6de;
    color: #fff
}

.btn-ghost_white {
    color: #fff;
    border-color: #fff
}

.btn-ghost_white:hover {
    background: #fff;
    color: #28a6de
}

.btn-ghost_orange {
    color: #f26c4f;
    border-color: #f26c4f
}

.pill {
    border-radius: 500px
}

.btn-group {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.btn-group [class*="btn-"] {
    display: block;
    float: left
}

.btn-group [class*="btn-"]:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 3px 0 0 3px
}

.btn-group [class*="btn-"] + .dropdown-toggle {
    border-radius: 0 3px 3px 0;
    padding-left: 8px;
    padding-right: 8px;
    border-left: 0;
    margin-top: 0;
    margin-left: 0
}

.menu-btn {
    padding: 0;
    background: none;
    border: none;
    display: inline-block;
    position: relative;
    width: 34px;
    height: 34px;
    margin: 5px 5px
}

.menu-btn span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    top: 8px;
    background: #000
}

.menu-btn span:nth-child(2) {
    top: 17px
}

.menu-btn span:nth-child(3) {
    top: 26px
}

.close-btn {
    padding: 0;
    background: none;
    border: none;
    display: inline-block;
    width: 50px;
    height: 50px
}

.close-btn span {
    display: block;
    width: 50px;
    height: 1px;
    background: #3c484f;
    transform: rotate(45deg);
    transition: background-color 0.2s ease-out
}

.close-btn span:nth-of-type(2) {
    transform: rotate(-45deg)
}

.close-btn:hover span {
    background: #000
}

.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0
}

.btn-unstyled {
    padding: 0;
    margin: 0;
    border: none;
    background: none
}

.servers-table, .primary-table {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0
}

.servers-table th, .primary-table th {
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 0
}

.servers-table td, .primary-table td {
    padding: 14px 0;
    border-top: 1px solid #eee
}

.servers-table [class^="btn-block"], .primary-table [class^="btn-block"] {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase
}

.servers-table [class^="btn-block"] svg, .primary-table [class^="btn-block"] svg {
    fill: #fff;
    position: relative;
    display: inline-block;
    vertical-align: sub;
    margin-left: 2px;
    width: 14px;
    height: 14px
}

@media (min-width: 0) and (max-width: 48em) {
    .servers-table table, .servers-table thead, .servers-table tbody, .servers-table th, .servers-table td, .servers-table tr, .primary-table table, .primary-table thead, .primary-table tbody, .primary-table th, .primary-table td, .primary-table tr {
        display: block
    }

    .servers-table table.hide, .servers-table thead.hide, .servers-table tbody.hide, .servers-table th.hide, .servers-table td.hide, .servers-table tr.hide, .primary-table table.hide, .primary-table thead.hide, .primary-table tbody.hide, .primary-table th.hide, .primary-table td.hide, .primary-table tr.hide {
        display: none
    }

    .servers-table thead tr, .primary-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .servers-table tr, .primary-table tr {
        border-bottom: none
    }

    .servers-table tr tbody td, .primary-table tr tbody td {
        border-top: 1px solid #f8f9fa
    }
}

@media (min-width: 0) and (max-width: 48em) and (min-width: 48em) {
    .servers-table tr, .primary-table tr {
        border-bottom: 1px solid #f8f9fa
    }
}

@media (min-width: 0) and (max-width: 48em) {
    .servers-table td, .primary-table td {
        border-top: 1px solid #f8f9fa;
        position: relative;
        text-align: right
    }

    .servers-table td:first-child, .primary-table td:first-child {
        border: none;
        font-weight: 500;
        color: #3c484f;
        border-bottom: 2px solid #e9ecef;
        text-align: center
    }

    .servers-table td:first-child + td, .primary-table td:first-child + td {
        border-top: none
    }
}

@media (min-width: 0) and (max-width: 48em) and (min-width: 48em) {
    .servers-table td:first-child, .primary-table td:first-child {
        font-weight: normal;
        padding-left: 0%;
        color: #3c484f;
        background: #fff;
        border-top: 1px solid #f8f9fa
    }

    .servers-table td:first-child + td, .primary-table td:first-child + td {
        border-top: 1px solid #f8f9fa
    }
}

@media (min-width: 0) and (max-width: 48em) {
    .servers-table td:last-child, .primary-table td:last-child {
        padding-bottom: 30px
    }

    .servers-table td:before, .primary-table td:before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        white-space: nowrap;
        content: attr(data-th)
    }
}

.secondary-table {
    width: 100%;
    margin: 0 0 150px 0px;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0
}

.secondary-table th {
    text-transform: uppercase;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 20px;
    width: 80%
}

.secondary-table td {
    padding: 16px 20px;
    border-top: 1px solid #eee
}

.table, .table-fluid {
    border-collapse: collapse;
    border-spacing: 0
}

.table thead, .table-fluid thead {
    text-align: left
}

.table thead tr:first-child, .table-fluid thead tr:first-child {
    padding-top: 10px
}

.table thead th, .table-fluid thead th {
    font: 500 18px/1.45 "Roboto", Arial, sans-serif;
    padding: 10px 0;
    border-bottom: 2px solid #e3e7eb
}

.table tbody td, .table-fluid tbody td {
    font-size: 14px;
    padding: 8px 0;
    border-top: 1px solid #e3e7eb
}

.table.striped:nth-child(2n), .table-fluid.striped:nth-child(2n) {
    background: #f8f9fa
}

.table.center, .table-fluid.center {
    text-align: center
}

table.center {
    margin: 0 auto
}

.table-fluid {
    width: 100%
}

.fral tr td, .fral tr th {
    text-align: center
}

.fral tr td:first-child, .fral tr th:first-child {
    text-align: left
}

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

table.table-responsive thead {
    text-align: left
}

table.table-responsive thead tr:first-child {
    padding-top: 10px
}

table.table-responsive thead th {
    font: 500 18px/1.45 "Roboto", Arial, sans-serif;
    padding: 10px 0;
    border-bottom: 2px solid #e3e7eb
}

table.table-responsive tbody td {
    font-size: 14px;
    padding: 8px 0;
    border-top: 1px solid #e3e7eb
}

table.table-responsive.striped:nth-child(2n) {
    background: #f8f9fa
}

table.table-responsive.center {
    text-align: center
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    table.table-responsive {
        display: block
    }

    table.table-responsive thead, table.table-responsive tbody, table.table-responsive th, table.table-responsive td, table.table-responsive tr {
        display: block
    }

    table.table-responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    table.table-responsive tr {
        margin: 0 0 1rem 0
    }

    table.table-responsive tr:nth-child(odd) {
        background: #ccc
    }

    table.table-responsive td {
        border: none;
        position: relative;
        padding-left: 50% !important;
        text-align: left
    }

    table.table-responsive td:before {
        position: absolute;
        top: 8px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold
    }

    table.table-responsive td:nth-of-type(1):before {
        content: "Benefits at a Glance"
    }

    table.table-responsive td:nth-of-type(2):before {
        content: "Elite Bronze"
    }

    table.table-responsive td:nth-of-type(3):before {
        content: "Elite Silver"
    }

    table.table-responsive td:nth-of-type(4):before {
        content: "Elite Gold"
    }

    table.table-responsive td:nth-of-type(5):before {
        content: "Elite Platinum"
    }

    table.table-responsive td:nth-of-type(6):before {
        content: "Elite Diamond"
    }
}

textarea:focus, button:focus, input:focus {
    outline: none
}

textarea {
    border: 1px solid #99a9b5
}

input, button, textarea {
    font: normal 100% "Roboto", Arial, sans-serif;
    color: #3c484f
}

form p.error {
    font-size: 12px;
    color: #e74c3c;
    margin: 3px 0 0;
    font-weight: 500;
    position: absolute;
    line-height: 1.25
}

form .invalid {
    border-color: #e74c3c
}

form .invalid:focus {
    border-color: #28a6de
}

form fieldset {
    border: none;
    margin: 0;
    margin-bottom: 20px;
    padding: 0
}

form button[type="submit"] {
    width: 100%;
    padding: 15px 50px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    float: right;
    margin: 25px 0
}

@media (min-width: 48em) {
    form button[type="submit"] {
        width: auto
    }
}

form .agree-terms .error {
    margin: 3px 0 0 31px
}

.checkbox:not(:checked), .checkbox:checked {
    position: absolute;
    left: -9999px;
    opacity: 0
}

.checkbox + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.checkbox + label:before, .checkbox:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s
}

.checkbox:not(.filled-in) + label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.checkbox:not(:checked):disabled + label:before {
    border: none;
    background-color: rgba(0, 0, 0, 0.26)
}

.checkbox.tabbed:focus + label:after {
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.checkbox:checked + label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #f26c4f;
    border-bottom: 2px solid #f26c4f;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.checkbox:checked:disabled + label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    border-bottom: 2px solid rgba(0, 0, 0, 0.26)
}

.checkbox:indeterminate + label:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #f26c4f;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.checkbox:indeterminate:disabled + label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    background-color: transparent
}

.checkbox.filled-in + label:after {
    border-radius: 2px
}

.checkbox.filled-in + label:before, .checkbox.filled-in + label:after {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1
}

.checkbox.filled-in:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%
}

.checkbox.filled-in:not(:checked) + label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0px;
    z-index: 0
}

.checkbox.filled-in:checked + label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.checkbox.filled-in:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #f26c4f;
    background-color: #f26c4f;
    z-index: 0
}

.checkbox.filled-in.tabbed:focus + label:after {
    border-radius: 2px;
    border-color: #5a5a5a;
    background-color: rgba(0, 0, 0, 0.1)
}

.checkbox.filled-in.tabbed:checked:focus + label:after {
    border-radius: 2px;
    background-color: #f26c4f;
    border-color: #f26c4f
}

.checkbox.filled-in:disabled:not(:checked) + label:before {
    background-color: transparent;
    border: 2px solid transparent
}

.checkbox.filled-in:disabled:not(:checked) + label:after {
    border-color: transparent;
    background-color: #BDBDBD
}

.checkbox.filled-in:disabled:checked + label:before {
    background-color: transparent
}

.checkbox.filled-in:disabled:checked + label:after {
    background-color: #BDBDBD;
    border-color: #BDBDBD
}

.checkbox:checked ~ label {
    transition: color 0.3s ease-out;
    color: #f26c4f
}

.switch {
    display: inline-block
}

.toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden
}

.toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
    padding: 2px;
    width: 75px;
    height: 40px;
    border: 3px solid #fff;
    background-color: transparent;
    border-radius: 40px
}

.toggle + label:before, .toggle + label:after {
    display: block;
    position: absolute;
    content: ""
}

.toggle + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    border-radius: 60px;
    transition: background 0.4s
}

.toggle + label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 25px;
    background-color: #fff;
    border-radius: 35px;
    transition: margin 0.4s
}

.toggle:checked + label:after {
    margin-left: 36px;
    background-color: #fff
}

.input-field {
    margin: 17px 0;
    float: left;
    width: 100%;
    position: relative
}

.input-field .select-label {
    display: none;
    color: #99a9b5;
    font-size: 0.8rem;
    position: absolute;
    top: -15px;
    z-index: 2
}

.input-field.selected .select-label {
    display: block
}

.input-field.selected select {
    color: #3c484f
}

.input-field input[type="text"], .input-field input[type="password"], .input-field input[type="email"], .input-field input[type="url"], .input-field input[type="time"], .input-field input[type="date"], .input-field input[type="datetime"], .input-field input[type="datetime-local"], .input-field input[type="tel"], .input-field input[type="number"], .input-field input[type="search"], .input-field textarea {
    padding: 0;
    height: 45px;
    width: 100%;
    border: none;
    position: relative;
    border-bottom: 1px solid #b7c2ca;
    transition: box-shadow 0.2s ease-out 0s;
    color: #3c484f;
    border-radius: 0
}

.input-field input[type="text"].error, .input-field input[type="password"].error, .input-field input[type="email"].error, .input-field input[type="url"].error, .input-field input[type="time"].error, .input-field input[type="date"].error, .input-field input[type="datetime"].error, .input-field input[type="datetime-local"].error, .input-field input[type="tel"].error, .input-field input[type="number"].error, .input-field input[type="search"].error, .input-field textarea.error {
    border-color: #e74c3c
}

.input-field input[type="text"]:focus.error, .input-field input[type="password"]:focus.error, .input-field input[type="email"]:focus.error, .input-field input[type="url"]:focus.error, .input-field input[type="time"]:focus.error, .input-field input[type="date"]:focus.error, .input-field input[type="datetime"]:focus.error, .input-field input[type="datetime-local"]:focus.error, .input-field input[type="tel"]:focus.error, .input-field input[type="number"]:focus.error, .input-field input[type="search"]:focus.error, .input-field textarea:focus.error {
    box-shadow: 0 1px 0 #e74c3c
}

.input-field label.active, .input-field input:focus ~ label, .input-field input.used ~ label, .input-field input.error.used ~ label {
    font-size: 0.8rem;
    -webkit-transform: translateY(-130%);
    transform: translateY(-130%)
}

.input-field input:focus ~ label {
    color: #28a6de
}

.input-field input:focus {
    border-color: #28a6de;
    box-shadow: 0 1px 0 #28a6de
}

.input-field input + label {
    display: block;
    color: #99a9b5;
    cursor: text;
    font-size: 16px;
    position: absolute;
    top: 10px;
    transition: all 0.2s ease-out 0s
}

.input-field .browser-default {
    border: 1px solid #b7c2ca;
    border-radius: 3px;
    padding: 8px;
    background: #fff;
    box-shadow: none
}

.select-primary {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 0%, #fbfbfb 100%) repeat scroll 0 0;
    border: 1px solid #cbd3d9;
    border-radius: 3px;
    display: inline-block;
    margin: 10px auto;
    text-align: left;
    vertical-align: middle;
    position: relative;
    padding: 1px
}

.select-primary select {
    font: normal 14px "Roboto", Arial, sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    padding: 8px 12px;
    color: #5d6f7a
}

.select-primary select:hover {
    color: #3c484f
}

.select-primary:hover {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1)
}

.select-primary:after {
    content: '\203A';
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #5d6f7a;
    transform: rotate(90deg);
    font-size: 18px
}

.select-box {
    display: block;
    color: #333;
    position: relative
}

.select-box:after {
    content: "\25BC";
    font-size: 12px;
    letter-spacing: -1px;
    position: absolute;
    right: 15px;
    bottom: 13px;
    color: #99a9b5;
    display: none \0
}

.select-box:hover {
    background: #f8f9fa
}

.select-box:hover:after {
    color: #3c484f
}

.select-box select {
    font: normal 100%/1 "Roboto", Arial, sans-serif;
    width: 100%;
    cursor: pointer;
    position: relative;
    border: 0;
    border-bottom: 1px solid #b7c2ca;
    height: 45px;
    color: #99a9b5;
    z-index: 1;
    background: none;
    margin-left: -4px;
    padding-left: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 10px \0
}

.select-box select option {
    padding: 4px 0;
    background: #fff;
    color: #3c484f
}

.select-box select.error {
    border-color: #e74c3c
}

.radio:not(:checked), .radio:checked {
    position: absolute;
    left: -9999px;
    opacity: 0
}

.radio:not(:checked) + label, .radio:checked + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.radio + label:before, .radio + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    transition: .28s ease
}

.radio:not(:checked) + label:before, .radio:not(:checked) + label:after, .radio:checked + label:before, .radio:checked + label:after, .radio.with-gap:checked + label:before, .radio.with-gap:checked + label:after {
    border-radius: 50%
}

.radio:not(:checked) + label:before, .radio:not(:checked) + label:after {
    border: 2px solid #5a5a5a
}

.radio:not(:checked) + label:after {
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.radio:checked + label:before {
    border: 2px solid transparent
}

.radio:checked + label:after, .radio.with-gap:checked + label:before, .radio.with-gap:checked + label:after {
    border: 2px solid #26a69a
}

.radio:checked + label:after, .radio.with-gap:checked + label:after {
    background-color: #26a69a;
    z-index: 0
}

.radio:checked + label:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.radio.with-gap:checked + label:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5)
}

.radio.tabbed:focus + label:before {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1)
}

.radio.with-gap:disabled:checked + label:before {
    border: 2px solid rgba(0, 0, 0, 0.26)
}

.radio.with-gap:disabled:checked + label:after {
    border: none;
    background-color: rgba(0, 0, 0, 0.26)
}

.radio:disabled:not(:checked) + label:before, .radio:disabled:checked + label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.26)
}

.radio:disabled + label {
    color: rgba(0, 0, 0, 0.26)
}

.radio:disabled:not(:checked) + label:before {
    border-color: rgba(0, 0, 0, 0.26)
}

.radio:disabled:checked + label:after {
    background-color: rgba(0, 0, 0, 0.26);
    border-color: #BDBDBD
}

.clearfix:after, main:after, .page-banner:after, .checklist:after, .half:after, .well:after, .index-page .page-banner:after, .index-page .page-banner .hero-slider:after, .network-page .test-files .well:after, .unsubscribe:after, .legal-pages .content:after, .download-page .content:after, .contact-page .contact-form:after {
    content: "";
    display: table;
    clear: both
}

.overlay-active {
    overflow: hidden
}

.overlay {
    display: none;
    background: #fff;
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    overflow-y: scroll
}

.overlay .inner {
    padding-left: 1em;
    padding-right: 1em;
    margin: 100px auto 50px;
    width: 48em
}

@media (min-width: 30em) {
    .overlay .inner {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

@media (min-width: 48em) {
    .overlay .inner {
        padding-left: 2em;
        padding-right: 2em
    }
}

@media (min-width: 75em) {
    .overlay .inner {
        padding-left: 0;
        padding-right: 0
    }
}

.overlay .close-btn {
    right: 25px;
    top: 25px;
    position: absolute;
    z-index: 12
}

@media (min-width: 48em) {
    .overlay .close-btn {
        right: 65px;
        top: 45px
    }
}

.overlay.show {
    display: block
}

.overlay.hide {
    display: block
}

.overlay.show, .fadeInSlideUp {
    animation-name: fadeInSlideUp;
    animation-duration: 0.5s;
    animation-fill-mode: both
}

.overlay.hide, .fadeOutSlideDown {
    animation-name: fadeOutSlideDown;
    animation-duration: 0.5s;
    animation-fill-mode: both
}

.loading {
    animation: 400ms steps(12, end) infinite spin
}

.ajax-spinner {
    animation: ajaxSpin 0.75s steps(12, end) infinite
}

@keyframes fadeInSlideUp {
    0% {
        opacity: 0;
        transform: translate3d(0px, 100%, 0px)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeOutSlideDown {
    0% {
        opacity: 1;
        transform: none
    }
    100% {
        opacity: 0;
        transform: translate3d(0px, 100%, 0px)
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes ajaxSpin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes ping {
    from {
        opacity: 1;
        transform: scale(0)
    }
    to {
        opacity: 0;
        transform: scale(1)
    }
}

.cursor-auto {
    cursor: auto !important
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.divider-vertical {
    border-right: 1px solid #eee
}

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

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^="icon-"]:before, [class*=" icon-"]:before, [class^="icon-"]:after, [class*=" icon-"]:after {
    font-family: icons
}

.gly-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block
}

.icon-chronometer:before {
    content: "\e927"
}

.icon-cloud-down:before {
    content: "\e92a"
}

.icon-cloud-up:before {
    content: "\e92b"
}

.icon-email:before {
    content: "\e91a"
}

.icon-headset:before {
    content: "\e91e"
}

.icon-laptop:before {
    content: "\e923"
}

.icon-bar-graph:before {
    content: "\e91f"
}

.icon-mouse:before {
    content: "\e91d"
}

.icon-network:before {
    content: "\e921"
}

.icon-marker:before {
    content: "\e926"
}

.icon-postcard:before {
    content: "\e91b"
}

.icon-printer:before {
    content: "\e91c"
}

.icon-router:before {
    content: "\e925"
}

.icon-settings:before {
    content: "\e920"
}

.icon-hdd-down:before {
    content: "\e92c"
}

.icon-warning:before {
    content: "\e92e"
}

.icon-monitor-graph:before {
    content: "\f137"
}

.icon-ruler:before {
    content: "\e906"
}

.icon-phone:before {
    content: "\e907"
}

.icon-plug:before {
    content: "\e908"
}

.icon-trophy:before {
    content: "\e909"
}

.icon-lock:before {
    content: "\f13f"
}

.icon-cubes:before {
    content: "\f110"
}

.icon-user:before {
    content: "\e90a"
}

.icon-atom:before {
    content: "\e90b"
}

.icon-close-thick:before {
    content: "\e928"
}

.icon-cloud:before {
    content: "\e90f"
}

.icon-globe:before {
    content: "\e900"
}

.icon-wifi:before {
    content: "\e919"
}

.icon-star-filled:before {
    content: "\e92d"
}

.icon-firewall:before {
    content: "\e924"
}

.icon-wechat:before {
    content: "\e929"
}

.icon-bolt:before {
    content: "\e901"
}

.icon-vmware:before {
    content: "\e922"
}

.icon-github:before {
    content: "\e92f"
}

.icon-google-plus:before {
    content: "\e917"
}

.icon-vimeo:before {
    content: "\e918"
}

.icon-twitter:before {
    content: "\e915"
}

.icon-facebook:before {
    content: "\e916"
}

.icon-wrench:before {
    content: "\f144"
}

.icon-scale:before {
    content: "\f112"
}

.icon-info:before {
    content: "\f119"
}

.icon-observe:before {
    content: "\e902"
}

.icon-globe2:before {
    content: "\f143"
}

.icon-shield:before {
    content: "\e903"
}

.icon-search:before {
    content: "\f13a"
}

.icon-save:before {
    content: "\e904"
}

.icon-reload:before {
    content: "\e905"
}

.icon-logout:before {
    content: "\f11e"
}

.icon-lifesaver:before {
    content: "\e90c"
}

.icon-circle-add:before {
    content: "\e90d"
}

.icon-switches:before {
    content: "\e90e"
}

.icon-rocket:before {
    content: "\f145"
}

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

.icon-close:before {
    content: "\e911"
}

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

.icon-gear:before {
    content: "\f148"
}

.icon-arrow-down:before {
    content: "\e912"
}

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

.icon-typing:before {
    content: "\f10c"
}

.icon-site-scale:before {
    content: "\f105"
}

.icon-stopwatch:before {
    content: "\f117"
}

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

.icon-graduation-hat:before {
    content: "\e821"
}

.icon-map:before {
    content: "\e834"
}

.icon-laptop-phone:before {
    content: "\e83d"
}

.icon-heart-pulse:before {
    content: "\e840"
}

.icon-gift:before {
    content: "\e844"
}

.icon-coffee-cup:before {
    content: "\e848"
}

.icon-briefcase:before {
    content: "\e84c"
}

.icon-train:before {
    content: "\e84f"
}

.icon-bicycle:before {
    content: "\e850"
}

.icon-earth:before {
    content: "\e914"
}

.icon-hourglass:before {
    content: "\e85f"
}

.icon-download:before {
    content: "\e865"
}

.icon-magnifier:before {
    content: "\e86f"
}

.col-2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 17px;
    margin-bottom: 17px
}

@media (min-width: 48em) {
    .col-2 {
        width: 49.1525423729%;
        float: left;
        margin-right: 1.6949152542%
    }
}

.col-2.last {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 17px;
    margin-bottom: 17px
}

@media (min-width: 48em) {
    .col-2.last {
        width: 49.1525423729%;
        float: right;
        margin-right: 0
    }
}

.col-3 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}

@media (min-width: 48em) {
    .col-3 {
        width: 32.2033898305%;
        float: left;
        margin-right: 1.6949152542%
    }

    .col-3.last {
        width: 32.2033898305%;
        float: right;
        margin-right: 0
    }
}

.global-header {
    padding: 15px 10px;
    flex: none;
    width: 100%
}

.global-header .inner {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    display: flex
}

.global-header .inner:after {
    content: " ";
    display: block;
    clear: both
}

.global-header .logo {
    margin: 0;
    height: 36px;
    font-size: 0;
    flex-grow: 1;
    position: relative
}

.global-header .logo .logo-fill {
    fill: #28a6de
}

.global-header .logo a {
    float: left;
    display: block;
    height: 36px
}

.global-header .logo img, .global-header .logo svg {
    display: block;
    height: 36px
}

.global-header .logo #party-hat {
    position: absolute;
    z-index: 1;
    top: -28px;
    left: -16px;
    display: block;
    width: 40px;
    height: 45px
}

.global-header .logo #party-blower {
    position: absolute;
    z-index: 1;
    bottom: -11px;
    left: 20px;
    display: block;
    width: 40px;
    height: 40px
}

.global-header .main-menu {
    float: left;
    margin: 0;
    display: none;
    padding: 5px 0 0 0px;
    flex-grow: 1
}

.global-header .main-menu > li {
    display: block;
    margin: 0 10px 0 0;
    float: left;
    position: relative
}

.global-header .main-menu > li .submenu {
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 10px 0;
    list-style: none;
    white-space: nowrap;
    min-width: 150px;
    z-index: 11;
    border-radius: 4px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin: 0
}

.global-header .main-menu > li .submenu a {
    display: block;
    padding: 4px 20px
}

.global-header .main-menu > li .submenu li {
    margin: 0
}

.global-header .main-menu > li .submenu .sub-header {
    padding: 0 20px;
    font-size: 14px;
    color: #bcc7cf;
    margin: 10px 0 2px
}

.global-header .main-menu > li .submenu .sub-header:first-child {
    margin-top: 0
}

.global-header .main-menu > li:last-child {
    margin-right: 0
}

.global-header .main-menu > li:hover .submenu {
    display: block
}

.global-header .main-menu a {
    display: block;
    padding: 5px 2px;
    color: #4b5a63;
    font-size: 14px
}

.global-header .main-menu a .icon-caret {
    margin-left: 5px;
    vertical-align: middle;
    fill: #bdc7cd;
    stroke: none
}

.global-header .main-menu a:hover {
    color: #28a6de
}

.global-header .main-menu a:hover .icon-caret {
    fill: #97d4ef
}

@media (min-width: 60em) {
    .global-header .main-menu > li {
        margin: 0 5px 0 0
    }
}

.global-header .options-menu {
    float: right;
    font-size: 13px;
    color: #758995;
    margin: 0;
    padding: 11px 0 0;
    display: none
}

.global-header .options-menu > li {
    display: inline-block;
    list-style: none;
    margin: 0;
    position: relative
}

@media (min-width: 60em) {
    .global-header .options-menu > li {
        margin: 0 0 0 5px
    }
}

.global-header .options-menu > li:first-child {
    margin: 0
}

.global-header .options-menu > li > a, .global-header .options-menu > li > button {
    background: none;
    border: none;
    padding: 0;
    position: relative;
    color: #758995
}

.global-header .options-menu > li > a:hover, .global-header .options-menu > li > button:hover {
    color: #3c484f
}

.global-header .options-menu > li > a .icon-arrow-down, .global-header .options-menu > li > button .icon-arrow-down {
    font-size: 8px;
    position: relative;
    top: -1px;
    margin-left: 2px
}

.global-header .options-menu > li.user-account > button {
    background: none;
    padding: 0;
    margin: 0;
    color: #758995;
    border: none
}

.global-header .options-menu > li.user-account > button:hover {
    color: #3c484f
}

.global-header .options-menu > li.user-account > button .icon-arrow-down {
    font-size: 8px;
    margin-left: 4px
}

.global-header .options-menu > li.user-account .dropdown-menu {
    margin-top: 10px;
    list-style: none;
    padding: 0
}

.global-header .options-menu > li.user-account .dropdown-menu li {
    display: block;
    margin: 0
}

.global-header .options-menu > li.user-account .dropdown-menu li a {
    color: #52626b;
    display: block;
    padding: 6px 15px;
    font-size: 14px
}

.global-header .options-menu > li.user-account .dropdown-menu li a:hover {
    color: #28a6de
}

.global-header .options-menu > li.user-account .dropdown-menu li:first-child a {
    padding-top: 10px
}

.global-header .options-menu > li.user-account .dropdown-menu li i {
    margin-right: 5px
}

.global-header .options-menu > li.user-account .dropdown-menu li.logout {
    margin-top: 5px
}

.global-header .options-menu > li.user-account .dropdown-menu li.logout a {
    border-top: 1px solid #eceff2;
    color: #99a9b5;
    background: #f8f9fa;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 10px 0
}

.global-header .options-menu > li.user-account .dropdown-menu li.logout a:hover {
    color: #5d6f7a
}

.global-header .options-menu > li.user-account .dropdown-menu li.logout a i {
    font-size: 10px;
    margin-left: 3px
}

.global-header .options-menu .dropdown-menu a {
    color: #52626b
}

.global-header .options-menu .dropdown-menu a:hover {
    color: #28a6de
}

.global-header .search {
    position: relative;
    cursor: pointer;
    float: right;
    color: #28a6de;
    margin: 5px 10px 0 0
}

.global-header .search #search-input {
    border: none;
    background: none;
    font-size: 0;
    color: rgba(255, 255, 255, 0);
    cursor: pointer;
    width: 32px;
    height: 32px;
    line-height: 1.35
}

.global-header .search .icon-search {
    z-index: -1;
    display: block;
    width: 32px;
    height: 32px;
    font-size: 24px;
    color: #28a6de;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 32px;
    text-align: center
}

.global-header .search .close-search {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 44px;
    line-height: 44px;
    background: none;
    padding: 0;
    border: none;
    font-size: 16px;
    display: none
}

.global-header .search .close-search i {
    transition: color 100ms ease;
    color: #758995
}

.global-header .search .close-search:hover i {
    color: #333
}

.global-header .search .loading {
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    right: 8px;
    top: 12px;
    opacity: 0.75
}

@media only screen and (min-width: 1045px) {
    .global-header .search {
        width: 15px;
        overflow: hidden;
        margin: 11px 5px 0 0;
        font-size: 13px;
        color: #3c484f;
        line-height: 1.35
    }

    .global-header .search:lang(zh) {
        width: 45px
    }

    .global-header .search #search-input {
        width: 60px;
        height: auto;
        margin: 0;
        padding: 0 0 0 16px;
        font-size: 13px
    }

    .global-header .search #search-input::-webkit-input-placeholder {
        color: #758995;
        opacity: 1
    }

    .global-header .search #search-input::-moz-placeholder {
        color: #758995;
        opacity: 1
    }

    .global-header .search #search-input:-ms-input-placeholder {
        color: #758995;
        opacity: 1
    }

    .global-header .search #search-input:-moz-placeholder {
        color: #758995;
        opacity: 1
    }

    .global-header .search #search-input:lang(zh) {
        width: 45px
    }

    .global-header .search .icon-search {
        position: absolute;
        top: 1px;
        left: 0;
        color: #758995;
        font-size: 12px;
        line-height: 1.25;
        width: auto;
        height: auto
    }

    .global-header .search:hover #search-input::-webkit-input-placeholder {
        color: #3c484f
    }

    .global-header .search:hover #search-input::-moz-placeholder {
        color: #3c484f
    }

    .global-header .search:hover #search-input:-ms-input-placeholder {
        color: #3c484f
    }

    .global-header .search:hover #search-input:-moz-placeholder {
        color: #3c484f
    }

    .global-header .search:hover .icon-search {
        color: #3c484f
    }
}

.global-header .search-results {
    display: none;
    position: absolute;
    z-index: 98;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
    margin: -4px 0 0 0
}

.global-header .search-results .no-results {
    padding: 20px;
    text-align: center;
    font-size: 16px;
    color: #99a9b5
}

.global-header .search-results .page-title {
    display: block;
    font-size: 18px;
    color: #3c484f
}

.global-header .search-results .page-url {
    display: block;
    font-size: 13px;
    color: #c5ced5
}

.global-header .search-results ul {
    margin: 0;
    padding: 0
}

.global-header .search-results ul li {
    list-style: none;
    margin: 0;
    border-top: 1px solid #e9ecef
}

.global-header .search-results ul li a {
    display: block;
    padding: 15px 25px
}

.global-header .search-results ul li a:hover {
    background: #f5f6f7
}

.global-header .search-results ul li:first-child {
    border: none
}

.global-header.search-open .logo {
    flex-grow: 0
}

.global-header.search-open .main-menu {
    display: none
}

.global-header.search-open .search {
    width: inherit;
    float: none;
    cursor: default;
    margin: 0 30px;
    flex-grow: 1
}

.global-header.search-open .search #search-input {
    color: #3c484f;
    border-bottom: 1px solid #c5ced5;
    width: 100%;
    height: auto;
    display: block;
    cursor: text;
    font-size: 18px;
    padding: 10px 10px 10px 35px;
    line-height: normal
}

.global-header.search-open .search #search-input::-webkit-input-placeholder {
    color: #c5ced5
}

.global-header.search-open .search #search-input::-moz-placeholder {
    color: #c5ced5
}

.global-header.search-open .search #search-input:-ms-input-placeholder {
    color: #c5ced5
}

.global-header.search-open .search #search-input:-moz-placeholder {
    color: #c5ced5
}

.global-header.search-open .search .icon-search {
    width: 35px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    top: 0;
    left: 0;
    color: #7b90a0
}

.global-header.search-open .search .close-search {
    display: block;
    color: #7b90a0
}

.global-header.search-open .search .close-search.hide {
    display: none
}

.global-header.search-open .search-results {
    display: block
}

.global-header .mobile-nav_btn {
    margin-top: 5px;
    float: right;
    width: 32px;
    height: 32px;
    position: relative;
    background: none;
    padding: 0;
    border: 0;
    z-index: 10
}

.global-header .mobile-nav_btn span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    top: 8px;
    background: #4bb5e3;
    transition: transform 0.15s ease-out, background-color 0.25s ease-out;
    transform: rotate(0)
}

.global-header .mobile-nav_btn span:nth-of-type(2), .global-header .mobile-nav_btn span:nth-of-type(3) {
    top: 16px
}

.global-header .mobile-nav_btn span:nth-of-type(4) {
    top: 24px
}

@media only screen and (min-width: 1045px) {
    .global-header .mobile-nav_btn {
        display: none
    }
}

.global-header .mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.88)
}

.global-header .mobile-nav nav {
    margin-top: 30px
}

.global-header .mobile-nav nav ul {
    padding: 0;
    margin: 0 0 20px
}

.global-header .mobile-nav nav ul li {
    list-style: none;
    display: block
}

.global-header .mobile-nav nav ul li a {
    transition: color 0.15s ease;
    display: block;
    padding: 1px;
    color: #fff
}

.global-header .mobile-nav nav ul li a:hover {
    color: #aaa
}

.global-header .mobile-nav h3 {
    font-size: 24px
}

.global-header .mobile-nav .container {
    padding-top: 15px
}

.global-header .mobile-nav.open {
    display: block
}

@media (min-width: 60em) {
    .global-header .mobile-nav.open {
        display: none
    }
}

.global-header.transparent {
    background: none;
    position: absolute;
    z-index: 9
}

.global-header.white .logo .logo-fill {
    fill: #fff
}

.global-header.white .main-menu > li > a {
    color: #fff
}

.global-header.white .main-menu > li > a:hover {
    color: rgba(255, 255, 255, 0.75)
}

.global-header.white .main-menu > li > a .icon-caret {
    fill: #80cbec
}

.global-header.white .search #search-input::-webkit-input-placeholder {
    color: #fff
}

.global-header.white .search #search-input::-moz-placeholder {
    color: #fff
}

.global-header.white .search #search-input:-ms-input-placeholder {
    color: #fff
}

.global-header.white .search #search-input:-moz-placeholder {
    color: #fff
}

.global-header.white .search .icon-search {
    color: rgba(255, 255, 255, 0.75)
}

.global-header.white .search:hover #search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.75)
}

.global-header.white .search:hover #search-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.75)
}

.global-header.white .search:hover #search-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.75)
}

.global-header.white .search:hover #search-input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.75)
}

.global-header.white .options-menu > li > a, .global-header.white .options-menu > li button {
    color: #fff
}

.global-header.white .options-menu > li > a:hover, .global-header.white .options-menu > li button:hover {
    color: rgba(255, 255, 255, 0.75)
}

.global-header.white .options-menu > li > a .icon-arrow-down, .global-header.white .options-menu > li button .icon-arrow-down {
    color: #80cbec
}

.global-header.white .options-menu > li > a i, .global-header.white .options-menu > li button i {
    color: rgba(255, 255, 255, 0.75)
}

.global-header.white.search-open #search-input {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4)
}

.global-header.white.search-open #search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.global-header.white.search-open #search-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.global-header.white.search-open #search-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.global-header.white.search-open #search-input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.global-header.white.search-open .icon-search {
    color: rgba(255, 255, 255, 0.75)
}

.global-header.white.search-open .close-search i {
    color: rgba(255, 255, 255, 0.5)
}

.global-header.white.search-open .close-search:hover i {
    color: #fff
}

.global-header.black .global-nav .main-menu > li > a {
    color: #3c484f
}

.global-header.black .global-nav .main-menu > li > a:hover {
    color: rgba(0, 0, 0, 0.75)
}

.global-header.black .global-nav .options-menu > li > a, .global-header.black .global-nav .options-menu > li button {
    color: #3c484f
}

.global-header.black .global-nav .options-menu > li > a:hover, .global-header.black .global-nav .options-menu > li button:hover {
    color: rgba(0, 0, 0, 0.75)
}

.global-header.open {
    position: fixed;
    overflow: auto;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    border-bottom: none;
    background: rgba(0, 0, 0, 0.95)
}

.global-header.open .inner {
    display: block
}

.global-header.open .search {
    display: none
}

.global-header.open .global-nav {
    position: relative;
    z-index: 9
}

.global-header.open .logo .logo-fill {
    fill: #fff
}

.global-header.open .main-menu {
    display: block;
    width: 100%;
    clear: both;
    margin: 50px 0 0;
    padding: 0
}

.global-header.open .main-menu > li {
    float: none;
    margin-bottom: 40px
}

.global-header.open .main-menu > li > a {
    display: inline-block;
    padding: 0;
    font-size: 21px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;
    border-bottom: 1px solid #28a6de;
    padding-bottom: 5px
}

.global-header.open .main-menu > li > a:hover {
    color: #fff
}

.global-header.open .main-menu > li .icon-caret {
    display: none
}

.global-header.open .main-menu > li .submenu {
    display: block;
    position: relative;
    background: none;
    box-shadow: none;
    padding: 0;
    border: 0
}

.global-header.open .main-menu > li .submenu a {
    font-size: 16px;
    font-weight: 400;
    padding: 2px;
    color: #888;
    transition: color 250ms ease
}

.global-header.open .main-menu > li .submenu a:hover {
    color: #fff
}

.global-header.open .main-menu > li .submenu .sub-header {
    padding: 0
}

.global-header.open .mobile-nav_btn {
    position: absolute;
    top: 15px;
    right: 1.5em
}

.global-header.open .mobile-nav_btn span {
    background: #fff
}

.global-header.open .mobile-nav_btn span:nth-of-type(1), .global-header.open .mobile-nav_btn span:nth-of-type(4) {
    display: none
}

.global-header.open .mobile-nav_btn span:nth-of-type(2) {
    transform: rotate(45deg)
}

.global-header.open .mobile-nav_btn span:nth-of-type(3) {
    transform: rotate(-45deg)
}

@media only screen and (min-width: 1045px) {
    .global-header .logo {
        flex-grow: 0
    }

    .global-header .main-menu, .global-header .options-menu {
        display: block
    }
}

footer {
    flex: none;
    background: #f8f9fa;
    padding: 50px 0 0;
    margin-top: 50px
}

footer a {
    transition: color 0.1s ease-out
}

footer .inner {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em
}

footer .inner:after {
    content: " ";
    display: block;
    clear: both
}

@media (min-width: 30em) {
    footer .inner {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

@media (min-width: 48em) {
    footer .inner {
        padding-left: 2em;
        padding-right: 2em
    }
}

@media (min-width: 75em) {
    footer .inner {
        padding-left: 0;
        padding-right: 0
    }
}

footer .footer-logo {
    display: none;
    width: 100%;
    float: right;
    margin-right: 0
}

@media (min-width: 48em) {
    footer .footer-logo {
        width: 15.2542372881%;
        float: left;
        margin-right: 1.6949152542%;
        display: block
    }
}

footer .footer-nav {
    width: 100%;
    float: right;
    margin-right: 0
}

footer .footer-nav ul {
    padding: 0;
    margin: 0
}

footer .footer-nav > ul li {
    list-style: none
}

footer .footer-nav > ul > li {
    float: none;
    text-align: center;
    margin: 0 0 30px 0
}

footer .footer-nav > ul > li ul {
    margin: 5px 0 0
}

footer .footer-nav > ul > li li {
    margin: 0 0 3px
}

footer .footer-nav > ul > li a {
    font-size: 13px;
    color: #5d6f7a
}

footer .footer-nav > ul > li a:hover {
    color: #28a6de
}

footer .footer-nav > ul > li > a {
    color: #3c484f;
    font-size: 15px
}

footer .footer-nav > ul > li > a:hover {
    color: inherit
}

@media (min-width: 48em) {
    footer .footer-nav > ul > li {
        float: left;
        text-align: left;
        width: 25%;
        margin-bottom: 0
    }
}

@media (min-width: 48em) {
    footer .footer-nav {
        width: 66.1016949153%;
        float: left;
        margin-right: 1.6949152542%
    }
}

footer .footer-lang {
    font-size: 13px;
    color: #627786;
    text-align: center;
    position: relative;
    width: 100%;
    float: right;
    margin-right: 0
}

footer .footer-lang button {
    text-align: left;
    min-width: 110px;
    display: block;
    margin: 10px auto;
    padding: 8px 12px 8px 12px;
    font-size: 14px;
    color: #8195a4;
    border: 1px solid #cbd3d9;
    border-radius: 3px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #fbfbfb 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #fbfbfb 100%);
    background: linear-gradient(to bottom, #fff 0%, #fbfbfb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fbfbfb', GradientType=0)
}

footer .footer-lang button:hover {
    background: #fff;
    color: #3c484f;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1)
}

footer .footer-lang button .icon-earth {
    margin-right: 3px
}

footer .footer-lang button .icon-arrow-down {
    font-size: 9px;
    margin-left: 8px;
    position: relative;
    top: 4px;
    float: right
}

@media (min-width: 48em) {
    footer .footer-lang button {
        margin: 6px 0 0
    }
}

footer .footer-lang .dropdown {
    transform: translateX(-50%);
    left: 50%;
    display: none;
    background: #fff;
    margin: 0;
    padding: 0;
    border-radius: 3px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.08);
    position: absolute;
    bottom: 100%;
    margin-bottom: -18px
}

footer .footer-lang .dropdown li {
    min-width: 110px;
    display: block;
    margin: 0
}

footer .footer-lang .dropdown li a {
    display: block;
    color: #7b90a0;
    padding: 8px
}

footer .footer-lang .dropdown li a:hover {
    color: #3c484f;
    background: #fefefe
}

@media (min-width: 48em) {
    footer .footer-lang .dropdown {
        left: inherit;
        transform: none
    }
}

footer .footer-lang.open .dropdown {
    display: block
}

@media (min-width: 48em) {
    footer .footer-lang {
        width: 15.2542372881%;
        float: right;
        margin-right: 0;
        text-align: left
    }
}

footer .footer-social {
    color: #758995;
    margin-top: 30px;
    font-size: 13px;
    text-align: center;
    width: 100%;
    float: right;
    margin-right: 0
}

footer .footer-social .wechat {
    position: relative;
    color: #99a9b5;
    z-index: 3
}

footer .footer-social .wechat:hover {
    color: #28a6de
}

footer .footer-social .wechat .header-title {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 15px;
    white-space: nowrap
}

footer .footer-social .wechat .wechat-qr {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 25px 25px 25px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #dae0e5;
    margin: 0 0 15px
}

footer .footer-social .wechat .wechat-qr img {
    display: block;
    margin: 0 auto;
    padding: 10px;
    background: #f8f9fa;
    border: 1px solid #dae0e5;
    border-radius: 5px
}

footer .footer-social .wechat .wechat-qr:before, footer .footer-social .wechat .wechat-qr:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff
}

footer .footer-social .wechat .wechat-qr:before {
    bottom: -11px;
    border-top-color: #dae0e5
}

footer .footer-social ul {
    margin: 5px 0 0;
    padding: 0;
    font-size: 18px
}

footer .footer-social li {
    display: inline;
    margin-right: 5px
}

footer .footer-social li:last-child {
    margin-right: 0
}

footer .footer-social a {
    color: #99a9b5
}

footer .footer-social a:hover {
    color: #28a6de
}

@media (min-width: 48em) {
    footer .footer-social {
        width: 15.2542372881%;
        float: right;
        margin-right: 0;
        text-align: left
    }
}

footer .footer-legal {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-top: 60px;
    padding: 20px 0;
    border-top: 1px solid #e9ecef
}

footer .footer-legal p {
    color: #99a9b5;
    margin: 0;
    text-align: center;
    font-size: 12px
}

footer .footer-legal a {
    color: #99a9b5
}

footer .footer-legal a:hover {
    color: #6d8495
}

@media (min-width: 48em) {
    footer .footer-legal p {
        text-align: left
    }

    footer .footer-legal p:first-child {
        float: left;
        font-weight: 500
    }

    footer .footer-legal p:last-child {
        float: left;
        text-align: left
    }
}

*, *:before, *:after {
    box-sizing: border-box
}

html, body {
    margin: 0;
    height: 100%
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal 100%/1.35 sans-serif;
    color: #3c484f;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%
}

body.menu-open {
    overflow: hidden
}

.fonts-loaded body {
    font-family: "Roboto", Arial, sans-serif
}

#inline-svg {
    height: 0;
    width: 0;
    position: absolute;
    visibility: hidden
}

img {
    max-width: 100%
}

img .center {
    margin: 0 auto;
    display: block
}

svg {
    display: inline-block
}

main {
    flex: 1 0 auto;
    padding: var(--space) var(--space) 0;
    width: 100%
}

main:after {
    content: '\00a0';
    display: block;
    margin-top: var(--space);
    height: 0px;
    visibility: hidden
}

@media (--break-lg) {
    main {
        padding-top: var(--space-lg)
    }

    main::after {
        margin-top: var(--space-lg)
    }
}

.content {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em
}

.content:after {
    content: " ";
    display: block;
    clear: both
}

@media (min-width: 30em) {
    .content {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

@media (min-width: 48em) {
    .content {
        padding-left: 2em;
        padding-right: 2em
    }
}

@media (min-width: 75em) {
    .content {
        padding-left: 0;
        padding-right: 0
    }
}

.sidebar {
    padding-left: 1em;
    padding-right: 1em
}

@media (min-width: 30em) {
    .sidebar {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

@media (min-width: 48em) {
    .sidebar {
        padding-left: 2em;
        padding-right: 2em
    }
}

@media (min-width: 75em) {
    .sidebar {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 48em) {
    .sidebar {
        width: 23.7288135593%;
        float: left;
        margin-right: 1.6949152542%
    }
}

.sidebar + .aside-content {
    padding-left: 1em;
    padding-right: 1em
}

@media (min-width: 30em) {
    .sidebar + .aside-content {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

@media (min-width: 48em) {
    .sidebar + .aside-content {
        padding-left: 2em;
        padding-right: 2em
    }
}

@media (min-width: 75em) {
    .sidebar + .aside-content {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 48em) {
    .sidebar + .aside-content {
        width: 74.5762711864%;
        float: right;
        margin-right: 0
    }
}

.dropdown {
    position: relative
}

.dropdown.open .dropdown-menu {
    display: block
}

.dropdown .dropdown-menu {
    z-index: 10;
    white-space: nowrap;
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    border-radius: 3px;
    margin: 5px 0 0;
    padding: 5px 0;
    list-style: none;
    right: 0;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05)
}

.dropdown .dropdown-menu a {
    font-size: 14px;
    padding: 5px 15px;
    white-space: nowrap;
    display: block;
    clear: both
}

.dropdown .dropdown-menu li {
    margin: 0
}

.page-banner {
    width: 100%;
    background-color: #28a6de;
    color: #fff;
    padding: 60px 0;
    position: relative
}

.page-banner .inner {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
    z-index: 3;
    text-align: center
}

.page-banner .inner:after {
    content: " ";
    display: block;
    clear: both
}

@media (min-width: 30em) {
    .page-banner .inner {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

@media (min-width: 48em) {
    .page-banner .inner {
        padding-left: 2em;
        padding-right: 2em
    }
}

@media (min-width: 75em) {
    .page-banner .inner {
        padding-left: 0;
        padding-right: 0
    }
}

.page-banner .inner h2 {
    font-size: 46px;
    font-weight: 300;
    margin-top: 0
}

.page-banner .inner h2 span {
    font-weight: 500
}

.page-banner .inner h2, .page-banner .inner h3, .page-banner .inner h4, .page-banner .inner h5, .page-banner .inner h6 {
    color: #fff
}

.page-banner .inner p {
    color: #fff
}

.page-banner .inner .primary-subhead {
    color: #fff;
    margin-bottom: 25px
}

.page-banner.gradient-bg:after {
    display: block;
    opacity: 0.75;
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #28a6de;
    background: -moz-linear-gradient(-45deg, #28a6de 0%, #1a66ac 100%);
    background: -webkit-linear-gradient(-45deg, #28a6de 0%, #1a66ac 100%);
    background: linear-gradient(135deg, #28a6de 0%, #1a66ac 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$blue', endColorstr='$navy', GradientType=1)
}

.page-banner.overlap {
    padding-top: 150px
}

.footnote {
    font-size: 13px;
    color: #758995
}

ul.footnote, ol.footnote {
    margin: 0;
    padding: 0 0 0 15px
}

.primary-table + .footnote {
    margin: -35px 0 50px;
    max-width: 800px
}

table.center + .footnote {
    margin-left: auto;
    margin-right: auto
}

.un-list {
    padding: 0;
    margin: 0 0 0 2.25em
}

.un-list > li {
    list-style: none;
    margin: 15px 0
}

.checklist {
    margin: 0;
    padding: 0;
    list-style: none
}

.checklist li {
    position: relative;
    display: block;
    margin: 0 0 8px 0;
    padding: 0 0 0 25px
}

.checklist li:after {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 3px;
    background: url(/static/imgs/svg/list-checkmark.svg) no-repeat center center;
    width: 16px;
    height: 16px
}

.checklist.two-col li {
    width: 49.1525423729%;
    float: left
}

.checklist.two-col li:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0
}

.checklist.two-col li:nth-child(2n+2) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none
}

.checklist.center-list {
    margin: 0 auto
}

.media {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 75px
}

.media:after {
    content: " ";
    display: block;
    clear: both
}

@media (min-width: 30em) {
    .media {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

@media (min-width: 48em) {
    .media {
        padding-left: 2em;
        padding-right: 2em
    }
}

@media (min-width: 75em) {
    .media {
        padding-left: 0;
        padding-right: 0
    }
}

.media.first {
    padding-top: 0
}

@media (min-width: 48em) {
    .media.first {
        padding-top: 75px
    }
}

.media .media-wrap {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}

.media .media-wrap h2 {
    margin-top: 0
}

.media .media-wrap img, .media .media-wrap svg, .media .media-wrap i[class^='icon'] {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.media .media-wrap .media-block {
    text-align: center
}

.media .media-wrap ul {
    padding: 0
}

.media .expanding-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.media .expanding-area [class^="expand-btn"] {
    left: 0;
    position: relative;
    background: none;
    padding: 0;
    font-size: 16px;
    line-height: 36px;
    border: none;
    color: #3c484f;
    transform: translateX(0);
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), left 0.6s cubic-bezier(0.77, 0, 0.175, 1), color 0.3s ease
}

.media .expanding-area [class^="expand-btn"]:hover {
    color: #28a6de
}

.media .expanding-area [class^="expand-btn"] i {
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), font-size 0.6s linear;
    display: inline-block;
    font-size: 34px;
    position: relative;
    margin-right: 8px;
    vertical-align: middle
}

.media .expanding-area .expanding-area_content {
    display: none
}

.media .expanding-area.open [class^="expand-btn"] span {
    display: none
}

.media .expanding-area.open [class^="expand-btn"] i {
    font-size: 46px;
    transition: transform 0.5s ease;
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (min-width: 48em) {
    .media .expanding-area.open [class^="expand-btn"] {
        left: 50% !important;
        transform: translateX(-50%) !important
    }
}

@media (min-width: 48em) {
    .media {
        padding-top: 150px
    }

    .media .header-border {
        text-align: left
    }

    .media .header-border:after {
        left: 0;
        margin-left: 0
    }

    .media .media-wrap .media-block {
        width: 49.1525423729%;
        float: right;
        text-align: left
    }

    .media .media-wrap .media-block:nth-child(2n+1) {
        margin-right: 0;
        margin-left: -100%;
        clear: both;
        margin-right: 0
    }

    .media .media-wrap .media-block:nth-child(2n+2) {
        margin-right: 50.8474576271%;
        margin-left: -100%;
        clear: none
    }

    .media .media-wrap ul {
        padding: 0 0 0 30px
    }

    .media .expanding-area {
        text-align: left
    }

    .media.right-sided .media-wrap .media-block {
        width: 49.1525423729%;
        float: left
    }

    .media.right-sided .media-wrap .media-block:nth-child(2n+1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0
    }

    .media.right-sided .media-wrap .media-block:nth-child(2n+2) {
        margin-left: 50.8474576271%;
        margin-right: -100%;
        clear: none
    }

    .media.right-sided .expanding-area .expand-btn {
        left: 50%
    }
}

.half {
    width: 70%
}

.half.sm {
    padding: 15px
}

.half.center {
    margin: 0 auto
}

.well {
    padding: 25px;
    border-radius: 6px;
    display: block;
    background: #f8f9fa;
    clear: both
}

.well.sm {
    padding: 15px
}

.well.center {
    margin: 0 auto
}

.facts {
    overflow: hidden;
    clear: both
}

.facts h3 {
    margin: 75px 0 50px;
    text-align: center;
    font-size: 28px;
    font-weight: 500
}

.facts-list {
    padding: 0;
    margin: 0;
    overflow: hidden
}

.facts-list h4 {
    line-height: 1.3
}

.facts-list li {
    text-align: center;
    display: block;
    font-size: 14px;
    position: relative;
    margin-bottom: 60px
}

@media (min-width: 48em) {
    .facts-list li {
        width: 31.0344827586%;
        float: left;
        margin-bottom: 30px
    }

    .facts-list li:nth-child(3n+1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0
    }

    .facts-list li:nth-child(3n+2) {
        margin-left: 34.4827586207%;
        margin-right: -100%;
        clear: none
    }

    .facts-list li:nth-child(3n+3) {
        margin-left: 68.9655172414%;
        margin-right: -100%;
        clear: none
    }
}

.facts-list li i {
    font-size: 28px;
    position: relative;
    color: #28a6de
}

@media (min-width: 48em) {
    .facts-list li i {
        position: absolute;
        left: 25px;
        top: 0;
        margin: 0
    }
}

.facts-list li a {
    color: #3c484f;
    font-weight: 500
}

.facts-list li p {
    line-height: 1.5;
    margin: 1em auto 0;
    max-width: 400px
}

@media (min-width: 48em) {
    .facts-list li p {
        text-align: left;
        max-width: 100%
    }
}

.facts-list li h4 {
    font-size: 18px;
    margin: 1em 0 0;
    font-weight: 500
}

@media (min-width: 48em) {
    .facts-list li h4 {
        text-align: left;
        margin: 0
    }
}

.facts-list li h6 {
    margin: 1em 0;
    color: #28a6de
}

@media (min-width: 48em) {
    .facts-list li h6 {
        text-align: left;
        margin: 1em 0 0 0
    }
}

.facts-list li p.answer {
    margin-top: 0
}

.facts-list.border {
    border-top: 1px solid #e3e7eb;
    padding-top: 60px
}

@media (min-width: 48em) {
    .facts-list.icons li {
        padding-left: 75px
    }
}

@media (min-width: 48em) {
    .facts-list.two-col li {
        width: 49.1525423729%;
        float: left
    }

    .facts-list.two-col li:nth-child(2n+1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0
    }

    .facts-list.two-col li:nth-child(2n+2) {
        margin-left: 50.8474576271%;
        margin-right: -100%;
        clear: none
    }
}

.grey-bg {
    background: #f8f9fa
}

.blue-bg {
    background: #28a6de
}

.network-map {
    padding: 100px 0;
    text-align: center
}

.network-map h3 {
    color: #3c484f;
    margin-top: 0
}

.network-map a {
    color: #3c484f
}

.network-map a:hover {
    text-decoration: underline
}

.network-map .mobile-btn {
    margin-top: 25px;
    display: block
}

@media (min-width: 48em) {
    .network-map .mobile-btn {
        display: none
    }
}

.network-map .world-map {
    display: none;
    margin: 0 auto;
    position: relative
}

.network-map .world-map .map {
    width: 300px;
    opacity: 0.3;
    display: block;
    margin: 60px auto 0;
    z-index: 1
}

.network-map .world-map .marker {
    position: absolute;
    display: block;
    width: 15px;
    height: 28px;
    fill: #fff;
    z-index: 2
}

.network-map .world-map .marker svg {
    width: 18px;
    height: 30px;
    display: block;
    position: relative
}

.network-map .world-map .marker button {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    position: relative
}

.network-map .world-map .marker .popover {
    position: absolute;
    display: none;
    color: #888;
    text-align: left;
    font-size: 12px;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    background: #fff;
    min-width: 300px;
    left: 50%;
    bottom: 100%;
    margin-bottom: 15px;
    margin-left: -150px;
    padding: 15px;
    z-index: 3
}

.network-map .world-map .marker .popover a {
    color: #000
}

.network-map .world-map .marker .popover a:hover {
    text-decoration: underline
}

.network-map .world-map .marker .popover.active {
    display: block
}

.network-map .world-map .marker .popover:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px
}

.network-map .world-map .marker .popover.slider {
    padding: 0
}

.network-map .world-map .marker .popover .avatar {
    float: left;
    margin: 0 15px 0 0;
    border-radius: 300px
}

.network-map .world-map .marker .popover .sections {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box
}

.network-map .world-map .marker .popover .sections li {
    padding: 15px
}

.network-map .world-map .marker .popover .section-text {
    overflow: hidden
}

.network-map .world-map .marker .popover .section-text h4 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 2px 0 8px 0;
    line-height: 1
}

.network-map .world-map .marker .popover .section-text address {
    white-space: nowrap;
    margin: 0;
    line-height: 1.3;
    font-size: 13px;
    font-style: normal
}

.network-map .world-map .marker .popover .sections-list {
    padding: 0;
    margin: 0;
    image-style: none;
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    background: #f9f9f9;
    border-radius: 3px 3px 0 0
}

.network-map .world-map .marker .popover .sections-list li {
    margin: 0;
    display: block;
    float: left;
    border-right: 1px solid #ddd
}

.network-map .world-map .marker .popover .sections-list li a {
    display: block;
    background: #fff;
    border: none;
    padding: 5px 10px;
    font-size: 12px;
    color: #28a6de;
    text-decoration: none
}

.network-map .world-map .marker .popover .sections-list li a:hover {
    text-decoration: underline
}

.network-map .world-map .marker .popover .sections-list li a.active {
    color: #222;
    background: #eee;
    text-decoration: none;
    cursor: default
}

.network-map .world-map .marker:before {
    content: '';
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 500px;
    opacity: 0;
    bottom: -14px;
    left: -6px;
    width: 30px;
    height: 30px;
    animation: ping 1s ease-out infinite
}

.network-map .world-map .marker.active .popover, .network-map .world-map .marker.active:before {
    display: block
}

@media (min-width: 48em) {
    .network-map .world-map {
        display: block;
        width: 48em
    }

    .network-map .world-map .marker {
        width: 14px;
        height: 26px
    }

    .network-map .world-map .marker svg {
        width: 14px;
        height: 26px
    }

    .network-map .world-map .map {
        width: 48em
    }

    .network-map .world-map #lax-marker {
        left: 101px;
        top: 144px
    }

    .network-map .world-map #sjc-marker {
        left: 91px;
        top: 133px
    }

    .network-map .world-map #iad-marker {
        left: 190px;
        top: 133px
    }

    .network-map .world-map #phx-marker {
        left: 121px;
        top: 149px
    }

    .network-map .world-map #bkk-marker {
        left: 570px;
        top: 191px
    }

    .network-map .world-map #hgk-marker {
        left: 596px;
        top: 170px
    }

    .network-map .world-map #sin-marker {
        left: 577px;
        top: 217px
    }
}

@media (min-width: 75em) {
    .network-map .world-map {
        width: 60em
    }

    .network-map .world-map .marker {
        width: 18px;
        height: 30px
    }

    .network-map .world-map .marker svg {
        width: 18px;
        height: 30px
    }

    .network-map .world-map .map {
        width: 60em
    }

    .network-map .world-map #lax-marker {
        left: 123px;
        top: 179px
    }

    .network-map .world-map #sjc-marker {
        left: 111px;
        top: 162px
    }

    .network-map .world-map #iad-marker {
        left: 235px;
        top: 167px
    }

    .network-map .world-map #phx-marker {
        left: 148px;
        top: 185px
    }

    .network-map .world-map #bkk-marker {
        left: 711px;
        top: 238px
    }

    .network-map .world-map #hgk-marker {
        left: 741px;
        top: 215px
    }

    .network-map .world-map #sin-marker {
        left: 720px;
        top: 271px
    }
}

.network-map .sjc-photo, .network-map .lax3-photo, .network-map .lax9-photo, .network-map .lax10-photo, .network-map .phx1-photo, .network-map .iad1-photo, .network-map .iad2-photo, .network-map .bkk-photo, .network-map .sin-photo, .network-map .hgk-photo {
    margin: 0 15px 0 0;
    float: left;
    width: 65px;
    height: 65px;
    background: url(/static/imgs/datacenter-buildings.jpg) no-repeat top left
}

.network-map .lax3-photo {
    background-position: -65px 0
}

.network-map .lax9-photo {
    background-position: -130px 0
}

.network-map .phx1-photo {
    background-position: -195px 0
}

.network-map .iad1-photo {
    background-position: -260px 0
}

.network-map .iad2-photo {
    background-position: -325px 0
}

.network-map .hgk-photo {
    background-position: -390px 0
}

.network-map .sin-photo {
    background-position: -455px 0
}

.network-map .bkk-photo {
    background-position: -520px 0
}

.network-map .lax10-photo {
    background-position: -585px 0
}

.callout {
    margin-bottom: 65px;
    padding: 75px 0;
    text-align: center
}

.callout h2 {
    line-height: 1;
    font-size: 38px;
    margin: 0 0 10px
}

.callout h3 {
    line-height: 1;
    font-size: 28px;
    margin: 0 0 10px
}

.callout .lead-text {
    line-height: 1.25;
    margin: 0 0 1.25em;
    color: #8195a4
}

.callout h2 + [class*="btn-"], .callout h3 + [class*="btn-"] {
    margin-top: 15px
}

.callout.gradient-bg {
    background: #28a6de;
    background: -moz-linear-gradient(-45deg, #28a6de 0%, #1a66ac 100%);
    background: -webkit-linear-gradient(-45deg, #28a6de 0%, #1a66ac 100%);
    background: linear-gradient(135deg, #28a6de 0%, #1a66ac 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$blue', endColorstr='$navy', GradientType=1)
}

.callout.gradient-bg h2, .callout.gradient-bg h3 {
    color: #fff
}

.callout.gradient-bg .lead-text {
    color: #fff;
    opacity: 0.65
}

.callout.last {
    margin-bottom: 0
}

.panel {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px
}

.panel .panel-header {
    border-radius: 5px 5px 0 0;
    background: #fbfcfc;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #f8f9fa
}

.panel .panel-header h4 {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    color: #3c484f;
    margin: 0;
    text-transform: uppercase
}

.panel .panel-body {
    border-radius: 0 0 5px 5px;
    background: #fff
}

.panel .panel-body img {
    display: block;
    width: 100%;
    vertical-align: bottom
}

.label {
    display: inline;
    vertical-align: middle;
    line-height: 1;
    font-size: 65%;
    border-radius: 0.25em;
    font-weight: 600;
    padding: 0.15em 0.4em;
    color: #fff;
    background: #99a9b5;
    white-space: nowrap
}

.label.label-green {
    background: #3fc380
}

.label.label-red {
    background: #e74c3c
}

.label.label-promo {
    width: 48px;
    height: 48px;
    display: inline-block;
    background: url("/static/imgs/price-tag.svg") no-repeat
}

.label.label-badge {
    padding: 0.3em 0.5em;
    border: none
}

.alert {
    display: block;
    padding: 10px;
    border: 1px solid #e6eaed;
    background: #f8f9fa;
    border-radius: 6px;
    color: #99a9b5
}

.alert.alert-success {
    background-color: #b9c8c1;
    border-color: #3fc380;
    color: #3fc380
}

.alert.alert-error {
    background-color: #fcf4f3;
    border-color: #ecbcb7;
    color: #bf2718
}

.alert.alert-warning {
    color: #856404;
    background-color: #fff8e3;
    border-color: #ffeeba
}

.alert.alert-warning strong {
    color: #5d4603
}

.alert-fluid {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent
}

.alert-fluid > p {
    margin: 0 auto;
    padding: 0.5rem;
    text-align: center
}

.ribbon {
    z-index: 10;
    position: absolute;
    top: 30px;
    left: -50px;
    display: block;
    width: 200px;
    padding: 10px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    background: #28a6de;
    color: #fff;
    text-align: center;
    transform: rotate(-45deg)
}

.ribbon-elite {
    top: 3px;
    left: -40px;
    width: 106px;
    padding: 4px 0;
    font-size: 10px;
    color: #fff;
    text-align: center;
    transform: rotate(-45deg)
}

.ribbon:hover {
    color: #fff
}

.ribbon.ribbon-red {
    background: #e74c3c
}

.ribbon.ribbon-green {
    background: #3fc380
}

.ribbon.ribbon-black {
    background: #333
}

.ribbon.ribbon-fixed {
    position: fixed
}

.ribbon.ribbon-shadow {
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15)
}

.ribbon.ribbon-lg {
    width: 300px;
    top: 50px;
    left: -75px
}

.newsletter {
    position: relative;
    width: 100%;
    padding: 50px 30px;
    text-align: center;
    box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    background: #fff;
    min-height: 340px
}

.newsletter .header-title {
    font-size: 28px;
    margin: 15px 0 5px;
    font-weight: bold
}

.newsletter p {
    margin: 0 0 35px;
    color: #666
}

.newsletter .newsletter-icon {
    display: block;
    width: 64px;
    height: 64px;
    margin: 15px auto
}

.newsletter input[name="email"], .newsletter button[type="submit"] {
    display: inline-block;
    width: 100%;
    border: 1px solid transparent;
    font: bold 14px 'Open Sans', arial, sans-serif;
    padding: 10px
}

.newsletter input[name="email"] {
    background: #ebf7fc;
    color: #000
}

.newsletter button[type="submit"] {
    float: none;
    margin: 0;
    background: #28a6de;
    color: #fff
}

.newsletter button[type="submit"]:hover {
    background: #1f98cd
}

.newsletter button[type="submit"]:disabled {
    opacity: 0.4
}

.newsletter button.close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    background: none;
    border: 0;
    padding: 0
}

.newsletter button.close .newsletter-submit {
    opacity: 0.5;
    pointer-events: none
}

.newsletter button.close:before, .newsletter button.close:after {
    position: absolute;
    content: ' ';
    top: 0;
    bottom: 0;
    width: 3px;
    background: #ccc;
    transform: rotate(-45deg);
    transition: background-color 200ms ease
}

.newsletter button.close:after {
    transform: rotate(45deg)
}

.newsletter button.close:hover:before, .newsletter button.close:hover:after {
    background-color: #333
}

.newsletter.hide-on-load {
    display: none
}

.newsletter.bottom {
    position: fixed;
    bottom: 0;
    transition: transform 200ms ease
}

.newsletter.bottom.closed {
    transform: translateY(100%)
}

.newsletter.dead-center {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 200ms ease, transform 400ms ease
}

.newsletter.dead-center.closed {
    opacity: 0;
    transform: translateY(10%)
}

.newsletter .newsletter-info {
    transition: opacity 100ms ease;
    opacity: 1
}

.newsletter .newsletter-success {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 110px;
    margin-top: -35px;
    transition: transform 250ms ease-in-out 75ms;
    transform: scale(0)
}

.newsletter .newsletter-success .lead-text {
    margin-bottom: 0px
}

.newsletter .newsletter-error {
    position: absolute;
    color: #e74c3c;
    font-size: 14px;
    font-weight: 500;
    right: 0;
    bottom: 15px;
    left: 0;
    margin: 0;
    opacity: 0;
    transition: opacity 100ms ease
}

.newsletter.subscribed .newsletter-info {
    opacity: 0
}

.newsletter.subscribed .newsletter-success {
    transform: scale(1)
}

.newsletter.error .newsletter-error {
    opacity: 1
}

@media (min-width: 30em) {
    .newsletter {
        width: 400px;
        margin-left: -200px;
        left: 50%
    }

    .newsletter button.close {
        top: 30px;
        right: 35px
    }
}

@media (min-width: 48em) {
    .newsletter {
        width: 700px;
        margin-left: -350px
    }

    .newsletter input[name="email"] {
        width: 250px
    }

    .newsletter button[type="submit"] {
        width: inherit
    }
}

.coupon {
    display: inline-block;
    padding: 2px 10px;
    margin: 0 5px;
    background: #f8f9fa;
    border: dashed 2px #e9ecef;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #47555d;
    border-radius: 5px
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Roboto", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.hide {
    display: none
}

.loading-spin {
    animation: loaderSpin 0.75s steps(12) infinite
}

.list-center {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none
}

.bg-tiles:after, .bg-tiles-sm:after {
    display: block;
    opacity: 0.8;
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/static/imgs/tiles_bg.png) repeat-x top left
}

.bg-tiles-sm:after {
    background-image: url("/static/imgs/tiles_bg-sm.png")
}

pre {
    background: #f8f9fa;
    border: 1px solid #e3e7eb;
    overflow-x: scroll;
    max-width: 100%
}

.free-backup_label {
    color: #3c484f
}

.free-backup_label:hover {
    color: #3c484f
}

.stringed-lights {
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    height: 44px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='448.7' height='43.3'%3E %3Cpath fill='none' stroke='%23759E75' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M1 7.9c27.3 22.2 34.5-2.5 50.5-3.5 13.3-.8 15.1 9.9 27.3 15.5 12.1 5.6 25.5 10 38.6 7.5 12.8-2.4 23.7-11 36.5-13.5 22.8-4.3 45.2 11.7 68.3 9.5C237.1 22 250.5 13 265.4 12c22-1.5 44.1 14.5 64.8 7.1 9.4-3.4 16.9-11.2 26.7-13.5 11.8-2.8 23.7 3.1 35.5 5.9 19.4 4.7 32.1-18.8 55.3-4.4'/%3E %3Cpath fill='%23FF8661' d='M24.3 19.2c-.2-1.2-1-1.9-1.9-1.8l-2.1.3c-.9.1-1.5 1.1-1.3 2.2v.1c.3 1.7.1 3.4-.3 4.9-.3.9-.3 1.9-.1 2.9.5 2.7 2.6 4.7 4.8 4.5 2.5-.2 4.2-3 3.7-6-.2-1-.5-1.9-1-2.6-.9-1.3-1.5-2.8-1.8-4.5z'/%3E %3Cpath opacity='.3' fill='%23FFF' d='M19.4 28c.2 1.3 1 2.3 2 2.9-.6-.6-1.1-1.4-1.2-2.3-.1-.4-.1-.8-.1-1.2-.3 0-.5 0-.8.1.1.1.1.3.1.5z'/%3E %3Cpath opacity='.1' d='M26.1 23.8c-.9-1.3-1.5-2.9-1.8-4.5v-.1c-.2-1.1-1-1.9-1.9-1.7l-.7.1c.3.3.5.7.6 1.3v.1c.3 1.7.9 3.2 1.8 4.5.5.7.9 1.6 1 2.6.5 3-1.2 5.8-3.6 6 .6.3 1.2.4 1.9.4 2.5-.2 4.2-3 3.7-6-.1-1.1-.5-2-1-2.7z'/%3E %3Cpath fill='%23759E75' d='M24.5 19.9l-5.5.9-.7-4.5c-.1-.9.5-1.8 1.4-1.9l2.2-.3c.9-.1 1.8.5 1.9 1.4l.7 4.4z'/%3E %3Cpath opacity='.1' d='M21.9 14l-1.6.3c.9-.1 1.8.5 1.9 1.4l.7 4.5 1.6-.3-.7-4.5c-.1-.9-1-1.5-1.9-1.4z'/%3E %3Cpath opacity='.1' d='M21 14.2l-.7.1c-.9.1-1.5 1-1.4 1.9l.7 4.5.7-.1-.7-4.5c-.2-.9.5-1.8 1.4-1.9z'/%3E %3Cpath fill='%23FFCF26' d='M56 8.3c.4-1.1 0-2.2-.9-2.5l-2-.7c-.8-.3-1.8.3-2.2 1.4v.1c-.5 1.6-1.4 3-2.5 4.2-.6.7-1.1 1.5-1.4 2.5-.8 2.6.2 5.4 2.2 6.2 2.3 1 5.1-.7 6.1-3.7.3-.9.4-1.9.3-2.8-.2-1.4-.1-3.1.4-4.7z'/%3E %3Cpath opacity='.3' fill='%23FFF' d='M47.7 13.8c-.4 1.2-.2 2.5.5 3.5-.3-.8-.3-1.7-.1-2.6.1-.4.3-.7.5-1.1-.2-.1-.5-.2-.7-.3-.1.2-.2.4-.2.5z'/%3E %3Cpath opacity='.1' d='M55.6 13.1c-.2-1.6-.1-3.3.5-4.9v-.1c.3-1-.1-2.1-.9-2.4l-.7-.2c.1.4.1.9 0 1.4V7c-.5 1.6-.7 3.3-.5 4.9.1.9 0 1.8-.3 2.8-1 2.9-3.7 4.6-6 3.7.4.5.9.9 1.5 1.2 2.3 1 5.1-.7 6.1-3.7.3-.9.4-1.9.3-2.8z'/%3E %3Cpath fill='%23759E75' d='M55.9 9l-5.3-1.7L52 2.9c.3-.9 1.2-1.4 2.1-1.1l2.1.7c.9.3 1.4 1.2 1.1 2.1L55.9 9z'/%3E %3Cpath opacity='.1' d='M56.2 2.6l-1.6-.5c.9.3 1.4 1.2 1.1 2.1l-1.4 4.3 1.6.5 1.4-4.3c.3-.9-.2-1.8-1.1-2.1z'/%3E %3Cpath opacity='.1' d='M55.4 2.3l-.7-.2c-.9-.3-1.8.2-2.1 1.1l-1.4 4.3.7.2 1.4-4.3c.2-.9 1.2-1.4 2.1-1.1z'/%3E %3Cpath fill='%2300CFFF' d='M79.5 22.7c.3-1.1-.3-2.2-1.1-2.4l-2.1-.5c-.9-.2-1.8.5-2 1.6v.1c-.4 1.7-1.1 3.2-2.1 4.4-.6.7-1 1.6-1.2 2.7-.5 2.7.7 5.3 2.9 6 2.4.7 5-1.2 5.7-4.3.2-1 .2-1.9 0-2.8-.4-1.4-.5-3.1-.1-4.8z'/%3E %3Cpath opacity='.3' fill='%23FFF' d='M71.8 29.1c-.2 1.3.1 2.5.8 3.5-.4-.8-.5-1.7-.3-2.6.1-.4.2-.8.4-1.1-.3-.1-.5-.2-.8-.2-.1.1-.1.2-.1.4z'/%3E %3Cpath opacity='.1' d='M79.5 27.6c-.4-1.6-.4-3.2 0-4.9v-.1c.2-1.1-.3-2.1-1.1-2.3l-.7-.2c.2.4.2.9.1 1.4v.1c-.4 1.6-.3 3.3 0 4.9.2.9.2 1.8 0 2.8-.7 3-3.2 4.9-5.6 4.3.4.5 1 .8 1.6 1 2.4.7 5-1.2 5.7-4.3.2-.9.2-1.8 0-2.7z'/%3E %3Cpath fill='%23759E75' d='M79.4 23.5L74 22.3l1-4.4c.2-.9 1.1-1.5 2-1.3l2.2.5c.9.2 1.5 1.1 1.3 2l-1.1 4.4z'/%3E %3Cpath opacity='.1' d='M79.1 17l-1.6-.4c.9.2 1.5 1.1 1.3 2l-1 4.4 1.6.4 1-4.4c.2-.9-.3-1.8-1.3-2z'/%3E %3Cpath opacity='.1' d='M78.2 16.8l-.7-.2c-.9-.2-1.8.4-2 1.3l-1 4.4.7.2 1-4.4c.2-.9 1.1-1.5 2-1.3z'/%3E %3Cg%3E %3Cpath fill='%23FF8661' d='M105.9 30.5c0-1.2-.7-2.1-1.6-2.1h-2.2c-.9 0-1.6.9-1.7 2v.1c0 1.7-.5 3.3-1.2 4.8-.2.7-.5 1.7-.5 2.7 0 2.8 1.7 5.1 4 5.3 2.5.2 4.7-2.2 4.8-5.3 0-1-.2-1.9-.5-2.7-.7-1.5-1.1-3.1-1.1-4.8z'/%3E %3Cpath opacity='.3' fill='%23FFF' d='M99.6 38.2c0 1.3.6 2.4 1.5 3.2-.5-.7-.8-1.6-.8-2.5 0-.4 0-.8.1-1.1-.3 0-.5-.1-.8-.1v.5z'/%3E %3Cpath opacity='.1' d='M106.9 35.3c-.7-1.5-1-3.1-1-4.8v-.1c0-1.1-.7-2-1.6-2h-.7c.3.4.4.8.4 1.4v.1c0 1.7.3 3.3 1 4.8.4.8.6 1.7.5 2.7-.1 3.1-2.2 5.5-4.7 5.3.5.4 1.1.6 1.8.7 2.5.2 4.7-2.2 4.8-5.3.1-1.1-.1-2-.5-2.8z'/%3E %3Cpath fill='%23759E75' d='M106 31.2l-5.6-.1.1-4.6c0-.9.8-1.7 1.7-1.6h2.2c.9 0 1.7.8 1.6 1.7v4.6z'/%3E %3Cpath opacity='.1' d='M104.5 25h-1.6c.9 0 1.7.8 1.6 1.7l-.1 4.6h1.6l.1-4.6c.1-.9-.7-1.7-1.6-1.7z'/%3E %3Cpath opacity='.1' d='M103.6 24.9h-.7c-.9 0-1.7.7-1.7 1.6l-.1 4.6h.7l.1-4.6c0-.8.8-1.6 1.7-1.6z'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%23FFCF26' d='M131.9 24.1c-.4-1.1-1.4-1.7-2.2-1.4l-2 .7c-.8.3-1.2 1.4-.8 2.4v.1c.6 1.6.7 3.3.6 4.9-.1.9 0 1.9.4 2.9 1 2.6 3.4 4.1 5.6 3.6 2.5-.7 3.6-3.7 2.6-6.6-.3-.9-.8-1.7-1.5-2.4-1.2-1.2-2.1-2.6-2.7-4.2z'/%3E %3Cpath opacity='.3' fill='%23FFF' d='M128.7 33.6c.5 1.2 1.4 2.1 2.5 2.5-.7-.5-1.3-1.2-1.6-2-.1-.4-.2-.7-.3-1.1-.3.1-.5.1-.8.2.1.1.2.3.2.4z'/%3E %3Cpath opacity='.1' d='M134.5 28.2c-1.1-1.1-2.1-2.5-2.6-4.1V24c-.4-1-1.4-1.6-2.2-1.3l-.7.2c.4.2.7.6.8 1.1v.1c.6 1.6 1.5 3 2.6 4.1.6.6 1.1 1.4 1.5 2.4 1 2.9-.1 5.9-2.5 6.6.6.2 1.3.2 1.9 0 2.5-.7 3.6-3.7 2.6-6.6-.3-.9-.8-1.7-1.4-2.4z'/%3E %3Cpath fill='%23759E75' d='M132.2 24.8l-5.3 1.9-1.5-4.3c-.3-.9.1-1.8 1-2.1l2.1-.8c.9-.3 1.8.1 2.1 1l1.6 4.3z'/%3E %3Cpath opacity='.1' d='M128.6 19.5l-1.6.5c.9-.3 1.8.1 2.1 1l1.5 4.3 1.5-.6-1.5-4.3c-.2-.8-1.2-1.2-2-.9z'/%3E %3Cpath opacity='.1' d='M127.7 19.8l-.7.2c-.9.3-1.3 1.3-1 2.1l1.5 4.3.7-.2-1.5-4.3c-.3-.9.1-1.8 1-2.1z'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%2300CFFF' d='M160.9 15.7c0-1.2-.7-2.1-1.6-2.1h-2.2c-.9 0-1.6.9-1.7 2v.1c0 1.7-.5 3.3-1.2 4.8-.4.8-.6 1.8-.6 2.8 0 2.8 1.7 5.1 4 5.3 2.5.2 4.7-2.2 4.8-5.3 0-1-.2-1.9-.5-2.7-.7-1.6-1.1-3.2-1-4.9z'/%3E %3Cpath opacity='.3' fill='%23FFF' d='M154.5 23.5c0 1.3.6 2.4 1.5 3.2-.5-.7-.8-1.6-.8-2.5 0-.4 0-.8.1-1.1-.3 0-.5-.1-.8-.1v.5z'/%3E %3Cpath opacity='.1' d='M161.8 20.5c-.7-1.5-1-3.1-1-4.8v-.1c0-1.1-.7-2-1.6-2h-.7c.3.4.4.8.4 1.4v.1c0 1.7.3 3.3 1 4.8.4.8.6 1.7.5 2.7-.1 3.1-2.2 5.5-4.7 5.3.5.4 1.1.6 1.8.7 2.5.2 4.7-2.2 4.8-5.3.1-1-.1-2-.5-2.8z'/%3E %3Cpath fill='%23759E75' d='M161 16.5l-5.6-.1.1-4.6c0-.9.8-1.7 1.7-1.6h2.2c.9 0 1.7.8 1.6 1.7v4.6z'/%3E %3Cpath opacity='.1' d='M159.4 10.2h-1.6c.9 0 1.7.8 1.6 1.7l-.1 4.6h1.6l.1-4.6c.1-.9-.7-1.7-1.6-1.7z'/%3E %3Cpath opacity='.1' d='M158.5 10.2h-.7c-.9 0-1.7.7-1.7 1.6l-.1 4.6h.7l.1-4.6c0-.9.8-1.6 1.7-1.6z'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%23FF8661' d='M188.1 20.2c0-1.2-.7-2.1-1.6-2.1h-2.2c-.9 0-1.6.9-1.7 2v.1c0 1.7-.5 3.3-1.2 4.8-.4.8-.6 1.8-.6 2.8 0 2.8 1.7 5.1 4 5.3 2.5.2 4.7-2.2 4.8-5.3 0-1-.2-1.9-.5-2.7-.7-1.6-1.1-3.2-1-4.9z'/%3E %3Cpath opacity='.3' fill='%23FFF' d='M181.7 28c0 1.3.6 2.4 1.5 3.2-.5-.7-.8-1.6-.8-2.5 0-.4 0-.8.1-1.1-.3 0-.5-.1-.8-.1v.5z'/%3E %3Cpath opacity='.1' d='M189 25c-.7-1.5-1-3.1-1-4.8v-.1c0-1.1-.7-2-1.6-2h-.7c.3.4.4.8.4 1.4v.1c0 1.7.3 3.3 1 4.8.4.8.6 1.7.5 2.7-.1 3.1-2.2 5.5-4.7 5.3.5.4 1.1.6 1.8.7 2.5.2 4.7-2.2 4.8-5.3.1-1.1-.1-2-.5-2.8z'/%3E %3Cpath fill='%23759E75' d='M188.2 21l-5.6-.1.1-4.6c0-.9.8-1.7 1.7-1.6h2.2c.9 0 1.7.8 1.6 1.7V21z'/%3E %3Cpath opacity='.1' d='M186.6 14.7H185c.9 0 1.7.8 1.6 1.7l-.1 4.6h1.6l.1-4.6c.1-.9-.7-1.7-1.6-1.7z'/%3E %3Cpath opacity='.1' d='M185.7 14.7h-.7c-.9 0-1.7.7-1.7 1.6l-.1 4.6h.7l.1-4.6c0-.9.8-1.7 1.7-1.6z'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%23FFCF26' d='M213.4 25.5c-.5-1.1-1.5-1.6-2.3-1.2l-2 .9c-.8.4-1.1 1.5-.7 2.5v.1c.7 1.5 1 3.2.9 4.8 0 .9.2 1.9.6 2.8 1.2 2.5 3.7 3.9 5.9 3.1 2.4-.8 3.3-4 2.1-6.8-.4-.9-1-1.7-1.6-2.2-1.2-1.2-2.2-2.5-2.9-4z'/%3E %3Cpath opacity='.3' fill='%23FFF' d='M211 35.2c.5 1.2 1.6 2 2.7 2.3-.8-.4-1.4-1.1-1.8-1.9-.2-.4-.3-.7-.4-1.1-.3.1-.5.2-.8.3.1.1.2.2.3.4z'/%3E %3Cpath opacity='.1' d='M216.3 29.4c-1.2-1-2.2-2.4-2.9-3.9v-.1c-.4-1-1.5-1.5-2.3-1.2l-.6.3c.4.2.7.6.9 1.1v.1c.7 1.5 1.7 2.9 2.9 3.9.7.6 1.2 1.3 1.6 2.2 1.2 2.8.4 5.9-2 6.8.6.1 1.3.1 1.9-.1 2.4-.8 3.3-4 2.1-6.8-.3-1-.9-1.7-1.6-2.3z'/%3E %3Cpath fill='%23759E75' d='M213.8 26.1l-5.1 2.3-1.8-4.2c-.4-.8 0-1.8.9-2.2l2-.9c.8-.4 1.8 0 2.2.9l1.8 4.1z'/%3E %3Cpath opacity='.1' d='M209.8 21.1l-1.5.7c.8-.4 1.8 0 2.2.9l1.8 4.2 1.5-.7L212 22c-.4-.9-1.4-1.3-2.2-.9z'/%3E %3Cpath opacity='.1' d='M208.9 21.4l-.7.3c-.8.4-1.2 1.4-.9 2.2l1.8 4.2.7-.3-1.8-4.2c-.3-.8.1-1.8.9-2.2z'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%2300CFFF' d='M243 21.4c.2-1.2-.4-2.1-1.3-2.3l-2.1-.3c-.9-.1-1.7.7-1.9 1.8v.1c-.2 1.7-.8 3.2-1.7 4.6-.5.8-.8 1.7-1 2.7-.3 2.7 1.2 5.3 3.4 5.7 2.5.5 4.9-1.7 5.3-4.7.1-1 0-1.9-.2-2.8-.5-1.5-.7-3.2-.5-4.8z'/%3E %3Cpath opacity='.3' fill='%23FFF' d='M235.9 28.3c-.1 1.3.3 2.5 1.1 3.4-.4-.8-.6-1.6-.5-2.6 0-.4.1-.8.3-1.1-.3-.1-.5-.1-.8-.2-.1.2-.1.4-.1.5z'/%3E %3Cpath opacity='.1' d='M243.5 26.2c-.5-1.5-.7-3.2-.4-4.9v-.1c.1-1.1-.5-2.1-1.3-2.2h-.8c.2.4.3.9.2 1.4v.1c-.2 1.7 0 3.3.4 4.9.3.8.4 1.8.2 2.8-.4 3-2.8 5.2-5.2 4.7.5.4 1.1.7 1.7.9 2.5.5 4.9-1.7 5.3-4.7.2-1.1.1-2-.1-2.9z'/%3E %3Cpath fill='%23759E75' d='M243 22.1l-5.5-.7.6-4.5c.1-.9 1-1.6 1.9-1.4l2.2.3c.9.1 1.6 1 1.4 1.9l-.6 4.4z'/%3E %3Cpath opacity='.1' d='M242.2 15.7l-1.6-.2c.9.1 1.6 1 1.4 1.9l-.6 4.5 1.6.2.6-4.5c.2-.9-.5-1.8-1.4-1.9z'/%3E %3Cpath opacity='.1' d='M241.3 15.6l-.7-.1c-.9-.1-1.8.5-1.9 1.4l-.6 4.5.7.1.6-4.5c.1-.9 1-1.6 1.9-1.4z'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%23FF8661' d='M269 14.4c-.3-1.1-1.2-1.8-2-1.6l-2.1.5c-.9.2-1.4 1.2-1.1 2.3v.1c.4 1.6.4 3.3.1 4.9-.2.9-.2 1.9.1 2.9.7 2.7 3 4.5 5.2 4.1 2.5-.4 4-3.3 3.3-6.3-.2-1-.7-1.8-1.2-2.5-1.1-1.3-1.9-2.8-2.3-4.4z'/%3E %3Cpath opacity='.3' fill='%23FFF' d='M264.9 23.5c.3 1.2 1.2 2.2 2.3 2.8-.7-.6-1.2-1.3-1.4-2.2-.1-.4-.2-.8-.2-1.1-.3 0-.5.1-.8.1 0 .1 0 .2.1.4z'/%3E %3Cpath opacity='.1' d='M271.2 18.8c-1-1.3-1.8-2.7-2.2-4.4v-.1c-.3-1.1-1.2-1.8-2-1.6l-.7.2c.3.3.6.7.7 1.2v.1c.4 1.6 1.2 3.1 2.2 4.4.6.7 1 1.5 1.2 2.5.7 3-.7 5.8-3.1 6.3.6.2 1.3.3 1.9.2 2.5-.4 4-3.3 3.3-6.3-.3-1-.7-1.8-1.3-2.5z'/%3E %3Cpath fill='%23759E75' d='M269.3 15.1l-5.4 1.3-1.1-4.4c-.2-.9.3-1.8 1.2-2l2.2-.5c.9-.2 1.8.3 2 1.2l1.1 4.4z'/%3E %3Cpath opacity='.1' d='M266.2 9.4l-1.6.4c.9-.2 1.8.3 2 1.2l1.1 4.4 1.6-.4-1.1-4.4c-.2-.8-1.1-1.4-2-1.2z'/%3E %3Cpath opacity='.1' d='M265.3 9.6l-.7.2c-.9.2-1.5 1.1-1.2 2l1.1 4.4.7-.2-1.1-4.4c-.2-.9.3-1.8 1.2-2z'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%23FFCF26' d='M297.3 19.8c0-1.2-.7-2.1-1.6-2.1h-2.2c-.9 0-1.6.9-1.7 2v.1c0 1.7-.5 3.3-1.2 4.8-.4.8-.6 1.8-.6 2.8 0 2.8 1.7 5.1 4 5.3 2.5.2 4.7-2.2 4.8-5.3 0-1-.2-1.9-.5-2.7-.7-1.5-1.1-3.2-1-4.9z'/%3E %3Cpath opacity='.3' fill='%23FFF' d='M290.9 27.6c0 1.3.6 2.4 1.5 3.2-.5-.7-.8-1.6-.8-2.5 0-.4 0-.8.1-1.1-.3 0-.5-.1-.8-.1v.5z'/%3E %3Cpath opacity='.1' d='M298.2 24.6c-.7-1.5-1-3.1-1-4.8v-.1c0-1.1-.7-2-1.6-2h-.7c.3.4.4.8.4 1.4v.1c0 1.7.3 3.3 1 4.8.4.8.6 1.7.5 2.7-.1 3.1-2.2 5.5-4.7 5.3.5.4 1.1.6 1.8.7 2.5.2 4.7-2.2 4.8-5.3.1-1-.1-2-.5-2.8z'/%3E %3Cpath fill='%23759E75' d='M297.3 20.6l-5.6-.1.1-4.6c0-.9.8-1.7 1.7-1.6h2.2c.9 0 1.7.8 1.6 1.7v4.6z'/%3E %3Cpath opacity='.1' d='M295.8 14.3h-1.6c.9 0 1.7.8 1.6 1.7l-.1 4.6h1.6l.1-4.6c.1-.9-.7-1.7-1.6-1.7z'/%3E %3Cpath opacity='.1' d='M294.9 14.3h-.7c-.9 0-1.7.7-1.7 1.6l-.1 4.6h.7l.1-4.6c0-.9.8-1.6 1.7-1.6z'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%2300CFFF' d='M324.2 23.6c-.1-1.2-.8-2-1.7-2l-2.2.1c-.9 0-1.6 1-1.5 2.1v.1c.1 1.7-.2 3.3-.9 4.8-.3.9-.5 1.8-.4 2.9.2 2.8 2.1 5 4.3 5 2.5.1 4.5-2.5 4.4-5.6 0-1-.3-1.9-.7-2.7-.7-1.4-1.2-3.1-1.3-4.7z'/%3E %3Cpath opacity='.3' fill='%23FFF' d='M318.4 31.7c.1 1.3.8 2.4 1.7 3.1-.6-.7-.9-1.5-1-2.4 0-.4 0-.8.1-1.2h-.8v.5z'/%3E %3Cpath opacity='.1' d='M325.5 28.3c-.8-1.4-1.2-3-1.3-4.7v-.1c-.1-1.1-.8-2-1.7-1.9h-.7c.3.3.5.8.5 1.3v.1c.1 1.7.6 3.3 1.3 4.7.4.8.7 1.7.7 2.7.1 3.1-1.8 5.6-4.3 5.6.6.3 1.2.5 1.8.6 2.5.1 4.5-2.5 4.4-5.6 0-1-.3-1.9-.7-2.7z'/%3E %3Cpath fill='%23759E75' d='M324.3 24.3l-5.6.3-.2-4.5c0-.9.7-1.7 1.6-1.8l2.2-.1c.9 0 1.7.7 1.8 1.6l.2 4.5z'/%3E %3Cpath opacity='.1' d='M322.4 18.1l-1.6.1c.9 0 1.7.7 1.8 1.6l.2 4.5 1.6-.1-.2-4.5c-.1-.9-.9-1.6-1.8-1.6z'/%3E %3Cpath opacity='.1' d='M321.5 18.2h-.7c-.9 0-1.6.8-1.6 1.8l.2 4.5h.7l-.2-4.5c-.1-1 .6-1.8 1.6-1.8z'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%23FF8661' d='M350.9 10c-.3-1.1-1.3-1.8-2.1-1.6l-2.1.6c-.9.2-1.3 1.3-1 2.4v.1c.5 1.6.5 3.3.3 4.9-.1.9-.1 1.9.2 2.9.8 2.6 3.2 4.4 5.4 3.9 2.5-.5 3.8-3.5 3-6.5-.3-1-.7-1.8-1.3-2.5-1.2-1.1-2-2.6-2.4-4.2z'/%3E %3Cpath opacity='.3' fill='%23FFF' d='M347.1 19.3c.4 1.2 1.3 2.2 2.4 2.7-.7-.5-1.2-1.3-1.5-2.1-.1-.4-.2-.8-.2-1.1-.3.1-.5.1-.8.1 0 .1 0 .2.1.4z'/%3E %3Cpath opacity='.1' d='M353.2 14.3c-1.1-1.2-1.9-2.7-2.3-4.3v-.1c-.3-1.1-1.2-1.7-2.1-1.5l-.7.2c.3.3.6.7.8 1.2v.1c.5 1.6 1.3 3.1 2.3 4.3.6.7 1 1.5 1.3 2.5.8 2.9-.5 5.9-2.9 6.4.6.2 1.3.3 1.9.1 2.5-.5 3.8-3.5 3-6.5-.3-.9-.7-1.7-1.3-2.4z'/%3E %3Cpath fill='%23759E75' d='M351.2 10.7l-5.4 1.5-1.2-4.4c-.3-.9.3-1.8 1.2-2.1l2.2-.6c.9-.3 1.8.3 2.1 1.2l1.1 4.4z'/%3E %3Cpath opacity='.1' d='M347.9 5.2l-1.6.4c.9-.3 1.8.3 2.1 1.2l1.2 4.4 1.6-.4-1.2-4.4c-.3-1-1.3-1.5-2.1-1.2z'/%3E %3Cpath opacity='.1' d='M347 5.4l-.7.2c-.9.3-1.4 1.2-1.2 2.1l1.2 4.4.7-.2-1.2-4.4c-.2-.9.3-1.8 1.2-2.1z'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%23FFCF26' d='M380.1 10.7c.3-1.1-.2-2.2-1.1-2.4l-2.1-.5c-.9-.2-1.8.5-2 1.6v.1c-.4 1.6-1.2 3.1-2.2 4.4-.6.7-1 1.6-1.2 2.6-.6 2.7.6 5.4 2.7 6 2.4.8 5-1.1 5.8-4.2.2-1 .2-1.9.1-2.8-.4-1.5-.4-3.2 0-4.8z'/%3E %3Cpath opacity='.3' fill='%23FFF' d='M372.2 16.9c-.3 1.2.1 2.5.8 3.5-.3-.8-.5-1.7-.3-2.6.1-.4.2-.8.4-1.1-.3-.1-.5-.2-.8-.3 0 .2-.1.3-.1.5z'/%3E %3Cpath opacity='.1' d='M380 15.6c-.3-1.6-.3-3.3.1-4.9v-.1c.3-1.1-.2-2.1-1.1-2.3l-.7-.2c.2.4.2.9.1 1.4v.1c-.4 1.6-.4 3.3-.1 4.9.2.9.2 1.8-.1 2.8-.7 3-3.3 4.9-5.7 4.2.4.5 1 .9 1.6 1.1 2.4.8 5-1.1 5.8-4.2.3-1 .3-2 .1-2.8z'/%3E %3Cpath fill='%23759E75' d='M380 11.4l-5.4-1.3 1.1-4.4c.2-.9 1.1-1.5 2-1.2l2.2.5c.9.2 1.5 1.1 1.2 2l-1.1 4.4z'/%3E %3Cpath opacity='.1' d='M379.8 5l-1.6-.4c.9.2 1.5 1.1 1.2 2l-1.1 4.4 1.6.4L381 7c.3-.9-.3-1.8-1.2-2z'/%3E %3Cpath opacity='.1' d='M378.9 4.8l-.7-.2c-.9-.2-1.8.3-2 1.2l-1.1 4.4.7.2 1.1-4.4c.2-.9 1.1-1.5 2-1.2z'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%2300CFFF' d='M405 14.6c0-1.2-.7-2.1-1.6-2.1h-2.2c-.9 0-1.6.9-1.7 2v.1c0 1.7-.5 3.3-1.2 4.8-.4.8-.6 1.8-.6 2.8 0 2.8 1.7 5.1 4 5.3 2.5.2 4.7-2.2 4.8-5.3 0-1-.2-1.9-.5-2.7-.6-1.6-1-3.2-1-4.9z'/%3E %3Cpath opacity='.3' fill='%23FFF' d='M398.7 22.4c0 1.3.6 2.4 1.5 3.2-.5-.7-.8-1.6-.8-2.5 0-.4 0-.8.1-1.1-.3 0-.5-.1-.8-.1v.5z'/%3E %3Cpath opacity='.1' d='M406 19.4c-.7-1.5-1-3.1-1-4.8v-.1c0-1.1-.7-2-1.6-2h-.7c.3.4.4.8.4 1.4v.1c0 1.7.3 3.3 1 4.8.4.8.6 1.7.5 2.7-.1 3.1-2.2 5.5-4.7 5.3.5.4 1.1.6 1.8.7 2.5.2 4.7-2.2 4.8-5.3.1-1.1-.1-2-.5-2.8z'/%3E %3Cpath fill='%23759E75' d='M405.1 15.4l-5.6-.1.1-4.6c0-.9.8-1.7 1.7-1.6h2.2c.9 0 1.7.8 1.6 1.7v4.6z'/%3E %3Cpath opacity='.1' d='M403.6 9.1H402c.9 0 1.7.8 1.6 1.7l-.1 4.6h1.6l.1-4.6c0-.9-.7-1.7-1.6-1.7z'/%3E %3Cpath opacity='.1' d='M402.7 9.1h-.7c-.9 0-1.7.7-1.7 1.6l-.1 4.6h.7l.1-4.6c0-.9.7-1.6 1.7-1.6z'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%23FF8661' d='M431.6 4.9c-.3-1.1-1.3-1.8-2.2-1.5l-2 .6c-.9.3-1.3 1.3-1 2.4v.1c.5 1.6.6 3.3.4 4.9-.1.9 0 1.9.3 2.9.9 2.6 3.3 4.3 5.4 3.8 2.5-.6 3.8-3.6 2.8-6.5-.3-.9-.8-1.8-1.4-2.4-1-1.3-1.8-2.7-2.3-4.3z'/%3E %3Cpath opacity='.3' fill='%23FFF' d='M428 14.2c.4 1.2 1.3 2.1 2.4 2.6-.7-.5-1.3-1.2-1.6-2.1-.1-.4-.2-.8-.2-1.1-.3.1-.5.1-.8.2.1.1.1.3.2.4z'/%3E %3Cpath opacity='.1' d='M434 9.1c-1.1-1.2-1.9-2.6-2.4-4.2v-.1c-.3-1.1-1.3-1.7-2.1-1.4l-.7.2c.4.3.6.7.8 1.2v.1c.5 1.6 1.4 3 2.4 4.2.6.7 1.1 1.5 1.4 2.4.9 2.9-.3 5.9-2.7 6.5.6.2 1.3.2 1.9.1 2.5-.6 3.8-3.6 2.8-6.5-.3-1-.8-1.8-1.4-2.5z'/%3E %3Cpath fill='%23759E75' d='M431.9 5.5l-5.3 1.7-1.3-4.3c-.3-.9.2-1.8 1.1-2.1l2.1-.7c.9-.3 1.8.2 2.1 1.1l1.3 4.3z'/%3E %3Cpath opacity='.1' d='M428.4.1l-1.6.5c.9-.3 1.8.2 2.1 1.1l1.3 4.3 1.6-.5-1.3-4.3c-.2-.9-1.2-1.4-2.1-1.1z'/%3E %3Cpath opacity='.1' d='M427.6.3l-.7.2c-.9.3-1.4 1.2-1.1 2.1l1.3 4.3.7-.2-1.3-4.3c-.3-.8.2-1.8 1.1-2.1z'/%3E %3C/g%3E %3C/svg%3E") repeat-x
}

.x16 {
    width: 16px;
    height: 16px
}

.x32 {
    width: 32px;
    height: 32px
}

.x64 {
    width: 64px;
    height: 64px
}

.icon-caret {
    width: 10px;
    height: 6px
}

.icon-checkmark {
    display: inline-block;
    width: 16px;
    height: 16px;
    fill: #3fc380
}

.icon-checkmark-circle {
    display: inline-block;
    width: 16px;
    height: 16px;
    fill: #fff;
    background: #3fc380;
    border-radius: 100%;
    padding: 3px
}

.not-found {
    margin: 50px 0 25px
}

.not-found h2 {
    color: #999;
    font-weight: 100
}

@media (min-width: 48em) {
    .not-found {
        margin: 50px 0 75px
    }
}

.not-found + footer {
    margin-top: 0
}

.sr-only {
    display: none;
    visibility: hidden
}

.index-page h3 {
    font-size: 36px
}

.index-page [class^="btn-"] {
    font-size: 14px;
    padding: 13px 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500
}

.index-page .page-banner {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    background-color: transparent
}

@media (min-width: 30em) {
    .index-page .page-banner {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

@media (min-width: 48em) {
    .index-page .page-banner {
        padding-left: 2em;
        padding-right: 2em
    }
}

@media (min-width: 75em) {
    .index-page .page-banner {
        padding-left: 0;
        padding-right: 0
    }
}

.index-page .page-banner .header-title {
    font-size: 36px;
    color: #3c484f;
    margin: 15px 0 0
}

.index-page .page-banner p {
    margin: 0 0 25px;
    font-size: 20px;
    font-weight: 300;
    color: #3c484f
}

.index-page .page-banner p:last-child {
    margin-bottom: 0
}

.index-page .page-banner br {
    display: none
}

.index-page .page-banner svg, .index-page .page-banner img {
    margin: 0px auto;
    display: block
}

.index-page .page-banner .hero-slider {
    margin: 0;
    padding: 0
}

.index-page .page-banner .hero-slider li {
    margin: 0
}

.index-page .page-banner .hero-slider .footnote {
    font-size: 12px
}

.index-page .page-banner .hero-slider .reseller svg {
    margin-top: 15px;
    width: 90px;
    height: 80px;
    fill: #28a6de
}

.index-page .page-banner .hero-slider .cloud svg {
    width: 100px;
    height: 100px;
    fill: #28a6de
}

.index-page .page-banner .hero-slider .dedicated svg {
    width: 105px;
    height: 125px;
    fill: #28a6de
}

.index-page .page-banner .hero-slider .solutions svg {
    width: 100px;
    height: 100px;
    fill: #28a6de
}

.index-page .page-banner .hero-slider .wordpress svg {
    width: 100px;
    height: 100px;
    fill: #28a6de
}

.index-page .page-banner .hero-slider .wechat-payment {
    margin-top: 4rem
}

.index-page .page-banner .hero-slider .wechat-payment .lead-1 {
    margin: 0 0 0.25rem
}

.index-page .page-banner .hero-slider .wechat-payment .lead-2 {
    margin: 0.25rem 0 0
}

.index-page .page-banner .hero-slider .black-friday-promo .black-friday-img {
    max-height: 300px
}

@media (min-width: 30em) {
    .index-page .page-banner .hero-slider br {
        display: block
    }
}

.index-page .page-banner .bx-wrapper {
    position: relative;
    display: inline-block
}

.index-page .page-banner .bx-controls {
    margin: 25px 0 40px
}

.index-page .page-banner .bx-controls .bx-pager {
    text-align: center;
    height: 10px
}

.index-page .page-banner .bx-controls .bx-pager-item {
    display: inline-block
}

.index-page .page-banner .bx-controls .bx-pager-link {
    background-color: #d4dbe0;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    outline: 0;
    border-radius: 5px
}

.index-page .page-banner .bx-controls .bx-pager-link.active {
    background-color: #28a6de
}

.index-page .page-banner .bx-controls .bx-pager-link.active:hover {
    background-color: #28a6de
}

.index-page .page-banner .bx-controls .bx-pager-link:hover {
    background-color: #97d4ef
}

.index-page .promo {
    padding: 10px;
    color: #fff;
    background: #28a6de url(/static/imgs/tiles_bg-sm.png) repeat-x top left;
    position: relative
}

.index-page .promo a {
    color: #fff
}

.index-page .promo a strong {
    color: #fff
}

.index-page .promo a:hover {
    text-decoration: underline
}

.index-page .promo #promo-slider {
    margin: 0;
    padding: 0;
    list-style: none
}

.index-page .promo #promo-slider li {
    margin: 0;
    padding: 4px 0
}

.index-page .intro {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    border-bottom: 1px solid #eee;
    padding-top: 25px;
    padding-bottom: 25px
}

.index-page .intro:after {
    content: " ";
    display: block;
    clear: both
}

@media (min-width: 30em) {
    .index-page .intro {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

@media (min-width: 48em) {
    .index-page .intro {
        padding-left: 2em;
        padding-right: 2em
    }
}

@media (min-width: 75em) {
    .index-page .intro {
        padding-left: 0;
        padding-right: 0
    }
}

.index-page .intro .why-text {
    text-align: center;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}

.index-page .intro .why-text .header-border:after {
    left: 50%;
    margin-left: -15px
}

.index-page .intro .why-text .lead-text {
    font-size: 18px;
    margin-bottom: 25px;
    color: #99a9b5
}

.index-page .intro .why-text .lead-text a {
    color: #3c484f
}

.index-page .intro .why-text .lead-text a:hover {
    text-decoration: underline
}

@media (min-width: 48em) {
    .index-page .intro .why-text {
        width: 49.1525423729%;
        float: left;
        margin-right: 1.6949152542%;
        text-align: left
    }

    .index-page .intro .why-text .header-border:after {
        left: 0;
        margin-left: 0
    }
}

.index-page .intro .why-list {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}

@media (min-width: 48em) {
    .index-page .intro .why-list {
        width: 49.1525423729%;
        float: right;
        margin-right: 0
    }
}

.index-page .intro .why-list ul {
    padding: 0;
    margin: 60px 0 0 0;
    list-style: none;
    overflow: auto
}

.index-page .intro .why-list ul li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    color: #7b90a0;
    font-weight: 400;
    margin-bottom: 40px
}

.index-page .intro .why-list ul li p {
    line-height: 1.3;
    max-width: 275px;
    margin: 0 auto
}

.index-page .intro .why-list ul li i {
    display: block;
    clear: both;
    margin: 0 auto 15px;
    color: #28a6de;
    font-size: 56px;
    line-height: 1
}

@media (min-width: 48em) {
    .index-page .intro .why-list ul li {
        width: 31.0344827586%;
        float: left
    }

    .index-page .intro .why-list ul li:nth-child(3n+1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0
    }

    .index-page .intro .why-list ul li:nth-child(3n+2) {
        margin-left: 34.4827586207%;
        margin-right: -100%;
        clear: none
    }

    .index-page .intro .why-list ul li:nth-child(3n+3) {
        margin-left: 68.9655172414%;
        margin-right: -100%;
        clear: none
    }
}

@media (min-width: 48em) {
    .index-page .intro {
        padding-top: 75px;
        padding-bottom: 75px
    }

    .index-page .intro .why-list ul li {
        margin-bottom: 0
    }

    .index-page .intro .why-list ul li p {
        width: 100%
    }
}

.index-page .krypt-video {
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    background-position: center 180px;
    background-repeat: no-repeat
}

@media (min-width: 30em) {
    .index-page .krypt-video {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

@media (min-width: 48em) {
    .index-page .krypt-video {
        padding-left: 2em;
        padding-right: 2em
    }
}

@media (min-width: 75em) {
    .index-page .krypt-video {
        padding-left: 0;
        padding-right: 0
    }
}

.index-page .krypt-video br {
    display: none
}

.index-page .krypt-video h3 {
    font-size: 32px
}

.index-page .krypt-video p {
    color: #99a9b5;
    margin: 0 auto 40px;
    max-width: 800px
}

.index-page .krypt-video .video-wrap {
    background: #fff;
    border-radius: 3px;
    max-width: 660px;
    max-height: 380px;
    width: 100%;
    margin: 40px auto;
    padding: 10px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.2)
}

.index-page .krypt-video .video-wrap .inner {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.index-page .krypt-video .video-wrap .inner iframe, .index-page .krypt-video .video-wrap .inner object, .index-page .krypt-video .video-wrap .inner embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (min-width: 48em) {
    .index-page .krypt-video {
        margin-top: 75px;
        margin-bottom: 75px
    }

    .index-page .krypt-video br {
        display: block
    }
}

.index-page .network-map {
    background-image: -moz-linear-gradient(top, #257eba 0%, #28a6de 100%);
    background-image: -webkit-linear-gradient(top, #257eba 0%, #28a6de 100%);
    background-image: linear-gradient(to bottom, #257eba 0%, #28a6de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#257eba', endColorstr='#28a6de', GradientType=0);
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
    color: #adddf2;
    padding-top: 50px;
    padding-bottom: 50px
}

@media (min-width: 30em) {
    .index-page .network-map {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

@media (min-width: 48em) {
    .index-page .network-map {
        padding-left: 2em;
        padding-right: 2em
    }
}

@media (min-width: 75em) {
    .index-page .network-map {
        padding-left: 0;
        padding-right: 0
    }
}

.index-page .network-map .map {
    opacity: 0.2
}

.index-page .network-map a {
    color: #fff
}

.index-page .network-map a:hover {
    color: #28a6de;
    text-decoration: none
}

.index-page .network-map h3 {
    color: #fff;
    margin-top: 0
}

.index-page .network-map h3:after {
    background-color: rgba(255, 255, 255, 0.3)
}

@media (min-width: 48em) {
    .index-page .network-map {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.index-page .introduce-product {
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width: 30em) {
    .index-page .introduce-product {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

@media (min-width: 48em) {
    .index-page .introduce-product {
        padding-left: 2em;
        padding-right: 2em
    }
}

@media (min-width: 75em) {
    .index-page .introduce-product {
        padding-left: 0;
        padding-right: 0
    }
}

.index-page .introduce-product.fast-deploy {
    background: url(/static/imgs/bg-cloud.png) repeat-x bottom left #d5e6f4
}

.index-page .introduce-product.ion-plan {
    background-color: #2b3f7e
}

.index-page .introduce-product.ion-plan figure img {
    margin-right: 30px
}

.index-page .introduce-product.ion-plan div a {
    margin-top: 0
}

.index-page .introduce-product.ion-plan .btn-ghost_white:hover {
    border-color: #fc3;
    color: #fc3;
    transition: all 0.5s ease;
    background-color: transparent;
    text-decoration: none
}

.index-page .introduce-product .content {
    display: flex;
    justify-content: center;
    z-index: 2;
    position: relative;
    flex-direction: column
}

@media (min-width: 48em) {
    .index-page .introduce-product .content {
        flex-direction: row
    }
}

.index-page .introduce-product .content div {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center
}

@media (min-width: 48em) {
    .index-page .introduce-product .content div {
        flex-direction: column;
        width: 30%
    }
}

.index-page .introduce-product .content div a {
    margin-top: 1em;
    align-self: flex-start
}

.index-page .introduce-product .content div .lead-text {
    margin-top: 0;
    margin-bottom: 0
}

.index-page .introduce-product .content figure {
    display: inline-block
}

.index-page .introduce-product .content figure img {
    max-width: 20em
}

.index-page h3 {
    color: #fff;
    margin-top: 0
}

.index-page h3:after {
    background-color: rgba(255, 255, 255, 0.3)
}

.index-page .dedi-feats, .index-page .cloud-feats {
    margin: 50px auto
}

.index-page .dedi-feats h3, .index-page .cloud-feats h3 {
    color: inherit
}

.index-page .dedi-feats br, .index-page .cloud-feats br {
    display: none
}

.index-page .dedi-feats > h3, .index-page .cloud-feats > h3 {
    margin: 0;
    font-size: 26px
}

.index-page .dedi-feats > .lead-text, .index-page .cloud-feats > .lead-text {
    margin: 15px auto 35px;
    color: #99a9b5
}

.index-page .dedi-feats .facts-list, .index-page .cloud-feats .facts-list {
    margin-bottom: 20px
}

.index-page .dedi-feats .learn-more, .index-page .cloud-feats .learn-more {
    padding: 15px 25px;
    font-size: 18px
}

@media (min-width: 48em) {
    .index-page .dedi-feats, .index-page .cloud-feats {
        margin: 100px auto
    }

    .index-page .dedi-feats br, .index-page .cloud-feats br {
        display: block
    }

    .index-page .dedi-feats > h3, .index-page .cloud-feats > h3 {
        font-size: 36px
    }

    .index-page .dedi-feats > .lead-text, .index-page .cloud-feats > .lead-text {
        margin: 15px auto 75px;
        color: #99a9b5
    }

    .index-page .dedi-feats .facts-list, .index-page .cloud-feats .facts-list {
        margin-bottom: 40px
    }
}

.index-page .cloud-feats {
    padding-top: 45px;
    border-top: 1px solid #dae0e5
}

@media (min-width: 48em) {
    .index-page .cloud-feats {
        padding-top: 75px
    }
}

.index-page .contact-us .content {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    border-top: 1px solid #eee
}

.index-page .contact-us .content h3 {
    margin: 0;
    font-size: 26px
}

.index-page .contact-us .content .lead-text {
    margin-top: 0;
    margin-bottom: 30px
}

@media (min-width: 48em) {
    .index-page .contact-us .content {
        padding-top: 70px;
        padding-bottom: 20px
    }

    .index-page .contact-us .content h3 {
        font-size: 36px
    }
}

.index-page + footer {
    margin-top: 0
}

.dedi-page .servers-table {
    margin: 65px 0 0
}

.dedi-page #dedi-content {
    padding-top: 60px;
    margin: 0 auto
}

.dedi-page .content {
    padding-top: 0 !important
}

.dedi-page .icon-cloud-download {
    color: #99a9b5
}

.dedi-page .page-banner {
    position: relative;
    z-index: 0
}

.dedi-page .page-banner h2 {
    margin: 10px 0 0
}

.dedi-page .page-banner .lead-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.7)
}

.dedi-page .page-banner svg {
    height: 120px;
    margin: 0 auto;
    display: block
}

.dedi-page .page-banner.deploy {
    background-color: #f26c4f !important
}

.dedi-page .sort-servers {
    background: #f8f9fa;
    border-bottom: 1px solid #ddd;
    z-index: 6;
    position: absolute;
    width: 100%
}

.dedi-page .sort-servers .inner {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto
}

.dedi-page .sort-servers .inner:after {
    content: " ";
    display: block;
    clear: both
}

.dedi-page .sort-servers .inner > ul {
    height: 50px;
    width: 100%;
    table-layout: fixed;
    padding: 0;
    margin: 0 auto
}

.dedi-page .sort-servers .inner > ul > li {
    list-style: none;
    display: table-cell;
    text-align: center;
    border-left: 1px solid #ddd;
    vertical-align: middle
}

.dedi-page .sort-servers .inner > ul > li:first-child {
    border: none
}

.dedi-page .sort-servers .inner > ul > li:last-child {
    text-align: left
}

@media (min-width: 48em) {
    .dedi-page .sort-servers .inner {
        max-width: 75em;
        margin-left: auto;
        margin-right: auto
    }

    .dedi-page .sort-servers .inner:after {
        content: " ";
        display: block;
        clear: both
    }

    .dedi-page .sort-servers .inner > ul {
        width: 100%;
        display: table;
        table-layout: fixed;
        padding: 0;
        margin: 0 auto
    }

    .dedi-page .sort-servers .inner > ul > li {
        list-style: none;
        display: table-cell;
        text-align: center;
        border-left: 1px solid #ddd;
        vertical-align: middle
    }

    .dedi-page .sort-servers .inner > ul > li:first-child {
        border: none
    }

    .dedi-page .sort-servers .inner > ul > li:last-child {
        text-align: left
    }
}

.dedi-page .sort-servers .icon-search {
    fill: #4d4c4c;
    width: 19px;
    height: 18px;
    margin: 0 15px 0 25px;
    top: -2px;
    position: relative;
    vertical-align: middle
}

.dedi-page .sort-servers .sort-btn {
    border: none;
    background: 0;
    width: 100%;
    display: none;
    padding: 20px 0;
    font-size: 15px;
    text-transform: uppercase;
    color: #3c484f;
    transition: box-shadow 0.1s ease-out, color 0.15s ease-out
}

@media (min-width: 48em) {
    .dedi-page .sort-servers .sort-btn {
        border: none;
        background: 0;
        width: 100%;
        display: block;
        padding: 20px 0;
        font-size: 15px;
        text-transform: uppercase;
        color: #3c484f;
        transition: box-shadow 0.1s ease-out, color 0.15s ease-out
    }
}

.dedi-page .sort-servers .sort-btn:hover {
    box-shadow: inset 0px -3px 0px 0px #555
}

.dedi-page .sort-servers .sort-btn.active {
    color: #111;
    font-weight: bold;
    box-shadow: inset 0px -3px 0px 0px #f26c4f
}

.dedi-page .sort-servers #server-search {
    font: normal 100%/1.25 "Roboto", Arial, sans-serif;
    color: #333;
    background: none;
    border: none;
    padding: 0;
    height: auto;
    width: 120px;
    margin: 0;
    box-shadow: none
}

.dedi-page .sort-servers #server-search::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

.dedi-page .sort-servers #server-search::-moz-placeholder {
    color: #666;
    opacity: 1
}

.dedi-page .sort-servers #server-search:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

.dedi-page .sort-servers #server-search:-moz-placeholder {
    color: #666;
    opacity: 1
}

@media (min-width: 48em) {
    .dedi-page .sort-servers #server-search {
        width: 100%;
        max-width: 75px
    }
}

.dedi-page .sort-servers #filters {
    position: relative;
    width: 75px;
    height: 50px
}

@media (min-width: 48em) {
    .dedi-page .sort-servers #filters {
        position: relative;
        width: 75px
    }
}

.dedi-page .sort-servers #filters button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    margin: 0;
    border: 0;
    background: none;
    padding: 0
}

.dedi-page .sort-servers #filters svg {
    fill: #4d4c4c;
    width: 22px;
    height: 22px;
    position: relative;
    vertical-align: middle
}

.dedi-page .sort-servers #filters .dropdown-menu {
    padding: 30px;
    margin: 0;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 0;
    margin-left: -1px
}

.dedi-page .sort-servers #filters .dropdown-menu li {
    clear: both;
    display: block;
    float: left;
    white-space: nowrap;
    margin-bottom: 10px
}

.dedi-page .sort-servers #filters .dropdown-menu li.showmobile {
    display: block
}

@media (min-width: 48em) {
    .dedi-page .sort-servers #filters .dropdown-menu li.showmobile {
        display: none
    }
}

.dedi-page .sort-servers #filters .dropdown-menu li:last-child {
    margin-bottom: 0
}

.dedi-page .sort-servers #filters .dropdown-menu .title {
    font-size: 15px;
    color: #bbb;
    padding-bottom: 10px;
    margin: 0
}

.dedi-page .sort-servers #filters .dropdown-menu .title.showmobile {
    display: block
}

@media (min-width: 48em) {
    .dedi-page .sort-servers #filters .dropdown-menu .title.showmobile {
        display: none
    }
}

.dedi-page .sort-servers.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

.dedi-page #features {
    margin-top: 50px;
    padding-top: 50px
}

.dedi-page #features .title {
    margin: 0 0 50px;
    font-size: 30px
}

.dedi-page #features .lead-text {
    margin: 0 auto 75px
}

.dedi-page #features .facts-list {
    margin: 0
}

@media (min-width: 48em) {
    .dedi-page .dataTables_empty {
        padding: 50px;
        font-size: 21px;
        border-bottom: 1px solid #eee
    }
}

.dedi-page .dataTables_filter {
    display: none
}

.dedi-page .deploy-list {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column
}

@media (min-width: 48em) {
    .dedi-page .deploy-list {
        flex-direction: row
    }
}

.dedi-page .deploy-list div {
    background-color: #28a6de;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    margin-bottom: 1em;
    padding-top: 1em
}

@media (min-width: 48em) {
    .dedi-page .deploy-list div {
        width: 20%;
        margin: 0 1em;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

.dedi-page .deploy-list div i {
    display: block;
    margin: 0 auto;
    font-size: 55px;
    color: #ffffff
}

.dedi-page .deploy-list div figure {
    margin-bottom: 0
}

.dedi-page .deploy-list div h6 {
    color: #ffffff;
    margin: .5em 0
}

.dedi-page .deploy-list div p {
    background-color: #ffffff;
    border-radius: 0 0 3px 3px;
    margin: 0;
    padding: 3px 0;
    border: 1px solid #28a6de;
    color: #28a6de
}

.dedi-page .faq-list {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column
}

@media (min-width: 48em) {
    .dedi-page .faq-list {
        flex-direction: row
    }
}

.dedi-page .faq-list div {
    text-align: left;
    margin-bottom: 1em;
    padding-top: 1em
}

@media (min-width: 48em) {
    .dedi-page .faq-list div {
        width: 25%;
        margin: 0 1em
    }
}

.bw-btn {
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    color: #aaa;
    background: #f8f8f8;
    border: 1px dashed #ddd;
    border-radius: 3px;
    padding: 5px 3px;
    line-height: 0.75;
    margin-left: 5px
}

.bw-btn.selected {
    background: #f9f4e9;
    border: 1px solid #efdfbf;
    color: #e0c184
}

.why-dedi .lead-text.smush {
    max-width: 900px
}

.why-dedi .why-fretures {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em
}

.why-dedi .why-fretures:after {
    content: " ";
    display: block;
    clear: both
}

@media (min-width: 30em) {
    .why-dedi .why-fretures {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

@media (min-width: 48em) {
    .why-dedi .why-fretures {
        padding-left: 2em;
        padding-right: 2em
    }
}

@media (min-width: 75em) {
    .why-dedi .why-fretures {
        padding-left: 0;
        padding-right: 0
    }
}

.why-dedi .why-fretures ul {
    max-width: 48em;
    padding: 0;
    margin: 0 auto;
    list-style: none
}

.why-dedi .why-fretures ul li {
    font-size: 14px;
    margin-bottom: 2.75em;
    display: block
}

.why-dedi .why-fretures ul li p {
    line-height: 22px
}

.why-dedi .why-fretures h5 {
    font-size: 21px;
    margin: 0 0 0.5em;
    font-weight: 400
}

.servers-table .label {
    text-transform: uppercase
}

.servers-table td {
    position: relative;
    overflow: hidden
}

.servers-table td:first-child {
    font-size: 18px;
    width: 100%
}

.servers-table td:last-child {
    border: none;
    text-align: center;
    padding-bottom: 40px
}

.servers-table td:last-child a {
    display: block;
    margin: 0 auto
}

@media (min-width: 48em) {
    .servers-table.deploy td:nth-child(2) {
        width: 15%
    }

    .servers-table.deploy td:last-child {
        width: 10%
    }
}

@media (min-width: 48em) {
    .servers-table td:first-child {
        font-size: 16px;
        width: 30%
    }

    .servers-table td:nth-child(2) {
        width: 10%
    }

    .servers-table td:last-child {
        border-top: 1px solid #eee;
        padding: 0
    }

    .servers-table td:last-child a {
        display: inline-block;
        margin: 0 auto
    }
}

.servers-table .sold-out {
    text-transform: uppercase;
    font-weight: bold;
    color: #ccc;
    font-size: 14px
}

.r2o-page .servers-table, .outlet-page .servers-table {
    margin: 50px 0
}

@media (min-width: 48em) {
    .r2o-page .servers-table td:first-child {
        font-size: 16px;
        width: 30%
    }

    .r2o-page .servers-table td:nth-child(2) {
        width: 10%
    }
}

.hundredtb .page-banner {
    background: url(/static/imgs/hundredtb_background02.svg) top left repeat #000 !important;
    background-size: cover !important
}

.hundredtb .page-banner .title, .hundredtb .page-banner .lead-text {
    background-color: rgba(0, 0, 0, 0.8) !important;
    padding: 5px !important;
    color: rgba(255, 255, 255, 0.8) !important
}

.hundredtb .page-banner .top-icon {
    fill: #f69126 !important;
    background-color: rgba(0, 0, 0, 0.8) !important
}

@media (min-width: 48em) {
    .hundredtb .facts-list li {
        width: 21.0526315789%;
        float: left;
        margin-bottom: 30px
    }

    .hundredtb .facts-list li:nth-child(4n+1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0
    }

    .hundredtb .facts-list li:nth-child(4n+2) {
        margin-left: 26.3157894737%;
        margin-right: -100%;
        clear: none
    }

    .hundredtb .facts-list li:nth-child(4n+3) {
        margin-left: 52.6315789474%;
        margin-right: -100%;
        clear: none
    }

    .hundredtb .facts-list li:nth-child(4n+4) {
        margin-left: 78.9473684211%;
        margin-right: -100%;
        clear: none
    }
}

.cloud-page .page-banner {
    padding-bottom: 0
}

.cloud-page .page-banner h2 {
    margin: 0;
    line-height: 1
}

.cloud-page .page-banner .lead-text {
    margin: 0 auto 40px;
    color: #fff;
    opacity: 0.7;
    font-size: 24px
}

.cloud-page .page-banner .top-icon {
    display: block;
    margin: 0 auto 25px;
    height: 100px;
    fill: #fff
}

.cloud-page .switch {
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px
}

.cloud-page .cloud-pricing #hourly, .cloud-page .cloud-pricing #monthly {
    opacity: 0.5
}

.cloud-page .cloud-pricing #hourly.active, .cloud-page .cloud-pricing #monthly.active {
    opacity: 1
}

.cloud-page .package-titles {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px 3px 0 0
}

.cloud-page .package-titles li {
    display: block;
    float: left;
    width: 25%;
    padding: 25px 0;
    margin: 0;
    cursor: pointer
}

.cloud-page .package-titles li:hover:not(.active) {
    text-decoration: underline;
    background-color: rgba(255, 255, 255, 0.1)
}

.cloud-page .package-titles li.active {
    background: #fff;
    color: #3c484f;
    border-radius: 3px 3px 0 0;
    cursor: inherit
}

.cloud-page .package-details {
    overflow: hidden;
    border-top: 0;
    padding: 0 0 40px;
    border-radius: 0 0 6px 6px
}

.cloud-page .package-details .servers-table {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: none;
    clear: both;
    table-layout: fixed
}

.cloud-page .package-details .servers-table .icon-cloud-download {
    color: #5ecd95
}

.cloud-page .package-details .servers-table .free-backup_label {
    margin-right: -20px
}

.cloud-page .package-details .servers-table.active {
    display: table
}

.cloud-page .package-details .servers-table tbody td:first-child {
    font-weight: 500;
    font-size: 18px;
    color: #3c484f;
    text-transform: uppercase;
    border-top: none;
    padding-left: 0%;
    border-radius: 6px;
    background: #f8f9fa;
    border: none;
    margin: 10px auto 0
}

.cloud-page .package-details .servers-table tbody td:first-child + td {
    border: none
}

@media (min-width: 48em) {
    .cloud-page .package-details .servers-table tbody td:first-child {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 18px;
        color: #3c484f;
        background: #fff
    }

    .cloud-page .package-details .servers-table tbody td:first-child + td {
        border-top: 1px solid #eee
    }
}

.cloud-page .package-details .servers-table tbody td:last-child {
    color: #3c484f;
    border-top: none;
    padding-left: 0%;
    display: block;
    border-top: 1px solid #eee
}

@media (min-width: 48em) {
    .cloud-page .package-details .servers-table tbody td:last-child {
        display: table-cell
    }
}

.cloud-page .package-details .servers-table tbody td.footnote {
    border-top: none;
    text-align: left;
    padding-top: 45px
}

.cloud-page .package-details .servers-table tbody td.footnote ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.cloud-page .package-details .servers-table tbody td.footnote ul li {
    font-size: 14px;
    color: #99a9b5
}

@media only screen and (max-width: 767px) {
    .cloud-page .package-details .servers-table table, .cloud-page .package-details .servers-table thead, .cloud-page .package-details .servers-table tbody, .cloud-page .package-details .servers-table th, .cloud-page .package-details .servers-table td, .cloud-page .package-details .servers-table tr {
        display: block
    }

    .cloud-page .package-details .servers-table table.hide, .cloud-page .package-details .servers-table thead.hide, .cloud-page .package-details .servers-table tbody.hide, .cloud-page .package-details .servers-table th.hide, .cloud-page .package-details .servers-table td.hide, .cloud-page .package-details .servers-table tr.hide {
        display: none
    }

    .cloud-page .package-details .servers-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .cloud-page .package-details .servers-table tr {
        width: 90%;
        margin: 0 auto
    }
}

@media only screen and (max-width: 767px) and (min-width: 60em) {
    .cloud-page .package-details .servers-table tr {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .cloud-page .package-details .servers-table td {
        border-top: 1px solid #eee;
        position: relative;
        padding-left: 50%
    }

    .cloud-page .package-details .servers-table td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        margin: 10px 0 0 0;
        font-weight: 500
    }

    .cloud-page .package-details .servers-table td:nth-of-type(2):before {
        content: "VCPU"
    }

    .cloud-page .package-details .servers-table td:nth-of-type(3):before {
        content: "RAM"
    }

    .cloud-page .package-details .servers-table td:nth-of-type(4):before {
        content: "STORAGE"
    }

    .cloud-page .package-details .servers-table td:nth-of-type(5):before {
        content: "BANDWIDTH"
    }

    .cloud-page .package-details .servers-table td:nth-of-type(6):before {
        content: "PRICE"
    }
}

.cloud-page .region-select {
    text-transform: uppercase;
    font-size: 14px;
    color: #99a9b5;
    overflow: hidden;
    margin: 25px;
    padding: 15px
}

.cloud-page .region-select > span {
    display: block;
    text-align: center
}

@media (min-width: 30em) {
    .cloud-page .region-select > span {
        float: left;
        margin: 13px 0 0 0
    }
}

.cloud-page .region-select .select-primary {
    margin: 10px auto;
    display: table
}

@media (min-width: 30em) {
    .cloud-page .region-select .select-primary {
        margin: 0;
        float: right
    }
}

.cloud-page .region-select .select-primary select {
    font: normal 16px "Roboto", Arial, sans-serif;
    text-transform: none;
    color: #3c484f;
    min-width: 150px
}

.cloud-page .servers-table .footnote td {
    border: none;
    font-size: 13px;
    color: #99a9b5;
    text-transform: none
}

.cloud-page .why-cloud {
    padding-top: 50px
}

.cloud-page .why-cloud h3 {
    margin-bottom: 65px
}

.cloud-page .callout {
    margin-bottom: 0
}

.cloud-page #compare-table .content {
    max-width: 800px;
    margin-bottom: 50px
}

.cloud-page #compare-table .servers-table tr td:first-child {
    text-align: left
}

.cloud-page #compare-table .checkmark {
    width: 20px;
    height: 20px;
    fill: #3fc380
}

.cloud-page #features h3 {
    font-size: 32px
}

.cloud-page #features h3:after {
    background-color: #28a6de
}

.cloud-page #features i {
    color: #28a6de
}

.cloud-page + footer {
    margin-top: 0
}

.hybrid-page .lead-text.smush {
    max-width: 900px;
    font-size: 18px;
    line-height: 30px
}

.hybrid-page .hybrid-features {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em
}

.hybrid-page .hybrid-features:after {
    content: " ";
    display: block;
    clear: both
}

@media (min-width: 30em) {
    .hybrid-page .hybrid-features {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

@media (min-width: 48em) {
    .hybrid-page .hybrid-features {
        padding-left: 2em;
        padding-right: 2em
    }
}

@media (min-width: 75em) {
    .hybrid-page .hybrid-features {
        padding-left: 0;
        padding-right: 0
    }
}

.hybrid-page .hybrid-features ul {
    max-width: 48em;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center
}

.hybrid-page .hybrid-features ul li {
    margin: 225px 0 50px 0;
    display: inline-block;
    position: relative;
    max-width: 500px
}

.hybrid-page .hybrid-features ul li svg {
    width: 250px;
    height: 200px;
    position: absolute;
    top: -225px;
    left: 50%;
    margin-left: -112px
}

.hybrid-page .hybrid-features ul li h4 {
    font-size: 21px;
    margin: 0 0 0.5em;
    font-weight: 400
}

.hybrid-page .hybrid-features ul li p {
    line-height: 28px;
    font-size: 16px;
    color: #888
}

.hybrid-page .vconnect {
    padding: 30px 0 60px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.hybrid-page .hybrid-vconnect {
    margin: 65px auto;
    max-width: 100%;
    display: block
}

.hybrid-page .callout {
    padding-bottom: 25px
}

.hybrid-page .callout .btn-block_blue {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 14px
}

@media (min-width: 48em) {
    .hybrid-page .lead-text.smush {
        max-width: 900px;
        font-size: 21px;
        line-height: 32px;
        margin-bottom: 100px
    }

    .hybrid-page .hybrid-features ul li {
        text-align: left;
        margin: 0 0 100px 300px
    }

    .hybrid-page .hybrid-features ul li svg {
        top: 0;
        margin: 0;
        left: -300px
    }

    .hybrid-page .hybrid-features ul li.right-side {
        margin: 0 300px 100px 0
    }

    .hybrid-page .hybrid-features ul li.right-side svg {
        left: auto;
        right: -300px
    }
}

.clouddemo-page .page-banner:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    background: #28a6de;
    background: -moz-linear-gradient(-45deg, #1a66ac 15%, #28a6de 100%);
    background: -webkit-linear-gradient(-45deg, #1a66ac 15%, #28a6de 100%);
    background: linear-gradient(135deg, #1a66ac 0%, #28a6de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$navy', endColorstr='$blue', GradientType=1)
}

.clouddemo-page .page-banner h2 {
    text-align: center;
    margin-bottom: 0;
    line-height: 1
}

.clouddemo-page .page-banner h3 {
    margin: 0 0 20px;
    font-size: 22px
}

.clouddemo-page .page-banner h3 a {
    color: #88d37d;
    text-decoration: none
}

.clouddemo-page .page-banner h3 a:hover {
    color: #CCC
}

.clouddemo-page .page-banner .subtitle {
    text-align: center;
    margin: 0 0 40px
}

.clouddemo-page .clouddemo-form {
    background: #fff;
    border-radius: 8px;
    max-width: 700px;
    margin: 50px auto 100px;
    padding: 3em 1.5em;
    text-align: left;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px
}

@media (min-width: 48em) {
    .clouddemo-page .clouddemo-form {
        padding: 3em 4em
    }
}

.clouddemo-page .clouddemo-form p.error {
    color: #e74c3c
}

.clouddemo-page .clouddemo-form h3 {
    font: bold 30px/1 Helvetica, Helvetica Neue, arial, sans-serif;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 30px;
    padding: 0 0 15px;
    color: #45494c
}

.clouddemo-page .clouddemo-form .success-msg {
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
    padding: 30px
}

.clouddemo-page .clouddemo-form .success-msg h3 {
    font: bold 30px/1 Helvetica, Helvetica Neue, arial, sans-serif;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 30px;
    padding: 0 0 15px;
    color: #45494c
}

.clouddemo-page .clouddemo-form .success-msg p {
    margin: 0;
    color: #000
}

.clouddemo-page .clouddemo-form .success-msg .success-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 15px;
    border: 3px solid #3fc380;
    border-radius: 500px
}

.clouddemo-page .clouddemo-form .success-msg .success-icon svg {
    position: relative;
    top: 6px;
    width: 28px;
    height: 28px;
    fill: #3fc380
}

.clouddemo-page .clouddemo-form i {
    float: left;
    margin-right: 15px;
    padding: 4px 14px 4px 0;
    border-right: 1px solid #fff;
    color: #fff;
    opacity: 0.25
}

.clouddemo-page .clouddemo-form input[type="text"], .clouddemo-page .clouddemo-form input[type="password"], .clouddemo-page .clouddemo-form input[type="tel"] {
    border: 1px solid #ddd;
    border-top-color: #ccc;
    background-color: #fff;
    border-radius: 4px;
    padding: 12px 10px;
    font-size: 16px;
    color: #000;
    transition: all 300ms ease
}

.clouddemo-page .clouddemo-form input[type="text"].error, .clouddemo-page .clouddemo-form input[type="password"].error, .clouddemo-page .clouddemo-form input[type="tel"].error {
    border-bottom: 1px solid #e74c3c
}

.clouddemo-page .clouddemo-form textarea {
    border: 1px solid #b7c2ca;
    border-radius: 2px;
    padding: 12px 8px;
    font-size: 16px;
    color: #45494c;
    min-height: 100px;
    width: 100%
}

.clouddemo-page .clouddemo-form .message {
    position: relative;
    clear: left
}

.clouddemo-page .clouddemo-form .select-box {
    background: #fafafa;
    border-radius: 4px;
    border-bottom: 2px solid #d8d8d8;
    display: inline-block;
    color: #000;
    position: relative;
    display: block;
    height: 45px
}

.clouddemo-page .clouddemo-form .select-box:hover {
    background: #f2f2f2;
    border-color: #d0d0d0
}

.clouddemo-page .clouddemo-form .select-box:hover:after {
    color: #000
}

.clouddemo-page .clouddemo-form .select-box:after {
    content: "\2572\2571";
    font-size: 8px;
    letter-spacing: -1px;
    position: absolute;
    right: 15px;
    top: 16px;
    color: #aaa;
    display: none \0
}

.clouddemo-page .clouddemo-form .select-box select {
    cursor: pointer;
    position: relative;
    border: 0;
    width: 100%;
    background: transparent;
    padding: 12px 38px 12px 10px;
    padding-right: 10px \0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 1;
    text-overflow: ellipsis;
    color: #333
}

.clouddemo-page .clouddemo-form .chechbox1 {
    float: left;
    clear: both
}

.clouddemo-page .clouddemo-form button {
    width: 100%
}

.clouddemo-page .clouddemo-form label {
    font-size: 15px;
    padding: 0 0 5px;
    color: #999
}

.clouddemo-page .clouddemo-form label span {
    display: block;
    overflow: hidden
}

.clouddemo-page .clouddemo-form label[for="name"] {
    margin-top: 0
}

.clouddemo-page .clouddemo-form label.error {
    border: 1px solid #e74c3c
}

.clouddemo-page .clouddemo-form .captcha {
    width: 100%
}

.clouddemo-page .clouddemo-form .captcha-question {
    float: left;
    margin: 25px 8px 0 0
}

.clouddemo-page .clouddemo-form .captcha-label {
    width: 100%;
    padding: 5px;
    float: left;
    clear: none
}

.clouddemo-page .clouddemo-form .captcha-label input {
    text-align: center
}

.clouddemo-page .clouddemo-form .loading {
    opacity: 0.75;
    pointer-events: none;
    color: #65caf6
}

.clouddemo-page .clouddemo-form .loading svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px
}

.clouddemo-page .clouddemo-form .loading-spin {
    fill: #fff
}

.clouddemo-page .clouddemo-form #submit-msg {
    position: relative;
    margin-top: 10px
}

.clouddemo-page .clouddemo-form .alert.alert-error {
    background: rgba(231, 76, 60, 0.7);
    border: 1px solid #e74c3c;
    padding: 5px 8px;
    margin: 0 0 10px 0
}

.office365 svg {
    width: 16px;
    height: 16px;
    fill: #3fc380
}

.office365 .why-office {
    background: #f8f9fa;
    padding: 75px 0
}

.office365 .why-office .header-border {
    margin-top: 0
}

.office365 .about-office {
    padding-top: 75px
}

.office365 .media:nth-of-type(1) {
    padding-top: 50px
}

.office365 .office-table {
    font-size: 14px
}

.office365 .office-table .pricing {
    padding: 60px 0 35px;
    font-size: 42px;
    color: #3c484f;
    text-align: center
}

.office365 .office-table .pricing span {
    margin: 0;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #99a9b5;
    font-weight: 500
}

.office365 .office-table .pricing:before {
    font-size: 24px;
    top: 15px;
    right: 0;
    left: 0;
    transform: translateY(0);
    text-align: center
}

@media (min-width: 48em) {
    .office365 .office-table {
        font-size: 16px
    }

    .office365 .office-table .pricing {
        padding: 35px 0
    }

    .office365 svg {
        width: 32px;
        height: 32px
    }
}

.wordpress-page h3, .hundredtb h3 {
    font-size: 38px;
    font-weight: 300
}

.wordpress-page .lead-text, .hundredtb .lead-text {
    color: #888
}

.wordpress-page .page-banner, .hundredtb .page-banner {
    padding: 25px 0;
    background: #efefef url(/static/imgs/wordpress-background.jpg) top left repeat;
    overflow: hidden
}

.wordpress-page .page-banner .top-icon, .hundredtb .page-banner .top-icon {
    fill: #28a6de;
    margin: 0 auto 20px;
    display: block;
    background-color: #f8f9fa;
    width: 100px;
    height: 100px;
    padding: 5px
}

.wordpress-page .page-banner .title, .hundredtb .page-banner .title {
    color: #3c484f;
    font-weight: 500;
    font-size: 28px;
    display: inline-block;
    background-color: #f8f9fa
}

.wordpress-page .page-banner .lead-text, .hundredtb .page-banner .lead-text {
    color: #3c484f;
    margin: 20px auto 0;
    line-height: 1.5;
    background-color: #f8f9fa
}

.wordpress-page .page-banner .lead-text > .btn, .hundredtb .page-banner .lead-text > .btn {
    font-weight: 500;
    padding: 15px 30px;
    margin-top: 20px
}

.wordpress-page .page-banner #wordpress-page-icon, .hundredtb .page-banner #wordpress-page-icon {
    width: 585px;
    height: 323px;
    margin: 45px 0 -175px 0
}

@media (min-width: 48em) {
    .wordpress-page .page-banner, .hundredtb .page-banner {
        padding: 50px 0
    }

    .wordpress-page .page-banner .top-icon, .hundredtb .page-banner .top-icon {
        width: 125px;
        height: 125px
    }

    .wordpress-page .page-banner .title, .hundredtb .page-banner .title {
        font-size: 38px
    }
}

.wordpress-page .wp-facts, .hundredtb .wp-facts {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 25px;
    padding-bottom: 50px
}

.wordpress-page .wp-facts:after, .hundredtb .wp-facts:after {
    content: " ";
    display: block;
    clear: both
}

@media (min-width: 30em) {
    .wordpress-page .wp-facts, .hundredtb .wp-facts {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

@media (min-width: 48em) {
    .wordpress-page .wp-facts, .hundredtb .wp-facts {
        padding-left: 2em;
        padding-right: 2em
    }
}

@media (min-width: 75em) {
    .wordpress-page .wp-facts, .hundredtb .wp-facts {
        padding-left: 0;
        padding-right: 0
    }
}

.wordpress-page .wp-facts .wp-fact-col, .hundredtb .wp-facts .wp-fact-col {
    text-align: center;
    color: #888;
    margin-bottom: 35px
}

.wordpress-page .wp-facts .wp-fact-col > p, .hundredtb .wp-facts .wp-fact-col > p {
    padding: 0 50px;
    margin: 0
}

.wordpress-page .wp-facts svg, .hundredtb .wp-facts svg {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    display: block
}

@media (min-width: 48em) {
    .wordpress-page .wp-facts, .hundredtb .wp-facts {
        padding-top: 75px;
        padding-bottom: 100px
    }

    .wordpress-page .wp-facts svg, .hundredtb .wp-facts svg {
        margin: 0 auto 25px
    }

    .wordpress-page .wp-facts .wp-fact-col, .hundredtb .wp-facts .wp-fact-col {
        width: 21.0526315789%;
        float: left;
        margin-right: 5.2631578947%
    }

    .wordpress-page .wp-facts .wp-fact-col:last-child, .hundredtb .wp-facts .wp-fact-col:last-child {
        width: 21.0526315789%;
        float: right;
        margin-right: 0
    }

    .wordpress-page .wp-facts .wp-fact-col > p, .hundredtb .wp-facts .wp-fact-col > p {
        padding: 0;
        margin: 0
    }
}

.wordpress-page .wp-features, .hundredtb .wp-features {
    border-bottom: 1px solid #eee;
    padding: 75px
}

.wordpress-page .wp-features > p, .hundredtb .wp-features > p {
    color: #888
}

.wordpress-page .wp-features .facts-list, .hundredtb .wp-features .facts-list {
    margin: 70px 0 0
}

.wordpress-page .wp-comm, .hundredtb .wp-comm {
    padding: 60px 0;
    background-color: #f8f9fa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.wordpress-page .wp-comm .header-border, .hundredtb .wp-comm .header-border {
    margin-bottom: 75px
}

.wordpress-page .wp-comm .media, .hundredtb .wp-comm .media {
    padding: 0;
    max-width: 800px;
    margin: 0 0 25px
}

.wordpress-page .wp-comm .media .media-block, .hundredtb .wp-comm .media .media-block {
    padding: 0 0 0
}

@media (min-width: 48em) {
    .wordpress-page .wp-comm .media, .hundredtb .wp-comm .media {
        margin: 0 auto;
        padding: 25px 0
    }

    .wordpress-page .wp-comm .media-block, .hundredtb .wp-comm .media-block {
        padding: 50px 0
    }

    .wordpress-page .wp-comm .media-block h4, .hundredtb .wp-comm .media-block h4 {
        margin-top: 0
    }
}

.wordpress-page #wp-pricing, .hundredtb #wp-pricing {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 25px;
    padding-bottom: 50px
}

@media (min-width: 30em) {
    .wordpress-page #wp-pricing, .hundredtb #wp-pricing {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

@media (min-width: 48em) {
    .wordpress-page #wp-pricing, .hundredtb #wp-pricing {
        padding-left: 2em;
        padding-right: 2em
    }
}

@media (min-width: 75em) {
    .wordpress-page #wp-pricing, .hundredtb #wp-pricing {
        padding-left: 0;
        padding-right: 0
    }
}

.wordpress-page #wp-pricing .wp-pkg-wrap, .hundredtb #wp-pricing .wp-pkg-wrap {
    max-width: 1045px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.wordpress-page #wp-pricing .wp-pkg-wrap .wp-pkg, .hundredtb #wp-pricing .wp-pkg-wrap .wp-pkg {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 8px;
    margin: 0 0 25px
}

.wordpress-page #wp-pricing .wp-pkg-wrap .wp-pkg .ribbon, .hundredtb #wp-pricing .wp-pkg-wrap .wp-pkg .ribbon {
    top: 0
}

.wordpress-page #wp-pricing .wp-pkg-wrap .wp-pkg .inner, .hundredtb #wp-pricing .wp-pkg-wrap .wp-pkg .inner {
    position: relative;
    padding: 2.5rem 1rem 2rem
}

.wordpress-page #wp-pricing .wp-pkg-wrap .wp-pkg .wp-pkg-title, .hundredtb #wp-pricing .wp-pkg-wrap .wp-pkg .wp-pkg-title {
    font-size: 18px;
    font-weight: normal;
    color: #3c484f
}

.wordpress-page #wp-pricing .wp-pkg-wrap .wp-pkg .wp-price, .hundredtb #wp-pricing .wp-pkg-wrap .wp-pkg .wp-price {
    font-size: 54px;
    font-weight: 300;
    margin: 25px 0 15px;
    color: #28a6de;
    line-height: 1
}

.wordpress-page #wp-pricing .wp-pkg-wrap .wp-pkg .wp-price sup, .hundredtb #wp-pricing .wp-pkg-wrap .wp-pkg .wp-price sup {
    position: relative;
    font-size: 50%;
    font-weight: normal;
    vertical-align: middle
}

.wordpress-page #wp-pricing .wp-pkg-wrap .wp-pkg .wp-per-month, .hundredtb #wp-pricing .wp-pkg-wrap .wp-pkg .wp-per-month {
    color: #aaa
}

.wordpress-page #wp-pricing .wp-pkg-wrap .wp-pkg .wp-details-list, .hundredtb #wp-pricing .wp-pkg-wrap .wp-pkg .wp-details-list {
    padding: 0;
    margin: 35px 0;
    list-style: none
}

.wordpress-page #wp-pricing .wp-pkg-wrap .wp-pkg .wp-details-list li, .hundredtb #wp-pricing .wp-pkg-wrap .wp-pkg .wp-details-list li {
    display: block;
    color: #666
}

.wordpress-page #wp-pricing .wp-pkg-wrap .wp-pkg .wp-details-list li strong, .hundredtb #wp-pricing .wp-pkg-wrap .wp-pkg .wp-details-list li strong {
    color: #555
}

.wordpress-page #wp-pricing .wp-pkg-wrap .wp-pkg .wp-cf-logo, .hundredtb #wp-pricing .wp-pkg-wrap .wp-pkg .wp-cf-logo {
    font-size: 11px;
    font-weight: bold;
    color: #aaa;
    text-transform: uppercase;
    margin: 0 0 25px
}

.wordpress-page #wp-pricing .wp-pkg-wrap .wp-pkg .wp-cf-logo span, .hundredtb #wp-pricing .wp-pkg-wrap .wp-pkg .wp-cf-logo span {
    display: block
}

.wordpress-page #wp-pricing .wp-pkg-wrap .wp-pkg .wp-cf-logo svg, .hundredtb #wp-pricing .wp-pkg-wrap .wp-pkg .wp-cf-logo svg {
    width: 100px;
    height: 34px
}

.wordpress-page #wp-pricing .wp-pkg-wrap .wp-pkg .btn-block_blue, .hundredtb #wp-pricing .wp-pkg-wrap .wp-pkg .btn-block_blue {
    font-weight: 500;
    padding: 12px 35px
}

@media (min-width: 48em) {
    .wordpress-page #wp-pricing .wp-pkg-wrap .wp-pkg, .hundredtb #wp-pricing .wp-pkg-wrap .wp-pkg {
        width: 23.7288135593%;
        float: left
    }

    .wordpress-page #wp-pricing .wp-pkg-wrap .wp-pkg:nth-child(4n+1), .hundredtb #wp-pricing .wp-pkg-wrap .wp-pkg:nth-child(4n+1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0
    }

    .wordpress-page #wp-pricing .wp-pkg-wrap .wp-pkg:nth-child(4n+2), .hundredtb #wp-pricing .wp-pkg-wrap .wp-pkg:nth-child(4n+2) {
        margin-left: 25.4237288136%;
        margin-right: -100%;
        clear: none
    }

    .wordpress-page #wp-pricing .wp-pkg-wrap .wp-pkg:nth-child(4n+3), .hundredtb #wp-pricing .wp-pkg-wrap .wp-pkg:nth-child(4n+3) {
        margin-left: 50.8474576271%;
        margin-right: -100%;
        clear: none
    }

    .wordpress-page #wp-pricing .wp-pkg-wrap .wp-pkg:nth-child(4n+4), .hundredtb #wp-pricing .wp-pkg-wrap .wp-pkg:nth-child(4n+4) {
        margin-left: 76.2711864407%;
        margin-right: -100%;
        clear: none
    }

    .wordpress-page #wp-pricing .wp-pkg-wrap .wp-pkg:nth-of-type(1), .wordpress-page #wp-pricing .wp-pkg-wrap .wp-pkg:nth-of-type(3), .hundredtb #wp-pricing .wp-pkg-wrap .wp-pkg:nth-of-type(1), .hundredtb #wp-pricing .wp-pkg-wrap .wp-pkg:nth-of-type(3) {
        margin-top: -40px;
        padding-top: 30px;
        padding-bottom: 10px
    }

    .wordpress-page #wp-pricing .wp-pkg-wrap .wp-pkg:nth-of-type(1) .wp-price, .wordpress-page #wp-pricing .wp-pkg-wrap .wp-pkg:nth-of-type(3) .wp-price, .hundredtb #wp-pricing .wp-pkg-wrap .wp-pkg:nth-of-type(1) .wp-price, .hundredtb #wp-pricing .wp-pkg-wrap .wp-pkg:nth-of-type(3) .wp-price {
        font-size: 72px
    }

    .wordpress-page #wp-pricing .wp-pkg-wrap .wp-pkg:nth-of-type(1) .wp-details-list, .wordpress-page #wp-pricing .wp-pkg-wrap .wp-pkg:nth-of-type(3) .wp-details-list, .hundredtb #wp-pricing .wp-pkg-wrap .wp-pkg:nth-of-type(1) .wp-details-list, .hundredtb #wp-pricing .wp-pkg-wrap .wp-pkg:nth-of-type(3) .wp-details-list {
        margin: 30px 0 30px
    }
}

@media (min-width: 48em) {
    .wordpress-page #wp-pricing .wp-pkg-wrap, .hundredtb #wp-pricing .wp-pkg-wrap {
        margin: 90px auto 0
    }
}

@media (min-width: 48em) {
    .wordpress-page #wp-pricing, .hundredtb #wp-pricing {
        padding: 75px 0
    }
}

.wordpress-page .network-map, .hundredtb .network-map {
    display: none;
    padding: 0
}

.wordpress-page .network-map .inner, .hundredtb .network-map .inner {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #efefef;
    padding: 75px 0 50px
}

.wordpress-page .network-map .inner:after, .hundredtb .network-map .inner:after {
    content: " ";
    display: block;
    clear: both
}

.wordpress-page .network-map .marker, .hundredtb .network-map .marker {
    fill: #28a6de
}

.wordpress-page .network-map .marker, .hundredtb .network-map .marker {
    z-index: 8
}

.wordpress-page .network-map .marker button svg, .hundredtb .network-map .marker button svg {
    z-index: 7
}

.wordpress-page .network-map .world-map .map, .hundredtb .network-map .world-map .map {
    fill: #e6eaec;
    opacity: 1
}

@media (min-width: 48em) {
    .wordpress-page .network-map, .hundredtb .network-map {
        display: block
    }
}

.wordpress-page .wp-footnote, .hundredtb .wp-footnote {
    text-align: center;
    color: #aaa
}

.hundredtb .page-banner {
    background: url(/static/imgs/hundredtb_background.svg) top left repeat #000;
    background-size: 100px 100px
}

.hundredtb .page-banner .title, .hundredtb .page-banner .lead-text {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5px;
    color: rgba(255, 255, 255, 0.8)
}

.hundredtb .page-banner .top-icon {
    fill: #f69126;
    background-color: rgba(0, 0, 0, 0.8)
}

.premium-banner {
    display: block;
    margin: 0 auto
}

@media (min-width: 60em) {
    .premium-banner {
        position: absolute;
        right: 280px
    }
}

.solutions-page {
    position: relative
}

.solutions-page img {
    max-width: 100%;
    display: block;
    vertical-align: bottom
}

.solutions-page .page-banner {
    padding: 50px 0;
    margin: 0
}

.solutions-page .page-banner .inner .top-icon {
    width: 100px;
    height: 100px;
    fill: #fff;
    margin-bottom: 15px
}

.solutions-page .page-banner .inner h2 {
    margin: 0 0 5px;
    line-height: 1
}

.solutions-page .page-banner .inner .lead-text {
    margin: 0;
    opacity: 0.7
}

.solutions-page .solutions-list {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    padding: 15px 0 0
}

.solutions-page .solutions-list ul {
    width: 100%;
    margin: 0;
    padding: 15px 0 0 0;
    list-style: none
}

.solutions-page .solutions-list ul li {
    display: block;
    margin: 0 0 15px
}

.solutions-page .solutions-list ul li.list-header {
    text-transform: uppercase;
    color: #bdc6d0;
    font-size: 14px;
    margin-top: 30px;
    position: relative
}

.solutions-page .solutions-list ul li.list-header span {
    background: #fff;
    display: inline-block;
    padding: 0 5px 0 0
}

.solutions-page .solutions-list ul li.list-header:first-child {
    margin-top: 0
}

.solutions-page .solutions-list ul li.list-header:after {
    position: absolute;
    content: ' ';
    width: 100%;
    display: block;
    z-index: -1;
    height: 2px;
    background: #eee;
    top: 8px
}

.solutions-page .solutions-list ul li.active a {
    color: #1a66ac
}

@media (min-width: 900px) {
    .solutions-page .solutions-list {
        width: 21.0526315789%;
        float: left;
        margin-right: 5.2631578947%;
        padding: 40px 0
    }

    .solutions-page .solutions-list.affix {
        padding-top: 25px;
        top: 0;
        width: 202px;
        position: fixed
    }
}

@media (min-width: 1080px) {
    .solutions-page .solutions-list.affix {
        width: 253px
    }
}

.solutions-page .solutions-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}

.solutions-page .solutions-content h3 {
    clear: both;
    font-size: 34px;
    font-weight: 300;
    margin: 25px 0 15px;
    padding: 25px 0 10px;
    border-bottom: 1px solid #eee
}

.solutions-page .solutions-content h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 40px 0 20px
}

.solutions-page .solutions-content p {
    line-height: 24px;
    color: #888
}

.solutions-page .solutions-content ul {
    margin: 5px 0 30px;
    color: #888
}

.solutions-page .solutions-content table {
    color: #888
}

.solutions-page .solutions-content sup {
    color: #aaa
}

.solutions-page .solutions-content .checkmark {
    display: inline-block;
    margin: 0 2px;
    fill: #3fc380;
    width: 16px;
    height: 16px
}

.solutions-page .solutions-content .primary-table {
    font-size: 14px;
    margin-bottom: 25px
}

.solutions-page .solutions-content .primary-table td {
    padding: 8px 0
}

.solutions-page .solutions-content .primary-table + .footnote {
    margin: 0
}

.solutions-page .solutions-content .ep-sec {
    display: block;
    margin: 40px 0 0
}

.solutions-page .solutions-content .cf-img {
    display: block;
    margin: 60px auto
}

.solutions-page .solutions-content .lb-card-wrap {
    max-width: 740px;
    margin: 40px auto 0
}

.solutions-page .solutions-content .lb-basic-card, .solutions-page .solutions-content .lb-advanced-card {
    border: 2px solid #eceff2;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    transition: border-color 250ms ease;
    margin-bottom: 25px
}

.solutions-page .solutions-content .lb-basic-card h4, .solutions-page .solutions-content .lb-advanced-card h4 {
    margin-top: 0
}

.solutions-page .solutions-content .lb-basic-card p, .solutions-page .solutions-content .lb-basic-card ul, .solutions-page .solutions-content .lb-advanced-card p, .solutions-page .solutions-content .lb-advanced-card ul {
    font-size: 14px
}

.solutions-page .solutions-content .lb-basic-card p, .solutions-page .solutions-content .lb-advanced-card p {
    line-height: 1.5
}

.solutions-page .solutions-content .lb-basic-card ul, .solutions-page .solutions-content .lb-advanced-card ul {
    margin: 25px 0 0;
    list-style: none;
    padding: 0
}

.solutions-page .solutions-content .lb-basic-card ul li, .solutions-page .solutions-content .lb-advanced-card ul li {
    text-transform: uppercase;
    display: block;
    margin: 0;
    padding: 8px 0;
    border-top: 1px solid #f8f9fa;
    font-size: 13px
}

.solutions-page .solutions-content .lb-basic-card:hover, .solutions-page .solutions-content .lb-advanced-card:hover {
    border-color: #28a6de
}

@media (min-width: 48em) {
    .solutions-page .solutions-content .lb-basic-card, .solutions-page .solutions-content .lb-advanced-card {
        width: 48%;
        margin-bottom: 0;
        float: left
    }
}

@media (min-width: 48em) {
    .solutions-page .solutions-content .lb-basic-card {
        margin-right: 4%
    }
}

@media (min-width: 900px) {
    .solutions-page .solutions-content {
        width: 73.6842105263%;
        float: right;
        margin-right: 0
    }
}

.backup-page img {
    margin: 0 auto;
    display: block;
    max-width: 100%
}

.backup-page .veecamgold {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

@media (min-width: 48em) {
    .backup-page .veecamgold {
        float: right
    }
}

.backup-page .lead-text {
    margin-bottom: 25px
}

.backup-page .lead-text + p {
    margin-bottom: 50px
}

.backup-page .backup-header {
    display: block;
    max-width: 960px;
    font-size: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin: 50px auto 35px;
    text-align: center;
    font-weight: 400
}

@media (min-width: 48em) {
    .backup-page .backup-header {
        text-align: left
    }
}

.backup-page .facts-list {
    margin: 0 auto 50px;
    max-width: 960px
}

.backup-page .facts-list h4 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 8px
}

.backup-page .facts-list p {
    margin: 0 auto
}

.backup-page .estimate-cost {
    margin-bottom: 0
}

.backup-page .estimate-cost .lead-text {
    margin-bottom: 50px
}

.backup-page .backup-range {
    max-width: 700px;
    margin: 0 auto;
    text-align: left
}

.backup-page .range-title {
    display: block;
    margin: 10px 0;
    text-transform: uppercase;
    color: #7b90a0;
    font-size: 14px;
    font-weight: 500
}

.backup-page .range-slider + .range-title {
    margin-top: 35px
}

.backup-page .range-slider .range-value {
    display: none;
    background: #28a6de;
    border: 1px solid #1d8ec0;
    position: absolute;
    left: -8px;
    bottom: -37px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 2px 4px;
    border-radius: 5px
}

.backup-page .range-slider .range-value:after, .backup-page .range-slider .range-value:before {
    border-bottom: 6px solid #28a6de;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    width: 0;
    z-index: 2;
    position: absolute;
    left: 50%;
    margin-left: -6px
}

.backup-page .range-slider .range-value:before {
    border-top-color: #1d8ec0
}

.backup-page .range-slider .range-active {
    border-color: #1d8ec0;
    background: #28a6de
}

.backup-page .range-slider .range-active .range-value {
    display: block
}

.backup-page .backup-pricing {
    max-width: 700px;
    margin: 65px auto 0;
    padding: 20px 0;
    border-top: 1px solid #dae0e5;
    text-align: right
}

.backup-page .backup-total {
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 15px
}

.backup-page .backup-total span {
    font-size: 14px;
    text-transform: uppercase;
    color: #7b90a0;
    font-weight: 500
}

.microsoft-sql-page .icon-close, .windows-page .icon-close {
    color: #ccc
}

.microsoft-sql-page h2, .windows-page h2 {
    margin-bottom: 60px
}

.microsoft-sql-page .primary-table em, .windows-page .primary-table em {
    color: #bbb
}

@media only screen and (max-width: 767px) {
    .microsoft-sql-page .primary-table table, .microsoft-sql-page .primary-table thead, .microsoft-sql-page .primary-table tbody, .microsoft-sql-page .primary-table th, .microsoft-sql-page .primary-table td, .microsoft-sql-page .primary-table tr, .windows-page .primary-table table, .windows-page .primary-table thead, .windows-page .primary-table tbody, .windows-page .primary-table th, .windows-page .primary-table td, .windows-page .primary-table tr {
        display: block
    }

    .microsoft-sql-page .primary-table table.hide, .microsoft-sql-page .primary-table thead.hide, .microsoft-sql-page .primary-table tbody.hide, .microsoft-sql-page .primary-table th.hide, .microsoft-sql-page .primary-table td.hide, .microsoft-sql-page .primary-table tr.hide, .windows-page .primary-table table.hide, .windows-page .primary-table thead.hide, .windows-page .primary-table tbody.hide, .windows-page .primary-table th.hide, .windows-page .primary-table td.hide, .windows-page .primary-table tr.hide {
        display: none
    }

    .microsoft-sql-page .primary-table thead tr, .windows-page .primary-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .microsoft-sql-page .primary-table tr, .windows-page .primary-table tr {
        width: 90%;
        margin: 0 auto
    }
}

@media only screen and (max-width: 767px) and (min-width: 48em) {
    .microsoft-sql-page .primary-table tr, .windows-page .primary-table tr {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .microsoft-sql-page .primary-table td, .windows-page .primary-table td {
        border-top: 1px solid #eee;
        position: relative;
        padding-left: 50%
    }

    .microsoft-sql-page .primary-table td:first-child, .windows-page .primary-table td:first-child {
        font-weight: 500;
        color: #3c484f;
        padding-left: 0%;
        border-radius: 6px;
        display: block;
        background: #f8f9fa;
        border-top: none
    }

    .microsoft-sql-page .primary-table td:first-child + td, .windows-page .primary-table td:first-child + td {
        border-top: none
    }
}

@media only screen and (max-width: 767px) and (min-width: 48em) {
    .microsoft-sql-page .primary-table td:first-child, .windows-page .primary-table td:first-child {
        font-weight: normal;
        padding-left: 0%;
        color: #3c484f;
        background: #fff;
        border-top: 1px solid #eee
    }

    .microsoft-sql-page .primary-table td:first-child + td, .windows-page .primary-table td:first-child + td {
        border-top: 1px solid #eee
    }
}

@media only screen and (max-width: 767px) {
    .microsoft-sql-page .primary-table td:before, .windows-page .primary-table td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: 500;
        margin: 10px 0 0 0
    }

    .microsoft-sql-page .primary-table td:nth-of-type(1):before, .windows-page .primary-table td:nth-of-type(1):before {
        content: ""
    }

    .microsoft-sql-page .primary-table td:nth-of-type(2):before, .windows-page .primary-table td:nth-of-type(2):before {
        content: "ENTERPRISE"
    }

    .microsoft-sql-page .primary-table td:nth-of-type(3):before, .windows-page .primary-table td:nth-of-type(3):before {
        content: "STANDARD"
    }

    .microsoft-sql-page .primary-table td:nth-of-type(4):before, .windows-page .primary-table td:nth-of-type(4):before {
        content: "WEB"
    }

    .microsoft-sql-page .primary-table td:nth-of-type(5):before, .windows-page .primary-table td:nth-of-type(5):before {
        content: "EXPRESS"
    }
}

.microsoft-sql-page .sales-rep, .windows-page .sales-rep {
    margin-top: 70px
}

.microsoft-sql-page .per2, .windows-page .per2 {
    margin-top: 50px
}

@media (min-width: 48em) {
    .company-page .facts-list li {
        width: 28.5714285714%;
        float: left;
        margin-bottom: 30px
    }

    .company-page .facts-list li:nth-child(3n+1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0
    }

    .company-page .facts-list li:nth-child(3n+2) {
        margin-left: 35.7142857143%;
        margin-right: -100%;
        clear: none
    }

    .company-page .facts-list li:nth-child(3n+3) {
        margin-left: 71.4285714286%;
        margin-right: -100%;
        clear: none
    }
}

.company-page .page-banner {
    position: relative;
    background: #28a6de url(/static/imgs/about-banner_bg.jpg) no-repeat top center/cover
}

.company-page .page-banner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.company-page .page-banner article {
    position: relative;
    z-index: 2
}

.company-page .page-banner svg {
    display: block;
    margin: 30px auto
}

.company-page .about {
    margin-bottom: 100px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee
}

.company-page .about .lead-text {
    margin-bottom: 100px
}

.company-page .locations {
    text-align: center;
    margin-bottom: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #eee
}

.company-page .locations > h3 {
    margin-top: 0
}

.company-page .locations .lead-text {
    margin: 0 auto 50px
}

.company-page .locations .map-wrap {
    max-width: 970px;
    margin: 0 auto;
    overflow: hidden
}

.company-page .locations .map-wrap figure {
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}

@media (min-width: 48em) {
    .company-page .locations .map-wrap figure {
        width: 44.4444444444%;
        float: left;
        margin-right: 11.1111111111%
    }

    .company-page .locations .map-wrap figure:last-child {
        width: 44.4444444444%;
        float: right;
        margin-right: 0;
        margin-top: 0
    }
}

.company-page .locations .map-wrap figure figcaption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateY(-90deg);
    right: 30px;
    left: 30px;
    background: rgba(49, 59, 64, 0.9);
    text-align: left;
    color: #fff;
    padding: 30px;
    transition: transform 0.4s ease;
    -moz-transform-style: preserve-3d
}

@media (min-width: 48em) {
    .company-page .locations .map-wrap figure figcaption h4 {
        font-weight: bold;
        color: #fff;
        margin: 0;
        text-transform: uppercase;
        font-size: 32px
    }

    .company-page .locations .map-wrap figure figcaption .hq-title {
        letter-spacing: 2px;
        display: block;
        margin-bottom: 1.5em;
        text-transform: uppercase;
        font-weight: 300;
        color: #fff
    }

    .company-page .locations .map-wrap figure figcaption address {
        font-style: normal;
        margin-bottom: 25px
    }

    .company-page .locations .map-wrap figure figcaption a:hover {
        color: #54b8e5
    }
}

.company-page .locations .map-wrap figure figcaption:hover figcaption {
    transform: translateY(-50%) rotateY(0deg)
}

.company-page .locations .map-wrap figure figcaption img {
    width: 100%
}

.company-page .staff h3 {
    margin: 30px 0 0 0
}

.company-page .staff h3 + p {
    margin-bottom: 100px
}

.company-page .staff .staff-profiles {
    margin: 50px auto;
    padding: 0;
    max-width: 970px
}

.company-page .staff .staff-profiles li {
    text-align: center;
    display: block;
    font-size: 14px;
    position: relative;
    margin-bottom: 60px
}

@media (min-width: 48em) {
    .company-page .staff .staff-profiles li {
        padding-left: 175px
    }
}

.company-page .staff .staff-profiles li i {
    position: relative;
    margin: 0 0 20px 0;
    font-size: 52px;
    line-height: 75px;
    border-radius: 500px;
    width: 125px;
    height: 125px;
    background: #eee;
    color: #ccc;
    padding: 25px
}

@media (min-width: 48em) {
    .company-page .staff .staff-profiles li i {
        position: absolute;
        left: 25px;
        top: 0;
        margin: 0
    }
}

.company-page .staff .staff-profiles li p {
    line-height: 1.5;
    margin: 0.5em auto 0;
    max-width: 400px
}

@media (min-width: 48em) {
    .company-page .staff .staff-profiles li p {
        text-align: left;
        max-width: 100%
    }
}

.company-page .staff .staff-profiles li h4 {
    font-size: 18px;
    margin: 2em 0 0;
    font-weight: 500
}

@media (min-width: 48em) {
    .company-page .staff .staff-profiles li h4 {
        text-align: left;
        margin: 0
    }
}

.company-page .staff .staff-profiles li .portrait {
    display: block;
    width: 150px;
    height: 150px;
    background: #eee;
    border-radius: 500px
}

@media (min-width: 48em) {
    .company-page .staff .staff-profiles li .portrait {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0
    }
}

.company-page .staff .staff-profiles .staff-title {
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    color: #758995;
    text-transform: uppercase;
    letter-spacing: 2px
}

@media (min-width: 48em) {
    .company-page .staff .staff-profiles .staff-title {
        text-align: left;
        margin: 0.5em auto 0
    }
}

.company-page .career-callout {
    padding: 100px 0;
    text-align: center
}

.company-page .career-callout h2 {
    margin: 0
}

.company-page .career-callout p {
    margin: 0 0 1em
}

.company-page + footer {
    margin-top: 0
}

.resellers-page .checkmark {
    width: 16px;
    height: 16px;
    margin: 0 20px 0 0;
    fill: #3fc380
}

.resellers-page .page-banner {
    background: #28a6de;
    background: -moz-linear-gradient(-45deg, #28a6de 0%, #1a66ac 100%);
    background: -webkit-linear-gradient(-45deg, #28a6de 0%, #1a66ac 100%);
    background: linear-gradient(135deg, #28a6de 0%, #1a66ac 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$blue', endColorstr='$navy', GradientType=1);
    padding-bottom: 0
}

.resellers-page .page-banner p {
    color: #c5dff1;
    margin: 5px auto 25px
}

.resellers-page .reseller-browser {
    width: 90%;
    max-width: 650px;
    height: auto;
    display: block;
    margin: 30px auto 0
}

.resellers-page .spotlight {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    margin: 60px auto
}

.resellers-page .spotlight:after {
    content: " ";
    display: block;
    clear: both
}

@media (min-width: 30em) {
    .resellers-page .spotlight {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

@media (min-width: 48em) {
    .resellers-page .spotlight {
        padding-left: 2em;
        padding-right: 2em
    }
}

@media (min-width: 75em) {
    .resellers-page .spotlight {
        padding-left: 0;
        padding-right: 0
    }
}

.resellers-page .spotlight li {
    display: block;
    float: left;
    width: 100%;
    padding: 0 20px;
    margin: 1em auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.resellers-page .spotlight li:first-child {
    margin-top: 20px
}

@media (min-width: 48em) {
    .resellers-page .spotlight li {
        width: 32.2033898305%;
        float: left;
        margin-bottom: 30px
    }

    .resellers-page .spotlight li:nth-child(3n+1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0
    }

    .resellers-page .spotlight li:nth-child(3n+2) {
        margin-left: 33.8983050847%;
        margin-right: -100%;
        clear: none
    }

    .resellers-page .spotlight li:nth-child(3n+3) {
        margin-left: 67.7966101695%;
        margin-right: -100%;
        clear: none
    }
}

.resellers-page .spotlight img {
    display: block;
    margin: 0 auto 20px
}

.resellers-page .spotlight h3 {
    font-size: 16px;
    font-weight: bold;
    color: #3c484f;
    letter-spacing: 0.05em;
    margin: 0 0 15px;
    text-transform: uppercase
}

.resellers-page .spotlight p {
    color: #99a9b5;
    max-width: 400px;
    margin: 1em auto 0
}

.resellers-page .elite-container {
    color: #3c484f;
    background-color: #ffffff !important
}

.resellers-page .elite-container table {
    margin: auto
}

.resellers-page .elite-container ul {
    list-style: none;
    text-align: left
}

.resellers-page .elite-container ul li {
    margin: 0;
    padding: 0
}

.resellers-page .elite-container h3 {
    font-size: 36px !important
}

.resellers-page .elite-container h4 {
    text-align: center;
    font: 600 16px/1 "Open Sans", arial, sans-serif;
    margin: 0 0 20px;
    letter-spacing: -0.05em;
    color: #3c484f
}

.resellers-page .elite-container p {
    color: inherit
}

.resellers-page .elite-container .elite-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 500px;
    margin: auto;
    height: 100%;
    margin-bottom: 30px
}

.resellers-page .elite-container .elite-footer > div {
    margin: 20px
}

.resellers-page .tier-discounts {
    background: #f8f9fa;
    padding: 35px 0
}

.resellers-page .tier-discounts .inner {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    max-width: 800px
}

.resellers-page .tier-discounts .inner:after {
    content: " ";
    display: block;
    clear: both
}

@media (min-width: 30em) {
    .resellers-page .tier-discounts .inner {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

@media (min-width: 48em) {
    .resellers-page .tier-discounts .inner {
        padding-left: 2em;
        padding-right: 2em
    }
}

@media (min-width: 75em) {
    .resellers-page .tier-discounts .inner {
        padding-left: 0;
        padding-right: 0
    }
}

.resellers-page .tier-discounts h3 {
    color: #3c484f;
    margin: 0 0 20px;
    font: 300 48px/1 "Roboto", arial, sans-serif;
    letter-spacing: -0.04em;
    text-align: center
}

.resellers-page .tier-discounts h3 span {
    font-weight: 500
}

.resellers-page .tier-discounts p:first-of-type {
    text-align: center;
    margin: 0 0 40px;
    font: normal 16px/1.75 "Roboto", arial, sans-serif
}

.resellers-page .tier-discounts .dotted {
    border-bottom: 1px dotted #28a6de
}

.resellers-page .tiers-table {
    font: normal 16px/1 "Open Sans", arial, sans-serif;
    margin: 0 auto
}

@media (min-width: 48em) {
    .resellers-page .tiers-table {
        max-width: 800px;
        width: 100%
    }
}

.resellers-page .tiers-table thead {
    text-align: left;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 15px;
    background: #333;
    color: #fff
}

.resellers-page .tiers-table thead th {
    font-weight: 600;
    padding: 15px 10px;
    text-align: center
}

@media (min-width: 48em) {
    .resellers-page .tiers-table thead th {
        padding: 35px
    }
}

.resellers-page .tiers-table tbody {
    font-size: 18px;
    background: #fff
}

.resellers-page .tiers-table td {
    padding: 20px 10px;
    text-align: center
}

@media (min-width: 48em) {
    .resellers-page .tiers-table td {
        padding: 20px
    }
}

.resellers-page .tiers-table ~ .footnote {
    font-size: 13px
}

.resellers-page .selling-points {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    max-width: 1200px;
    margin: 75px auto
}

.resellers-page .selling-points:after {
    content: " ";
    display: block;
    clear: both
}

@media (min-width: 30em) {
    .resellers-page .selling-points {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

@media (min-width: 48em) {
    .resellers-page .selling-points {
        padding-left: 2em;
        padding-right: 2em
    }
}

@media (min-width: 75em) {
    .resellers-page .selling-points {
        padding-left: 0;
        padding-right: 0
    }
}

.resellers-page .selling-points h2 {
    font: 300 42px/1.25 "Open Sans", arial, sans-serif;
    letter-spacing: -0.05em;
    color: #222;
    margin: 0 0 40px
}

.resellers-page .selling-points h2 span {
    color: inherit;
    font-weight: 600
}

.resellers-page .selling-points p {
    font: normal 16px/1.75 "Open Sans", arial, sans-serif;
    letter-spacing: -0.025em;
    text-align: center
}

.resellers-page .selling-points .inner {
    max-width: 800px;
    margin: auto;
    text-align: center
}

.resellers-page .selling-points ul {
    margin: 50px 0;
    padding: 0;
    position: relative;
    overflow: hidden
}

.resellers-page .selling-points ul li {
    position: relative;
    list-style: none;
    margin-bottom: 50px
}

@media (min-width: 48em) {
    .resellers-page .selling-points ul li {
        width: 32.2033898305%;
        float: left
    }

    .resellers-page .selling-points ul li:nth-child(3n+1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0
    }

    .resellers-page .selling-points ul li:nth-child(3n+2) {
        margin-left: 33.8983050847%;
        margin-right: -100%;
        clear: none
    }

    .resellers-page .selling-points ul li:nth-child(3n+3) {
        margin-left: 67.7966101695%;
        margin-right: -100%;
        clear: none
    }
}

.resellers-page .selling-points ul li p {
    font: normal 16px/1.75 "Open Sans", arial, sans-serif;
    letter-spacing: -0.025em;
    text-align: center
}

.resellers-page .selling-points ul li h4 {
    text-align: center;
    font: 600 16px/1 "Open Sans", arial, sans-serif;
    margin: 0 0 20px;
    letter-spacing: -0.05em
}

.resellers-page .selling-points img {
    display: block;
    margin: 20px auto;
    position: relative;
    height: 60px
}

.resellers-register .resellers-icon, .referral-register .resellers-icon {
    width: 75px;
    height: 59px;
    margin: 35px auto 20px;
    display: block
}

@media (min-width: 48em) {
    .resellers-register .resellers-icon, .referral-register .resellers-icon {
        width: 100px;
        height: 84px;
        margin: 85px auto 25px
    }
}

.resellers-register .referral-icon, .referral-register .referral-icon {
    margin: 25px auto 20px;
    display: block
}

@media (min-width: 48em) {
    .resellers-register .referral-icon, .referral-register .referral-icon {
        width: 130px;
        height: 100px;
        margin: 85px auto 25px
    }
}

.resellers-register h2, .referral-register h2 {
    position: relative;
    margin-bottom: 40px;
    font-size: 36px;
    margin: 0 0 30px;
    text-align: center
}

.resellers-register h2:after, .referral-register h2:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    left: 0;
    background: #28a6de;
    bottom: -20px
}

@media (min-width: 48em) {
    .resellers-register h2, .referral-register h2 {
        margin: 0 0 45px;
        font-size: 42px
    }
}

.resellers-register .signup-form, .referral-register .signup-form {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    max-width: 900px;
    position: relative;
    margin-bottom: 50px
}

.resellers-register .signup-form:after, .referral-register .signup-form:after {
    content: " ";
    display: block;
    clear: both
}

@media (min-width: 30em) {
    .resellers-register .signup-form, .referral-register .signup-form {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

@media (min-width: 48em) {
    .resellers-register .signup-form, .referral-register .signup-form {
        padding-left: 2em;
        padding-right: 2em
    }
}

@media (min-width: 75em) {
    .resellers-register .signup-form, .referral-register .signup-form {
        padding-left: 0;
        padding-right: 0
    }
}

.resellers-register .signup-form [type="checkbox"].filled-in:not(:checked) + label:after, .referral-register .signup-form [type="checkbox"].filled-in:not(:checked) + label:after {
    border-color: #99a9b5
}

.resellers-register .signup-form .filled-in[type="checkbox"]:not(:checked) + label, .referral-register .signup-form .filled-in[type="checkbox"]:not(:checked) + label {
    color: #99a9b5
}

.resellers-register .signup-form [type="checkbox"]:checked ~ label, .referral-register .signup-form [type="checkbox"]:checked ~ label {
    color: #3fc380
}

.resellers-register .signup-form .filled-in[type="checkbox"]:checked + label::after, .referral-register .signup-form .filled-in[type="checkbox"]:checked + label::after {
    background-color: #3fc380;
    border-color: #3fc380
}

.resellers-register #email-loader, .referral-register #email-loader {
    animation: loaderSpin 1s steps(12, end) infinite;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 15px;
    opacity: 0.5;
    display: none
}

.resellers-register #email-valid, .referral-register #email-valid {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 18px;
    height: 18px;
    fill: #3fc380;
    display: none
}

.resellers-register #email-valid.active, .resellers-register #email-loader.active, .referral-register #email-valid.active, .referral-register #email-loader.active {
    display: block
}

.referral-register .paypal-account {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 12px
}

.referral-register .paypal-account .paypal-logo {
    float: left;
    position: relative;
    top: 5px
}

.referral-register .paypal-account .paypal-logo svg {
    vertical-align: bottom;
    display: inline-block;
    width: 125px;
    height: 32px;
    margin: 0 8px 0 0
}

.referral-register .paypal-account .paypal-logo svg use {
    width: 125px;
    height: 32px
}

.referral-register .paypal-account #paypal-error {
    margin: 3px 0 0 217px
}

.referral-register .paypal-account span {
    display: block;
    overflow: hidden;
    padding: 0 0 1px 15px
}

.referral-register .paypal-account input {
    background: #f8f9fa
}

#reseller-terms, #referral-terms {
    top: inherit
}

#reseller-terms h2, #referral-terms h2 {
    margin: 0 0 30px;
    text-align: center
}

@media (min-width: 48em) {
    #reseller-terms h2, #referral-terms h2 {
        margin: 0 0 45px;
        font-size: 42px
    }
}

#reseller-terms .inner, #referral-terms .inner {
    padding-left: 1em;
    padding-right: 1em;
    width: 48em;
    margin: 150px auto 50px
}

@media (min-width: 30em) {
    #reseller-terms .inner, #referral-terms .inner {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

@media (min-width: 48em) {
    #reseller-terms .inner, #referral-terms .inner {
        padding-left: 2em;
        padding-right: 2em
    }
}

@media (min-width: 75em) {
    #reseller-terms .inner, #referral-terms .inner {
        padding-left: 0;
        padding-right: 0
    }
}

#reseller-terms strong, #referral-terms strong {
    font-weight: 500
}

#reseller-terms p, #referral-terms p {
    font-weight: 300
}

.thank-you-page h2 {
    margin: 0.5em auto
}

.thank-you-page .content {
    margin: 60px auto
}

.thank-you-page .content p {
    max-width: 800px;
    margin: 1.5em auto 1.5em;
    color: #7b90a0
}

.thank-you-page .success-icon {
    width: 75px;
    height: 75px;
    fill: #3fc380;
    margin: 0 auto;
    display: block;
    border-radius: 500px;
    padding: 15px;
    border: 3px solid #3fc380
}

.network-page {
    margin-top: 60px
}

.network-page .intro {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}

@media (min-width: 48em) {
    .network-page .intro {
        width: 49.1525423729%;
        float: left;
        margin-right: 1.6949152542%
    }
}

.network-page .intro .title {
    margin-top: 0
}

.network-page .test-files {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}

.network-page .test-files h3 {
    margin: 0 0 15px
}

.network-page .test-files .well {
    position: relative;
    padding: 15px;
    margin-bottom: 20px
}

.network-page .test-files .well > h4 {
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    padding: 12px 0
}

.network-page .test-files .well .btn-group {
    margin: 0 auto;
    display: table
}

@media (min-width: 30em) {
    .network-page .test-files .well .btn-group {
        float: right
    }
}

.network-page .test-files .well h4 {
    text-align: center
}

@media (min-width: 30em) {
    .network-page .test-files .well h4 {
        float: left
    }
}

@media (min-width: 48em) {
    .network-page .test-files {
        width: 49.1525423729%;
        float: right;
        margin-right: 0
    }
}

.network-page .file-size {
    padding: 15px
}

.network-page label {
    margin-bottom: 4px;
    display: block
}

.network-page [type="radio"]:not(:checked) + label {
    transition: color 0.2s ease-out;
    color: #758995
}

.network-page [type="radio"]:not(:checked) + label:before, .network-page [type="radio"]:not(:checked) + label:after {
    border-color: #758995
}

.network-page [type="radio"]:not(:checked) + label:hover {
    color: #3c484f
}

.network-page [type="radio"]:not(:checked) + label:hover:before, .network-page [type="radio"]:not(:checked) + label:hover:after {
    border-color: #3c484f
}

.network-page .network-map {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #e3e7eb
}

.network-page .network-map:after {
    content: " ";
    display: block;
    clear: both
}

@media (min-width: 30em) {
    .network-page .network-map {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
}

@media (min-width: 48em) {
    .network-page .network-map {
        padding-left: 2em;
        padding-right: 2em
    }
}

@media (min-width: 75em) {
    .network-page .network-map {
        padding-left: 0;
        padding-right: 0
    }
}

.network-page .network-map .world-map .map {
    fill: #ddd;
    opacity: 1
}

.network-page .network-map .world-map .marker {
    fill: #28a6de
}

@media (min-width: 48em) {
    .network-page .network-map {
        margin-bottom: 100px;
        padding-bottom: 100px
    }
}

.datacenters-page .title {
    margin: 1.5em 0 1em
}

.datacenters-page .world-map {
    position: relative;
    margin: 0 auto
}

.datacenters-page .world-map .map {
    fill: #ddd
}

.datacenters-page .marker {
    font-size: 15px;
    display: none;
    padding: 3px 10px;
    background: #28a6de;
    border-radius: 4px;
    color: #fff;
    position: absolute
}

.datacenters-page .marker:before {
    position: absolute;
    width: 1px;
    height: 12px;
    top: 100%;
    left: 50%;
    content: "";
    background: #28a6de
}

.datacenters-page .marker:after {
    left: 50%;
    margin-left: -9px;
    top: calc(100% + 12px);
    position: absolute;
    width: 9px;
    height: 9px;
    content: "";
    background: #28a6de;
    border: 5px solid #c3e6f6;
    border-radius: 50%;
    box-sizing: content-box
}

.datacenters-page .marker.angled-left:before {
    top: calc(100% - 4px);
    left: -5px;
    height: 16px;
    transform: rotate(45deg)
}

.datacenters-page .marker.angled-left:after {
    left: -15px;
    top: calc(100% + 4px)
}

.datacenters-page .marker.angled-left.top:before {
    top: auto;
    bottom: calc(100% - 4px);
    transform: rotate(-45deg)
}

.datacenters-page .marker.angled-left.top:after {
    top: auto;
    bottom: calc(100% + 5px)
}

.datacenters-page .marker.angled-right:before {
    top: calc(100% - 4px);
    right: -4px;
    left: auto;
    height: 16px;
    transform: rotate(-45deg)
}

.datacenters-page .marker.angled-right:after {
    right: -22px;
    left: auto;
    top: calc(100% + 5px)
}

.datacenters-page .marker.angled-right.top:before {
    top: auto;
    bottom: calc(100% - 4px);
    transform: rotate(45deg)
}

.datacenters-page .marker.angled-right.top:after {
    top: auto;
    bottom: calc(100% + 5px)
}

.datacenters-page .sidebar {
    margin-top: 80px
}

.datacenters-page .sidebar h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 25px 0 10px
}

.datacenters-page .sidebar h3 + .well {
    margin: 0
}

.datacenters-page .aside-content {
    margin-bottom: 60px
}

.datacenters-page .aside-content h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 35px 0 10px
}

.datacenters-page .aside-content h4 + p {
    margin-top: 0
}

.datacenters-page .datacenter-companies {
    margin: 0;
    padding: 0
}

.datacenters-page .datacenter-companies li {
    float: left;
    width: 25%;
    list-style: none
}

.datacenters-page .datacenter-locations {
    list-style: none;
    padding: 0;
    margin: 15px 0 45px
}

.datacenters-page .datacenter-specs {
    margin: 35px 0;
    border-radius: 6px;
    padding: 30px;
    background: #f8f9fa;
    width: 100%
}

.datacenters-page .datacenter-specs tr td {
    vertical-align: top;
    padding: 5px 0
}

.datacenters-page .datacenter-specs tr td:first-child {
    width: 35%
}

.datacenters-page .test-ip {
    display: inline-block;
    margin-top: 30px;
    line-height: 18px
}

.datacenters-page .test-ip h4 {
    margin: 0 5px 0 0
}

.datacenters-page .test-ip .online {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 500px;
    background: #3fc380;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: 4px
}

@media (min-width: 48em) {
    .datacenters-page .world-map {
        width: 700px
    }

    .datacenters-page .marker {
        display: inline-block
    }

    .datacenters-page .marker.lax {
        top: 167px;
        left: -13px
    }

    .datacenters-page .marker.sjc {
        top: 86px;
        left: 0px
    }

    .datacenters-page .marker.iad {
        top: 103px;
        left: 190px
    }

    .datacenters-page .marker.phx {
        top: 169px;
        left: 138px
    }

    .datacenters-page .marker.bkk {
        top: 160px;
        left: 436px
    }

    .datacenters-page .marker.hgk {
        top: 142px;
        left: 560px
    }

    .datacenters-page .marker.sg {
        top: 235px;
        left: 428px
    }
}

@media (min-width: 75em) {
    .datacenters-page .world-map {
        width: 100%
    }

    .datacenters-page .marker.lax {
        top: 269px;
        left: 47px
    }

    .datacenters-page .marker.sjc {
        top: 170px;
        left: 60px
    }

    .datacenters-page .marker.iad {
        top: 200px;
        left: 315px
    }

    .datacenters-page .marker.phx {
        top: 270px;
        left: 205px
    }

    .datacenters-page .marker.bkk {
        top: 295px;
        left: 812px
    }

    .datacenters-page .marker.hgk {
        top: 265px;
        left: 955px
    }

    .datacenters-page .marker.sg {
        top: 390px;
        left: 810px
    }
}

.datacenter-front .sidebar {
    margin-top: 35px
}

.careers-page .page-banner, .position-page .page-banner {
    padding-top: 175px;
    padding-bottom: 100px;
    background: #f8f9fa url(/static/imgs/careers-bg.jpg) no-repeat right -400px top
}

.careers-page .page-banner .title, .position-page .page-banner .title {
    margin: 0 0 15px;
    color: #3c484f
}

.careers-page .page-banner .lead-text, .position-page .page-banner .lead-text {
    color: #3c484f;
    margin: 0 0 30px
}

@media (min-width: 60em) {
    .careers-page .page-banner, .position-page .page-banner {
        background-position: right -300px top
    }
}

@media (min-width: 75em) {
    .careers-page .page-banner, .position-page .page-banner {
        background-position: right -150px top
    }
}

@media (min-width: 1600px) {
    .careers-page .page-banner, .position-page .page-banner {
        background-position: right top
    }
}

.careers-page .job-intro, .position-page .job-intro {
    padding-top: 100px;
    padding-bottom: 100px
}

.careers-page .job-intro .lead-text, .position-page .job-intro .lead-text {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #7b90a0;
    max-width: 900px;
    margin: 0 auto;
    line-height: 32px
}

.careers-page .job-photos, .position-page .job-photos {
    border-bottom: 1px solid #eee;
    padding-bottom: 100px
}

.careers-page .job-photos img, .position-page .job-photos img {
    display: block;
    max-width: 100%
}

.careers-page .job-benefits, .position-page .job-benefits {
    padding-top: 100px;
    padding-bottom: 75px;
    border-bottom: 1px solid #eee
}

.careers-page .job-benefits .title, .position-page .job-benefits .title {
    text-align: center;
    margin: 0 0 70px;
    font-size: 28px
}

.careers-page .job-benefits .benefits, .position-page .job-benefits .benefits {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 0;
    padding: 0;
    list-style: none
}

.careers-page .job-benefits .benefits li, .position-page .job-benefits .benefits li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 60px
}

.careers-page .job-benefits .benefits li i, .position-page .job-benefits .benefits li i {
    color: #3c484f;
    font-size: 38px;
    margin: 0 0 15px;
    display: block
}

@media (min-width: 48em) {
    .careers-page .job-benefits .benefits li, .position-page .job-benefits .benefits li {
        width: 32.2033898305%;
        float: left
    }

    .careers-page .job-benefits .benefits li:nth-child(3n+1), .position-page .job-benefits .benefits li:nth-child(3n+1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0
    }

    .careers-page .job-benefits .benefits li:nth-child(3n+2), .position-page .job-benefits .benefits li:nth-child(3n+2) {
        margin-left: 33.8983050847%;
        margin-right: -100%;
        clear: none
    }

    .careers-page .job-benefits .benefits li:nth-child(3n+3), .position-page .job-benefits .benefits li:nth-child(3n+3) {
        margin-left: 67.7966101695%;
        margin-right: -100%;
        clear: none
    }
}

.careers-page .job-listing, .position-page .job-listing {
    padding: 75px 0 25px
}

.careers-page .job-listing h2, .position-page .job-listing h2 {
    font-weight: 500;
    letter-spacing: 5px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px
}

.careers-page .job-listing ul, .position-page .job-listing ul {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none
}

.careers-page .job-listing ul li, .position-page .job-listing ul li {
    margin-bottom: 18px
}

.careers-page .job-listing ul li a, .position-page .job-listing ul li a {
    font-size: 18px
}

.position-page .page-banner {
    padding: 75px 0;
    background-position: right -430px top -100px
}

.position-page .page-banner h2 {
    text-align: left;
    font-size: 34px
}

.position-page .page-banner .job-info {
    margin: 0;
    padding: 0
}

.position-page .page-banner .job-info li {
    display: block;
    float: left;
    margin: 0 25px 0 0;
    color: #99a9b5
}

@media (min-width: 60em) {
    .position-page .page-banner {
        background-position: right -300px top -100px
    }
}

@media (min-width: 75em) {
    .position-page .page-banner {
        background-position: right -150px top -100px
    }
}

@media (min-width: 1600px) {
    .position-page .page-banner {
        background-position: right top -100px
    }
}

.position-page .details {
    margin-top: 40px
}

.position-page .details article {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}

.position-page .details article li {
    margin-bottom: 5px
}

.position-page .details aside {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}

.position-page .details aside .well {
    border: 1px solid #dae0e5
}

.position-page .details aside [class^="btn"] {
    font-weight: normal;
    line-height: 20px;
    width: 100%
}

.position-page .details aside [class^="btn"] strong {
    color: #fff
}

.position-page .details .breadcrumb {
    width: 73.6842105263%;
    float: left;
    margin-right: 5.2631578947%;
    margin: 0 0 10px 0
}

.position-page .details .resumator-buttons {
    margin: 20px 0 0 !important
}

.position-page .details .resumator-apply-button {
    display: none
}

@media (min-width: 48em) {
    .position-page .details article {
        width: 73.6842105263%;
        float: left;
        margin-right: 5.2631578947%
    }

    .position-page .details aside {
        width: 21.0526315789%;
        float: right;
        margin-right: 0
    }
}

@media (min-width: 48em) {
    .position-page .details article {
        width: 73.6842105263%;
        float: left;
        margin-right: 5.2631578947%
    }

    .position-page .details aside {
        width: 21.0526315789%;
        float: right;
        margin-right: 0
    }
}

.referral-page #service-checklist {
    max-width: 500px;
    margin-bottom: 50px
}

.referral-page #service-checklist + p {
    width: 100%;
    margin: 0 auto 50px
}

.referral-page .referral-compare {
    margin-top: 60px;
    padding-bottom: 30px
}

.referral-page .referral-compare h3 {
    font-size: 28px;
    margin: 0 auto 40px
}

.referral-page .referral-compare article {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto
}

.referral-page .referral-compare article:after {
    content: " ";
    display: block;
    clear: both
}

.referral-page .referral-compare article:first-child {
    margin-bottom: 40px
}

.referral-page .referral-compare .primary-table {
    float: left;
    width: 90%;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 70px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)
}

@media (min-width: 48em) {
    .referral-page .referral-compare .primary-table {
        width: 49.1525423729%;
        float: left;
        margin-right: 1.6949152542%;
        width: 40%;
        float: left
    }
}

.referral-page .referral-compare .primary-table caption {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px
}

.referral-page .referral-compare .primary-table th {
    font-size: 12px
}

.referral-page .referral-compare .primary-table.last {
    margin-right: 0
}

.referral-page .referral-compare .lead-text {
    margin: 0 auto 80px;
    color: #3c484f
}

.my-krypt-page .title {
    margin-bottom: 60px
}

.my-krypt-page .my-krypt-video {
    max-width: 640px;
    max-height: 360px;
    width: 100%;
    height: 100%;
    margin: 0 auto 60px
}

.my-krypt-page .media-wrap {
    margin-top: 75px
}

.promos-page {
    margin: 0
}

.promos-page p br {
    display: none
}

.promos-page.no-promos {
    display: flex;
    justify-content: center;
    align-items: center
}

.promos-page.no-promos .content h3 {
    margin-top: 3rem;
    font-size: 28px
}

.promos-page.no-promos .content h3 + .lead-text {
    margin-bottom: 3rem;
    color: #c5ced5
}

.promos-page .promo-top-icon {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 2rem
}

.promos-page .lead-text {
    margin: 0 auto 1rem
}

.promos-page .lead-text ~ .lead-text {
    margin-top: 0
}

.promos-page .or-links {
    color: #ccc
}

.promos-page .or-links a:first-child {
    margin-right: 0.5rem
}

.promos-page .or-links a:last-child {
    margin-left: 0.5rem
}

.promos-page .coupon {
    display: inline-block;
    padding: 2px 10px;
    margin: 0 5px;
    background: #f8f9fa;
    border: dashed 2px #e9ecef;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #47555d;
    border-radius: 5px
}

.promos-page .coupon.coupon-lg {
    padding: 6px 15px;
    font-size: 18px
}

.promos-page .promo {
    padding: 2rem 0;
    position: relative
}

.promos-page .promo-img {
    display: block;
    margin: 0 auto
}

.promos-page .multi-promo {
    overflow: hidden;
    position: relative;
    margin: 0 auto 30px;
    max-width: 800px;
    padding: 60px 50px 50px 50px;
    border: 2px solid #efefef;
    border-radius: 4px
}

.promos-page .multi-promo:first-child {
    margin-top: 4rem
}

.promos-page .multi-promo .first-table {
    margin-top: 50px
}

.promos-page .multi-promo .title {
    font-size: 32px;
    margin-bottom: 1rem
}

.promos-page .multi-promo .lead-text {
    margin-top: 0
}

.promos-page .multi-promo p:last-child {
    margin-bottom: 0
}

.promos-page .multi-promo svg {
    display: block;
    margin: 0 auto 25px;
    height: 100px
}

.promos-page .footnote {
    list-style: none;
    padding: 0;
    text-align: left;
    max-width: 800px;
    margin: 0 auto 4rem
}

.promos-page .footnote li:last-child {
    margin: 0
}

.promos-page .primary-table {
    margin-bottom: 30px;
    text-align: center
}

.promos-page .primary-table thead th {
    font-size: 16px
}

.promos-page .primary-table tbody td {
    text-align: center
}

.promos-page .primary-table.fral tr td:first-child, .promos-page .primary-table.fral tr th:first-child {
    text-align: center
}

.promos-page .content-divider {
    margin: 3.5rem 0
}

.promos-page .title {
    margin: 0 0 50px
}

.promos-page + footer {
    margin-top: 0
}

.promos-page .smush-table, .promos-page .ddos-table {
    max-width: 800px;
    margin: 2rem auto 5rem
}

.promos-page .smush-table tr:first-child td, .promos-page .ddos-table tr:first-child td {
    border-top: 0
}

.promos-page .smush-table tr td:nth-child(2), .promos-page .ddos-table tr td:nth-child(2) {
    color: #3fc380
}

@media (min-width: 48em) {
    .promos-page {
        margin: 0
    }

    .promos-page p br {
        display: block
    }

    .promos-page .primary-table tbody td:last-child {
        text-align: right;
        padding-right: 10px
    }

    .promos-page .primary-table.fral tr td:first-child, .promos-page .primary-table.fral tr th:first-child {
        text-align: left
    }
}

.unsubscribe .well {
    text-align: center;
    margin: 25px auto
}

.unsubscribe form {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    margin-top: 25px
}

.unsubscribe .submit {
    margin-left: 10px
}

@media (min-width: 48em) {
    .unsubscribe .well {
        text-align: left
    }

    .unsubscribe form {
        width: 32.2033898305%;
        float: left;
        margin-right: 1.6949152542%;
        margin: 0;
        text-align: right;
        float: right
    }
}

.legal-pages h3, .download-page h3 {
    font-size: 18px;
    font-weight: 500
}

.legal-pages h3 + ol, .download-page h3 + ol {
    margin-top: 1.5em
}

.legal-pages p, .download-page p {
    line-height: 1.3;
    margin-bottom: 1.5em
}

.legal-pages p + ol, .download-page p + ol {
    margin-top: 2em
}

.legal-pages ol, .download-page ol {
    margin: 0 0 2em 0;
    counter-reset: item
}

.legal-pages ol > li, .download-page ol > li {
    margin-bottom: 1em;
    counter-increment: item
}

.legal-pages ol ol, .download-page ol ol {
    margin: 1em 0 0
}

.legal-pages ol ol > li, .download-page ol ol > li {
    margin-bottom: 0.75em;
    display: block
}

.legal-pages ol ol > li:before, .download-page ol ol > li:before {
    content: counters(item, ".") ". ";
    margin-left: -30px
}

.legal-pages .title, .download-page .title {
    margin-bottom: 1.5em;
    font-weight: 300
}

.legal-pages .lead-text, .download-page .lead-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4
}

.legal-pages .documents-list, .download-page .documents-list {
    margin: 50px 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.legal-pages .documents-list li, .download-page .documents-list li {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 45px
}

.legal-pages .documents-list a, .download-page .documents-list a {
    display: block;
    color: #3c484f;
    font-size: 18px
}

.legal-pages .documents-list svg, .download-page .documents-list svg {
    display: block;
    width: 135px;
    height: 135px;
    margin: 0 auto 15px auto
}

.legal-pages .legal-links, .legal-pages .download-links, .download-page .legal-links, .download-page .download-links {
    text-align: center
}

.legal-pages .legal-links .msa-download, .legal-pages .legal-links .zip-download, .legal-pages .download-links .msa-download, .legal-pages .download-links .zip-download, .download-page .legal-links .msa-download, .download-page .legal-links .zip-download, .download-page .download-links .msa-download, .download-page .download-links .zip-download {
    margin: 45px 0;
    display: inline-block;
    line-height: 36px
}

.legal-pages .legal-links .msa-download svg, .legal-pages .legal-links .zip-download svg, .legal-pages .download-links .msa-download svg, .legal-pages .download-links .zip-download svg, .download-page .legal-links .msa-download svg, .download-page .legal-links .zip-download svg, .download-page .download-links .msa-download svg, .download-page .download-links .zip-download svg {
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    margin: 0 15px 0 0
}

.legal-pages .legal-links .msa-download:hover, .legal-pages .legal-links .zip-download:hover, .legal-pages .download-links .msa-download:hover, .legal-pages .download-links .zip-download:hover, .download-page .legal-links .msa-download:hover, .download-page .legal-links .zip-download:hover, .download-page .download-links .msa-download:hover, .download-page .download-links .zip-download:hover {
    background: #f2f4f6
}

.legal-pages .legal-docs, .download-page .legal-docs {
    max-width: 60em
}

.legal-pages .privacy-content li, .download-page .privacy-content li {
    list-style: none
}

.legal-pages .privacy-content li li, .download-page .privacy-content li li {
    list-style: none
}

.legal-pages .privacy-content li li li, .download-page .privacy-content li li li {
    list-style-type: numeric
}

.legal-pages .privacy-content li li li h3, .download-page .privacy-content li li li h3 {
    font-weight: normal;
    font-size: 16px
}

.legal-pages .privacy-content li li li p, .download-page .privacy-content li li li p {
    margin: 0.5em 0
}

.legal-pages .privacy-content h2, .download-page .privacy-content h2 {
    font-size: 20px;
    font-weight: 500
}

.legal-pages .privacy-content h3, .download-page .privacy-content h3 {
    font-size: 18px
}

.legal-pages .privacy-content .for_boxes, .download-page .privacy-content .for_boxes {
    list-style: none;
    padding: 0
}

.legal-pages .privacy-content .iub_header, .download-page .privacy-content .iub_header {
    display: none
}

.legal-pages .privacy-content .simple_pp > h2, .download-page .privacy-content .simple_pp > h2 {
    font-size: 18px;
    font-weight: 500;
    margin: 1.5em 0
}

.legal-pages .privacy-content .simple_pp > .one_line_col, .download-page .privacy-content .simple_pp > .one_line_col {
    display: none
}

.legal-pages .privacy-content .iub_footer, .download-page .privacy-content .iub_footer {
    display: none
}

.legal-pages .privacy-content .type-loader, .download-page .privacy-content .type-loader {
    margin: 75px auto 0
}

@media (min-width: 60em) {
    .legal-pages .msa-download, .legal-pages .zip-download, .download-page .msa-download, .download-page .zip-download {
        margin: 75px 0
    }

    .legal-pages .documents-list li, .download-page .documents-list li {
        width: 20%;
        margin-bottom: 0
    }
}

.upgrades-page table {
    margin: 0 auto 50px;
    max-width: 800px
}

.upgrades-page table td:last-child {
    width: 100px
}

.upgrades-page .footnote {
    max-width: 800px;
    margin: -35px auto 35px
}

.upgrades-page em {
    color: #a8b5c0
}

.login-page .login-form {
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto 100px
}

.login-page .login-form label {
    display: block;
    margin-bottom: 4px;
    color: #99a9b5
}

.login-page .login-form input[type="text"], .login-page .login-form input[type="password"] {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #c5ced5;
    padding: 12px;
    font-size: 16px;
    color: #3c484f;
    border-radius: 2px;
    line-height: 1.3
}

.login-page .login-form button[type="submit"] {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 25px;
    padding: 18px 0
}

.login-page .login-form input[type="checkbox"] + label {
    display: inline-block;
    margin-left: 4px
}

.login-page .login-form .forgot {
    float: right
}

.login-page .login-form .remember {
    float: left
}

.contact-page .page-banner {
    background: url(/static/imgs/contact-building_bg.jpg) no-repeat top center/cover;
    min-height: 600px
}

.contact-page .page-banner:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    background: #28a6de;
    background: -moz-linear-gradient(-45deg, #1a66ac 15%, #28a6de 100%);
    background: -webkit-linear-gradient(-45deg, #1a66ac 15%, #28a6de 100%);
    background: linear-gradient(135deg, #1a66ac 0%, #28a6de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$navy', endColorstr='$blue', GradientType=1)
}

.contact-page .page-banner h2 {
    text-align: left;
    margin-bottom: 0;
    line-height: 1
}

.contact-page .page-banner h3 {
    margin: 0 0 20px;
    font-size: 21px;
    font-weight: 500
}

.contact-page .page-banner .subtitle {
    margin: 0 0 40px
}

.contact-page .page-banner .inner {
    text-align: left
}

.contact-page .contact-form {
    width: 100%;
    margin-bottom: 25px
}

@media (min-width: 48em) {
    .contact-page .contact-form {
        width: 31.0344827586%;
        float: left;
        margin-right: 3.4482758621%;
        margin-bottom: 0
    }
}

.contact-page .contact-form i {
    float: left;
    margin-right: 15px;
    padding: 4px 14px 4px 0;
    border-right: 1px solid #fff;
    color: #fff;
    opacity: 0.25
}

.contact-page .contact-form input[type="text"], .contact-page .contact-form input[type="email"], .contact-page .contact-form textarea {
    width: 100%;
    padding: 2px 0;
    border: none;
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    background: none
}

.contact-page .contact-form input[type="text"]::placeholder, .contact-page .contact-form input[type="email"]::placeholder, .contact-page .contact-form textarea::placeholder {
    color: #fff
}

.contact-page .contact-form textarea {
    height: 125px;
    resize: none;
    font: 16px/1.25 "Roboto", Arial, sans-serif
}

.contact-page .contact-form #last-name {
    position: absolute;
    left: -99999px
}

.contact-page .contact-form .select-box {
    overflow: hidden;
    background: rgba(18, 86, 117, 0.75);
    margin-top: 15px;
    border-radius: 4px;
    text-indent: 14px
}

.contact-page .contact-form .select-box select {
    border: none;
    color: #fff
}

.contact-page .contact-form .select-box option {
    font-size: 16px;
    padding: 2px
}

.contact-page .contact-form .select-box:hover:after {
    color: #fff
}

.contact-page .contact-form button {
    margin: 15px 0 0
}

.contact-page .contact-form label {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    background: rgba(18, 86, 117, 0.75);
    padding: 14px;
    clear: both;
    margin: 15px 0 0
}

.contact-page .contact-form label span {
    display: block;
    overflow: hidden
}

.contact-page .contact-form label[for="name"] {
    margin-top: 0
}

.contact-page .contact-form label.error {
    border: 1px solid #e74c3c
}

.contact-page .contact-form .captcha-question {
    float: left;
    margin: 25px 8px 0 0
}

.contact-page .contact-form .captcha-label {
    width: 25px;
    padding: 5px;
    margin-top: 20px;
    float: left;
    clear: none
}

.contact-page .contact-form .captcha-label input {
    text-align: center
}

.contact-page .contact-form .loading {
    opacity: 0.75;
    pointer-events: none;
    color: #f26c4f
}

.contact-page .contact-form .loading svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px
}

.contact-page .contact-form .loading-spin {
    fill: #fff
}

.contact-page .contact-form #submit-msg {
    position: relative
}

.contact-page .contact-form .alert.alert-error {
    background: rgba(231, 76, 60, 0.7);
    border: 1px solid #e74c3c;
    padding: 5px 8px;
    margin: 0 0 10px 0
}

.contact-page .success-msg {
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 6px;
    background: rgba(18, 86, 117, 0.75);
    padding: 30px
}

.contact-page .success-msg h3 {
    margin: 0
}

.contact-page .success-msg p {
    margin: 0
}

.contact-page .success-msg .success-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 15px;
    border: 3px solid #3fc380;
    border-radius: 500px
}

.contact-page .success-msg .success-icon svg {
    position: relative;
    top: 6px;
    width: 28px;
    height: 28px;
    fill: #3fc380
}

@media (min-width: 48em) {
    .contact-page .success-msg {
        width: 31.0344827586%;
        float: left;
        margin-right: 3.4482758621%;
        margin-bottom: 0
    }
}

.contact-page .sales-dept .wechat-qr {
    max-width: 150px;
    display: block;
    padding: 10px 15px 15px 15px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #dae0e5;
    margin: 0 0 15px
}

.contact-page .sales-dept .header-title {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px
}

.contact-page .department-info {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.55);
    padding-left: 40px
}

@media (min-width: 48em) {
    .contact-page .department-info {
        width: 65.5172413793%;
        float: right;
        margin-right: 0
    }
}

.contact-page .company-info h3 {
    margin-bottom: 8px
}

.contact-page .tech-support, .contact-page .abuse-dept, .contact-page .sales-dept, .contact-page .existing-customers {
    float: left;
    margin: 0 60px 20px 0
}

.contact-page .tech-support ul, .contact-page .abuse-dept ul, .contact-page .sales-dept ul, .contact-page .existing-customers ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.contact-page .tech-support ul li, .contact-page .abuse-dept ul li, .contact-page .sales-dept ul li, .contact-page .existing-customers ul li {
    margin-bottom: 18px
}

.contact-page .tech-support i, .contact-page .abuse-dept i, .contact-page .sales-dept i, .contact-page .existing-customers i {
    margin-right: 8px;
    opacity: 0.55
}

.contact-page .tech-support a, .contact-page .abuse-dept a, .contact-page .sales-dept a, .contact-page .existing-customers a {
    color: #fff
}

@media (min-width: 48em) {
    .contact-page .tech-support, .contact-page .abuse-dept, .contact-page .sales-dept, .contact-page .existing-customers {
        margin-top: 0
    }
}

.contact-page .knowledgebase {
    text-align: center
}

.contact-page .knowledgebase .content {
    max-width: 900px
}

.contact-page .knowledgebase .kb-icon {
    display: block;
    margin: 0 auto 40px
}

.contact-page .knowledgebase h3 {
    margin-bottom: 25px;
    text-align: center
}

.contact-page .knowledgebase .desc {
    max-width: 600px;
    margin: 0 0 25px 0
}

@media (min-width: 48em) {
    .contact-page .knowledgebase {
        text-align: left
    }

    .contact-page .knowledgebase .kb-icon {
        float: right;
        margin: 0
    }

    .contact-page .knowledgebase h3 {
        text-align: left
    }
}

.contact-page + footer {
    margin-top: 0
}

.sitemap-3col {
    border-top: 1px solid #EEEEEE;
    margin: 40px 0;
    overflow: hidden;
    padding: 20px
}

.sitemap-3col .sitemap {
    text-align: center;
    display: block;
    font-size: 14px;
    position: relative;
    margin-bottom: 60px
}

@media (min-width: 48em) {
    .sitemap-3col .sitemap {
        width: 31.0344827586%;
        float: left;
        margin-bottom: 30px;
        text-align: left
    }

    .sitemap-3col .sitemap:nth-child(3n+1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0
    }

    .sitemap-3col .sitemap:nth-child(3n+2) {
        margin-left: 34.4827586207%;
        margin-right: -100%;
        clear: none
    }

    .sitemap-3col .sitemap:nth-child(3n+3) {
        margin-left: 68.9655172414%;
        margin-right: -100%;
        clear: none
    }
}

.sitemap-3col .sitemap ul {
    padding-left: 0px;
    text-align: center
}

.sitemap-3col .sitemap

ulnth-child
(
3
n +

2
)
{
    padding-left: 0px
}
@media (min-width: 48em) {
    .sitemap-3col .sitemap

ulnth-child(3n +

2) {
    width: 31.0344827586%;
    float: left;
    margin-bottom: 30px;
    text-align: left
}.sitemap-3col .sitemap

ulnth-child(3n +

2):nth-child(3n+1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0
  }

    .sitemap-3col .sitemap

ulnth-child(3n +

2):nth-child(3n+2) {
      margin-left: 34.4827586207%;
      margin-right: -100%;
      clear: none
  }

    .sitemap-3col .sitemap

ulnth-child(3n +

2):nth-child(3n+3) {
      margin-left: 68.9655172414%;
      margin-right: -100%;
      clear: none
  }
}

.sitemap-3col .sitemap ul li {
    display: block;
    font-size: 18px;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    list-style: none
}

@media (min-width: 48em) {
    .sitemap-3col .sitemap ul li {
        font-size: 18px;
        position: relative;
        margin-bottom: 10px;
        text-align: left;
        margin: 1em 0 0;
        font-weight: 300;
        list-style: none
    }
}

.sitemap-3col .sitemap ul h5 {
    font-size: 20px;
    margin: 1em 0 0;
    font-weight: 400;
    line-height: 3
}

@media (min-width: 48em) {
    .sitemap-3col .sitemap ul h5 {
        text-align: left;
        margin: 0;
        line-height: 4;
        color: #999
    }
}

.sitemap-3col .sitemap ul.border {
    border-top: 1px solid #e3e7eb;
    padding-top: 60px
}

@media (min-width: 48em) {
    .sitemap-3col .sitemap ul.two-col li {
        width: 49.1525423729%;
        float: left
    }

    .sitemap-3col .sitemap ul.two-col li:nth-child(2n+1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0
    }

    .sitemap-3col .sitemap ul.two-col li:nth-child(2n+2) {
        margin-left: 50.8474576271%;
        margin-right: -100%;
        clear: none
    }
}

.blog-page p {
    margin-top: 0
}

.blog-page a {
    color: #3c484f
}

.blog-page a:hover {
    color: #28a6de
}

.blog-page .text-blue {
    color: #28a6de !important
}

.blog-page .text-blue:hover {
    color: #1c87b7 !important
}

.blog-page .hr-divider {
    margin: 2.25rem 0;
    height: 1px;
    width: 100%;
    background: #eee
}

@media (min-width: 48em) {
    .blog-page .hr-divider {
        margin: 3.5rem 0
    }
}

.blog-page .blog-title {
    margin: 1rem 0 2rem
}

@media (min-width: 48em) {
    .blog-page .blog-title {
        margin: 2rem 0 4rem
    }
}

.blog-page .tags {
    display: none
}

.blog-page .tags a {
    font-weight: normal;
    font-size: 14px;
    border-radius: 500px;
    color: #8396a0;
    background: rgba(122, 135, 147, 0.1);
    display: inline-block;
    font-weight: 500;
    line-height: 1.3;
    padding: 0.5rem 1rem;
    transition: 0.2s ease-in-out;
    margin: 0 0 0.75rem 0.5rem
}

.blog-page .tags a:hover, .blog-page .tags a:focus {
    color: #fff;
    background-color: #8396a0
}

@media (min-width: 48em) {
    .blog-page .tags {
        display: block
    }
}

.blog-page .sidebar {
    padding: 0;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}

.blog-page .sidebar .side-title {
    font-weight: 500;
    color: #28a6de;
    font-size: 18px;
    padding: 0 0 1.5rem
}

.blog-page .sidebar .side-post-list {
    margin: 0;
    padding: 0;
    list-style: none
}

@media (min-width: 48em) {
    .blog-page .sidebar {
        width: 23.7288135593%;
        float: left;
        margin-right: 1.6949152542%
    }
}

.blog-page .posts {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}

.blog-page .posts .post {
    margin: 0 0 2.25rem;
    padding: 0 0 2.25rem;
    border-bottom: 1px solid #eee
}

.blog-page .posts .post .post-title {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 0.5rem
}

.blog-page .posts .post .post-details {
    margin: 0 0 1.5rem;
    font-size: 16px;
    color: #aaa
}

.blog-page .posts .post .post-details a {
    color: #28a6de
}

.blog-page .posts .post .post-details a:hover {
    color: #1c87b7
}

.blog-page .posts .post .post-excerpt {
    margin: 1rem 0;
    line-height: 1.5
}

@media (min-width: 48em) {
    .blog-page .posts .post .post-excerpt {
        margin: 2.5rem 0
    }
}

.blog-page .posts .post .post-read-more {
    margin: 1.25rem 0 0
}

.blog-page .posts .post .post-read-more a {
    color: #28a6de
}

@media (min-width: 48em) {
    .blog-page .posts .post:first-child {
        margin-top: 5rem
    }
}

@media (min-width: 48em) {
    .blog-page .posts .post {
        margin: 0 0 4rem;
        padding: 0 0 4rem
    }
}

@media (min-width: 48em) {
    .blog-page .posts {
        padding: 0 0 0 4rem;
        width: 74.5762711864%;
        float: right;
        margin-right: 0
    }
}

.blog-post-page .content {
    margin: 2rem auto 0
}

.blog-post-page .content .back-btn {
    background: none;
    padding: 0;
    border: 0;
    color: #28a6de
}

.blog-post-page .content .back-btn:hover {
    color: #1c87b7
}

.blog-post-page .content .post {
    max-width: 830px;
    margin: 0 auto
}

.blog-post-page .content .post p {
    margin: 0 0 2rem
}

.blog-post-page .content .post .post-title {
    font-size: 38px;
    margin: 1rem 0 1rem
}

@media (min-width: 48em) {
    .blog-post-page .content .post .post-title {
        margin: 2rem 0 1rem
    }
}

.blog-post-page .content .post .post-details {
    margin: 0 0 2rem
}

.blog-post-page .content .post .post-featured-image {
    margin: 0 0 2rem
}

.blog-post-page .pagination {
    max-width: 830px;
    margin: 4rem auto 0;
    padding: 4rem 0 0;
    border-top: 1px solid #eee
}

.blog-page .pagination, .blog-post-page .pagination {
    flex: 1;
    display: flex;
    justify-content: space-between
}

.blog-page .pagination a, .blog-post-page .pagination a {
    font-weight: normal;
    font-size: 16px;
    border-radius: 500px;
    color: #8396a0;
    background: #eef1f3;
    display: inline-block;
    font-weight: 500;
    line-height: 1.3;
    padding: 0.5rem 1rem;
    transition: 150ms ease-in-out;
    margin: 0 0 0.75rem 0.5rem
}

.blog-page .pagination a:hover, .blog-post-page .pagination a:hover {
    background: #7a8793;
    color: #fff
}

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

.icon-extend {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-search:before {
    content: "\e906"
}

.icon-cloud:before {
    content: "\e904"
}

.icon-bug:before {
    content: "\e905"
}

.icon-security:before {
    content: "\e901"
}

.icon-cloud-backup:before {
    content: "\e902"
}

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

.icon-plus:before {
    content: "\e601"
}

.icon-creditcard:before {
    content: "\e602"
}

.icon-delete:before {
    content: "\e603"
}

.icon-gear:before {
    content: "\e604"
}

.icon-lock:before {
    content: "\e605"
}

.icon-question:before {
    content: "\e606"
}

.icon-fail:before {
    content: "\e607"
}

.icon-success:before {
    content: "\e608"
}

.icon-arrow:before {
    content: "\e609"
}

.icon-arrow2:before {
    content: "\e60a"
}

.icon-users:before {
    content: "\e60b"
}

.icon-globe-lock:before {
    content: "\e60c"
}

.icon-bar-chart:before {
    content: "\e60d"
}

.icon-loader:before {
    content: "\e60e"
}

.icon-speedometer:before {
    content: "\e60f"
}

.icon-trash:before {
    content: "\e800"
}

.icon-firewall-opt:before {
    content: "\e900"
}

.icon-earth:before {
    content: "\e903"
}
