@charset "UTF-8";
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm {
    padding: 5px 10px
}

.btn-sm,
.btn-xs {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, Courier New, monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

code,
kbd {
    padding: 2px 4px;
    font-size: 90%
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control,
output {
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.container,
.logo-slider__inner,
.social-proof__inner {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container,
    .logo-slider__inner,
    .social-proof__inner {
        width: 750px
    }
}

@media (min-width:992px) {
    .container,
    .logo-slider__inner,
    .social-proof__inner {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container,
    .logo-slider__inner,
    .social-proof__inner {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}




@media print {
    *,
    :after,
    :before {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

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

html {
    font-size: 16px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

caption,
th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0"
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014"
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.features-and-video__inner:after,
.features-and-video__inner:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.hero-email-form__inner:after,
.hero-email-form__inner:before,
.hero-save__inner:after,
.hero-save__inner:before,
.hero__anchor-nav-row:after,
.hero__anchor-nav-row:before,
.hero__beltNav ul:after,
.hero__beltNav ul:before,
.hero__inner:after,
.hero__inner:before,
.logo-slider__inner:after,
.logo-slider__inner:before,
.pricing-hero-inner:after,
.pricing-hero-inner:before,
.row:after,
.row:before,
.social-proof__inner:after,
.social-proof__inner:before,
.support__inner:after,
.support__inner:before,
.video-lightbox__inner:after,
.video-lightbox__inner:before,
div.accordion-wrapper.med .accordion-entry:after,
div.accordion-wrapper.med .accordion-entry:before,
div.accordion-wrapper.med .accordion-heading:after,
div.accordion-wrapper.med .accordion-heading:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.features-and-video__inner:after,
.form-horizontal .form-group:after,
.hero-email-form__inner:after,
.hero-save__inner:after,
.hero__anchor-nav-row:after,
.hero__beltNav ul:after,
.hero__inner:after,
.logo-slider__inner:after,
.pricing-hero-inner:after,
.row:after,
.social-proof__inner:after,
.support__inner:after,
.video-lightbox__inner:after,
div.accordion-wrapper.med .accordion-entry:after,
div.accordion-wrapper.med .accordion-heading:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix,
.featherlight {
    position: fixed
}

.featherlight {
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: transparent
}

.featherlight:last-of-type {
    background: rgba(0, 0, 0, .8)
}

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

.featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    cursor: auto;
    white-space: normal
}

.featherlight .featherlight-inner {
    display: block
}

.featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    background: hsla(0, 0%, 100%, .3);
    color: #000
}

.featherlight .featherlight-image {
    width: 100%
}

.featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0
}

.featherlight iframe {
    border: none
}

@media only screen and (max-width:1024px) {
    .featherlight .featherlight-content {
        margin-left: 10px;
        margin-right: 10px;
        max-height: 98%;
        border-bottom: 10px solid transparent
    }
}

.flag-icon,
.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.flag-icon {
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em
}

.flag-icon:before {
    content: "\00a0"
}

.flag-icon.flag-icon-squared {
    width: 1em
}

.flag-icon-at {
    background-image: url()
}

.flag-icon-at.flag-icon-squared {
    background-image: url()
}

.flag-icon-au {
    background-image: url()
}

.flag-icon-au.flag-icon-squared {
    background-image: url()
}

.flag-icon-be {
    background-image: url()
}

.flag-icon-be.flag-icon-squared {
    background-image: url()
}

.flag-icon-br {
    background-image: url()
}

.flag-icon-br.flag-icon-squared {
    background-image: url()
}

.flag-icon-ca {
    background-image: url()
}

.flag-icon-ca.flag-icon-squared {
    background-image: url()
}

.flag-icon-ch {
    background-image: url()
}

.flag-icon-ch.flag-icon-squared {
    background-image: url()
}

.flag-icon-cn {
    background-image: url()
}

.flag-icon-cn.flag-icon-squared {
    background-image: url()
}

.flag-icon-de {
    background-image: url()
}

.flag-icon-de.flag-icon-squared {
    background-image: url()
}

.flag-icon-dk {
    background-image: url()
}

.flag-icon-dk.flag-icon-squared {
    background-image: url()
}

.flag-icon-es {
    background-image: url()
}

.flag-icon-es.flag-icon-squared {
    background-image: url()
}

.flag-icon-fi {
    background-image: url()
}

.flag-icon-fi.flag-icon-squared {
    background-image: url()
}

.flag-icon-fr {
    background-image: url()
}

.flag-icon-fr.flag-icon-squared {
    background-image: url()
}

.flag-icon-gb {
    background-image: url()
}

.flag-icon-gb.flag-icon-squared {
    background-image: url()
}

.flag-icon-hk {
    background-image: url()
}

.flag-icon-hk.flag-icon-squared {
    background-image: url()
}

.flag-icon-ie {
    background-image: url()
}

.flag-icon-ie.flag-icon-squared {
    background-image: url()
}

.flag-icon-in {
    background-image: url();
}

.flag-icon-in.flag-icon-squared {
    background-image: url()
}

.flag-icon-it {
    background-image: url()
}

.flag-icon-it.flag-icon-squared {
    background-image: url()
}

.flag-icon-jp {
    background-image: url()
}

.flag-icon-jp.flag-icon-squared {
    background-image: url()
}

.flag-icon-kr {
    background-image: url()
}

.flag-icon-kr.flag-icon-squared {
    background-image: url()
}

.flag-icon-nl {
    background-image: url()
}

.flag-icon-nl.flag-icon-squared {
    background-image: url()
}

.flag-icon-no {
    background-image: url()
}

.flag-icon-no.flag-icon-squared {
    background-image: url()
}

.flag-icon-nz {
    background-image: url())
}

.flag-icon-nz.flag-icon-squared {
    background-image: url()
}

.flag-icon-pl {
    background-image: url()
}

.flag-icon-pl.flag-icon-squared {
    background-image: url()
}

.flag-icon-pt {
    background-image: url()
}

.flag-icon-pt.flag-icon-squared {
    background-image: url()
}

.flag-icon-se {
    background-image: url()
}

.flag-icon-se.flag-icon-squared {
    background-image: url()
}

.flag-icon-sg {
    background-image: url()
}

.flag-icon-sg.flag-icon-squared {
    background-image: url())
}

.flag-icon-us {
    background-image: url()
}

.flag-icon-us.flag-icon-squared {
    background-image: url()
}

.flag-icon-eu {
    background-image: url()
}

.flag-icon-eu.flag-icon-squared {
    background-image: url()
}

.flag-icon-gb-eng {
    background-image: url()
}

.flag-icon-gb-eng.flag-icon-squared {
    background-image: url()
}

.flag-icon-gb-sct {
    background-image: url()
}

.flag-icon-gb-sct.flag-icon-squared {
    background-image: url()
}

.flag-icon-gb-wls {
    background-image: url()
}

.flag-icon-gb-wls.flag-icon-squared {
    background-image: url()
}

.flag-icon-mx {
    background-image: url()
}

.flag-icon-mx.flag-icon-squared {
    background-image: url()
}

.flag-icon-un {
    background-image: url()
}

.flag-icon-un.flag-icon-squared {
    background-image: url()
}

.flag-icon-co {
    background-image: url()
}

.flag-icon-co.flag-icon-squared {
    background-image: url()
}

.flag-icon-ar {
    background-image: url()
}

.flag-icon-ar.flag-icon-squared {
    background-image: url()
}

.flag-icon-tr {
    background-image: url()
}

.flag-icon-tr.flag-icon-squared {
    background-image: url()
}

.flag-icon-sa {
    background-image: url()
}

.flag-icon-sa.flag-icon-squared {
    background-image: url()
}

.flag-icon-il {
    background-image: url()
}

.flag-icon-il.flag-icon-squared {
    background-image: url()
}

.flag-icon-ae {
    background-image: url()
}

.flag-icon-ae.flag-icon-squared {
    background-image: url()
}

.flag-icon-za {
    background-image: url()
}

.flag-icon-za.flag-icon-squared {
    background-image: url()
}

.flag-sprite {
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: .9999999em
}

.flag-sprite:before {
    content: "\00a0"
}

.flag-sprite--4x3 {
    background: url() no-repeat;
    background-size: 100px
}

.flag-sprite-ae {
    background-position: 20% 0
}

.flag-sprite-ar {
    background-position: 80% 0
}

.flag-sprite-at {
    background-position: 0 16.66666667%
}

.flag-sprite-au {
    background-position: 20% 16.66666667%
}

.flag-sprite-be {
    background-position: 40% 0
}

.flag-sprite-br {
    background-position: 40% 16.66666667%
}

.flag-sprite-ca {
    background-position: 0 33.33333333%
}

.flag-sprite-ch {
    background-position: 20% 33.33333333%
}

.flag-sprite-cn {
    background-position: 40% 33.33333333%;
    background-size: 180px
}

.flag-sprite-co {
    background-position: 60% 0
}

.flag-sprite-de {
    background-position: 60% 16.66666667%
}

.flag-sprite-dk {
    background-position: 60% 33.33333333%
}

.flag-sprite-es {
    background-position: 0 50%
}

.flag-sprite-eu {
    background-position: 20% 50%
}

.flag-sprite-fi {
    background-position: 40% 50%
}

.flag-sprite-fr {
    background-position: 60% 50%
}

.flag-sprite-gb {
    background-position: 0 66.66666667%
}

.flag-sprite-gb-eng {
    background-position: 20% 66.66666667%
}

.flag-sprite-gb-sct {
    background-position: 40% 66.66666667%
}

.flag-sprite-gb-wls {
    background-position: 60% 66.66666667%
}

.flag-sprite-hk {
    background-position: 0 0
}

.flag-sprite-ie {
    background-position: 80% 16.66666667%
}

.flag-sprite-il {
    background-position: 80% 33.33333333%
}

.flag-sprite-in {
    background-position: 80% 50%
}

.flag-sprite-it {
    background-position: 80% 66.66666667%
}

.flag-sprite-jp {
    background-position: 0 83.33333333%
}

.flag-sprite-kr {
    background-position: 20% 83.33333333%
}

.flag-sprite-mx {
    background-position: 40% 83.33333333%
}

.flag-sprite-nl {
    background-position: 60% 83.33333333%
}

.flag-sprite-no {
    background-position: 80% 83.33333333%
}

.flag-sprite-nz {
    background-position: 100% 0
}

.flag-sprite-pl {
    background-position: 100% 16.66666667%
}

.flag-sprite-pt {
    background-position: 100% 33.33333333%
}

.flag-sprite-sa {
    background-position: 100% 50%
}

.flag-sprite-se {
    background-position: 100% 66.66666667%
}

.flag-sprite-sg {
    background-position: 100% 83.33333333%
}

.flag-sprite-tr {
    background-position: 0 100%
}

.flag-sprite-un {
    background-position: 20% 100%
}

.flag-sprite-us {
    background-position: 40% 100%
}

.flag-sprite-za {
    background-position: 60% 100%
}

#nprogress {
    pointer-events: none
}

#nprogress .bar {
    background: #309ddc;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #309ddc, 0 0 5px #309ddc;
    opacity: 1;
    transform: rotate(3deg) translateY(-4px)
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-top-color: #309ddc;
    border-left-color: #309ddc;
    border-radius: 50%;
    animation: i .4s linear infinite
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative
}

.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
    position: absolute
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: a
}

@keyframes a {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../../../../owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.progressjs-inner {
    width: 0
}

.progressjs-progress {
    z-index: 9999999
}

.progressjs-theme-blue .progressjs-inner {
    height: 2px;
    transition: all .3s ease-out;
    background-color: #3498db
}

.progressjs-theme-blue.progressjs-end {
    transition: opacity .2s ease-out;
    opacity: 0
}

.progressjs-theme-blue .progressjs-percent {
    display: none
}

.progressjs-theme-blueOverlay {
    background-color: #fff;
    transition: all .2s ease-out
}

.progressjs-theme-blueOverlay .progressjs-inner {
    height: 100%;
    transition: all .3s ease-out;
    background-color: #3498db
}

.progressjs-theme-blueOverlay.progressjs-end {
    opacity: 0!important
}

.progressjs-theme-blueOverlay .progressjs-percent {
    display: none
}

.progressjs-theme-blueOverlayRadius {
    background-color: #fff;
    transition: all .2s ease-out;
    border-radius: 5px
}

.progressjs-theme-blueOverlayRadius .progressjs-inner {
    height: 100%;
    transition: all .3s ease-out;
    background-color: #3498db;
    border-radius: 5px
}

.progressjs-theme-blueOverlayRadius.progressjs-end {
    opacity: 0!important
}

.progressjs-theme-blueOverlayRadius .progressjs-percent {
    display: none
}

.progressjs-theme-blueOverlayRadiusHalfOpacity {
    background-color: #fff;
    opacity: .5;
    transition: all .2s ease-out;
    border-radius: 5px
}

.progressjs-theme-blueOverlayRadiusHalfOpacity .progressjs-inner {
    height: 100%;
    transition: all .3s ease-out;
    background-color: #3498db;
    border-radius: 5px
}

.progressjs-theme-blueOverlayRadiusHalfOpacity.progressjs-end {
    opacity: 0!important
}

.progressjs-theme-blueOverlayRadiusHalfOpacity .progressjs-percent {
    display: none
}

.progressjs-theme-blueOverlayRadiusWithPercentBar {
    background-color: #fff;
    transition: all .2s ease-out;
    border-radius: 5px
}

.progressjs-theme-blueOverlayRadiusWithPercentBar .progressjs-inner {
    height: 100%;
    transition: all .3s ease-out;
    background-color: #3498db;
    border-radius: 5px
}

.progressjs-theme-blueOverlayRadiusWithPercentBar.progressjs-end {
    opacity: 0!important
}

.progressjs-theme-blueOverlayRadiusWithPercentBar .progressjs-percent {
    width: 70px;
    text-align: center;
    height: 40px;
    position: absolute;
    right: 50%;
    margin-right: -35px;
    top: 50%;
    margin-top: -20px;
    font-size: 30px;
    opacity: .5
}

.progressjs-theme-blackRadiusInputs {
    height: 10px;
    border-radius: 10px;
    overflow: hidden
}

.progressjs-theme-blackRadiusInputs .progressjs-inner {
    height: 2px;
    transition: all 1s ease-out;
    background-color: #34495e
}

.progressjs-theme-blackRadiusInputs.progressjs-end {
    transition: opacity .2s ease-out;
    opacity: 0
}

.progressjs-theme-blackRadiusInputs .progressjs-percent {
    display: none
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
    border: none;
    background: #1b1b1b;
    background: hsla(0, 0%, 4%, .9)
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box {
    margin-top: 8px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box {
    margin-right: 8px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box {
    margin-left: 8px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box {
    margin-bottom: 8px
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
    height: 8px;
    margin-left: -8px;
    width: 16px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow {
    height: 16px;
    margin-left: 0;
    margin-top: -8px;
    width: 8px
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background {
    display: none
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border {
    border: 8px solid transparent
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #1b1b1b;
    border-bottom-color: hsla(0, 0%, 4%, .9)
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #1b1b1b;
    border-left-color: hsla(0, 0%, 4%, .9)
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #1b1b1b;
    border-right-color: hsla(0, 0%, 4%, .9)
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #1b1b1b;
    border-top-color: hsla(0, 0%, 4%, .9)
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -8px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped {
    left: -8px
}

.tooltipster-base {
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    position: absolute
}

.tooltipster-box {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden
}

.tooltipster-fade {
    opacity: 0;
    transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
    opacity: 1
}

.tooltipster-grow {
    transform: scale(0);
    transition-property: transform;
    -webkit-backface-visibility: hidden
}

.tooltipster-grow.tooltipster-show {
    transform: scale(1);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    transform: rotate(4deg);
    transition-property: transform
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall {
    transition-property: top;
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
    top: 0!important
}

.tooltipster-fall.tooltipster-dying {
    transition-property: all;
    top: 0!important;
    opacity: 0
}

.tooltipster-slide {
    transition-property: left;
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-slide.tooltipster-initial {
    left: -40px!important
}

.tooltipster-slide.tooltipster-dying {
    transition-property: all;
    left: 0!important;
    opacity: 0
}

.tooltipster-update-fade {
    animation: m .4s
}

@keyframes b {
    25% {
        transform: rotate(-2deg)
    }
    75% {
        transform: rotate(2deg)
    }
    to {
        transform: rotate(0)
    }
}

.tooltipster-update-rotate {
    animation: b .6s
}

@keyframes c {
    50% {
        transform: scale(1.1)
    }
    to {
        transform: scale(1)
    }
}

.tooltipster-update-scale {
    animation: c .6s
}

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid #000;
    border-radius: 4px
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px
}

.tooltipster-sidetip .tooltipster-content {
    color: #fff;
    line-height: 18px;
    padding: 6px 14px
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top: 3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: -3px
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #000
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #000
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #000
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #000
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px
}

@font-face {
    font-family: Lato-Light;
    font-style: normal;
    font-weight: 300;
    src: local("Lato Light"), local("Lato-Light"), url(https://assets.cdngetgo.com/resource/assets/fonts/lato/Lato-Light.5820a1688bd1605a735d75c2ac01e732.woff2) format("woff2");
    unicode-range: u+0100-024f, u+1e??, u+20a0-20ab, u+20ad-20cf, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 400;
    src: local("Lato Regular"), local("Lato-Regular"), url(https://assets.cdngetgo.com/resource/assets/fonts/lato/Lato-Regular.b429149474e597ea4291f953d459f198.woff2) format("woff2");
    unicode-range: u+0100-024f, u+1e??, u+20a0-20ab, u+20ad-20cf, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Lato-Bold;
    font-style: normal;
    font-weight: 700;
    src: local("Lato Bold"), local("Lato-Bold"), url(https://assets.cdngetgo.com/fonts/lato/Lato-Bold.woff2) format("woff2");
    unicode-range: u+0100-024f, u+1e??, u+20a0-20ab, u+20ad-20cf, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: Lato-Light;
    font-style: normal;
    font-weight: 300;
    src: local("Lato Light"), local("Lato-Light"), url(https://assets.cdngetgo.com/resource/assets/fonts/lato/Lato-Light2.644865c33fa52982a152e03f463617fb.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2212, u+2215
}

@font-face {
    font-family: Lato-Regular;
    font-style: normal;
    font-weight: 400;
    src: local("Lato Regular"), local("Lato-Regular"), url(https://assets.cdngetgo.com/resource/assets/fonts/lato/Lato-Regular2.446d52e5d088f0857901e5c70c0fa8cc.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2212, u+2215
}

@font-face {
    font-family: Lato-Bold;
    font-style: normal;
    font-weight: 700;
    src: local("Lato Bold"), local("Lato-Bold"), url(https://assets.cdngetgo.com/resource/assets/fonts/lato/Lato-Bold2.023f99fe6f60351bbcb02c567988b575.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2212, u+2215
}

@font-face {
    font-family: Lato-Semibold;
    font-style: normal;
    font-weight: 600;
    src: local("Lato Semibold"), local("Lato-Semibold"), url(https://assets.cdngetgo.com/fonts/lato/Lato-semibold2.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2212, u+2215
}

@font-face {
    font-family: Lato-Italic;
    font-style: normal;
    font-weight: 400;
    src: url(https://assets.cdngetgo.com/resource/assets/fonts/lato/Lato-Italic.cd995a8ce468371994a791c26a1df69b.ttf) format("truetype")
}

@font-face {
    font-family: web-icons;
    src: url(https://assets.cdngetgo.com/resource/assets/fonts/togo/togoicons.3cf355d0b62768aa1a7fc2a0843e1145.eot);
    src: url(https://assets.cdngetgo.com/resource/assets/fonts/togo/togoicons.3cf355d0b62768aa1a7fc2a0843e1145.eot?#iefix) format("embedded-opentype"), url(https://assets.cdngetgo.com/resource/assets/fonts/togo/togoicons.c002d10934815c2477840b79285c6195.woff) format("woff"), url(https://assets.cdngetgo.com/resource/assets/fonts/togo/togoicons.051d4e63a9532ef88de4e963ae0df97c.ttf) format("truetype"), url(https://assets.cdngetgo.com/resource/assets/fonts/togo/togoicons.5667ef36f4bf3d1eeb5e8dbe56e305f4.svg) format("svg");
    src: url(https://assets.cdngetgo.com/resource/assets/fonts/togo/font-icon.1380e1dc23029650f37908b0ed5bcd0e.eot?h8ok5x);
    src: url(https://assets.cdngetgo.com/resource/assets/fonts/togo/font-icon.1380e1dc23029650f37908b0ed5bcd0e.eot?h8ok5x#iefix) format("embedded-opentype"), url(https://assets.cdngetgo.com/resource/assets/fonts/togo/font-icon.f59b1016ece73d64c375b89f78e13e9b.ttf?h8ok5x) format("truetype"), url(https://assets.cdngetgo.com/resource/assets/fonts/togo/font-icon.1b136e1f0a29ed3328b1ac2b917237fc.woff?h8ok5x) format("woff"), url(https://assets.cdngetgo.com/resource/assets/fonts/togo/font-icon.061f4933808b69c97861b8ca579be5ad.svg?h8ok5x#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: TogoIconFont;
    src: url(https://assets.cdngetgo.com/resource/assets/fonts/togo/togoicons.3cf355d0b62768aa1a7fc2a0843e1145.eot);
    src: url(https://assets.cdngetgo.com/resource/assets/fonts/togo/togoicons.3cf355d0b62768aa1a7fc2a0843e1145.eot?#iefix) format("embedded-opentype"), url(https://assets.cdngetgo.com/resource/assets/fonts/togo/togoicons.c002d10934815c2477840b79285c6195.woff) format("woff"), url(https://assets.cdngetgo.com/resource/assets/fonts/togo/togoicons.051d4e63a9532ef88de4e963ae0df97c.ttf) format("truetype"), url(https://assets.cdngetgo.com/resource/assets/fonts/togo/togoicons.5667ef36f4bf3d1eeb5e8dbe56e305f4.svg) format("svg")
}

.mainContent {
    padding-top: 55px
}

.row.no-gutter {
    margin-right: 0;
    margin-left: 0
}

.row.no-gutter,
.row.no-gutter div[class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.row.fluid {
    max-width: 100%
}

button,
input[type=button],
input[type=submit],
input[type=text] {
    border: none
}

.body-shadow {
    overflow: hidden
}

.padding-top-none {
    padding-top: 0
}

.padding-top-sm {
    padding-top: 30px
}

.padding-top-lg {
    padding-top: 60px
}

.padding-bottom-none {
    padding-bottom: 0
}

.padding-bottom-sm {
    padding-bottom: 0px
}

.padding-bottom-lg {
    padding-bottom: 60px
}

.progressjs-inner {
    height: 40px!important;
    background-color: #309ddc!important
}

.button {
    display: inline-block;
    margin: 0 auto;
    padding: 8px 20px;
    min-width: 180px;
    width: auto;
    height: auto;
    border-radius: 26px;
    text-align: center;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    border: 2px solid #586474
}

.button:hover {
    text-decoration: none
}

.g2m button,
.g2m input[type=button],
.g2m input[type=submit] {
    background: #F89D1D;
}

.g2m button:hover,
.g2m input[type=button]:hover,
.g2m input[type=submit]:hover {
    background:#F89D1D;
}

.g2m .button.button--filled {
    background-color: #fd7a2a;
    color: #fff;
    border-color: #fd7a2a
}

.g2m .button.button--filled:hover {
    background-color: #fc9402;
    border-color: #fc9402
}

.g2m .button.button--color-border {
    background-color: transparent;
    color: #fd7a2a;
    border-color: #fd7a2a
}

.g2m .button.button--color-border:hover {
    background-color: #fd7a2a;
    color: #fff
}

.g2m .button.button--white-border {
    background-color: transparent;
    color: #fff;
    border-color: #fff
}

.g2m .button.button--white-border:hover {
    background-color: #fd7a2a
}

.g2w button,
.g2w input[type=button],
.g2w input[type=submit] {
    background: #0097e1
}

.g2w button:hover,
.g2w input[type=button]:hover,
.g2w input[type=submit]:hover {
    background: #0080bf
}

.g2w .button.button--filled {
    background-color: #0097e1;
    color: #fff;
    border-color: #0097e1
}

.g2w .button.button--filled:hover {
    background-color: #3797d1;
    border-color: #3797d1
}

.g2w .button.button--color-border {
    background-color: transparent;
    color: #0097e1;
    border-color: #0097e1
}

.g2w .button.button--color-border:hover {
    background-color: #0097e1;
    color: #fff
}

.g2w .button.button--white-border {
    background-color: transparent;
    color: #fff;
    border-color: #fff
}

.g2w .button.button--white-border:hover {
    background-color: #0097e1
}

.g2t button,
.g2t input[type=button],
.g2t input[type=submit] {
    background: #e33370
}

.g2t button:hover,
.g2t input[type=button]:hover,
.g2t input[type=submit]:hover {
    background: #a80f5e
}

.g2t .button.button--filled {
    background-color: #e33370;
    color: #fff;
    border-color: #e33370
}

.g2t .button.button--filled:hover {
    background-color: #a80f5e;
    border-color: #a80f5e
}

.g2t .button.button--color-border {
    background-color: transparent;
    color: #e33370;
    border-color: #e33370
}

.g2t .button.button--color-border:hover {
    background-color: #e33370;
    color: #fff
}

.g2t .button.button--white-border {
    background-color: transparent;
    color: #fff;
    border-color: #fff
}

.g2t .button.button--white-border:hover {
    background-color: #e33370
}

.g2a button,
.g2a input[type=button],
.g2a input[type=submit] {
    background: #165c7d
}

.g2a button:hover,
.g2a input[type=button]:hover,
.g2a input[type=submit]:hover {
    background: #2a969d
}

.g2a .button.button--filled {
    background-color: #165c7d;
    color: #fff;
    border-color: #165c7d
}

.g2a .button.button--filled:hover {
    background-color: #2a969d;
    border-color: #2a969d
}

.g2a .button.button--color-border {
    background-color: transparent;
    color: #165c7d;
    border-color: #165c7d
}

.g2a .button.button--color-border:hover {
    background-color: #165c7d;
    color: #fff
}

.g2a .button.button--white-border {
    background-color: transparent;
    color: #fff;
    border-color: #fff
}

.g2a .button.button--white-border:hover {
    background-color: #165c7d
}

.g2p button,
.g2p input[type=button],
.g2p input[type=submit] {
    background: #4e9d2d
}

.g2p button:hover,
.g2p input[type=button]:hover,
.g2p input[type=submit]:hover {
    background: #97c958
}

.g2p .button.button--filled {
    background-color: #4e9d2d;
    color: #fff;
    border-color: #4e9d2d
}

.g2p .button.button--filled:hover {
    background-color: #97c958;
    border-color: #97c958
}

.g2p .button.button--color-border {
    background-color: transparent;
    color: #4e9d2d;
    border-color: #4e9d2d
}

.g2p .button.button--color-border:hover {
    background-color: #4e9d2d;
    color: #fff
}

.g2p .button.button--white-border {
    background-color: transparent;
    color: #fff;
    border-color: #fff
}

.g2p .button.button--white-border:hover {
    background-color: #4e9d2d
}

.ov button,
.ov input[type=button],
.ov input[type=submit] {
    background: #c287ff
}

.ov button:hover,
.ov input[type=button]:hover,
.ov input[type=submit]:hover {
    background: #7361af
}

.ov .button.button--filled {
    background-color: #7361af;
    color: #fff;
    border-color: #7361af
}

.ov .button.button--filled:hover {
    background-color: #c287ff;
    border-color: #c287ff
}

.ov .button.button--color-border {
    background-color: transparent;
    color: #7361af;
    border-color: #7361af
}

.ov .button.button--color-border:hover {
    background-color: #7361af;
    color: #fff
}

.ov .button.button--white-border {
    background-color: transparent;
    color: #fff;
    border-color: #fff
}

.ov .button.button--white-border:hover {
    background-color: #7361af
}

.care-spinner-wrapper {
    width: 100%;
    position: absolute;
    top: 43%
}

.care-spinner-wrapper .care-spinner {
    border: 5px solid rgba(48, 157, 220, .4);
    border-radius: 50%;
    border-top: 5px solid #309ddc;
    width: 50px;
    height: 50px;
    animation: d .8s infinite step-end;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    margin: 0 auto
}

@keyframes d {
    0%,
    to {
        transform: rotate(0)
    }
    25% {
        transform: rotate(90deg)
    }
    50% {
        transform: rotate(180deg)
    }
    75% {
        transform: rotate(270deg)
    }
}

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

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

[class*=" togo-icon-"]:before,
[class^=togo-icon-]:before {
    font-family: TogoIconFont!important
}

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

.icon-x-small:before {
    content: "\e901"
}

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

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

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

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

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

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

.icon-chat-right:before {
    content: "\e908"
}

.icon-search-left:before {
    content: "\e909"
}

.icon-search-right:before {
    content: "\e90a"
}

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

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

.icon-chat-left:before {
    content: "\e90d"
}

.icon-phone-outline-right:before {
    content: "\e90e"
}

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

.icon-rss:before {
    content: "\e910"
}

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

.icon-minimize:before {
    content: "\e912"
}

.icon-more:before {
    content: "\e913"
}

.icon-phone-outline-left:before {
    content: "\e914"
}

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

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

.icon-join-left:before {
    content: "\e917"
}

.icon-join-right:before {
    content: "\e918"
}

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

.icon-check-big:before {
    content: "\e91a"
}

.icon-check-small:before {
    content: "\e91b"
}

.icon-close-x:before {
    content: "\e91c"
}

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

.icon-arrow-up-teaser:before {
    content: "\e91e"
}

.icon-arrow-up-ui:before {
    content: "\e91f"
}

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

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

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

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

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

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

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

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

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

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

.icon-error_warning:before {
    content: "\e92a"
}

.icon-form-processing:before {
    content: "\e92b"
}

.icon-question:before {
    content: "\e92c"
}

.icon-support:before {
    content: "\e92d"
}

form,
form .form-input {
    position: relative
}

form label.error {
    background: transparent;
    color: #fff;
    font-size: .875rem;
    margin: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    text-align: center;
    right: 4px;
    top: 16px;
    border-radius: 100%;
    padding: 0 0 0 7px;
    pointer-events: none
}

form label.error:before {
    content: "\e929";
    color: #cc4337;
    font-family: web-icons!important;
    font-size: 20px;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    line-height: 1;
    position: relative;
    top: 2px;
    left: -4px;
    z-index: 4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

form input[disabled=disabled] {
    background: #edeef0!important
}

form input[type=email],
form input[type=number],
form input[type=password],
form input[type=submit],
form input[type=text],
form select {
    width: 100%;
    height: 3.4375rem;
    padding: .375rem;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1px solid #cbcaca;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

form select {
    color: #a6aeba;
    padding-left: 32px;
    padding-right: 32px;
    background: #fff
}

form .styled-select {
    position: relative
}

form .styled-select select {
    border-top-width: 0;
    border-bottom: 1px solid #cbcaca
}

form .styled-select select:focus {
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-left-style: solid
}

form .styled-select i {
    display: block;
    position: absolute;
    background: #a6aeba;
    color: #fff;
    width: 55px;
    height: 55px;
    right: 0;
    top: 0;
    pointer-events: none
}

form .styled-select i:before {
    content: "\e922";
    font-family: web-icons;
    font-size: 42px;
    font-style: normal;
    padding-left: 7px;
    pointer-events: none
}

form .form-select-help {
    padding: 24px 16px 0 32px;
    font-size: .875rem
}

form .form-select-help a {
    color: #309ddc
}

form .form-select-help a span:before {
    color: #a6aeba;
    font-family: web-icons;
    content: "\e92c";
    margin-right: 8px;
    position: relative;
    top: 1px
}

form input[type=submit] {
    outline: none
}

form input[type=email]::-moz-placeholder,
form input[type=number]::-moz-placeholder,
form input[type=password]::-moz-placeholder,
form input[type=text]::-moz-placeholder {
    color: #a6aeba;
    opacity: 1
}

form input[type=email]:-ms-input-placeholder,
form input[type=number]:-ms-input-placeholder,
form input[type=password]:-ms-input-placeholder,
form input[type=text]:-ms-input-placeholder {
    color: #a6aeba
}

form input[type=email]::-webkit-input-placeholder,
form input[type=number]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder,
form input[type=text]::-webkit-input-placeholder {
    color: #a6aeba
}

form input[type=email].error,
form input[type=number].error,
form input[type=password].error,
form input[type=text].error {
    border: 1px solid #cc4337
}

form input[type=email].error.border-top-none,
form input[type=number].error.border-top-none,
form input[type=password].error.border-top-none,
form input[type=text].error.border-top-none {
    border-top-width: 0
}

form input[type=email].error.border-top-none:focus,
form input[type=number].error.border-top-none:focus,
form input[type=password].error.border-top-none:focus,
form input[type=text].error.border-top-none:focus {
    border-top-width: 2px
}

form input[type=email].error::-moz-placeholder,
form input[type=number].error::-moz-placeholder,
form input[type=password].error::-moz-placeholder,
form input[type=text].error::-moz-placeholder {
    color: #cc4337;
    opacity: 1
}

form input[type=email].error:-ms-input-placeholder,
form input[type=number].error:-ms-input-placeholder,
form input[type=password].error:-ms-input-placeholder,
form input[type=text].error:-ms-input-placeholder {
    color: #cc4337
}

form input[type=email].error::-webkit-input-placeholder,
form input[type=number].error::-webkit-input-placeholder,
form input[type=password].error::-webkit-input-placeholder,
form input[type=text].error::-webkit-input-placeholder {
    color: #cc4337
}

form input[type=email]:focus,
form input[type=number]:focus,
form input[type=password]:focus,
form input[type=text]:focus {
    border: 2px solid
}

form input[type=email].valid+span,
form input[type=number].valid+span,
form input[type=password].valid+span,
form input[type=text].valid+span {
    position: absolute;
    z-index: 4;
    right: 0;
    top: 10px
}

form input[type=email].valid+span:after,
form input[type=number].valid+span:after,
form input[type=password].valid+span:after,
form input[type=text].valid+span:after {
    content: "\e91b";
    color: #6ed003;
    font-family: web-icons!important;
    font-size: 24px;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    line-height: 1;
    position: relative;
    top: 7px;
    left: -4px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

form input[type=checkbox] {
    visibility: hidden
}

form input[type=checkbox]+label {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    background: #fff;
    border: 1px solid #c2c8d0;
    max-width: 20px;
    z-index: 1;
    top: -4px;
    left: -1px;
    cursor: pointer;
    font-weight: 400
}

form input[type=checkbox]+label:after {
    font-family: web-icons;
    font-size: 21px;
    content: "\e91b";
    color: #6dd200;
    width: 16px;
    height: 8px;
    position: absolute;
    left: -1px;
    top: -6px;
    z-index: 2;
    display: none
}

form input[type=checkbox]:checked+label:after {
    display: block
}

.form-tooltip {
    color: #586474;
    display: inline;
    position: relative
}

.form-tooltip:hover {
    text-decoration: none
}

.form-tooltip:hover:after {
    background: #333;
    background: rgba(0, 0, 0, .8);
    border-radius: 10px;
    bottom: 24px;
    color: #fff;
    content: attr(data-tooltip);
    left: 50%;
    padding: 10px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
    font-size: .75rem;
    transform: translateX(-48%);
    line-height: 22px
}

.form-tooltip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
    top: -6px
}

.loading-mask {
    display: none;
    background: hsla(0, 0%, 100%, .93);
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 6
}

.loading-mask__inner {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    transform: translateY(-50%)
}

.loading-mask__inner .loading-message {
    font-size: 1.375rem;
    margin: 25px auto 30px
}

.loading-mask__inner .loader-box {
    position: relative;
    transition: all .2s ease
}

.loading-mask__inner .loader:before {
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    height: 12px;
    width: 12px;
    border-radius: 12px;
    animation: e 3s ease-in-out infinite
}

.loading-mask__inner .loader {
    position: relative;
    width: 12px;
    height: 12px;
    top: 46%;
    left: 48%;
    border-radius: 12px;
    animation: f 3s ease-in-out infinite
}

.loading-mask__inner .loader:after {
    content: "";
    position: absolute;
    top: 0;
    left: 25px;
    height: 12px;
    width: 12px;
    border-radius: 12px;
    animation: g 3s ease-in-out infinite
}

.loading-mask__inner:before {
    content: "\e92b";
    color: #23527c;
    font-family: web-icons!important;
    font-size: 60px;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    line-height: 1;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.error-form-submission {
    display: none;
    background: hsla(0, 0%, 100%, .95);
    border: 1px solid #cc4337;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    transform: translateY(-110%)
}

.error-form-submission .error-form-row {
    display: table;
    width: 100%
}

.error-form-submission .error-form-icon {
    background: #cc4337;
    color: #fff;
    display: table-cell;
    width: 10%;
    text-align: center;
    position: relative
}

.error-form-submission .error-form-icon:before {
    content: "\e92a";
    color: #fff;
    font-family: web-icons!important;
    font-size: 24px;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    margin: 0;
    width: 100%;
    left: 0;
    transform: translateY(-50%)
}

.error-form-submission .error-form-message {
    color: #cc4337;
    font-size: .875rem;
    padding: 10px;
    display: table-cell;
    width: 90%
}

.error-form-submission .error-form-message ul {
    margin: 0;
    padding: 0
}

.fp-pxl {
    position: absolute
}

.g2m form input[type=email]:focus,
.g2m form input[type=number]:focus,
.g2m form input[type=password]:focus,
.g2m form input[type=text]:focus,
.g2m form select:focus {
    border-color: #fc9402;
    outline: none
}

.g2m form .styled-select i {
    background: #fd7a2a
}

.g2m .loading-mask__inner:before {
    color: #fc9402
}

.g2w form input[type=email]:focus,
.g2w form input[type=number]:focus,
.g2w form input[type=password]:focus,
.g2w form input[type=text]:focus,
.g2w form select:focus {
    border-color: #0097e1;
    outline: none
}

.g2w form .styled-select i {
    background: #0097e1
}

.g2w .loading-mask__inner:before {
    color: #0097e1
}

.g2t form input[type=email]:focus,
.g2t form input[type=number]:focus,
.g2t form input[type=password]:focus,
.g2t form input[type=text]:focus,
.g2t form select:focus {
    border-color: #e33370;
    outline: none
}

.g2t form .styled-select i {
    background: #e33370
}

.g2t .loading-mask__inner:before {
    color: #e33370
}

.g2a form input[type=email]:focus,
.g2a form input[type=number]:focus,
.g2a form input[type=password]:focus,
.g2a form input[type=text]:focus,
.g2a form select:focus {
    border-color: #76ccce;
    outline: none
}

.g2a form .styled-select i {
    background: #165c7d
}

.g2a .loading-mask__inner:before {
    color: #76ccce
}

.g2p form input[type=email]:focus,
.g2p form input[type=number]:focus,
.g2p form input[type=password]:focus,
.g2p form input[type=text]:focus,
.g2p form select:focus {
    border-color: #97c958;
    outline: none
}

.g2p form .styled-select i {
    background: #4e9d2d
}

.g2p .loading-mask__inner:before {
    color: #97c958
}

.ov form input[type=email]:focus,
.ov form input[type=number]:focus,
.ov form input[type=password]:focus,
.ov form input[type=text]:focus,
.ov form select:focus {
    border-color: #c287ff;
    outline: none
}

.ov form .styled-select i {
    background: #c287ff
}

.ov .loading-mask__inner:before {
    color: #c287ff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    form input[type=email],
    form input[type=number],
    form input[type=password],
    form input[type=text] {
        height: 3.125rem
    }
    form input[type=submit] {
        font-size: 1.125rem;
        height: 3.125rem
    }
    input[type=checkbox]+label {
        left: -8px
    }
}

@media only screen and (max-width:767px) {
    form input[type=email],
    form input[type=number],
    form input[type=password],
    form input[type=text] {
        height: 2.8125rem
    }
    form input[type=submit] {
        font-size: 1rem;
        height: 2.8125rem
    }
    form input[type=email].valid+span,
    form input[type=number].valid+span,
    form input[type=password].valid+span,
    form input[type=text].valid+span {
        top: 6px
    }
    form input[type=checkbox]+label {
        left: -6px
    }
    form label.error {
        top: 12px
    }
}

@keyframes e {
    0% {
        background-color: rgba(0, 0, 0, .2)
    }
    25% {
        background-color: #000
    }
    50% {
        background-color: rgba(0, 0, 0, .2)
    }
    75% {
        background-color: rgba(0, 0, 0, .2)
    }
    to {
        background-color: rgba(0, 0, 0, .2)
    }
}

@keyframes f {
    0% {
        background-color: rgba(0, 0, 0, .2)
    }
    25% {
        background-color: rgba(0, 0, 0, .2)
    }
    50% {
        background-color: #000
    }
    75% {
        background-color: rgba(0, 0, 0, .2)
    }
    to {
        background-color: rgba(0, 0, 0, .2)
    }
}

@keyframes g {
    0% {
        background-color: rgba(0, 0, 0, .2)
    }
    25% {
        background-color: rgba(0, 0, 0, .2)
    }
    50% {
        background-color: rgba(0, 0, 0, .2)
    }
    75% {
        background-color: #000
    }
    to {
        background-color: rgba(0, 0, 0, .2)
    }
}

li {
    list-style: none
}

.g2m-h-gradient {
    background: #e9ba1f;
    background: linear-gradient(135deg, #e9ba1f, #e18026 60%, #ca5328)
}

.g2m-h-gradient,
.g2w-h-gradient {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2w-h-gradient {
    background: #6bcbdd;
    background: linear-gradient(135deg, #6bcbdd, #3797d1 60%, #3860a1)
}

.g2t-h-gradient {
    background: #c15781;
    background: linear-gradient(135deg, #c15781, #992977 60%, #26336d)
}

.g2a-h-gradient,
.g2t-h-gradient {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2a-h-gradient {
    background: #72bcb6;
    background: linear-gradient(135deg, #72bcb6, #2a969d 60%, #05628f)
}

.ov-h-gradient {
    background: #9b7fba;
    background: linear-gradient(135deg, #9b7fba, #5c61a6 60%, #1c2e5c)
}

.g2p-h-gradient,
.ov-h-gradient {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2p-h-gradient {
    background: #94c96a;
    background: linear-gradient(135deg, #94c96a, #4e9d2d 60%, #32783e)
}

.spinner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.spinner__input {
    margin: 0 5px
}

.spinner__input input[type=number] {
    outline: none;
    text-align: center;
    width: 55px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: textfield
}

.spinner__input input[type=number]::-webkit-inner-spin-button,
.spinner__input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.spinner__decrement,
.spinner__increment {
    background-size: 100%;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.spinner__increment {
    background-image: url()
}

.spinner__decrement {
    background-image: url()
}

.sprite-bold360_icon {
    background: url() no-repeat;
    background-position: 43.32012195% 90.17475728%;
    width: 46px;
    height: 46px
}

.sprite-bold360_icon_small {
    background: url() no-repeat;
    background-position: 99.52224545% 61.81760808%;
    width: 32.2px;
    height: 30.2px
}

.sprite-boldchat_icon {
    background: url() no-repeat;
    background-position: 83.06870499% 67.28086008%;
    width: 24.32px;
    height: 26.85px
}

.sprite-boldchat_icon_new {
    background: url() no-repeat;
    background-position: 100% 0;
    width: 206px;
    height: 206px
}

.sprite-g2a_concierge_icon {
    background: url() no-repeat;
    background-position: 85.39329268% 90.17475728%;
    width: 46px;
    height: 46px
}

.sprite-g2a_concierge_icon_flat {
    background: url() no-repeat;
    background-position: 29.29573171% 97.61812298%;
    width: 46px;
    height: 46px
}

.sprite-g2a_concierge_icon_text_black {
    background: url() no-repeat;
    background-position: 51.7352415% 81.03569152%;
    width: 143px;
    height: 36.4px
}

.sprite-g2a_concierge_icon_text_white {
    background: url() no-repeat;
    background-position: 77.94275492% 74.04079031%;
    width: 143px;
    height: 36.4px
}

.sprite-g2a_corporate_icon_flat {
    background: url() no-repeat;
    background-position: 99.41768293% 90.17475728%;
    width: 46px;
    height: 46px
}

.sprite-g2a_corporate_icon_text_black {
    background: url() no-repeat;
    background-position: 25.94187298% 82.65561515%;
    width: 144.6px;
    height: 48.7px
}

.sprite-g2a_corporate_icon_text_white {
    background: url() no-repeat;
    background-position: 0 82.65561515%;
    width: 144.6px;
    height: 48.7px
}

.sprite-g2a_icon {
    background: url() no-repeat;
    background-position: 50.33231707% 90.17475728%;
    width: 46px;
    height: 46px
}

.sprite-g2a_icon_flat_dark {
    background: url() no-repeat;
    background-position: 57.3445122% 90.17475728%;
    width: 46px;
    height: 46px
}

.sprite-g2a_icon_flat_light {
    background: url() no-repeat;
    background-position: 71.36890244% 90.17475728%;
    width: 46px;
    height: 46px
}

.sprite-g2a_icon_new {
    background: url() no-repeat;
    background-position: 68.60679915% 47.46829468%;
    width: 30.74px;
    height: 28.46px
}

.sprite-g2a_icon_text_black {
    background: url() no-repeat;
    background-position: 0 68.2611465%;
    width: 149.08px;
    height: 36px
}

.sprite-g2a_icon_text_white {
    background: url() no-repeat;
    background-position: 52.23318386% 74.46794872%;
    width: 144.5px;
    height: 40px
}

.sprite-g2a_seeit_icon {
    background: url() no-repeat;
    background-position: 43.32012195% 97.61812298%;
    width: 46px;
    height: 46px
}

.sprite-g2a_seeit_icon_flat {
    background: url() no-repeat;
    background-position: 64.36280488% 17.90938511%;
    width: 46px;
    height: 46px
}

.sprite-g2a_seeit_icon_new {
    background: url() no-repeat;
    background-position: 64.44776119% 40.42204724%;
    width: 32px;
    height: 29px
}

.sprite-g2a_seeit_icon_text_black {
    background: url() no-repeat;
    background-position: 97.04558795% 38.62332696%;
    width: 190.9px;
    height: 36.4px
}

.sprite-g2a_seeit_icon_text_white {
    background: url() no-repeat;
    background-position: 97.04558795% 32.82345443%;
    width: 190.9px;
    height: 36.4px
}

.sprite-g2m_free_black {
    background: url() no-repeat;
    background-position: 53.31705332% 34.19709208%;
    width: 210.6px;
    height: 45px
}

.sprite-g2m_free_white {
    background: url() no-repeat;
    background-position: 53.31705332% 26.9273021%;
    width: 210.6px;
    height: 45px
}

.g2m .modal__icon,
.sprite-g2m_icon {
    background: url() no-repeat;
    background-position: 78.38109756% 90.17475728%;
    width: 46px;
    height: 46px
}

.sprite-g2m_icon_new {
    background: url() no-repeat;
    background-position: 64.08673796% 47.6783513%;
    width: 29.63px;
    height: 31.26px
}

.sprite-g2m_icon_text_black {
    background: url() no-repeat;
    background-position: 93.33835152% 62.38853503%;
    width: 170.6px;
    height: 36px
}

.sprite-g2m_icon_text_white {
    background: url() no-repeat;
    background-position: 49.14650159% 48.73667205%;
    width: 168.9px;
    height: 45px
}

.sprite-g2p_icon {
    background: url() no-repeat;
    background-position: 36.30792683% 97.61812298%;
    width: 46px;
    height: 46px
}

.sprite-g2p_icon_new {
    background: url() no-repeat;
    background-position: 79.35263549% 67.46616305%;
    width: 28.5px;
    height: 28.6px
}

.sprite-g2p_icon_text_black {
    background: url() no-repeat;
    background-position: 26.94233098% 68.2611465%;
    width: 148.67px;
    height: 36px
}

.sprite-g2p_icon_text_white {
    background: url() no-repeat;
    background-position: 0 74.9363006%;
    width: 145.7px;
    height: 43.9px
}

.g2t .modal__icon,
.sprite-g2t_icon {
    background: url() no-repeat;
    background-position: 36.30792683% 90.17475728%;
    width: 46px;
    height: 46px
}

.sprite-g2t_icon_new {
    background: url() no-repeat;
    background-position: 99.74340613% 50.33232341%;
    width: 31.68px;
    height: 33.59px
}

.sprite-g2t_icon_text_black {
    background: url() no-repeat;
    background-position: 48.67084022% 55.20382166%;
    width: 163.69px;
    height: 36px
}

.sprite-g2t_icon_text_white {
    background: url() no-repeat;
    background-position: 48.50055535% 61.82229402%;
    width: 161.8px;
    height: 45px
}

.g2w .modal__icon,
.sprite-g2w_icon {
    background: url() no-repeat;
    background-position: 64.35670732% 90.17475728%;
    width: 46px;
    height: 46px
}

.sprite-g2w_icon_new {
    background: url() no-repeat;
    background-position: 99.77913085% 44.24132787%;
    width: 31.92px;
    height: 33.82px
}

.sprite-g2w_icon_text_black {
    background: url() no-repeat;
    background-position: 93.57784318% 56.65605096%;
    width: 171.96px;
    height: 36px
}

.sprite-g2w_icon_text_white {
    background: url() no-repeat;
    background-position: 49.22961293% 41.46688207%;
    width: 169.8px;
    height: 45px
}

.sprite-grasshopper_icon {
    background: url() no-repeat;
    background-position: 92.4054878% 90.17475728%;
    width: 46px;
    height: 46px
}

.sprite-grasshopper_icon_new {
    background: url() no-repeat;
    background-position: 99.37662724% 56.3965192%;
    width: 29.85px;
    height: 33.11px
}

.sprite-grasshopper_icon_text_black {
    background: url() no-repeat;
    background-position: 93.69097091% 50.72741807%;
    width: 172.6px;
    height: 38.5px
}

.sprite-grasshopper_icon_text_white {
    background: url() no-repeat;
    background-position: 93.69097091% 44.57234213%;
    width: 172.6px;
    height: 38.5px
}

.sprite-joinme_icon {
    background: url() no-repeat;
    background-position: 69.10835618% 39.99750678%;
    width: 30.88px;
    height: 22.26px
}

.sprite-lastpass_icon {
    background: url() no-repeat;
    background-position: 69.40911382% 17.38665996%;
    width: 27.42px;
    height: 27.42px
}

.sprite-lmi_central_icon {
    background: url() no-repeat;
    background-position: 70.75578284% 67.54269868%;
    width: 29.32px;
    height: 29.32px
}

.sprite-lmi_g2m_icon {
    background: url() no-repeat;
    background-position: 15.85879091% 99.87096774%;
    width: 96.09px;
    height: 106px
}

.sprite-lmi_g2m_icon_text {
    background: url();
    background-position: 0 8.89152341%;
    width: 423.37px;
    height: 56.68px
}

.sprite-lmi_g2w_icon {
    background: url();
    background-position: 0 99.87096774%;
    width: 96.09px;
    height: 106px
}

.sprite-lmi_g2w_icon_text {
    background: url();
    background-position: 0 18.20394737%;
    width: 422.22px;
    height: 56px
}

.sprite-lmi_pro_icon {
    background: url();
    background-position: 75.09660543% 67.52567576%;
    width: 29.16px;
    height: 29.16px
}

.g2a .modal__icon:before,
.sprite-lmi_rescue_assist_icon {
    background: url();
    background-position: 0 41.46268657%;
    width: 262px;
    height: 262px
}

.sprite-lmi_rescue_assist_icon_small {
    background: url();
    background-position: 65.13384615% 8.82352941%;
    width: 52px;
    height: 52px
}

.sprite-lmi_rescue_assist_icon_text {
    background: url();
    background-position: 0 0;
    width: 496px;
    height: 54px
}

.sprite-lmi_rescue_icon {
    background: url();
    background-position: 63.4165599% 54.7452863%;
    width: 30.74px;
    height: 30.74px
}

.ov .modal__icon,
.sprite-ov_icon {
    background: url();
    background-position: 29.29573171% 90.17475728%;
    width: 46px;
    height: 46px
}

.sprite-ov_icon_text_black {
    background: url();
    background-position: 53.76586793% 68.2611465%;
    width: 148.21px;
    height: 36px
}

.sprite-ov_icon_text_white {
    background: url();
    background-position: 26.18149146% 74.5276664%;
    width: 145.5px;
    height: 40.5px
}

.sprite-prompt_ai_icon {
    background: url();
    background-position: 66.36309524% 67.61514196%;
    width: 30px;
    height: 30px
}

.sprite-rescuelens_icon {
    background: url();
    background-position: 63.07392359% 59.79748734%;
    width: 30.09px;
    height: 24.04px
}

.sprite-xively_icon {
    background: url();
    background-position: 67.82323135% 54.72022729%;
    width: 29.03px;
    height: 30.45px
}

.sprite-lastpass_logo {
    background: url();
    background-position: 0 102%;
    width: 175px;
    height: 40px
}

.sprite-boldchat_icon_new {
    transform-origin: 0 0;
    transform: scale(.11) translateX(35px) translateY(40px)
}

.sprite-lastpass_icon_large {
    background: url() no-repeat;
    background-position: 69.40911382% 17.38665996%;
    width: 27.42px;
    height: 27.42px;
    width: 32px;
    height: 32px;
    transform: scale(1.8)
}

.sprite-lmi_g2m_icon {
    transform-origin: 0 0;
    transform: scale(.25) translateX(15px) translateY(8px)
}

.sprite-lmi_g2m_icon_text {
    transform-origin: 0 0;
    transform: scale(.55) translateX(21px) translateY(23px);
    position: absolute
}

.sprite-lmi_g2w_icon {
    transform-origin: 0 0;
    transform: scale(.25) translateX(15px) translateY(8px)
}

.sprite-lmi_g2w_icon_text {
    transform-origin: 0 0;
    transform: scale(.55) translateX(21px) translateY(23px);
    position: absolute
}

.g2a .modal__icon:before,
.sprite-lmi_rescue_assist_icon {
    transform: scale(.15) translateX(-740px) translateY(4px)
}

.top-nav__product-icons .sprite-lmi_rescue_assist_icon {
    transform: scale(.1) translateX(-1157px) translateY(-1151px)
}

.sprite-lmi_rescue_assist_icon_text {
    transform: scale(.55) translateX(-190px)
}

.sprite-lmi_rescue_assist_icon_small {
    transform: scale(.42) translateX(5px)!important;
    width: 46px;
    height: 46px
}

body,
html {
    font-family:  Source Sans Pro",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-style: normal;
    font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: #586474;
    margin: 0;
    padding: 0
}

.text,
p {
    line-height: 24px
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

a:active,
a:focus,
a:visited {
    text-decoration: none
}

.heading-1,
.heading-2,
h1,
h2 {
    font-size: 2.375rem;
    font-weight: 400
}

.heading-3,
h3 {
    font-size: 1.375rem;
    line-height: 32px;
    font-weight: 400
}

.heading-4,
h4 {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    font-size: .75rem
}

.heading-5,
.heading-6,
h5,
h6 {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    font-size: .875rem
}

.eyebrow {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    text-transform: uppercase;
    line-height: normal
}

.eyebrow .small,
.eyebrow small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 65%
}

.strong,
b,
strong {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif
}

.emphasis,
em,
i {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif
}

.learn-more-arrow {
    font-size: 1rem;
    padding-left: 2px
}

.learn-more-arrow:hover {
    text-decoration: none
}

@media only screen and (max-width:1199px) {
    .heading-1,
    .heading-2,
    h1,
    h2 {
        font-size: 2.0625rem
    }
    .heading-3,
    h3 {
        font-size: 1.25rem;
        line-height: 28px
    }
    .learn-more-arrow,
    .text,
    p {
        font-size: .875rem
    }
}

@media only screen and (max-width:991px) {
    .heading-1,
    .heading-2,
    h1,
    h2 {
        font-size: 1.75rem
    }
    .heading-3,
    h3 {
        font-size: 1.125rem;
        line-height: 34px
    }
    .text,
    p {
        line-height: 18px
    }
    .learn-more-arrow,
    .text,
    p {
        font-size: .75rem
    }
}

div.accordion-wrapper .accordion-heading {
    padding: 20px 15px;
    color: #434b58
}

div.accordion-wrapper.col-xs-12 {
    float: none
}

div.accordion-wrapper.med {
    padding: 60px 10px 53px
}

div.accordion-wrapper.med .accordion-entry,
div.accordion-wrapper.med .accordion-heading {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    div.accordion-wrapper.med .accordion-entry,
    div.accordion-wrapper.med .accordion-heading {
        width: 750px
    }
}

@media (min-width:992px) {
    div.accordion-wrapper.med .accordion-entry,
    div.accordion-wrapper.med .accordion-heading {
        width: 970px
    }
}

@media (min-width:1200px) {
    div.accordion-wrapper.med .accordion-entry,
    div.accordion-wrapper.med .accordion-heading {
        width: 1170px
    }
}

div.accordion-wrapper .section-header {
    padding-bottom: 38px
}

div.accordion-entry .showHide {
    font-size: 14px;
    padding: 10px 15px;
    border-bottom: 1px solid #6f7e91
}

div.accordion-entry .showHide span {
    cursor: pointer
}

div.accordion-entry p {
    font-size: 14px;
    padding: 0 15px
}

p.wrapper-inner-bottom {
    cursor: pointer
}

div.accordion .accordion-elements {
    border-bottom: 1px solid #6f7e91
}

div.accordion .accordion-elements .accordion-title {
    display: inline;
    text-align: left
}

div.accordion .accordion-elements button {
    color: #434b58;
    background: none;
    padding: 0;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    outline: none
}

div.accordion .accordion-elements button:hover {
    text-decoration: underline
}

div.accordion dt {
    width: 100%;
    font-size: 16px;
    padding: 15px 10px;
    font-weight: 400
}

div.accordion dt .accordion-icon {
    margin-right: 5px;
    margin-bottom: 1px;
    float: left
}

div.accordion div.accordion-content {
    display: none;
    padding-left: 22px
}

div.accordion div.accordion-content ul li {
    list-style-type: disc
}

div.accordion div.accordion-content ol li {
    list-style-type: decimal
}

div.accordion dd:last-child {
    margin-top: -5px;
    margin-bottom: 25px
}

div.accordion dd:nth-last-child(2) {
    margin-bottom: 25px
}

div.accordion .accordion-ques {
    padding-left: 10px;
    text-align: justify;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin: 10px 0
}

div.accordion .accordion-ques p {
    padding: 0;
    font-size: 16px
}

div.accordion .accordion-ques .question {
    font-size: 16px;
    padding-left: 5px
}

div.accordion .accordion-ques .question:hover {
    text-decoration: underline;
    cursor: pointer
}

div.accordion .accordion-ans {
    color: #434b58;
    display: none;
    padding-left: 10px;
    text-align: justify;
    margin: 10px 0
}

.underline {
    text-decoration: underline
}

.arrow-up {
    display: inline-block;
    margin-right: 7px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid
}

@media only screen and (min-width:768px) and (max-width:991px) {
    div.accordion-wrapper.med {
        padding: 50px 10px 46px
    }
    div.accordion-wrapper .section-header {
        padding-bottom: 28px
    }
}

@media only screen and (max-width:767px) {
    div.accordion-wrapper.med {
        padding: 25px 10px 21px
    }
    div.accordion-wrapper .section-header {
        padding-bottom: 7px
    }
}

.g2m .accordion-wrapper .prodClass {
    color: #fd7a2a
}

.g2w .accordion-wrapper .prodClass {
    color: #0080bf
}

.g2t .accordion-wrapper .prodClass {
    color: #a80f5e
}

.g2a .accordion-wrapper .prodClass {
    color: #165c7d
}

.ov .accordion-wrapper .prodClass {
    color: #907be1
}

.g2p .accordion-wrapper .prodClass {
    color: #97c958
}

body[data-eligibility-type=addOn] {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.add-on {
    color: #3e3e3e
}

.add-on__action,
.add-on a {
    color: #0095e4
}

.add-on__action {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.add-on__action:hover {
    text-decoration: underline
}

.add-on .spinner__decrement,
.add-on .spinner__increment {
    width: 26px!important;
    height: 26px!important
}

.add-on .plan-box__snipe-text .add-on__snipe--current {
    display: none
}

.add-on .plan-box__snipe-text.active .add-on__snipe--current {
    display: inline
}

.add-on .plan-box__snipe-text.active .add-on__snipe--new {
    display: none
}

.add-on .interactive-pricing__item {
    font-size: 14px;
    line-height: 18px
}

.add-on .interactive-pricing__item .tooltip:after,
.add-on .interactive-pricing__item:before {
    display: none
}

.add-on .interactive-pricing__list {
    width: 100%;
    min-width: 230px;
    margin: 0 15px;
    padding-left: 25px
}

.add-on .interactive-pricing__list ul {
    margin-left: 0;
    padding-left: 0
}

.add-on .interactive-pricing__list:first-child {
    margin-left: 0
}

.add-on .interactive-pricing__list:last-child {
    margin-right: 0
}

.add-on .interactive-pricing__list-participant {
    margin-bottom: 18px;
    text-align: left
}

.add-on .interactive-pricing__list-participant-label {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    line-height: 21px;
    font-size: 18px
}

.add-on form.add-on__ovi,
.add-on form.subscription__ovi {
    text-align: center;
    margin-top: 30px
}

.add-on form.add-on__ovi .form-input-checkbox,
.add-on form.subscription__ovi .form-input-checkbox {
    display: inline-block
}

.add-on form.add-on__ovi input[type=checkbox]+label,
.add-on form.subscription__ovi input[type=checkbox]+label {
    width: 15px;
    height: 15px;
    top: 4px;
    left: -3px
}

.add-on form.add-on__ovi input[type=checkbox]+label:after,
.add-on form.subscription__ovi input[type=checkbox]+label:after {
    left: -4px;
    top: -8px
}

.add-on form.add-on__ovi .tooltip__wrapper,
.add-on form.subscription__ovi .tooltip__wrapper {
    display: inline
}

.add-on form.add-on__ovi .tooltipstered,
.add-on form.subscription__ovi .tooltipstered {
    position: relative
}

.add-on form.add-on__ovi .tooltipstered:after,
.add-on form.subscription__ovi .tooltipstered:after {
    content: "";
    background-image: url(https://assets.cdngetgo.com/resource/assets/images/med/icon_info.0a4c698c3ea4243ee189fdeff861d8e3.svg);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    bottom: 1px;
    right: -20px
}

.add-on form.add-on__ovi {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto
}

.add-on__terms-of-service {
    font-size: 12px;
    text-align: right;
    margin-bottom: 30px
}

.add-on__feature-lists {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 30px
}

.add-on__feature-lists .interactive-pricing__newtag {
    display: none
}

.add-on__container {
    max-width: 1237px;
    margin: auto;
    min-height: 1000px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.add-on__container-left {
    padding: 60px;
    height: inherit;
    border-right: 1px solid #d1d2d3
}

.add-on__container-right {
    padding: 60px 45px
}

.add-on__buy {
    max-width: 425px;
    position: relative;
    overflow: visible;
    margin-bottom: 30px;
    margin-left: auto;
    text-align: right;
    transition: margin-bottom .2s ease
}

.add-on__buy-error {
    text-align: right;
    position: absolute;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: all .2s ease;
    padding: 10px 0;
    line-height: 20px
}

.add-on__buy-button--callme {
    visibility: hidden
}

.add-on__buy-button--callme:after {
    content: attr(data-ovi-only-buy-button-label);
    visibility: visible;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.add-on__buy-button,
.add-on__buy-preview {
    border-radius: 20px;
    position: relative;
    color: #fff;
    height: 40px;
    width: 100%;
    max-width: 200px
}

.add-on__buy-button[disabled]:after,
.add-on__buy-button[disabled]:before {
    position: absolute;
    z-index: 1032;
    left: 0;
    right: 0;
    top: 0;
    line-height: 40px
}

.add-on__buy-button[disabled]:after {
    content: attr(data-buy-load-message)
}

.add-on__buy-button[disabled],
.add-on__buy-button[disabled]:hover {
    background: #d1d2d3!important
}

.add-on__buy-button[disabled] .add-on__buy-label {
    display: none
}

.add-on__buy-label {
    line-height: 40px
}

.add-on__buy--error {
    margin-bottom: 80px
}

.add-on__buy--error #nprogress .bar {
    background: #cc4337
}

.add-on__buy--error .add-on__buy-error {
    opacity: 1;
    color: #cc4337;
    transform: translateY(40px)
}

.add-on__buy--error .add-on__buy-error a {
    color: #ff1e5a
}

.add-on__buy--error .add-on__buy-button[disabled]:after {
    display: none
}

.add-on__buy--error .add-on__buy-button[disabled]:before {
    content: attr(data-buy-error-message)
}

.add-on__plan {
    max-width: 473px;
    margin: auto
}

.add-on__plan h3 {
    font-size: 2rem;
    line-height: 2.25rem;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    color: #3e3e3e
}

.add-on__plan p {
    font-size: 1.125rem;
    line-height: 1.3125rem;
    margin-bottom: 37.5px;
    color: #3e3e3e
}

.add-on__plan .plan-box__heading {
    text-transform: unset
}

.add-on__plan .plan-box__organizer {
    border-top: 1px solid #d1d2d3;
    text-align: center;
    font-size: 1.25rem;
    padding: 20px;
    background: #f5f4f4
}

.add-on__plan .plan-box__snipe-text {
    position: relative;
    top: 0;
    height: 50px;
    line-height: 50px;
    font-size: .875rem;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    letter-spacing: 1px
}

.add-on__plan .plan-box__label {
    width: 100%;
    display: block;
    margin: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.add-on__summary h3 {
    color: #3e3e3e
}

.add-on__payment {
    text-align: right;
    font-size: .875rem;
    margin-bottom: 30px
}

.add-on__payment-card {
    vertical-align: baseline;
    margin: 0 5px 0 10px;
    height: 15px;
    width: auto;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .5)
}

.add-on__trustee {
    text-align: right;
    margin-bottom: 108px
}

.add-on__trustee img {
    display: inline-block;
    height: 40px
}

.add-on__question {
    border: 1px solid #d1d2d3;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    max-width: 300px;
    margin-left: auto
}

.add-on__pricing-boxes {
    padding: 60px 30px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: end;
    align-items: flex-end
}

.add-on__pricing-boxes .plan-box__label {
    margin: 0 15px;
    min-width: 230px;
    width: 100%;
    max-width: 250px
}

.add-on__pricing-boxes .plan-box__label:first-child {
    margin-left: 0
}

.add-on__pricing-boxes .plan-box__label:last-child {
    margin-right: 0
}

.add-on__pricing-boxes .plan-box__snipe-text {
    display: none;
    position: relative;
    top: 0;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    height: 30px;
    line-height: 30px
}

.add-on__loader {
    text-align: right
}

.add-on__invoice {
    position: relative
}

.add-on__invoice ul {
    padding: 0;
    max-width: 300px;
    margin: 0 0 0 auto;
    text-align: right
}

.add-on__invoice-value {
    width: 120px;
    display: inline-block
}

.add-on__invoice-total {
    text-align: right;
    font-size: 18px
}

.add-on__invoice-prorated .add-on__invoice-value {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    color: #15d8a0
}

.add-on__invoice--loading .add-on__invoice-container,
.add-on__invoice--loading .add-on__invoice-total,
.add-on__invoice--loading hr {
    color: #d1d2d3
}

.add-on__invoice--loading .modal__spinner-wrapper--invoice {
    display: block
}

.add-on__modal.featherlight {
    visibility: visible
}

.add-on__compare-toggle {
    cursor: pointer;
    color: #0095e4;
    position: relative;
    margin-bottom: 20px
}

.add-on__compare-toggle:after {
    font-family: ToGoIconsFont;
    position: absolute;
    top: 3px;
    content: "\e91b";
    transform: rotate(180deg)
}

.add-on__compare-toggle:hover {
    text-decoration: underline
}

.add-on__compare-toggle--hide:after {
    transform: rotate(0deg)
}

.add-on__compare-toggle--hide+.add-on__feature-lists {
    display: none
}

.add-on__modal--payment.featherlight .featherlight-content {
    max-width: 559px;
    width: 100%;
    height: 100%;
    border-bottom: 0;
    border-radius: 4px;
    padding: 5px;
    background: #fff
}

.add-on__modal--payment.featherlight iframe#paymentForm {
    padding: 5px;
    background: transparent
}

.add-on__disclaimer {
    margin-top: 28px;
    font-size: 14px
}

.add-on__modal--pricing.featherlight {
    background: rgba(0, 0, 0, .8)
}

.add-on__modal--pricing.featherlight .featherlight-content {
    height: auto;
    width: auto;
    border-bottom: 0
}

.add-on__modal--pricing.featherlight .featherlight-inner {
    height: auto;
    max-height: 700px;
    overflow-y: scroll;
    display: block;
    padding: 10px 10px 30px
}

@media only screen and (min-width:767px) and (max-width:992px) {
    .add-on__plan .plan-box,
    .add-on__plan .plan-box__snipe-text,
    .add-on__pricing-boxes .plan-box,
    .add-on__pricing-boxes .plan-box__snipe-text {
        width: 100%
    }
    .add-on__container-left {
        padding: 60px 30px 30px;
        height: auto
    }
    .add-on__container-right {
        padding: 30px 30px 60px
    }
}

@media only screen and (max-width:767px) {
    .add-on.featherlight .featherlight-content {
        max-width: none;
        transform: translateY(50px)
    }
    .add-on__modal--payment.featherlight .featherlight-content {
        transform: translateY(0);
        margin: auto;
        left: 0;
        right: 0
    }
    .add-on__modal--pricing.featherlight .featherlight-inner {
        height: 100%
    }
    .add-on__modal--pricing.featherlight .featherlight-content {
        height: 100%;
        width: 100%
    }
    .add-on__plan .plan-box,
    .add-on__plan .plan-box__snipe-text,
    .add-on__pricing-boxes .plan-box,
    .add-on__pricing-boxes .plan-box__snipe-text {
        width: 100%
    }
    .add-on__pricing-boxes {
        display: block
    }
    .add-on__pricing-boxes .plan-box__label,
    .add-on__pricing-boxes .plan-box__label:first-child,
    .add-on__pricing-boxes .plan-box__label:last-child {
        margin: 0 auto 30px
    }
    .add-on__container {
        height: auto;
        display: block
    }
    .add-on__container-left {
        padding: 60px 30px 30px;
        height: auto
    }
    .add-on__container-right {
        padding: 30px 30px 60px
    }
    .add-on__compare-toggle {
        display: none
    }
}

.subscription[data-type=new] .subscription__label {
    color: #16d8a0
}

.subscription--paid .subscription__bill-paid-label {
    display: inline
}

.subscription--paid .subscription__bill-total-amount {
    text-decoration: line-through
}

.subscription__label {
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 12px;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif
}

.subscription__action {
    cursor: pointer;
    color: #0095e4
}

.subscription__action[data-action=revert-subscription] {
    margin-top: 15px;
    cursor: pointer
}

.subscription__action[data-action=revert-subscription]:hover {
    text-decoration: underline
}

.subscription__action {
    font-size: 13px
}

.subscription__action .tooltipstered {
    position: relative
}

.subscription__action .tooltipstered:after {
    content: "";
    background-image: url(https://assets.cdngetgo.com/resource/assets/images/med/icon_info.0a4c698c3ea4243ee189fdeff861d8e3.svg);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    right: -16px;
    top: 2px
}

.subscription__attendees {
    font-family: Lato-Light, Arial, Helvetica, sans-serif
}

.subscription__product {
    font-size: 1.25rem
}

.subscription__ovi-tooltip {
    margin-top: 7px
}

.subscription__ovi-tooltip .tooltipstered {
    cursor: pointer;
    position: relative
}

.subscription__ovi-tooltip .tooltipstered:after {
    content: "";
    background-image: url(https://assets.cdngetgo.com/resource/assets/images/med/icon_info.0a4c698c3ea4243ee189fdeff861d8e3.svg);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    bottom: 1px;
    right: -20px
}

.subscription__bill {
    margin: 15px 0 0;
    font-size: .9375rem;
    padding: 0
}

.subscription__bill li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.subscription__bill-total {
    font-size: 16px
}

.subscription__bill-period,
.subscription__bill-period-label,
.subscription__bill-product {
    text-align: right;
    white-space: nowrap;
    line-height: 20px;
    font-size: 14px
}

.subscription__bill-period {
    font-family: Lato-Light, Arial, Helvetica, sans-serif;
    color: #83858e;
    font-size: 13px
}

.subscription__bill-paid-label,
.subscription__bill-prorated {
    display: none
}

.subscription #upgrade-subscription {
    font-size: .8125rem
}

.subscription #upgrade-subscription:hover {
    text-decoration: underline
}

.subscription #switch-subscription {
    font-size: .8125rem;
    text-align: right
}

.subscription form.add-on__ovi,
.subscription form.subscription__ovi {
    font-size: .8125rem;
    text-align: left;
    margin-top: 17px
}

.subscription form.add-on__ovi input[type=checkbox]+label,
.subscription form.subscription__ovi input[type=checkbox]+label {
    top: 1px;
    left: 0
}

.subscription form.add-on__ovi .tooltipstered,
.subscription form.subscription__ovi .tooltipstered {
    padding-left: 5px
}

.subscription form.add-on__ovi .tooltipstered:after,
.subscription form.subscription__ovi .tooltipstered:after {
    top: 1px
}

.subscription--inactive,
.subscription--inactive .subscription__bill-period {
    color: #9a989a
}

.subscription--inactive .subscription__bill-total-amount {
    text-decoration: line-through
}

.subscription--inactive .subscription__bill-paid-label {
    display: inline
}

.subscription--inactive .subscription__bill-prorated {
    display: inline-block;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    color: #15d8a0;
    width: 100%;
    line-height: 16px;
    font-size: 13px;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif
}

@keyframes h {
    0% {
        transform: scale(.33)
    }
    80%,
    to {
        filter: alpha(opacity=0);
        opacity: 0
    }
}

.pulsing-indicator {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 30px;
    pointer-events: none
}

.pulsing-indicator:before {
    content: "";
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #01a4e9;
    animation: h 1.25s cubic-bezier(.215, .61, .355, 1) infinite
}

.pulsing-indicator:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #01a4e9;
    filter: alpha(opacity=10);
    opacity: .1;
    border-radius: 20px;
    box-shadow: 0 0 8px rgba(1, 164, 233, .1);
    animation: qb 1.25s cubic-bezier(.455, .03, .515, .955) -.4s infinite
}

.g2m .add-on .plan-box__snipe-text {
    background: #16d8a0
}

.g2m .add-on .plan-box__snipe-text.active {
    background: #9b9b9b
}

.g2m .add-on button.add-on__buy-button,
.g2m .add-on button.add-on__buy-preview {
    background: #2f9ddd
}

.g2m .add-on button.add-on__buy-preview[disabled] {
    background: #c8e5f6
}

.g2m .add-on .modal__spinner .path {
    stroke: #2f9ddd
}

.authenticated-top-navigation__logo {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute
}

.authenticated-top-navigation__logo-container {
    position: relative;
    height: 61px
}

.g2m .authenticated-top-navigation__logo {
    background: url(https://assets.cdngetgo.com/resource/assets/images/sprites/sprite.css.d35a781e15ec8cb33e0c424e27b8d99c.svg) no-repeat;
    background-position: 0 8.89152341%;
    width: 423.37px;
    height: 56.68px
}

.g2m .authenticated-top-navigation__logo,
.g2w .authenticated-top-navigation__logo {
    transform-origin: 0 0;
    transform: scale(.55) translateX(21px) translateY(23px);
    position: absolute
}

.g2w .authenticated-top-navigation__logo {
    background: url(https://assets.cdngetgo.com/resource/assets/images/sprites/sprite.css.d35a781e15ec8cb33e0c424e27b8d99c.svg) no-repeat;
    background-position: 0 18.20394737%;
    width: 422.22px;
    height: 56px
}

.g2t .authenticated-top-navigation__logo {
    background: url(https://assets.cdngetgo.com/resource/assets/images/sprites/sprite.css.d35a781e15ec8cb33e0c424e27b8d99c.svg) no-repeat;
    background-position: 48.67084022% 55.20382166%;
    width: 163.69px;
    height: 36px
}

.g2a .authenticated-top-navigation__logo {
    background: url(https://assets.cdngetgo.com/resource/assets/images/sprites/sprite.css.d35a781e15ec8cb33e0c424e27b8d99c.svg) no-repeat;
    background-position: 0 0;
    width: 496px;
    height: 54px;
    transform: scale(.55) translateX(-190px)
}

.ov .authenticated-top-navigation__logo {
    background: url(https://assets.cdngetgo.com/resource/assets/images/sprites/sprite.css.d35a781e15ec8cb33e0c424e27b8d99c.svg) no-repeat;
    background-position: 53.76586793% 68.2611465%;
    width: 148.21px;
    height: 36px
}

@media only screen and (min-width:767px) and (max-width:992px) {
    .authenticated-top-navigation__logo-container {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .authenticated-top-navigation__logo-container {
        display: inline;
        position: absolute
    }
    .g2m .authenticated-top-navigation__logo {
        background: url(https://assets.cdngetgo.com/resource/assets/images/sprites/sprite.css.d35a781e15ec8cb33e0c424e27b8d99c.svg) no-repeat;
        background-position: 15.85879091% 99.87096774%
    }
    .g2m .authenticated-top-navigation__logo,
    .g2w .authenticated-top-navigation__logo {
        width: 96.09px;
        height: 106px;
        transform: scale(.25) translateX(15px) translateY(8px);
        transform-origin: 0 0;
        transform: scale(.4) translateX(0) translateY(16px);
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 12px;
        top: 3px
    }
    .g2w .authenticated-top-navigation__logo {
        background: url(https://assets.cdngetgo.com/resource/assets/images/sprites/sprite.css.d35a781e15ec8cb33e0c424e27b8d99c.svg) no-repeat;
        background-position: 0 99.87096774%
    }
    .g2t .authenticated-top-navigation__logo {
        background: url(https://assets.cdngetgo.com/resource/assets/images/sprites/sprite.css.d35a781e15ec8cb33e0c424e27b8d99c.svg) no-repeat;
        background-position: 36.30792683% 90.17475728%;
        width: 46px;
        height: 46px;
        margin-left: 6px
    }
    .g2a .authenticated-top-navigation__logo {
        background: url(https://assets.cdngetgo.com/resource/assets/images/sprites/sprite.css.d35a781e15ec8cb33e0c424e27b8d99c.svg) no-repeat;
        background-position: 0 41.46268657%;
        width: 262px;
        height: 262px;
        transform: scale(.15) translateX(-740px) translateY(4px);
        margin-left: 9px
    }
    .ov .authenticated-top-navigation__logo {
        background: url(https://assets.cdngetgo.com/resource/assets/images/sprites/sprite.css.d35a781e15ec8cb33e0c424e27b8d99c.svg) no-repeat;
        background-position: 29.29573171% 90.17475728%;
        width: 46px;
        height: 46px;
        margin-left: 6px
    }
}

.breadcrumb {
    padding-right: 50px;
    padding-left: 70px
}

.breadcrumb a {
    font-size: .75rem;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif
}

.breadcrumb a:after {
    content: "\e926";
    padding: 0 5px;
    color: #8c8c8c;
    font-family: web-icons
}

.breadcrumb a:hover {
    text-decoration: none
}

.breadcrumb a:last-of-type:after {
    content: ""
}

@media only screen and (max-width:767px) {
    .breadcrumb {
        padding: 25px 25px 40px
    }
}

.g2m .breadcrumb a {
    color: #fd7a2a
}

.g2m .breadcrumb a:last-of-type {
    color: #8c8c8c
}

.g2m .gradient .breadcrumb a {
    color: #ff0
}

.g2m .gradient .breadcrumb a:last-of-type {
    color: #8c8c8c
}

.g2a .breadcrumb a {
    color: #165c7d
}

.g2a .breadcrumb a:last-of-type {
    color: #8c8c8c
}

.g2a .gradient .breadcrumb a {
    color: #00ffa3
}

.g2a .gradient .breadcrumb a:last-of-type {
    color: #8c8c8c
}

.g2w .breadcrumb a {
    color: #0080bf
}

.g2w .breadcrumb a:last-of-type {
    color: #8c8c8c
}

.g2w .gradient .breadcrumb a {
    color: #00e1ff
}

.g2w .gradient .breadcrumb a:last-of-type {
    color: #8c8c8c
}

.g2t .breadcrumb a {
    color: #a80f5e
}

.g2t .breadcrumb a:last-of-type {
    color: #8c8c8c
}

.g2t .gradient .breadcrumb a {
    color: #fa50ff
}

.g2t .gradient .breadcrumb a:last-of-type {
    color: #8c8c8c
}

.g2p .breadcrumb a {
    color: #97c958
}

.g2p .breadcrumb a:last-of-type {
    color: #8c8c8c
}

.g2p .gradient .breadcrumb a {
    color: #2eff1d
}

.g2p .gradient .breadcrumb a:last-of-type {
    color: #8c8c8c
}

.ov .breadcrumb a {
    color: #907be1
}

.ov .breadcrumb a:last-of-type {
    color: #8c8c8c
}

.ov .gradient .breadcrumb a {
    color: #a08dff
}

.ov .gradient .breadcrumb a:last-of-type {
    color: #8c8c8c
}

.button-container {
    text-align: center
}

.button-container--5 {
    margin-top: -5px
}

.button-container--10 {
    margin-top: -10px
}

.button-container--15 {
    margin-top: -15px
}

.button-container--20 {
    margin-top: -20px
}

.buy-flow {
    padding: 45px 0 60px;
    min-width: 320px;
    background: #edeef0
}

.buy-flow.buy-flow--trial-conversion {
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

.buy-flow ul.subtotal {
    margin-bottom: 25px
}

.buy-flow ul.subtotal .tooltipstered,
.buy-flow ul.subtotal li {
    font-size: .875rem;
    line-height: 1rem;
    color: #586474;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 20px
}

.buy-flow ul.subtotal .tooltipstered:before,
.buy-flow ul.subtotal li:before {
    top: 2px
}

.buy-flow ul.subtotal sup {
    top: -2px
}

.buy-flow ul.subtotal #subtotalSavings {
    text-align: right;
    margin-top: 15px;
    font-weight: 700
}

.buy-flow ul.subtotal .tooltipstered:before {
    content: "";
    background-image: url(https://assets.cdngetgo.com/resource/assets/images/med/icon_info.0a4c698c3ea4243ee189fdeff861d8e3.svg);
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 0
}

.buy-flow a {
    color: #319edd
}

.buy-flow form input,
.buy-flow form select {
    border: 1px solid #d1d2d3;
    width: 100%;
    height: 40px;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    padding: 6px 14px;
    font-size: .875rem
}

.buy-flow form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-overflow: "";
    color: #ccc
}

.buy-flow form select::-ms-expand {
    display: none
}

.buy-flow form select.buy-flow__selected {
    color: #333
}

.buy-flow form input[type=checkbox]+label {
    width: 15px;
    height: 15px;
    top: -1px;
    left: 0
}

.buy-flow form input[type=checkbox]+label:after {
    font-size: 1.3125rem;
    left: -4px;
    top: -8px
}

.buy-flow form input::-webkit-input-placeholder {
    color: #ccc
}

.buy-flow form input:-moz-placeholder,
.buy-flow form input::-moz-placeholder {
    color: #ccc
}

.buy-flow form input:-ms-input-placeholder {
    color: #ccc
}

.buy-flow form input[type=number]::-webkit-inner-spin-button,
.buy-flow form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.buy-flow form input[type=number] {
    -moz-appearance: textfield;
    padding: 6px
}

.buy-flow form input[type=radio] {
    width: auto;
    -moz-appearence: radio
}

.buy-flow form input[type=submit] {
    border: none
}

.buy-flow form label.error {
    display: none
}

.buy-flow form label.error:before {
    content: none;
    display: none
}

.buy-flow form .form-input-text label.error {
    display: none!important
}

.buy-flow .form-select.styled-select>i.styled-select-dropdown {
    background: transparent;
    height: 40px
}

.buy-flow .form-select.styled-select>i.styled-select-dropdown:before {
    position: absolute;
    font-size: 20px;
    color: #586474;
    right: 8px;
    top: 7px
}

.buy-flow .tooltip,
.buy-flow .tooltip__wrapper>span {
    cursor: pointer;
    color: #319edd
}

.buy-flow .tooltip:before,
.buy-flow .tooltip__wrapper>span:before {
    content: "?";
    width: 16px;
    height: 16px;
    background: #a6aeba;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    padding-left: .5px;
    font-size: .8125rem
}

.buy-flow .tooltip:hover,
.buy-flow .tooltip__wrapper>span:hover {
    text-decoration: underline
}

.buy-flow__hr {
    display: none
}

.buy-flow__callme-checkbox {
    margin-top: 60px
}

.buy-flow__callme-checkbox .buy-flow__row {
    display: none
}

.buy-flow__callme-checkbox.active {
    margin-top: 0
}

.buy-flow__callme-checkbox.active .buy-flow__row {
    display: block
}

.buy-flow__ovi {
    font-family: arial;
    color: #586474;
    margin: 0 45px 30px 30px
}

.buy-flow__ovi #callMeOptin {
    display: none
}

.buy-flow__ovi #callMeOptin+label {
    top: 3px;
    left: 7px
}

.buy-flow__ovi .callMeOptinLabel {
    display: inline-block;
    font-size: .84375rem;
    font-weight: 700;
    padding-left: 30px;
    margin-bottom: 10px
}

.buy-flow__ovi-description {
    font-size: .75rem;
    padding-left: 30px
}

.buy-flow__column {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    display: inline-block;
    width: 100%;
    margin-right: 20px
}

.buy-flow__column .form-input {
    width: 100%
}

.buy-flow__column:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.buy-flow__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    width: 540px
}

.buy-flow__row--alert {
    margin-bottom: 0
}

.buy-flow__row--setup .buy-flow__column {
    width: 260px
}

.buy-flow__row--checkbox {
    display: block;
    position: relative
}

.buy-flow__row--checkbox>div {
    position: absolute;
    top: 2px
}

.buy-flow__row--checkbox>span {
    display: block;
    padding-left: 25px;
    color: #586474;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem
}

.buy-flow__row--credit-debit input[type=radio] {
    margin: 0;
    height: auto;
    position: relative;
    border: none
}

.buy-flow__row--credit-debit label {
    position: absolute;
    top: 13px;
    left: 22px;
    margin: 0;
    font-size: .75rem;
    color: #586474
}

.buy-flow__row--credit-debit .form-input-radio {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 40px
}

.buy-flow__row--credit-debit .form-input-radio input[type=radio] {
    width: 40px
}

.buy-flow__row--credit-debit .form-input-radio label {
    margin-left: 5px
}

.buy-flow__row--credit-debit .buy-flow__column:first-child,
.buy-flow__row--credit-debit .buy-flow__column:nth-child(2) {
    width: 160px
}

.buy-flow__row--credit-debit .buy-flow__column:nth-child(3) {
    width: 180px;
    text-align: right
}

.buy-flow__row--billing-one .buy-flow__column:first-child {
    width: 340px
}

.buy-flow__row--billing-one .buy-flow__column:last-child {
    width: 180px
}

.buy-flow__row--billing-two {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.buy-flow__row--billing-two .buy-flow__column:first-child,
.buy-flow__row--billing-two .buy-flow__column:nth-child(2) {
    width: 160px
}

.buy-flow__row--billing-two .buy-flow__column:nth-child(3) {
    width: 180px
}

.buy-flow__row--billing-cc-one.vat .buy-flow__column:first-child {
    width: 340px
}

.buy-flow__row--billing-cc-one.vat .buy-flow__column:nth-child(2) {
    display: inline-block;
    margin-left: 20px;
    width: 180px
}

.buy-flow__row--billing-cc-one .buy-flow__column:first-child {
    margin-right: 0
}

.buy-flow__row--billing-cc-one .buy-flow__column:nth-child(2) {
    display: none
}

.buy-flow__row--billing-cc-two .buy-flow__column:first-child {
    width: 210px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.buy-flow__row--billing-cc-two .buy-flow__column:first-child img {
    margin-left: 20px
}

.buy-flow__row--billing-cc-two .buy-flow__column:nth-child(2) {
    width: 150px
}

.buy-flow__row--billing-cc-two .buy-flow__column:nth-child(3) {
    width: 140px
}

.buy-flow__row--tooltip {
    margin-bottom: 38px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: .75rem
}

.buy-flow__row--submit {
    margin-top: 60px
}

.buy-flow__row--submit .form-input-submit {
    width: 100%;
    color: #fff;
    font-size: .875rem
}

.buy-flow__row--submit .form-input-submit input:disabled {
    background-color: #c2c8d0!important
}

.buy-flow__row--payment-header {
    position: relative;
    display: block
}

.buy-flow__row--payment-header h3 {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 22px
}

.buy-flow__row--payment-header h5 {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    margin-bottom: 40px
}

.buy-flow__addon-plan-wrapper sup,
.buy-flow__order-plan-wrapper sup {
    font-size: 10px;
    top: -2.8px
}

.buy-flow__form>hr {
    margin: 0 45px 0 30px;
    border-top: 1px solid #e4e5e6
}

.buy-flow__alert {
    background: #fff5ea;
    border: 1px solid #f0a949;
    color: #586474;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    font-size: .875rem;
    margin-bottom: 30px
}

.buy-flow__alert.hidden {
    display: none
}

.buy-flow__container {
    background: #fff;
    max-width: 932px;
    padding: 60px 0 30px 30px;
    margin: auto
}

.buy-flow__heading {
    font-size: 2.375rem;
    line-height: 1.875rem;
    margin-bottom: 64px;
    padding: 0 30px
}

.buy-flow__main,
.buy-flow__summary {
    display: table-cell
}

.buy-flow__main {
    width: 615px;
    position: relative
}

.buy-flow__main-custom,
.buy-flow__main-payment,
.buy-flow__main-setup {
    padding: 0 45px 0 30px
}

.buy-flow__main-custom>h3,
.buy-flow__main-payment>h3,
.buy-flow__main-setup>h3 {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 22px
}

.buy-flow__main-custom>h4,
.buy-flow__main-payment>h4,
.buy-flow__main-setup>h4 {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 25px
}

.buy-flow__main-custom>h5,
.buy-flow__main-payment>h5,
.buy-flow__main-setup>h5 {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    margin-bottom: 40px
}

.buy-flow__main-custom-logo-wrapper,
.buy-flow__main-payment-logo-wrapper,
.buy-flow__main-setup-logo-wrapper {
    position: absolute;
    top: 0;
    right: 0
}

.buy-flow__main-custom-logo-wrapper img,
.buy-flow__main-payment-logo-wrapper img,
.buy-flow__main-setup-logo-wrapper img {
    max-height: 30px;
    width: auto
}

.buy-flow__main-custom-subheading-wrapper,
.buy-flow__main-custom div#stateProvinceList,
.buy-flow__main-payment-subheading-wrapper,
.buy-flow__main-payment div#stateProvinceList,
.buy-flow__main-setup-subheading-wrapper,
.buy-flow__main-setup div#stateProvinceList {
    display: none
}

.buy-flow__main-custom-wrapper {
    display: inline-block
}

.buy-flow__main-custom-wrapper>h4 {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: .875rem;
    line-height: 1.875rem;
    margin-bottom: 12px
}

.buy-flow__main-custom-wrapper:last-child {
    float: right
}

.buy-flow__main-custom-row {
    margin-bottom: 31px
}

.buy-flow__main-custom .buy-flow__row--checkbox {
    margin-bottom: 24px
}

.buy-flow__main-custom-description {
    color: #586474;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    margin-bottom: 17px
}

.buy-flow__main-setup {
    padding-top: 57px;
    padding-bottom: 20px
}

.buy-flow__main-setup>h4 {
    margin-bottom: 54px
}

.buy-flow__main-setup .col-sm-6 {
    width: 245px
}

.buy-flow__main-setup .col-sm-6:last-child {
    float: right
}

.buy-flow__main-setup .row {
    margin-bottom: 40px
}

.buy-flow__main-payment {
    position: relative;
    margin-top: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f7f8f9
}

.buy-flow__main-payment-description {
    color: #586474;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: .75rem;
    line-height: 1.25rem;
    margin-bottom: 40px
}

.buy-flow__main-credit-cards {
    margin-bottom: 40px
}

.buy-flow__plan-box {
    white-space: nowrap
}

.buy-flow__numeric,
.buy-flow__plan-box {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.buy-flow__numeric input {
    width: 55px!important;
    text-align: center
}

.buy-flow__numeric-decrement,
.buy-flow__numeric-increment,
.buy-flow__numeric-input {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0 2px
}

.buy-flow__numeric-input {
    margin-left: 1px
}

.buy-flow__numeric-decrement,
.buy-flow__numeric-increment {
    cursor: pointer;
    width: 22px;
    height: 22px;
    background-size: 100%
}

.buy-flow__numeric-increment {
    background-image: url(https://assets.cdngetgo.com/resource/assets/images/med/icon_plus_onstate.8990af7e4f3250708594a2edbada0c2a.svg)
}

.buy-flow__numeric-increment:hover {
    background-image: url(https://assets.cdngetgo.com/resource/assets/images/med/icon_plus_hover.359b4756bc48ea8c40c75bc72228cd3e.svg)
}

.buy-flow__numeric-decrement {
    background-image: url(https://assets.cdngetgo.com/resource/assets/images/med/icon_minus_onstate.cb680fb3dbd6672f27d850f2d2213479.svg)
}

.buy-flow__numeric-decrement:hover {
    background-image: url(https://assets.cdngetgo.com/resource/assets/images/med/icon_minus_hover.e2aba74ab6fd79f75c5d94757f063157.svg)
}

.buy-flow__numeric-decrement.active {
    background-image: url(https://assets.cdngetgo.com/resource/assets/images/med/icon_gray_minus_hover.3871fcfa02779d33c81266232151e376.svg)
}

.buy-flow__summary {
    padding: 0 45px
}

.buy-flow__summary-container {
    position: relative
}

.buy-flow__summary-container:before {
    content: "";
    position: absolute;
    border-left: 1px solid #e4e5e6;
    height: calc(100% + 5px);
    width: 2px;
    top: 0;
    left: -45px
}

.buy-flow__summary--mobile {
    display: none
}

.buy-flow__summary-subheading {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    font-size: .875rem
}

.buy-flow__summary-heading,
.buy-flow__summary-order-items>li,
.buy-flow__summary-subheading {
    font-size: .875rem;
    line-height: 1.375rem;
    margin-bottom: 23px
}

.buy-flow__summary-heading {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    line-height: 1.875rem
}

.buy-flow__summary-order-items {
    padding: 3px 0
}

.buy-flow__summary-truste-logo {
    padding-top: 25px
}

.buy-flow__summary-truste-logo img {
    height: 30px
}

.buy-flow__summary hr {
    border-top: 1px solid #e4e5e6;
    margin: 25px 0
}

.buy-flow__summary ul {
    padding: 0;
    margin-bottom: 0
}

.buy-flow__summary li {
    display: table;
    width: 100%
}

.buy-flow__summary li:last-child {
    margin-bottom: 0
}

.buy-flow__summary li>div {
    color: #586474;
    display: table-cell
}

.buy-flow__summary li>div:first-child {
    max-width: 135px;
    padding-right: 3px
}

.buy-flow__summary li>div:last-child {
    text-align: right
}

.buy-flow__summary-promo-table,
.buy-flow__summary-table {
    display: table;
    width: 100%;
    margin-bottom: 2px
}

.buy-flow__summary-promo-table>div,
.buy-flow__summary-table>div {
    display: table-cell
}

.buy-flow__summary-promo-total-price-wrapper,
.buy-flow__summary-total-price-wrapper {
    text-align: right
}

.buy-flow__summary-promo-total-price-wrapper sup,
.buy-flow__summary-total-price-wrapper sup {
    top: -2.8px
}

.buy-flow__summary-promo-applied-heading {
    position: relative;
    top: -2px;
    display: block;
    color: #586474;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: .75rem;
    line-height: 1.375rem;
    margin-bottom: 14px
}

.buy-flow__summary-total-heading {
    color: #586474;
    font-size: .9375rem
}

.buy-flow__summary-savings-heading,
.buy-flow__summary-total-heading {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    line-height: 1.875rem
}

.buy-flow__summary-savings-heading {
    margin-bottom: 6px;
    color: #76c410;
    font-size: .875rem
}

.buy-flow__summary-discretion-heading {
    display: block;
    color: #586474;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    font-size: .75rem;
    line-height: 1.875rem;
    margin-bottom: 0
}

.buy-flow__summary-discretion-description {
    display: block;
    color: #586474;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: .75rem;
    line-height: 1.375rem;
    margin-bottom: 14px
}

.buy-flow__summary ul.buy-flow__summary-discretion-items {
    padding-bottom: 5px
}

.buy-flow__summary-discretion-items>li {
    color: #586474;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: .625rem;
    line-height: 1rem;
    margin-bottom: 10px
}

.buy-flow__summary-promo {
    padding-top: 3px
}

.buy-flow__summary-promo-mobile {
    display: none;
    text-align: center
}

.buy-flow__summary-promo .form-input-text {
    margin-top: .625rem;
    margin-bottom: .625rem
}

.buy-flow__summary-promo .form-input-text label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 10px 0 4px;
    margin: 0;
    color: #4d5357
}

.buy-flow__summary-promo .form-input-text input[type=text] {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 12px;
    background: #f9f9f9;
    margin-bottom: 6px;
    height: 100%;
    width: 100%;
    padding: 6px;
    border-radius: 4px
}

.buy-flow__summary-promo .form-input-text input[type=text]:focus {
    background: #fff
}

.buy-flow__summary-promo .form-input-text input[type=text].error {
    border: 2px solid #ff7900
}

.buy-flow__summary-promo-input-error-message {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ff7900;
    padding: 4px;
    font-weight: 700
}

.buy-flow__summary-promo-input-applied-message {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4d5357;
    display: none;
    padding: 4px
}

.buy-flow form input[type=submit].buy-flow__summary-promo-submit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    border: 1px solid #319edd;
    border-radius: 4px;
    background: transparent;
    color: #319edd;
    width: auto;
    height: auto;
    clear: none;
    padding: 7px;
    min-width: 100px;
    margin: 0 auto
}

.buy-flow form input[type=submit].buy-flow__summary-promo-submit:hover {
    color: #fff;
    background: -webkit-linear-gradient(top, #319edd 1%, #46e1ff);
    box-shadow: inset 0 1px 0 #46e1ff;
    border-color: #46e1ff
}

.buy-flow__credit-debit .buy-flow__column {
    width: 160px
}

.buy-flow .error-form-submission {
    position: relative;
    transform: none;
    margin-bottom: 10px
}

.buy-flow__existing-user {
    background: #fff;
    text-align: center
}

.buy-flow__existing-image {
    height: 266px;
    background-repeat: no-repeat;
    background-position: 50%
}

.buy-flow__existing-welcome {
    padding: 30px
}

.buy-flow__existing-details,
.buy-flow__existing-redirect,
.buy-flow__existing-support {
    padding: 0 30px 30px
}

.buy-flow__existing-button {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    background-color: #309ddc;
    padding: 15px 0;
    width: 100%;
    display: inline-block;
    color: #fff!important
}

.buy-flow__existing-button:hover {
    color: #fff;
    text-decoration: none
}

.buy-flow--open-voice .buy-flow__main-custom-wrapper:first-child,
.buy-flow--open-voice .buy-flow__order-plan-organizer-size,
.buy-flow .buy-flow__existing-user {
    display: none
}

.buy-flow--trial-conversion input[type=number]::-webkit-inner-spin-button,
.buy-flow--trial-conversion input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.buy-flow--trial-conversion input[type=number],
.buy-flow--trial-conversion input[type=text] {
    -moz-appearance: textfield;
    padding: 6px;
    border: 1px solid #d1d2d3;
    border-radius: 4px;
    font-size: .875rem
}

.buy-flow--trial-conversion input[type=number] {
    background: #f9f9f9
}

.buy-flow--trial-conversion .buy-flow__heading,
.buy-flow--trial-conversion .buy-flow__main-custom-description,
.buy-flow--trial-conversion .buy-flow__main-custom-wrapper>h4,
.buy-flow--trial-conversion .buy-flow__main-custom>h3,
.buy-flow--trial-conversion .buy-flow__order-plan-price,
.buy-flow--trial-conversion .buy-flow__row--checkbox>span .buy-flow__row--checkbox>div>label,
.buy-flow--trial-conversion .buy-flow__summary,
.buy-flow--trial-conversion .buy-flow__summary-discretion-description,
.buy-flow--trial-conversion .buy-flow__summary-discretion-heading,
.buy-flow--trial-conversion .buy-flow__summary-discretion-items>li,
.buy-flow--trial-conversion .buy-flow__summary-heading,
.buy-flow--trial-conversion .buy-flow__summary-order-items,
.buy-flow--trial-conversion .buy-flow__summary-promo-heading,
.buy-flow--trial-conversion .buy-flow__summary-savings-heading,
.buy-flow--trial-conversion .buy-flow__summary-subheading,
.buy-flow--trial-conversion .buy-flow__summary-total-heading,
.buy-flow--trial-conversion .buy_flow__summary-promo-applied-heading,
.buy-flow--trial-conversion .payment-error-message,
.buy-flow--trial-conversion .payment-progress-message,
.buy-flow--trial-conversion .plan-box__price,
.buy-flow--trial-conversion .plan-box__unit-wrapper,
.buy-flow--trial-conversion input {
    font-family: Arial, Helvetica, sans-serif;
    color: #4d5357
}

.buy-flow--trial-conversion .payment-error-message {
    transition: all .2s ease;
    position: relative;
    display: block;
    max-height: 0;
    text-align: center;
    width: 100%;
    line-height: 40px;
    color: #cc4337;
    font-size: .875rem;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px)
}

.buy-flow--trial-conversion .payment-progress-message {
    position: absolute;
    top: 0;
    z-index: 1302;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #fff;
    display: none;
    font-size: .875rem;
    font-weight: 700
}

.buy-flow--trial-conversion .nprogress-custom-parent .payment-progress-message {
    display: block
}

.buy-flow--trial-conversion .error .payment-error-message {
    max-height: 40px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0)
}

.buy-flow--trial-conversion .error #nprogress .bar {
    background: #cc4337
}

.buy-flow--trial-conversion .buy-flow__custom-heading {
    padding: 0 45px 0 30px;
    font-family: arial;
    font-weight: 700;
    color: #4d5357
}

.buy-flow--trial-conversion .buy-flow__alert {
    border-radius: 4px
}

.buy-flow--trial-conversion .buy-flow__row--alert {
    font-family: Arial, Helvetica, sans-serif;
    color: #4d5357
}

.buy-flow--trial-conversion .buy-flow__row--tooltip {
    margin-bottom: 21px
}

.buy-flow--trial-conversion .buy-flow__numeric-input input {
    height: 40px
}

.buy-flow--trial-conversion .buy-flow__addon {
    position: relative;
    font-size: .75rem
}

.buy-flow--trial-conversion .buy-flow__addon-title {
    font-weight: 700;
    font-size: 14px;
    color: #4d5357;
    margin: 0 0 0 25px
}

.buy-flow--trial-conversion .buy-flow__addon-icon {
    height: 20px;
    margin-left: 5px;
    margin-right: 5px
}

.buy-flow--trial-conversion .buy-flow__addon-after-title {
    color: #586474
}

.buy-flow--trial-conversion .buy-flow__addon-description {
    font-size: 13px
}

.buy-flow--trial-conversion .buy-flow__addon-description p {
    padding-bottom: 7px;
    line-height: 1.2rem
}

.buy-flow--trial-conversion .buy-flow__addon-description p strong {
    color: #4d5357
}

.buy-flow--trial-conversion .buy-flow__addon input[type=checkbox] {
    display: none
}

.buy-flow--trial-conversion .buy-flow__addon label {
    margin-top: 3px
}

.buy-flow--trial-conversion .buy-flow__callme {
    position: relative;
    padding-bottom: 10px;
    font-size: .75rem
}

.buy-flow--trial-conversion .buy-flow__callme .form-input-checkbox {
    margin-bottom: 24px
}

.buy-flow--trial-conversion .buy-flow__callme input[type=checkbox] {
    display: none
}

.buy-flow--trial-conversion .buy-flow__callme label {
    margin-top: 3px
}

.buy-flow--trial-conversion .buy-flow__callme span {
    color: #586474;
    font-weight: 400;
    margin: 0 0 0 25px
}

.buy-flow--trial-conversion .buy-flow__summary-savings-price {
    color: #76c410;
    font-weight: 700
}

.buy-flow--trial-conversion .buy-flow__summary-savings-price sup {
    top: -2px
}

.buy-flow--trial-conversion .buy-flow__summary-discretion-heading {
    font-weight: 700
}

.buy-flow--trial-conversion .buy-flow__summary-toggle:after {
    top: 2px
}

.buy-flow--trial-conversion .buy-flow__summary-heading,
.buy-flow--trial-conversion .buy-flow__summary-promo-heading,
.buy-flow--trial-conversion .buy-flow__summary-total-heading {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700
}

.buy-flow--trial-conversion .buy-flow__summary-discretion-items {
    margin-bottom: 22px
}

.buy-flow--trial-conversion .buy-flow__summary-total-price {
    font-weight: 700
}

.buy-flow--trial-conversion .buy-flow__summary-truste-logo {
    padding-top: 3px
}

.buy-flow--trial-conversion .buy-flow__summary-promo-total-price {
    text-decoration: line-through
}

.buy-flow--trial-conversion .buy-flow__main-custom>.buy-flow__main-heading {
    border-top: none;
    margin: 0 0 17.5px;
    padding: 0 0 28px
}

.buy-flow--trial-conversion .buy-flow__main>hr {
    margin: 8px 46px 8px 30px;
    border-top: 1px solid #d0d0d0
}

.buy-flow--trial-conversion .buy-flow__main-heading,
.buy-flow--trial-conversion .buy-flow__main-payment-heading {
    position: relative;
    padding: 13px 0;
    margin-top: 25px;
    margin-bottom: 7px;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    text-align: left
}

.buy-flow--trial-conversion .buy-flow__main-heading a,
.buy-flow--trial-conversion .buy-flow__main-payment-heading a {
    position: absolute;
    font-size: .75rem;
    top: 1px;
    right: 0
}

.buy-flow--trial-conversion .buy-flow__main-heading a#direct-debit-edit-button,
.buy-flow--trial-conversion .buy-flow__main-payment-heading a#direct-debit-edit-button {
    position: relative;
    float: right;
    cursor: pointer
}

.buy-flow--trial-conversion .buy-flow__main-heading h3,
.buy-flow--trial-conversion .buy-flow__main-payment-heading h3 {
    font-size: 1rem;
    line-height: 1rem;
    font-family: arial;
    font-weight: 700;
    color: #4d5357;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    outline-color: #4d5357
}

.buy-flow--trial-conversion .buy-flow__main-heading h5,
.buy-flow--trial-conversion .buy-flow__main-payment-heading h5 {
    font-size: .75rem;
    line-height: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #4d5357;
    margin-top: 10px;
    text-align: left
}

.buy-flow--trial-conversion .buy-flow__main-setup {
    padding: 20px 35px 1px 20px
}

.buy-flow--trial-conversion .buy-flow__main-payment {
    background: none;
    margin-top: 0
}

.buy-flow--trial-conversion .buy-flow__main-payment-info {
    margin-top: 23px;
    margin-bottom: 14px
}

.buy-flow--trial-conversion .buy-flow__main-payment-info img {
    width: 42px;
    height: 26px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .5);
    margin: 0 8px
}

.buy-flow--trial-conversion .buy-flow__main-payment-info span {
    font-family: arial;
    font-size: 14px;
    vertical-align: sub;
    font-family: Arial, Helvetica, sans-serif;
    color: #586474
}

.buy-flow--trial-conversion .buy-flow__main-payment-tos {
    display: block;
    line-height: 1.25rem;
    font-size: .75rem;
    margin-bottom: 22px
}

.buy-flow--trial-conversion .buy-flow__main-payment-submit {
    position: relative;
    width: 100%
}

.buy-flow--trial-conversion .buy-flow__main-payment-submit .form-input-submit {
    border-radius: 4px;
    background: #bbb;
    z-index: 1
}

.buy-flow--trial-conversion .buy-flow__main-payment-submit input[type=submit] {
    position: relative;
    width: 100%;
    height: 40px;
    color: #fff;
    z-index: 1
}

.buy-flow--trial-conversion .buy-flow__main-payment-submit input[type=submit][disabled=disabled] {
    background: #bbb!important;
    color: transparent!important
}

.buy-flow--trial-conversion .buy-flow__main .cybersource-form {
    position: relative
}

.buy-flow--trial-conversion .buy-flow__main .cybersource-form-hr {
    border-top: 1px solid #d0d0d0;
    position: relative;
    height: 5px;
    margin: 0 10px 3px
}

.buy-flow--trial-conversion .plan-box {
    border-radius: 4px;
    border-width: 1.5px
}

.buy-flow--trial-conversion .plan-box__per {
    margin-right: 5px
}

.buy-flow--trial-conversion .plan-box__promotion {
    font-family: Arial, Helvetica, sans-serif
}

.buy-flow--trial-conversion #edit-my-plan {
    cursor: pointer
}

.buy-flow--trial-conversion #submission-container {
    padding: 0 45px 30px 30px
}

.buy-flow--trial-conversion #submission-container .buy-flow__main-payment-heading {
    margin-bottom: 21px
}

.buy-flow--trial-conversion #payment-container,
.buy-flow--trial-conversion #paymentselection-container {
    padding: 0 35px 30px 20px
}

.buy-flow--trial-conversion #payment-container .buy-flow__main-heading,
.buy-flow--trial-conversion #paymentselection-container .buy-flow__main-heading {
    margin: 7px 10px
}

.buy-flow--trial-conversion #payment-container .buy-flow__main-heading h3,
.buy-flow--trial-conversion #paymentselection-container .buy-flow__main-heading h3 {
    padding-bottom: 13px
}

.buy-flow--trial-conversion #paymentselection-container {
    padding-bottom: 7px
}

.buy-flow--trial-conversion #paymentselection-container .buy-flow__main-heading {
    border-top: 1px solid #d0d0d0;
    border-bottom: none
}

.buy-flow--trial-conversion #paymentselection-container .buy-flow__main-heading h3 {
    padding-bottom: 0
}

.buy-flow--trial-conversion #paymentselection-container .form-input-radio {
    margin: 0 10px;
    padding-bottom: 7px
}

.buy-flow--trial-conversion #paymentForm {
    width: 100%;
    min-height: 1250px;
    max-width: 558px;
    border: none
}

.buy-flow--trial-conversion #paymentselection-container input[type=radio] {
    display: none
}

.buy-flow--trial-conversion #paymentselection-container input[type=radio]+label {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: .75rem;
    line-height: .75rem;
    color: #586474;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.buy-flow--trial-conversion #paymentselection-container input[type=radio]+label:after,
.buy-flow--trial-conversion #paymentselection-container input[type=radio]+label:before {
    content: "";
    display: inline-block;
    vertical-align: text-bottom;
    left: 0;
    width: 1rem;
    height: 1rem;
    text-align: center;
    border-radius: 50%
}

.buy-flow--trial-conversion #paymentselection-container input[type=radio]+label:before {
    box-shadow: inset 0 0 0 .09rem #d1d2d3, inset 0 0 0 1rem #fff
}

.buy-flow--trial-conversion #paymentselection-container input[type=radio]:checked+label {
    color: #319edd
}

.buy-flow--trial-conversion #paymentselection-container input[type=radio]:checked+label:before {
    box-shadow: inset 0 0 0 .09rem #319edd, inset 0 0 0 .225rem #fff, inset 0 0 0 1rem #319edd
}

.buy-flow--trial-conversion #cybersource-payment-tos {
    padding: 0 10px;
    margin: 0
}

.buy-flow--trial-conversion #cybersource-payment-tos .form-input-checkbox {
    display: none;
    position: relative
}

.buy-flow--trial-conversion #cybersource-payment-tos .form-input-checkbox label {
    top: 16px
}

.buy-flow--trial-conversion #cybersource-payment-tos .form-input-checkbox label:after {
    top: -3px
}

.buy-flow--trial-conversion #cybersource-payment-tos .form-input-checkbox.active {
    display: block
}

.buy-flow--trial-conversion #cybersource-payment-tos .emailOptinCheckboxLabel {
    font-size: .75rem;
    color: #333;
    font-weight: 400;
    margin: 14px 0 0 25px;
    display: inline-block;
    border: none
}

.buy-flow--trial-conversion #cybersource-payment-tos #emailOptinCheckbox {
    display: none
}

.buy-flow--trial-conversion #direct-debit-container,
.buy-flow--trial-conversion #next-gen-buy-flow-form,
.buy-flow--trial-conversion #tax-container {
    margin: 0 10px 31px
}

.buy-flow--trial-conversion #direct-debit-container input[type=text],
.buy-flow--trial-conversion #direct-debit-container label,
.buy-flow--trial-conversion #next-gen-buy-flow-form input[type=text],
.buy-flow--trial-conversion #next-gen-buy-flow-form label,
.buy-flow--trial-conversion #tax-container input[type=text],
.buy-flow--trial-conversion #tax-container label {
    display: block
}

.buy-flow--trial-conversion #direct-debit-container label,
.buy-flow--trial-conversion #next-gen-buy-flow-form label,
.buy-flow--trial-conversion #tax-container label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .75rem;
    padding: 13px 0 4px;
    margin: 0;
    color: #4d5357
}

.buy-flow--trial-conversion #direct-debit-container label.invalid,
.buy-flow--trial-conversion #next-gen-buy-flow-form label.invalid,
.buy-flow--trial-conversion #tax-container label.invalid {
    color: #ff7900;
    padding: 4px
}

.buy-flow--trial-conversion #direct-debit-container .less-margin,
.buy-flow--trial-conversion #next-gen-buy-flow-form .less-margin,
.buy-flow--trial-conversion #tax-container .less-margin {
    margin-bottom: 0
}

.buy-flow--trial-conversion #direct-debit-container input[type=password],
.buy-flow--trial-conversion #direct-debit-container input[type=text],
.buy-flow--trial-conversion #next-gen-buy-flow-form input[type=password],
.buy-flow--trial-conversion #next-gen-buy-flow-form input[type=text],
.buy-flow--trial-conversion #tax-container input[type=password],
.buy-flow--trial-conversion #tax-container input[type=text] {
    font-size: .75rem;
    line-height: .75rem;
    background: #f9f9f9;
    margin-bottom: 6px;
    height: 100%;
    width: 100%;
    padding: 6px;
    border-radius: 4px
}

.buy-flow--trial-conversion #direct-debit-container input[type=password]:focus,
.buy-flow--trial-conversion #direct-debit-container input[type=text]:focus,
.buy-flow--trial-conversion #next-gen-buy-flow-form input[type=password]:focus,
.buy-flow--trial-conversion #next-gen-buy-flow-form input[type=text]:focus,
.buy-flow--trial-conversion #tax-container input[type=password]:focus,
.buy-flow--trial-conversion #tax-container input[type=text]:focus {
    outline: none
}

.buy-flow--trial-conversion #direct-debit-container input[type=password]:focus,
.buy-flow--trial-conversion #direct-debit-container input[type=password]:hover,
.buy-flow--trial-conversion #direct-debit-container input[type=text]:focus,
.buy-flow--trial-conversion #direct-debit-container input[type=text]:hover,
.buy-flow--trial-conversion #next-gen-buy-flow-form input[type=password]:focus,
.buy-flow--trial-conversion #next-gen-buy-flow-form input[type=password]:hover,
.buy-flow--trial-conversion #next-gen-buy-flow-form input[type=text]:focus,
.buy-flow--trial-conversion #next-gen-buy-flow-form input[type=text]:hover,
.buy-flow--trial-conversion #tax-container input[type=password]:focus,
.buy-flow--trial-conversion #tax-container input[type=password]:hover,
.buy-flow--trial-conversion #tax-container input[type=text]:focus,
.buy-flow--trial-conversion #tax-container input[type=text]:hover {
    background-color: #fff;
    box-shadow: 0 1px 0 #d5d5d5
}

.buy-flow--trial-conversion #direct-debit-container input[type=password].error,
.buy-flow--trial-conversion #direct-debit-container input[type=text].error,
.buy-flow--trial-conversion #next-gen-buy-flow-form input[type=password].error,
.buy-flow--trial-conversion #next-gen-buy-flow-form input[type=text].error,
.buy-flow--trial-conversion #tax-container input[type=password].error,
.buy-flow--trial-conversion #tax-container input[type=text].error {
    border: 2px solid #ff7900;
    border-radius: 4px
}

.buy-flow--trial-conversion #direct-debit-container p.error,
.buy-flow--trial-conversion #next-gen-buy-flow-form p.error,
.buy-flow--trial-conversion #tax-container p.error {
    color: #ff7900;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .75rem;
    padding: 0 4px
}

.buy-flow--trial-conversion #direct-debit-container select,
.buy-flow--trial-conversion #next-gen-buy-flow-form select,
.buy-flow--trial-conversion #tax-container select {
    font-size: .75rem;
    line-height: .75rem;
    background: #f9f9f9;
    margin-bottom: 6px;
    width: 100%;
    height: 1.75rem;
    border: 1px solid #d1d2d3
}

.buy-flow--trial-conversion #direct-debit-container select:focus,
.buy-flow--trial-conversion #next-gen-buy-flow-form select:focus,
.buy-flow--trial-conversion #tax-container select:focus {
    outline: none
}

.buy-flow--trial-conversion #direct-debit-container select:focus,
.buy-flow--trial-conversion #direct-debit-container select:hover,
.buy-flow--trial-conversion #next-gen-buy-flow-form select:focus,
.buy-flow--trial-conversion #next-gen-buy-flow-form select:hover,
.buy-flow--trial-conversion #tax-container select:focus,
.buy-flow--trial-conversion #tax-container select:hover {
    background-color: #fff;
    box-shadow: 0 1px 0 #d5d5d5
}

.buy-flow--trial-conversion #direct-debit-container select.error,
.buy-flow--trial-conversion #next-gen-buy-flow-form select.error,
.buy-flow--trial-conversion #tax-container select.error {
    border: 2px solid #ff7900;
    border-radius: 4px
}

.buy-flow--trial-conversion #direct-debit-container select.invalid,
.buy-flow--trial-conversion #next-gen-buy-flow-form select.invalid,
.buy-flow--trial-conversion #tax-container select.invalid {
    border: 2px solid #ff7900
}

.buy-flow--trial-conversion #direct-debit-container select.invalid:focus,
.buy-flow--trial-conversion #next-gen-buy-flow-form select.invalid:focus,
.buy-flow--trial-conversion #tax-container select.invalid:focus {
    border: 1px solid #d1d2d3
}

.buy-flow--trial-conversion #direct-debit-container #emailOptinCheckbox,
.buy-flow--trial-conversion #direct-debit-container select.invalid:focus+label,
.buy-flow--trial-conversion #next-gen-buy-flow-form #emailOptinCheckbox,
.buy-flow--trial-conversion #next-gen-buy-flow-form select.invalid:focus+label,
.buy-flow--trial-conversion #tax-container #emailOptinCheckbox,
.buy-flow--trial-conversion #tax-container select.invalid:focus+label {
    display: none
}

.buy-flow--trial-conversion #direct-debit-container #emailOptinCheckbox+label,
.buy-flow--trial-conversion #next-gen-buy-flow-form #emailOptinCheckbox+label,
.buy-flow--trial-conversion #tax-container #emailOptinCheckbox+label {
    margin-top: 16px
}

.buy-flow--trial-conversion #direct-debit-container .emailOptinCheckboxLabel,
.buy-flow--trial-conversion #next-gen-buy-flow-form .emailOptinCheckboxLabel,
.buy-flow--trial-conversion #tax-container .emailOptinCheckboxLabel {
    font-size: .75rem;
    color: #586474;
    font-weight: 400;
    margin: 14px 0 0 25px;
    display: inline-block;
    border: none
}

.buy-flow--trial-conversion #direct-debit-container #tax-error,
.buy-flow--trial-conversion #next-gen-buy-flow-form #tax-error,
.buy-flow--trial-conversion #tax-container #tax-error {
    display: none;
    color: #ff7900;
    padding: 4px;
    font-size: 12px;
    font-weight: 700
}

.buy-flow--trial-conversion #direct-debit-container .form-input-checkbox>label,
.buy-flow--trial-conversion #next-gen-buy-flow-form .form-input-checkbox>label,
.buy-flow--trial-conversion #tax-container .form-input-checkbox>label {
    display: inline-block
}

.buy-flow--trial-conversion #direct-debit-container.enabled,
.buy-flow--trial-conversion #direct-debit-container.error #tax-error,
.buy-flow--trial-conversion #next-gen-buy-flow-form.enabled,
.buy-flow--trial-conversion #next-gen-buy-flow-form.error #tax-error,
.buy-flow--trial-conversion #tax-container.enabled,
.buy-flow--trial-conversion #tax-container.error #tax-error {
    display: block
}

.buy-flow--trial-conversion #direct-debit-container.error input,
.buy-flow--trial-conversion #next-gen-buy-flow-form.error input,
.buy-flow--trial-conversion #tax-container.error input {
    border: 2px solid #ff7900;
    border-radius: 4px
}

.buy-flow--trial-conversion #direct-debit-edit-button .backLabel {
    display: block
}

.buy-flow--trial-conversion #direct-debit-edit-button.active .backLabel,
.buy-flow--trial-conversion #direct-debit-edit-button .editLabel {
    display: none
}

.buy-flow--trial-conversion #direct-debit-edit-button.active .editLabel {
    display: block
}

.buy-flow--trial-conversion #direct-debit-container .buy-flow__main-heading {
    margin: 7px 0
}

.buy-flow--trial-conversion #direct-debit-container .buy-flow__main-payment-tos {
    margin-top: 23px
}

.buy-flow--trial-conversion #direct-debit-container .form-input-submit {
    border-radius: 0;
    background: none;
    text-align: right
}

.buy-flow--trial-conversion #direct-debit-container .payment-error-message {
    display: none
}

.buy-flow--trial-conversion #direct-debit-container .buy-flow__row--checkbox {
    margin-bottom: 0
}

.buy-flow--trial-conversion #direct-debit-container .form-input-checkbox {
    margin-top: 12px;
    position: relative
}

.buy-flow--trial-conversion #direct-debit-container i.styled-select-dropdown {
    top: unset;
    bottom: 0
}

.buy-flow--trial-conversion #direct-debit-container #creditOptin input[type=checkbox],
.buy-flow--trial-conversion #direct-debit-container #sepa-payment-tos input[type=checkbox] {
    position: absolute;
    height: 0;
    margin: 0
}

.buy-flow--trial-conversion #direct-debit-container #creditOptin input[type=checkbox]+label,
.buy-flow--trial-conversion #direct-debit-container #sepa-payment-tos input[type=checkbox]+label {
    width: 15px;
    height: 15px;
    padding: 0;
    top: 3px
}

.buy-flow--trial-conversion #direct-debit-container #creditOptin #sepaEmailOptinCheckbox+label:after,
.buy-flow--trial-conversion #direct-debit-container #sepa-payment-tos #sepaEmailOptinCheckbox+label:after {
    top: -4px
}

.buy-flow--trial-conversion #direct-debit-container #creditOptin input+label+span,
.buy-flow--trial-conversion #direct-debit-container #sepa-payment-tos input+label+span {
    margin: 14px 0 0 25px;
    display: block;
    font-size: .75rem;
    line-height: 1.25rem;
    color: #333
}

.buy-flow--trial-conversion #direct-debit-container #sepa-payment-tos .form-input-checkbox {
    display: none
}

.buy-flow--trial-conversion #direct-debit-container #sepa-payment-tos .form-input-checkbox.active {
    display: block
}

.buy-flow--trial-conversion #direct-debit-summary {
    font-family: arial;
    color: #4d5357
}

.buy-flow--trial-conversion #tax-container {
    display: none
}

.buy-flow--trial-conversion #tax-container .buy-flow__main-payment-heading {
    margin-top: 0
}

.buy-flow--trial-conversion #trial-conversion-submit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    border: 1px solid #46e1ff;
    text-shadow: none;
    background: #319edd;
    background: linear-gradient(180deg, #46e1ff 0, #319edd);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#46e1ff", endColorstr="#319EDD", GradientType=0);
    width: auto;
    height: auto;
    clear: none;
    padding: 7px;
    min-width: 100px;
    margin: 0 auto;
    border-radius: 4px
}

.buy-flow--trial-conversion #trial-conversion-submit:hover {
    color: #fff;
    background: #46e1ff;
    background: linear-gradient(180deg, #319edd 1%, #46e1ff);
    box-shadow: inset 0 1px 0 #46e1ff
}

.buy-flow--trial-conversion #organizerSize {
    outline: none
}

.buy-flow--trial-conversion #organizerSize:focus {
    border-color: #65c6ff;
    border-width: 1.5px
}

.buy-flow--large-plan-box .buy-flow__hr {
    border-color: #d0d0d0;
    display: block
}

.buy-flow--large-plan-box .buy-flow__main-custom-row {
    display: block;
    margin-bottom: 25px
}

.buy-flow--large-plan-box .buy-flow__main-custom-discretion {
    font-size: .875rem;
    color: #4d5357
}

.buy-flow--large-plan-box .buy-flow__main-custom-wrapper {
    position: relative;
    display: block;
    float: none
}

.buy-flow--large-plan-box .buy-flow__main-custom-wrapper h4 {
    font-size: 1rem;
    margin-bottom: 0
}

.buy-flow--large-plan-box .buy-flow__main-custom-wrapper:last-child h4 {
    margin-bottom: 11px
}

.buy-flow--large-plan-box .buy-flow__main-custom-wrapper:first-child {
    margin-bottom: 40px
}

.buy-flow--large-plan-box .buy-flow__plan-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.buy-flow--large-plan-box .plan-box__label {
    width: 100%
}

.buy-flow--large-plan-box .plan-box__label:first-child {
    margin-right: 10px
}

.buy-flow--large-plan-box .buy-flow__numeric {
    position: absolute;
    top: 20px;
    right: 0
}

.buy-flow[data-flow-type=nextGenBuy] .buy-flow__main-heading {
    margin-top: 0
}

.buy-flow[data-flow-type=nextGenBuy] #payment-container .buy-flow__main-heading {
    padding-bottom: 13px
}

.buy-flow[data-flow-type=nextGenBuy] #tax-container .buy-flow__main-payment-heading {
    margin-top: 25px;
    border-top: none
}

.buy-flow input[name=debitCheckbox].error+label[for=debitCheckbox],
.buy-flow select.error {
    border-color: #cc4337
}

@media only screen and (min-width:767px) and (max-width:992px) {
    .buy-flow__container {
        max-width: 768px;
        padding: 60px 0 15px
    }
    .buy-flow__heading {
        margin-bottom: 65px
    }
    .buy-flow__form>hr {
        margin: 0 30px
    }
    .buy-flow__ovi {
        margin: 0 30px 30px
    }
    .buy-flow__main {
        width: 520px
    }
    .buy-flow__main-custom-wrapper>h4 {
        margin-bottom: 24px
    }
    .buy-flow__main-custom-row {
        margin-bottom: 42px
    }
    .buy-flow__main-custom,
    .buy-flow__main-payment,
    .buy-flow__main-setup {
        padding: 0 30px
    }
    .buy-flow__main-custom>h3,
    .buy-flow__main-payment>h3,
    .buy-flow__main-setup>h3 {
        margin-bottom: 10px
    }
    .buy-flow__main-custom>h4,
    .buy-flow__main-payment>h4,
    .buy-flow__main-setup>h4 {
        font-size: 1.375rem
    }
    .buy-flow__main-custom>h5,
    .buy-flow__main-payment>h5,
    .buy-flow__main-setup>h5 {
        margin-bottom: 60px
    }
    .buy-flow__main-custom-description {
        font-size: .75rem;
        line-height: 1.125rem
    }
    .buy-flow__main-payment {
        margin: 45px 15px 0;
        padding: 55px 15px 60px
    }
    .buy-flow__main-payment-description {
        margin-bottom: 16px
    }
    .buy-flow__row {
        width: 460px
    }
    .buy-flow__row--setup .buy-flow__column {
        width: 220px
    }
    .buy-flow__row--billing-one .buy-flow__column:first-child {
        width: 300px
    }
    .buy-flow__row--billing-one .buy-flow__column:last-child {
        width: 140px
    }
    .buy-flow__row--billing-two .buy-flow__column:first-child {
        width: 160px
    }
    .buy-flow__row--billing-two .buy-flow__column:nth-child(2),
    .buy-flow__row--billing-two .buy-flow__column:nth-child(3) {
        width: 130px
    }
    .buy-flow__row--billing-cc-one.vat .buy-flow__column:first-child {
        width: 300px
    }
    .buy-flow__row--billing-cc-one.vat .buy-flow__column:nth-child(2) {
        width: 140px
    }
    .buy-flow__row--billing-cc-two .buy-flow__column:first-child {
        width: 180px
    }
    .buy-flow__row--billing-cc-two .buy-flow__column:first-child .form-input.form-input-text {
        width: 120px
    }
    .buy-flow__row--billing-cc-two .buy-flow__column:first-child img {
        width: 40px
    }
    .buy-flow__row--billing-cc-two .buy-flow__column:nth-child(2),
    .buy-flow__row--billing-cc-two .buy-flow__column:nth-child(3),
    .buy-flow__row--credit-debit .buy-flow__column:first-child,
    .buy-flow__row--credit-debit .buy-flow__column:nth-child(2) {
        width: 120px
    }
    .buy-flow__row--credit-debit .buy-flow__column:nth-child(3) {
        float: right
    }
    .buy-flow__row--tooltip {
        margin-bottom: 16px
    }
    .buy-flow__row--tooltip a {
        font-size: .875rem
    }
    .buy-flow__row--checkbox {
        margin-bottom: 16px
    }
    .buy-flow__row--checkbox>span {
        font-size: .75rem
    }
    .buy-flow__numeric input {
        width: 44px!important
    }
    .buy-flow__summary {
        padding: 0 0 0 30px
    }
    .buy-flow__summary-container {
        width: 193px
    }
    .buy-flow__summary-container:before {
        left: -30px
    }
    .buy-flow__credit-debit .buy-flow__column {
        width: 140px
    }
    .buy-flow li>div {
        font-size: .875rem;
        line-height: 1.375rem
    }
    .buy-flow--trial-conversion .buy-flow__custom-heading {
        padding: 0 30px
    }
    .buy-flow--trial-conversion .buy-flow__main>hr {
        margin: 0 31px 0 30px
    }
    .buy-flow--trial-conversion .buy-flow__main-setup {
        padding: 20px 20px 1px
    }
    .buy-flow--trial-conversion .buy-flow__main-setup .form-input-password,
    .buy-flow--trial-conversion .buy-flow__main-setup .form-input-text {
        margin-right: 0
    }
    .buy-flow--trial-conversion #payment-container,
    .buy-flow--trial-conversion #paymentselection-container {
        padding: 0 6px 15px 5px
    }
    .buy-flow--trial-conversion #submission-container {
        padding: 0 16px 45px 15px
    }
}

@media only screen and (max-width:767px) {
    .buy-flow {
        padding: 0
    }
    .buy-flow__callme-checkbox {
        margin-top: 0
    }
    .buy-flow__ovi {
        width: 286px;
        margin: 0 auto 30px
    }
    .buy-flow__column,
    .buy-flow__row {
        width: 100%;
        margin-bottom: 30px
    }
    .buy-flow__row {
        display: block
    }
    .buy-flow__row--billing-cc-one,
    .buy-flow__row--billing-cc-one.vat,
    .buy-flow__row--billing-cc-two,
    .buy-flow__row--billing-one,
    .buy-flow__row--billing-three,
    .buy-flow__row--billing-two,
    .buy-flow__row--setup {
        display: inline-block
    }
    .buy-flow__row--billing-cc-one .buy-flow__column:nth-child(n),
    .buy-flow__row--billing-cc-one.vat .buy-flow__column:nth-child(n),
    .buy-flow__row--billing-cc-two .buy-flow__column:nth-child(n),
    .buy-flow__row--billing-one .buy-flow__column:nth-child(n),
    .buy-flow__row--billing-three .buy-flow__column:nth-child(n),
    .buy-flow__row--billing-two .buy-flow__column:nth-child(n),
    .buy-flow__row--setup .buy-flow__column:nth-child(n) {
        width: 100%
    }
    .buy-flow__row--billing-one {
        margin-bottom: 0
    }
    .buy-flow__row--billing-one .buy-flow__column:nth-child(2) {
        margin-bottom: 30px
    }
    .buy-flow__row--billing-cc-one .buy-flow__column:first-child {
        margin-bottom: 0
    }
    .buy-flow__row--billing-cc-one.vat .buy-flow__column:first-child {
        margin-bottom: 30px
    }
    .buy-flow__row--billing-cc-one.vat .buy-flow__column:nth-child(2) {
        margin-left: 0
    }
    .buy-flow__row--billing-cc-two .buy-flow__column:first-child>.form-input {
        width: calc(100% - 60px)
    }
    .buy-flow__row--billing-cc-two .buy-flow__column img {
        float: right
    }
    .buy-flow__row--credit-cards {
        display: none!important
    }
    .buy-flow__row--credit-debit {
        margin-bottom: 0;
        display: -ms-flexbox;
        display: flex
    }
    .buy-flow__row--credit-debit .buy-flow__column {
        width: 50%
    }
    .buy-flow__row--credit-debit .buy-flow__column:last-child {
        display: none
    }
    .buy-flow__row--submit {
        margin: 45px 0
    }
    .buy-flow__credit-debit .buy-flow__column {
        width: 100%
    }
    .buy-flow__heading {
        display: none
    }
    .buy-flow__container {
        padding: 30px 0 0
    }
    .buy-flow__form>hr {
        margin: 0 30px
    }
    .buy-flow__numeric {
        margin-bottom: 18px
    }
    .buy-flow__main {
        width: 100%;
        padding-right: 0;
        margin: 0 auto;
        display: block
    }
    .buy-flow__main-custom,
    .buy-flow__main-payment,
    .buy-flow__main-setup {
        padding: 0 30px
    }
    .buy-flow__main-custom h3,
    .buy-flow__main-custom h4,
    .buy-flow__main-custom h5,
    .buy-flow__main-payment h3,
    .buy-flow__main-payment h4,
    .buy-flow__main-payment h5,
    .buy-flow__main-setup h3,
    .buy-flow__main-setup h4,
    .buy-flow__main-setup h5 {
        text-align: center
    }
    .buy-flow__main-setup {
        padding-top: 30px
    }
    .buy-flow__main-custom .buy-flow__row--checkbox {
        margin-bottom: 22px
    }
    .buy-flow__main-custom-row {
        text-align: center;
        margin-bottom: 23px
    }
    .buy-flow__main-custom-wrapper,
    .buy-flow__main-custom-wrapper:last-child {
        display: block
    }
    .buy-flow__main-custom-wrapper:last-child {
        float: none
    }
    .buy-flow__main-custom-wrapper h4 {
        margin-bottom: 18px
    }
    .buy-flow__main-payment {
        padding: 30px 30px 1px
    }
    .buy-flow__main-payment-logo-wrapper {
        position: relative;
        text-align: center
    }
    .buy-flow__main-payment-description {
        margin-bottom: 30px
    }
    .buy-flow__main-payment-subheading {
        display: none
    }
    .buy-flow__main-payment-subheading-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 25px
    }
    .buy-flow__main-payment-subheading-wrapper h4 {
        text-align: left;
        font-family: Lato-Regular, Arial, Helvetica, sans-serif;
        font-size: 1.25rem;
        line-height: 1.875rem
    }
    .buy-flow__summary {
        display: none
    }
    .buy-flow__order-plan-container {
        float: right
    }
    .buy-flow__summary {
        padding: 0 30px
    }
    .buy-flow__summary-order-items>li {
        margin-bottom: 20px
    }
    .buy-flow__summary li>div {
        font-size: .8125rem;
        line-height: .8125rem
    }
    .buy-flow__summary li>div:first-child {
        max-width: 135px
    }
    .buy-flow__summary--mobile {
        display: block;
        position: fixed;
        background: #f4f4f4;
        width: 100%;
        z-index: 99;
        overflow: hidden;
        border-bottom: 1px solid #e4e5e6;
        transition: max-height .6s ease-in-out;
        top: 0;
        max-height: 0
    }
    .buy-flow__summary--mobile.active {
        max-height: 700px
    }
    .buy-flow__summary-promo-mobile {
        display: block;
        margin: 30px 0
    }
    .buy-flow__summary-promo-mobile .buy-flow__summary-promo-input-applied-message {
        display: block
    }
    .buy-flow__summary-promo-mobile .buy-flow__summary-promo-input-applied-message.hidden {
        display: none
    }
    .buy-flow__summary-promo-mobile .buy-flow__summary-promo-input::-moz-placeholder {
        text-align: center
    }
    .buy-flow__summary-promo-mobile .buy-flow__summary-promo-input:-ms-input-placeholder {
        text-align: center
    }
    .buy-flow__summary-promo-mobile .buy-flow__summary-promo-input::-webkit-input-placeholder {
        text-align: center
    }
    .buy-flow__summary-heading {
        margin-bottom: 0
    }
    .buy-flow__summary-total-heading {
        line-height: .9375rem;
        vertical-align: top
    }
    .buy-flow__summary-container {
        padding-top: 30px
    }
    .buy-flow__summary-toggle {
        cursor: pointer;
        font-size: .8125rem;
        line-height: .8125rem;
        position: relative
    }
    .buy-flow__summary-toggle-hide {
        display: none
    }
    .buy-flow__summary-toggle-show {
        display: inline
    }
    .buy-flow__summary-toggle:after {
        font-family: web-icons;
        content: "\e922";
        position: absolute;
        top: 3px;
        right: -18px;
        font-size: 17px
    }
    .buy-flow__summary-toggle.active:after {
        transform: rotateX(180deg)
    }
    .buy-flow__summary-toggle.active .buy-flow__summary-toggle-hide {
        display: inline
    }
    .buy-flow__summary-toggle.active .buy-flow__summary-toggle-show {
        display: none
    }
    .buy-flow__summary-toggle-container {
        margin-top: -3px;
        max-height: 0;
        transition: max-height .6s ease-in-out
    }
    .buy-flow__summary-toggle-container.active {
        max-height: 600px
    }
    .buy-flow__summary-discretion-description {
        margin-bottom: 6px
    }
    .buy-flow__summary-discretion-items>li {
        margin-bottom: 2px
    }
    .buy-flow--trial-conversion .buy-flow__column,
    .buy-flow--trial-conversion .buy-flow__column:nth-child(2) {
        margin-bottom: 0
    }
    .buy-flow--trial-conversion .buy-flow__custom-heading {
        padding: 0 30px;
        margin-bottom: 30px
    }
    .buy-flow--trial-conversion .buy-flow__summary-table {
        margin-bottom: 0
    }
    .buy-flow--trial-conversion .buy-flow__summary-table>div {
        vertical-align: baseline
    }
    .buy-flow--trial-conversion .buy-flow__summary-discretion-description {
        margin-bottom: 22px
    }
    .buy-flow--trial-conversion .buy-flow__summary-discretion-items {
        margin-bottom: 0
    }
    .buy-flow--trial-conversion .buy-flow__summary-total-price {
        font-weight: 700
    }
    .buy-flow--trial-conversion .buy-flow__summary-truste-logo {
        padding-bottom: 30px
    }
    .buy-flow--trial-conversion .buy-flow__order-plan-price sup {
        top: -2px
    }
    .buy-flow--trial-conversion .buy-flow__main-setup {
        padding: 30px 20px 1px;
        max-width: 577px
    }
    .buy-flow--trial-conversion .buy-flow__main-custom-wrapper>h4 {
        margin: 22px 0
    }
    .buy-flow--trial-conversion .buy-flow__main>hr {
        margin: 6px 30px 0
    }
    .buy-flow--trial-conversion .buy-flow__main-payment {
        min-width: 320px
    }
    .buy-flow--trial-conversion .buy-flow__callme,
    .buy-flow--trial-conversion .buy-flow__callme-description,
    .buy-flow--trial-conversion .buy-flow__callme label,
    .buy-flow--trial-conversion .buy-flow__tooltip .tooltip__wrapper {
        text-align: center
    }
    .buy-flow--trial-conversion .buy-flow__callme .form-input-checkbox {
        display: inline-block
    }
    .buy-flow--trial-conversion .buy-flow__numeric {
        margin: 0
    }
    .buy-flow--trial-conversion .buy-flow__heading {
        font-size: 1.75rem;
        line-height: 2.125rem;
        text-align: center;
        display: block;
        margin: 0 0 30px
    }
    .buy-flow--trial-conversion .payment-error-message {
        font-size: .75rem
    }
    .buy-flow--trial-conversion ul.buy-flow__summary-discretion-items {
        padding-bottom: 22px
    }
    .buy-flow--trial-conversion #submission-container {
        padding: 0 30px 30px
    }
    .buy-flow--trial-conversion #cybersource-payment-tos,
    .buy-flow--trial-conversion #paymentselection-container {
        margin-bottom: 10px;
        background: none
    }
    .buy-flow--trial-conversion #payment-container {
        padding: 0 20px 15px
    }
    .buy-flow--trial-conversion #payment-container .buy-flow__main-heading {
        max-width: 539px
    }
    .buy-flow--trial-conversion #paymentselection-container .form-input-radio {
        padding-bottom: 0;
        margin-bottom: -2px
    }
    .buy-flow--large-plan-box .buy-flow__plan-box {
        display: block
    }
    .buy-flow--large-plan-box .buy-flow__numeric {
        position: relative
    }
}

.g2m .buy-flow__existing-image {
    background-image: url(../../images/med/g2m/gotomeeting-welcome-back.1b29d98cec1dc8715917fc511c2e97ce.png)
}

.g2w .buy-flow__existing-image {
    background-image: url(../../images/med/g2w/gotowebinar-welcome-back.426c282a4713d41c3207201f3fca06a5.png)
}

.g2t .buy-flow__existing-image {
    background-image: url(../../images/med/g2t/gototraining-welcome-back.0624585bf1e7ad260028ee936073b3fc.png)
}

.g2a .buy-flow__existing-image {
    background-image: url(../../images/med/g2a/gotoassist-welcome-back.713cbed09d3a532d186805bb9755c064.png)
}

.ov .buy-flow__existing-image {
    background-image: url(../../images/med/ov/openvoice-welcome-back.66fa38415adf090b82d2b0ba32005427.png)
}

.case {
    padding: 60px 0
}

.case-container,
.case-container-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.case-container {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px
}

.case-item {
    perspective: 1000;
    margin: 7.5px
}

.case-item,
.case-item-back,
.case-item-front {
    width: 282px;
    height: 250px
}

.case-item-back,
.case-item-front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.case-item-flipper {
    transition: .8s;
    transform-style: preserve-3d;
    position: relative
}

.case-item:hover .case-item-flipper {
    transform: rotateY(180deg)
}

.case-item:hover .case-item-flipper.front-only {
    transform: none
}

.case-item-front {
    background: #edeef0
}

.case-item-front-wrapper {
    padding: 30px;
    text-align: center
}

.case-item-front-bar {
    height: 17px;
    background: red
}

.case-item-front-hr {
    margin: 10px auto;
    height: 1px;
    width: 100px;
    background: #000
}

.case-item-front-header {
    font-size: 22px;
    line-height: auto
}

.case-item-front-description,
.case-item-front-header {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    color: #373d44
}

.case-item-front-description {
    font-size: 16px;
    line-height: 24px
}

.case-item-back {
    background: #edeef0;
    transform: rotateY(180deg)
}

.case-item-back-wrapper {
    height: 100%;
    padding: 65px 30px;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.case-item-back-wrapper.button {
    padding: 30px
}

.case-item-back-description {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 24px
}

.case-item-back-button a {
    border: 2px solid #fff;
    padding: 5px 20px;
    border-radius: 18.5px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: background-color .2s ease
}

.case-item-back-button a:hover {
    background: #0097e1
}

@media only screen and (min-width:767px) and (max-width:991px) {
    .case {
        padding: 50px 0
    }
    .case-container,
    .case-container-wrapper {
        display: block
    }
    .case-container {
        padding: 15px
    }
    .case-item {
        margin: 15px 0
    }
    .case-item,
    .case-item-front {
        position: relative;
        width: 100%;
        height: inherit
    }
    .case-item:hover .case-item-flipper {
        transform: none
    }
    .case-item-front-wrapper {
        display: inline-block;
        padding: initial;
        height: 141px;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        background-color: #fff;
        border: 1px solid #edeef0
    }
    .case-item-front-text-wrapper {
        width: 100%;
        padding: 30px
    }
    .case-item-front-image-wrapper {
        float: left;
        height: inherit;
        width: 160px;
        background-color: #edeef0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .case-item-front-header {
        font-size: 22px
    }
    .case-item-back,
    .case-item-front-hr {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .case {
        padding: 25px 0
    }
    .case-container,
    .case-container-wrapper {
        display: -ms-flexbox;
        display: flex
    }
    .case-item {
        margin: 7.5px
    }
    .case-item,
    .case-item-front {
        width: 140px;
        height: 140px
    }
    .case-item:hover .case-item-flipper {
        transform: none
    }
    .case-item-front-wrapper {
        padding: 30px;
        text-align: center
    }
    .case-item-front-header {
        font-family: Lato-Regular, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #373d44;
        line-height: auto
    }
    .case-item-front-description,
    .case-item-front-hr {
        display: none
    }
}

.check-and-text {
    padding-top: 60px
}

.check-and-text__eyebrow {
    font-size: .75rem;
    line-height: 12px;
    padding-bottom: 25px;
    text-transform: uppercase
}

.check-and-text__eyebrow,
.check-and-text__title {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif
}

.check-and-text__title {
    font-size: 1.375rem;
    line-height: 22px;
    padding-bottom: 18px;
    color: #586474;
    position: relative
}

.check-and-text__title:before {
    content: "\e91a";
    font-size: 1.125rem;
    display: inline-block;
    position: absolute;
    left: -25px;
    font-family: web-icons
}

.check-and-text.image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.check-and-text.gray {
    background: #f1f1f2
}

.check-and-text__body {
    font-size: 1.0625rem;
    color: #586474;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    line-height: 26px
}

.check-and-text__link {
    display: inline
}

.check-and-text__link a:after {
    content: "\25BA";
    margin-left: 3px;
    font-size: .625rem;
    display: inline-block;
    vertical-align: middle
}

.check-and-text__snipe {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    padding: 0 10px;
    background-color: #6dd200;
    transform: skew(-25deg);
    width: auto;
    height: 24px;
    top: -1px;
    left: 7px;
    font-size: .875rem
}

.check-and-text__snipe,
.check-and-text__snipe p {
    color: #fff;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif
}

.check-and-text__snipe p {
    font-size: 14px;
    margin-top: 1px;
    transform: skew(25deg);
    text-transform: uppercase
}

.check-and-text.three-col .check-and-text__left,
.check-and-text.three-col .check-and-text__right {
    width: 33%;
    float: left;
    padding-right: 65px;
    padding-left: 0
}

.check-and-text.three-col .check-and-text__left .check-and-text__stacked,
.check-and-text.three-col .check-and-text__right .check-and-text__stacked {
    padding-bottom: 0
}

.check-and-text img {
    width: 100%
}

.check-and-text .section-header__eyebrow {
    text-transform: uppercase
}

.check-and-text .row {
    max-width: 1200px;
    padding: 0 50px;
    position: relative
}

.check-and-text .row:last-of-type {
    padding-bottom: 10px
}

.check-and-text.image .check-and-text__body,
.check-and-text.image .check-and-text__title,
.check-and-text.image .section-header__headline,
.check-and-text.image .section-header__subheadline {
    color: #fff
}

.check-and-text__stacked {
    padding-bottom: 50px
}

.check-and-text__left {
    display: inline-block;
    width: 50%;
    padding-bottom: 50px;
    vertical-align: middle
}

.check-and-text__left .bottom-aligned {
    position: absolute;
    left: 50px;
    bottom: 0
}

.check-and-text__right {
    display: inline-block;
    width: 50%;
    padding-bottom: 50px;
    vertical-align: middle
}

.check-and-text__right .bottom-aligned {
    position: absolute;
    right: 50px;
    bottom: 0
}

.check-and-text__cta {
    padding-top: 65px
}

.check-and-text__cta a {
    text-align: center;
    width: 179px;
    padding: 7px 0;
    border: 2px solid #444b58;
    border-radius: 20px;
    display: block;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: #434b58
}

@media only screen and (min-width:992px) {
    .check-and-text--text-image .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .check-and-text--text-image .check-and-text__left {
        width: calc(50% - 150px);
        min-width: 300px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .check-and-text {
        padding-top: 50px
    }
    .check-and-text .row {
        padding: 0 25px
    }
    .check-and-text .row:last-of-type {
        padding-bottom: 0
    }
    .check-and-text.three-col .check-and-text__left,
    .check-and-text.three-col .check-and-text__right {
        width: 100%
    }
    .check-and-text.four-col .check-and-text__left {
        padding-right: 12px;
        float: left;
        width: 50%
    }
    .check-and-text.four-col .check-and-text__right {
        padding-left: 12px;
        float: right;
        width: 50%
    }
    .check-and-text.all-text .check-and-text__left,
    .check-and-text.all-text .check-and-text__right {
        float: left;
        width: 50%
    }
    .check-and-text.all-text .check-and-text__left {
        padding-right: 12px
    }
    .check-and-text.all-text .check-and-text__right {
        padding-left: 12px
    }
    .check-and-text__left,
    .check-and-text__right {
        float: none;
        width: 100%;
        padding: 0
    }
    .check-and-text__left img,
    .check-and-text__right img {
        margin: 0 auto 50px;
        display: block
    }
    .check-and-text__left .bottom-aligned,
    .check-and-text__right .bottom-aligned {
        position: relative;
        margin: 0 auto;
        display: block;
        right: 0;
        left: 0
    }
    .check-and-text__title {
        font-size: 1.25rem;
        padding-left: 25px
    }
    .check-and-text__title:before {
        left: 0
    }
    .check-and-text__snipe p {
        margin-top: 4px
    }
    .check-and-text__stacked {
        padding-bottom: 0
    }
    .check-and-text__body {
        font-size: .875rem;
        padding-bottom: 50px;
        padding-left: 25px;
        line-height: 20px
    }
    .check-and-text__link {
        font-size: .875rem
    }
    .check-and-text__link a:after {
        font-size: .625rem
    }
    .check-and-text__cta {
        padding-top: 0;
        padding-bottom: 50px
    }
}

@media only screen and (max-width:767px) {
    .check-and-text {
        padding-top: 25px
    }
    .check-and-text .row {
        padding: 0 25px
    }
    .check-and-text .row:last-of-type {
        padding-bottom: 0
    }
    .check-and-text.all-text .check-and-text__left,
    .check-and-text.all-text .check-and-text__right {
        float: left;
        width: 100%;
        padding-right: 0
    }
    .check-and-text__hide-body .check-and-text__body,
    .check-and-text__hide-body .check-and-text__link {
        display: none
    }
    .check-and-text.three-col .check-and-text__left,
    .check-and-text.three-col .check-and-text__right {
        width: 100%;
        padding: 0
    }
    .check-and-text.four-col {
        padding-bottom: 2px
    }
    .check-and-text__stacked {
        padding-bottom: 0
    }
    .check-and-text__left,
    .check-and-text__right {
        float: none;
        width: 100%;
        padding: 0
    }
    .check-and-text__left img,
    .check-and-text__right img {
        margin: 0 auto 25px;
        display: block;
        width: 100%
    }
    .check-and-text__left .bottom-aligned,
    .check-and-text__right .bottom-aligned {
        position: relative;
        margin: 0 auto;
        display: block;
        right: 0;
        left: 0
    }
    .check-and-text__cta a {
        font-size: .875rem;
        margin: 0 auto
    }
    .check-and-text__eyebrow {
        font-size: .75rem
    }
    .check-and-text__title {
        font-size: 1.125rem;
        padding-left: 25px
    }
    .check-and-text__title:before {
        left: 0
    }
    .check-and-text__snipe p {
        margin-top: 4px
    }
    .check-and-text__body {
        font-size: .75rem;
        padding-bottom: 25px;
        padding-left: 25px;
        line-height: 20px
    }
    .check-and-text__link {
        font-size: .75rem
    }
    .check-and-text__link a:after {
        font-size: .625rem
    }
    .check-and-text__cta {
        padding-top: 0;
        padding-bottom: 25px
    }
}

.check-icon svg {
    display: inline-block;
    width: 25px;
    height: 25px;
    stroke-dasharray: 82;
    stroke-dashoffset: 0;
    display: none
}

.check-icon circle,
.check-icon line,
.check-icon polyline {
    transition: stroke .6s ease;
    fill: none;
    stroke-width: 2
}

.error .check-icon svg,
.valid .check-icon svg {
    display: block
}

.error .check-icon circle,
.valid .check-icon circle {
    -o-animation: n 2s cubic-bezier(.19, 1, .22, 1);
    -webkit-animation: n 2s cubic-bezier(.19, 1, .22, 1);
    -moz-animation: n 2s cubic-bezier(.19, 1, .22, 1);
    -o-animattion: dash 2s cubic-bezier(.19, 1, .22, 1);
    animation: n 2s cubic-bezier(.19, 1, .22, 1)
}

.valid .check-icon line {
    display: none
}

.valid .check-icon polyline {
    stroke-width: 3;
    -o-animation: n 6s ease-out forwards;
    -webkit-animation: n 6s ease-out forwards;
    -moz-animation: n 6s ease-out forwards;
    -o-animattion: dash 6s ease-out forwards;
    animation: n 6s ease-out forwards
}

.valid .check-icon circle {
    stroke: #6dd200
}

.error .check-icon polyline {
    display: none
}

.error .check-icon line {
    stroke-width: 3;
    -o-animation: n 6s ease-out forwards;
    -webkit-animation: n 6s ease-out forwards;
    -moz-animation: n 6s ease-out forwards;
    -o-animattion: dash 6s ease-out forwards;
    animation: n 6s ease-out forwards
}

.error .check-icon circle {
    stroke: #cc4337
}

.cookiebar {
    background-color: #2c323a;
    overflow: hidden;
    max-height: 200px;
    transition: max-height .5s ease-in-out
}

.cookiebar--hidden {
    max-height: 0
}

.cookiebar--disabled {
    display: none
}

.cookiebar__container {
    padding: 19px 0 11px 12px
}

.cookiebar__disclaimer {
    display: inline-block;
    color: #a6aeba;
    font-size: .75rem;
    padding-bottom: 10px;
    margin-right: 20px
}

.cookiebar__disclaimer a {
    text-decoration: underline;
    color: #a6aeba
}

.cookiebar__buttons {
    display: inline-block;
    font-size: .75rem
}

.cookiebar__buttons button {
    color: #fff
}

.cookiebar__buttons button,
.cookiebar__buttons button:hover {
    background-color: transparent
}

.cookiebar__accept {
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 5px 15px
}

.cookiebar__accept:hover {
    background-color: #309ddc!important;
    border-color: #309ddc
}

.cookiebar__decline {
    margin-left: 20px;
    padding: 0;
    text-decoration: none;
    color: #fff
}

.cookiebar__decline:hover {
    color: #309ddc
}

.cookiebar__decline span:first-of-type {
    padding-right: 5px
}

.cookiebar__decline span:first-of-type:hover {
    text-decoration: underline
}

.cookiebar__decline span:last-of-type:after {
    content: "\25BA";
    vertical-align: text-bottom
}

.cookiebar__arrow {
    font-size: .5rem
}

@media only screen and (max-width:767px) {
    .cookiebar__buttons {
        display: block;
        text-align: center
    }
    .cookiebar__container {
        padding-bottom: 19px
    }
}

.country-language-column {
    margin-right: 25px
}

.country-language-column:last-child {
    margin-right: 0
}

.country-language-column--quarter {
    width: 25%
}

.country-language-column--half {
    width: 50%
}

.country-language-column--half .country-language-column__list-wrapper {
    display: -ms-flexbox;
    display: flex
}

.country-language-column--half .country-language-column__list-wrapper>ul {
    width: 100%;
    display: inline-block
}

.country-language-column--half .country-language-column__list-wrapper>ul:first-child {
    margin-right: 25px
}

.country-language-column__heading {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #a6aeba;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #586474;
    padding: 0 0 10px;
    margin: 0 auto 25px
}

@media only screen and (max-width:991px) {
    .country-language-column--half,
    .country-language-column--quarter {
        width: 33%
    }
    .country-language-column--half .country-language-column__list-wrapper {
        display: block
    }
    .country-language-column--half .country-language-column__list-wrapper>ul:first-child {
        margin-bottom: 14px
    }
    .country-language-column--half .country-language-column__list-wrapper>ul:only-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width:767px) {
    .country-language-column {
        padding: 0 15px
    }
    .country-language-column--half,
    .country-language-column--quarter {
        width: 100%
    }
    .country-language-column--half .country-language-column__list-wrapper>ul:first-child {
        margin-bottom: 0
    }
}

.country-language-picker__heading,
.country-language-picker__heading a {
    display: inline;
    color: #fff;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    margin: 0 4px;
    font-size: .75rem
}

.country-language-picker__heading a {
    margin: 0
}

.country-language-picker__languages {
    display: inline-block
}

.country-language-picker__languages li {
    display: inline
}

.country-language-picker__languages li,
.country-language-picker__languages li a {
    font-size: .75rem;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    color: #838f9f
}

.country-language-picker__languages li:after {
    content: "|"
}

.country-language-picker__languages li:last-child {
    margin-bottom: 0
}

.country-language-picker__languages li:last-child:after {
    display: none
}

.country-language-picker--mobile-menu {
    display: block;
    line-height: 42px;
    padding: 0 27px
}

.country-language-picker--mobile-menu .country-language-picker__heading,
.country-language-picker--mobile-menu .country-language-picker__icon,
.country-language-picker--mobile-menu .country-language-picker__languages {
    display: inline-block;
    vertical-align: middle
}

.country-language-picker--mobile-menu .country-language-picker__item {
    border-bottom: none
}

.country-language-picker--mobile-menu .country-language-picker__heading {
    color: #586474;
    text-transform: uppercase;
    position: relative;
    margin-right: 8px
}

.country-language-picker--mobile-menu .country-language-picker__heading:after {
    position: absolute;
    content: "|";
    right: -12px
}

.country-language-picker--mobile-menu .country-language-picker__languages {
    margin-left: 8px
}

.country-language-picker--mobile-menu .country-language-picker__languages a {
    padding: 0;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    color: #586474
}

.country-language-picker--mobile-menu .country-language-picker__icon {
    font-size: 1rem;
    margin: 0;
    position: relative
}

.country-language-picker--mobile-menu .country-language-picker__icon.flag-sprite {
    background-size: 127px
}

.country-language-picker--mobile-menu .country-language-picker__icon.flag-sprite-cn {
    background-size: 180px
}

.country-language-picker .icon-arrow-down-ui {
    color: #586474
}

@media only screen and (max-width:767px) {
    .country-language-picker__languages li {
        display: inline-block
    }
    .country-language-picker__languages a {
        text-transform: capitalize;
        padding: 0
    }
}

.cta-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    min-height: 340px;
    padding: 40px 0;
    color: #fff
}

.cta-desc,
.cta-subtitle,
.cta-title {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px
}

.cta-title {
    font-size: 1.375rem;
    line-height: 32px;
    margin: 15px 0 50px;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 2.375rem;
    line-height: 2.375rem
}

.cta-subtitle {
    font-size: 1.375rem;
    line-height: 32px;
    font-weight: 400;
    margin: 40px 0 18px
}

.cta-contact-link {
    margin: 0 0 18px;
    font-size: 1rem
}

.cta-contact-link a {
    color: #fff;
    text-decoration: underline;
    font-size: 1rem
}

.cta-desc {
    margin: 0 0 14px;
    font-size: 1rem
}

.cta-form {
    margin: 0 auto;
    padding: 0;
    width: 515px;
    height: 2.375rem
}

.cta button,
.cta input[type=submit] {
    width: 100%;
    border-radius: 0 26px 26px 0;
    border: none;
    height: 2.375rem;
    font-size: 14px
}

.cta input[type=text] {
    width: 100%;
    height: 2.375rem;
    border-radius: 26px 0 0 26px;
    border: none;
    padding-left: 42px;
    color: #586474;
    font-size: 14px
}

.cta div[class*=icon-] {
    position: relative
}

.cta div[class*=icon-]:before {
    position: absolute;
    top: 6px;
    left: 10px;
    color: #bbb;
    font-size: 26px
}

.cta--button-only .cta-trial-box button,
.cta--button-only .cta-trial-box input[type=submit] {
    border-radius: 26px;
    width: auto;
    padding: 2px 22px;
    margin: 0 auto
}

.cta--button-only .row {
    margin-left: auto;
    margin-right: auto
}

.cta--button-only .cta-form {
    width: 100%
}

.g2m .cta {
    background: #e9ba1f;
    background: linear-gradient(135deg, #5766B9, #4C4D7D 60%, #5766B9)
}

.g2m .cta,
.g2w .cta {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2w .cta {
    background: #6bcbdd;
    background: linear-gradient(135deg, #6bcbdd, #3797d1 60%, #3860a1)
}

.g2t .cta {
    background: #c15781;
    background: linear-gradient(135deg, #c15781, #992977 60%, #26336d)
}

.g2a .cta,
.g2t .cta {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2a .cta {
    background: #72bcb6;
    background: linear-gradient(135deg, #72bcb6, #2a969d 60%, #05628f)
}

.g2p .cta {
    background: #94c96a;
    background: linear-gradient(135deg, #94c96a, #4e9d2d 60%, #32783e)
}

.g2p .cta,
.ov .cta {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.ov .cta {
    background: #9b7fba;
    background: linear-gradient(135deg, #9b7fba, #5c61a6 60%, #1c2e5c)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .cta {
        min-height: 300px
    }
    .cta-form {
        width: 600px
    }
}

@media only screen and (max-width:767px) {
    .cta {
        min-height: 260px
    }
    .cta-title {
        font-size: 2rem
    }
    .cta-contact-link,
    .cta-desc,
    .cta-subtitle,
    .cta-title {
        padding-left: 15px;
        padding-right: 15px
    }
    .cta-contact-link,
    .cta-contact-link a,
    .cta-desc {
        font-size: .875rem
    }
    .cta-form {
        width: 90%
    }
}

.customer-hero {
    overflow: hidden;
    text-align: center;
    position: relative;
    display: table;
    width: 100%
}

.customer-hero__desktop-background,
.customer-hero__mobile-background,
.customer-hero__tablet-background {
    width: 100%;
    height: 100%;
    position: absolute;
    display: table-cell;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.customer-hero__hero-section-header-wrap {
    clear: both;
    padding: 60px 0 0;
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 1
}

.customer-hero__hero-section-heading {
    float: right
}

.customer-hero__customer-home-page-container {
    padding: 0 0 60px 165px;
    margin: auto;
    float: none;
    display: inline-block;
    position: relative;
    z-index: 1
}

.customer-hero__customer-home-page-container .top-box-colors {
    display: block;
    min-height: 191px;
    padding: 0 13px;
    text-decoration: none
}

.customer-hero__customer-home-page-container .top-box-colors:hover {
    opacity: .9
}

.customer-hero__customer-home-page-container .top-box-colors div.icons-text {
    color: #fff;
    padding: 25px 0;
    line-height: 28px;
    font-size: 1.375rem
}

.customer-hero__customer-home-page-container div.icons {
    display: block;
    padding: 25px 0 0
}

.customer-hero__customer-home-page-container div.icons img {
    width: 60px;
    height: 60px
}

.customer-hero__container-boxes {
    overflow: hidden
}

.customer-hero__container-boxes__top-box {
    clear: both
}

.customer-hero__bottom-box {
    padding-bottom: 6px;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 25px;
    background-color: #f9faf9;
    opacity: .9
}

.customer-hero__bottom-box .bottomText {
    padding: 22px 0
}

.customer-hero__heroButton {
    margin-top: 25px
}

.customer-hero__hero-belt-nav {
    clear: both
}

@media (max-width:767px) {
    .customer-hero__desktop-background,
    .customer-hero__tablet-background {
        display: none
    }
    .customer-hero__mobile-background {
        position: fixed;
        display: table-cell;
        top: 0;
        background-position: 50% 50%;
        background-size: cover
    }
    .customer-hero__hero-section-header-wrap {
        clear: both;
        padding: 60px 34px 0 0;
        overflow: hidden;
        display: inline-block
    }
    .customer-hero__hero-section-heading {
        margin-right: -25px;
        width: 100%
    }
    .customer-hero__customer-home-page-container {
        padding: 0 15px;
        margin: auto;
        float: none
    }
    .customer-hero__container-boxes {
        display: block;
        position: relative;
        float: none;
        margin: auto;
        width: 100%;
        padding-bottom: 25px
    }
    .customer-hero a.top-box-colors {
        min-height: 40px;
        max-height: 191px
    }
    .customer-hero a.top-box-colors div.icons-text {
        padding: 3px 0 0;
        font-size: .75rem;
        float: left
    }
    .customer-hero__bottom-box {
        padding-bottom: 20px
    }
    .customer-hero__center-wrap {
        display: inline-block;
        padding: 15px 0
    }
    .customer-hero__center-wrap div.icons {
        padding: 0 10px 0 0;
        float: left;
        font-size: .75rem;
        color: #fff
    }
    .customer-hero__center-wrap div.icons img {
        width: 35px;
        height: 35px
    }
    .customer-hero__center-wrap div.icons .bottom-text {
        padding: 15px 0
    }
}

@media (min-width:768px) {
    .customer-hero__desktop-background,
    .customer-hero__mobile-background {
        display: none
    }
    .customer-hero__tablet-background {
        background-position: 50% 50%;
        background-size: cover
    }
    .customer-hero__hero-section-heading {
        float: right;
        width: 634px
    }
    .customer-hero__customer-home-page-container {
        padding: 0 0 60px 27px
    }
    .customer-hero__customer-home-page-container div.icons {
        display: block;
        padding: 25px 0 0;
        float: none
    }
    .customer-hero__customer-home-page-container div.icons img {
        width: 60px;
        height: 60px
    }
    .customer-hero a.top-box-colors {
        min-height: 191px
    }
    .customer-hero a.top-box-colors div.icons-text {
        font-size: 1.375rem
    }
    .customer-hero__container-boxes {
        width: 240px;
        height: 430px;
        padding-right: 20px;
        float: left;
        margin-right: 5px
    }
    .customer-hero__bottom-box p {
        font-size: 1rem;
        line-height: 24px;
        padding-bottom: 0!important;
        color: #586474
    }
}

@media (min-width:992px) {
    .customer-hero__desktop-background,
    .customer-hero__mobile-background {
        display: none
    }
    .customer-hero__tablet-background {
        position: absolute;
        display: table-cell;
        top: 0;
        background-position: 50% 50%;
        background-size: cover
    }
    .customer-hero__hero-section-heading {
        float: right;
        width: 662px
    }
    .customer-hero__customer-home-page-container {
        padding: 0 0 60px 167px;
        margin: auto;
        float: none;
        display: table
    }
    .customer-hero__container-boxes {
        margin: auto;
        width: 240px;
        height: 430px;
        padding-right: 20px;
        float: left
    }
}

@media (min-width:1200px) {
    .customer-hero__mobile-background,
    .customer-hero__tablet-background {
        display: none
    }
    .customer-hero__desktop-background {
        display: table-cell;
        background-size: cover
    }
    .customer-hero__hero-section-header-wrap {
        display: block;
        padding-right: 56px
    }
    .customer-hero__hero-section-heading {
        margin-right: 44px;
        width: 662px
    }
    .customer-hero__customer-home-page-container {
        float: right;
        padding: 0 60px 60px 0
    }
    .customer-hero__container-boxes {
        margin: auto;
        width: 240px;
        height: 430px;
        padding-right: 20px;
        float: left
    }
}

.g2m .customer-hero {
    background: #e9ba1f;
    background: linear-gradient(135deg, #e9ba1f, #e18026 60%, #ca5328);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2m .customer-hero__container-boxes:first-child .top-box-colors {
    background-color: #e9ba1f
}

.g2m .customer-hero__container-boxes:nth-child(2) .top-box-colors {
    background-color: #fd7a2a
}

.g2m .customer-hero__container-boxes:nth-child(3) .top-box-colors {
    background-color: #fc9402
}

.g2w .customer-hero {
    background: #6bcbdd;
    background: linear-gradient(135deg, #6bcbdd, #3797d1 60%, #3860a1);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2w .customer-hero__container-boxes:first-child .top-box-colors {
    background-color: #6bcbdd
}

.g2w .customer-hero__container-boxes:nth-child(2) .top-box-colors {
    background-color: #3797d1
}

.g2w .customer-hero__container-boxes:nth-child(3) .top-box-colors {
    background-color: #3860a1
}

.g2t .customer-hero {
    background: #c15781;
    background: linear-gradient(135deg, #c15781, #992977 60%, #26336d);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2t .customer-hero__container-boxes:first-child .top-box-colors {
    background-color: #c15781
}

.g2t .customer-hero__container-boxes:nth-child(2) .top-box-colors {
    background-color: #992977
}

.g2t .customer-hero__container-boxes:nth-child(3) .top-box-colors {
    background-color: #e33370
}

.g2a .customer-hero {
    background: #72bcb6;
    background: linear-gradient(135deg, #72bcb6, #2a969d 60%, #05628f);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2a .customer-hero__container-boxes:first-child .top-box-colors {
    background-color: #72bcb6
}

.g2a .customer-hero__container-boxes:nth-child(2) .top-box-colors {
    background-color: #2a969d
}

.g2a .customer-hero__container-boxes:nth-child(3) .top-box-colors {
    background-color: #165c7d
}

.g2p .customer-hero {
    background: #94c96a;
    background: linear-gradient(135deg, #94c96a, #4e9d2d 60%, #32783e);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2p .customer-hero__container-boxes:first-child .top-box-colors {
    background-color: #94c96a
}

.g2p .customer-hero__container-boxes:nth-child(2) .top-box-colors {
    background-color: #4e9d2d
}

.g2p .customer-hero__container-boxes:nth-child(3) .top-box-colors {
    background-color: #32783e
}

.ov .customer-hero {
    background: #9b7fba;
    background: linear-gradient(135deg, #9b7fba, #5c61a6 60%, #1c2e5c);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.ov .customer-hero__container-boxes:first-child .top-box-colors {
    background-color: #9b7fba
}

.ov .customer-hero__container-boxes:nth-child(2) .top-box-colors {
    background-color: #5c61a6
}

.ov .customer-hero__container-boxes:nth-child(3) .top-box-colors {
    background-color: #c287ff
}

.dropdown-link {
    padding: 0 10px;
    cursor: pointer
}

.dropdown-link-item {
    height: 50px;
    color: #fff;
    text-decoration: none;
    background-color: #485164;
    padding: 5px 10px;
    position: relative;
    white-space: nowrap;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: .625rem;
    font-style: italic
}

.dropdown-link-item:hover {
    background-color: #363d44
}

.dropdown-link-item i.icon-join-right {
    position: absolute;
    font-size: 25px;
    transform: scaleX(1.3);
    top: 10px;
    right: 4px
}

.dynamic-hero {
    width: 100%;
    position: relative;
    background: #6bcbdd;
    background: linear-gradient(135deg, #6bcbdd, #3797d1 60%, #3860a1);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1);
    z-index: 0
}

.dynamic-hero__desktop-background,
.dynamic-hero__mobile-background,
.dynamic-hero__tablet-background {
    width: 100%;
    height: 100%;
    position: absolute;
    display: table-cell;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1
}

.dynamic-hero__mobile-background,
.dynamic-hero__tablet-background {
    display: none
}

.dynamic-hero__container {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 0
}

.dynamic-hero__left,
.dynamic-hero__right {
    z-index: 1
}

.dynamic-hero__left {
    background: hsla(0, 0%, 100%, .95);
    width: 595px;
    min-width: 595px;
    padding: 30px 60px;
    text-align: center
}

.dynamic-hero__left-heading {
    font-size: 2.375rem;
    line-height: 3.375rem;
    margin: 22px 0;
    font-style: bold;
    color: #434b58
}

.dynamic-hero__left-description {
    font-size: 1.375rem;
    line-height: 2rem;
    color: #434b58;
    text-align: center;
    padding: 25px 0
}

.dynamic-hero__left-link a {
    margin: 30px auto;
    width: 164px;
    border: 2px solid #0097e1;
    color: #0097e1;
    border-radius: 20px;
    padding: 9px 0;
    text-align: center;
    display: block;
    text-decoration: none
}

.dynamic-hero__left-link a:hover {
    background: #0097e1;
    color: #fff
}

.dynamic-hero__right {
    min-width: 476px;
    width: 476px
}

.dynamic-hero__right-bottom,
.dynamic-hero__right-top {
    width: 100%;
    padding: 30px 60px
}

.dynamic-hero__right-top {
    padding: 30px 60px;
    background: #3797d1
}

.dynamic-hero__right-top-image>img {
    display: block;
    height: 70px;
    margin: 30px auto 0
}

.dynamic-hero__right-top-heading {
    font-size: 2.375rem;
    line-height: 3.375rem;
    margin: 22px 0;
    color: #fff;
    text-align: center
}

.dynamic-hero__right-bottom {
    background: #fafaf9;
    text-align: center
}

.dynamic-hero__right-bottom-description {
    font-size: 1.375rem;
    line-height: 2rem;
    color: #434b58;
    text-align: center;
    padding: 25px 0
}

.dynamic-hero__right-bottom-flair {
    width: 100%;
    font-size: 1rem;
    line-height: 1rem;
    white-space: nowrap;
    font-weight: 700;
    color: #6dd200
}

.dynamic-hero__right-bottom-link {
    width: 100%;
    padding: 30px 0
}

.dynamic-hero__right-bottom-link a {
    width: 179px;
    background: #0097e1;
    color: #fff;
    border-radius: 20px;
    padding: 9px 0;
    margin: 0 auto;
    text-align: center;
    display: block;
    text-decoration: none
}

.dynamic-hero__right-bottom-link a:hover {
    background: #3797d1
}

@media (max-width:1200px) {
    .dynamic-hero__tablet-background {
        display: table-cell
    }
    .dynamic-hero__desktop-background,
    .dynamic-hero__mobile-background {
        display: none
    }
    .dynamic-hero__container {
        display: block;
        padding: 60px
    }
    .dynamic-hero__left,
    .dynamic-hero__right {
        min-width: 0;
        max-width: 650px;
        width: 100%;
        margin: 0 auto;
        text-align: center
    }
    .dynamic-hero__left-heading {
        text-align: center;
        font-size: 2.0625rem;
        line-height: 3.0625rem
    }
    .dynamic-hero__left-link>a {
        margin: 0 auto 30px
    }
    .dynamic-hero__left-description {
        padding: 25px 0;
        font-size: 1.375rem;
        line-height: 2rem
    }
    .dynamic-hero__right-heading {
        font-size: 2.0625rem;
        line-height: 3.0625rem;
        margin: 22px 0
    }
    .dynamic-hero__right-bottom {
        padding: 30px 60px
    }
    .dynamic-hero__right-bottom-description {
        padding: 25px 0;
        font-size: 1.375rem;
        line-height: 2rem
    }
}

@media (max-width:767px) {
    .dynamic-hero__mobile-background {
        display: table-cell
    }
    .dynamic-hero__desktop-background,
    .dynamic-hero__tablet-background {
        display: none
    }
    .dynamic-hero__container {
        padding: 0;
        min-width: 320px
    }
    .dynamic-hero__left,
    .dynamic-hero__right {
        max-width: none
    }
    .dynamic-hero__left {
        padding: 30px
    }
    .dynamic-hero__left-heading {
        margin: 26px 0;
        font-size: 1.75rem;
        line-height: 2.25rem
    }
    .dynamic-hero__left-description {
        padding: 24.5px 0;
        font-size: .875rem;
        line-height: 1.5625rem
    }
    .dynamic-hero__left-link>a {
        font-size: .875rem
    }
    .dynamic-hero__right-top {
        padding: 30px
    }
    .dynamic-hero__right-top-image>img {
        height: 58px
    }
    .dynamic-hero__right-bottom {
        padding: 30px
    }
    .dynamic-hero__right-top-heading {
        margin: 26px 0;
        font-size: 1.75rem;
        line-height: 2.25rem
    }
    .dynamic-hero__right-bottom-description {
        padding: 24.5px 0;
        font-size: .875rem;
        line-height: 1.5625rem
    }
    .dynamic-hero__right-bottom-flair {
        font-size: .875rem;
        line-height: .875rem
    }
    .dynamic-hero__right-bottom-link>a {
        font-size: .875rem
    }
}

.email-verification {
    display: -ms-flexbox;
    display: flex;
    max-height: 450px
}

.email-verification__background img {
    width: auto;
    height: 100%;
    max-height: 450px
}

.email-verification__content {
    padding: 30px;
    margin: 0 auto
}

.email-verification__header {
    font-size: 2.25rem;
    padding-bottom: 15px
}

.email-verification__description {
    padding: 15px 0
}

.email-verification__input {
    border-bottom: 1px solid #bbb;
    margin: 15px auto;
    width: 145px
}

.email-verification__input img {
    position: absolute;
    height: 30px;
    margin-left: -40px;
    margin-top: 5px
}

.email-verification__input input {
    text-align: center;
    width: 145px;
    font-size: 24px
}

.email-verification__input--error {
    border-bottom-color: #cc4337
}

.email-verification__input--error input {
    color: #cc4337
}

.email-verification__error {
    position: relative;
    color: #cc4337;
    visibility: hidden;
    margin-top: 10px
}

.email-verification__error--visible {
    visibility: visible
}

.email-verification__button {
    padding-top: 15px
}

@media only screen and (max-width:767px) {
    .email-verification__background {
        display: none
    }
}

.g2m .email-verification__button>.button {
    background-color: #fd7a2a;
    border-color: #fd7a2a
}

.g2w .email-verification__button>.button {
    background-color: #0097e1;
    border-color: #0097e1
}

.g2t .email-verification__button>.button {
    background-color: #a80f5e;
    border-color: #a80f5e
}

.g2a .email-verification__button>.button {
    background-color: #2a969d;
    border-color: #2a969d
}

.ov .email-verification__button>.button {
    background-color: #7361af;
    border-color: #7361af
}

.features-and-video {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden
}

.features-and-video__desktop-background,
.features-and-video__desktop-background-large,
.features-and-video__mobile-background,
.features-and-video__tablet-background {
    width: 100%;
    height: 100%;
    position: absolute;
    display: table-cell;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat
}

.features-and-video__mobile-background,
.features-and-video__tablet-background {
    background-position: 50% 50%;
    display: none
}

.features-and-video__desktop-background,
.features-and-video__desktop-background-large {
    background-position: 50% 80%;
    background-size: cover
}

.features-and-video__desktop-background {
    display: none
}

.features-and-video__inner {
    margin-left: -15px;
    margin-right: -15px;
    margin: 0 auto;
    max-width: 1280px
}

.features-and-video__vid {
    position: relative;
    float: left;
    width: 62.5%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: auto
}

.features-and-video__vid img {
    max-width: 670px;
    max-height: 408px;
    width: 100%;
    height: auto;
    margin-left: 45px
}

.features-and-video__features {
    position: relative;
    float: left;
    width: 37.5%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0
}

.features-and-video__features-list {
    margin-left: 70px
}

.features-and-video__text {
    display: block;
    margin-left: 45px
}

.features-and-video__text-heading {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #586474;
    line-height: normal
}

.features-and-video__text-subheading {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #586474;
    margin-top: 30px;
    margin-bottom: 60px;
    line-height: normal
}

.features-and-video__popup {
    display: none
}

.features-and-video__popup.featherlight-inner {
    display: block
}

.features-and-video .pricing-features__item:not(.pricing-features__item--strike) {
    color: #586474
}

.features-and-video .pricing-features__checklist,
.features-and-video .pricing-features__new-checklist,
.features-and-video .pricing-features__old-checklist {
    padding: 0;
    margin-right: auto
}

.features-and-video .pricing-features {
    margin: auto
}

.features-and-video .pricing-features__checklist-wrapper {
    max-height: none
}

.features-and-video~.separator {
    margin: 0
}

@media only screen and (min-width:768px) and (max-width:1170px) {
    .features-and-video__desktop-background-large,
    .features-and-video__mobile-background,
    .features-and-video__tablet-background {
        display: none
    }
    .features-and-video__desktop-background {
        display: table-cell;
        background-repeat: no-repeat;
        background-size: cover
    }
}

@media only screen and (min-width:480px) and (max-width:768px) {
    .features-and-video {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
    .features-and-video__desktop-background,
    .features-and-video__desktop-background-large,
    .features-and-video__mobile-background {
        display: none
    }
    .features-and-video__tablet-background {
        display: table-cell;
        background-repeat: no-repeat;
        background-size: cover
    }
    .features-and-video__vid {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding: 0 0 60px
    }
    .features-and-video__vid img {
        max-width: 670px;
        height: auto;
        display: block;
        width: 100%;
        float: none;
        margin-top: 60px!important;
        margin-left: auto;
        margin-right: auto
    }
    .features-and-video__features {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0;
        text-align: center
    }
    .features-and-video__features-list {
        display: inline-block;
        text-align: left;
        margin-left: 0
    }
    .features-and-video__text {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        display: block;
        margin-left: 0;
        text-align: center;
        float: none
    }
    .features-and-video__text-heading {
        margin-top: 0
    }
    .features-and-video__text-subheading {
        margin-top: 30px
    }
    .features-and-video .pricing-features__checklist {
        margin-bottom: 0
    }
    .featherlight {
        padding: 33px 0 0
    }
    .featherlight .featherlight-content {
        width: 100%;
        min-width: 320px;
        height: 56.25vw;
        min-height: 300px
    }
    .featherlight .featherlight-close-icon {
        font-size: 1.6875rem;
        top: -28px;
        right: 4px
    }
}

@media only screen and (max-width:480px) {
    .features-and-video {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
    .features-and-video__desktop-background,
    .features-and-video__desktop-background-large,
    .features-and-video__tablet-background {
        display: none
    }
    .features-and-video__mobile-background {
        display: table-cell;
        background-repeat: no-repeat;
        background-size: cover
    }
    .features-and-video__vid {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding: 0 0 60px
    }
    .features-and-video__vid img {
        max-width: 283px;
        width: 100%;
        height: auto;
        display: block;
        float: none;
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto
    }
    .features-and-video__features {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0;
        text-align: center
    }
    .features-and-video__features-list {
        display: inline-block;
        text-align: left;
        margin-left: 0
    }
    .features-and-video__text {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        display: block;
        margin-left: 0;
        text-align: center;
        float: none
    }
    .features-and-video__text-heading {
        margin-top: 0
    }
    .features-and-video__text-subheading {
        margin-top: 30px;
        margin-bottom: 30px
    }
    .features-and-video__popup {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        max-height: 56.25vw;
        width: 100%
    }
    .features-and-video .pricing-features__checklist {
        margin-bottom: 0
    }
    .featherlight {
        padding: 0
    }
    .featherlight .featherlight-content {
        position: absolute;
        left: 0;
        bottom: 0;
        min-width: 200px;
        width: 100%;
        min-height: calc(100% - 125px);
        max-height: calc(100% - 35px);
        background: #000;
        border: 0;
        transform: translateY(300px);
        transition: transform .25s ease
    }
    .featherlight .featherlight-content.active {
        transform: translateY(0)
    }
    .featherlight .featherlight-close-icon {
        font-size: 1.6875rem;
        top: -28px;
        right: 4px
    }
}

.footer {
    background-color: #434b58;
    background-image: linear-gradient(180deg, #3f4651 50%, #30363f);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff3f4651", endColorstr="#ff30363f", GradientType=0)
}

.footer a {
    color: #c2c8d0;
    font-size: .875rem
}

.footer a:hover {
    text-decoration: none;
    color: #fff
}

.footer .row--desktop-header {
    display: table
}

.footer .row--desktop-header div {
    vertical-align: bottom;
    display: inline-block;
    float: none
}

.footer .row--mobile-header .footer__products-heading {
    display: none
}

.footer__more-content {
    background-color: #2c323a;
    overflow: hidden;
    max-height: 0;
    position: relative;
    transition: max-height .5s ease-out
}

.footer__more-content.open {
    max-height: 1700px;
    transition: max-height .5s ease-out
}

.footer__close {
    font-size: 2.125rem;
    position: absolute;
    right: 0;
    color: #c2c8d0;
    cursor: pointer;
    line-height: 0;
    margin: 20px 20px 0 0;
    opacity: 0;
    transition: transform .5s ease-out, opacity .5s ease-out
}

.footer__close:hover {
    color: #fff
}

.footer__close.active {
    opacity: 1;
    transform: rotate(180deg);
    transform-origin: 50% 50%
}

.footer__upArrow {
    font-size: 18px;
    color: #6f7e8f;
    margin-left: 5px
}

.footer__more-button .icon-web {
    position: relative;
    font-size: 20px;
    color: #6f7e8f;
    margin: 0 3px 0 5px;
    top: 3px
}

.footer__selector-content {
    overflow: inherit;
    padding-bottom: 50px;
    background: #2c323a;
    display: block
}

.footer__selector-content ul {
    margin: auto;
    display: table
}

.footer__selector-content .oneColumn {
    float: left;
    margin: 0 0 0 30px
}

.footer__selector-content .oneColumn ul {
    list-style-type: none;
    padding: 0
}

.footer__selector-content .oneColumn li {
    margin: 0 50px 0 0;
    display: block
}

.footer__selector-content .threeColumn {
    display: inline-block;
    float: left;
    margin: 0 0 0 30px
}

.footer__selector-content .threeColumn ul {
    max-width: 670px;
    margin: 0 10px 20px 0;
    overflow: hidden;
    list-style-type: none;
    padding: 0
}

.footer__selector-content .threeColumn li {
    width: 33.333%;
    line-height: 1.5em;
    float: left;
    display: inline
}

.footer__selector-content .threeColumn a.country {
    margin: 13px 10px 0 0
}

.footer__selector-content .countryGroup {
    font-size: 1rem;
    color: #a6aeba;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #586474;
    padding: 0 0 10px;
    margin: 50px 0 0
}

.footer__selector-content a.flag-icon {
    height: 18px;
    margin: 30px 0 0;
    padding: 0 0 0 30px;
    line-height: 1.1rem;
    color: #fff;
    background-position: inherit;
    width: 100%
}

.footer ul {
    list-style-type: none;
    padding: 0;
    overflow: hidden
}

.footer--hide-footer-nav .footer__nav {
    display: none
}

.footer__nav {
    padding: 50px 0 0
}

.footer__site-map li {
    line-height: 16px;
    padding: 5px 0
}

.footer__subnav {
    background-color: #272c33
}

.footer__heading {
    color: #fff;
    margin: 0 0 5px
}

.footer__arrow {
    display: none;
    float: right;
    font-size: 1.75rem;
    margin: -8px -25px 0 0;
    transition: transform .2s linear
}

.footer__arrow.active {
    transform: rotate(180deg);
    transform-origin: 50% 50%
}

.footer__products ul {
    padding: 0
}

.footer__products li {
    line-height: 16px;
    padding: 5px 0
}

.footer__products .footer__heading {
    margin: 0 0 15px
}

.footer__products .footer__heading--mobile {
    display: none
}

.footer__products-heading {
    color: #c2c8d0;
    margin: 0 0 5px;
    line-height: 20px
}

.footer__products--three-col .row .col-md-7 {
    width: 55.65%
}

.footer__products--three-col .row .col-md-5 {
    width: 44.35%
}

.footer__products--three-col .row .col-sm-4:first-child,
.footer__products--three-col .row .col-sm-4:nth-child(2) {
    width: 38%;
    padding-right: 18px
}

.footer__products--three-col .row .col-sm-4:nth-child(3) {
    width: 24%
}

.footer__social.row {
    margin-top: 12px
}

.footer__social-links {
    margin: 20px 0 0 -6px
}

.footer__social-links li {
    display: inline-block;
    margin: 0 10px 0 0
}

.footer__social-links a {
    font-size: 3rem
}

.footer__social-links .icon-facebook:hover {
    color: #4d6ead
}

.footer__social-links .icon-twitter:hover {
    color: #4ebaea
}

.footer__social-links .icon-google-plus:hover {
    color: #e13627
}

.footer__social-links .icon-youtube:hover {
    color: #cc4337
}

.footer__legal {
    display: inline-block;
    float: left
}

.footer__legal ul {
    margin: 0
}

.footer__legal li {
    display: inline-block;
    line-height: 58px;
    margin: 0 25px 0 0;
    font-size: .6875rem
}

.footer__legal a {
    font-size: .6875rem;
    color: #6f7e8f
}

.footer__copyright {
    padding-top: 3px
}

.footer__copyright,
.footer__copyright-mobile {
    font-size: .6875rem;
    float: left;
    color: #6f7e8f;
    line-height: 58px
}

.footer__copyright-mobile-text,
.footer__copyright-text {
    line-height: 14px;
    display: inline-block
}

.footer__copyright-mobile {
    display: none
}

.footer__logo-container {
    float: right;
    height: 58px;
    padding: 18px 0;
    position: relative;
    z-index: 1
}

.footer__logo {
    display: block
}

.footer__company-text {
    color: #fff
}

@media only screen and (min-width:991px) and (max-width:1199px) {
    .footer__selector-content ul {
        display: block
    }
    .footer__selector-content .oneColumn,
    .footer__selector-content .threeColumn {
        width: 100%
    }
    .footer__selector-content .oneColumn ul,
    .footer__selector-content .threeColumn ul {
        list-style-type: none;
        padding: 0;
        max-width: none;
        margin: auto
    }
    .footer__selector-content .oneColumn li,
    .footer__selector-content .threeColumn li {
        margin: 0;
        display: block;
        float: left;
        width: 30%
    }
    .footer__selector-content .oneColumn a.country,
    .footer__selector-content .threeColumn a.country {
        margin: 0
    }
    .footer__products .product-half-col:first-of-type {
        width: 66.6666666%
    }
    .footer__products .product-half-col:nth-of-type(2) {
        width: 33.3333333%
    }
}

@media only screen and (max-width:991px) {
    .footer__selector-content ul {
        display: block
    }
    .footer__selector-content .oneColumn,
    .footer__selector-content .threeColumn {
        width: 100%
    }
    .footer__selector-content .oneColumn ul,
    .footer__selector-content .threeColumn ul {
        list-style-type: none;
        padding: 0;
        max-width: none;
        margin: auto
    }
    .footer__selector-content .oneColumn li,
    .footer__selector-content .threeColumn li {
        margin: 0;
        display: block;
        float: left;
        width: 30%
    }
    .footer a {
        font-size: .875rem
    }
    .footer__nav {
        margin: 0;
        padding: 0;
        width: 100%
    }
    .footer__site-map {
        padding: 0
    }
    .footer__site-map ul {
        background-color: #2c323a;
        margin: 0;
        padding: 0;
        max-height: 0;
        transition: max-height .5s cubic-bezier(0, 1.05, 0, 1)
    }
    .footer__site-map ul li {
        padding: 9px 35px
    }
    .footer__site-map--mobile div:after {
        border-bottom: 1px solid #272c33;
        content: "";
        display: block
    }
    .footer__site-map--mobile ul.open {
        max-height: 300px;
        transition: max-height .5s ease-out;
        padding: 10px 0
    }
    .footer__products {
        padding: 0
    }
    .footer__products>div {
        background-color: #2c323a;
        max-height: 0;
        transition: max-height .5s cubic-bezier(0, 1.05, 0, 1);
        overflow: hidden
    }
    .footer__products>div.open {
        max-height: 700px;
        transition: max-height .5s ease-out
    }
    .footer__products ul {
        background-color: #2c323a;
        margin: 0;
        padding: 10px 0
    }
    .footer__products ul li {
        padding: 9px 35px
    }
    .footer__products:after {
        border-bottom: 1px solid #272c33;
        content: "";
        display: block
    }
    .footer__products .footer__heading {
        display: none
    }
    .footer__products .footer__heading--mobile {
        display: block;
        padding: 16px 35px;
        margin: 0
    }
    .footer__products .product-half-col:first-of-type,
    .footer__products .product-half-col:nth-of-type(2) {
        width: 50%
    }
    .footer__products-heading {
        margin: 0;
        padding: 20px 0 0 35px;
        background-color: #2c323a;
        font-size: .875rem
    }
    .footer__products--three-col .row .col-md-5,
    .footer__products--three-col .row .col-md-7 {
        width: 100%
    }
    .footer__products--three-col .row .col-sm-4:first-child,
    .footer__products--three-col .row .col-sm-4:nth-child(2) {
        padding-right: 0
    }
    .footer__products--three-col .row .col-sm-4:nth-child(n) {
        width: 33.33333333%
    }
    .footer__heading {
        padding: 16px 35px;
        margin: 0;
        font-size: .875rem;
        cursor: pointer;
        line-height: 18px
    }
    .footer__arrow {
        display: block
    }
    .footer__social.row {
        margin: 0
    }
    .footer__social div {
        padding: 0
    }
    .footer__social ul {
        display: block
    }
    .footer__social .footer__heading {
        padding-bottom: 6px
    }
    .footer__social-links {
        margin: 0
    }
    .footer__social-links a {
        font-size: 3rem
    }
    .footer__social-links ul {
        margin: 0 0 0 30px
    }
}

@media only screen and (max-width:767px) {
    .footer .row--desktop-header {
        display: none
    }
    .footer .row--mobile-header .footer__products-heading {
        display: block
    }
    .footer__selector-content .oneColumn ul,
    .footer__selector-content .threeColumn ul {
        list-style-type: none;
        padding: 0;
        max-width: none;
        margin: auto
    }
    .footer__selector-content .oneColumn li,
    .footer__selector-content .threeColumn li {
        margin: 0 0 0 10px;
        display: block;
        float: left;
        width: 100%
    }
    .footer__legal {
        float: none;
        text-align: center;
        width: 100%
    }
    .footer__legal li {
        margin: 0 10px;
        line-height: 40px
    }
    .footer__copyright-mobile {
        display: block;
        float: none;
        text-align: center;
        line-height: 14px;
        padding-top: 14px
    }
    .footer__copyright {
        display: none
    }
    .footer__logo-container {
        float: none;
        margin: 0 auto 15px;
        padding: 0;
        height: 32px;
        text-align: center
    }
    .footer__logo {
        margin: 0 auto
    }
    .footer__products--three-col .row .col-sm-4:nth-child(n),
    .footer__products .product-half-col:first-of-type,
    .footer__products .product-half-col:nth-of-type(2) {
        width: 100%
    }
}

.faq hr {
    border-width: 2px;
    margin: 10px 0
}

.faq .row {
    margin-bottom: 30px;
    padding: 0 30px
}

.faq .row:last-child,
.faq .row:last-child .faq__item:last-child {
    margin-bottom: 0
}

.faq__item {
    display: inline-block;
    max-width: 530px
}

.faq__item ol {
    padding-left: 15px
}

.faq__item li {
    list-style: inherit
}

.faq__item:last-child {
    float: right
}

.faq__item-header {
    font-size: 1.375rem
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .faq .row {
        margin-bottom: 0
    }
    .faq .faq__item {
        width: 100%;
        margin-bottom: 30px;
        max-width: none
    }
}

@media only screen and (max-width:767px) {
    .faq .row {
        margin-bottom: 0
    }
    .faq .faq__item {
        width: 100%;
        margin-bottom: 30px;
        max-width: none
    }
}

#id-64bb2403-5a8a-4d55-b912-3b005dd0dc43 {
    background-color: #000;
    padding: 38px 0
}

#id-7a076a2a-f878-42b3-b47d-b2771587149e {
    margin: 0 0 10px
}

#id-e3b7d659-df19-43e0-a9c4-54515d77a020 {
    padding: 10px 0 0
}

@media only screen and (max-width:40em) {
    #id-64bb2403-5a8a-4d55-b912-3b005dd0dc43 {
        padding: 0
    }
    #id-7a076a2a-f878-42b3-b47d-b2771587149e {
        margin: 25px 0 0 10px
    }
    #id-e3b7d659-df19-43e0-a9c4-54515d77a020 {
        padding: 5px 0 0 10px
    }
}

.Product-drawer-item-wrapper:last-child {
    padding: 0 10px 25px
}

.Product-drawer-item-link>a {
    color: #fff;
    font-size: 11px!important
}

.hero__anchor-nav {
    background: hsla(0, 0%, 100%, .9);
    height: 180px;
    padding: 0 45px;
    position: relative
}

.hero__anchor-nav-row {
    margin-left: -15px;
    margin-right: -15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .hero__anchor-nav-row {
        width: 750px
    }
}

@media (min-width:992px) {
    .hero__anchor-nav-row {
        width: 970px
    }
}

@media (min-width:1200px) {
    .hero__anchor-nav-row {
        width: 1170px
    }
}

.hero__anchor-nav-col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    padding-right: 0
}

@media (min-width:768px) {
    .hero__anchor-nav-col {
        float: left;
        width: 33.33333333%
    }
}

.hero__anchor-nav-link {
    color: #586474;
    font-size: 1rem;
    line-height: 1.375rem;
    position: relative;
    height: 180px
}

.hero__anchor-nav-link-inner {
    padding: 0 15px 0 64px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.hero__anchor-nav-link-inner:after {
    font-family: web-icons;
    font-size: 32px;
    line-height: 27px;
    content: "\e925";
    position: absolute;
    top: 50%;
    left: 16px;
    width: 32px;
    height: 32px;
    transform: translateY(-50%) rotate(90deg)
}

.hero__anchor-nav-link-snipe {
    position: absolute;
    top: -30px;
    margin: auto;
    left: 24px
}

.hero__anchor-nav-link a {
    color: #586474;
    display: block;
    height: 180px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    transition: background .5s ease
}

.hero__anchor-nav-link a:hover {
    background: hsla(0, 0%, 100%, .9)
}

.hero__anchor-nav-link--rotate-arrow .hero__anchor-nav-link-inner:after {
    transform: translateY(-50%) rotate(0deg)
}

.hero__anchor-nav--dark-theme {
    background: rgba(44, 50, 58, .9);
    color: #fff
}

.hero__anchor-nav--dark-theme .hero__anchor-nav-link,
.hero__anchor-nav--dark-theme .hero__anchor-nav-link a {
    color: #fff
}

.hero__anchor-nav--dark-theme .hero__anchor-nav-link a:hover {
    background: rgba(44, 50, 58, .9)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero__anchor-nav {
        height: 155px;
        padding: 0 24px
    }
    .hero__anchor-nav-link {
        height: 155px;
        text-align: center;
        font-size: .75rem;
        line-height: 1.125rem
    }
    .hero__anchor-nav-link-inner {
        padding: 0;
        width: 92%
    }
    .hero__anchor-nav-link-inner:after {
        position: relative;
        display: block;
        top: 7px;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: rotate(90deg)
    }
    .hero__anchor-nav-link a {
        height: 155px
    }
    .hero__anchor-nav-link--rotate-arrow .hero__anchor-nav-link-inner:after {
        transform: rotate(0deg);
        top: 10px
    }
}

@media only screen and (max-width:767px) {
    .hero__anchor-nav {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .hero__anchor-nav-row {
        width: 100%
    }
}

header.top-nav .hero__beltNav {
    background: hsla(0, 0%, 100%, .95);
    border-bottom: none;
    transition: opacity 1s ease;
    height: 0;
    opacity: 0;
    overflow: hidden
}

header.top-nav .hero__beltNav.off {
    opacity: 0;
    height: 0
}

header.top-nav .hero__beltNav.on {
    opacity: 1;
    height: auto;
    overflow: auto;
    border-bottom: 1px solid #f4f4f4
}

header.top-nav .hero__beltNav ul {
    margin: 0 45px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    header.top-nav .hero__beltNav ul {
        margin: 0 50px
    }
    header.top-nav .hero__beltNav ul li:hover:not(.active) {
        border-bottom: none
    }
}

header.top-nav.top-nav--hide .hero__beltNav {
    position: fixed;
    width: 100%
}

.hero-email-form {
    position: relative;
    display: table;
    width: 100%;
    min-height: 529px
}

.hero-email-form:after,
.hero-email-form:before {
    content: " ";
    display: table
}

.hero-email-form:after {
    clear: both
}

.hero-email-form__desktop-background,
.hero-email-form__mobile-background,
.hero-email-form__tablet-background {
    width: 100%;
    height: 100%;
    position: absolute;
    display: table-cell;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.hero-email-form__mobile-background,
.hero-email-form__tablet-background {
    display: none
}

.hero-email-form__inner {
    margin-right: auto;
    margin-left: auto;
    padding: 2.8125rem 15px
}

@media (min-width:768px) {
    .hero-email-form__inner {
        width: 750px
    }
}

@media (min-width:992px) {
    .hero-email-form__inner {
        width: 970px
    }
}

@media (min-width:1200px) {
    .hero-email-form__inner {
        width: 1170px
    }
}

.hero-email-form__inner-content {
    padding-top: 2.1875rem;
    max-width: 570px;
    position: relative
}

.hero-email-form__inner-content .section-header {
    padding: 0;
    text-align: left
}

.hero-email-form__inner-content .section-header__headline {
    color: #434b58;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    font-size: 3.75rem;
    line-height: 4.375rem;
    margin-top: 0;
    margin-bottom: 1.375rem
}

.hero-email-form__inner-content .section-header__subheadline {
    color: #586474;
    font-size: 1.5rem;
    line-height: 1.8125rem;
    margin-right: 2.5rem
}

.hero-email-form__form-box {
    margin-top: 2rem
}

.hero-email-form__form-box:after,
.hero-email-form__form-box:before {
    content: " ";
    display: table
}

.hero-email-form__form-box:after {
    clear: both
}

.hero-email-form__form-box .form-input {
    float: left
}

.hero-email-form__form-box .form-input-text>input {
    border-top: 2px solid rgba(194, 200, 208, .59);
    border-left: 2px solid rgba(194, 200, 208, .59);
    border-bottom: 2px solid rgba(194, 200, 208, .59);
    width: 338px;
    color: #a6aeba;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif
}

.hero-email-form__form-box .form-input-submit>input {
    width: 184px;
    border: 2px solid #fd7a2a;
    color: #fff;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif
}

.hero-email-form__form-box .form-input-submit>input:hover {
    border: 2px solid #fc9402
}

.hero-email-form__buy-now {
    margin-top: 1.125rem;
    color: #586474
}

.hero-email-form__buy-now__link a,
.hero-email-form__buy-now__link a:active,
.hero-email-form__buy-now__link a:hover {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    color: #e18026
}

.hero-email-form__buy-now__save {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif
}

@media only screen and (max-width:991px) {
    .hero-email-form {
        min-height: 429px
    }
    .hero-email-form__desktop-background,
    .hero-email-form__mobile-background {
        display: none
    }
    .hero-email-form__tablet-background {
        display: table-cell
    }
    .hero-email-form__inner-content {
        padding-top: 0
    }
    .hero-email-form__inner-content .section-header__headline {
        font-size: 3.125rem;
        line-height: 3.5rem
    }
    .hero-email-form__inner-content .section-header__subheadline {
        margin-right: 0
    }
    .hero-email-form__form-box .form-input-text>input {
        margin-bottom: .625rem;
        float: right;
        border-right: 2px solid rgba(194, 200, 208, .59)
    }
}

@media only screen and (max-width:767px) {
    .hero-email-form__desktop-background,
    .hero-email-form__tablet-background {
        display: none
    }
    .hero-email-form__mobile-background {
        display: table-cell;
        background-repeat: no-repeat;
        background-size: cover
    }
}

.hero__verify {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0;
    background: rgba(0, 20, 60, .8)
}

.hero__verify-dialog {
    background-color: #fff;
    position: absolute;
    max-width: 760px;
    max-height: 420px;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    margin-left: -380px;
    margin-top: -210px
}

.hero__verify-dialog .col-md-7,
.hero__verify-dialog .row {
    height: 100%
}

.hero__verify-content {
    position: relative;
    text-align: center;
    padding: 60px 30px 40px;
    height: 100%
}

.hero__verify-header {
    padding-bottom: 60px
}

.hero__verify-header h3 {
    font-size: 2.25rem
}

.hero__verify-description {
    padding: 0 60px 40px
}

.hero__verify-input {
    border-bottom: 1px solid #bbb;
    margin: 0 auto 30px;
    width: 145px
}

.hero__verify-input img {
    position: absolute;
    height: 30px;
    margin-left: -40px;
    margin-top: 5px
}

.hero__verify-input input {
    text-align: center;
    width: 145px;
    font-size: 24px
}

.hero__verify-input--error {
    border-bottom-color: #cc4337
}

.hero__verify-input--error input {
    color: #cc4337
}

.hero__verify-button {
    position: relative
}

.hero__verify-error {
    position: relative;
    top: 20px;
    visibility: hidden
}

.hero__verify-error p {
    color: #cc4337
}

.hero__verify-error--visible {
    visibility: visible
}

.hero__verify-x {
    position: absolute;
    display: block;
    right: 0;
    top: -50px;
    cursor: pointer;
    font-size: 2.5rem
}

.hero__verify-image {
    height: 420px;
    width: 268px
}

.hero__verify-background {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%
}

@media only screen and (max-width:767px) {
    .hero__verify-dialog {
        position: relative;
        max-width: none;
        max-height: none;
        width: auto;
        height: 100%;
        top: 0;
        left: 0;
        margin-left: auto;
        margin-top: auto
    }
    .hero__verify-x {
        top: 0;
        right: 10px
    }
}

.g2m .hero__verify-x {
    color: #fc9402
}

.g2a .hero__verify-x {
    color: #76ccce
}

.g2a .hero__verify-background {
    background-image: url(../../images/med/g2a/verification-rescueassist.0efb4f9641ee2e3d69679816793157f1.jpg);
    background-size: cover
}

.hero {
    position: relative;
    display: table;
    width: 100%;
    padding-top: 45px
}

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

.hero:after {
    clear: both
}

.hero__beltNav {
    background: hsla(0, 0%, 100%, .85);
    height: 50px;
    position: relative
}

.hero__beltNav ul {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 30px
}

@media (min-width:768px) {
    .hero__beltNav ul {
        width: 750px
    }
}

@media (min-width:992px) {
    .hero__beltNav ul {
        width: 970px
    }
}

@media (min-width:1200px) {
    .hero__beltNav ul {
        width: 1170px
    }
}

.hero__beltNav ul li {
    display: inline-block;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    font-size: .75rem;
    text-transform: uppercase;
    margin-right: -4px
}

.hero__beltNav ul li:hover {
    background: #fff;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 3px solid blue
}

.hero__beltNav ul li:hover a {
    padding-bottom: 12px
}

.hero__beltNav ul li a {
    color: #586474;
    padding: 18px 25px;
    display: block
}

.hero__beltNav ul li a:hover {
    text-decoration: none
}

.hero__beltNav ul li.active a {
    padding-bottom: 12px
}

.hero .hero-save__inner {
    display: none
}

.hero__inner-content {
    float: right!important;
    margin-right: 50px;
    width: 540px;
    height: auto;
    margin-bottom: 45px;
    position: relative
}

.hero__inner-content .section-header {
    padding: 40px 40px 5px
}

.hero__inner-content .section-header__eyebrow {
    margin-bottom: 0
}

.hero__inner-content .section-header__eyebrow-image {
    margin-bottom: 24px
}

.hero__inner-content .section-header__headline {
    font-size: 2.25rem;
    line-height: 3.1875rem;
    margin-top: 0;
    margin-bottom: .9375rem
}

.hero__inner-content .section-header__subheadline {
    font-size: 1.375rem;
    line-height: 2rem
}

.hero__heading {
    text-align: center
}

.hero__desktop-background,
.hero__mobile-background,
.hero__tablet-background {
    width: 100%;
    height: 100%;
    position: absolute;
    display: table-cell;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.hero__inner-mobile-background {
    background-position: 0 0
}

.hero__mobile-background,
.hero__tablet-background {
    display: none
}

.hero__inner {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .hero__inner {
        width: 750px
    }
}

@media (min-width:992px) {
    .hero__inner {
        width: 970px
    }
}

@media (min-width:1200px) {
    .hero__inner {
        width: 1170px
    }
}

.hero__dotwack {
    position: absolute;
    right: -60px;
    left: auto;
    width: 105px;
    height: 105px;
    top: 0;
    z-index: 2
}

.hero__validation-box {
    position: relative;
    overflow: hidden;
    max-height: 0;
    transition: max-height 1.5s ease-out;
    padding-left: 6px
}

.hero__validation-box p {
    display: inline-block;
    font-size: .875rem;
    color: #8894a4;
    margin-top: -10px;
    overflow: hidden
}

.hero__validation-box span {
    position: relative;
    display: inline-block;
    visibility: hidden;
    top: -2px;
    font-size: 1.625rem
}

.hero__validation-box--open {
    max-height: 80px;
    margin-bottom: -25px
}

.hero__validation-box--invalid {
    border: 1px solid #cc4337
}

.hero__validation-box--invalid .hero__validation-error {
    display: block
}

.hero__validation-error {
    display: none;
    position: absolute;
    right: 0;
    color: #cc4337;
    margin: 20px 5px auto auto
}

.hero__validation-error i {
    font-size: 1.25rem
}

.hero__enforce-characters--valid,
.hero__enforce-length--valid {
    padding-left: 22px;
    color: #1eaa05
}

.hero__enforce-characters--valid p,
.hero__enforce-length--valid p {
    color: #1eaa05
}

.hero__enforce-characters--valid span,
.hero__enforce-length--valid span {
    visibility: visible
}

.hero__enforce-characters--invalid,
.hero__enforce-characters--invalid p,
.hero__enforce-length--invalid,
.hero__enforce-length--invalid p {
    color: #cc4337
}

.hero__enforce-length {
    margin-top: 5px
}

.hero__enforce-characters {
    margin-top: -15px
}

.hero__form {
    background: hsla(0, 0%, 100%, .75);
    position: relative
}

.hero__form #hero-trial-form>p+img {
    position: absolute;
    visibility: hidden
}

.hero__form input[type=password],
.hero__form input[type=text] {
    padding-left: 32px;
    padding-right: 32px
}

.hero__form input[name=lastName] {
    border-left: 1px solid #cbcaca
}

.hero__form input[type=password] {
    border-bottom: 1px solid #cbcaca
}

.hero__form input[type=button],
.hero__form input[type=submit] {
    margin-top: 25px;
    color: #fff;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    font-size: 20px
}

.hero__form input[name=emailAddress] {
    border-top-width: 1px
}

.hero__inner-form-box {
    margin-top: 10px
}

.hero__belowButton {
    font-size: .625rem;
    padding: 12px 12px 20px;
    text-align: center;
    color: #586474
}

.hero__belowButton>a {
    font-size: 1rem;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif
}

.hero__belowButton p a {
    text-decoration: underline;
    color: #586474
}

.hero__button-subtext {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    font-size: .875rem;
    line-height: 1.0625rem
}

.hero__button-termstext {
    font-size: .6875rem;
    line-height: 1rem;
    padding: 8px
}

.hero__button-checkbox-opt-out {
    position: relative;
    width: auto;
    margin: 8px;
    max-height: 64px;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .6875rem;
    line-height: 1.125rem
}

.hero__button-checkbox-opt-out.active {
    display: -ms-flexbox;
    display: flex
}

.hero__button-checkbox-opt-out input[type=checkbox] {
    display: none
}

.hero__button-checkbox-opt-out input[type=checkbox]+label {
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin-bottom: 0;
    margin-right: 5px;
    top: 0;
    left: 0;
    position: relative;
    display: inline-block
}

.hero__button-checkbox-opt-out input[type=checkbox]+label:after {
    left: -2px;
    top: 0
}

.hero__button-checkbox-label {
    font-size: .6875rem;
    line-height: 1.125rem;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    display: inline-block
}

.hero__belowBuyText {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    font-size: .875rem;
    line-height: 1rem;
    padding-bottom: 8px
}

.hero__disclaimer {
    font-size: 10px;
    padding: 12px;
    line-height: 14px;
    color: #fff;
    position: relative
}

.hero__links ul {
    padding: 0
}

.hero__links li {
    margin-bottom: 14px
}

.hero__links li:after {
    content: "\25b6";
    font-size: 14px;
    color: #fff;
    left: 10px;
    position: relative
}

.hero__links li a {
    color: #fff
}

.hero .existing-customer-mask:before {
    content: "";
    display: block;
    background: rgba(3, 12, 28, .7);
    position: absolute;
    width: 1000%;
    height: 1000%;
    left: -500%;
    top: -500%
}

.hero .existing-customer-mask__wrap {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    background: #fff
}

.hero .existing-customer-mask__inner {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    transform: translateY(-50%)
}

.hero .existing-customer-mask__inner h2 {
    margin-bottom: 10px
}

.hero .existing-customer-mask__exist-msg {
    margin-bottom: 10px;
    padding: 0 4%;
    font-size: .875rem
}

.hero .existing-customer-mask__redirect-msg {
    margin-bottom: 20px;
    font-size: .875rem;
    padding-top: 5px
}

.hero .existing-customer-mask__login {
    margin-bottom: 10px
}

.hero .existing-customer-mask__login button {
    width: 100%;
    padding: 20px 0;
    color: #fff;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    font-size: 1.25rem
}

.hero--square-form .hero__inner-content .section-header__headline {
    font-size: 2.25rem;
    line-height: 2.625rem;
    margin-top: 0;
    margin-bottom: .9375rem
}

.hero--square-form .hero__inner-content .section-header__subheadline {
    font-size: .9375rem;
    line-height: 1.25rem
}

.hero--square-form-simple .hero__app-stores,
.hero--square-form-simple .hero__linkButton {
    display: none
}

.hero-save {
    padding-top: 0;
    position: relative;
    display: table;
    width: 100%;
    min-height: 529px
}

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

.hero-save:after {
    clear: both
}

.hero-save .hero__inner {
    display: none
}

.hero-save .hero-save__inner {
    display: block
}

.hero-save__inner {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 182px
}

@media (min-width:768px) {
    .hero-save__inner {
        width: 750px
    }
}

@media (min-width:992px) {
    .hero-save__inner {
        width: 970px
    }
}

@media (min-width:1200px) {
    .hero-save__inner {
        width: 1170px
    }
}

.hero-save__inner-content {
    background: rgba(44, 50, 58, .95);
    float: right!important;
    padding: 60px 30px;
    margin-right: 50px;
    width: 323px;
    position: relative;
    text-align: center
}

.hero-save-header {
    color: #d6d6d6;
    text-transform: uppercase
}

.hero-save-header-bottom,
.hero-save-header-top {
    font-size: 1.875rem;
    line-height: 1.875rem
}

.hero-save-header-main {
    color: #fff;
    font-size: 4.6875rem;
    line-height: 4.6875rem;
    margin: 4px 0
}

.hero-save-header-bottom {
    position: relative
}

.hero-save-header-bottom:after,
.hero-save-header-bottom:before {
    content: "";
    height: 1px;
    position: absolute;
    background: #fff;
    width: 86px;
    top: 16px;
    bottom: 0;
    left: 1px
}

.hero-save-header-bottom:after {
    left: auto;
    right: -1px
}

.hero-save-subtext {
    margin-top: 1.5rem;
    color: #d6d6d6
}

.hero-save-alttext {
    margin-top: 1.625rem;
    color: #fff
}

.hero-save-button-buy {
    display: inline-block;
    margin: 0 auto;
    padding: 8px 20px;
    min-width: 180px;
    width: auto;
    height: auto;
    border-radius: 26px;
    text-align: center;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    border: 2px solid #586474;
    margin-top: 1.625rem;
    width: 100%;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    color: #fff
}

.hero-save-button-buy:hover {
    text-decoration: none;
    color: #fff
}

.hero-save-button-trial {
    display: inline-block;
    margin: 0 auto;
    padding: 8px 20px;
    min-width: 180px;
    width: auto;
    height: auto;
    border-radius: 26px;
    text-align: center;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    border: 2px solid #586474;
    margin-top: 1.625rem;
    width: 100%;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    background-color: transparent
}

.hero-save-button-trial:hover {
    text-decoration: none;
    color: #fff!important
}

.hero--small-text .hero__inner-content .section-header__headline {
    font-size: 1.875rem;
    line-height: 2.375rem
}

.hero--button-only {
    padding-top: 50px;
    min-height: 420px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.hero--button-only .hero__inner {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.hero--button-only .hero__inner-content {
    float: left!important;
    text-align: left;
    width: 50%
}

.hero--button-only .hero__inner-content--right-side {
    float: right!important
}

.hero--button-only .hero__inner-content--centered {
    float: none!important;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.hero--button-only .hero__inner-content--centered .hero__heading .section-header {
    text-align: center
}

.hero--button-only .hero__inner-content--centered .hero__submitButton {
    padding-left: 0
}

.hero--button-only .hero__heading .section-header {
    text-align: left;
    padding-left: 0
}

.hero--button-only .hero__heading .section-header__eyebrow,
.hero--button-only .hero__heading .section-header__headline,
.hero--button-only .hero__heading .section-header__subheadline {
    color: #fff
}

.hero--button-only .hero__form {
    background: none;
    margin-bottom: 5px
}

.hero--button-only .hero__form input[type=submit] {
    min-width: 240px;
    width: auto;
    margin: 0 auto;
    display: block;
    border-radius: 26px;
    border: none;
    padding: 8px 20px;
    height: auto;
    font-size: 1rem
}

.hero--button-only .hero__belowButton,
.hero--button-only .hero__submitButton {
    display: inline-block
}

.hero--button-only .hero__submitButton {
    padding-left: 0;
    min-width: 240px;
    max-width: 240px
}

.hero--button-only .hero__submitButton .form-input-submit {
    display: inline-block
}

.hero--button-only .hero__belowButton {
    color: #fff;
    display: block;
    min-width: 240px;
    max-width: 240px;
    margin: auto
}

.hero--button-only .hero__disclaimer {
    font-size: .75rem;
    text-align: left;
    padding-left: 35px
}

.hero--join-form .hero__inner-content {
    float: left!important;
    text-align: left;
    width: 60%
}

.hero--join-form .hero__heading .section-header {
    text-align: left;
    padding-left: 0
}

.hero--join-form .hero__heading .section-header__eyebrow,
.hero--join-form .hero__heading .section-header__headline,
.hero--join-form .hero__heading .section-header__subheadline {
    color: #fff
}

.hero--join-form .hero__form {
    background: none;
    margin-bottom: 30px
}

.hero--join-form .hero__form .hero__inner-form-box {
    padding: 32px 24px 24px 0
}

.hero--join-form .hero__form label[for=meetingId]:first-of-type {
    padding: 0 8px;
    color: #fff;
    position: relative;
    padding-left: 24px;
    display: block
}

.hero--join-form .hero__form label[for=meetingId]:first-of-type:before {
    content: "\e918";
    font-family: web-icons;
    font-size: 1.375rem;
    font-weight: 400;
    position: absolute;
    top: -4px;
    left: 0
}

.hero--join-form .hero__form input[type=text] {
    display: inline-block;
    width: 98%;
    border: none
}

.hero--join-form .hero__form input[type=submit] {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 1rem;
    width: 100%;
    margin: 10px auto 0;
    display: block;
    border-radius: 26px;
    padding: 5px 20px;
    height: auto;
    transition: background .5s ease
}

.hero--join-form .hero__form .form-input-submit {
    position: relative;
    height: 50px;
    top: 26px
}

.hero--join-form .hero__form .hero__fields-inline:after,
.hero--join-form .hero__form .hero__fields-inline:before {
    content: " ";
    display: table
}

.hero--join-form .hero__form .hero__fields-inline:after {
    clear: both
}

.hero--join-form .hero__form .hero__fields-inline .form-input-text {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 0;
    padding-left: 0
}

.hero--join-form .hero__form .hero__fields-inline .form-input-text [type=text].valid+span {
    top: auto;
    bottom: 18px;
    right: auto;
    left: 93%
}

.hero--join-form .hero__form .hero__fields-inline .form-input-submit {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.hero--join-form .hero__form label.error {
    top: auto;
    bottom: 14px;
    left: 393px
}

.hero--join-form .hero__form .with-email .hero__inner-content {
    width: 90%
}

.hero--join-form .hero__form .with-email .hero__fields-inline {
    display: table;
    width: 100%
}

.hero--join-form .hero__form .with-email .hero__fields-inline .form-input-text {
    width: 50%;
    float: none;
    padding-right: 0;
    padding-left: 15px;
    display: table-cell;
    vertical-align: bottom
}

.hero--join-form .hero__form .with-email .hero__fields-inline .form-input-text label {
    display: block;
    text-align: left
}

.hero--join-form .hero__form .with-email .hero__fields-inline .form-input-text input[type=text] {
    width: 100%
}

.hero--join-form .hero__form .with-email .hero__fields-inline .form-input-text input[type=text].valid+span {
    top: auto;
    bottom: 18px;
    right: 0;
    left: auto
}

.hero--join-form .hero__form .with-email .hero__fields-inline .form-input-text:first-child {
    width: 26%;
    padding-left: 0
}

.hero--join-form .hero__form .with-email .hero__fields-inline .form-input-submit {
    width: 23%;
    float: none;
    padding-right: 0;
    text-align: right;
    display: table-cell;
    vertical-align: bottom;
    top: auto
}

.hero--join-form .hero__form .with-email .hero__fields-inline .form-input-submit input[type=submit] {
    margin: 0 auto 8px
}

.hero--join-form .hero__form .with-email label.error {
    top: auto;
    left: auto;
    bottom: 16px
}

.hero--join-form-new .hero__inner {
    display: -ms-flexbox;
    display: flex
}

.hero--join-form-new .hero__inner-content {
    width: 485px;
    height: 550px;
    float: unset!important;
    margin: auto
}

.hero--join-form-new .hero__heading .section-header {
    padding-left: 20px;
    padding-right: 20px
}

.hero--join-form-new .hero__heading .section-header__headline {
    font-size: 40px;
    margin-bottom: 3px
}

.hero--join-form-new .hero__heading .section-header__subheadline {
    font-size: 18px;
    margin-bottom: 22px
}

.hero--join-form-new .hero__heading .section-header__eyebrow,
.hero--join-form-new .hero__heading .section-header__headline,
.hero--join-form-new .hero__heading .section-header__subheadline {
    color: #434b58!important
}

.hero--join-form-new .hero__form {
    background: #fff
}

.hero--join-form-new .hero__form .hero__inner-form-box {
    padding: 0 auto 24px
}

.hero--join-form-new .hero__form label[for=meetingId]:first-of-type,
.hero--join-form-new .hero__form label[for=publicId]:first-of-type {
    display: none
}

.hero--join-form-new .hero__form input[type=text] {
    display: inline-block;
    width: 80%;
    height: 57px;
    margin-left: 10%;
    margin-bottom: 22px;
    border: 1px solid #cbcaca
}

.hero--join-form-new .hero__form input[type=text]::-moz-placeholder {
    color: #a6aebb;
    font-size: 600;
    font-weight: 600
}

.hero--join-form-new .hero__form input[type=text]::-webkit-input-placeholder {
    color: #a6aebb;
    font-size: 600;
    font-weight: 600
}

.hero--join-form-new .hero__form input[type=text]:-ms-input-placeholder {
    color: #a6aebb;
    font-size: 600;
    font-weight: 600
}

.hero--join-form-new .hero__form .tooltip,
.hero--join-form-new .hero__form .tooltip__wrapper>span {
    cursor: pointer;
    color: #319edd
}

.hero--join-form-new .hero__form .tooltip:before,
.hero--join-form-new .hero__form .tooltip__wrapper>span:before {
    content: "?";
    width: 16px;
    height: 16px;
    background: #a6aeba;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    padding-left: .5px;
    font-size: .8125rem
}

.hero--join-form-new .hero__form .tooltip:hover,
.hero--join-form-new .hero__form .tooltip__wrapper>span:hover {
    text-decoration: underline
}

.hero--join-form-new .hero__form .tooltip__wrapper {
    float: right;
    padding-top: 18px;
    padding-right: 2%
}

.hero--join-form-new .hero__form label.error {
    padding-right: 28px;
    display: none!important
}

.hero--join-form-new .hero__form .check-icon svg {
    position: absolute;
    right: 12px;
    top: 15px
}

.hero--join-form-new .hero__form--form-error,
.hero--join-form-new .hero__form--form-requirement {
    transition: all .2s ease;
    font-size: 1rem;
    line-height: 1.25rem;
    padding-left: 10%;
    position: relative;
    display: block;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    margin: 0;
    overflow: hidden;
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    color: #cc4337;
    max-height: 0
}

.hero--join-form-new .hero__form .error .hero__form--form-requirement {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    color: #cc4337;
    max-height: 40px;
    margin-top: -17px;
    margin-bottom: 28px
}

.hero--join-form-new .hero__form input[type=submit] {
    min-width: 200px;
    max-width: 240px;
    height: 40px;
    margin: 20px auto 0;
    display: block;
    border: none;
    border-radius: 26px;
    padding: 5px 20px;
    font-size: 1rem
}

.hero--join-form-new .hero__form .form-input-submit {
    position: relative;
    height: 40px;
    margin-top: -22px;
    margin-bottom: 49px
}

.hero--join-form-new .hero__form .hero__fields-inline:after,
.hero--join-form-new .hero__form .hero__fields-inline:before {
    content: " ";
    display: table
}

.hero--join-form-new .hero__form .hero__fields-inline:after {
    clear: both
}

.hero--join-form-new .hero__links__with__descriptions ul {
    padding: 0
}

.hero--join-form-new .hero__link-and-description {
    padding-top: 17px;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.hero--join-form-new .hero__link-and-description-description {
    display: inline;
    color: #fff
}

.hero--join-form-new .hero__link-and-description-link {
    display: inline;
    padding-left: 3px
}

.hero--join-form-new .hero__link-and-description-link a {
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid;
    line-height: .85
}

.hero--circle-form .hero__form {
    position: relative;
    width: 500px;
    height: 500px;
    border-radius: 100%;
    background: hsla(0, 0%, 100%, .75);
    overflow: hidden;
    z-index: 1
}

.hero--circle-form .hero__form input[type=text] {
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center
}

.hero--circle-form .hero__form input[type=submit] {
    max-width: 240px;
    width: auto;
    margin: 20px auto 0;
    display: block;
    border: none;
    border-radius: 26px;
    padding: 5px 20px;
    font-size: 1rem
}

.hero--circle-form .hero__dotwack {
    right: 54px;
    top: 37px
}

.hero--circle-form .hero__form-inner {
    background: none;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.hero--circle-form .hero__form-box {
    width: 110%;
    margin-left: -5%
}

.hero--circle-form .hero__disclaimer-box {
    position: absolute;
    top: 100%;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0
}

.hero--center-form .hero__inner-content {
    float: none!important;
    margin-left: auto;
    margin-right: auto
}

.hero--center-form .hero__form {
    background: none;
    margin-bottom: 0
}

.hero--center-form .hero__form input[type=text] {
    display: inline-block;
    width: 100%;
    height: 2.375rem;
    border-radius: 26px 0 0 26px;
    border: none;
    padding-left: 42px;
    color: #586474;
    font-size: 14px
}

.hero--center-form .hero__form button,
.hero--center-form .hero__form input[type=submit] {
    margin-top: 0;
    display: inline-block;
    width: 100%;
    border-radius: 0 26px 26px 0;
    border: none;
    height: 2.375rem;
    font-size: 14px
}

.hero--center-form .hero__form .hero__fields-inline:after,
.hero--center-form .hero__form .hero__fields-inline:before {
    content: " ";
    display: table
}

.hero--center-form .hero__form .hero__fields-inline:after {
    clear: both
}

.hero--center-form .hero__form .hero__fields-inline .form-input-text {
    position: relative;
    float: left;
    width: 58.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 0;
    padding-left: 0;
    text-align: right
}

.hero--center-form .hero__form .hero__fields-inline .form-input-submit {
    position: relative;
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 0;
    padding-left: 0;
    text-align: left
}

.hero--without-form .hero__inner-content {
    float: none!important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.hero--without-form .hero__inner-content .section-header {
    padding-top: 0
}

.hero--without-form .hero__form {
    background: none;
    margin: 0 auto
}

.hero .hero__inner-content--light-text .section-header__eyebrow,
.hero .hero__inner-content--light-text .section-header__headline,
.hero .hero__inner-content--light-text .section-header__subheadline {
    color: #fff
}

.hero .hero__inner-content--dark-text .hero__disclaimer,
.hero .hero__inner-content--dark-text .section-header__headline,
.hero .hero__inner-content--dark-text .section-header__subheadline {
    color: #2c323a
}

.hero__checkboxOptInOut {
    width: 76%;
    margin: auto;
    padding-bottom: 0;
    padding-top: 0
}

.hero__checkboxOptInOut .topText {
    text-align: center;
    color: #586474;
    font-size: .6875rem;
    padding: 8px 0
}

.hero__checkboxOptInOut .topText a {
    text-decoration: underline;
    color: #586474
}

.hero__checkboxOptInOut .checkboxLeftSide {
    float: left;
    width: 20px
}

.hero__checkboxOptInOut .checkboxTextCentered,
.hero__checkboxOptInOut .checkboxTextRightSide {
    float: left;
    width: 88%;
    text-align: center;
    padding-bottom: 0;
    color: #586474;
    font-size: .6875rem
}

.hero__checkboxOptInOut .checkboxTextCentered {
    float: none;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 8px
}

.hero__checkboxOptInOut .checkboxTextCentered .checkbox-inline {
    display: inline-block;
    padding: 0 0 0 20px
}

.hero__checkboxOptInOut .checkboxTextCentered .checkbox-inline input[type=checkbox] {
    margin-top: 3px;
    margin-left: -22px
}

.hero__checkboxOptInOut .checkboxTextCentered .checkbox-inline label {
    top: 0
}

.hero__checkboxOptInOut .checkboxTextCentered .checkbox-text {
    display: inline-block;
    text-align: center;
    width: 100%
}

.hero__checkboxOptInOut .checkboxHiddenOption {
    display: none;
    padding-top: 0;
    padding-bottom: 8px
}

.hero__checkboxOptInOut .checkboxHiddenOption .checkboxTextCentered {
    padding-top: 0
}

.g2m .hero--join-form-new .hero__heading .section-header__eyebrow {
    color: #fd7a2a!important
}

.g2w .hero--join-form-new .hero__heading .section-header__eyebrow {
    color: #3797d1!important
}

.g2t .hero--join-form-new .hero__heading .section-header__eyebrow {
    color: #992977!important
}

.g2a .hero--join-form-new .hero__heading .section-header__eyebrow {
    color: #2a969d!important
}

.g2p .hero--join-form-new .hero__heading .section-header__eyebrow {
    color: #4e9d2d!important
}

.ov .hero--join-form-new .hero__heading .section-header__eyebrow {
    color: #5c61a6!important
}

.g2m .hero-save-button-buy,
.g2m .hero-save-button-buy:hover {
    background: #fd7a2a;
    border-color: #fd7a2a
}

.g2m .hero-save-button-trial {
    border-color: #fd7a2a;
    color: #fd7a2a
}

.g2m .hero-save-button-trial:hover {
    background: #fd7a2a;
    border-color: #fd7a2a
}

.g2w .hero-save-button-buy,
.g2w .hero-save-button-buy:hover {
    background: #0097e1;
    border-color: #0097e1
}

.g2w .hero-save-button-trial {
    border-color: #0097e1;
    color: #0097e1
}

.g2w .hero-save-button-trial:hover {
    background: #0097e1;
    border-color: #0097e1
}

.g2t .hero-save-button-buy,
.g2t .hero-save-button-buy:hover {
    background: #a80f5e;
    border-color: #a80f5e
}

.g2t .hero-save-button-trial {
    border-color: #a80f5e;
    color: #a80f5e
}

.g2t .hero-save-button-trial:hover {
    background: #a80f5e;
    border-color: #a80f5e
}

.g2a .hero-save-button-buy,
.g2a .hero-save-button-buy:hover {
    background: #165c7d;
    border-color: #165c7d
}

.g2a .hero-save-button-trial {
    border-color: #165c7d;
    color: #165c7d
}

.g2a .hero-save-button-trial:hover {
    background: #165c7d;
    border-color: #165c7d
}

.g2p .hero-save-button-buy,
.g2p .hero-save-button-buy:hover {
    background: #4e9d2d;
    border-color: #4e9d2d
}

.g2p .hero-save-button-trial {
    border-color: #4e9d2d;
    color: #4e9d2d
}

.g2p .hero-save-button-trial:hover {
    background: #4e9d2d;
    border-color: #4e9d2d
}

.ov .hero-save-button-buy,
.ov .hero-save-button-buy:hover {
    background: #7361af;
    border-color: #7361af
}

.ov .hero-save-button-trial {
    border-color: #7361af;
    color: #7361af
}

.ov .hero-save-button-trial:hover {
    background: #7361af;
    border-color: #7361af
}

.g2m .hero {
    background: #e9ba1f;
        background: linear-gradient(135deg, #e9ba1f, #e18026 60%, #ca5328);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2m .hero .existing-customer-mask a {
    color: #fd7a2a
}

.g2m .hero .existing-customer-mask__loading-icon {
    background: url() no-repeat 50%;
    width: 100%;
    height: 264px;
    margin-top: -20px;
    margin-bottom: 25px;
    clear: both
}

.g2m .hero__belowButton>a {
    color: #5766B9;
}

.g2m .hero__beltNav li:hover {
    border-bottom: 3px solid #fd7a2a
}

@media only screen and (max-width:767px) {
    .g2m .hero__beltNav li:hover {
        border-bottom: 1px solid
    }
}

.g2m .hero__beltNav li.active {
    border-bottom: 3px solid #fd7a2a;
    background: #fff
}

@media only screen and (max-width:767px) {
    .g2m .hero__beltNav li.active {
        border-bottom: 1px solid
    }
}

.g2m .hero__beltNav li.active a {
    color: #fd7a2a
}

.g2m .hero--button-only .hero__form input[type=button],
.g2m .hero--button-only .hero__form input[type=submit] {
    border: 2px solid #fff;
    background: transparent
}

.g2m .hero--button-only .hero__form input[type=button]:hover,
.g2m .hero--button-only .hero__form input[type=submit]:hover {
    background: #fc9402
}

.g2m .hero--button-only .hero__belowButton>a {
    color: #fff
}

.g2m .hero--join-form input[type=button]:hover,
.g2m .hero--join-form input[type=submit]:hover {
    border: 2px solid #fff;
    background: transparent
}

.g2m .hero--join-form input[type=button]:hover:hover,
.g2m .hero--join-form input[type=submit]:hover:hover {
    background: #fc9402
}

.g2w .hero {
    background: #6bcbdd;
    background: linear-gradient(135deg, #6bcbdd, #3797d1 60%, #3860a1);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2w .hero .existing-customer-mask a {
    color: #0097e1
}

.g2w .hero .existing-customer-mask__loading-icon {
    background: url(../../images/med/g2w/gotowebinar-welcome-back.426c282a4713d41c3207201f3fca06a5.png) no-repeat 50%;
    width: 100%;
    height: 264px;
    margin-top: -20px;
    margin-bottom: 25px;
    clear: both
}

.g2w .hero__belowButton>a {
    color: #0097e1
}

.g2w .hero__beltNav li.active,
.g2w .hero__beltNav li:hover {
    border-bottom: 3px solid #0097e1
}

.g2w .hero__beltNav li.active {
    background: #fff
}

@media only screen and (max-width:767px) {
    .g2w .hero__beltNav li.active {
        border-bottom: 1px solid
    }
}

.g2w .hero__beltNav li.active a {
    color: #0097e1
}

.g2w .hero--button-only .hero__form input[type=button],
.g2w .hero--button-only .hero__form input[type=submit] {
    border: 2px solid #fff;
    background: transparent
}

.g2w .hero--button-only .hero__form input[type=button]:hover,
.g2w .hero--button-only .hero__form input[type=submit]:hover {
    background: #0080bf
}

.g2w .hero--button-only .hero__belowButton>a {
    color: #fff
}

.g2w .hero--join-form input[type=button]:hover,
.g2w .hero--join-form input[type=submit]:hover {
    border: 2px solid #fff;
    background: transparent
}

.g2w .hero--join-form input[type=button]:hover:hover,
.g2w .hero--join-form input[type=submit]:hover:hover {
    background: #0080bf
}

.g2t .hero {
    background: #c15781;
    background: linear-gradient(135deg, #c15781, #992977 60%, #26336d);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2t .hero .existing-customer-mask a {
    color: #a80f5e
}

.g2t .hero .existing-customer-mask__loading-icon {
    background: url(../../images/med/g2t/gototraining-welcome-back.0624585bf1e7ad260028ee936073b3fc.png) no-repeat 50%;
    width: 100%;
    height: 264px;
    margin-top: -20px;
    margin-bottom: 25px;
    clear: both
}

.g2t .hero__belowButton>a {
    color: #a80f5e
}

.g2t .hero__beltNav li.active,
.g2t .hero__beltNav li:hover {
    border-bottom: 3px solid #a80f5e
}

.g2t .hero__beltNav li.active {
    background: #fff
}

@media only screen and (max-width:767px) {
    .g2t .hero__beltNav li.active {
        border-bottom: 1px solid
    }
}

.g2t .hero__beltNav li.active a {
    color: #a80f5e
}

.g2t .hero--button-only .hero__form input[type=button],
.g2t .hero--button-only .hero__form input[type=submit] {
    border: 2px solid #fff;
    background: transparent
}

.g2t .hero--button-only .hero__form input[type=button]:hover,
.g2t .hero--button-only .hero__form input[type=submit]:hover {
    background: #e33370
}

.g2t .hero--button-only .hero__belowButton>a {
    color: #fff
}

.g2t .hero--join-form input[type=button]:hover,
.g2t .hero--join-form input[type=submit]:hover {
    border: 2px solid #fff;
    background: transparent
}

.g2t .hero--join-form input[type=button]:hover:hover,
.g2t .hero--join-form input[type=submit]:hover:hover {
    background: #e33370
}

.g2a .hero {
    background: #72bcb6;
    background: linear-gradient(135deg, #72bcb6, #2a969d 60%, #05628f);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2a .hero .existing-customer-mask a {
    color: #165c7d
}

.g2a .hero .existing-customer-mask__loading-icon {
    background: url(../../images/med/g2a/gotoassist-welcome-back.713cbed09d3a532d186805bb9755c064.png) no-repeat 50%;
    width: 100%;
    height: 264px;
    margin-top: -20px;
    margin-bottom: 25px;
    clear: both
}

.g2a .hero__beltNav li.active,
.g2a .hero__beltNav li:hover {
    border-bottom: 3px solid #165c7d
}

.g2a .hero__beltNav li.active {
    background: #fff
}

@media only screen and (max-width:767px) {
    .g2a .hero__beltNav li.active {
        border-bottom: 1px solid
    }
}

.g2a .hero__belowButton>a,
.g2a .hero__beltNav li.active a {
    color: #165c7d
}

.g2a .hero--button-only .hero__form input[type=button],
.g2a .hero--button-only .hero__form input[type=submit] {
    border: 2px solid #fff;
    background: transparent
}

.g2a .hero--button-only .hero__form input[type=button]:hover,
.g2a .hero--button-only .hero__form input[type=submit]:hover {
    background: #2a969d
}

.g2a .hero--button-only .hero__belowButton>a {
    color: #fff
}

.g2a .hero--join-form input[type=button]:hover,
.g2a .hero--join-form input[type=submit]:hover {
    border: 2px solid #fff;
    background: transparent
}

.g2a .hero--join-form input[type=button]:hover:hover,
.g2a .hero--join-form input[type=submit]:hover:hover {
    background: #2a969d
}

.g2p .hero {
    background: #94c96a;
    background: linear-gradient(135deg, #94c96a, #4e9d2d 60%, #32783e);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2p .hero .existing-customer-mask a {
    color: #4e9d2d
}

.g2p .hero__beltNav li:hover {
    border-bottom: 3px solid #4e9d2d
}

@media only screen and (max-width:767px) {
    .g2p .hero__beltNav li:hover {
        border-bottom: 1px solid
    }
}

.g2p .hero__beltNav li.active {
    background: #fff;
    border-bottom: 3px solid #4e9d2d
}

@media only screen and (max-width:767px) {
    .g2p .hero__beltNav li.active {
        border-bottom: 1px solid
    }
}

.g2p .hero__belowButton>a,
.g2p .hero__beltNav li.active a {
    color: #4e9d2d
}

.g2p .hero--button-only .hero__form input[type=button],
.g2p .hero--button-only .hero__form input[type=submit] {
    border: 2px solid #fff;
    background: transparent
}

.g2p .hero--button-only .hero__form input[type=button]:hover,
.g2p .hero--button-only .hero__form input[type=submit]:hover {
    background: #97c958
}

.g2p .hero--button-only .hero__belowButton>a {
    color: #fff
}

.ov .hero {
    background: #9b7fba;
    background: linear-gradient(135deg, #9b7fba, #5c61a6 60%, #1c2e5c);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.ov .hero .existing-customer-mask a {
    color: #7361af
}

.ov .hero__beltNav li.active,
.ov .hero__beltNav li:hover {
    border-bottom: 3px solid #7361af
}

.ov .hero__beltNav li.active {
    background: #fff
}

@media only screen and (max-width:767px) {
    .ov .hero__beltNav li.active {
        border-bottom: 1px solid
    }
}

.ov .hero__belowButton>a,
.ov .hero__beltNav li.active a {
    color: #7361af
}

.ov .hero--button-only .hero__form input[type=button],
.ov .hero--button-only .hero__form input[type=submit] {
    border: 2px solid #fff;
    background: transparent
}

.ov .hero--button-only .hero__form input[type=button]:hover,
.ov .hero--button-only .hero__form input[type=submit]:hover {
    background: #7361af
}

.ov .hero--button-only .hero__belowButton>a {
    color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero {
        padding-top: 50px
    }
    .hero__beltNav ul {
        margin: 0 50px;
        padding: 0;
        width: auto
    }
    .hero__form input[type=submit] {
        font-size: 1.125rem
    }
    .hero__inner-content {
        float: none!important;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    .hero__inner-content .section-header__headline {
        font-size: 1.9375rem;
        line-height: 2.25rem
    }
    .hero__inner-content .section-header__subheadline {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
    .hero__desktop-background,
    .hero__mobile-background {
        display: none
    }
    .hero__tablet-background {
        display: table-cell
    }
    .hero--small-text .hero__inner-content .section-header__headline {
        font-size: 1.5rem;
        line-height: 1.875rem
    }
    .hero--button-only .hero__inner-content {
        width: 90%;
        float: none!important;
        margin-left: auto;
        margin-right: auto
    }
    .hero--button-only .hero__inner-content--right-side {
        float: none!important
    }
    .hero--button-only .hero__heading .section-header {
        text-align: center
    }
    .hero--button-only .hero__submitButton {
        padding: 0;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    .hero--button-only .hero__disclaimer {
        text-align: center
    }
    .hero--join-form .hero__inner-content {
        width: 100%
    }
    .hero-save {
        padding-top: 0
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hero--join-form .hero__inner-content {
        width: 75%
    }
}

@media only screen and (max-width:767px) {
    .hero {
        padding-top: 50px
    }
    .hero .accordion {
        background: #edeef0;
        cursor: pointer;
        position: relative
    }
    .hero .accordion a {
        font-family: Lato-Bold, Arial, Helvetica, sans-serif;
        font-size: .75rem;
        text-transform: uppercase;
        color: #586474;
        line-height: 50px;
        padding: 0 15px;
        cursor: pointer
    }
    .hero .accordion a:hover {
        text-decoration: none
    }
    .hero .accordion i {
        position: absolute;
        transform: scaleY(1);
        right: 15px;
        margin-top: 10px;
        transition: transform .2s linear;
        line-height: normal
    }
    .hero .accordion i:before {
        border: 1px solid;
        border-radius: 50%;
        font-size: 22px
    }
    .hero .accordion.active i {
        transform: scaleY(-1)
    }
    .hero__beltNav {
        max-height: 0;
        overflow: hidden;
        margin-top: 0;
        transition: max-height .5s cubic-bezier(0, 1.05, 0, 1)
    }
    .hero__beltNav ul {
        margin: 0;
        padding: 0
    }
    .hero__beltNav ul li {
        border-bottom: 1px solid;
        width: 100%;
        background: #fff;
        color: #c2c8d0;
        padding: 16px 15px
    }
    .hero__beltNav.open {
        height: auto;
        max-height: 900px;
        transition: max-height .5s ease-out
    }
    .hero__form input[type=submit] {
        font-size: .875rem
    }
    .hero__inner-content {
        float: none!important;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 88%
    }
    .hero__inner-content .section-header {
        padding: 0
    }
    .hero__inner-content .section-header__headline {
        font-size: 1.375rem;
        line-height: 1.8125rem
    }
    .hero__inner-content .section-header__subheadline {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
    .hero__desktop-background,
    .hero__tablet-background {
        display: none
    }
    .hero__mobile-background {
        display: table-cell;
        background-repeat: no-repeat;
        background-size: cover
    }
    .hero__dotwack {
        display: none
    }
    .hero__form input[name=lastName] {
        border-left: none
    }
    .hero__button-termstext {
        padding: 5px
    }
    .hero__button-checkbox-opt-out {
        margin-top: 12px
    }
    .hero__belowBuyText {
        padding-bottom: 5px
    }
    .hero__checkboxOptInOut {
        width: 90%
    }
    .hero .existing-customer-mask__inner h2 {
        font-size: 1.375rem
    }
    .hero .existing-customer-mask__exist-msg {
        margin-bottom: 5px;
        padding: 0 6%;
        font-size: .6875rem
    }
    .hero .existing-customer-mask__redirect-msg {
        margin-bottom: 10px;
        font-size: .6875rem;
        padding-top: 11px
    }
    .hero .existing-customer-mask__login {
        margin-bottom: 5px
    }
    .hero .existing-customer-mask__login button {
        padding: 10px 0;
        font-size: .875rem
    }
    .hero--small-text .hero__inner-content__headline {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
    .hero--circle-form .hero__inner-content {
        width: 90%;
        height: auto;
        border-radius: 0;
        overflow: visible;
        margin-bottom: 45px;
        margin-left: auto;
        margin-right: auto
    }
    .hero--circle-form .hero__form {
        top: auto;
        transform: none
    }
    .hero--join-form .hero__inner-content {
        width: 100%
    }
    .hero--join-form .hero__form {
        margin-bottom: 0
    }
    .hero--join-form .hero__form .hero__inner-form-box {
        max-width: 296px;
        float: none;
        margin: auto;
        padding-top: 35px;
        padding-right: 0
    }
    .hero--join-form .hero__form label {
        font-size: .875rem;
        display: block
    }
    .hero--join-form .hero__form input[type=text] {
        width: 100%;
        padding: 10px
    }
    .hero--join-form .hero__form .hero__fields-inline .form-input-text {
        float: none;
        text-align: left;
        padding-left: 12px;
        width: 100%;
        display: block;
        margin-bottom: 10px
    }
    .hero--join-form .hero__form .hero__fields-inline .form-input-text label {
        display: inline-block;
        left: 50%;
        position: relative;
        transform: translateX(-50%)
    }
    .hero--join-form .hero__form .hero__fields-inline .form-input-text label.error {
        display: block;
        position: absolute;
        right: 0;
        left: auto;
        top: auto;
        bottom: 10px
    }
    .hero--join-form .hero__form .hero__fields-inline .form-input-text [type=text].valid+span {
        bottom: 14px;
        right: 0;
        left: auto
    }
    .hero--join-form .hero__form .hero__fields-inline .form-input-submit {
        float: none;
        padding: 0 0 0 15px;
        margin-top: 25px;
        width: 100%;
        top: auto
    }
    .hero--join-form .hero__form .hero__fields-inline .form-input-submit input[type=submit] {
        left: 0;
        width: 53%
    }
    .hero--join-form .hero__form .with-email .hero__fields-inline {
        display: block
    }
    .hero--join-form .hero__form .with-email .hero__fields-inline .form-input-text {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        padding-left: 0
    }
    .hero--join-form .hero__form .with-email .hero__fields-inline .form-input-text:first-child {
        width: 100%
    }
    .hero--join-form .hero__form .with-email .hero__fields-inline .form-input-text label {
        display: inline-block
    }
    .hero--join-form .hero__form .with-email .hero__fields-inline .form-input-submit {
        width: 100%;
        height: 60px;
        display: block
    }
    .hero--join-form .hero__form .with-email .hero__fields-inline .form-input-submit input[type=submit] {
        left: auto;
        right: 0;
        width: 60%
    }
    .hero--join-form-new .hero__inner-content {
        width: 100%
    }
    .hero--join-form-new .hero__form {
        margin-bottom: 0
    }
    .hero--join-form-new .hero__form-inner {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .hero--join-form-new .hero__form .section-header__headline {
        line-height: 2.3rem
    }
    .hero--join-form-new .hero__form .hero__inner-form-box {
        max-width: 296px;
        float: none;
        margin: auto;
        padding-top: 0;
        padding-right: 0
    }
    .hero--join-form-new .hero__form input[type=text] {
        width: 75%;
        height: 45px;
        margin-bottom: 20px;
        margin-left: 12%;
        padding: 10px;
        font-size: 14px
    }
    .hero--join-form-new .hero__form .tooltip__wrapper {
        padding-right: 1%;
        padding-top: 14px
    }
    .hero--join-form-new .hero__form .check-icon svg {
        top: 13px;
        right: 10px;
        width: 15px;
        height: 15px
    }
    .hero--join-form-new .hero__form label.error {
        bottom: 38px!important
    }
    .hero--join-form-new .hero__form--form-requirement {
        margin-bottom: 0;
        margin-left: 6px
    }
    .hero--join-form-new .hero__form .hero__fields-inline .form-input-text {
        float: none;
        text-align: left;
        padding-left: 12px;
        width: 100%;
        display: block;
        margin-bottom: 10px
    }
    .hero--join-form-new .hero__form .hero__fields-inline .form-input-text label.error {
        display: block;
        position: absolute;
        right: 0;
        left: auto;
        top: auto;
        bottom: 10px
    }
    .hero--join-form-new .hero__form .hero__fields-inline .form-input-text [type=text].valid+span {
        bottom: 14px;
        right: 0;
        left: auto
    }
    .hero--join-form-new .hero__form .hero__fields-inline .form-input-submit {
        float: none;
        padding: 0;
        margin-top: 25px;
        margin-bottom: 12px;
        width: 100%;
        top: auto
    }
    .hero--join-form-new .hero__form .hero__fields-inline .form-input-submit input[type=submit] {
        left: 0;
        width: 53%
    }
    .hero--join-form-new .hero__form .with-email .hero__fields-inline {
        display: block
    }
    .hero--join-form-new .hero__form .with-email .hero__fields-inline .form-input-text {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        padding-left: 0
    }
    .hero--join-form-new .hero__form .with-email .hero__fields-inline .form-input-text:first-child {
        width: 100%
    }
    .hero--join-form-new .hero__form .with-email .hero__fields-inline .form-input-submit {
        width: 100%;
        display: block
    }
    .hero--join-form-new .hero__form .with-email .hero__fields-inline .form-input-submit input[type=submit] {
        left: auto;
        right: 0;
        width: 60%
    }
    .hero--join-form-new .hero__links__with__descriptions .hero__link-and-description {
        padding-top: 17px;
        display: block;
        text-align: center;
        white-space: unset
    }
    .hero--button-only {
        min-height: 0
    }
    .hero--button-only .hero__inner-content {
        float: none;
        margin: 0 auto;
        width: 100%
    }
    .hero--button-only .hero__heading .section-header {
        text-align: center
    }
    .hero--button-only .hero__submitButton {
        min-width: 0;
        max-width: none;
        display: block;
        margin: auto;
        padding: 0
    }
    .hero--button-only .hero__submitButton .form-input-submit {
        display: block
    }
    .hero--button-only .hero__disclaimer {
        text-align: center
    }
    .hero--square-form .hero__inner-content .section-header {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px
    }
    .hero--square-form .hero__inner-content .section-header__subheadline {
        font-size: .75rem;
        line-height: 1rem
    }
    .hero--square-form-simple {
        padding: 0
    }
    .hero--square-form-simple.hero {
        background: none
    }
    .hero--square-form-simple .hero__inner {
        display: block
    }
    .hero--square-form-simple .hero-save__inner {
        display: none
    }
    .hero--square-form-simple .hero__inner {
        padding: 0
    }
    .hero--square-form-simple .hero__inner-content {
        margin: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: 100%
    }
    .hero--square-form-simple .hero__inner-content .hero__heading {
        padding-top: 66px
    }
    .hero--square-form-simple .hero__inner-content .section-header {
        padding: 5px 5px 3px
    }
    .hero--square-form-simple .hero__inner-content .section-header__headline {
        font-size: 28px;
        color: #fff
    }
    .hero--square-form-simple .hero__inner-content .section-header__subheadline {
        display: none
    }
    .hero--square-form-simple .hero__inner-content .hero__form {
        background: none
    }
    .hero--square-form-simple .hero__inner-content .hero__form .error-form-submission,
    .hero--square-form-simple .hero__inner-content .hero__form .form-input-password,
    .hero--square-form-simple .hero__inner-content .hero__form .form-input-submit input[type=submit],
    .hero--square-form-simple .hero__inner-content .hero__form .form-input-text,
    .hero--square-form-simple .hero__inner-content .hero__form .hero__button-checkbox-opt-out,
    .hero--square-form-simple .hero__inner-content .hero__form .hero__checkboxOptInOut,
    .hero--square-form-simple .hero__inner-content .hero__form .hero__validation-error,
    .hero--square-form-simple .hero__inner-content .hero__form .hero__validation-row {
        display: none
    }
    .hero--square-form-simple .hero__inner-content .hero__form .hero__linkButton {
        display: block
    }
    .hero--square-form-simple .hero__inner-content .hero__form .form-input-submit input[type=button] {
        min-width: 200px;
        max-width: 240px;
        height: 50px;
        margin: 20px auto 0;
        display: block;
        border: none;
        border-radius: 26px;
        padding: 5px 20px;
        font-size: 16px
    }
    .hero--square-form-simple .hero__inner-content .hero__form .hero__belowButton a,
    .hero--square-form-simple .hero__inner-content .hero__form .hero__belowButton p {
        color: #fff
    }
    .hero--square-form-simple .hero__inner-content .hero__form .hero__belowButton a {
        text-decoration: underline
    }
    .hero--square-form-simple .hero__inner-content .hero__form .hero__belowButton .hero__button-subtext {
        margin-bottom: 10px
    }
    .hero--square-form-simple .hero__inner-content .hero__disclaimer-box,
    .hero--square-form-simple .hero__inner-content .hero__form .hero__belowButton .hero__button-termstext,
    .hero--square-form-simple .hero__inner-content .hero__form .hero__belowButton .topText {
        display: none
    }
    .hero--square-form-simple .hero__inner-content .hero__app-stores {
        display: block;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 47px
    }
    .hero--square-form-simple .hero__inner-content .hero__app-stores img {
        width: 138px;
        height: 48px;
        margin-left: auto;
        margin-right: auto;
        display: block
    }
    .hero--square-form-simple .hero__inner-content .hero__app-stores img.android,
    .hero--square-form-simple .hero__inner-content .hero__app-stores img.ios {
        border: 1px solid gray;
        border-radius: 6px
    }
}

@media only screen and (max-width:1199px) {
    .g2m .hero .existing-customer-mask__loading-icon {
        background: url(../../images/med/g2m/welcome-back-gotomeeting-tablet-and-mobile.5aedee51af5a0aece96a7ae7798625e8.png) no-repeat 50%
    }
    .g2w .hero .existing-customer-mask__loading-icon {
        background: url(../../images/med/g2w/welcome-back-gotowebinar-tablet-and-mobile.6aba067fa01fee51a5421a0cfdde12f7.png) no-repeat 50%
    }
    .g2t .hero .existing-customer-mask__loading-icon {
        background: url(../../images/med/g2t/welcome-back-gototraining-tablet-and-mobile.15e0aa8f09955010024ac55ed4988109.png) no-repeat 50%
    }
    .g2a .hero .existing-customer-mask__loading-icon {
        background: url(../../images/med/g2a/welcome-back-gotoassist-tablet-and-mobile.174248cfcbf82e89bfb2d4c150fedd2e.png) no-repeat 50%
    }
}

.interactive-carousel .columns {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    float: none
}

.interactive-carousel .row {
    overflow: hidden
}

.interactive-carousel__row {
    cursor: pointer;
    padding: 0 0 20px
}

.interactive-carousel .columns>.columns,
.interactive-carousel .row>.columns:first-child {
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px
}

.interactive-carousel .pagination {
    padding: 0 .8%
}

.interactive-carousel .pagination .interactive-carousel__row {
    position: relative
}

.interactive-carousel .interactive-carousel__row {
    border: 0
}

.interactive-carousel .tab-heading {
    font-size: 1rem;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    color: #bdbdbd
}

.interactive-carousel__container {
    display: -ms-flexbox;
    display: flex
}

.interactive-carousel__column-1 {
    display: block;
    width: 40px;
    min-width: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    padding-top: 0
}

.interactive-carousel__column-2 {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: .5em;
    display: block
}

.interactive-carousel .tab-carousel-icon img {
    vertical-align: top;
    filter: grayscale(100%);
    opacity: .6;
    width: auto;
    margin: 0
}

.interactive-carousel .tab-carousel-icon {
    display: inline-block;
    padding-right: 5px
}

.interactive-carousel .current .tab-carousel-icon img {
    filter: none;
    opacity: 1
}

.interactive-carousel .carousel-primary {
    margin-top: 60px
}

.interactive-carousel .owl-item .mobile-slide {
    display: none
}

.interactive-carousel .owl-item .desktop-slide {
    display: block
}

.interactive-carousel div[class^=item-],
.interactive-carousel div[class^=item-] img {
    padding: 0
}

.interactive-carousel .reference.align-full+p {
    display: none
}

.interactive-carousel__link {
    text-align: center
}

.interactive-carousel .pagination:hover .tab-heading {
    color: #434b58;
    transition: color .25s
}

.interactive-carousel .pagination:hover .tab-carousel-icon img {
    filter: none;
    opacity: 1;
    transition: all .25s
}

.interactive-carousel .pagination.current .tab-heading {
    color: #434b58
}

.interactive-carousel .interactive-carousel__link .button {
    min-width: 240px;
    border-radius: 26px;
    padding: 8px 20px;
    height: auto
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .interactive-carousel .hide-for-small-only {
        display: none
    }
    .interactive-carousel .hide-for-small-only.current {
        display: inline-block
    }
    .interactive-carousel .owl-controls {
        top: -58px
    }
    .interactive-carousel .pagination {
        text-align: left;
        max-width: 420px;
        margin: 0 2%
    }
    .interactive-carousel .pagination .interactive-carousel__row {
        padding-bottom: 15px
    }
    .interactive-carousel .tab-heading {
        margin-top: 11px;
        font-size: 1.125rem
    }
    .interactive-carousel__column-1 .tab-carousel-icon img {
        width: 50px;
        height: 50px
    }
    .interactive-carousel div[class^=item-] {
        padding: 0 15px
    }
    .interactive-carousel__column-1 {
        width: 55px;
        -ms-flex: 0 0 55px;
        flex: 0 0 55px
    }
    .interactive-carousel .owl-controls .owl-dots .owl-dot {
        width: 12px;
        height: 12px
    }
}

@media only screen and (min-width:992px) {
    .interactive-carousel .pagination {
        -ms-flex: 1;
        flex: 1
    }
    .interactive-carousel__row:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        height: 4px;
        width: 0
    }
}

@media only screen and (max-width:991px) {
    .interactive-carousel .owl-controls {
        position: absolute;
        left: 0;
        right: 0;
        width: auto;
        height: 22px;
        display: inline-block;
        max-width: 300px;
        margin: auto;
        padding: 0;
        text-align: center
    }
    .interactive-carousel .owl-controls .owl-dots .owl-dot {
        background: #c2c8d0;
        border-radius: 50%;
        display: inline-block;
        margin: 0 16px
    }
    .interactive-carousel .owl-controls .owl-next:before,
    .interactive-carousel .owl-controls .owl-prev:before {
        content: ""
    }
    .interactive-carousel .owl-controls .owl-nav {
        position: relative
    }
    .interactive-carousel .pagination {
        margin: auto
    }
    .interactive-carousel .tab-heading {
        white-space: normal;
        text-align: left
    }
    .interactive-carousel__column-1 {
        padding-top: 3px
    }
    .interactive-carousel .owl-next,
    .interactive-carousel .owl-prev {
        top: 6px!important;
        width: 10px;
        height: 12px;
        background-color: transparent;
        border-radius: 0;
        background-repeat: no-repeat;
        background-size: auto 12px;
        position: absolute;
        color: transparent
    }
    .interactive-carousel .owl-prev {
        background-image: url(https://assets.cdngetgo.com/2c/11/a363a6f64e5e80b8f656e12bd9d1/mobile-carousel-arrow-left.svg);
        left: 0
    }
    .interactive-carousel .owl-next {
        background-image: url(https://assets.cdngetgo.com/47/18/6c98a15747e0b2926efdc57da1d1/mobile-carousel-arrow-right.svg);
        right: 0
    }
}

@media only screen and (min-width:768px) {
    .interactive-carousel .pagination:hover .interactive-carousel__row:after {
        width: 100%;
        transition: width .25s
    }
    .interactive-carousel .current .interactive-carousel__row:after {
        width: 100%
    }
    .interactive-carousel div[class^=item-] img {
        max-height: 650px;
        width: auto;
        max-width: 100%;
        margin: auto
    }
}

@media only screen and (max-width:767px) {
    .interactive-carousel__row {
        margin-top: 30px
    }
    .interactive-carousel .owl-controls {
        max-width: 245px;
        top: -45px
    }
    .interactive-carousel .owl-controls .owl-dots .owl-dot {
        margin: 0 16px;
        width: 8px;
        height: 8px
    }
    .interactive-carousel .owl-item .mobile-slide {
        display: block
    }
    .interactive-carousel .owl-item .desktop-slide {
        display: none
    }
    .interactive-carousel div[class^=item-] img {
        max-width: 350px;
        margin: auto
    }
    .interactive-carousel .pagination .interactive-carousel__container {
        max-width: 220px
    }
    .interactive-carousel .pagination>.interactive-carousel__row,
    .interactive-carousel .section-header {
        padding-bottom: 0
    }
    .interactive-carousel__column-1 .tab-carousel-icon img {
        width: 100%
    }
    .interactive-carousel__column-1 .tab-carousel-icon {
        height: 45px
    }
    .interactive-carousel .interactive-carousel__large-7 {
        margin-bottom: 0
    }
}

.g2m .interactive-carousel .owl-dot.active {
    background: #fd7a2a
}

.g2m .interactive-carousel .interactive-carousel__link .button {
    border-color: #fd7a2a;
    color: #fd7a2a
}

.g2m .interactive-carousel .interactive-carousel__link .button:hover {
    color: #fff;
    background: #fd7a2a
}

@media only screen and (min-width:992px) {
    .g2m .interactive-carousel__row:after {
        background-color: #fd7a2a
    }
}

.g2w .interactive-carousel .owl-dot.active {
    background: #0097e1
}

.g2w .interactive-carousel .interactive-carousel__link .button {
    border-color: #0097e1;
    color: #0097e1
}

.g2w .interactive-carousel .interactive-carousel__link .button:hover {
    color: #fff;
    background: #0097e1
}

@media only screen and (min-width:992px) {
    .g2w .interactive-carousel__row:after {
        background-color: #0097e1
    }
}

.g2t .interactive-carousel .owl-dot.active {
    background: #e33370
}

.g2t .interactive-carousel .interactive-carousel__link .button {
    border-color: #e33370;
    color: #e33370
}

.g2t .interactive-carousel .interactive-carousel__link .button:hover {
    color: #fff;
    background: #e33370
}

@media only screen and (min-width:992px) {
    .g2t .interactive-carousel__row:after {
        background-color: #e33370
    }
}

.g2a .interactive-carousel .owl-dot.active {
    background: #165c7d
}

.g2a .interactive-carousel .interactive-carousel__link .button {
    border-color: #165c7d;
    color: #165c7d
}

.g2a .interactive-carousel .interactive-carousel__link .button:hover {
    color: #fff;
    background: #165c7d
}

@media only screen and (min-width:992px) {
    .g2a .interactive-carousel__row:after {
        background-color: #165c7d
    }
}

.ov .interactive-carousel .owl-dot.active {
    background: #7361af
}

.ov .interactive-carousel .interactive-carousel__link .button {
    border-color: #7361af;
    color: #7361af
}

.ov .interactive-carousel .interactive-carousel__link .button:hover {
    color: #fff;
    background: #7361af
}

@media only screen and (min-width:992px) {
    .ov .interactive-carousel__row:after {
        background-color: #7361af
    }
}

.g2p .interactive-carousel .owl-dot.active {
    background: #4e9d2d
}

.g2p .interactive-carousel .interactive-carousel__link .button {
    border-color: #4e9d2d;
    color: #4e9d2d
}

.g2p .interactive-carousel .interactive-carousel__link .button:hover {
    color: #fff;
    background: #4e9d2d
}

@media only screen and (min-width:992px) {
    .g2p .interactive-carousel__row:after {
        background-color: #4e9d2d
    }
}

.pricing-modal {
    padding: 25px!important;
    overflow: auto
}

.pricing-modal .interactive-pricing__boxes {
    background: none
}

.pricing-modal.featherlight {
    background: rgba(0, 0, 0, .8)
}

.pricing-modal .featherlight-content {
    margin-top: 50px!important;
    min-height: 650px;
    width: 100%!important;
    height: 100%!important
}

.pricing-modal .featherlight-content .featherlight-close-icon {
    right: -2px
}

.pricing-modal .featherlight-content .interactive-pricing__toggle-lists {
    display: none
}

.pricing-modal .featherlight-content .interactive-pricing__tabs {
    position: relative
}

.tooltipster-base {
    z-index: 2147483648!important
}

.interactive-pricing {
    min-width: 320px
}

.interactive-pricing__tabs {
    text-align: center;
    font-size: 0;
    display: none;
    white-space: nowrap;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3
}

.interactive-pricing__boxes {
    margin-top: 35px;
    text-align: center;
    font-size: 0;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: linear-gradient(top, #f9f9f9, #f9f9f9 95%, transparent 0, transparent);
    background-image: -webkit-linear-gradient(top, #f9f9f9, #f9f9f9 95%, transparent 0, transparent)
}

.interactive-pricing__lists {
    text-align: center;
    white-space: nowrap;
    margin-top: 40px;
    margin-bottom: 34px;
    padding: 0 15px
}

.interactive-pricing__box,
.interactive-pricing__list {
    width: 33%
}

.interactive-pricing__footer {
    padding: 11px 0 56px;
    text-align: center;
    line-height: 1.5rem
}

.interactive-pricing__toggle {
    padding: 32px 0;
    border-top: 1px solid #bbb;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}

.interactive-pricing__toggle .term-toggle-btn {
    vertical-align: middle;
    position: relative;
    display: inline-block;
    width: 80px;
    height: 30px;
    border-radius: 15px;
    background-color: #8f949b;
    cursor: pointer;
    margin: 0 10px
}

.interactive-pricing__toggle .term-toggle-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
    transition: transform .5s cubic-bezier(1, .02, .1, 1)
}

.interactive-pricing__toggle-lists {
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.interactive-pricing__toggle-lists,
.interactive-pricing__toggle-lists a {
    color: #319edd
}

.interactive-pricing__toggle-lists:after {
    position: absolute;
    font-family: web-icons;
    content: "\e922"
}

.interactive-pricing__toggle-lists.active:after {
    transform: rotateX(180deg)
}

.interactive-pricing__toggle--annual-label {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    color: #444b58;
    text-decoration: underline
}

.interactive-pricing__toggle--monthly-label {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    color: #8c8c8c;
    text-decoration: none
}

.interactive-pricing__toggle--savings {
    margin-left: 10px;
    text-decoration: none;
    color: #6dd200;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif
}

.interactive-pricing__tab {
    display: inline-block;
    max-width: 350px;
    min-width: 245px;
    width: 33.333333%;
    height: 47px;
    line-height: 2.9375rem;
    font-size: 1rem;
    color: #fff;
    background: #434b58;
    border: 1px solid #bbb;
    border-right: none;
    box-sizing: border-box;
    text-transform: uppercase
}

.interactive-pricing__tab:last-child {
    border-right: 1px solid #bbb
}

.interactive-pricing__box {
    font-size: medium;
    position: relative;
    display: inline-block;
    max-width: 350px;
    min-width: 225px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}

.interactive-pricing__box .plan-price-monthly,
.interactive-pricing__box hr {
    display: none
}

.interactive-pricing__box-header {
    margin-top: 27.5px;
    color: #444b58;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.375rem;
    text-transform: uppercase;
    white-space: nowrap
}

.interactive-pricing__box-sub-header {
    font-size: 12px;
    height: 17px
}

.interactive-pricing__box-sub-header .tooltipstered:after {
    content: "?";
    width: 12px;
    height: 12px;
    background: #a6aeba;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    padding-left: .5px;
    font-size: 10px
}

.interactive-pricing__box-price-text {
    font-size: 0
}

.interactive-pricing__box-currency {
    top: -22px;
    font-size: 1.875rem;
    vertical-align: baseline
}

.interactive-pricing__box-price-annual,
.interactive-pricing__box-price-monthly {
    font-size: 3.75rem
}

.interactive-pricing__box-term-annual,
.interactive-pricing__box-term-monthly {
    min-height: 1.375rem;
    text-transform: capitalize
}

.interactive-pricing__box-price-monthly,
.interactive-pricing__box-term-monthly {
    display: none
}

.interactive-pricing__box-frequency {
    display: inline-block;
    font-size: 1rem
}

.interactive-pricing__box-savings {
    margin-top: 6px;
    color: #6dd200;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    min-height: 1.5rem;
    line-height: 1.5rem
}

.interactive-pricing__box-savings--hide {
    visibility: hidden
}

.interactive-pricing__box-snipe {
    margin-top: -35px;
    height: 35px;
    width: 100%;
    line-height: 2.1875rem;
    text-transform: uppercase;
    color: #fff
}

.interactive-pricing__box-button {
    margin: 26px auto 30px
}

.interactive-pricing__box-button>a {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 2.375rem;
    border-radius: 19px;
    border: 2px solid #333;
    box-sizing: border-box;
    padding: 7px 45px;
    color: #444b58
}

.interactive-pricing__box-button>a:hover {
    text-decoration: none
}

.interactive-pricing__box-below {
    margin-bottom: 45px
}

.interactive-pricing__box-contact-sales {
    text-decoration: underline;
    color: #444b58
}

.interactive-pricing__box--highlight {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    min-height: 307px;
    background: #f9f9f9;
    z-index: 2
}

.interactive-pricing__plan-wrapper {
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    margin: 15px 0 11px
}

.interactive-pricing__plan-price {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0
}

.interactive-pricing__plan-price span {
    font-size: 3.75rem
}

.interactive-pricing__plan-price sup {
    font-size: 22px;
    top: -26px
}

.interactive-pricing__plan--monthly {
    display: none
}

.interactive-pricing__plan-per {
    margin: 0 10px 0 4px;
    font-size: 2.5rem
}

.interactive-pricing__plan-unit-wrapper {
    display: inline-block;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif
}

.interactive-pricing__plan-date,
.interactive-pricing__plan-unit {
    font-size: 1rem;
    line-height: 1.125rem
}

.interactive-pricing__plan[data-date-type=annual] {
    display: none
}

.interactive-pricing__list {
    max-width: 350px;
    min-width: 225px;
    font-size: medium;
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    text-align: left
}

.interactive-pricing__list ul {
    max-width: 275px;
    margin: 0 auto;
    margin-left: 45px
}

.interactive-pricing__list-host {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700
}

.interactive-pricing__list-participant {
    max-width: 275px;
    text-align: center;
    margin: auto auto 30px
}

.interactive-pricing__list-participant-number {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 2.125rem
}

.interactive-pricing__list-participant-label {
    font-size: 1rem;
    line-height: 1.4375rem
}

.interactive-pricing__item {
    list-style-position: outside;
    margin: 15px 0;
    cursor: pointer;
    line-height: 1.5rem;
    font-size: 1rem
}

.interactive-pricing__item:before {
    color: #6dd200;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-family: web-icons;
    content: "\e91b";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: sub;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -28px
}

.interactive-pricing__item--strike {
    color: #e6e6e6
}

.interactive-pricing__item--strike .tooltip,
.interactive-pricing__item--strike .tooltip-modal,
.interactive-pricing__item--strike span {
    text-decoration: line-through
}

.interactive-pricing__item .tooltip-modal>span,
.interactive-pricing__item .tooltip>span {
    margin-right: 5px
}

.interactive-pricing__item .tooltip-modal:after,
.interactive-pricing__item .tooltip:after {
    content: url(../../../../resource/assets/images/med/features-info-active.8884ea9da32758ce8cdbfdac46d7fff9.svg);
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle
}

.interactive-pricing__newtag {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding: 0 10px;
    color: #fff;
    background-color: #f89d1d;
    transform: skew(-20deg);
    height: 24px;
    width: auto;
    font-size: .875rem;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif
}

.interactive-pricing__newtag span {
    transform: skew(20deg);
    display: inline-block;
    text-transform: uppercase
}

.interactive-pricing__row {
    display: none
}

.interactive-pricing__item--strike:before {
    color: #e6e6e6
}

.interactive-pricing__item--strike .interactive-pricing__newtag {
    background-color: #efefef
}

.interactive-pricing__item--strike .tooltip-modal:after,
.interactive-pricing__item--strike .tooltip:after {
    content: url(../../../../resource/assets/images/med/features-info-non-active.1b4e8696c08944a57ba9adca36994a2a.svg)
}

.interactive-pricing--monthly .interactive-pricing__toggle .term-toggle-btn:after {
    transform: translateX(-50px)
}

.interactive-pricing--monthly .interactive-pricing__toggle--monthly-label {
    color: #444b58;
    text-decoration: underline
}

.interactive-pricing--monthly .interactive-pricing__toggle--annual-label {
    color: #8c8c8c;
    text-decoration: none
}

.interactive-pricing--monthly .interactive-pricing__toggle--savings {
    color: #8c8c8c
}

.interactive-pricing--monthly .interactive-pricing__box-price-annual,
.interactive-pricing--monthly .interactive-pricing__box-term-annual,
.interactive-pricing--monthly .interactive-pricing__box .plan-price-annual {
    display: none
}

.interactive-pricing--monthly .interactive-pricing__box-price-monthly,
.interactive-pricing--monthly .interactive-pricing__box .plan-price-monthly {
    display: inline
}

.interactive-pricing--monthly .interactive-pricing__box-term-monthly {
    display: block
}

.interactive-pricing--monthly .interactive-pricing__box-savings {
    visibility: hidden
}

.interactive-pricing--monthly .interactive-pricing__box-frequency:before,
.interactive-pricing--monthly .interactive-pricing__box .plan-price__frequency:before {
    content: attr(data-frequency-month)
}

.interactive-pricing--monthly .interactive-pricing__box-frequency>div,
.interactive-pricing--monthly .interactive-pricing__box .plan-price__frequency>div,
.interactive-pricing--monthly .interactive-pricing__plan--annual {
    display: none
}

.interactive-pricing--monthly .interactive-pricing__plan--monthly {
    display: inherit
}

.interactive-pricing--monthly .interactive-pricing__footer {
    display: none
}

.interactive-pricing--hide-border .interactive-pricing__boxes,
.interactive-pricing--hide-border .interactive-pricing__lists {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.interactive-pricing--hide-border .interactive-pricing__box,
.interactive-pricing--hide-border .interactive-pricing__list {
    margin: 0 10px
}

.interactive-pricing--hide-border .interactive-pricing__toggle {
    border-top: none;
    padding-top: 23px
}

.interactive-pricing--trial-conversion {
    margin-bottom: 60px;
    padding: 30px 0
}

.interactive-pricing--trial-conversion .interactive-pricing__box,
.interactive-pricing--trial-conversion .interactive-pricing__list {
    margin: 0 4px;
    max-width: 324px
}

.interactive-pricing--trial-conversion .interactive-pricing__box:first-child,
.interactive-pricing--trial-conversion .interactive-pricing__list:first-child {
    margin-left: 0
}

.interactive-pricing--trial-conversion .interactive-pricing__box:last-child,
.interactive-pricing--trial-conversion .interactive-pricing__list:last-child {
    margin-right: 0
}

.interactive-pricing--trial-conversion .interactive-pricing__box ul,
.interactive-pricing--trial-conversion .interactive-pricing__list ul {
    margin-left: 30px;
    padding-left: 30px
}

.interactive-pricing--trial-conversion .interactive-pricing__box-participant,
.interactive-pricing--trial-conversion .interactive-pricing__list-participant {
    text-align: left;
    margin-left: 60px;
    margin-bottom: 15px
}

.interactive-pricing--trial-conversion .interactive-pricing__lists {
    overflow: hidden;
    padding: 0;
    margin: 40px 30px 0;
    max-height: 900px
}

.interactive-pricing--trial-conversion .interactive-pricing__boxes {
    margin: 35px 30px 0
}

.interactive-pricing--trial-conversion .interactive-pricing__boxes:before {
    content: none
}

.interactive-pricing--trial-conversion .interactive-pricing__box {
    height: auto;
    border: 1.5px solid #dddedf;
    margin: 0 4px;
    max-width: 324px;
    padding: 30px 0
}

.interactive-pricing--trial-conversion .interactive-pricing__box hr {
    display: block;
    margin: 24px 30px 0;
    border-color: #d1d2d3
}

.interactive-pricing--trial-conversion .interactive-pricing__box--highlight {
    box-shadow: none;
    background: inherit;
    min-height: unset
}

.interactive-pricing--trial-conversion .interactive-pricing__box--highlight a {
    border: 2px solid #65c6ff
}

.interactive-pricing--trial-conversion .interactive-pricing__box--highlight .interactive-pricing__box-button {
    padding-bottom: 0
}

.interactive-pricing--trial-conversion .interactive-pricing__box-header {
    line-height: 24px;
    font-size: 20px;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    margin: 0
}

.interactive-pricing--trial-conversion .interactive-pricing__box-savings,
.interactive-pricing--trial-conversion .interactive-pricing__box-term-annual,
.interactive-pricing--trial-conversion .interactive-pricing__box-term-monthly {
    line-height: 16px;
    height: 16px;
    min-height: unset
}

.interactive-pricing--trial-conversion .interactive-pricing__box-savings {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    margin-top: 15px;
    color: #15d8a0
}

.interactive-pricing--trial-conversion .interactive-pricing__box-snipe {
    font-size: 16px;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    position: absolute;
    top: 0;
    left: -1.5px;
    width: calc(100% + 3px)
}

.interactive-pricing--trial-conversion .interactive-pricing__box-button {
    margin: 26px auto 0
}

.interactive-pricing--trial-conversion .interactive-pricing__box-button>a {
    color: #999;
    border-color: #999
}

.interactive-pricing--trial-conversion .interactive-pricing__box-currency {
    top: -20px
}

.interactive-pricing--trial-conversion .interactive-pricing__plan {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif
}

.interactive-pricing--trial-conversion .interactive-pricing__plan-wrapper {
    margin: 0;
    margin-top: 9px
}

.interactive-pricing--trial-conversion .interactive-pricing__plan-date,
.interactive-pricing--trial-conversion .interactive-pricing__plan-unit {
    font-size: 12px;
    line-height: 14px
}

.interactive-pricing--trial-conversion .interactive-pricing__plan-per {
    margin: 0 4px;
    margin-left: 0;
    font-size: 36px
}

.interactive-pricing--trial-conversion .interactive-pricing__item:before {
    color: #15d8a0
}

.interactive-pricing--trial-conversion .interactive-pricing__toggle--savings {
    color: #11d099;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif
}

.interactive-pricing--four-wide .interactive-pricing__box,
.interactive-pricing--four-wide .interactive-pricing__list,
.interactive-pricing--four-wide .interactive-pricing__tab {
    width: 25%
}

.interactive-pricing--four-wide .interactive-pricing__toggle-lists {
    display: none
}

.interactive-pricing.interactive-pricing--trial-conversion.interactive-pricing--four-wide .interactive-pricing__box {
    min-width: 210px
}

.interactive-pricing--discount .spinner__increment {
    background-image: url(../../../../resource/assets/images/med/icon_plus_onstate.8990af7e4f3250708594a2edbada0c2a.svg)
}

.interactive-pricing--discount .spinner__decrement {
    background-image: url(../../../../resource/assets/images/med/icon_minus_onstate.cb680fb3dbd6672f27d850f2d2213479.svg)
}

.interactive-pricing--discount .spinner__decrement.active {
    background-image: url(../../../../resource/assets/images/med/icon_gray_minus_hover.3871fcfa02779d33c81266232151e376.svg)
}

.interactive-pricing--discount .interactive-pricing__boxes {
    margin-top: 75px
}

.interactive-pricing--discount .interactive-pricing__box-original {
    min-height: 31px
}

.interactive-pricing--discount .interactive-pricing__box-savings {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.1875rem;
    height: 19px
}

.interactive-pricing--discount .interactive-pricing__box-savings.active {
    color: #d1d2d3;
    text-decoration: line-through
}

.interactive-pricing--discount .interactive-pricing__box-discretion {
    margin-top: 26px;
    font-size: .75rem;
    line-height: .9375rem;
    height: 15;
    color: #8c8c8c
}

.interactive-pricing--discount .interactive-pricing__box>hr {
    color: #d1d2d3;
    display: block;
    max-width: 242px
}

.interactive-pricing--discount .interactive-pricing__box-tooltip {
    height: 46px;
    max-width: 250px;
    white-space: normal;
    text-align: center;
    margin: 0 auto;
    color: #444b58;
    line-height: 1.4375rem
}

.interactive-pricing--discount .interactive-pricing__box-tooltip .tooltipstered:before {
    content: " ";
    width: 14px;
    height: 14px;
    margin-right: 4px;
    vertical-align: baseline;
    display: inline-block;
    background-size: 100%;
    line-height: 1.4375rem;
    background-image: url(../../../../resource/assets/images/med/icon_info.0a4c698c3ea4243ee189fdeff861d8e3.svg)
}

.interactive-pricing--discount .interactive-pricing__box-spinner {
    margin-top: 30px
}

.interactive-pricing--discount .interactive-pricing__box-spinner .spinner__input {
    margin: 0 10px
}

.interactive-pricing--discount .interactive-pricing__box-spinner .spinner__input input[type=number] {
    height: 40px;
    border-radius: 4px;
    border-style: none;
    border: 1px solid #d1d2d3
}

.interactive-pricing--discount .interactive-pricing__box-button {
    margin-bottom: 60px
}

.interactive-pricing--feature-lists {
    padding: 60px 0
}

.interactive-pricing--feature-lists .interactive-pricing__list-participant {
    display: none
}

.interactive-pricing--feature-lists .interactive-pricing__toggle-lists {
    display: none;
    margin-top: 30px
}

.interactive-pricing--feature-lists .interactive-pricing__toggle-lists #pricing-toggle-close,
.interactive-pricing--feature-lists .interactive-pricing__toggle-lists.active #pricing-toggle-open {
    display: none
}

.interactive-pricing--feature-lists .interactive-pricing__toggle-lists.active #pricing-toggle-close {
    display: inline
}

.interactive-pricing--feature-lists .interactive-pricing__lists {
    margin: 0
}

.interactive-pricing--bordered .interactive-pricing__boxes {
    max-width: 1500px;
    margin: 35px auto;
    background-image: none;
    -ms-flex-align: start;
    align-items: flex-start
}

.interactive-pricing--bordered .interactive-pricing__row .box-container {
    background: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start
}

.interactive-pricing--bordered .interactive-pricing__boxes {
    white-space: normal
}

.interactive-pricing--bordered .interactive-pricing__box {
    border: 1px solid #ded4d5;
    max-width: 325px;
    margin: 5px;
    background: #f9f9f9
}

.interactive-pricing--bordered .interactive-pricing__box-text {
    display: block;
    white-space: pre-wrap;
    line-height: 1.5rem;
    margin-top: 15px;
    padding: 0 20px;
    min-height: 100px
}

.interactive-pricing--bordered .interactive-pricing__box-hr {
    display: block;
    border-width: 2px;
    margin: 20px 30px
}

.interactive-pricing--bordered .interactive-pricing__box-snipe {
    background: #15d8a0!important
}

.interactive-pricing--bordered .interactive-pricing__box-sub-header {
    font-size: 1rem
}

.interactive-pricing--bordered .interactive-pricing__box-header {
    text-transform: none;
    font-size: 1.625rem;
    line-height: 2rem
}

.interactive-pricing--bordered .interactive-pricing__box-savings {
    color: #15d8a0
}

.interactive-pricing--bordered .interactive-pricing__box--text .interactive-pricing__box-savings,
.interactive-pricing--bordered .interactive-pricing__box--text .interactive-pricing__box-term-annual,
.interactive-pricing--bordered .interactive-pricing__box--text .interactive-pricing__box-term-monthly {
    display: none
}

.interactive-pricing--bordered .interactive-pricing__box--text hr {
    display: block;
    margin: 20px 30px 12px;
    border-width: 2px
}

.interactive-pricing--bordered .interactive-pricing__box--highlight {
    max-width: 375px;
    min-width: 275px;
    background: #fff
}

.interactive-pricing--bordered .interactive-pricing__box--highlight .interactive-pricing__box-header {
    font-size: 2.25rem;
    line-height: 2.375rem;
    margin-top: 22px
}

.interactive-pricing--bordered .interactive-pricing__box-list {
    padding: 0 5px;
    margin: 0
}

.interactive-pricing--bordered .interactive-pricing__box-list li {
    margin-bottom: 15px
}

.interactive-pricing--bordered .interactive-pricing__box-list li:last-child {
    margin-bottom: 0
}

.interactive-pricing--bordered .interactive-pricing__toggle {
    padding: 20px 0;
    border-top: none
}

.interactive-pricing--bordered .interactive-pricing__toggle--savings {
    color: #15d8a0
}

.interactive-pricing--bordered .interactive-pricing__list-participant {
    margin: auto auto 20px
}

@media only screen and (min-width:767px) and (max-width:992px) {
    .interactive-pricing__boxes:before {
        height: 275px
    }
    .interactive-pricing__boxes .interactive-pricing__box-header {
        font-size: 1.25rem
    }
    .interactive-pricing__boxes .interactive-pricing__box-currency {
        font-size: 1.375rem
    }
    .interactive-pricing__boxes .interactive-pricing__box-frequency,
    .interactive-pricing__boxes .interactive-pricing__box-savings {
        font-size: .875rem
    }
    .interactive-pricing__boxes .interactive-pricing__box-price-annual,
    .interactive-pricing__boxes .interactive-pricing__box-price-monthly {
        font-size: 3.125rem
    }
    .interactive-pricing__boxes .interactive-pricing__box-button {
        bottom: 18px
    }
    .interactive-pricing__plan-wrapper {
        margin: 15px 0 11px
    }
    .interactive-pricing__plan-price span {
        font-size: 3.125rem
    }
    .interactive-pricing__plan-price sup {
        font-size: 1.375rem
    }
    .interactive-pricing__plan-per {
        margin: 0 7px 0 4px;
        font-size: 2.3125rem
    }
    .interactive-pricing__plan-unit-wrapper {
        line-height: .625rem;
        font-size: .625rem
    }
    .interactive-pricing__plan-date,
    .interactive-pricing__plan-unit {
        font-size: .875rem;
        line-height: 1.0625rem
    }
    .interactive-pricing__toggle-annual-label,
    .interactive-pricing__toggle-monthly-label,
    .interactive-pricing__toggle-savings {
        font-size: .875rem;
        line-height: .875rem
    }
    .interactive-pricing__lists {
        margin: 25px 30px 30px;
        padding: 0
    }
    .interactive-pricing__lists .interactive-pricing__list-participant {
        text-align: center;
        padding-left: 0;
        margin-bottom: 25px
    }
    .interactive-pricing__lists .interactive-pricing__list-participant-number {
        font-family: Lato-Bold, Arial, Helvetica, sans-serif;
        font-size: 1.25rem;
        line-height: 1.875rem
    }
    .interactive-pricing__lists .interactive-pricing__list-participant-label {
        margin-left: 5px;
        font-size: .875rem;
        line-height: 1.3125rem
    }
    .interactive-pricing__newtag {
        font-size: .875rem
    }
    .interactive-pricing__lists .interactive-pricing__item {
        font-size: .875rem;
        line-height: 1.375rem;
        margin: 0 0 20px
    }
    .interactive-pricing__lists .interactive-pricing__item:before {
        font-size: 1.375rem;
        line-height: 1.375rem;
        margin-left: -25px
    }
    .interactive-pricing__lists .interactive-pricing__item .tooltip-modal>span,
    .interactive-pricing__lists .interactive-pricing__item .tooltip>span {
        margin-right: 4px
    }
    .interactive-pricing__lists .interactive-pricing__item .tooltip-modal:after,
    .interactive-pricing__lists .interactive-pricing__item .tooltip:after {
        top: 0;
        width: 14px;
        height: 14px;
        font-size: .8em;
        line-height: 14px
    }
    .interactive-pricing__newtag {
        height: 22px
    }
    .interactive-pricing__footer {
        padding: 0 0 56px!important;
        font-size: .875rem
    }
    .interactive-pricing__row {
        display: block;
        text-align: center
    }
    .interactive-pricing__row .interactive-pricing__box,
    .interactive-pricing__row .interactive-pricing__list {
        width: 33%
    }
    .interactive-pricing__row .box-container {
        background: #f9f9f9
    }
    .interactive-pricing__row .box-container .interactive-pricing__box:after {
        transition: opacity .5s ease-in-out;
        opacity: 0
    }
    .interactive-pricing__row .box-container.active .interactive-pricing__box:after {
        opacity: 1
    }
    .interactive-pricing__row .box-container.active .interactive-pricing__box--highlight#tab-2,
    .interactive-pricing__row .box-container.active .interactive-pricing__box--highlight#tab-3 {
        transition: margin-top .5s ease-in-out;
        margin-top: 12px
    }
    .interactive-pricing__row .feature-container {
        transition: max-height .5s ease-in-out, margin .5s ease-in-out;
        overflow: hidden;
        margin: 40px 0;
        max-height: 900px
    }
    .interactive-pricing__row .feature-container.active {
        margin: 0;
        max-height: 0
    }
    .interactive-pricing--trial-conversion .interactive-pricing__plan-wrapper {
        margin-top: 7px
    }
    .interactive-pricing--trial-conversion .interactive-pricing__box {
        padding: 18px 0 20px
    }
    .interactive-pricing--trial-conversion .interactive-pricing__box hr {
        margin-top: 18px
    }
    .interactive-pricing--trial-conversion .interactive-pricing__box-header {
        font-size: 1.25rem
    }
    .interactive-pricing--trial-conversion .interactive-pricing__box-savings {
        height: 14px
    }
    .interactive-pricing--trial-conversion .interactive-pricing__box-button {
        margin-top: 19px
    }
    .interactive-pricing--trial-conversion .interactive-pricing__lists {
        margin: 25px 15px 0
    }
    .interactive-pricing--trial-conversion .interactive-pricing__lists .interactive-pricing__item {
        margin: 0 0 10px
    }
    .interactive-pricing--trial-conversion .interactive-pricing__list-participant {
        margin-left: 0
    }
    .interactive-pricing--trial-conversion .interactive-pricing__list ul {
        margin-left: 15px
    }
    .interactive-pricing--four-wide .interactive-pricing__boxes,
    .interactive-pricing--four-wide .interactive-pricing__lists {
        display: none
    }
    .interactive-pricing--four-wide .interactive-pricing__toggle {
        margin-bottom: 32px
    }
    .interactive-pricing--four-wide .interactive-pricing__toggle-lists {
        display: block;
        transition: margin .5s linear;
        margin: 32px 0
    }
    .interactive-pricing--four-wide .interactive-pricing__toggle-lists:after {
        transform: rotateX(180deg)
    }
    .interactive-pricing--four-wide .interactive-pricing__toggle-lists #pricing-toggle-open {
        display: none
    }
    .interactive-pricing--four-wide .interactive-pricing__toggle-lists.active:after {
        transform: rotateX(0deg)
    }
    .interactive-pricing--four-wide .interactive-pricing__toggle-lists.active #pricing-toggle-open {
        display: initial
    }
    .interactive-pricing--four-wide .interactive-pricing__toggle-lists.active #pricing-toggle-close {
        display: none
    }
    .interactive-pricing--four-wide .interactive-pricing__box:after {
        content: "";
        position: absolute;
        margin: auto
    }
    .interactive-pricing.interactive-pricing--trial-conversion.interactive-pricing--four-wide .interactive-pricing__boxes,
    .interactive-pricing.interactive-pricing--trial-conversion.interactive-pricing--four-wide .interactive-pricing__lists {
        display: -ms-flexbox;
        display: flex
    }
    .interactive-pricing.interactive-pricing--trial-conversion.interactive-pricing--four-wide .interactive-pricing__box,
    .interactive-pricing.interactive-pricing--trial-conversion.interactive-pricing--four-wide .interactive-pricing__list {
        min-width: 165px
    }
    .interactive-pricing.interactive-pricing--trial-conversion.interactive-pricing--four-wide .interactive-pricing__box,
    .interactive-pricing.interactive-pricing--trial-conversion.interactive-pricing--four-wide .interactive-pricing__box--highlight {
        height: 100%
    }
    .interactive-pricing.interactive-pricing--trial-conversion.interactive-pricing--four-wide .interactive-pricing__plan sup {
        font-size: 16px;
        top: -12px
    }
    .interactive-pricing.interactive-pricing--trial-conversion.interactive-pricing--four-wide .interactive-pricing__plan span {
        font-size: 32px
    }
    .interactive-pricing.interactive-pricing--trial-conversion.interactive-pricing--four-wide .interactive-pricing__plan-per {
        font-size: 30px
    }
    .interactive-pricing.interactive-pricing--trial-conversion.interactive-pricing--four-wide .interactive-pricing__plan-date,
    .interactive-pricing.interactive-pricing--trial-conversion.interactive-pricing--four-wide .interactive-pricing__plan-unit {
        font-size: 11px;
        line-height: 12px
    }
    .interactive-pricing--top-right .interactive-pricing__box#tab-0:after {
        background: linear-gradient(90deg, #f9f9f9 0, #8f949b 50%, #f9f9f9);
        width: 70%;
        height: 2px;
        left: 0;
        right: 0;
        bottom: -11px
    }
    .interactive-pricing--top-right .interactive-pricing__box#tab-2:after {
        background: linear-gradient(180deg, #f9f9f9 0, #8f949b 50%, #f9f9f9);
        width: 2px;
        height: 70%;
        top: 0;
        right: -2px;
        bottom: 0
    }
    .interactive-pricing--top-left .interactive-pricing__box#tab-1:after {
        background: linear-gradient(90deg, #f9f9f9 0, #8f949b 50%, #f9f9f9);
        width: 70%;
        height: 2px;
        left: 0;
        right: 0;
        bottom: -11px
    }
    .interactive-pricing--top-left .interactive-pricing__box#tab-2:after {
        background: linear-gradient(180deg, #f9f9f9 0, #8f949b 50%, #f9f9f9);
        width: 2px;
        height: 70%;
        top: 0;
        right: -2px;
        bottom: 0
    }
    .interactive-pricing--bottom-right .interactive-pricing__box#tab-0:after {
        background: linear-gradient(90deg, #f9f9f9 0, #8f949b 50%, #f9f9f9);
        width: 70%;
        height: 2px;
        left: 0;
        right: 0;
        bottom: -11px
    }
    .interactive-pricing--bottom-right .interactive-pricing__box#tab-1:after {
        background: linear-gradient(180deg, #f9f9f9 0, #8f949b 50%, #f9f9f9);
        width: 2px;
        height: 70%;
        top: 0;
        left: -2px;
        bottom: 0
    }
    .interactive-pricing--bottom-left .interactive-pricing__box#tab-0:after {
        background: linear-gradient(180deg, #f9f9f9 0, #8f949b 50%, #f9f9f9);
        width: 2px;
        height: 70%;
        top: 0;
        right: -2px;
        bottom: 0
    }
    .interactive-pricing--bottom-left .interactive-pricing__box#tab-3:after {
        background: linear-gradient(90deg, #f9f9f9 0, #8f949b 50%, #f9f9f9);
        width: 70%;
        height: 2px;
        left: 0;
        right: 0;
        top: -11px
    }
    .interactive-pricing--discount .interactive-pricing__box {
        padding: 0 10px
    }
    .interactive-pricing--discount .interactive-pricing__box-snipe {
        margin: -35px -10px 0;
        width: calc(100% + 20px)
    }
    .interactive-pricing--feature-lists .interactive-pricing__list ul {
        margin-left: 15px
    }
    .interactive-pricing--feature-lists .interactive-pricing__lists {
        margin: 0 30px
    }
}

@media only screen and (max-width:767px) {
    .interactive-pricing__toggle .term-toggle-btn {
        width: 70px;
        height: 27px
    }
    .interactive-pricing__toggle .term-toggle-btn:after {
        width: 23px;
        height: 23px
    }
    .interactive-pricing__toggle--annual-label,
    .interactive-pricing__toggle--monthly-label,
    .interactive-pricing__toggle--savings {
        font-size: .875rem
    }
    .interactive-pricing__plan-wrapper {
        margin: 5px 0 1px
    }
    .interactive-pricing__plan-price span {
        font-size: 3.125rem
    }
    .interactive-pricing__plan-price sup {
        font-size: 1.375rem
    }
    .interactive-pricing__plan-per {
        margin: 0 10px 0 4px;
        font-size: 2.3125rem
    }
    .interactive-pricing__plan-unit-wrapper {
        line-height: .625rem;
        font-size: .625rem
    }
    .interactive-pricing__plan-date,
    .interactive-pricing__plan-unit {
        font-size: .875rem;
        line-height: 1.0625rem
    }
    .interactive-pricing__box {
        display: block;
        margin: 0 auto;
        height: auto;
        background: #f9f9f9
    }
    .interactive-pricing__box-button {
        margin: 30px auto
    }
    .interactive-pricing__box-snipe {
        font-size: .875rem
    }
    .interactive-pricing__boxes {
        margin-top: 0
    }
    .interactive-pricing__boxes:before {
        content: none
    }
    .interactive-pricing__tabs {
        display: block
    }
    .interactive-pricing__tab {
        min-width: 75px;
        max-width: none;
        font-size: .75rem;
        font-family: Lato-Bold, Arial, Helvetica, sans-serif
    }
    .interactive-pricing__lists {
        margin-top: 25px
    }
    .interactive-pricing__list {
        width: 100%;
        max-width: none
    }
    .interactive-pricing__list ul {
        margin: 0 auto
    }
    .interactive-pricing__list-participant {
        text-align: center;
        padding-left: 0;
        margin-bottom: 18px
    }
    .interactive-pricing__box,
    .interactive-pricing__list {
        display: initial;
    }
    .interactive-pricing__box.active,
    .interactive-pricing__list.active {
        display: inline-block
    }
    .interactive-pricing__boxes {
        padding: 0
    }
    .interactive-pricing__box {
        max-width: none;
        max-height: none;
        width: 100%
    }
    .interactive-pricing__box-header {
        font-family: Lato-Bold, Arial, Helvetica, sans-serif;
        margin-top: 27px;
        font-size: 1rem;
        line-height: 1.375rem
    }
    .interactive-pricing__box-currency {
        font-size: 1rem
    }
    .interactive-pricing__box-price-text {
        margin-top: 12px
    }
    .interactive-pricing__box-price-annual,
    .interactive-pricing__box-price-monthly {
        font-size: 2.8125rem
    }
    .interactive-pricing__box-frequency {
        font-size: .875rem
    }
    .interactive-pricing__box-savings,
    .interactive-pricing__box-term-annual,
    .interactive-pricing__box-term-monthly {
        margin-top: 15px;
        min-height: .875rem;
        line-height: .875rem;
        font-size: .875rem
    }
    .interactive-pricing__box-button {
        bottom: 0;
        position: relative
    }
    .interactive-pricing__box--highlight {
        background: #f9f9f9;
        max-height: none;
        height: 100%
    }
    .interactive-pricing__box--highlight .interactive-pricing__box-button {
        padding-bottom: 0
    }
    .interactive-pricing__list ul {
        min-width: 300px;
        max-width: 350px
    }
    .interactive-pricing__item {
        font-size: .875rem
    }
    .interactive-pricing__item:before {
        position: absolute;
        margin-left: -26px
    }
    .interactive-pricing__item .tooltip:after {
        top: 0;
        width: 14px;
        height: 14px;
        font-size: .8em;
        line-height: 14px
    }
    .interactive-pricing__footer {
        font-size: .875rem
    }
    .interactive-pricing__newtag {
        height: 22px
    }
    .interactive-pricing--half .interactive-pricing__tab {
        width: 50%
    }
    .interactive-pricing--monthly .interactive-pricing__toggle .term-toggle-btn:after {
        transform: translateX(-43px)
    }
    .interactive-pricing--trial-conversion {
        margin-bottom: 30px;
        margin-top: 0
    }
    .interactive-pricing--trial-conversion .interactive-pricing__box {
        margin: 15px 0 0
    }
    .interactive-pricing--trial-conversion .interactive-pricing__box-header {
        margin: 0 0 18px;
        line-height: 1rem
    }
    .interactive-pricing--trial-conversion .interactive-pricing__box-term-annual,
    .interactive-pricing--trial-conversion .interactive-pricing__box-term-monthly {
        margin-top: 3px;
        line-height: .875rem
    }
    .interactive-pricing--trial-conversion .interactive-pricing__box-savings {
        line-height: .875rem;
        height: 14px
    }
    .interactive-pricing--trial-conversion .interactive-pricing__box-button {
        margin: 20px auto 0
    }
    .interactive-pricing--four-wide .interactive-pricing__box,
    .interactive-pricing--four-wide .interactive-pricing__list {
        width: 100%
    }
    .interactive-pricing--discount .interactive-pricing__boxes {
        margin-top: 0
    }
    .interactive-pricing--feature-lists .interactive-pricing__list {
        display: block
    }
    .interactive-pricing--feature-lists .interactive-pricing__item.hidden-mobile {
        display: none
    }
    .interactive-pricing--feature-lists .interactive-pricing__toggle-lists {
        display: block
    }
    .interactive-pricing--bordered .plan-price__currency {
        top: -20px
    }
}

.section-header--bordered-pricing .section-header__subheadline {
    margin-bottom: 20px
}

.section-header--bordered-pricing .section-header__button>a {
    color: #586474;
    text-decoration: underline
}

.section-header--interactive-pricing.section-header {
    padding: 40px 30px;
    position: relative;
    max-width: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.section-header--interactive-pricing h4.section-header__eyebrow {
    margin-bottom: 30px
}

.section-header--interactive-pricing h2.section-header__headline {
    margin-bottom: 9px;
    font-size: 2.25rem;
    line-height: 2.25rem
}

.section-header--interactive-pricing .section-header__button {
    margin-top: 35px
}

.section-header--interactive-pricing .section-header__button>a {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    line-height: .8125rem;
    font-size: 1rem;
    height: 40px;
    border-radius: 19px;
    border: 2px solid #333;
    box-sizing: border-box;
    color: #444b58;
    display: inline-block;
    white-space: nowrap;
    line-height: 13px;
    padding: 12px 20px
}

.section-header--interactive-pricing .section-header__button>a:hover {
    text-decoration: none
}

@media only screen and (min-width:767px) and (max-width:992px) {
    .section-header--interactive-pricing h2.section-header__headline {
        font-size: 2.0625rem;
        line-height: 2.0625rem
    }
}

@media only screen and (max-width:767px) {
    .section-header--interactive-pricing h2.section-header__headline {
        font-size: 1.75rem;
        line-height: 2.25rem
    }
}

.g2m .interactive-pricing__box-snipe {
    background: #5766B9;
}

.g2m .interactive-pricing__box--highlight .interactive-pricing__box-button>a,
.g2m .interactive-pricing__box-button>a:hover {
    background: #5766B9;
    border-color: #5766B9;
    color: #fff
}

.g2m .interactive-pricing__box--highlight .interactive-pricing__box-button>a:hover {
    background: #4C4D7D;
}

.g2m .interactive-pricing__tab.active {
    color: #fd7a2a;
    background: #fff
}

.g2m .interactive-pricing__footer a {
    color: #fd7a2a
}

.g2m .interactive-pricing--trial-conversion .interactive-pricing__tab.active {
    color: #0097e1
}

.g2m .interactive-pricing--trial-conversion .interactive-pricing__box-button>a {
    cursor: pointer;
    color: #444b58;
    border: 2px solid #444b58
}

.g2m .interactive-pricing--trial-conversion .interactive-pricing__box-button>a:hover {
    background: transparent;
    color: #444b58
}

.g2m .interactive-pricing--trial-conversion .interactive-pricing__box-snipe {
    background: #15d8a0
}

.g2m .interactive-pricing--trial-conversion .interactive-pricing__box--highlight .interactive-pricing__box-button>a,
.g2m .interactive-pricing--trial-conversion .interactive-pricing__box--highlight .interactive-pricing__box-button>a:hover {
    background: transparent
}

@media only screen and (max-width:767px) {
    .g2m .interactive-pricing__box--highlight .interactive-pricing>a,
    .g2m .interactive-pricing__box-button>a {
        color: #fd7a2a;
        border: 2px solid #fd7a2a;
        background: #f9f9f9
    }
    .g2m .interactive-pricing__box--highlight .interactive-pricing>a:hover,
    .g2m .interactive-pricing__box-button>a:hover {
        color: #fff;
        background: #fd7a2a
    }
}

.g2m .section-header--interactive-pricing .section-header__button>a:hover {
    background: #fd7a2a;
    border-color: #fd7a2a;
    color: #fff;
    text-decoration: none
}

.g2w .interactive-pricing__box-snipe {
    background: #0097e1
}

.g2w .interactive-pricing__box--highlight .interactive-pricing__box-button>a,
.g2w .interactive-pricing__box-button>a:hover {
    background: #0097e1;
    border-color: #0097e1;
    color: #fff
}

.g2w .interactive-pricing__box--highlight .interactive-pricing__box-button>a:hover {
    background: #0080bf
}

.g2w .interactive-pricing__tab.active {
    color: #0097e1;
    background: #fff
}

.g2w .interactive-pricing--trial-conversion .interactive-pricing__tab.active,
.g2w .interactive-pricing__footer a {
    color: #0097e1
}

.g2w .interactive-pricing--trial-conversion .interactive-pricing__box-button>a {
    cursor: pointer;
    color: #444b58;
    border: 2px solid #444b58
}

.g2w .interactive-pricing--trial-conversion .interactive-pricing__box-button>a:hover {
    background: transparent;
    color: #444b58
}

.g2w .interactive-pricing--trial-conversion .interactive-pricing__box-snipe {
    background: #15d8a0
}

.g2w .interactive-pricing--trial-conversion .interactive-pricing__box--highlight .interactive-pricing__box-button>a,
.g2w .interactive-pricing--trial-conversion .interactive-pricing__box--highlight .interactive-pricing__box-button>a:hover {
    background: transparent
}

@media only screen and (max-width:767px) {
    .g2w .interactive-pricing__box--highlight .interactive-pricing>a,
    .g2w .interactive-pricing__box-button>a {
        color: #0097e1;
        border: 2px solid #0097e1;
        background: #f9f9f9
    }
    .g2w .interactive-pricing__box--highlight .interactive-pricing>a:hover,
    .g2w .interactive-pricing__box-button>a:hover {
        color: #fff;
        background: #0097e1
    }
}

.g2w .section-header--interactive-pricing .section-header__button>a:hover {
    background: #0097e1;
    border-color: #0097e1;
    color: #fff;
    text-decoration: none
}

.g2t .interactive-pricing__box-snipe {
    background: #e33370
}

.g2t .interactive-pricing__box--highlight .interactive-pricing__box-button>a,
.g2t .interactive-pricing__box-button>a:hover {
    background: #e33370;
    border-color: #e33370;
    color: #fff
}

.g2t .interactive-pricing__box--highlight .interactive-pricing__box-button>a:hover {
    background: #a80f5e
}

.g2t .interactive-pricing__tab.active {
    color: #e33370;
    background: #fff
}

.g2t .interactive-pricing__footer a {
    color: #e33370
}

.g2t .interactive-pricing--trial-conversion .interactive-pricing__tab.active {
    color: #0097e1
}

.g2t .interactive-pricing--trial-conversion .interactive-pricing__box-button>a {
    cursor: pointer;
    color: #444b58;
    border: 2px solid #444b58
}

.g2t .interactive-pricing--trial-conversion .interactive-pricing__box-button>a:hover {
    background: transparent;
    color: #444b58
}

.g2t .interactive-pricing--trial-conversion .interactive-pricing__box-snipe {
    background: #15d8a0
}

.g2t .interactive-pricing--trial-conversion .interactive-pricing__box--highlight .interactive-pricing__box-button>a,
.g2t .interactive-pricing--trial-conversion .interactive-pricing__box--highlight .interactive-pricing__box-button>a:hover {
    background: transparent
}

@media only screen and (max-width:767px) {
    .g2t .interactive-pricing__box--highlight .interactive-pricing>a,
    .g2t .interactive-pricing__box-button>a {
        color: #e33370;
        border: 2px solid #e33370;
        background: #f9f9f9
    }
    .g2t .interactive-pricing__box--highlight .interactive-pricing>a:hover,
    .g2t .interactive-pricing__box-button>a:hover {
        color: #fff;
        background: #e33370
    }
}

.g2t .section-header--interactive-pricing .section-header__button>a:hover {
    background: #e33370;
    border-color: #e33370;
    color: #fff;
    text-decoration: none
}

.g2a .interactive-pricing__box-snipe {
    background: #165c7d
}

.g2a .interactive-pricing__box--highlight .interactive-pricing__box-button>a,
.g2a .interactive-pricing__box-button>a:hover {
    background: #165c7d;
    border-color: #165c7d;
    color: #fff
}

.g2a .interactive-pricing__box--highlight .interactive-pricing__box-button>a:hover {
    background: #2a969d
}

.g2a .interactive-pricing__tab.active {
    color: #165c7d;
    background: #fff
}

.g2a .interactive-pricing__footer a {
    color: #165c7d
}

.g2a .interactive-pricing--trial-conversion .interactive-pricing__tab.active {
    color: #0097e1
}

.g2a .interactive-pricing--trial-conversion .interactive-pricing__box-button>a {
    cursor: pointer;
    color: #444b58;
    border: 2px solid #444b58
}

.g2a .interactive-pricing--trial-conversion .interactive-pricing__box-button>a:hover {
    background: transparent;
    color: #444b58
}

.g2a .interactive-pricing--trial-conversion .interactive-pricing__box-snipe {
    background: #15d8a0
}

.g2a .interactive-pricing--trial-conversion .interactive-pricing__box--highlight .interactive-pricing__box-button>a,
.g2a .interactive-pricing--trial-conversion .interactive-pricing__box--highlight .interactive-pricing__box-button>a:hover {
    background: transparent
}

@media only screen and (max-width:767px) {
    .g2a .interactive-pricing__box--highlight .interactive-pricing>a,
    .g2a .interactive-pricing__box-button>a {
        color: #165c7d;
        border: 2px solid #165c7d;
        background: #f9f9f9
    }
    .g2a .interactive-pricing__box--highlight .interactive-pricing>a:hover,
    .g2a .interactive-pricing__box-button>a:hover {
        color: #fff;
        background: #165c7d
    }
}

.g2a .section-header--interactive-pricing .section-header__button>a:hover {
    background: #165c7d;
    border-color: #165c7d;
    color: #fff;
    text-decoration: none
}

.ov .interactive-pricing__box-snipe {
    background: #c287ff
}

.ov .interactive-pricing__box--highlight .interactive-pricing__box-button>a,
.ov .interactive-pricing__box-button>a:hover {
    background: #c287ff;
    border-color: #c287ff;
    color: #fff
}

.ov .interactive-pricing__box--highlight .interactive-pricing__box-button>a:hover {
    background: #7361af
}

.ov .interactive-pricing__tab.active {
    color: #c287ff;
    background: #fff
}

.ov .interactive-pricing__footer a {
    color: #c287ff
}

.ov .interactive-pricing--trial-conversion .interactive-pricing__tab.active {
    color: #0097e1
}

.ov .interactive-pricing--trial-conversion .interactive-pricing__box-button>a {
    cursor: pointer;
    color: #444b58;
    border: 2px solid #444b58
}

.ov .interactive-pricing--trial-conversion .interactive-pricing__box-button>a:hover {
    background: transparent;
    color: #444b58
}

.ov .interactive-pricing--trial-conversion .interactive-pricing__box-snipe {
    background: #15d8a0
}

.ov .interactive-pricing--trial-conversion .interactive-pricing__box--highlight .interactive-pricing__box-button>a,
.ov .interactive-pricing--trial-conversion .interactive-pricing__box--highlight .interactive-pricing__box-button>a:hover {
    background: transparent
}

@media only screen and (max-width:767px) {
    .ov .interactive-pricing__box--highlight .interactive-pricing>a,
    .ov .interactive-pricing__box-button>a {
        color: #c287ff;
        border: 2px solid #c287ff;
        background: #f9f9f9
    }
    .ov .interactive-pricing__box--highlight .interactive-pricing>a:hover,
    .ov .interactive-pricing__box-button>a:hover {
        color: #fff;
        background: #c287ff
    }
}

.ov .section-header--interactive-pricing .section-header__button>a:hover {
    background: #c287ff;
    border-color: #c287ff;
    color: #fff;
    text-decoration: none
}

.g2p .interactive-pricing__box-snipe {
    background: #97c958
}

.g2p .interactive-pricing__box--highlight .interactive-pricing__box-button>a,
.g2p .interactive-pricing__box-button>a:hover {
    background: #97c958;
    border-color: #97c958;
    color: #fff
}

.g2p .interactive-pricing__box--highlight .interactive-pricing__box-button>a:hover {
    background: #4e9d2d
}

.g2p .interactive-pricing__tab.active {
    color: #97c958;
    background: #fff
}

.g2p .interactive-pricing__footer a {
    color: #97c958
}

.g2p .interactive-pricing--trial-conversion .interactive-pricing__tab.active {
    color: #0097e1
}

.g2p .interactive-pricing--trial-conversion .interactive-pricing__box-button>a {
    cursor: pointer;
    color: #444b58;
    border: 2px solid #444b58
}

.g2p .interactive-pricing--trial-conversion .interactive-pricing__box-button>a:hover {
    background: transparent;
    color: #444b58
}

.g2p .interactive-pricing--trial-conversion .interactive-pricing__box-snipe {
    background: #15d8a0
}

.g2p .interactive-pricing--trial-conversion .interactive-pricing__box--highlight .interactive-pricing__box-button>a,
.g2p .interactive-pricing--trial-conversion .interactive-pricing__box--highlight .interactive-pricing__box-button>a:hover {
    background: transparent
}

@media only screen and (max-width:767px) {
    .g2p .interactive-pricing__box--highlight .interactive-pricing>a,
    .g2p .interactive-pricing__box-button>a {
        color: #97c958;
        border: 2px solid #97c958;
        background: #f9f9f9
    }
    .g2p .interactive-pricing__box--highlight .interactive-pricing>a:hover,
    .g2p .interactive-pricing__box-button>a:hover {
        color: #fff;
        background: #97c958
    }
}

.g2p .section-header--interactive-pricing .section-header__button>a:hover {
    background: #97c958;
    border-color: #97c958;
    color: #fff;
    text-decoration: none
}

.featherlight.html,
.featherlight.iframe,
.featherlight.image {
    background: rgba(3, 12, 28, .7)
}

.featherlight.html .featherlight-close-icon,
.featherlight.iframe .featherlight-close-icon,
.featherlight.image .featherlight-close-icon {
    font-size: 1.6875rem;
    top: -33px;
    right: -33px;
    color: #fff;
    background: none
}

.featherlight.html .featherlight-content,
.featherlight.iframe .featherlight-content,
.featherlight.image .featherlight-content {
    overflow: visible;
    border: 0
}

.featherlight.iframe {
    padding: 45px 100px
}

.featherlight.iframe .featherlight-content {
    width: 800px;
    height: 450px;
    background: #000;
    margin: 0
}

.featherlight.iframe .featherlight-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.featherlight.iframe.survey .featherlight-content {
    height: 100%;
    max-height: 100%
}

.featherlight.image .featherlight-content {
    background: #fff;
    pointer-events: none;
    padding: 25px
}

.featherlight.html .featherlight-content {
    background: #fff;
    padding: 20px;
    max-width: 450px
}

.featherlight.html .featherlight-content li {
    list-style: initial
}

.featherlight.auth-user .featherlight-content,
.featherlight.welcome-back .featherlight-content {
    background: #fff;
    max-width: 550px;
    height: inherit;
    border: none
}

.featherlight.auth-user .featherlight-close-icon,
.featherlight.hero-form .featherlight-close-icon {
    top: -40px;
    right: -4px
}

.featherlight.hero-form {
    position: absolute;
    padding: 0;
    background: none;
    height: 100%
}

.featherlight.hero-form:before {
    content: "";
    display: block;
    background: rgba(3, 12, 28, .7);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.featherlight.hero-form .featherlight-content {
    height: 100%;
    width: 100%;
    border: none
}

.featherlight.hero-form .modal--authenticated-user .modal__aux-details,
.featherlight.hero-form .modal--authenticated-user .modal__details,
.featherlight.hero-form .modal--authenticated-user .modal__divider {
    display: none
}

.featherlight.hero-form .modal--authenticated-user .modal__details--mobile {
    padding-bottom: 0;
    display: block
}

.featherlight.hero-form .modal--authenticated-user .modal__button {
    margin-bottom: 26px
}

.featherlight.next-gen .modal__heading {
    font-weight: 700
}

.featherlight.next-gen .modal>div,
.featherlight.next-gen .modal__button a {
    font-family: Arial, Helvetica, sans-serif
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .featherlight.iframe,
    .featherlight.image {
        padding: 33px 0 0
    }
    .featherlight.iframe .featherlight-content,
    .featherlight.image .featherlight-content {
        width: 100%
    }
    .featherlight.iframe .featherlight-close-icon,
    .featherlight.image .featherlight-close-icon {
        font-size: 1.6875rem;
        top: -28px;
        right: 4px
    }
    .featherlight.iframe .featherlight-content {
        min-width: 320px;
        min-height: 300px
    }
    .featherlight.image .featherlight-content {
        margin: 0
    }
    .featherlight.welcome-back .featherlight-close-icon {
        right: -28px
    }
    .featherlight.auth-user .featherlight-close-icon {
        top: -40px;
        right: -4px
    }
}

@media only screen and (max-width:767px) {
    .featherlight.iframe,
    .featherlight.image {
        padding: 0
    }
    .featherlight.iframe .featherlight-close-icon,
    .featherlight.image .featherlight-close-icon {
        font-size: 1.6875rem;
        top: -28px;
        right: 4px
    }
    .featherlight.iframe .featherlight-content,
    .featherlight.image .featherlight-content {
        position: absolute;
        left: 0;
        bottom: 0;
        max-height: none;
        min-width: 200px;
        width: 100%;
        min-height: calc(100% - 125px)!important;
        max-height: calc(100% - 35px)!important;
        border: 0;
        transform: translateY(300px);
        transition: transform .25s ease
    }
    .featherlight.iframe .featherlight-content {
        background: #000
    }
    .featherlight.iframe .featherlight-content iframe {
        max-height: 56.25vw;
        top: 0;
        bottom: 0;
        margin: auto
    }
    .featherlight.iframe.survey .featherlight-content {
        height: auto
    }
    .featherlight.iframe.survey .featherlight-content iframe {
        max-height: 100%
    }
    .featherlight.image .featherlight-image {
        width: 100%!important;
        height: auto!important
    }
    .featherlight.image .featherlight-content {
        margin: 0;
        background: #fff
    }
    .featherlight.html .featherlight-content {
        max-width: none
    }
    .featherlight.html .featherlight-close-icon {
        right: 4px
    }
    .featherlight.auth-user .featherlight-content,
    .featherlight.welcome-back .featherlight-content {
        max-width: none;
        background: #fff
    }
    .featherlight.auth-user .featherlight-close-icon,
    .featherlight.hero-form .featherlight-close-icon {
        top: -30px;
        right: 5px
    }
    .featherlight.active .featherlight-content {
        transform: translateY(0);
        background: transparent
    }
    .featherlight.active.iframe .featherlight-content {
        background: #000
    }
    .featherlight.plan-details .featherlight-content {
        background: #fff;
        position: static
    }
    .featherlight.hero-form {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
    .featherlight.hero-form .modal__details--mobile {
        font-size: 1.125rem;
        line-height: 1.5625rem;
        display: block!important
    }
    .featherlight.hero-form .featherlight-content {
        position: absolute;
        left: 0;
        bottom: 0;
        min-width: 200px;
        width: 100%;
        height: auto
    }
}

.logo-slider {
    padding-right: 0;
    padding-left: 0
}

.logo-slider .section-header--padding {
    padding-left: 10%;
    padding-right: 10%
}

.logo-slider .section-header.padding-bottom-none {
    padding-bottom: 0!important
}

.logo-slider .section-header.padding-bottom-sm {
    padding-bottom: 30px!important
}

.logo-slider .section-header.padding-bottom-lg {
    padding-bottom: 60px!important
}

.logo-slider__inner>.logo-slider__item {
    padding-bottom: 2px
}

.logo-slider__press {
    width: 395px
}

.logo-slider__press-item {
    min-height: 65px;
    display: -ms-flexbox;
    display: flex
}

.logo-slider__press-item img {
    max-height: 125px;
    max-width: 125px
}

.logo-slider__press-item--link {
    font-size: 1rem;
    line-height: 1.5rem;
    min-height: 24px;
    margin-left: 55px
}

.logo-slider__press-item.svg .logo-slider__press-image {
    min-width: 85px
}

.logo-slider__press-image {
    margin-right: 15px
}

.logo-slider__press-description {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #586474;
    top: -5px;
    position: relative;
    margin-bottom: 17px
}

.logo-slider .owl-next,
.logo-slider .owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 68px;
    border-radius: 50%;
    color: transparent
}

.logo-slider .owl-next:before,
.logo-slider .owl-prev:before {
    font-family: web-icons!important;
    color: #fff;
    position: absolute;
    line-height: 40px;
    font-size: 40px
}

.logo-slider .owl-dot {
    width: 8px;
    height: 8px;
    background: #c2c8d0;
    border-radius: 50%;
    display: inline-block;
    margin: 0 8px
}

.logo-slider .owl-dot.active:only-child {
    display: none
}

.logo-slider .owl-prev {
    left: -90px
}

.logo-slider .owl-prev:before {
    content: "\e924";
    left: -3px;
    top: 1px
}

.logo-slider .owl-next {
    right: -90px
}

.logo-slider .owl-next:before {
    content: "\e926";
    left: 4px;
    top: 1px
}

.logo-slider .owl-dots {
    text-align: center
}

.logo-slider .owl-stage {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    margin: 0 auto
}

.logo-slider .owl-item .logo-slider__item {
    width: 175px;
    height: 175px;
    margin: 0 auto;
    position: relative
}

.logo-slider .owl-item .logo-slider__item img {
    top: 0;
    bottom: 0;
    margin: auto 0;
    position: absolute;
    padding: 0px;
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1)
}

.logo-slider .owl-item .logo-slider__item img:hover {
    filter: none;
    -webkit-filter: grayscale(0)
}

.logo-slider--press .logo-slider__container {
    display: inline-flex;
    display: -ms-inline-flexbox;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative
}

.logo-slider--press .logo-slider__press-container {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    text-align: left;
    border-left: 1px solid #bbb;
    width: 100%
}

.logo-slider--press .logo-slider__press-container>a {
    float: right
}

.logo-slider--press .logo-slider__wrapper {
    text-align: center
}

.logo-slider--press .logo-slider__inner {
    width: 744px;
    padding: 0;
    margin-right: 40px;
    margin-left: 0
}

.logo-slider--press .logo-slider__press {
    margin-left: 40px;
    margin-left: 0;
    display: -ms-flexbox;
    display: flex
}

.logo-slider--press .owl-next,
.logo-slider--press .owl-prev {
    display: none
}

.logo-slider--press .owl-item .logo-slider__item {
    width: 120px;
    height: 120px
}

.logo-slider--background {
    background-color: #edeef0
}

.logo-slider.center .logo-slider__container {
    position: relative
}

.logo-slider.center .logo-slider__inner {
    position: absolute;
    left: 30px;
    right: 0;
    margin: 0 auto
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .logo-slider .section-header {
        padding-bottom: 0
    }
}

@media only screen and (min-width:640px) and (max-width:1279px) {
    .logo-slider {
        padding-right: 0;
        padding-left: 0
    }
    .logo-slider__wrapper {
        -ms-flex-pack: center;
        justify-content: center
    }
    .logo-slider__inner {
        width: 534px;
        padding: 0
    }
    .logo-slider__inner>.logo-slider__item {
        padding-bottom: 0
    }
    .logo-slider__inner>.logo-slider__item>.logo-slider__item-text-wrapper {
        margin-bottom: 0
    }
    .logo-slider .owl-prev {
        left: -45px
    }
    .logo-slider .owl-next {
        right: -45px
    }
    .logo-slider .owl-next:before {
        left: 3px
    }
    .logo-slider .owl-next,
    .logo-slider .owl-prev {
        width: 32px;
        height: 32px
    }
    .logo-slider .owl-next:before,
    .logo-slider .owl-prev:before {
        line-height: 32px;
        font-size: 32px
    }
    .logo-slider .owl-item .logo-slider__item {
        width: 158px;
        height: 158px
    }
    .logo-slider.center .logo-slider__inner {
        left: 0
    }
    .logo-slider.center-3 .logo-slider__inner {
        left: 30px
    }
}

@media only screen and (min-width:640px) and (max-width:1279px) {
    .logo-slider--press .logo-slider__container {
        padding: 0 25px
    }
    .logo-slider--press .logo-slider__press-container {
        padding-left: 11px
    }
    .logo-slider--press .logo-slider__wrapper {
        -ms-flex-pack: center;
        justify-content: center
    }
    .logo-slider--press .logo-slider__inner {
        width: 277px;
        margin-right: 12px
    }
    .logo-slider--press .logo-slider__press {
        width: 301px
    }
    .logo-slider--press .owl-item .logo-slider__item {
        width: 126px;
        height: 126px
    }
}

@media only screen and (max-width:639px) {
    .logo-slider {
        padding-left: 0;
        padding-right: 0
    }
    .logo-slider .section-header {
        padding-bottom: 0
    }
    .logo-slider__inner {
        padding: 0;
        width: 176px
    }
    .logo-slider .owl-prev {
        left: -57px
    }
    .logo-slider .owl-next {
        right: -57px
    }
    .logo-slider .owl-next:before {
        left: 3px
    }
    .logo-slider .owl-next,
    .logo-slider .owl-prev {
        width: 32px;
        height: 32px
    }
    .logo-slider .owl-next:before,
    .logo-slider .owl-prev:before {
        line-height: 32px;
        font-size: 32px
    }
    .logo-slider .owl-item .logo-slider__item {
        width: 176px;
        height: 176px
    }
    .logo-slider--press .logo-slider__press-container {
        padding: 0;
        border-left: none
    }
    .logo-slider--press .logo-slider__container,
    .logo-slider--press .logo-slider__wrapper {
        display: block
    }
    .logo-slider--press .logo-slider__inner,
    .logo-slider--press .logo-slider__press {
        max-width: 320px;
        margin: 0 auto;
        padding: 0 16.5px
    }
    .logo-slider--press .logo-slider__inner {
        margin-bottom: 30px
    }
    .logo-slider--press .owl-item .logo-slider__item {
        width: 126px;
        height: 126px
    }
    .logo-slider.center-3 .logo-slider__inner,
    .logo-slider.center .logo-slider__inner {
        left: 0
    }
}

.g2m .logo-slider .owl-dot.active,
.g2m .logo-slider .owl-next,
.g2m .logo-slider .owl-prev {
    background: #fd7a2a
}

.g2m .logo-slider__press a {
    color: #fd7a2a
}

.g2a .logo-slider .owl-dot.active,
.g2a .logo-slider .owl-next,
.g2a .logo-slider .owl-prev {
    background: #76ccce
}

.g2a .logo-slider__press a {
    color: #76ccce
}

.g2w .logo-slider .owl-dot.active,
.g2w .logo-slider .owl-next,
.g2w .logo-slider .owl-prev {
    background: #0097e1
}

.g2w .logo-slider__press a {
    color: #0097e1
}

.g2t .logo-slider .owl-dot.active,
.g2t .logo-slider .owl-next,
.g2t .logo-slider .owl-prev {
    background: #e33370
}

.g2t .logo-slider__press a {
    color: #e33370
}

.g2p .logo-slider .owl-dot.active,
.g2p .logo-slider .owl-next,
.g2p .logo-slider .owl-prev {
    background: #97c958
}

.g2p .logo-slider__press a {
    color: #97c958
}

.ov .logo-slider .owl-dot.active,
.ov .logo-slider .owl-next,
.ov .logo-slider .owl-prev {
    background: #c287ff
}

.ov .logo-slider__press a {
    color: #c287ff
}

.media-container__image-container {
    margin: 0 auto;
    text-align: center
}

.media-container__image-container--1280 {
    max-width: 1280px
}

.media-container__image-container--1024 {
    max-width: 1024px
}

.media-container__image-container--768 {
    max-width: 768px
}

.media-container__image-container--480 {
    max-width: 480px
}

.media-container__video {
    display: none
}

.media-container img {
    width: 100%
}

.modal {
    background: #fff;
    text-align: center;
    display: none
}

@keyframes i {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes j {
    0% {
        stroke-dashoffset: 455
    }
    50% {
        stroke-dashoffset: 113.75;
        transform: rotate(135deg)
    }
    to {
        stroke-dashoffset: 455;
        transform: rotate(1turn)
    }
}

@keyframes k {
    0% {
        stroke-dashoffset: 415
    }
    50% {
        stroke-dashoffset: 113.75;
        transform: rotate(135deg)
    }
    to {
        stroke-dashoffset: 415;
        transform: rotate(1turn)
    }
}

@keyframes l {
    0% {
        stroke-dashoffset: 485
    }
    to {
        stroke-dashoffset: 0
    }
}

@keyframes m {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.modal__image {
    height: 266px;
    background-repeat: no-repeat;
    background-position: 50%
}

.modal__icon {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    opacity: 0;
    transition: opacity 1s;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    -o-animation: m 2s ease-out forwards;
    -webkit-animation: m 2s ease-out forwards;
    -moz-animation: m 2s ease-out forwards;
    -o-animattion: fadeIn 2s ease-out forwards;
    animation: m 2s ease-out forwards
}

.modal__cross {
    opacity: 1;
    transition: opacity 1s;
    opacity: 0
}

.modal__cross line {
    stroke-dasharray: 100;
    stroke-dashoffset: 0;
    transition: stroke .6s ease;
    stroke-width: 8
}

.modal__heading {
    padding: 30px
}

.modal__heading-text-error {
    display: none
}

.modal__details {
    padding: 0 30px 30px
}

.modal__details--mobile,
.modal__details-text-error {
    display: none
}

.modal__redirect,
.modal__support {
    padding: 0 30px 30px
}

.modal__spinner {
    -o-animation: i 1.4s linear 1s infinite;
    -webkit-animation: i 1.4s linear 1s infinite;
    -moz-animation: i 1.4s linear 1s infinite;
    -o-animattion: rotator 1.4s linear 1s infinite;
    animation: i 1.4s linear 1s infinite
}

.modal__spinner .path {
    transition: stroke 1s, stroke-dasharray 1s, stroke-dashoffset 1s;
    stroke-dasharray: 455;
    stroke-dashoffset: 0;
    transform-origin: 82px 82px 0;
    opacity: 0;
    -webkit-animation: j 1.4s ease-in-out 1s infinite, m 1s ease-out 1s forwards;
    -moz-animation: j 1.4s ease-in-out 1s infinite, m 1s ease-out 1s forwards;
    -o-animattion: spring 1.4s ease-in-out 1s infinite, fadeIn 1s ease-out 1s forwards;
    animation: j 1.4s ease-in-out 1s infinite, m 1s ease-out 1s forwards
}

.modal__spinner circle {
    stroke-width: 8
}

.modal__spinner-wrapper {
    position: relative;
    width: 155px;
    height: 155px;
    margin: 0 auto
}

.modal__spinner-wrapper--invoice,
.modal__spinner-wrapper--payment,
.modal__spinner-wrapper--small {
    display: none;
    width: 118px;
    height: 118px
}

.modal__spinner-wrapper--invoice .path,
.modal__spinner-wrapper--payment .path,
.modal__spinner-wrapper--small .path {
    transform-origin: 63px 63px 0;
    -webkit-animation: k 1.4s ease-in-out 1s infinite, m 1s ease-out 1s forwards!important;
    -moz-animation: k 1.4s ease-in-out 1s infinite, m 1s ease-out 1s forwards!important;
    -o-animattion: spring-small 1.4s ease-in-out 1s infinite, fadeIn 1s ease-out 1s forwards!important;
    animation: k 1.4s ease-in-out 1s infinite, m 1s ease-out 1s forwards!important
}

.modal__spinner-wrapper--invoice .modal__icon,
.modal__spinner-wrapper--payment .modal__icon,
.modal__spinner-wrapper--small .modal__icon {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4)
}

.modal__spinner-wrapper--invoice,
.modal__spinner-wrapper--payment {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
}

.modal__spinner-wrapper--payment {
    display: block
}

.modal__cross-wrapper {
    width: 155px;
    height: 155px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 61px
}

.modal__cross-wrapper--small {
    display: none;
    width: 118px;
    height: 118px
}

.modal__button {
    margin-top: 57.5px;
    margin-bottom: 56px
}

.modal__button a {
    padding: 0 20px;
    min-width: 150px;
    display: inline-block;
    height: 38px;
    border-radius: 22px;
    line-height: 2.375rem;
    font-size: 1rem;
    color: #fff;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    text-decoration: none
}

.modal--existing-user {
    padding: 30px;
    margin: 0 auto;
    color: #586474
}

.modal--existing-user .modal__indicator {
    margin: 0 auto
}

.modal--existing-user .modal__heading {
    font-color: #586474;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    font-size: 2.375rem;
    line-height: 2.5rem;
    padding: 40px 30px 26.5px
}

.modal--existing-user .modal__details {
    font-size: 1.375rem;
    line-height: 1.6875rem;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-color: #586474;
    padding-bottom: 0
}

.modal--existing-user .modal__icon {
    position: relative;
    margin-top: 30px;
    -webkit-transform: scale(1.9);
    -moz-transform: scale(1.9);
    -ms-transform: scale(1.9);
    -o-transform: scale(1.9)
}

.modal--existing-user .modal__support {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    padding-bottom: 26px
}

.modal--authenticated-user,
.modal--retrial-user {
    padding: 30px;
    margin: 0 auto;
    color: #586474
}

.modal--authenticated-user .modal__indicator,
.modal--retrial-user .modal__indicator {
    margin: 0 auto
}

.modal--authenticated-user .modal__details,
.modal--authenticated-user .modal__divider,
.modal--retrial-user .modal__details,
.modal--retrial-user .modal__divider {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-color: #586474
}

.modal--authenticated-user .modal__heading,
.modal--retrial-user .modal__heading {
    font-color: #586474;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    font-size: 2.375rem;
    line-height: 2.5rem;
    padding: 40px 30px 26.5px
}

.modal--authenticated-user .modal__aux-details,
.modal--authenticated-user .modal__details,
.modal--retrial-user .modal__aux-details,
.modal--retrial-user .modal__details {
    font-size: 1.375rem;
    line-height: 1.6875rem
}

.modal--authenticated-user .modal__details,
.modal--retrial-user .modal__details {
    padding-bottom: 27.5px
}

.modal--authenticated-user .modal__divider,
.modal--retrial-user .modal__divider {
    font-size: 1.375rem;
    line-height: 1.375rem;
    padding: 0 30px 27.5px
}

.modal--authenticated-user .modal__icon,
.modal--retrial-user .modal__icon {
    position: relative;
    margin-top: 30px;
    -webkit-transform: scale(1.9);
    -moz-transform: scale(1.9);
    -ms-transform: scale(1.9);
    -o-transform: scale(1.9)
}

.modal--authenticated-processor .modal__button {
    display: none
}

.modal--authenticated-processor.modal {
    padding: 60px 60px 57.5px
}

.modal--authenticated-processor.modal.complete .modal__spinner .path,
.modal--authenticated-processor.modal.error .modal__spinner .path {
    stroke-dasharray: 485;
    stroke-dashoffset: 0;
    opacity: 1;
    -o-animation: l 1s ease-in-out 1!important;
    -webkit-animation: l 1s ease-in-out 1!important;
    -moz-animation: l 1s ease-in-out 1!important;
    -o-animattion: spring-complete 1s ease-in-out 1!important;
    animation: l 1s ease-in-out 1!important
}

.modal--authenticated-processor.modal.error .modal__spinner .path {
    stroke: #cc4337
}

.modal--authenticated-processor.modal.error .modal__icon {
    animation: none;
    opacity: 0
}

.modal--authenticated-processor.modal.error .modal__cross {
    opacity: 1
}

.modal--authenticated-processor.modal.error .modal__cross line {
    -o-animation: n .5s ease-in-out forwards;
    -webkit-animation: n .5s ease-in-out forwards;
    -moz-animation: n .5s ease-in-out forwards;
    -o-animattion: dash .5s ease-in-out forwards;
    animation: n .5s ease-in-out forwards
}

.modal--authenticated-processor.modal.error .modal__details-text,
.modal--authenticated-processor.modal.error .modal__heading-text {
    display: none
}

.modal--authenticated-processor.modal.error .modal__button,
.modal--authenticated-processor.modal.error .modal__details-text-error,
.modal--authenticated-processor.modal.error .modal__heading-text-error {
    display: block
}

.modal--authenticated-processor .modal__heading {
    font-size: 2.375rem;
    line-height: 2.5rem;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    color: #586474;
    padding: 28px 0 27.5px
}

.modal--authenticated-processor .modal__details {
    font-size: 1.375rem;
    line-height: 1.6875rem;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    color: #586474;
    padding: 0
}

.modal--authenticated-processor .modal__button {
    margin-bottom: 0
}

.modal--authenticated-processor.modal--trial-conversion {
    border-top: 1px solid #d0d0d0;
    margin: 20px 10px 30px
}

.modal--trial-conversion.modal--authenticated-processor .modal__cross-wrapper,
.modal--trial-conversion.modal--authenticated-processor .modal__spinner-wrapper {
    display: none
}

.modal--trial-conversion.modal--authenticated-processor .modal__cross-wrapper--small,
.modal--trial-conversion.modal--authenticated-processor .modal__spinner-wrapper--small {
    display: block
}

.modal--trial-conversion .modal__indicator {
    position: relative
}

.modal--trial-conversion .modal__cross-wrapper {
    top: 0
}

.modal--trial-conversion .modal__button,
.modal--trial-conversion .modal__details,
.modal--trial-conversion .modal__heading {
    color: #4d5357;
    font-family: Arial, Helvetica, sans-serif
}

.modal--trial-conversion .modal__heading {
    padding: 10px 0 23.5px
}

.modal--trial-conversion .modal__heading-text,
.modal--trial-conversion .modal__heading-text-error {
    font-size: 1rem;
    line-height: 1rem;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif
}

.modal--trial-conversion .modal__heading-text-error {
    padding-top: 17px
}

.modal--trial-conversion .modal__details,
.modal--trial-conversion .modal__details-text {
    font-size: .75rem;
    line-height: 1.125rem
}

.modal--trial-conversion .modal__button {
    margin-top: 27.5px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .modal__button {
        margin-top: 56.5px
    }
    .modal--authenticated-user .modal__heading,
    .modal--existing-user .modal__heading,
    .modal--retrial-user .modal__heading {
        font-size: 2.0625rem;
        line-height: 2.375rem;
        padding: 40px 30px 26.5px
    }
    .modal--authenticated-user .modal__aux-details,
    .modal--authenticated-user .modal__details,
    .modal--existing-user .modal__aux-details,
    .modal--existing-user .modal__details,
    .modal--retrial-user .modal__aux-details,
    .modal--retrial-user .modal__details {
        font-size: 1.125rem;
        line-height: 1.5625rem
    }
    .modal--authenticated-user .modal__details,
    .modal--existing-user .modal__details,
    .modal--retrial-user .modal__details {
        padding-bottom: 26.5px
    }
    .modal--authenticated-user .modal__divider,
    .modal--existing-user .modal__divider,
    .modal--retrial-user .modal__divider {
        font-size: 1.125rem;
        line-height: 1.125rem;
        padding: 0 30px 27.5px
    }
    .modal--authenticated-user .modal__icon,
    .modal--existing-user .modal__icon,
    .modal--retrial-user .modal__icon {
        position: relative;
        margin-top: 30px;
        -webkit-transform: scale(1.9);
        -moz-transform: scale(1.9);
        -ms-transform: scale(1.9);
        -o-transform: scale(1.9)
    }
    .modal--existing-user .modal__details {
        padding-bottom: 0
    }
    .modal--authenticated-processor.modal {
        padding: 60px 60px 56.5px
    }
    .modal--authenticated-processor .modal__heading {
        font-size: 2.0625rem;
        line-height: 2.375rem;
        padding: 27.5px 0 22.5px
    }
    .modal--authenticated-processor .modal__details {
        font-size: 1.125rem;
        line-height: 1.5625rem;
        padding: 0
    }
    .modal--authenticated-processor.modal--trial-conversion {
        padding: 30px 10px 0
    }
    .modal--authenticated-processor.modal--trial-conversion .modal__heading {
        padding: 13px 0 20.5px
    }
    .modal--authenticated-processor.modal--trial-conversion .modal__details,
    .modal--authenticated-processor.modal--trial-conversion .modal__details-text {
        font-size: .75rem;
        line-height: 1.125rem
    }
}

@media only screen and (max-width:767px) {
    .modal__button {
        margin: 27px auto 25.5px
    }
    .modal__button a {
        white-space: nowrap;
        max-width: 300px;
        min-width: 150px
    }
    .modal--authenticated-user .modal__heading,
    .modal--existing-user .modal__heading,
    .modal--retrial-user .modal__heading {
        font-size: 1.75rem;
        line-height: 2.25rem;
        padding: 20px 0 23px
    }
    .modal--authenticated-user .modal__aux-details,
    .modal--authenticated-user .modal__details,
    .modal--existing-user .modal__aux-details,
    .modal--existing-user .modal__details,
    .modal--retrial-user .modal__aux-details,
    .modal--retrial-user .modal__details {
        font-size: .875rem;
        line-height: 1.25rem;
        padding: 0
    }
    .modal--authenticated-user .modal__details,
    .modal--existing-user .modal__details,
    .modal--retrial-user .modal__details {
        padding-bottom: 26.5px
    }
    .modal--authenticated-user .modal__divider,
    .modal--existing-user .modal__divider,
    .modal--retrial-user .modal__divider {
        font-size: 1.125rem;
        line-height: 1.125rem;
        padding: 0 0 27.5px
    }
    .modal--authenticated-user .modal__icon,
    .modal--existing-user .modal__icon,
    .modal--retrial-user .modal__icon {
        position: relative;
        margin-top: 30px;
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4)
    }
    .modal--existing-user .modal__details {
        padding: 0
    }
    .modal--existing-user .modal__support {
        font-size: .6875rem;
        line-height: 1.25rem
    }
    .modal--authenticated-processor.modal {
        padding: 60px 30px 57px
    }
    .modal--authenticated-processor .modal__heading {
        font-size: 1.75rem;
        line-height: 2.25rem;
        padding: 26px 0 23px
    }
    .modal--authenticated-processor .modal__details {
        font-size: .875rem;
        line-height: 1.25rem;
        padding: 0
    }
    .modal--authenticated-processor .modal__cross-wrapper,
    .modal--authenticated-processor .modal__spinner-wrapper {
        display: none
    }
    .modal--authenticated-processor .modal__cross-wrapper--small,
    .modal--authenticated-processor .modal__spinner-wrapper--small {
        display: block
    }
    .modal--authenticated-processor.modal--trial-conversion {
        padding: 30px 10px 15px
    }
    .modal--authenticated-processor.modal--trial-conversion .modal__heading {
        padding: 13px 0 20.5px
    }
    .modal--authenticated-processor.modal--trial-conversion .modal__details,
    .modal--authenticated-processor.modal--trial-conversion .modal__details-text {
        font-size: .75rem;
        line-height: 1.125rem
    }
}

.g2m .modal__image {
    background-image: url(../../../../resource/assets/images/med/g2m/gotomeeting-welcome-back.1b29d98cec1dc8715917fc511c2e97ce.png)
}

.g2m .modal__spinner .path {
    stroke: #fc9402
}

.g2m .modal__button a {
    background: #fd7a2a
}

.g2m .modal__button a:hover {
    background: #fc9402
}

.g2m .modal--authenticated-user a#oauthLogin,
.g2m .modal--retrial-user a#oauthLogin {
    background: #fd7a2a
}

.g2w .modal__image {
    background-image: url(../../../../resource/assets/images/med/g2w/gotowebinar-welcome-back.426c282a4713d41c3207201f3fca06a5.png)
}

.g2w .modal__spinner .path {
    stroke: #0097e1
}

.g2w .modal__button a {
    background: #0097e1
}

.g2w .modal__button a:hover {
    background: #3797d1
}

.g2w .modal--authenticated-user a#oauthLogin,
.g2w .modal--retrial-user a#oauthLogin {
    background: #0097e1
}

.g2t .modal__image {
    background-image: url(../../../../resource/assets/images/med/g2t/gototraining-welcome-back.0624585bf1e7ad260028ee936073b3fc.png)
}

.g2t .modal__spinner .path {
    stroke: #e33370
}

.g2t .modal__button a {
    background: #e33370
}

.g2t .modal__button a:hover {
    background: #992977
}

.g2t .modal--authenticated-user a#oauthLogin,
.g2t .modal--retrial-user a#oauthLogin {
    background: #e33370
}

.g2a .modal__image {
    background-image: url(../../../../resource/assets/images/med/g2a/gotoassist-welcome-back.713cbed09d3a532d186805bb9755c064.png)
}

.g2a .modal__icon {
    margin-top: 0;
    height: 100px;
    position: relative;
    transform: none
}

.g2a .modal__icon:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(.33)
}

.g2a .modal__spinner-wrapper .modal__icon:before {
    transform: scale(.33) translateX(-163px) translateY(82px)
}

.g2a .modal__spinner-wrapper .modal__icon {
    position: absolute
}

.g2a .modal__spinner-wrapper--small .modal__icon:before {
    transform: scale(.25) translateX(-290px) translateY(37px)
}

.g2a .modal__spinner .path {
    stroke: #76ccce
}

.g2a .modal__button a {
    background: #76ccce
}

.g2a .modal__button a:hover {
    background: #2a969d
}

.g2a .modal--authenticated-user a#oauthLogin,
.g2a .modal--retrial-user a#oauthLogin {
    background: #76ccce
}

.ov .modal__image {
    background-image: url(../../../../resource/assets/images/med/ov/openvoice-welcome-back.66fa38415adf090b82d2b0ba32005427.png)
}

.ov .modal__spinner .path {
    stroke: #c287ff
}

.ov .modal__button a {
    background: #c287ff
}

.ov .modal__button a:hover {
    background: #7361af
}

.ov .modal--authenticated-user a#oauthLogin,
.ov .modal--retrial-user a#oauthLogin {
    background: #c287ff
}

.owl-wrapper-outer {
    overflow: hidden;
    width: 100%;
    margin: 0 auto
}

.owl-wrapper-outer .owl-item {
    float: left;
    padding-bottom: 20px
}

.owl-wrapper-outer .owl-item img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

.page-not-found {
    padding: 60px 0 54px
}

.page-not-found__inner>.row {
    padding-top: 53px;
    overflow: visible
}

.page-not-found__inner>.row:first-of-type {
    padding-top: 0
}

.page-not-found__item {
    display: table
}

.page-not-found__item ul {
    padding-left: 17px;
    margin-bottom: 0
}

.page-not-found__item li {
    list-style: initial;
    padding-left: 0;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    line-height: 24px;
    color: #586474;
    font-size: 1rem
}

.page-not-found__item a {
    line-height: 14px
}

.page-not-found__item img {
    top: 6px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 12px;
    min-width: 35px;
    max-width: 70px
}

.page-not-found__text {
    display: table-cell;
    vertical-align: top;
    width: 100%
}

.page-not-found__text-title {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    color: #586474;
    font-size: 1.375rem;
    padding-bottom: 10px
}

.page-not-found__text-description {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    line-height: 24px;
    color: #586474;
    font-size: 1rem;
    padding-bottom: 13px
}

.page-not-found__image {
    padding-bottom: 54px
}

.page-not-found__image img {
    width: 100%
}

.page-not-found__left,
.page-not-found__right {
    padding: 0
}

.page-not-found__left {
    padding-right: 7.5px
}

.page-not-found__right {
    padding-left: 7.5px
}

@media only screen (max-width:1200px) {
    .page-not-found__item img {
        top: 10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .page-not-found {
        padding: 50px 0 4.5px
    }
    .page-not-found__inner>.row {
        padding-top: 0;
        padding-bottom: 35px
    }
    .page-not-found__text-title {
        font-size: 1rem
    }
    .page-not-found__text-description {
        line-height: 20px;
        font-size: .875rem
    }
    .page-not-found__item li {
        line-height: 20px;
        padding-left: 0;
        padding: 6.5px 0;
        font-family: Lato-Regular, Arial, Helvetica, sans-serif;
        color: #586474
    }
    .page-not-found__item li>a {
        font-size: .875rem
    }
    .page-not-found__item img {
        top: 10px;
        padding: 0 7.5px;
        max-width: 50px
    }
}

@media only screen and (max-width:767px) {
    .page-not-found {
        padding: 25px 0 19px
    }
    .page-not-found .section-header {
        padding-bottom: 9px
    }
    .page-not-found .page-not-found__image {
        display: none
    }
    .page-not-found .page-not-found__item:not(:last-child) {
        padding-bottom: 35px
    }
    .page-not-found__left,
    .page-not-found__right {
        padding: 0
    }
    .page-not-found__inner>.row {
        padding-top: 0;
        padding-bottom: 35px
    }
    .page-not-found__inner>.row:first-of-type {
        padding-top: 0
    }
    .page-not-found__inner>.row:last-of-type {
        padding-bottom: 0
    }
    .page-not-found__text-title {
        font-size: 1rem
    }
    .page-not-found__text-description {
        line-height: 20px;
        font-size: .875rem
    }
    .page-not-found__item img {
        top: 10px;
        padding: 0 7.5px;
        max-width: 50px
    }
    .page-not-found__item li {
        line-height: 20px;
        padding: 6.5px 0
    }
    .page-not-found__item li>a {
        font-size: .875rem
    }
}

.g2m .page-not-found__item li,
.g2m .page-not-found__item li>a {
    color: #fd7a2a
}

.g2w .page-not-found__item li,
.g2w .page-not-found__item li>a {
    color: #0097e1
}

.g2t .page-not-found__item li,
.g2t .page-not-found__item li>a {
    color: #e33370
}

.g2a .page-not-found__item li,
.g2a .page-not-found__item li>a {
    color: #165c7d
}

.ov .page-not-found__item li,
.ov .page-not-found__item li>a {
    color: #7361af
}

.g2p .page-not-found__item li,
.g2p .page-not-found__item li>a {
    color: #4e9d2d
}

.plan-box {
    width: 180px;
    height: 123px;
    border: 1px solid #d1d2d3;
    padding: 15px 0;
    text-align: center;
    display: inline-block;
    position: relative;
    cursor: pointer
}

input[type=radio]:checked+.plan-box {
    border-color: #65c6ff
}

.plan-box h4,
.plan-box h5 {
    color: #999;
    margin: 0 5px;
    height: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: .6875rem
}

.plan-box hr {
    margin: 6px 18px 0;
    border-top: 1px solid #d1d2d3
}

.plan-box .spinner,
.plan-box .term-toggle {
    display: none
}

.plan-box .spinner__increment {
    background-image: url(../../../../resource/assets/images/med/icon_plus_onstate.8990af7e4f3250708594a2edbada0c2a.svg)
}

.plan-box .spinner__increment:hover {
    background-image: url(../../../../resource/assets/images/med/icon_plus_hover.359b4756bc48ea8c40c75bc72228cd3e.svg)
}

.plan-box .spinner__decrement {
    background-image: url(../../../../resource/assets/images/med/icon_minus_onstate.cb680fb3dbd6672f27d850f2d2213479.svg)
}

.plan-box .spinner__decrement:hover {
    background-image: url(../../../../resource/assets/images/med/icon_minus_hover.e2aba74ab6fd79f75c5d94757f063157.svg)
}

.plan-box .spinner__decrement.active {
    background-image: url(../../../../resource/assets/images/med/icon_gray_minus_hover.3871fcfa02779d33c81266232151e376.svg)
}

.plan-box__divider,
.plan-box__original {
    display: none
}

.plan-box__label {
    vertical-align: bottom
}

.plan-box__label:first-child {
    margin-right: 15px
}

.plan-box__label input[type=radio] {
    position: absolute;
    height: 123px;
    width: 180px;
    z-index: 99;
    margin-top: 0;
    visibility: hidden
}

.plan-box__hr {
    display: none
}

.plan-box__per {
    color: #586474;
    margin: 0 1px;
    font-size: 22px
}

.plan-box__wrapper {
    font-size: 0;
    white-space: nowrap;
    overflow: hidden
}

.plan-box__unit-wrapper {
    display: inline-block;
    text-align: left;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    line-height: .625rem;
    font-size: .625rem
}

.plan-box:first-child {
    margin-right: 30px
}

.plan-box__price {
    display: inline-block;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    color: #586474;
    font-size: 0
}

.plan-box__price span {
    font-size: 2.375rem
}

.plan-box__price sup {
    font-size: .75rem;
    top: -19px
}

.plan-box__description,
.plan-box__description-monthly {
    height: 17px;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: .75rem;
    color: #586474
}

.plan-box__promotion {
    padding: 0 10px;
    height: 20px;
    transform: skew(-20deg);
    position: absolute;
    right: -5px;
    top: -12px;
    background-color: #6dd200
}

.plan-box__promotion p {
    font-size: .75rem;
    line-height: 1.25rem;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    transform: skew(20deg);
    color: #fff
}

.plan-box__savings {
    display: none;
    font-size: .75rem;
    color: #76c410
}

.plan-box__tooltip {
    display: none;
    margin: 20px 0 15px;
    font-size: .8125rem
}

.plan-box__tooltip,
.plan-box__tooltip .tooltip {
    color: #586474;
    font-weight: 400
}

.plan-box__tooltip .tooltip:before {
    content: none
}

.plan-box__tooltip .tooltip:after {
    content: " ";
    width: 14px;
    height: 14px;
    margin-left: 4px;
    vertical-align: middle;
    display: inline-block;
    background-size: 100%;
    background-image: url(../../../../resource/assets/images/med/icon_info.0a4c698c3ea4243ee189fdeff861d8e3.svg)
}

.plan-box__snipe-text {
    position: absolute;
    width: 100%;
    top: -24px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: .8125rem;
    line-height: 1.5rem;
    font-family: arial
}

.plan-box__snipe-text~.plan-box {
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.plan-box--open-voice {
    height: 170px;
    width: 220px
}

.plan-box--open-voice.plan-box {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.plan-box--open-voice .plan-box__container {
    width: 100%
}

.plan-box--extra {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: arial;
    height: auto;
    width: 174px;
    overflow: hidden
}

input[type=radio]:checked+.plan-box--extra .spinner {
    display: -ms-flexbox;
    display: flex
}

input[type=radio]:checked+.plan-box--extra .plan-box__divider,
input[type=radio]:checked+.plan-box--extra .plan-box__tooltip {
    display: block
}

.plan-box--extra .plan-box {
    overflow: hidden
}

.plan-box--extra .plan-box__wrapper {
    margin: 4px 0 0;
    overflow: visible;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px
}

.plan-box--extra .plan-box__per {
    font-size: 1.375rem;
    line-height: 1.375rem;
    margin-right: 1px;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.plan-box--extra .plan-box__price {
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -ms-flexbox;
    display: flex
}

.plan-box--extra .plan-box__price span {
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: inline-block;
    max-width: 90px;
    font-size: 2.25rem;
    line-height: 2.25rem;
    overflow: hidden
}

.plan-box--extra .plan-box__price sup {
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: inline-block;
    top: 0;
    font-size: .9375rem;
    line-height: .9375rem
}

.plan-box--extra .plan-box__price sup+span {
    margin-left: 2px
}

.plan-box--extra .plan-box__promotion {
    display: none
}

.plan-box--extra .plan-box__savings {
    display: block;
    font-size: .875rem
}

.plan-box--extra .plan-box__container h4 {
    color: #586474;
    font-size: 1rem;
    line-height: 1rem
}

.plan-box--extra .plan-box__container h5 {
    display: none
}

.plan-box--extra .plan-box__container hr {
    margin-top: 15px
}

.plan-box--extra .plan-box__description {
    font-size: .84375rem;
    margin-top: 4px
}

.plan-box--extra .plan-box__unit-wrapper {
    line-height: .875rem;
    font-size: .6875rem;
    margin-left: 2px;
    font-weight: 400;
    font-family: arial;
    max-width: 45px;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.plan-box--large {
    width: 100%;
    height: 100%;
    padding: 25px 5px
}

.plan-box--large hr {
    display: none
}

.plan-box--large .plan-box__wrapper {
    visibility: hidden
}

.plan-box--large .plan-box__per {
    display: none
}

.plan-box--large .plan-box__date {
    line-height: 1rem
}

.plan-box--large .plan-box__container>h4 {
    color: #4a4a4a;
    font-size: .875rem;
    margin-bottom: 24px
}

.plan-box--large .plan-box__description {
    margin-top: 5px;
    white-space: normal;
    height: 100%;
    max-height: 34px;
    color: #8c8c8c
}

.plan-box--large .plan-box__price {
    color: #333;
    font-weight: 400;
    min-height: 48px
}

.plan-box--large .plan-box__price span {
    font-size: 2.125rem
}

.plan-box--large .plan-box__price sup {
    font-size: 1rem;
    top: -13px
}

.plan-box--large .plan-box__date {
    font-size: 1rem;
    font-weight: 400
}

.plan-box--add-on {
    width: 100%;
    height: auto;
    border: none;
    box-shadow: none
}

.plan-box--add-on,
.plan-box--add-on .plan-box__organizer,
.plan-box--add-on .plan-box__price,
.plan-box--add-on h4,
.plan-box--add-on h5 {
    color: #3e3e3e
}

.plan-box--add-on .spinner__increment {
    position: relative
}

.plan-box--add-on .term-toggle__label-left {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    color: #9ea3a5
}

.plan-box--add-on .term-toggle__label-right {
    color: #3e3e3e
}

.plan-box--add-on .term-toggle__label-right,
.plan-box--add-on .term-toggle__label-right:after {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif
}

.plan-box--add-on .term-toggle.active .term-toggle__label-right {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    color: #9ea3a5
}

.plan-box--add-on .term-toggle.active .term-toggle__label-right:after {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif
}

.plan-box--add-on .term-toggle.active .term-toggle__label-left {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    color: #3e3e3e
}

.plan-box--add-on .plan-box__description,
.plan-box--add-on .plan-box__description-monthly {
    font-size: 13px
}

.plan-box--add-on .plan-box__tooltip {
    display: block;
    line-height: 20px;
    margin: 13.5px 0
}

.plan-box--add-on .plan-box__heading {
    font-size: 17px
}

.plan-box--add-on .plan-box__container h4 {
    height: auto
}

.plan-box--add-on .plan-box__container h4:first-child {
    font-size: 2.25rem;
    text-transform: none;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif
}

.plan-box--add-on .plan-box__container h4:nth-child(2) {
    margin: 10px 5px 13.5px;
    font-size: 17;
    line-height: 20px;
    font-family: Lato-Light, Arial, Helvetica, sans-serif
}

.plan-box--add-on .plan-box__container h5 {
    margin-bottom: 18px;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: .875rem;
    line-height: 1.125rem;
    height: auto;
    text-transform: none
}

.plan-box--add-on .plan-box__price span {
    font-size: 3.25rem
}

.plan-box--add-on .plan-box__price sup {
    font-family: Lato-Light, Arial, Helvetica, sans-serif;
    font-size: 1.5rem
}

.plan-box--add-on .plan-box__date,
.plan-box--add-on .plan-box__unit {
    color: #9d9ea8;
    font-size: .875rem;
    line-height: .875rem;
    font-family: Lato-Light, Arial, Helvetica, sans-serif
}

.plan-box--add-on .plan-box__per {
    font-family: Lato-Light, Arial, Helvetica, sans-serif;
    margin: 0 6px 0 0;
    font-size: 1.75rem
}

.plan-box--add-on .plan-box__divider {
    margin-top: 18px;
    display: block
}

.plan-box--add-on hr {
    margin: 6px 70px 0
}

.plan-box--add-on .spinner {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px
}

.plan-box--add-on .spinner input[type=number] {
    height: 32px
}

.plan-box--add-on .term-toggle {
    display: block;
    margin: 15px 0 0
}

.plan-box--add-on .term-toggle__button {
    width: 36px;
    height: 18px
}

.plan-box--add-on .term-toggle__button:after {
    width: 14px;
    height: 14px
}

.plan-box--add-on .term-toggle__label-left {
    right: 45px
}

.plan-box--add-on .term-toggle__label-right {
    left: 45px
}

.plan-box--add-on .term-toggle__label-right:after {
    color: #15d8a0;
    padding-left: 5px
}

.plan-box--add-on .term-toggle__button:after {
    transition: transform .25s cubic-bezier(1, .02, .1, 1)
}

.plan-box--add-on .term-toggle.active .term-toggle__button:after {
    transform: translateX(-18px)
}

.plan-box--add-on .tooltip {
    font-size: 1.25rem;
    color: #3e3e3e
}

.plan-box--add-on-pricing {
    width: 100%;
    height: auto;
    border: none;
    box-shadow: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    padding-bottom: 30px
}

.plan-box--add-on-pricing,
.plan-box--add-on-pricing .plan-box__description,
.plan-box--add-on-pricing .plan-box__description-monthly,
.plan-box--add-on-pricing .plan-box__name,
.plan-box--add-on-pricing .plan-box__per,
.plan-box--add-on-pricing .plan-box__price,
.plan-box--add-on-pricing h4,
.plan-box--add-on-pricing h5 {
    color: #3e3e3e
}

.plan-box--add-on-pricing .plan-box__name {
    line-height: 29px;
    font-size: 24px;
    height: unset;
    text-transform: unset
}

.plan-box--add-on-pricing .plan-box__heading {
    line-height: 36px;
    font-size: 17px;
    text-transform: none;
    height: unset;
    font-family: Lato-Light, Arial, Helvetica, sans-serif
}

.plan-box--add-on-pricing .plan-box__date,
.plan-box--add-on-pricing .plan-box__unit {
    font-family: Lato-Light, Arial, Helvetica, sans-serif;
    line-height: 17px;
    font-size: 14px;
    color: #9d9ea8
}

.plan-box--add-on-pricing .plan-box__per {
    line-height: 34px;
    font-size: 28px;
    margin: 0 5px 0 1px
}

.plan-box--add-on-pricing .plan-box__price span {
    line-height: 52px;
    font-size: 42px
}

.plan-box--add-on-pricing .plan-box__price sup {
    top: -16px;
    right: 3px;
    font-size: 17px
}

.plan-box--add-on-pricing .plan-box__description {
    line-height: 17px;
    font-size: 14px
}

.plan-box--add-on-pricing .plan-box__button {
    border-color: #2f9ddd;
    background: #2f9ddd;
    color: #fff;
    margin-top: 28.5px;
    min-width: 125px
}

.plan-box--add-on-pricing .plan-box__button:hover {
    background: #fff;
    color: #2f9ddd
}

.plan-box--add-on-pricing .plan-box__wrapper {
    margin-top: 23px
}

.plan-box--add-on-pricing-highlight .plan-box__button {
    background: #fff;
    color: #2f9ddd
}

@media only screen and (min-width:767px) and (max-width:992px) {
    .plan-box {
        width: 160px;
        padding: 15px 1px
    }
    .plan-box--open-voice {
        width: 220px
    }
    .plan-box--extra {
        width: 151px
    }
    .plan-box--extra .plan-box__price span {
        max-width: 80px;
        font-size: 2rem;
        line-height: 2rem
    }
    .plan-box--extra .plan-box__price sup {
        font-size: .75rem
    }
    .plan-box--extra .plan-box__price sup+span {
        margin-left: 1px
    }
    .plan-box--extra .plan-box__unit-wrapper {
        font-size: .625rem
    }
    .plan-box--large {
        width: 220px
    }
}

@media only screen and (max-width:767px) {
    .plan-box {
        width: 200px
    }
    .plan-box__label {
        display: block;
        margin: 0 auto;
        margin-bottom: 30px
    }
    .plan-box__label:first-child {
        margin-right: auto
    }
    .plan-box__snipe-text {
        width: 286px;
        margin: 0 auto;
        position: static
    }
    .plan-box--open-voice {
        height: 150px
    }
    .plan-box--extra {
        width: 286px
    }
    .plan-box--extra .term-toggle {
        display: block!important
    }
    .plan-box--extra .plan-box__hr {
        display: block
    }
    .plan-box--extra .plan-box__wrapper {
        height: auto
    }
    .plan-box--extra .plan-box__price span {
        font-size: 3.125rem!important;
        line-height: 3.125rem!important;
        max-width: none
    }
    .plan-box--extra .plan-box__price sup {
        margin-top: 5px;
        line-height: 1.375rem!important;
        font-size: 1.375rem!important
    }
    .plan-box--extra .plan-box__description,
    .plan-box--extra .plan-box__savings {
        display: none!important
    }
    .plan-box--extra .plan-box__container h4 {
        font-size: 2rem;
        line-height: 2rem;
        height: 32px
    }
    .plan-box--extra .plan-box__container h5 {
        display: block;
        margin: 10px 0;
        text-transform: none;
        font-size: .875rem;
        line-height: .875rem;
        font-family: arial;
        color: #586474;
        height: 14px
    }
    .plan-box--extra .plan-box__per {
        margin-bottom: 4px
    }
    .plan-box--extra .plan-box__unit-wrapper {
        max-width: none;
        margin-bottom: 4px;
        line-height: 1.125rem;
        font-size: .875rem
    }
    .plan-box--extra .tooltip {
        font-size: 1rem
    }
    .plan-box--extra .tooltip:after {
        width: 16px;
        height: 16px
    }
    .plan-box--large {
        width: 100%;
        max-width: 350px
    }
}

.g2m .plan-box__snipe-text {
    background: #fd7a2a
}

.g2a .plan-box__snipe-text {
    background: #165c7d
}

.g2w .plan-box__snipe-text {
    background: #0097e1
}

.g2t .plan-box__snipe-text {
    background: #e33370
}

.g2p .plan-box__snipe-text {
    background: #97c958
}

.ov .plan-box__snipe-text {
    background: #c287ff
}

.plan-price-annual,
.plan-price-monthly {
    font-size: 3.75rem
}

.plan-price__currency {
    font-size: 1.875rem;
    vertical-align: baseline
}

.plan-price__frequency {
    display: inline-block;
    font-size: 1rem
}

.plan-price--original {
    padding: 0 10px;
    color: #8c8c8c;
    position: relative;
    display: inline-block
}

.plan-price--original .plan-price-annual {
    font-size: 1.375rem
}

.plan-price--original .plan-price__currency {
    font-size: 1rem;
    top: -4px;
    left: 3px
}

.plan-price--original .plan-price__frequency {
    position: relative;
    font-size: .875rem;
    right: 3px
}

.plan-price--original:after {
    content: " ";
    position: absolute;
    height: 1px;
    width: 100%;
    top: 15px;
    left: 0;
    background: #a4a1a1
}

.plan-price--plan-box {
    color: #8c8c8c;
    position: relative;
    margin: 0 auto;
    display: inline-block;
    padding: 0 10px
}

.plan-price--plan-box .plan-price__currency,
.plan-price--plan-box .plan-price__frequency {
    font-size: .75rem;
    font-weight: 400
}

.plan-price--plan-box .plan-price__currency {
    top: -2px
}

.plan-price--plan-box .plan-price-annual {
    font-size: 1rem;
    font-weight: 400
}

.plan-price--plan-box:after {
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    top: 10px;
    margin: auto;
    background: #a4a1a1;
    position: absolute
}

@media only screen and (min-width:767px) and (max-width:992px) {
    .plan-price__currency {
        font-size: 1.375rem
    }
    .plan-price__frequency {
        font-size: .875rem
    }
    .plan-price-annual,
    .plan-price-monthly {
        font-size: 3.125rem
    }
}

@media only screen and (max-width:767px) {
    .plan-price {
        margin-top: 12px
    }
    .plan-price__currency {
        font-size: 1rem
    }
    .plan-price-annual,
    .plan-price-monthly {
        font-size: 2.8125rem
    }
    .plan-price__frequency {
        font-size: .875rem
    }
    .plan-price--plan-box {
        margin-top: 0
    }
}

.plan-selector {
    font-family: arial;
    padding: 0 45px 0 30px;
    min-width: 320px;
    overflow: hidden
}

.plan-selector__plans {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start
}

.plan-selector__plans .plan-box__label:first-child {
    margin-right: 0
}

.plan-selector__plans .plan-box__label {
    position: relative;
    margin: 24px 0 0
}

.plan-selector__alert {
    display: none;
    font-family: arial;
    background: #fff5ea;
    border: 1px solid #f0a949;
    color: #586474;
    width: 100%;
    text-align: center;
    font-size: .875rem;
    border-radius: 4px;
    padding: 15px;
    margin-top: 20px
}

.plan-selector__alert.active {
    display: block
}

.plan-selector__features {
    display: none;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0
}

.plan-selector__features.active {
    display: -ms-flexbox;
    display: flex
}

.plan-selector__tooltip {
    margin: 20px 0 15px 30px;
    font-size: .8125rem
}

.plan-selector__tooltip,
.plan-selector__tooltip .tooltip {
    color: #586474;
    font-weight: 400
}

.plan-selector__tooltip .tooltip:before {
    content: none
}

.plan-selector__tooltip .tooltip:after {
    content: " ";
    width: 14px;
    height: 14px;
    margin-left: 4px;
    vertical-align: middle;
    display: inline-block;
    background-size: 100%;
    background-image: url(../../../../resource/assets/images/med/icon_info.0a4c698c3ea4243ee189fdeff861d8e3.svg)
}

.plan-selector__features-toggle {
    text-align: center;
    cursor: pointer;
    font-family: arial;
    font-weight: 400;
    font-size: 1rem;
    color: #319edd;
    margin: 20px 0
}

.plan-selector__features-toggle:after {
    content: "\e922";
    font-family: web-icons;
    vertical-align: middle
}

.plan-selector__features-toggle.active:after {
    content: "\e91f"
}

.plan-selector__ovi {
    font-family: arial;
    color: #586474;
    margin: 0 45px 0 30px
}

.plan-selector__ovi #callMeOptin {
    display: none
}

.plan-selector__ovi #callMeOptin+label {
    top: 3px;
    left: 7px
}

.plan-selector__ovi .callMeOptinLabel {
    display: inline-block;
    font-size: .84375rem;
    font-weight: 700;
    padding-left: 30px;
    margin-bottom: 10px
}

.plan-selector__ovi-description {
    font-size: .75rem;
    padding-left: 30px
}

.plan-selector .interactive-pricing__list {
    margin: 10px 0;
    padding-left: 20px;
    min-width: 140px;
    color: #586474
}

.plan-selector .interactive-pricing__list ul {
    margin: 0;
    padding: 0
}

.plan-selector .interactive-pricing__list-participant {
    margin: 0;
    text-align: left;
    margin: 0 0 20px
}

.plan-selector .interactive-pricing__list-participant-number {
    font-size: 1rem;
    line-height: 1.4375rem
}

.plan-selector .interactive-pricing__item {
    margin: 0 0 3px;
    font-size: .75rem
}

.plan-selector .interactive-pricing__item,
.plan-selector .interactive-pricing__item .tooltip {
    font-family: arial;
    color: #586474
}

.plan-selector .interactive-pricing__item .tooltip:after,
.plan-selector .interactive-pricing__item .tooltip:before,
.plan-selector .interactive-pricing__item:before {
    content: none
}

.plan-selector .interactive-pricing__item--strike,
.plan-selector .interactive-pricing__item--strike .tooltip {
    color: #e6e6e6
}

.plan-selector .interactive-pricing__newtag {
    display: none
}

@media only screen and (min-width:767px) and (max-width:992px) {
    .plan-selector {
        padding: 0 30px
    }
    .plan-selector .interactive-pricing__list {
        width: 150px
    }
}

@media only screen and (max-width:767px) {
    .plan-selector {
        padding: 0
    }
    .plan-selector__plans {
        margin-top: 60px;
        display: block;
        text-align: center
    }
    .plan-selector__plans .plan-box__label {
        display: none
    }
    .plan-selector__plans .plan-box__label.active {
        display: block
    }
    .plan-selector__alert {
        width: 286px;
        margin: 0 auto
    }
    .plan-selector__features {
        -ms-flex-pack: center;
        justify-content: center
    }
    .plan-selector__tooltip {
        max-width: 286px;
        text-align: center;
        margin: 30px auto
    }
    .plan-selector .term-toggle {
        font-weight: 400;
        display: none;
        margin: 35px 0 11px
    }
    .plan-selector .term-toggle__label-right:after {
        padding-left: 0;
        left: 0;
        top: -23px
    }
    .plan-selector .interactive-pricing__tab {
        font-size: 1rem;
        font-family: arial
    }
    .plan-selector .interactive-pricing__tab.active {
        font-weight: 700
    }
    .plan-selector .interactive-pricing__list {
        padding: 0
    }
    .plan-selector .interactive-pricing__list,
    .plan-selector .interactive-pricing__list ul {
        width: 200px
    }
    .plan-selector .interactive-pricing__list-participant-label,
    .plan-selector .interactive-pricing__list-participant-number {
        font-size: 1.25rem;
        font-weight: 700
    }
    .plan-selector .interactive-pricing__item {
        font-size: .875rem
    }
}

.pricing-hero {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 55px 0;
    position: relative;
    top: 0;
    width: 100%
}

.pricing-hero-desktop-background,
.pricing-hero-mobile-background,
.pricing-hero-tablet-background {
    width: 100%;
    height: 100%;
    position: absolute;
    display: table-cell;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.pricing-hero-mobile-background,
.pricing-hero-tablet-background {
    display: none
}

.pricing-hero-inner {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

@media (min-width:768px) {
    .pricing-hero-inner {
        width: 750px
    }
}

@media (min-width:992px) {
    .pricing-hero-inner {
        width: 970px
    }
}

@media (min-width:1200px) {
    .pricing-hero-inner {
        width: 1170px
    }
}

.pricing-hero-inner .section-header__eyebrowWhite {
    color: #fff;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 17px;
    line-height: 18px;
    font-size: .75rem
}

.pricing-hero-inner .section-header__headline {
    color: #fff;
    margin-bottom: 25px
}

.pricing-hero-inner .cta-desc {
    margin-bottom: 25px;
    color: #fff;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.75rem
}

.pricing-hero .separator {
    background: radial-gradient(#fff, hsla(0, 0%, 100%, 0) 75%);
    height: 1px;
    width: 100%;
    margin: 25px 0
}

.pricing-hero .cta-form input[type=text] {
    background: hsla(0, 0%, 100%, .09);
    border: 1px solid hsla(0, 0%, 100%, .18);
    width: 100%;
    height: 2.375rem;
    border-radius: 26px 0 0 26px;
    padding-left: 42px;
    color: #fff;
    font-size: 14px
}

.pricing-hero .cta-form input[type=text]:focus {
    border: 1px solid hsla(0, 0%, 100%, .18)
}

.pricing-hero .cta-form input[type=text]::-moz-placeholder {
    color: #fff;
    opacity: .5
}

.pricing-hero .cta-form input[type=text]::-webkit-input-placeholder {
    color: #fff;
    opacity: .5
}

.pricing-hero .cta-form input[type=text]:-ms-input-placeholder {
    color: #fff;
    opacity: .5
}

.pricing-hero div[class*=icon-] {
    position: relative
}

.pricing-hero div[class*=icon-]:before {
    position: absolute;
    top: 6px;
    left: 10px;
    color: hsla(0, 0%, 100%, .5);
    font-size: 26px
}

.pricing-hero input[type=submit] {
    background: hsla(0, 0%, 100%, .27);
    color: #fff;
    width: 100%;
    border-radius: 0 26px 26px 0;
    border: none;
    height: 2.375rem;
    font-size: 14px
}

.pricing-hero input[type=submit]:hover {
    background: hsla(0, 0%, 100%, .36)
}

.g2m .pricing-hero {
    background: #e9ba1f;
    background: linear-gradient(135deg, #e9ba1f, #e18026 60%, #ca5328)
}

.g2m .pricing-hero,
.g2w .pricing-hero {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2w .pricing-hero {
    background: #6bcbdd;
    background: linear-gradient(135deg, #6bcbdd, #3797d1 60%, #3860a1)
}

.g2t .pricing-hero {
    background: #c15781;
    background: linear-gradient(135deg, #c15781, #992977 60%, #26336d)
}

.g2a .pricing-hero,
.g2t .pricing-hero {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2a .pricing-hero {
    background: #72bcb6;
    background: linear-gradient(135deg, #72bcb6, #2a969d 60%, #05628f)
}

.g2p .pricing-hero {
    background: #94c96a;
    background: linear-gradient(135deg, #94c96a, #4e9d2d 60%, #32783e)
}

.g2p .pricing-hero,
.ov .pricing-hero {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.ov .pricing-hero {
    background: #9b7fba;
    background: linear-gradient(135deg, #9b7fba, #5c61a6 60%, #1c2e5c)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .pricing-hero-desktop-background,
    .pricing-hero-mobile-background {
        display: none
    }
    .pricing-hero-tablet-background {
        display: table-cell
    }
}

@media only screen and (max-width:767px) {
    .pricing-hero-desktop-background,
    .pricing-hero-tablet-background {
        display: none
    }
    .pricing-hero-mobile-background {
        display: table-cell;
        background-repeat: no-repeat;
        background-size: cover
    }
}

.pricing {
    position: relative;
    overflow: hidden;
    padding: 50px 0 0;
    margin: -50px 0 50px
}

.pricing .row {
    overflow: visible;
    max-width: 888px;
    margin: 0 auto
}

.pricing div[class^=col-] {
    padding: 0
}

.pricing--sideburns {
    width: 100%;
    height: 349px;
    position: absolute;
    background-color: #f9f9f9
}

.pricing--extended .pricing--sideburns {
    height: 402px
}

.pricing--extended .pricing-box__pricing-info {
    height: 40px;
    position: relative;
    margin-top: 15px
}

.pricing--maximum .pricing--sideburns {
    height: 460px
}

.pricing--four .row {
    max-width: 1200px
}

.pricing--four .pricing-features__checklist,
.pricing--four .pricing-features__participants,
.pricing--three .pricing-features__checklist,
.pricing--three .pricing-features__participants {
    padding-left: 85px
}

.pricing--two .row {
    max-width: 640px
}

.pricing--two .pricing-features__checklist,
.pricing--two .pricing-features__participants {
    padding-left: 95px
}

.pricing--one .pricing-features__checklist {
    margin: 0 auto 50px;
    max-width: 400px;
    padding-left: 135px
}

.pricing--one .pricing-features__participants {
    max-width: 400px;
    padding-left: 135px
}

.pricing--one .row {
    max-width: 400px
}

.pricing--one .row>div:last-of-type .pricing-features__checklist {
    margin-right: auto
}

.pricing__footer {
    margin: 45px auto 0;
    max-width: 888px;
    min-height: 20px
}

.pricing__asterisk {
    font-size: .625rem;
    position: absolute;
    margin-top: 6px
}

.pricing__view-more {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    font-size: .75rem;
    width: 100%;
    text-align: center
}

.pricing__view-more a {
    color: #586474;
    text-decoration: none
}

.pricing__view-more i {
    font-size: 1.125rem;
    vertical-align: middle!important
}

.pricing-box {
    background-color: #f9f9f9;
    text-align: center;
    height: 349px;
    position: relative
}

.pricing-box a {
    text-decoration: none
}

.pricing-box--highlight {
    border: 4px solid #586474;
    height: 379px;
    top: -15px;
    margin-bottom: -30px;
    background-color: #f1f1f2
}

.pricing-box--highlight .pricing-box__header {
    padding-top: 51px
}

.pricing-box--extended {
    height: 402px
}

.pricing-box--extended.pricing-box--highlight {
    height: 432px
}

.pricing-box--maximum {
    height: 460px
}

.pricing-box--maximum.pricing-box--highlight {
    height: 490px
}

.pricing-box--maximum.pricing-box--highlight .pricing-box__header {
    padding-top: 56px
}

.pricing-box--maximum .pricing-box__price {
    padding-top: 30px
}

.pricing-box--maximum .pricing-box__header {
    padding-top: 45px
}

.pricing-box__separator {
    position: relative;
    height: 60px;
    width: 100%;
    display: none
}

.pricing-box__separator--highlight {
    height: 70px
}

.pricing-box__snipe {
    padding: 0 25px;
    height: 30px;
    transform: skew(-20deg);
    position: absolute;
    right: -9px;
    top: -20px
}

.pricing-box__snipe p {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    transform: skew(20deg);
    margin-top: 3px;
    text-transform: uppercase;
    color: #fff
}

.pricing-box__snipe--green {
    background-color: #6dd200
}

.pricing-box__snipe--orange {
    background-color: #f89d1d
}

.pricing-box__header {
    font-family: Lato-Light, Arial, Helvetica, sans-serif;
    font-size: 2.6875rem;
    line-height: normal;
    padding: 40px 0 0;
    color: #434b58
}

.pricing-box__pricing-info {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    color: #434b58;
    padding: 0 15px
}

.pricing-box__price {
    padding-top: 8px
}

.pricing-box__price-text {
    font-size: 3.75rem;
    line-height: normal;
    padding: 10px 0 0;
    display: inline-block;
    color: #434b58
}

.pricing-box__currency {
    font-size: 1.875rem;
    top: -22px
}

.pricing-box__frequency {
    font-size: 1rem;
    display: inline-block;
    text-align: left
}

.pricing-box__frequency p {
    color: #434b58
}

.pricing-box__price-replacer {
    height: 97px;
    font-size: 1.375rem;
    padding: 34px 15px 0;
    line-height: normal
}

.pricing-box__buy-button {
    padding: 40px 0 0
}

.pricing-box__buy-button a {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    font-size: 1rem;
    border-radius: 19px;
    border: 2px solid #333;
    padding: 7px 45px
}

.pricing-box__buy-button--highlight a,
.pricing-box__buy-button a:hover {
    color: #fff!important
}

.pricing-box__subtext {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    padding: 30px 0 0;
    color: #434b58
}

.pricing-box__subtext-link {
    font-size: 1rem
}

.pricing-box__participants {
    display: none
}

.pricing-box__shadow {
    background: radial-gradient(#999, hsla(0, 0%, 100%, 0) 75%);
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0
}

.pricing-features {
    margin: 40px -11px 0
}

.pricing-features__accordion {
    display: none;
    text-align: center;
    text-transform: uppercase;
    padding: 30px 0 20px
}

.pricing-features__accordion p {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    font-size: 1rem
}

.pricing-features__accordion i {
    position: absolute;
    font-size: 1.75rem;
    margin-top: -5px;
    transform: scaleY(1);
    transition: transform .2s linear
}

.pricing-features__accordion.active i {
    transform: scaleY(-1)
}

.pricing-features__accordion:hover {
    text-decoration: none
}

.pricing-features__participants {
    margin: auto auto 30px
}

.pricing-features__participants span {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    font-size: 1.5rem
}

.pricing-features__checklist {
    padding: 0 0 0 91px;
    margin-right: -35px
}

.pricing-features__newtag {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding: 0 10px;
    color: #fff;
    background-color: #f89d1d;
    transform: skew(-20deg);
    height: 24px;
    width: auto;
    font-size: .875rem;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif
}

.pricing-features__newtag span {
    transform: skew(20deg);
    display: inline-block;
    padding-top: 2px
}

.pricing-features__item {
    list-style-position: outside;
    margin: 10px 0;
    cursor: pointer
}

.pricing-features__item i {
    color: #6dd200;
    font-size: 1.5rem
}

.pricing-features__item i.icon-check-small:before {
    vertical-align: sub
}

.pricing-features__item>span {
    line-height: 26px
}

.pricing-features__item--strike {
    color: #e6e6e6
}

.pricing-features__item--strike:before {
    color: #e6e6e6!important;
    text-decoration: none
}

.pricing-features__item--strike span {
    text-decoration: line-through
}

.pricing-features__item--strike .pricing-features__tooltip {
    color: #e6e6e6
}

.pricing-features__item--strike .pricing-features__tooltip:before {
    color: #e6e6e6!important
}

.pricing-features__item--strike .pricing-features__newtag {
    background-color: #c2c8d0
}

.pricing-features__item--strike .pricing-features__newtag span {
    text-decoration: none
}

.pricing-features__item:before {
    color: #6dd200;
    font-size: 1.5rem;
    font-family: web-icons;
    content: "\e91b";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: sub;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -30px
}

.pricing-features__tooltip {
    color: #586474;
    display: inline;
    position: relative
}

.pricing-features__tooltip:hover {
    text-decoration: none
}

.pricing-features__tooltip:hover:after {
    background: #333;
    background: rgba(0, 0, 0, .8);
    border-radius: 10px;
    bottom: 24px;
    color: #fff;
    content: attr(data-tooltip);
    left: 50%;
    padding: 10px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
    font-size: .75rem;
    transform: translateX(-48%);
    line-height: 22px
}

.pricing-features__tooltip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
    top: -4px
}

.pricing-features__shadow {
    background: radial-gradient(#999, hsla(0, 0%, 100%, 0) 75%);
    height: 1px;
    width: 100%;
    display: none
}

@media only screen and (max-width:1199px) {
    .pricing--four .pricing-features__checklist {
        padding-left: 50px;
        margin-right: 22px
    }
    .pricing .pricing-features__checklist {
        padding-left: 45px;
        margin-right: 0
    }
}

@media only screen and (max-width:991px) {
    .pricing .col-sm-6 {
        padding: 0
    }
    .pricing--four .row>div:first-of-type .pricing-features,
    .pricing--four .row>div:nth-of-type(2) .pricing-features {
        margin-bottom: 50px
    }
    .pricing--four .pricing-features__participants {
        padding-left: 0;
        text-align: center
    }
    .pricing--four .pricing-features__checklist {
        padding-left: 25%;
        margin-right: 0
    }
    .pricing__asterisk {
        position: relative;
        text-align: center;
        margin-bottom: 15px
    }
    .pricing-box__snipe p {
        margin-top: 6px
    }
    .pricing-features__checklist {
        padding: 0 0 0 50px;
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    .pricing,
    .pricing--four .row>div:first-of-type .pricing-features,
    .pricing--four .row>div:nth-of-type(2) .pricing-features {
        margin-bottom: 0
    }
    .pricing--two .pricing--sideburns {
        height: 432px
    }
    .pricing--two>.row {
        max-width: 100%
    }
    .pricing--one.pricing--extended .pricing--sideburns,
    .pricing--one .pricing-box--extended {
        height: 442px
    }
    .pricing__footer {
        height: 150px;
        color: #fff;
        margin-top: 0
    }
    .pricing__asterisk {
        position: relative;
        text-align: center;
        padding: 40px 0 15px;
        margin-top: 0
    }
    .pricing__view-more i {
        color: #fff!important
    }
    .pricing__view-more a {
        color: #fff
    }
    .pricing-box {
        min-height: 349px;
        height: 100%
    }
    .pricing-box--highlight {
        margin-bottom: -15px
    }
    .pricing-box__snipe {
        right: 10px
    }
    .pricing-box__separator {
        display: block
    }
    .pricing-box__participants {
        display: block!important;
        padding: 40px 0 20px
    }
    .pricing-box--extended {
        height: 432px
    }
    .pricing-box--extended.pricing-box--highlight {
        height: auto
    }
    .pricing-box--maximum {
        height: 460px
    }
    .pricing-box--maximum.pricing-box--highlight {
        height: auto
    }
    .pricing-box__price-replacer {
        padding: 34px 10px 0
    }
    .pricing-features {
        margin-top: 0
    }
    .pricing-features__accordion {
        display: block;
        padding: 20px 0
    }
    .pricing-features__checklist-wrapper {
        max-height: 0;
        overflow: hidden;
        transition: max-height .5s cubic-bezier(0, 1.05, 0, 1)
    }
    .pricing-features__checklist-wrapper.open {
        max-height: 900px;
        transition: max-height .5s ease-out
    }
    .pricing-features__checklist {
        padding-top: 40px;
        padding-left: 50px!important;
        margin-bottom: 50px
    }
    .pricing-features__participants {
        display: none;
        padding-left: 0!important
    }
    .pricing-features__shadow {
        display: block
    }
}

.g2m .pricing__view-more i {
    color: #fd7a2a
}

.g2m .pricing-box--highlight {
    border-color: #fd7a2a
}

.g2m .pricing-box__pricing-info a {
    color: #fd7a2a
}

.g2m .pricing-box__buy-button a {
    border-color: #fd7a2a;
    color: #fd7a2a
}

.g2m .pricing-box__buy-button a:hover {
    background-color: #fd7a2a
}

.g2m .pricing-box__buy-button--highlight a {
    border-color: #fd7a2a;
    background-color: #fd7a2a
}

.g2m .pricing-box__buy-button--highlight a:hover {
    border-color: #fc9402;
    background-color: #fc9402
}

.g2m .pricing-box__price-replacer a,
.g2m .pricing-box__subtext-link,
.g2m .pricing-features__accordion p {
    color: #fd7a2a
}

.g2m .pricing-box__separator {
    background: #e9ba1f;
    background: linear-gradient(135deg, #e9ba1f, #e18026 60%, #ca5328);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

@media only screen and (max-width:767px) {
    .g2m .pricing__footer {
        background: #e9ba1f;
        background: linear-gradient(135deg, #e9ba1f, #e18026 60%, #ca5328);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
    }
}

.g2w .pricing__view-more i {
    color: #0097e1
}

.g2w .pricing-box--highlight {
    border-color: #0097e1
}

.g2w .pricing-box__pricing-info a {
    color: #0097e1
}

.g2w .pricing-box__buy-button a {
    border-color: #0097e1;
    color: #0097e1
}

.g2w .pricing-box__buy-button a:hover {
    background-color: #0097e1
}

.g2w .pricing-box__buy-button--highlight a {
    border-color: #0097e1;
    background-color: #0097e1
}

.g2w .pricing-box__buy-button--highlight a:hover {
    border-color: #0080bf;
    background-color: #0080bf
}

.g2w .pricing-box__price-replacer a,
.g2w .pricing-box__subtext-link,
.g2w .pricing-features__accordion p {
    color: #0097e1
}

.g2w .pricing-box__separator {
    background: #6bcbdd;
    background: linear-gradient(135deg, #6bcbdd, #3797d1 60%, #3860a1);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

@media only screen and (max-width:767px) {
    .g2w .pricing__footer {
        background: #6bcbdd;
        background: linear-gradient(135deg, #6bcbdd, #3797d1 60%, #3860a1);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
    }
}

.g2t .pricing__view-more i {
    color: #e33370
}

.g2t .pricing-box--highlight {
    border-color: #e33370
}

.g2t .pricing-box__pricing-info a {
    color: #e33370
}

.g2t .pricing-box__buy-button a {
    border-color: #e33370;
    color: #e33370
}

.g2t .pricing-box__buy-button a:hover {
    background-color: #e33370
}

.g2t .pricing-box__buy-button--highlight a {
    border-color: #e33370;
    background-color: #e33370
}

.g2t .pricing-box__buy-button--highlight a:hover {
    border-color: #a80f5e;
    background-color: #a80f5e
}

.g2t .pricing-box__price-replacer a,
.g2t .pricing-box__subtext-link,
.g2t .pricing-features__accordion p {
    color: #e33370
}

.g2t .pricing-box__separator {
    background: #c15781;
    background: linear-gradient(135deg, #c15781, #992977 60%, #26336d);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

@media only screen and (max-width:767px) {
    .g2t .pricing__footer {
        background: #c15781;
        background: linear-gradient(135deg, #c15781, #992977 60%, #26336d);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
    }
}

.g2a .pricing__view-more i {
    color: #165c7d
}

.g2a .pricing-box--highlight {
    border-color: #165c7d
}

.g2a .pricing-box__pricing-info a {
    color: #165c7d
}

.g2a .pricing-box__buy-button a {
    border-color: #165c7d;
    color: #165c7d
}

.g2a .pricing-box__buy-button a:hover {
    background-color: #165c7d
}

.g2a .pricing-box__buy-button--highlight a {
    border-color: #165c7d;
    background-color: #165c7d
}

.g2a .pricing-box__buy-button--highlight a:hover {
    border-color: #2a969d;
    background-color: #2a969d
}

.g2a .pricing-box__price-replacer a,
.g2a .pricing-box__subtext-link,
.g2a .pricing-features__accordion p {
    color: #165c7d
}

.g2a .pricing-box__separator {
    background: #72bcb6;
    background: linear-gradient(135deg, #72bcb6, #2a969d 60%, #05628f);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

@media only screen and (max-width:767px) {
    .g2a .pricing__footer {
        background: #72bcb6;
        background: linear-gradient(135deg, #72bcb6, #2a969d 60%, #05628f);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
    }
}

.ov .pricing__view-more i {
    color: #c287ff
}

.ov .pricing-box--highlight {
    border-color: #c287ff
}

.ov .pricing-box__pricing-info a {
    color: #c287ff
}

.ov .pricing-box__buy-button a {
    border-color: #c287ff;
    color: #c287ff
}

.ov .pricing-box__buy-button a:hover {
    background-color: #c287ff
}

.ov .pricing-box__buy-button--highlight a {
    border-color: #c287ff;
    background-color: #c287ff
}

.ov .pricing-box__buy-button--highlight a:hover {
    border-color: #7361af;
    background-color: #7361af
}

.ov .pricing-box__price-replacer a,
.ov .pricing-box__subtext-link,
.ov .pricing-features__accordion p {
    color: #c287ff
}

.ov .pricing-box__separator {
    background: #9b7fba;
    background: linear-gradient(135deg, #9b7fba, #5c61a6 60%, #1c2e5c);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

@media only screen and (max-width:767px) {
    .ov .pricing__footer {
        background: #9b7fba;
        background: linear-gradient(135deg, #9b7fba, #5c61a6 60%, #1c2e5c);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
    }
}

.g2p .pricing__view-more i {
    color: #97c958
}

.g2p .pricing-box--highlight {
    border-color: #97c958
}

.g2p .pricing-box__pricing-info a {
    color: #97c958
}

.g2p .pricing-box__buy-button a {
    border-color: #97c958;
    color: #97c958
}

.g2p .pricing-box__buy-button a:hover {
    background-color: #97c958
}

.g2p .pricing-box__buy-button--highlight a {
    border-color: #97c958;
    background-color: #97c958
}

.g2p .pricing-box__buy-button--highlight a:hover {
    border-color: #4e9d2d;
    background-color: #4e9d2d
}

.g2p .pricing-box__price-replacer a,
.g2p .pricing-box__subtext-link,
.g2p .pricing-features__accordion p {
    color: #97c958
}

.g2p .pricing-box__separator {
    background: #94c96a;
    background: linear-gradient(135deg, #94c96a, #4e9d2d 60%, #32783e);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

@media only screen and (max-width:767px) {
    .g2p .pricing__footer {
        background: #94c96a;
        background: linear-gradient(135deg, #94c96a, #4e9d2d 60%, #32783e);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
    }
}

.product-navigation-item.dropdown {
    padding-right: 20px!important
}

.product-navigation-item .icon-arrow-down-ui,
.product-navigation-mobile-item .icon-arrow-down-ui {
    position: absolute;
    font-size: 1.5rem;
    margin: -6px 6px auto auto;
    transform: scaleY(1);
    transform-origin: 50% 42%;
    transition: transform .3s ease
}

.product-navigation-item.active .icon-arrow-down-ui,
.product-navigation-mobile-item.active .icon-arrow-down-ui {
    transform: scaleY(-1)
}

.product-navigation-mobile-item .icon-arrow-down-ui {
    margin-top: 3px;
    margin-right: 10px;
    right: 0
}

.product-navigation-mobile-section,
.product-navigation-section {
    background-color: #2c323a;
    overflow: hidden;
    max-height: 0;
    margin-top: 0;
    transition: max-height .5s ease, margin-top .5s ease
}

.top-nav--menu-open--transitioning .product-navigation-mobile-section,
.top-nav--menu-open--transitioning .product-navigation-section {
    transition: none
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .product-navigation-mobile-section,
    .product-navigation-section {
        transition: none
    }
}

@supports (-ms-ime-align:auto) {
    .product-navigation-mobile-section,
    .product-navigation-section {
        transition: none
    }
}

.product-navigation-mobile-section.open,
.product-navigation-section.open {
    max-height: 400px
}

.reference>img {
    max-width: 100%
}

.reference.align-left {
    float: left;
    margin-right: .625rem
}

.reference.align-right {
    float: right;
    margin-left: .625rem
}

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

.columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left
}

.large-4 {
    position: relative;
    width: 33.33333%
}

.large-8 {
    position: relative;
    width: 66.66667%
}

.rte__body {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: 1rem;
    padding: 0 25px;
    color: #586474;
    overflow: hidden
}

.rte__dark-bg {
    background: #434b58
}

.rte__dark-bg .rte__body,
.rte__dark-bg h1,
.rte__dark-bg h2,
.rte__dark-bg h3,
.rte__dark-bg h4,
.rte__dark-bg h5,
.rte__dark-bg h6,
.rte__dark-bg p {
    color: #fff
}

.rte.rte-comment {
    display: none
}

.rte ul {
    margin-top: 10px
}

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

.rte ol {
    margin-top: 10px
}

.rte ol li {
    list-style-type: decimal
}

.rte p {
    margin-bottom: 1rem
}

.rte .cms-textAlign-center {
    text-align: center
}

.rte .cms-textAlign-right {
    text-align: right
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .rte__body,
    .rte p {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

@media only screen and (max-width:767px) {
    .rte__body,
    .rte p {
        font-size: .75rem
    }
    .rte iframe {
        width: 100%
    }
    .rte .align-right {
        float: none;
        margin-left: 0
    }
}

.section-header {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    max-width: 1170px;
    margin: 0 auto
}

.section-header__eyebrow {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 17px;
    font-size: .75rem
}

.section-header__headline {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    color: #434b58;
    margin-bottom: 17px;
    font-size: 2.375rem;
    line-height: 3.1875rem
}

.section-header__subheadline {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-style: regular;
    font-color: #586474;
    font-size: 1.375rem;
    line-height: 2rem
}

.section-header__description {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    color: #586474;
    font-size: 1rem;
    line-height: 1.5rem
}

.section-header--padding {
    padding: 0 0% 0px
}

.section-header--trial-conversion .section-header__headline,
.section-header--trial-conversion .section-header__subheadline {
    font-family: Arial, Helvetica, sans-serif
}

.gradient .section-header .section-header__eyebrow,
.gradient .section-header .section-header__headline,
.gradient .section-header .section-header__subheadline {
    color: #fff
}

.g2m .section-header__eyebrow {
    color:#5766B9;
}

.g2m .gradient .section-header__eyebrow {
    color: #ff0
}

.g2a .section-header__eyebrow {
    color: #2a969d
}

.g2a .gradient .section-header__eyebrow {
    color: #00ffa3
}

.g2w .section-header__eyebrow {
    color: #3797d1
}

.g2w .gradient .section-header__eyebrow {
    color: #00e1ff
}

.g2t .section-header__eyebrow {
    color: #992977
}

.g2t .gradient .section-header__eyebrow {
    color: #fa50ff
}

.g2p .section-header__eyebrow {
    color: #4e9d2d
}

.g2p .gradient .section-header__eyebrow {
    color: #2eff1d
}

.ov .section-header__eyebrow {
    color: #5c61a6
}

.ov .gradient .section-header__eyebrow {
    color: #a08dff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-header {
        padding-bottom: 43px
    }
    .section-header__eyebrow {
        margin-bottom: 20px
    }
    .section-header__headline {
        margin-bottom: 20px;
        font-size: 2.0625rem;
        line-height: 2.25rem
    }
    .section-header__subheadline {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
    .section-header__description {
        font-size: .875rem;
        line-height: 1.25rem
    }
    .section-header--padding {
        padding: 0 15px 43px
    }
    .section-header--trial-conversion {
        padding-bottom: 0
    }
}

@media only screen and (max-width:767px) {
    .section-header {
        padding-bottom: 19px
    }
    .section-header__eyebrow {
        margin-bottom: 20px
    }
    .section-header__headline {
        margin-bottom: 20px;
        font-size: 1.75rem;
        line-height: 2.25rem
    }
    .section-header__subheadline {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
    .section-header__description {
        font-size: 1.125rem;
        line-height: 2.125rem
    }
    .section-header--padding {
        padding: 0 15px 19px
    }
    .section-header--trial-conversion {
        padding-bottom: 3px
    }
}

.section-caret:before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    display: inline-block;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff
}

.separator {
    border: none;
    height: 2px;
    background: #edeef0;
    margin: 0;
    overflow: visible;
    position: relative
}

.separator.caret:after,
.separator.caret:before {
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent
}

.separator.caret:before {
    border-top: 20px solid #edeef0
}

.separator.caret:after {
    border-top: 20px solid #fff;
    top: -3px
}

.gallery-side-by-side {
    padding: 60px 0
}

.gallery-side-by-side__link {
    text-align: center;
    margin: 10px 0
}

.gallery-side-by-side__large-5 {
    width: 41.66667%;
    padding-right: 50px
}

.gallery-side-by-side div[class*=" item-"],
.gallery-side-by-side div[class^=item-] {
    padding: 0 50px
}

.gallery-side-by-side div[class*=" item-"] img,
.gallery-side-by-side div[class*=" item-"] video,
.gallery-side-by-side div[class^=item-] img,
.gallery-side-by-side div[class^=item-] video {
    padding-bottom: 30px
}

.gallery-side-by-side div[class*=" item-"] video,
.gallery-side-by-side div[class^=item-] video {
    width: 100%
}

.gallery-side-by-side__large-7 {
    width: 58.33333%
}

.gallery-side-by-side__large-7 .owl-theme-features {
    width: 75%;
    position: relative;
    margin: 0 auto
}

.gallery-side-by-side__filled {
    font-size: .875rem;
    background: #fff;
    border-radius: 20px;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    padding: .5rem 1.25rem;
    border: 2px solid
}

.gallery-side-by-side__filled:hover {
    text-decoration: none
}

.gallery-side-by-side__row {
    border-bottom: 1px solid #c2c8d0;
    cursor: pointer;
    padding: 20px 0
}

.gallery-side-by-side__column-1 {
    display: table-cell;
    min-width: 75px;
    width: 10%;
    vertical-align: top;
    padding-top: 5px
}

.gallery-side-by-side__column-1 .tab-carousel-icon img {
    height: 40px;
    margin: 0 auto;
    display: block
}

.gallery-side-by-side__column-2 {
    display: table-cell
}

.gallery-side-by-side__column-2 .tab-heading {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    color: #586474;
    line-height: 1.25;
    padding-bottom: 3px;
    margin: 0
}

.gallery-side-by-side__column-2 .tab-heading a {
    color: #586474
}

.gallery-side-by-side__column-2 .tab-heading a:after {
    content: "\25BA";
    vertical-align: 6%;
    margin-left: 10px;
    font-size: 1rem
}

.gallery-side-by-side__column-2 .tab-heading a:hover {
    text-decoration: none
}

.gallery-side-by-side__column-2 .tab-snipe {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    padding: 0 10px;
    color: #fff;
    background-color: #6dd200;
    transform: skew(-25deg);
    width: auto;
    height: 24px;
    top: -1px;
    left: 7px;
    font-size: .875rem;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif
}

.gallery-side-by-side__column-2 .tab-snipe p {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-top: 1px;
    transform: skew(25deg);
    text-transform: uppercase;
    color: #fff
}

.gallery-side-by-side__column-2 .tab-description {
    font-size: .9375rem;
    line-height: 21px;
    margin: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .gallery-side-by-side {
        padding: 50px 50px 40px
    }
    .gallery-side-by-side .section-header {
        padding-bottom: 23px
    }
    .gallery-side-by-side__medium-6 {
        width: 50%;
        padding-left: 20px;
        padding-right: 20px
    }
    .gallery-side-by-side div[class*=" item-"] img,
    .gallery-side-by-side div[class^=item-] img {
        padding-bottom: 25px
    }
    .gallery-side-by-side .owl-controls {
        display: none
    }
    .gallery-side-by-side__column-1 {
        vertical-align: top;
        min-width: 50px
    }
    .gallery-side-by-side__column-1 .tab-carousel-icon img {
        width: 25px;
        height: auto
    }
    .gallery-side-by-side__column-2 .tab-description {
        font-size: .75rem;
        line-height: 18px
    }
    .gallery-side-by-side__column-2 .tab-heading {
        font-size: 1rem
    }
    .gallery-side-by-side__column-2 .tab-snipe p {
        margin-top: 4px
    }
    .gallery-side-by-side__large-5 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 30px
    }
    .gallery-side-by-side__large-7 {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .hide-for-small-only {
        display: none
    }
    .hide-for-small-only.current {
        display: block
    }
    div[class*=" item-"],
    div[class^=item-] {
        padding: 0 50px
    }
    div[class*=" item-"] img,
    div[class^=item-] img {
        padding-bottom: 25px
    }
    .owl-dot {
        width: 8px;
        height: 8px;
        background: #c2c8d0;
        border-radius: 50%;
        display: inline-block;
        margin: 0 8px
    }
    .owl-prev {
        left: 10px
    }
    .owl-prev:before {
        content: "\e924";
        left: -2px;
        line-height: 30px;
        font-size: 1.875rem;
        font-family: web-icons!important;
        color: #fff;
        position: absolute
    }
    .owl-next {
        right: 10px
    }
    .owl-next:before {
        content: "\e926";
        left: 2px;
        line-height: 30px;
        font-size: 1.875rem;
        font-family: web-icons!important;
        color: #fff;
        position: absolute
    }
    .owl-next,
    .owl-prev {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 35%;
        border-radius: 50%;
        color: transparent
    }
    .gallery-side-by-side {
        padding: 25px 0 12px
    }
    .gallery-side-by-side__medium-6.large-12.columns {
        width: 100%
    }
    .gallery-side-by-side__container {
        display: inline-block;
        white-space: nowrap
    }
    .gallery-side-by-side__column-1 {
        min-width: 33px;
        display: inline-block;
        padding-top: 0;
        vertical-align: middle
    }
    .gallery-side-by-side__column-1 .tab-carousel-icon img {
        width: 25px;
        height: auto
    }
    .gallery-side-by-side__large-7 {
        width: 100%;
        position: relative;
        padding: 0;
        margin-bottom: 30px
    }
    .gallery-side-by-side__large-5 {
        width: 100%;
        padding: 0 15px
    }
    .gallery-side-by-side__row {
        text-align: center;
        border-bottom: 0;
        padding-top: 0
    }
    .gallery-side-by-side__link {
        position: absolute;
        bottom: 15px;
        z-index: 10;
        left: 0;
        right: 0
    }
    .gallery-side-by-side__column-2 {
        display: inline-block;
        vertical-align: baseline
    }
    .gallery-side-by-side__column-2 .tab-heading {
        font-size: 1rem
    }
    .gallery-side-by-side__column-2 .tab-snipe p {
        margin-top: 4px
    }
    .gallery-side-by-side .owl-controls {
        text-align: center;
        height: 22px;
        padding-top: 25px;
        margin-top: 25px
    }
    .gallery-side-by-side .owl-controls .owl-buttons {
        position: absolute;
        top: 43%;
        width: 100%;
        z-index: 98
    }
    .gallery-side-by-side .owl-controls .owl-buttons .owl-prev {
        margin-left: -15.2%;
        left: 0
    }
    .gallery-side-by-side .owl-controls .owl-buttons .owl-next {
        margin-right: -15.2%;
        right: 0
    }
    .gallery-side-by-side .owl-controls .owl-buttons div {
        position: absolute;
        width: 32px;
        height: 32px;
        border-radius: 100%;
        display: inline-block;
        zoom: 1;
        margin: 0 0 0 4%;
        cursor: pointer
    }
    .gallery-side-by-side .owl-controls .owl-buttons div:before {
        content: "\e654";
        margin: 18% 0;
        font-size: 1rem;
        color: #fff
    }
    .gallery-side-by-side .owl-controls .owl-pagination {
        margin-top: 40px;
        z-index: 98;
        visibility: visible
    }
    .gallery-side-by-side .owl-controls .owl-pagination .owl-page {
        zoom: 1;
        display: inline-block;
        cursor: pointer
    }
    .gallery-side-by-side .owl-controls .owl-pagination .owl-page span {
        background: #edeef0;
        height: 10px;
        width: 10px;
        margin: 5px 7px;
        display: block;
        border-radius: 100%
    }
}

.g2m .gallery-side-by-side .current .tab-description,
.g2m .gallery-side-by-side .current .tab-heading,
.g2m .gallery-side-by-side .current .tab-heading a,
.g2m .gallery-side-by-side .current .tab-heading a:after,
.g2m .gallery-side-by-side .current .tab-icon,
.g2m .gallery-side-by-side .pagination:hover .tab-description,
.g2m .gallery-side-by-side .pagination:hover .tab-heading,
.g2m .gallery-side-by-side .pagination:hover .tab-heading a {
    color: #e18026
}

.g2m .gallery-side-by-side .owl-dot.active,
.g2m .gallery-side-by-side .owl-next,
.g2m .gallery-side-by-side .owl-prev {
    background: #e18026
}

.g2m .gallery-side-by-side__filled {
    color: #fd7a2a;
    border-color: #fd7a2a
}

.g2m .gallery-side-by-side__filled:hover {
    background: #fd7a2a;
    color: #fff
}

.g2m .gallery-side-by-side .owl-controls .owl-buttons div {
    background-color: #fc9402
}

.g2m .gallery-side-by-side .owl-controls .owl-pagination .owl-page.active span {
    background: #fc9402
}

.g2a .gallery-side-by-side .current .tab-description,
.g2a .gallery-side-by-side .current .tab-heading,
.g2a .gallery-side-by-side .current .tab-heading a,
.g2a .gallery-side-by-side .current .tab-heading a:after,
.g2a .gallery-side-by-side .current .tab-icon,
.g2a .gallery-side-by-side .pagination:hover .tab-description,
.g2a .gallery-side-by-side .pagination:hover .tab-heading,
.g2a .gallery-side-by-side .pagination:hover .tab-heading a {
    color: #2a969d
}

.g2a .gallery-side-by-side .owl-dot.active,
.g2a .gallery-side-by-side .owl-next,
.g2a .gallery-side-by-side .owl-prev {
    background: #2a969d
}

.g2a .gallery-side-by-side__filled {
    color: #165c7d;
    border-color: #165c7d
}

.g2a .gallery-side-by-side__filled:hover {
    background: #165c7d;
    color: #fff
}

.g2a .gallery-side-by-side .owl-controls .owl-buttons div {
    background-color: #2a969d
}

.g2a .gallery-side-by-side .owl-controls .owl-pagination .owl-page.active span {
    background: #2a969d
}

.g2w .gallery-side-by-side .current .tab-description,
.g2w .gallery-side-by-side .current .tab-heading,
.g2w .gallery-side-by-side .current .tab-heading a,
.g2w .gallery-side-by-side .current .tab-heading a:after,
.g2w .gallery-side-by-side .current .tab-icon,
.g2w .gallery-side-by-side .pagination:hover .tab-description,
.g2w .gallery-side-by-side .pagination:hover .tab-heading,
.g2w .gallery-side-by-side .pagination:hover .tab-heading a {
    color: #3797d1
}

.g2w .gallery-side-by-side .owl-dot.active,
.g2w .gallery-side-by-side .owl-next,
.g2w .gallery-side-by-side .owl-prev {
    background: #3797d1
}

.g2w .gallery-side-by-side__filled {
    color: #0097e1;
    border-color: #0097e1
}

.g2w .gallery-side-by-side__filled:hover {
    background: #0097e1;
    color: #fff
}

.g2w .gallery-side-by-side .owl-controls .owl-buttons div {
    background-color: #0080bf
}

.g2w .gallery-side-by-side .owl-controls .owl-pagination .owl-page.active span {
    background: #0080bf
}

.g2t .gallery-side-by-side .current .tab-description,
.g2t .gallery-side-by-side .current .tab-heading,
.g2t .gallery-side-by-side .current .tab-heading a,
.g2t .gallery-side-by-side .current .tab-heading a:after,
.g2t .gallery-side-by-side .current .tab-icon,
.g2t .gallery-side-by-side .pagination:hover .tab-description,
.g2t .gallery-side-by-side .pagination:hover .tab-heading,
.g2t .gallery-side-by-side .pagination:hover .tab-heading a {
    color: #992977
}

.g2t .gallery-side-by-side .owl-dot.active,
.g2t .gallery-side-by-side .owl-next,
.g2t .gallery-side-by-side .owl-prev {
    background: #992977
}

.g2t .gallery-side-by-side__filled {
    color: #e33370;
    border-color: #e33370
}

.g2t .gallery-side-by-side__filled:hover {
    background: #e33370;
    color: #fff
}

.g2t .gallery-side-by-side .owl-controls .owl-buttons div {
    background-color: #a80f5e
}

.g2t .gallery-side-by-side .owl-controls .owl-pagination .owl-page.active span {
    background: #a80f5e
}

.g2p .gallery-side-by-side .current .tab-description,
.g2p .gallery-side-by-side .current .tab-heading,
.g2p .gallery-side-by-side .current .tab-heading a,
.g2p .gallery-side-by-side .current .tab-heading a:after,
.g2p .gallery-side-by-side .current .tab-icon,
.g2p .gallery-side-by-side .pagination:hover .tab-description,
.g2p .gallery-side-by-side .pagination:hover .tab-heading,
.g2p .gallery-side-by-side .pagination:hover .tab-heading a {
    color: #4e9d2d
}

.g2p .gallery-side-by-side .owl-dot.active,
.g2p .gallery-side-by-side .owl-next,
.g2p .gallery-side-by-side .owl-prev {
    background: #4e9d2d
}

.g2p .gallery-side-by-side__filled {
    color: #4e9d2d;
    border-color: #4e9d2d
}

.g2p .gallery-side-by-side__filled:hover {
    background: #4e9d2d;
    color: #fff
}

.g2p .gallery-side-by-side .owl-controls .owl-buttons div {
    background-color: #97c958
}

.g2p .gallery-side-by-side .owl-controls .owl-pagination .owl-page.active span {
    background: #97c958
}

.ov .gallery-side-by-side .current .tab-description,
.ov .gallery-side-by-side .current .tab-heading,
.ov .gallery-side-by-side .current .tab-heading a,
.ov .gallery-side-by-side .current .tab-heading a:after,
.ov .gallery-side-by-side .current .tab-icon,
.ov .gallery-side-by-side .pagination:hover .tab-description,
.ov .gallery-side-by-side .pagination:hover .tab-heading,
.ov .gallery-side-by-side .pagination:hover .tab-heading a {
    color: #5c61a6
}

.ov .gallery-side-by-side .owl-dot.active,
.ov .gallery-side-by-side .owl-next,
.ov .gallery-side-by-side .owl-prev {
    background: #5c61a6
}

.ov .gallery-side-by-side__filled {
    color: #7361af;
    border-color: #7361af
}

.ov .gallery-side-by-side__filled:hover {
    background: #7361af;
    color: #fff
}

.ov .gallery-side-by-side .owl-controls .owl-buttons div {
    background-color: #c287ff
}

.ov .gallery-side-by-side .owl-controls .owl-pagination .owl-page.active span {
    background: #c287ff
}

.social-proof {
    padding: 60px 0 25px
}

.social-proof__inner {
    padding: 0 140px 30px
}

.social-proof__inner>.social-proof__item {
    padding-bottom: 2px
}

.social-proof--background {
    background-color: #f1f1f2
}

.social-proof .owl-next,
.social-proof .owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 100px;
    border-radius: 50%;
    color: transparent
}

.social-proof .owl-next:before,
.social-proof .owl-prev:before {
    font-family: web-icons!important;
    color: #fff;
    position: absolute;
    line-height: 40px;
    font-size: 36px
}

.social-proof .owl-dot {
    width: 8px;
    height: 8px;
    background: #c2c8d0;
    border-radius: 50%;
    display: inline-block;
    margin: 0 8px
}

.social-proof .owl-dot.active {
    background: green
}

.social-proof .owl-prev {
    left: -90px
}

.social-proof .owl-prev:before {
    content: "\e924";
    left: 0
}

.social-proof .owl-next {
    right: -90px
}

.social-proof .owl-next:before {
    content: "\e926";
    left: 4px
}

.social-proof .owl-dots {
    text-align: center
}

.social-proof__item {
    padding-bottom: 35px;
    width: 100%
}

.social-proof__item-image-wrapper {
    padding: 25px 25px 25px 0;
    width: 135px;
    display: inline-block;
    vertical-align: middle
}

.social-proof__item-image-wrapper>img {
    display: block;
    border-radius: 50%;
    width: 125px!important;
    height: 125px;
    margin: 0 auto
}

.social-proof__item-text-wrapper {
    border-left: 1px solid #a6aeba;
    padding: 25px 0 15px 25px;
    display: inline-block;
    vertical-align: middle;
    width: -35%;
    width: calc(100% - 145px)
}

.social-proof__item-quote {
    margin-bottom: 20px;
    font-family: Lato-italic, Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 28px;
    color: #586474;
    position: relative
}

.social-proof__item-quote.quote-en:before {
    content: "\201C";
    left: -10px;
    position: absolute
}

.social-proof__item-quote.quote-en:after {
    content: "\201D"
}

.social-proof__item-quote.quote-fr:before {
    content: "«";
    left: -15px;
    position: absolute
}

.social-proof__item-quote.quote-fr:after {
    content: "»"
}

.social-proof__item-quote.quote-de:before {
    content: "„";
    left: -10px;
    position: absolute
}

.social-proof__item-quote.quote-de:after {
    content: "“"
}

.social-proof__item-credit {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #586474;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.social-proof__item-credit-author {
    margin-bottom: 5px
}

.social-proof__item-credit-sponsor {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap
}

.social-proof__item-credit-sponsor img {
    position: relative;
    margin-left: 4px;
    top: -3px;
    height: 30px;
    width: auto!important
}

.social-proof__item.square-crop .social-proof__item-image-wrapper>img {
    border-radius: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .social-proof {
        padding: 50px 0 45px
    }
    .social-proof__inner {
        padding: 0
    }
    .social-proof__inner>.social-proof__item {
        padding-bottom: 0
    }
    .social-proof__inner>.social-proof__item>.social-proof__item-text-wrapper {
        margin-bottom: 0
    }
    .social-proof .owl-prev {
        left: 50px
    }
    .social-proof .owl-next {
        right: 50px
    }
    .social-proof__item {
        padding: 0 90px;
        -ms-flex-align: center;
        align-items: center
    }
    .social-proof__item-vr {
        display: none
    }
    .social-proof__item-image-wrapper {
        padding: 0;
        float: none;
        width: auto;
        margin: 0 auto;
        display: block
    }
    .social-proof__item-text-wrapper {
        display: block;
        margin: 30px 50px 50px;
        padding: 0;
        border: none;
        width: auto
    }
    .social-proof__item-quote {
        font-size: 18px;
        line-height: 24px;
        text-align: center
    }
    .social-proof__item-quote.quote-de:before,
    .social-proof__item-quote.quote-en:before,
    .social-proof__item-quote.quote-fr:before,
    .social-proof__item-quote:before {
        position: relative;
        left: 0
    }
    .social-proof__item-credit {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 12px
    }
    .social-proof__item-credit-author {
        text-align: center;
        margin-bottom: 0
    }
    .social-proof__item-credit-sponsor {
        height: 12px;
        margin: 15px 0 0
    }
    .social-proof__item-credit-sponsor img {
        top: -1px;
        height: 21px
    }
}

@media only screen and (max-width:767px) {
    .social-proof {
        padding: 25px 0 20px
    }
    .social-proof__inner {
        padding: 0
    }
    .social-proof__inner>.social-proof__item {
        padding-bottom: 0
    }
    .social-proof__inner>.social-proof__item>.social-proof__item-text-wrapper {
        margin-bottom: 0
    }
    .social-proof .owl-next,
    .social-proof .owl-prev {
        width: 30px;
        height: 30px
    }
    .social-proof .owl-next:before,
    .social-proof .owl-prev:before {
        line-height: 30px;
        font-size: 30px
    }
    .social-proof .owl-prev {
        left: 15px
    }
    .social-proof .owl-prev:before {
        content: "\e924";
        left: -2px
    }
    .social-proof .owl-next {
        right: 15px
    }
    .social-proof .owl-next:before {
        content: "\e926";
        left: 2px
    }
    .social-proof__item {
        padding: 0 60px
    }
    .social-proof__item-quote.quote-de:before,
    .social-proof__item-quote.quote-en:before,
    .social-proof__item-quote.quote-fr:before,
    .social-proof__item-quote:before {
        position: relative;
        left: 0
    }
    .social-proof__item-vr {
        display: none
    }
    .social-proof__item-image-wrapper {
        padding: 0;
        float: none;
        width: auto;
        margin: 0 auto;
        display: block
    }
    .social-proof__item-image-wrapper img {
        width: 95px!important;
        height: 95px
    }
    .social-proof__item-text-wrapper {
        display: block;
        margin: 30px 0;
        padding: 0;
        width: auto;
        border: none
    }
    .social-proof__item-quote {
        font-size: 14px;
        line-height: 20px;
        text-align: center
    }
    .social-proof__item-credit {
        font-size: 10px;
        line-height: 16px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
    .social-proof__item-credit-author {
        margin-bottom: 0
    }
    .social-proof__item-credit-sponsor {
        height: 10px;
        margin: 15px 0 0
    }
    .social-proof__item-credit-sponsor img {
        height: 21px
    }
}

.g2m .social-proof .owl-dot.active,
.g2m .social-proof .owl-next,
.g2m .social-proof .owl-prev,
.g2m .trial-form__side__iconstat__container.carousel .owl-dot.active {
    background: #fc9402
}

.g2a .social-proof .owl-dot.active,
.g2a .social-proof .owl-next,
.g2a .social-proof .owl-prev,
.g2a .trial-form__side__iconstat__container.carousel .owl-dot.active {
    background: #76ccce
}

.g2w .social-proof .owl-dot.active,
.g2w .social-proof .owl-next,
.g2w .social-proof .owl-prev,
.g2w .trial-form__side__iconstat__container.carousel .owl-dot.active {
    background: #0097e1
}

.g2t .social-proof .owl-dot.active,
.g2t .social-proof .owl-next,
.g2t .social-proof .owl-prev,
.g2t .trial-form__side__iconstat__container.carousel .owl-dot.active {
    background: #e33370
}

.g2p .social-proof .owl-dot.active,
.g2p .social-proof .owl-next,
.g2p .social-proof .owl-prev,
.g2p .trial-form__side__iconstat__container.carousel .owl-dot.active {
    background: #97c958
}

.ov .social-proof .owl-dot.active,
.ov .social-proof .owl-next,
.ov .social-proof .owl-prev,
.ov .trial-form__side__iconstat__container.carousel .owl-dot.active {
    background: #c287ff
}

.icon-text .section-header__eyebrow {
    text-transform: uppercase
}

.icon-text.animated img,
.icon-text.animated video {
    position: relative;
    margin: 0 auto;
    width: 211px;
    height: 211px;
    margin-bottom: 34px
}

.icon-text .owl-carousel {
    display: block
}

.icon-text.proof-points img,
.icon-text.proof-points video {
    height: 73px;
    margin-bottom: 35px
}

.icon-text .owl-dot {
    width: 8px;
    height: 8px;
    background: #c2c8d0;
    border-radius: 50%;
    display: inline-block;
    margin: 0 8px
}

.icon-text .owl-carousel img,
.icon-text .owl-carousel video {
    width: auto
}

.icon-text .owl-carousel.owl-loaded .icon-text__item {
    width: 100%
}

.icon-text .owl-dots {
    padding-top: 25px;
    text-align: center
}

.icon-text.gradient .icon-text__body,
.icon-text.gradient .icon-text__title,
.icon-text.gradient .icon-text__title a,
.icon-text.gradient a,
.icon-text.gradient a:after {
    color: #fff
}

.icon-text.gradient .icon-text__body:hover,
.icon-text.gradient .icon-text__title:hover,
.icon-text.gradient .icon-text__title a:hover,
.icon-text.gradient a:after:hover,
.icon-text.gradient a:hover {
    color: #edeef0
}

.icon-text img,
.icon-text video {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 60px
}

.icon-text__item {
    padding: 0
}

.icon-text .bold .icon-text__title,
.icon-text__title {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif
}

.icon-text__title {
    color: #586474;
    text-align: center;
    font-size: 1.375rem;
    padding-bottom: 15px;
    position: relative
}

.icon-text__title a {
    color: #586474
}

.icon-text__title a:focus {
    text-decoration: none
}

.icon-text__title.arrow a:after {
    color: #586474;
    content: "\25BA";
    margin-left: 10px;
    position: absolute;
    bottom: 20px;
    font-size: 1rem
}

.icon-text__snipe {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding: 0 10px;
    background-color: #6dd200;
    transform: skew(-25deg);
    width: auto;
    height: 24px;
    top: -1px;
    font-size: .875rem
}

.icon-text__snipe,
.icon-text__snipe p {
    color: #fff;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif
}

.icon-text__snipe p {
    font-size: 14px;
    margin-top: 1px;
    transform: skew(25deg);
    text-transform: uppercase
}

.icon-text__column-full .icon-text__item {
    width: 100%
}

.icon-text__column-half .icon-text__item {
    width: 50%;
    padding: 0 32px;
    display: inline-block;
    float: left
}

.icon-text__column-third .icon-text__item {
    width: 33%;
    display: inline-block;
    float: left;
    padding: 0 20px
}

.icon-text__column-fourth .icon-text__item {
    width: 25%;
    display: inline-block;
    float: left;
    padding: 0 20px;
    text-align: center;
    cursor: pointer
}

.icon-text .row {
    padding: 0 25px 50px
}

.icon-text .row:last-of-type {
    padding-bottom: 0
}

.icon-text .align-left .icon-text__body,
.icon-text .align-left ul {
    text-align: left
}

.icon-text__body {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: 1.0625rem;
    color: #586474;
    line-height: 26px;
    text-align: center
}

.icon-text__cta-global {
    padding-top: 50px
}

.icon-text__cta-global a {
    margin: 0 auto
}

.icon-text__cta-global a,
.icon-text__cta a {
    text-align: center;
    width: 179px;
    padding: 7px 0;
    border-radius: 20px;
    text-transform: capitalize;
    display: block;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    font-size: .875rem
}

.icon-text__cta a {
    margin: 50px auto 0
}

.icon-text ul {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 1rem;
    color: #586474;
    padding: 0
}

.icon-text ul li {
    margin-bottom: 20px;
    text-indent: -1em
}

.icon-text ul li:before {
    content: "• ";
    margin-right: 5px
}

.icon-text--resource {
    padding: 0 60px
}

.icon-text--resource.padding-top-none {
    padding-top: 0
}

.icon-text--resource.padding-top-sm {
    padding-top: 30px
}

.icon-text--resource.padding-top-lg {
    padding-top: 60px
}

.icon-text--resource.padding-bottom-none {
    padding-bottom: 0
}

.icon-text--resource.padding-bottom-sm {
    padding-bottom: 30px
}

.icon-text--resource.padding-bottom-lg {
    padding-bottom: 60px
}

.icon-text--resource .row.icon-text__column-fourth {
    padding: 0
}

.icon-text--resource .row:last-of-type {
    padding-bottom: 0
}

.icon-text--resource .section-header__eyebrow {
    display: none
}

.icon-text--resource .section-header__headline {
    color: #586474;
    margin: 0 0 30px;
    font-size: 1.375rem;
    line-height: 1.375rem;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif
}

.icon-text--resource .section-header__subheadline {
    color: #586474;
    margin-bottom: 60px;
    font-size: .875rem;
    line-height: .875rem;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif
}

.icon-text--resource .icon-text__item img,
.icon-text--resource .icon-text__item video {
    margin: 0 auto 27px
}

.icon-text--resource .icon-text__item a:hover .icon-text__item-text {
    color: #23527c
}

.icon-text--resource .icon-text__item-text {
    transition: color .5s ease;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    color: #309ddc;
    padding: 0;
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    line-height: 1.375rem
}

.icon-text--resource .icon-text__item:first-child {
    padding-left: 0
}

.icon-text--resource .icon-text__item:nth-child(4) {
    padding-right: 0
}

.icon-text--compact .section-header__subheadline {
    font-size: 1.75rem
}

.icon-text--compact .tooltip__wrapper {
    white-space: normal
}

.icon-text--compact .icon-text__body {
    text-align: initial
}

.icon-text--compact .icon-text__item img {
    margin-bottom: 0;
    width: auto;
    height: 50px
}

.icon-text--compact .icon-text__item .tooltipstered,
.icon-text--compact .icon-text__item span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding-left: 63px;
    height: 50px
}

.icon-text--compact .icon-text__image {
    cursor: pointer;
    position: absolute;
    z-index: -1;
    width: 50px
}

.icon-text--compact .row {
    max-width: 1192px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .icon-text.animated img,
    .icon-text.animated video {
        margin-bottom: 21px;
        width: auto;
        height: 146px
    }
    .icon-text__cta a {
        margin: 25px auto 0
    }
    .icon-text__cta-global a {
        margin: 0 auto
    }
    .icon-text .row {
        padding: 0 25px 50px
    }
    .icon-text .row:last-of-type {
        padding-bottom: 0
    }
    .icon-text .align-left .icon-text__body {
        text-align: center
    }
    .icon-text__body {
        font-size: .875rem;
        line-height: 20px
    }
    .icon-text__title {
        font-size: 1.25rem;
        line-height: 28px
    }
    .icon-text__title.arrow a:after {
        bottom: 16px
    }
    .icon-text__snipe p {
        margin-top: 4px
    }
    .icon-text ul {
        font-size: .875rem
    }
    .icon-text.tab-style-1 .icon-text__item {
        padding: 0 5px
    }
    .icon-text.tab-style-1 .icon-text__cta a {
        margin: 50px auto
    }
    .icon-text.tab-style-2 .icon-text__item {
        width: 100%;
        float: none;
        display: block;
        padding: 0 20px 50px
    }
    .icon-text.tab-style-2 .icon-text__item:last-of-type {
        padding-bottom: 0
    }
    .icon-text.tab-style-2 .icon-text__column-full .icon-text__item,
    .icon-text.tab-style-2 .icon-text__column-half .icon-text__item,
    .icon-text.tab-style-2 .icon-text__column-third .icon-text__item {
        width: 100%;
        display: block;
        padding-bottom: 50px
    }
    .icon-text.tab-style-2 .icon-text__column-full .icon-text__item:last-of-type,
    .icon-text.tab-style-2 .icon-text__column-half .icon-text__item:last-of-type,
    .icon-text.tab-style-2 .icon-text__column-third .icon-text__item:last-of-type {
        padding-bottom: 0
    }
    .icon-text--resource {
        padding-left: 60px;
        padding-right: 60px
    }
    .icon-text--resource .section-header {
        padding-bottom: 60px
    }
    .icon-text--resource .section-header__subheadline {
        margin-bottom: 0
    }
    .icon-text--resource .icon-text__item img,
    .icon-text--resource .icon-text__item video {
        margin: 0 auto 28px
    }
    .icon-text--resource .icon-text__item-text {
        font-size: .875rem;
        line-height: normal
    }
    .icon-text--resource .icon-text__item:nth-last-of-type(-n+2) {
        padding-bottom: 0
    }
    .icon-text--resource .icon-text__column-fourth {
        max-width: 600px
    }
    .icon-text--resource .icon-text__column-fourth .icon-text__item {
        width: 50%;
        padding: 0 0 58px
    }
    .icon-text--resource .icon-text__column-fourth .icon-text__item:nth-last-of-type(-n+2) {
        padding-bottom: 0
    }
    .icon-text--resource .icon-text__column-fourth .icon-text__item:nth-child(odd) {
        padding-right: 10px
    }
    .icon-text--resource .icon-text__column-fourth .icon-text__item:nth-child(2n) {
        padding-left: 10px
    }
}

@media only screen and (max-width:767px) {
    .icon-text.animated img,
    .icon-text.animated video {
        margin-bottom: 11px;
        width: 146px;
        height: auto
    }
    .icon-text.proof-points img,
    .icon-text.proof-points video {
        height: 40px;
        margin-bottom: 20px
    }
    .icon-text .owl-prev {
        left: 15px
    }
    .icon-text .owl-prev:before {
        content: "\e924";
        left: -2px;
        line-height: 20px;
        font-size: 20px;
        font-family: web-icons!important;
        color: #fff;
        position: absolute
    }
    .icon-text .owl-dots {
        padding-top: 18px
    }
    .icon-text .owl-next {
        right: 15px
    }
    .icon-text .owl-next:before {
        content: "\e926";
        left: 2px;
        line-height: 20px;
        font-size: 20px;
        font-family: web-icons!important;
        color: #fff;
        position: absolute
    }
    .icon-text .owl-next,
    .icon-text .owl-prev {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 30%;
        border-radius: 50%;
        color: transparent
    }
    .icon-text .owl-carousel .icon-text__body {
        padding: 0 20px
    }
    .icon-text__body {
        font-size: .75rem;
        line-height: 18px
    }
    .icon-text__cta-global {
        padding-top: 0
    }
    .icon-text__cta-global a,
    .icon-text__cta a {
        margin: 25px auto 0
    }
    .icon-text .align-left .icon-text__body {
        text-align: center
    }
    .icon-text__title {
        font-size: 1.125rem;
        margin-bottom: 15px;
        padding-bottom: 0
    }
    .icon-text__title.arrow a:after {
        bottom: 2px
    }
    .icon-text__snipe p {
        margin-top: 4px
    }
    .icon-text ul {
        font-size: .75rem
    }
    .icon-text img,
    .icon-text video {
        margin-bottom: 20px
    }
    .icon-text .row {
        padding: 0 15px
    }
    .icon-text .row:last-of-type {
        padding-bottom: 0
    }
    .icon-text.mob-style-1 .row:first-of-type {
        padding-top: 21px
    }
    .icon-text.mob-style-1 .row:last-of-type {
        padding-bottom: 0
    }
    .icon-text.mob-style-1 img,
    .icon-text.mob-style-1 video {
        display: none
    }
    .icon-text.mob-style-1 .icon-text__title {
        text-align: left;
        padding-bottom: 0;
        margin-bottom: 0
    }
    .icon-text.mob-style-1 .icon-text__title:before {
        content: "\2713 ";
        font-size: 1.1875rem;
        margin-right: 5px
    }
    .icon-text.mob-style-1 .icon-text__title a:after {
        margin-left: 7px
    }
    .icon-text.mob-style-1 .icon-text__item {
        width: 100%;
        padding: 0 0 20px
    }
    .icon-text.mob-style-1 .icon-text__body,
    .icon-text.mob-style-1 .icon-text__cta {
        display: none
    }
    .icon-text.mob-style-2 .icon-text__item {
        width: 100%;
        padding: 25px 20px 0
    }
    .icon-text.mob-style-2 .icon-text__item:first-child {
        padding-top: 0
    }
    .icon-text--resource {
        padding: 0 30px
    }
    .icon-text--resource .section-header {
        padding: 0
    }
    .icon-text--resource .section-header__headline {
        font-size: 1.125rem;
        line-height: 1.5rem;
        margin-bottom: 27px
    }
    .icon-text--resource .section-header__subheadline {
        font-size: .75rem;
        line-height: .75rem
    }
    .icon-text--resource .icon-text__item img,
    .icon-text--resource .icon-text__item video {
        margin: 0 auto 29px
    }
    .icon-text--resource .icon-text__item-text {
        font-size: .875rem;
        line-height: 1rem;
        margin-bottom: 0
    }
    .icon-text--resource .icon-text__column-fourth .icon-text__item {
        width: 100%;
        padding: 0 0 58px;
        text-align: center
    }
    .icon-text--resource .icon-text__column-fourth .icon-text__item:last-of-type {
        padding-bottom: 0
    }
    .icon-text--compact .row {
        padding-bottom: 25px
    }
}

.g2m .icon-text li:before {
    color: #fd7a2a
}

.g2m .icon-text .owl-dot.active,
.g2m .icon-text .owl-next,
.g2m .icon-text .owl-prev {
    background: #fd7a2a
}

.g2m .icon-text__body a,
.g2m .icon-text__title:before {
    color: #fd7a2a
}

.g2m .icon-text__body a:hover {
    text-decoration: underline!important
}

.g2m .icon-text .icon-text__cta-global a,
.g2m .icon-text .icon-text__cta a {
    border: 2px solid #fd7a2a;
    color: #fd7a2a
}

.g2m .icon-text .icon-text__cta-global a:hover,
.g2m .icon-text .icon-text__cta a:hover {
    color: #fff;
    background: #fd7a2a
}

.g2m .icon-text a:hover {
    color: #fd7a2a;
    text-decoration: none
}

.g2m .icon-text a:hover:after {
    color: #fd7a2a
}

.g2m .icon-text.gradient {
    background: #e9ba1f;
    background: linear-gradient(135deg, #e9ba1f, #e18026 60%, #ca5328);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2m .icon-text.gradient .icon-text__title.arrow a:after,
.g2m .icon-text.gradient .icon-text__title:before {
    color: #fff
}

.g2m .icon-text.gradient .icon-text__cta-global a,
.g2m .icon-text.gradient .icon-text__cta a {
    border: 2px solid #fff;
    color: #fff
}

.g2m .icon-text.gradient .icon-text__cta-global a:hover,
.g2m .icon-text.gradient .icon-text__cta a:hover {
    background: #fd7a2a
}

.g2m .icon-text.gradient a:hover,
.g2m .icon-text.gradient a:hover:after {
    color: #edeef0
}

.g2m .icon-text.gradient ul li:before {
    color: #ff0
}

.g2w .icon-text li:before {
    color: #0097e1
}

.g2w .icon-text .owl-dot.active,
.g2w .icon-text .owl-next,
.g2w .icon-text .owl-prev {
    background: #0097e1
}

.g2w .icon-text__body a,
.g2w .icon-text__title:before {
    color: #0097e1
}

.g2w .icon-text__body a:hover {
    text-decoration: underline!important
}

.g2w .icon-text .icon-text__cta-global a,
.g2w .icon-text .icon-text__cta a {
    border: 2px solid #0097e1;
    color: #0097e1
}

.g2w .icon-text .icon-text__cta-global a:hover,
.g2w .icon-text .icon-text__cta a:hover {
    color: #fff;
    background: #0097e1
}

.g2w .icon-text a:hover {
    color: #0097e1;
    text-decoration: none
}

.g2w .icon-text a:hover:after {
    color: #0097e1
}

.g2w .icon-text.gradient {
    background: #6bd3d0;
    background: linear-gradient(135deg, #6bd3d0, #0068a8 60%, #3860a1);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2w .icon-text.gradient .icon-text__title.arrow a:after,
.g2w .icon-text.gradient .icon-text__title:before {
    color: #fff
}

.g2w .icon-text.gradient .icon-text__cta-global a,
.g2w .icon-text.gradient .icon-text__cta a {
    border: 2px solid #fff;
    color: #fff
}

.g2w .icon-text.gradient .icon-text__cta-global a:hover,
.g2w .icon-text.gradient .icon-text__cta a:hover {
    background: #0097e1
}

.g2w .icon-text.gradient a:hover,
.g2w .icon-text.gradient a:hover:after {
    color: #edeef0
}

.g2w .icon-text.gradient ul li:before {
    color: #00e1ff
}

.g2t .icon-text li:before {
    color: #e33370
}

.g2t .icon-text .owl-dot.active,
.g2t .icon-text .owl-next,
.g2t .icon-text .owl-prev {
    background: #e33370
}

.g2t .icon-text__body a,
.g2t .icon-text__title:before {
    color: #e33370
}

.g2t .icon-text__body a:hover {
    text-decoration: underline!important
}

.g2t .icon-text .icon-text__cta-global a,
.g2t .icon-text .icon-text__cta a {
    border: 2px solid #e33370;
    color: #e33370
}

.g2t .icon-text .icon-text__cta-global a:hover,
.g2t .icon-text .icon-text__cta a:hover {
    color: #fff;
    background: #e33370
}

.g2t .icon-text a:hover {
    color: #e33370;
    text-decoration: none
}

.g2t .icon-text a:hover:after {
    color: #e33370
}

.g2t .icon-text.gradient {
    background: #c15781;
    background: linear-gradient(135deg, #c15781, #992977 60%, #26336d);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2t .icon-text.gradient .icon-text__title.arrow a:after,
.g2t .icon-text.gradient .icon-text__title:before {
    color: #fff
}

.g2t .icon-text.gradient .icon-text__cta-global a,
.g2t .icon-text.gradient .icon-text__cta a {
    border: 2px solid #fff;
    color: #fff
}

.g2t .icon-text.gradient .icon-text__cta-global a:hover,
.g2t .icon-text.gradient .icon-text__cta a:hover {
    background: #87054f
}

.g2t .icon-text.gradient a:hover,
.g2t .icon-text.gradient a:hover:after {
    color: #edeef0
}

.g2t .icon-text.gradient ul li:before {
    color: #fa50ff
}

.g2a .icon-text li:before {
    color: #165c7d
}

.g2a .icon-text .owl-dot.active,
.g2a .icon-text .owl-next,
.g2a .icon-text .owl-prev {
    background: #165c7d
}

.g2a .icon-text__title:before {
    color: #05628f
}

.g2a .icon-text__body a {
    color: #165c7d
}

.g2a .icon-text__body a:hover {
    text-decoration: underline!important
}

.g2a .icon-text .icon-text__cta-global a,
.g2a .icon-text .icon-text__cta a {
    border: 2px solid #165c7d;
    color: #165c7d
}

.g2a .icon-text .icon-text__cta-global a:hover,
.g2a .icon-text .icon-text__cta a:hover {
    color: #fff;
    background: #165c7d
}

.g2a .icon-text a:hover {
    color: #05628f;
    text-decoration: none
}

.g2a .icon-text a:hover:after {
    color: #05628f
}

.g2a .icon-text.gradient {
    background: #72bcb6;
    background: linear-gradient(135deg, #72bcb6, #2a969d 60%, #05628f);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2a .icon-text.gradient .icon-text__title.arrow a:after,
.g2a .icon-text.gradient .icon-text__title:before {
    color: #fff
}

.g2a .icon-text.gradient .icon-text__cta-global a,
.g2a .icon-text.gradient .icon-text__cta a {
    border: 2px solid #fff;
    color: #fff
}

.g2a .icon-text.gradient .icon-text__cta-global a:hover,
.g2a .icon-text.gradient .icon-text__cta a:hover {
    background: #2a969d
}

.g2a .icon-text.gradient a:hover,
.g2a .icon-text.gradient a:hover:after {
    color: #edeef0
}

.g2a .icon-text.gradient ul li:before {
    color: #00ffa3
}

.ov .icon-text li:before {
    color: #7361af
}

.ov .icon-text .owl-dot.active,
.ov .icon-text .owl-next,
.ov .icon-text .owl-prev {
    background: #7361af
}

.ov .icon-text__title:before {
    color: #c287ff
}

.ov .icon-text__body a {
    color: #7361af
}

.ov .icon-text__body a:hover {
    text-decoration: underline!important
}

.ov .icon-text .icon-text__cta-global a,
.ov .icon-text .icon-text__cta a {
    border: 2px solid #7361af;
    color: #7361af
}

.ov .icon-text .icon-text__cta-global a:hover,
.ov .icon-text .icon-text__cta a:hover {
    color: #fff;
    background: #7361af
}

.ov .icon-text a:hover {
    color: #c287ff;
    text-decoration: none
}

.ov .icon-text a:hover:after {
    color: #c287ff
}

.ov .icon-text.gradient {
    background: #9c9ed9;
    background: linear-gradient(135deg, #9c9ed9, #1c2e5c 60%, #1c2e5c);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.ov .icon-text.gradient .icon-text__title.arrow a:after,
.ov .icon-text.gradient .icon-text__title:before {
    color: #fff
}

.ov .icon-text.gradient .icon-text__cta-global a,
.ov .icon-text.gradient .icon-text__cta a {
    border: 2px solid #fff;
    color: #fff
}

.ov .icon-text.gradient .icon-text__cta-global a:hover,
.ov .icon-text.gradient .icon-text__cta a:hover {
    background: #7361af
}

.ov .icon-text.gradient a:hover,
.ov .icon-text.gradient a:hover:after {
    color: #edeef0
}

.ov .icon-text.gradient ul li:before {
    color: #a08dff
}

.g2p .icon-text li:before {
    color: #4e9d2d
}

.g2p .icon-text .owl-dot.active,
.g2p .icon-text .owl-next,
.g2p .icon-text .owl-prev {
    background: #4e9d2d
}

.g2p .icon-text__title:before {
    color: #97c958
}

.g2p .icon-text__body a {
    color: #4e9d2d
}

.g2p .icon-text__body a:hover {
    text-decoration: underline!important
}

.g2p .icon-text .icon-text__cta-global a,
.g2p .icon-text .icon-text__cta a {
    border: 2px solid #4e9d2d;
    color: #4e9d2d
}

.g2p .icon-text .icon-text__cta-global a:hover,
.g2p .icon-text .icon-text__cta a:hover {
    color: #fff;
    background: #4e9d2d
}

.g2p .icon-text a:hover {
    color: #97c958;
    text-decoration: none
}

.g2p .icon-text a:hover:after {
    color: #97c958
}

.g2p .icon-text.gradient {
    background: #94c96a;
    background: linear-gradient(135deg, #94c96a, #32783e 60%, #32783e);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2p .icon-text.gradient .icon-text__title.arrow a:after,
.g2p .icon-text.gradient .icon-text__title:before {
    color: #fff
}

.g2p .icon-text.gradient .icon-text__cta-global a,
.g2p .icon-text.gradient .icon-text__cta a {
    border: 2px solid #fff;
    color: #fff
}

.g2p .icon-text.gradient .icon-text__cta-global a:hover,
.g2p .icon-text.gradient .icon-text__cta a:hover {
    background: #4e9d2d
}

.g2p .icon-text.gradient a:hover,
.g2p .icon-text.gradient a:hover:after {
    color: #edeef0
}

.g2p .icon-text.gradient ul li:before {
    color: #2eff1d
}

.support {
    background-color: #f4f4f4;
    padding: 60px 0;
    width: 100%
}

.support__inner {
    margin-left: -15px;
    margin-right: -15px;
    overflow: auto;
    margin: 0 auto;
    max-width: 80rem
}

.support--column-third .support__item {
    width: 33.33333333%
}

.support--column-half .support__item,
.support--column-third .support__item {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.support--column-half .support__item {
    width: 50%
}

.support--column-full .support__item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.support__item {
    overflow: hidden;
    text-align: center
}

.support__item:not(:last-child) {
    border-right: 1px solid #bbb
}

.support__item-bottom,
.support__item-top {
    vertical-align: middle
}

.support__item-top img {
    width: 52px;
    height: 52px
}

.support__item-bottom {
    padding: 15px 0 0;
    margin: 0
}

.support__item-bottom a {
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    width: 179px;
    padding: 7px 0;
    border: 2px solid #444b58;
    border-radius: 20px;
    margin: 0 auto;
    display: block;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: .875rem;
    color: #434b58;
    box-shadow: inset 0 0 1px #444b58
}

.support__item-bottom a:hover {
    background: #fff;
    text-decoration: none
}

.support__item-bottom-subtitle,
.support__item-bottom-title {
    padding-bottom: 20px;
    color: #434b58
}

.support__item-bottom-title {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: 1.875rem
}

.support__item-bottom-subtitle {
    overflow: hidden;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: .875rem;
    line-height: 20px;
    min-height: 40px;
    max-height: 80px;
    max-width: 325px;
    padding: 0 15px;
    margin: 0 auto 20px
}

.support__item-bottom-subtitle a {
    box-shadow: none;
    border: none;
    color: #337ab7;
    width: auto;
    padding: 0;
    margin: 0;
    display: initial
}

.support__item-bottom-subtitle a:hover {
    background: none;
    text-decoration: underline
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .support {
        padding: 0
    }
    .support__item {
        text-align: left;
        width: 100%!important;
        border-top: 1px solid #bbb;
        padding: 30px
    }
    .support__item:last-child {
        border-bottom: 1px solid #bbb
    }
    .support__item:not(:last-child) {
        border-right: none
    }
    .support__item-bottom,
    .support__item-top {
        display: inline-block
    }
    .support__item-top img {
        width: 35px;
        height: 35px;
        margin-right: 30px
    }
    .support__item-bottom {
        padding: 0
    }
    .support__item-bottom a {
        font-size: .875rem;
        position: absolute;
        top: 28px;
        right: 30px
    }
    .support__item-bottom-title {
        padding-bottom: 0;
        vertical-align: text-top;
        font-family: Lato-Regular, Arial, Helvetica, sans-serif;
        font-size: 1.75rem
    }
    .support__item-bottom-subtitle {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .support {
        padding: 0;
        min-width: 300px
    }
    .support__item {
        padding: 20px;
        height: 100px;
        border-top: 1px solid #bbb;
        border-bottom: 1px solid #bbb
    }
    .support__item-top img {
        width: 25px;
        height: 25px
    }
    .support__item-bottom {
        padding-top: 8px
    }
    .support__item-bottom-title {
        overflow: hidden;
        padding-bottom: 0;
        font-family: Lato-Regular, Arial, Helvetica, sans-serif;
        font-size: .8125rem
    }
    .support__item-bottom-button,
    .support__item-bottom-subtitle {
        display: none
    }
}

.term-toggle {
    text-align: center;
    margin: 10px 0 30px
}

.term-toggle__button,
.term-toggle__container {
    position: relative;
    display: inline-block
}

.term-toggle__button {
    vertical-align: middle;
    width: 60px;
    height: 24px;
    border-radius: 15px;
    background-color: #319edd;
    box-shadow: inset 0 0 5px #666;
    cursor: pointer;
    margin: 0 5px
}

.term-toggle__button:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    transition: transform .5s cubic-bezier(1, .02, .1, 1)
}

.term-toggle__label-left,
.term-toggle__label-right {
    position: absolute;
    color: #586474;
    line-height: 1.5rem;
    font-size: .875rem;
    font-family: arial
}

.term-toggle__label-left {
    right: 70px
}

.term-toggle__label-right {
    left: 70px;
    top: 0;
    font-weight: 700;
    text-decoration: underline
}

.term-toggle__label-right:after {
    content: attr(data-flair) " ";
    position: absolute;
    white-space: nowrap;
    text-align: left;
    padding-left: 10px;
    font-weight: 700;
    color: #76c410
}

.term-toggle.active .term-toggle__button:after {
    transform: translateX(-36px)
}

.term-toggle.active .term-toggle__label-left {
    font-weight: 700;
    text-decoration: underline
}

.term-toggle.active .term-toggle__label-right {
    font-weight: 400;
    text-decoration: none
}

.text-or-image__eyebrow {
    font-size: .75rem;
    text-transform: uppercase
}

.text-or-image__eyebrow,
.text-or-image__title {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    padding-bottom: 18px
}

.text-or-image__title {
    font-size: 1.375rem;
    line-height: 22px;
    color: #586474
}

.text-or-image__body {
    font-size: 1.0625rem;
    color: #586474;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    line-height: 25px;
    display: inline
}

.text-or-image__link {
    display: inline-block
}

.text-or-image__link:after {
    content: "\25BA";
    margin-left: 3px;
    font-size: .625rem;
    display: inline-block;
    vertical-align: middle
}

.text-or-image__snipe {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    padding: 0 10px;
    background-color: #6dd200;
    transform: skew(-25deg);
    width: auto;
    height: 24px;
    top: -1px;
    left: 7px;
    font-size: .875rem
}

.text-or-image__snipe,
.text-or-image__snipe p {
    color: #fff;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif
}

.text-or-image__snipe p {
    font-size: 14px;
    margin-top: 1px;
    transform: skew(25deg);
    text-transform: uppercase
}

.text-or-image .row {
    padding: 0 50px 58px;
    position: relative;
    overflow: visible
}

.text-or-image .row-bottom-aligned {
    padding: 0 50px;
    position: relative;
    overflow: visible;
    width: 100%;
    margin: 0 auto;
    max-width: 80rem
}

.text-or-image.gray {
    background: #f1f1f2
}

.text-or-image.gradient-light {
    background-image: linear-gradient(180deg, #f1f1f2 50%, #fff);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fff1f1f2", endColorstr="#ffffffff", GradientType=0)
}

.text-or-image.image .text-or-image__body,
.text-or-image.image .text-or-image__title {
    color: #fff
}

.text-or-image__stacked:first-child {
    padding-bottom: 50px
}

.text-or-image__left,
.text-or-image__right {
    overflow: hidden;
    max-width: 565px
}

.text-or-image.all-text-stacked .text-or-image__left,
.text-or-image.all-text-stacked .text-or-image__right {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0
}

.text-or-image.all-text-stacked .text-or-image__left {
    padding-bottom: 50px
}

.text-or-image.all-text-stacked .text-or-image__stacked {
    width: 49%;
    min-height: 1px;
    vertical-align: top;
    display: inline-block
}

.text-or-image.all-text-stacked .text-or-image__stacked:first-child {
    padding-bottom: 0;
    padding-right: 25px
}

.text-or-image__left {
    display: inline-block;
    width: 49%;
    padding-right: 25px;
    min-height: 1px;
    vertical-align: top
}

.text-or-image__left img {
    float: right;
    width: 100%
}

.text-or-image__right {
    display: inline-block;
    width: 49%;
    padding-left: 25px;
    vertical-align: top
}

.text-or-image__right img {
    width: 100%
}

.text-or-image__cta {
    padding-top: 65px
}

.text-or-image__cta a {
    text-align: center;
    width: 179px;
    padding: 7px 0;
    border: 2px solid #444b58;
    border-radius: 20px;
    display: block;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: #434b58
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .text-or-image.all-text-stacked .text-or-image__left,
    .text-or-image.all-text-stacked .text-or-image__right {
        width: 100%;
        padding-bottom: 0
    }
    .text-or-image.all-text-stacked .text-or-image__stacked {
        width: 100%
    }
    .text-or-image.all-text-stacked .text-or-image__stacked:first-child {
        padding-bottom: 0
    }
    .text-or-image .row {
        padding: 0 25px
    }
    .text-or-image.all-text .text-or-image__left,
    .text-or-image.all-text .text-or-image__right {
        float: left;
        max-width: 50%
    }
    .text-or-image.all-text .text-or-image__left {
        padding-right: 12px
    }
    .text-or-image.all-text .text-or-image__right {
        padding-left: 12px
    }
    .text-or-image__left,
    .text-or-image__right {
        max-width: none;
        float: none;
        width: 100%;
        padding: 0
    }
    .text-or-image__left img,
    .text-or-image__right img {
        margin: 0 auto 50px;
        display: block;
        float: none;
        width: 50%;
        min-height: 1px
    }
    .text-or-image__left .bottom-aligned,
    .text-or-image__right .bottom-aligned {
        position: relative;
        margin: 0 auto;
        display: block;
        right: 0;
        left: 0;
        width: 50%
    }
    .text-or-image__title {
        font-size: 1.25rem
    }
    .text-or-image__stacked {
        padding-bottom: 0!important
    }
    .text-or-image__body {
        padding-bottom: 46px;
        display: block
    }
    .text-or-image__body,
    .text-or-image__link {
        font-size: .875rem;
        line-height: 20px
    }
    .text-or-image__link:after {
        font-size: .625rem
    }
    .text-or-image__cta {
        padding-top: 0;
        padding-bottom: 50px
    }
    .text-or-image__snipe p {
        margin-top: 4px
    }
}

@media only screen and (max-width:767px) {
    .text-or-image.all-text-stacked .text-or-image__left,
    .text-or-image.all-text-stacked .text-or-image__right {
        width: 100%;
        padding-bottom: 0
    }
    .text-or-image.all-text-stacked .text-or-image__stacked {
        width: 100%
    }
    .text-or-image.all-text-stacked .text-or-image__stacked:first-child {
        padding-bottom: 0;
        padding-right: 0;
        padding-left: 0
    }
    .text-or-image .row {
        padding: 0 15px
    }
    .text-or-image.all-text .text-or-image__left,
    .text-or-image.all-text .text-or-image__right {
        float: left;
        max-width: 100%;
        padding-right: 0
    }
    .text-or-image__stacked {
        padding-bottom: 0!important
    }
    .text-or-image__left,
    .text-or-image__right {
        float: none;
        width: 100%;
        padding: 0;
        max-width: none
    }
    .text-or-image__left img,
    .text-or-image__right img {
        margin: 0 auto 25px;
        display: block;
        width: 100%;
        min-height: 1px
    }
    .text-or-image__left .bottom-aligned,
    .text-or-image__right .bottom-aligned {
        position: relative;
        margin: 0 auto;
        display: block;
        right: 0;
        left: 0;
        width: 100%
    }
    .text-or-image__cta a {
        font-size: .875rem;
        margin: 0 auto
    }
    .text-or-image__link {
        font-size: .75rem;
        line-height: 20px
    }
    .text-or-image__link:after {
        font-size: .625rem
    }
    .text-or-image__eyebrow {
        font-size: .75rem
    }
    .text-or-image__title {
        font-size: 1.125rem
    }
    .text-or-image__body {
        font-size: .75rem;
        padding-bottom: 19px;
        line-height: 20px;
        display: block
    }
    .text-or-image__body a:after {
        font-size: .625rem
    }
    .text-or-image__cta {
        padding-top: 0;
        padding-bottom: 25px
    }
    .text-or-image__snipe p {
        margin-top: 4px
    }
}

.g2m .check-and-text__body a,
.g2m .check-and-text__eyebrow,
.g2m .check-and-text__link a,
.g2m .check-and-text__link a:after,
.g2m .check-and-text__title:before {
    color: #fd7a2a
}

.g2m .check-and-text__cta a {
    border: 2px solid #fd7a2a;
    background: #fd7a2a;
    color: #fff
}

.g2m .check-and-text__cta a:hover {
    cursor: pointer;
    background: #fc9402;
    border: 2px solid #fc9402;
    text-decoration: none
}

.g2m .check-and-text.gradient {
    background: #e9ba1f;
    background: linear-gradient(135deg, #e9ba1f, #e18026 60%, #ca5328);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2m .check-and-text.gradient .check-and-text__body,
.g2m .check-and-text.gradient .check-and-text__title {
    color: #fff
}

.g2m .check-and-text.gradient .check-and-text__body a,
.g2m .check-and-text.gradient .check-and-text__eyebrow,
.g2m .check-and-text.gradient .check-and-text__link a,
.g2m .check-and-text.gradient .check-and-text__link a:after,
.g2m .check-and-text.gradient .check-and-text__title:before {
    color: #ff0
}

.g2m .check-and-text.gradient .check-and-text__cta a {
    border: 2px solid #fff;
    background: transparent;
    color: #fff
}

.g2m .check-and-text.gradient .check-and-text__cta a:hover {
    background: #fd7a2a;
    text-decoration: none
}

.g2m .check-and-text.image .check-and-text__body a,
.g2m .check-and-text.image .check-and-text__eyebrow,
.g2m .check-and-text.image .check-and-text__link a,
.g2m .check-and-text.image .check-and-text__link a:after,
.g2m .check-and-text.image .check-and-text__title:before,
.g2m .check-and-text.image .section-header__eyebrow {
    color: #ff0
}

.g2m .check-and-text.image .check-and-text__cta a {
    border: 2px solid #fff;
    background: transparent;
    color: #fff
}

.g2m .check-and-text.image .check-and-text__cta a:hover {
    background: #fd7a2a;
    text-decoration: none
}

.g2m .text-or-image__body a,
.g2m .text-or-image__eyebrow,
.g2m .text-or-image__link a {
    color: #fd7a2a
}

.g2m .text-or-image__cta a {
    border: 2px solid #fd7a2a;
    background: #fd7a2a;
    color: #fff
}

.g2m .text-or-image__cta a:hover {
    cursor: pointer;
    background: #fc9402;
    border: 2px solid #fc9402;
    text-decoration: none
}

.g2m .text-or-image.gradient {
    background: #e9ba1f;
    background: linear-gradient(135deg, #e9ba1f, #e18026 60%, #ca5328);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2m .text-or-image.gradient .text-or-image__body,
.g2m .text-or-image.gradient .text-or-image__title {
    color: #fff
}

.g2m .text-or-image.gradient .text-or-image__body a,
.g2m .text-or-image.gradient .text-or-image__eyebrow,
.g2m .text-or-image.gradient .text-or-image__link a {
    color: #ff0
}

.g2m .text-or-image.gradient .text-or-image__cta a {
    border: 2px solid #fff;
    background: transparent;
    color: #fff
}

.g2m .text-or-image.gradient .text-or-image__cta a:hover {
    background: #fd7a2a;
    text-decoration: none
}

.g2m .text-or-image.image .text-or-image__body a,
.g2m .text-or-image.image .text-or-image__eyebrow,
.g2m .text-or-image.image .text-or-image__link a {
    color: #ff0
}

.g2m .text-or-image.image .text-or-image__cta a {
    border: 2px solid #fff;
    background: transparent;
    color: #fff
}

.g2m .text-or-image.image .text-or-image__cta a:hover {
    background: #fd7a2a;
    text-decoration: none
}

.g2w .check-and-text__eyebrow {
    color: #3797d1
}

.g2w .check-and-text__body a,
.g2w .check-and-text__link a,
.g2w .check-and-text__link a:after,
.g2w .check-and-text__title:before {
    color: #0097e1
}

.g2w .check-and-text__cta a {
    border: 2px solid #0097e1;
    background: #0097e1;
    color: #fff
}

.g2w .check-and-text__cta a:hover {
    cursor: pointer;
    background: #0080bf;
    border: 2px solid #0080bf;
    text-decoration: none
}

.g2w .check-and-text.gradient {
    background: #6bd3d0;
    background: linear-gradient(135deg, #6bd3d0, #0068a8 60%, #3860a1);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2w .check-and-text.gradient .check-and-text__body,
.g2w .check-and-text.gradient .check-and-text__title {
    color: #fff
}

.g2w .check-and-text.gradient .check-and-text__body a,
.g2w .check-and-text.gradient .check-and-text__eyebrow,
.g2w .check-and-text.gradient .check-and-text__link a,
.g2w .check-and-text.gradient .check-and-text__link a:after,
.g2w .check-and-text.gradient .check-and-text__title:before {
    color: #00e1ff
}

.g2w .check-and-text.gradient .check-and-text__cta a {
    border: 2px solid #fff;
    background: transparent;
    color: #fff
}

.g2w .check-and-text.gradient .check-and-text__cta a:hover {
    background: #0097e1;
    text-decoration: none
}

.g2w .check-and-text.image .check-and-text__body a,
.g2w .check-and-text.image .check-and-text__eyebrow,
.g2w .check-and-text.image .check-and-text__link a,
.g2w .check-and-text.image .check-and-text__link a:after,
.g2w .check-and-text.image .check-and-text__title:before,
.g2w .check-and-text.image .section-header__eyebrow {
    color: #00e1ff
}

.g2w .check-and-text.image .check-and-text__cta a {
    border: 2px solid #fff;
    background: transparent;
    color: #fff
}

.g2w .check-and-text.image .check-and-text__cta a:hover {
    background: #0097e1;
    text-decoration: none
}

.g2w .text-or-image__eyebrow {
    color: #3797d1
}

.g2w .text-or-image__body a,
.g2w .text-or-image__link a {
    color: #0097e1
}

.g2w .text-or-image__cta a {
    border: 2px solid #0097e1;
    background: #0097e1;
    color: #fff
}

.g2w .text-or-image__cta a:hover {
    cursor: pointer;
    background: #0080bf;
    border: 2px solid #0080bf;
    text-decoration: none
}

.g2w .text-or-image.gradient {
    background: #6bd3d0;
    background: linear-gradient(135deg, #6bd3d0, #0068a8 60%, #3860a1);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2w .text-or-image.gradient .text-or-image__body,
.g2w .text-or-image.gradient .text-or-image__title {
    color: #fff
}

.g2w .text-or-image.gradient .text-or-image__body a,
.g2w .text-or-image.gradient .text-or-image__eyebrow,
.g2w .text-or-image.gradient .text-or-image__link a {
    color: #00e1ff
}

.g2w .text-or-image.gradient .text-or-image__cta a {
    border: 2px solid #fff;
    background: transparent;
    color: #fff
}

.g2w .text-or-image.gradient .text-or-image__cta a:hover {
    background: #0097e1;
    text-decoration: none
}

.g2w .text-or-image.image .text-or-image__body a,
.g2w .text-or-image.image .text-or-image__eyebrow,
.g2w .text-or-image.image .text-or-image__link a {
    color: #00e1ff
}

.g2w .text-or-image.image .text-or-image__cta a {
    border: 2px solid #fff;
    background: transparent;
    color: #fff
}

.g2w .text-or-image.image .text-or-image__cta a:hover {
    background: #0097e1;
    text-decoration: none
}

.g2t .check-and-text__eyebrow {
    color: #992977
}

.g2t .check-and-text__body a,
.g2t .check-and-text__link a,
.g2t .check-and-text__link a:after,
.g2t .check-and-text__title:before {
    color: #e33370
}

.g2t .check-and-text__cta a {
    border: 2px solid #e33370;
    background: #e33370;
    color: #fff
}

.g2t .check-and-text__cta a:hover {
    cursor: pointer;
    background: #a80f5e;
    border: 2px solid #a80f5e;
    text-decoration: none
}

.g2t .check-and-text.gradient {
    background: #c15781;
    background: linear-gradient(135deg, #c15781, #992977 60%, #26336d);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2t .check-and-text.gradient .check-and-text__body,
.g2t .check-and-text.gradient .check-and-text__title {
    color: #fff
}

.g2t .check-and-text.gradient .check-and-text__body a,
.g2t .check-and-text.gradient .check-and-text__eyebrow,
.g2t .check-and-text.gradient .check-and-text__link a,
.g2t .check-and-text.gradient .check-and-text__link a:after,
.g2t .check-and-text.gradient .check-and-text__title:before {
    color: #fa50ff
}

.g2t .check-and-text.gradient .check-and-text__cta a {
    border: 2px solid #fff;
    background: transparent;
    color: #fff
}

.g2t .check-and-text.gradient .check-and-text__cta a:hover {
    background: #a80f5e;
    text-decoration: none
}

.g2t .check-and-text.image .check-and-text__body a,
.g2t .check-and-text.image .check-and-text__eyebrow,
.g2t .check-and-text.image .check-and-text__link a,
.g2t .check-and-text.image .check-and-text__link a:after,
.g2t .check-and-text.image .check-and-text__title:before,
.g2t .check-and-text.image .section-header__eyebrow {
    color: #fa50ff
}

.g2t .check-and-text.image .check-and-text__cta a {
    border: 2px solid #fff;
    background: transparent;
    color: #fff
}

.g2t .check-and-text.image .check-and-text__cta a:hover {
    background: #a80f5e;
    text-decoration: none
}

.g2t .text-or-image__eyebrow {
    color: #992977
}

.g2t .text-or-image__body a,
.g2t .text-or-image__link a {
    color: #e33370
}

.g2t .text-or-image__cta a {
    border: 2px solid #e33370;
    background: #e33370;
    color: #fff
}

.g2t .text-or-image__cta a:hover {
    cursor: pointer;
    background: #a80f5e;
    border: 2px solid #a80f5e;
    text-decoration: none
}

.g2t .text-or-image.gradient {
    background: #c15781;
    background: linear-gradient(135deg, #c15781, #992977 60%, #26336d);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2t .text-or-image.gradient .text-or-image__body,
.g2t .text-or-image.gradient .text-or-image__title {
    color: #fff
}

.g2t .text-or-image.gradient .text-or-image__body a,
.g2t .text-or-image.gradient .text-or-image__eyebrow,
.g2t .text-or-image.gradient .text-or-image__link a {
    color: #fa50ff
}

.g2t .text-or-image.gradient .text-or-image__cta a {
    border: 2px solid #fff;
    background: transparent;
    color: #fff
}

.g2t .text-or-image.gradient .text-or-image__cta a:hover {
    background: #a80f5e;
    text-decoration: none
}

.g2t .text-or-image.image .text-or-image__body a,
.g2t .text-or-image.image .text-or-image__eyebrow,
.g2t .text-or-image.image .text-or-image__link a {
    color: #fa50ff
}

.g2t .text-or-image.image .text-or-image__cta a {
    border: 2px solid #fff;
    background: transparent;
    color: #fff
}

.g2t .text-or-image.image .text-or-image__cta a:hover {
    background: #a80f5e;
    text-decoration: none
}

.g2a .check-and-text__eyebrow {
    color: #2a969d
}

.g2a .check-and-text__body a,
.g2a .check-and-text__link a,
.g2a .check-and-text__link a:after,
.g2a .check-and-text__title:before {
    color: #165c7d
}

.g2a .check-and-text__cta a {
    border: 2px solid #165c7d;
    background: #165c7d;
    color: #fff
}

.g2a .check-and-text__cta a:hover {
    cursor: pointer;
    background: #2a969d;
    border: 2px solid #2a969d;
    text-decoration: none
}

.g2a .check-and-text.gradient {
    background: #72bcb6;
    background: linear-gradient(135deg, #72bcb6, #2a969d 60%, #05628f);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2a .check-and-text.gradient .check-and-text__body,
.g2a .check-and-text.gradient .check-and-text__title {
    color: #fff
}

.g2a .check-and-text.gradient .check-and-text__body a,
.g2a .check-and-text.gradient .check-and-text__eyebrow,
.g2a .check-and-text.gradient .check-and-text__link a,
.g2a .check-and-text.gradient .check-and-text__link a:after,
.g2a .check-and-text.gradient .check-and-text__title:before {
    color: #00ffa3
}

.g2a .check-and-text.gradient .check-and-text__cta a {
    border: 2px solid #fff;
    background: transparent;
    color: #fff
}

.g2a .check-and-text.gradient .check-and-text__cta a:hover {
    background: #2a969d;
    text-decoration: none
}

.g2a .check-and-text.image .check-and-text__body a,
.g2a .check-and-text.image .check-and-text__eyebrow,
.g2a .check-and-text.image .check-and-text__link a,
.g2a .check-and-text.image .check-and-text__link a:after,
.g2a .check-and-text.image .check-and-text__title:before,
.g2a .check-and-text.image .section-header__eyebrow {
    color: #00ffa3
}

.g2a .check-and-text.image .check-and-text__cta a {
    border: 2px solid #fff;
    background: transparent;
    color: #fff
}

.g2a .check-and-text.image .check-and-text__cta a:hover {
    background: #2a969d;
    text-decoration: none
}

.g2a .text-or-image__eyebrow {
    color: #2a969d
}

.g2a .text-or-image__body a,
.g2a .text-or-image__link a {
    color: #165c7d
}

.g2a .text-or-image__cta a {
    border: 2px solid #165c7d;
    background: #165c7d;
    color: #fff
}

.g2a .text-or-image__cta a:hover {
    cursor: pointer;
    background: #2a969d;
    border: 2px solid #2a969d;
    text-decoration: none
}

.g2a .text-or-image.gradient {
    background: #72bcb6;
    background: linear-gradient(135deg, #72bcb6, #2a969d 60%, #05628f);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2a .text-or-image.gradient .text-or-image__body,
.g2a .text-or-image.gradient .text-or-image__title {
    color: #fff
}

.g2a .text-or-image.gradient .text-or-image__body a,
.g2a .text-or-image.gradient .text-or-image__eyebrow,
.g2a .text-or-image.gradient .text-or-image__link a {
    color: #00ffa3
}

.g2a .text-or-image.gradient .text-or-image__cta a {
    border: 2px solid #fff;
    background: transparent;
    color: #fff
}

.g2a .text-or-image.gradient .text-or-image__cta a:hover {
    background: #2a969d;
    text-decoration: none
}

.g2a .text-or-image.image .text-or-image__body a,
.g2a .text-or-image.image .text-or-image__eyebrow,
.g2a .text-or-image.image .text-or-image__link a {
    color: #00ffa3
}

.g2a .text-or-image.image .text-or-image__cta a {
    border: 2px solid #fff;
    background: transparent;
    color: #fff
}

.g2a .text-or-image.image .text-or-image__cta a:hover {
    background: #2a969d;
    text-decoration: none
}

.ov .check-and-text__eyebrow {
    color: #5c61a6
}

.ov .check-and-text__body a,
.ov .check-and-text__link a,
.ov .check-and-text__link a:after,
.ov .check-and-text__title:before {
    color: #907be1
}

.ov .check-and-text__cta a {
    border: 2px solid #907be1;
    background: #7361af;
    color: #fff
}

.ov .check-and-text__cta a:hover {
    cursor: pointer;
    background: #c287ff;
    border: 2px solid #c287ff;
    text-decoration: none
}

.ov .check-and-text.gradient {
    background: #9c9ed9;
    background: linear-gradient(135deg, #9c9ed9, #1c2e5c 60%, #1c2e5c);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.ov .check-and-text.gradient .check-and-text__body,
.ov .check-and-text.gradient .check-and-text__title {
    color: #fff
}

.ov .check-and-text.gradient .check-and-text__body a,
.ov .check-and-text.gradient .check-and-text__eyebrow,
.ov .check-and-text.gradient .check-and-text__link a,
.ov .check-and-text.gradient .check-and-text__link a:after,
.ov .check-and-text.gradient .check-and-text__title:before {
    color: #a08dff
}

.ov .check-and-text.gradient .check-and-text__cta a {
    border: 2px solid #fff;
    background: transparent;
    color: #fff
}

.ov .check-and-text.gradient .check-and-text__cta a:hover {
    background: #7361af;
    text-decoration: none
}

.ov .check-and-text.image .check-and-text__body a,
.ov .check-and-text.image .check-and-text__eyebrow,
.ov .check-and-text.image .check-and-text__link a,
.ov .check-and-text.image .check-and-text__link a:after,
.ov .check-and-text.image .check-and-text__title:before,
.ov .check-and-text.image .section-header__eyebrow {
    color: #a08dff
}

.ov .check-and-text.image .check-and-text__cta a {
    border: 2px solid #fff;
    background: transparent;
    color: #fff
}

.ov .check-and-text.image .check-and-text__cta a:hover {
    background: #7361af;
    text-decoration: none
}

.ov .text-or-image__eyebrow {
    color: #5c61a6
}

.ov .text-or-image__body a,
.ov .text-or-image__link a {
    color: #907be1
}

.ov .text-or-image__cta a {
    border: 2px solid #907be1;
    background: #7361af;
    color: #fff
}

.ov .text-or-image__cta a:hover {
    cursor: pointer;
    background: #c287ff;
    border: 2px solid #c287ff;
    text-decoration: none
}

.ov .text-or-image.gradient {
    background: #9c9ed9;
    background: linear-gradient(135deg, #9c9ed9, #1c2e5c 60%, #1c2e5c);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.ov .text-or-image.gradient .text-or-image__body,
.ov .text-or-image.gradient .text-or-image__title {
    color: #fff
}

.ov .text-or-image.gradient .text-or-image__body a,
.ov .text-or-image.gradient .text-or-image__eyebrow,
.ov .text-or-image.gradient .text-or-image__link a {
    color: #a08dff
}

.ov .text-or-image.gradient .text-or-image__cta a {
    border: 2px solid #fff;
    background: transparent;
    color: #fff
}

.ov .text-or-image.gradient .text-or-image__cta a:hover {
    background: #7361af;
    text-decoration: none
}

.ov .text-or-image.image .text-or-image__body a,
.ov .text-or-image.image .text-or-image__eyebrow,
.ov .text-or-image.image .text-or-image__link a {
    color: #a08dff
}

.ov .text-or-image.image .text-or-image__cta a {
    border: 2px solid #fff;
    background: transparent;
    color: #fff
}

.ov .text-or-image.image .text-or-image__cta a:hover {
    background: #7361af;
    text-decoration: none
}

.g2p .check-and-text__eyebrow {
    color: #4e9d2d
}

.g2p .check-and-text__body a,
.g2p .check-and-text__link a,
.g2p .check-and-text__link a:after,
.g2p .check-and-text__title:before {
    color: #97c958
}

.g2p .check-and-text__cta a {
    border: 2px solid #97c958;
    background: #4e9d2d;
    color: #fff
}

.g2p .check-and-text__cta a:hover {
    cursor: pointer;
    background: #97c958;
    border: 2px solid #97c958;
    text-decoration: none
}

.g2p .check-and-text.gradient {
    background: #94c96a;
    background: linear-gradient(135deg, #94c96a, #32783e 60%, #32783e);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2p .check-and-text.gradient .check-and-text__body,
.g2p .check-and-text.gradient .check-and-text__title {
    color: #fff
}

.g2p .check-and-text.gradient .check-and-text__body a,
.g2p .check-and-text.gradient .check-and-text__eyebrow,
.g2p .check-and-text.gradient .check-and-text__link a,
.g2p .check-and-text.gradient .check-and-text__link a:after,
.g2p .check-and-text.gradient .check-and-text__title:before {
    color: #2eff1d
}

.g2p .check-and-text.gradient .check-and-text__cta a {
    border: 2px solid #fff;
    background: transparent;
    color: #fff
}

.g2p .check-and-text.gradient .check-and-text__cta a:hover {
    background: #4e9d2d;
    text-decoration: none
}

.g2p .check-and-text.image .check-and-text__body a,
.g2p .check-and-text.image .check-and-text__eyebrow,
.g2p .check-and-text.image .check-and-text__link a,
.g2p .check-and-text.image .check-and-text__link a:after,
.g2p .check-and-text.image .check-and-text__title:before,
.g2p .check-and-text.image .section-header__eyebrow {
    color: #2eff1d
}

.g2p .check-and-text.image .check-and-text__cta a {
    border: 2px solid #fff;
    background: transparent;
    color: #fff
}

.g2p .check-and-text.image .check-and-text__cta a:hover {
    background: #4e9d2d;
    text-decoration: none
}

.g2p .text-or-image__eyebrow {
    color: #4e9d2d
}

.g2p .text-or-image__body a,
.g2p .text-or-image__link a {
    color: #97c958
}

.g2p .text-or-image__cta a {
    border: 2px solid #97c958;
    background: #4e9d2d;
    color: #fff
}

.g2p .text-or-image__cta a:hover {
    cursor: pointer;
    background: #97c958;
    border: 2px solid #97c958;
    text-decoration: none
}

.g2p .text-or-image.gradient {
    background: #94c96a;
    background: linear-gradient(135deg, #94c96a, #32783e 60%, #32783e);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2p .text-or-image.gradient .text-or-image__body,
.g2p .text-or-image.gradient .text-or-image__title {
    color: #fff
}

.g2p .text-or-image.gradient .text-or-image__body a,
.g2p .text-or-image.gradient .text-or-image__eyebrow,
.g2p .text-or-image.gradient .text-or-image__link a {
    color: #2eff1d
}

.g2p .text-or-image.gradient .text-or-image__cta a {
    border: 2px solid #fff;
    background: transparent;
    color: #fff
}

.g2p .text-or-image.gradient .text-or-image__cta a:hover {
    background: #4e9d2d;
    text-decoration: none
}

.g2p .text-or-image.image .text-or-image__body a,
.g2p .text-or-image.image .text-or-image__eyebrow,
.g2p .text-or-image.image .text-or-image__link a {
    color: #2eff1d
}

.g2p .text-or-image.image .text-or-image__cta a {
    border: 2px solid #fff;
    background: transparent;
    color: #fff
}

.g2p .text-or-image.image .text-or-image__cta a:hover {
    background: #4e9d2d;
    text-decoration: none
}

.thank-you {
    text-align: center;
    display: none;
    height: 1000px;
    padding-left: 30px;
    padding-right: 30px
}

.thank-you__header {
    margin-top: 51px;
    line-height: 36px;
    font-size: 32px
}

.thank-you__fallback,
.thank-you__invoice {
    margin-top: 18px;
    line-height: 27px;
    font-size: 17px
}

.thank-you hr {
    margin: 26px 0 0;
    border-width: 2px;
    max-width: 400px;
    width: 100%;
    display: inline-block
}

.thank-you__list {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 24px auto 0
}

.thank-you__list li {
    line-height: 18px
}

.thank-you__question {
    margin-top: 52px;
    display: inline-block;
    border: 1px solid #d1d2d3;
    border-radius: 5px;
    padding: 20px;
    max-width: 300px
}

.toaster {
    will-change: transform;
    background: #485164;
    transition: transform .5s ease
}

.toaster__bar {
    width: 100%;
    z-index: 100
}

.toaster__bar.active {
    padding-left: 25px;
    padding-right: 25px
}

.toaster--fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99
}

.toaster--hide {
    transform: translateY(100%)
}

.toaster__message {
    display: none
}

.toaster p {
    float: left;
    font-size: .75rem;
    color: #c4cad2;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 18px 0
}

.toaster__right {
    float: right;
    padding: 10px 0 10px 49px
}

.toaster__right ul {
    margin-bottom: 0;
    padding: 0
}

.toaster__right ul li {
    display: inline-block;
    padding-right: 10px
}

.toaster__right ul li:last-child {
    padding-right: 0
}

.toaster__right ul li a:before {
    font-size: 1rem;
    margin-right: 4px
}

.toaster__right-button a {
    width: 164px;
    border-radius: 20px;
    padding: 9px 0;
    font-size: .8125rem;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    text-align: center;
    display: block
}

.toaster__right-button .filled {
    color: #fff
}

.toaster__right-button .filled:hover {
    text-decoration: none
}

.toaster__right-button .outlined {
    border: 2px solid;
    border-color: #c4cad2;
    color: #c4cad2
}

.toaster__right-button .outlined:hover {
    border-color: #fff;
    color: #fff;
    text-decoration: none
}

.toaster__support {
    float: right
}

.toaster__support ul {
    padding: 0;
    margin: 0
}

.toaster__support li {
    color: #edeef0;
    float: left;
    font-size: .75rem;
    margin: 0
}

.toaster__support li a {
    color: #c4cad2;
    font-size: .75rem;
    padding: 20px 15px;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    display: inline-block
}

.toaster__support li a:before {
    font-size: 1.25rem;
    vertical-align: bottom
}

.toaster__support li a:hover {
    background: #3e454f;
    color: #fff;
    text-decoration: none
}

.toaster__support li.bold-chat a div {
    display: inline-block
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .toaster__bar.active {
        padding-left: 10px
    }
    .toaster p {
        display: none
    }
    .toaster__support {
        float: left
    }
}

@media only screen and (max-width:767px) {
    .toaster .show-for-medium-up,
    .toaster .toaster__right-button,
    .toaster__right,
    .toaster p {
        display: none
    }
    .toaster__support {
        background: #485164;
        float: left;
        padding: 0
    }
    .toaster__support ul {
        padding: 0
    }
    .toaster__support ul a {
        font-size: .625rem;
        padding: 8px 15px
    }
    .toaster__support ul a span {
        text-align: center
    }
    .toaster__support ul a.hide-char {
        padding: 15px
    }
    .toaster__support ul a.hide-char span {
        display: none!important
    }
    .toaster__support ul a:before {
        color: #edeef0;
        display: block;
        font-size: 1.375rem;
        margin: 0 auto;
        padding: 0 0 5px
    }
    .toaster__message {
        display: block
    }
    .toaster__message-text {
        color: #fff;
        width: calc(100% - 161px);
        font-family: Lato-Bold, Arial, Helvetica, sans-serif;
        float: left;
        font-size: .625rem;
        text-transform: capitalize
    }
    .toaster__message-text.center {
        padding: 21px 12px;
        text-align: center
    }
    .toaster__message-text.left {
        padding: 15px 12px 14px;
        text-align: left
    }
    .toaster__message-arrow {
        color: #fff;
        float: right
    }
    .toaster__message-arrow .icon-arrow-right-ui:before {
        font-size: 3.4375rem
    }
}

.g2m .toaster p span a {
    color: #fd7a2a;
    text-decoration: none
}

.g2m .toaster p span a:hover {
    text-decoration: underline
}

.g2m .toaster__support li a:before {
    color: #fd7a2a
}

.g2m .toaster__right-button .filled {
    background: #fd7a2a
}

.g2m .toaster__right-button .filled:hover {
    background: #fc9402
}

.g2m .toaster__message {
    background: #fd7a2a
}

.g2m .toaster__message-arrow {
    background: #fc9402
}

@media only screen and (max-width:767px) {
    .g2m .toaster {
        background: #fd7a2a
    }
    .g2m .toaster__bar {
        padding-left: 0;
        padding-right: 0
    }
    .g2m .toaster__bar.active {
        bottom: -1px
    }
    .g2m .toaster__support li {
        border-right: 1px solid #3e454f
    }
    .g2m .toaster__support li a:before {
        color: #a1a9b5
    }
    .g2m .toaster__support li:last-child {
        border: none
    }
}

.g2a .toaster p span a {
    color: #72bcb6;
    text-decoration: none
}

.g2a .toaster p span a:hover {
    text-decoration: underline
}

.g2a .toaster__support li a:before {
    color: #72bcb6
}

.g2a .toaster__message,
.g2a .toaster__right-button .filled,
.g2a .toaster__right-button .filled:hover {
    background: #72bcb6
}

.g2a .toaster__message-arrow {
    background: #2a969d
}

@media only screen and (max-width:767px) {
    .g2a .toaster {
        background: #72bcb6
    }
    .g2a .toaster__bar {
        padding-left: 0;
        padding-right: 0
    }
    .g2a .toaster__bar.active {
        bottom: -1px
    }
    .g2a .toaster__support li {
        border-right: 1px solid #3e454f
    }
    .g2a .toaster__support li a:before {
        color: #a1a9b5
    }
    .g2a .toaster__support li:last-child {
        border: none
    }
}

.g2w .toaster p span a {
    color: #0097e1;
    text-decoration: none
}

.g2w .toaster p span a:hover {
    text-decoration: underline
}

.g2w .toaster__support li a:before {
    color: #0097e1
}

.g2w .toaster__right-button .filled {
    background: #0097e1
}

.g2w .toaster__right-button .filled:hover {
    background: #0080bf
}

.g2w .toaster__message {
    background: #0097e1
}

.g2w .toaster__message-arrow {
    background: #0080bf
}

@media only screen and (max-width:767px) {
    .g2w .toaster {
        background: #0097e1
    }
    .g2w .toaster__bar {
        padding-left: 0;
        padding-right: 0
    }
    .g2w .toaster__bar.active {
        bottom: -1px
    }
    .g2w .toaster__support li {
        border-right: 1px solid #3e454f
    }
    .g2w .toaster__support li a:before {
        color: #a1a9b5
    }
    .g2w .toaster__support li:last-child {
        border: none
    }
}

.g2t .toaster p span a {
    color: #a80f5e;
    text-decoration: none
}

.g2t .toaster p span a:hover {
    text-decoration: underline
}

.g2t .toaster__support li a:before {
    color: #a80f5e
}

.g2t .toaster__right-button .filled {
    background: #a80f5e
}

.g2t .toaster__right-button .filled:hover {
    background: #87054f
}

.g2t .toaster__message {
    background: #a80f5e
}

.g2t .toaster__message-arrow {
    background: #e33370
}

@media only screen and (max-width:767px) {
    .g2t .toaster {
        background: #a80f5e
    }
    .g2t .toaster__bar {
        padding-left: 0;
        padding-right: 0
    }
    .g2t .toaster__bar.active {
        bottom: -1px
    }
    .g2t .toaster__support li {
        border-right: 1px solid #3e454f
    }
    .g2t .toaster__support li a:before {
        color: #a1a9b5
    }
    .g2t .toaster__support li:last-child {
        border: none
    }
}

.g2p .toaster p span a {
    color: #4e9d2d;
    text-decoration: none
}

.g2p .toaster p span a:hover {
    text-decoration: underline
}

.g2p .toaster__support li a:before {
    color: #4e9d2d
}

.g2p .toaster__message,
.g2p .toaster__right-button .filled,
.g2p .toaster__right-button .filled:hover {
    background: #4e9d2d
}

.g2p .toaster__message-arrow {
    background: #97c958
}

@media only screen and (max-width:767px) {
    .g2p .toaster {
        background: #4e9d2d
    }
    .g2p .toaster__bar {
        padding-left: 0;
        padding-right: 0
    }
    .g2p .toaster__bar.active {
        bottom: -1px
    }
    .g2p .toaster__support li {
        border-right: 1px solid #3e454f
    }
    .g2p .toaster__support li a:before {
        color: #a1a9b5
    }
    .g2p .toaster__support li:last-child {
        border: none
    }
}

.ov .toaster p span a {
    color: #5c61a6;
    text-decoration: none
}

.ov .toaster p span a:hover {
    text-decoration: underline
}

.ov .toaster__support li a:before {
    color: #5c61a6
}

.ov .toaster__right-button .filled {
    background: #5c61a6
}

.ov .toaster__right-button .filled:hover {
    background: #c287ff
}

.ov .toaster__message {
    background: #5c61a6
}

.ov .toaster__message-arrow {
    background: #7361af
}

@media only screen and (max-width:767px) {
    .ov .toaster {
        background: #5c61a6
    }
    .ov .toaster__bar {
        padding-left: 0;
        padding-right: 0
    }
    .ov .toaster__bar.active {
        bottom: -1px
    }
    .ov .toaster__support li {
        border-right: 1px solid #3e454f
    }
    .ov .toaster__support li a:before {
        color: #a1a9b5
    }
    .ov .toaster__support li:last-child {
        border: none
    }
}

.tooltip,
.tooltip-modal {
    display: inline
}

.tooltip--bold {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-customized .tooltipster-box {
    background: #333;
    background: rgba(0, 0, 0, .8);
    border-radius: 10px;
    padding: 5px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-customized .tooltipster-content {
    color: #fff;
    line-height: 22px;
    font-size: .75rem
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-customized .tooltipster-content a {
    color: #319edd
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-customized.tooltipster-top .tooltipster-arrow-border {
    border-top-color: rgba(0, 0, 0, .8)
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-customized.tooltipster-top .tooltipster-box {
    margin-bottom: 10px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-dropdown-link .tooltipster-box {
    background: none;
    padding: 0
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-dropdown-link .tooltipster-content {
    padding: 0
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-dropdown-link .tooltipster-content ul {
    margin-bottom: 0;
    padding-left: 0
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-dropdown-link .tooltipster-arrow {
    display: none
}

.top-nav {
    font-size: .75rem;
    will-change: transform;
    transition: transform .5s ease
}

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

.top-nav--hide {
    transform: translateY(-100%)
}

.top-nav--lp .utility-nav__company-logo-container {
    padding: 0
}

.top-nav--lp .product-nav__product-logo-inverted {
    padding: 0;
    margin: -1px 0 -6px;
    transform: scale(.9)
}

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

.top-nav__more-content {
    background-color: #2c323a;
    overflow: hidden;
    max-height: 0;
    transition: max-height .5s ease-out
}

.top-nav__more-content.open {
    max-height: 600px;
    transition: max-height .5s ease-out
}

.top-nav__more-menu-header {
    white-space: nowrap;
    display: table
}

.top-nav__more-menu-header>div {
    white-space: normal;
    vertical-align: bottom;
    display: inline-block;
    float: none
}

.top-nav__more-menu--three-columns {
    width: 1180px;
    margin: 0 auto
}

.top-nav__more-menu--three-columns .top-nav__product-block {
    margin: 0 auto 21px
}

.top-nav__more-menu--three-columns .col-sm-4 {
    width: 350px;
    margin: 0 65px 0 0;
    padding: 0
}

.top-nav__more-menu--three-columns .col-sm-4:last-child {
    margin: 0
}

.top-nav__container {
    padding: 50px 0 30px
}

.top-nav__headline {
    font-size: 1.6875rem;
    text-align: center;
    color: #bdc3cb;
    margin: 0 auto 50px;
    line-height: normal
}

.top-nav__category {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #a6aeba;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #586474;
    padding: 0 0 10px;
    margin: 0 auto 25px
}

.top-nav__product-block {
    margin: 0 auto 10px
}

.top-nav__product-block a {
    text-transform: none!important
}

.top-nav__product-block a:focus,
.top-nav__product-block a:hover {
    text-decoration: none
}

.top-nav__product-block h6 {
    font-size: .6875rem;
    color: #fff
}

.top-nav__product-block p {
    font-size: .75rem;
    color: #8894a4
}

.top-nav__product-icons {
    display: inline-block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    margin: 1px 0 auto auto
}

.top-nav__product-icons i {
    display: block
}

.top-nav__product-icons-right {
    margin-right: 5px
}

.top-nav__product-icons .sprite-ov_icon {
    width: 30px;
    height: 30px;
    background-size: 450px
}

.top-nav__product-group {
    display: inline-block;
    position: absolute;
    margin: 5px auto auto;
    padding-left: 5px
}

.top-nav__product-group p {
    line-height: 19px;
    overflow: hidden;
    height: 36px
}

.top-nav__close,
.top-nav__country-close,
.top-nav__country-language-close,
.top-nav__phone-close {
    font-size: 2.125rem;
    position: absolute;
    right: 0;
    color: #c2c8d0;
    cursor: pointer;
    line-height: 0;
    margin: 20px 20px 0 0;
    opacity: 0;
    transition: transform .5s ease-out, opacity .5s ease-out
}

.top-nav__close:hover,
.top-nav__country-close:hover,
.top-nav__country-language-close:hover,
.top-nav__phone-close:hover {
    color: #fff
}

.top-nav__close.active,
.top-nav__country-close.active,
.top-nav__country-language-close.active,
.top-nav__phone-close.active {
    opacity: 1;
    transform: rotate(180deg);
    transform-origin: 50% 50%
}

.top-nav__country-close {
    transition: transform .3s ease-out, opacity .3s ease-out
}

.top-nav__phone-close {
    transition: transform .1s ease-out, opacity .1s ease-out
}

.top-nav__country-content {
    background-color: #2c323a;
    max-height: 0;
    transition: max-height .3s ease-out;
    overflow: hidden
}

.top-nav__country-content a {
    color: #fff;
    text-decoration: none
}

.top-nav__country-content.open {
    max-height: 148px
}

.top-nav__country-content.open.dropped {
    overflow: visible
}

.top-nav__country-content .row {
    overflow: hidden
}

.top-nav__country-container {
    width: 768px;
    margin: auto 0 auto auto;
    padding: 60px 0 20px
}

.top-nav__country-headline {
    color: #c2c8d0;
    font-size: 1rem;
    padding-bottom: 10px
}

.top-nav__country-box .row .col-sm-4 {
    padding: 0 5px
}

.top-nav__box-dropdown {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif
}

.top-nav__dropdown-button {
    padding: 10px 0 10px 12px;
    border: 1px solid #485164;
    border-bottom: 0
}

.top-nav__dropdown-button a {
    display: block;
    position: relative
}

.top-nav__dropdown-button a .icon-arrow-down-ui {
    position: absolute;
    right: 0;
    font-size: 1.5rem;
    margin: -6px 6px auto auto;
    transform: scaleY(1);
    transform-origin: 50% 42%;
    transition: transform .3s ease
}

.top-nav__dropdown-button .flag-icon {
    margin: auto 6px auto auto
}

.top-nav__dropdown-button.active .icon-arrow-down-ui {
    transform: scaleY(-1)
}

.top-nav__dropdown-list {
    border: 1px solid #485164;
    border-top: 0;
    position: relative;
    z-index: 2;
    max-height: 0;
    overflow: auto;
    transition: max-height .5s ease
}

.top-nav__dropdown-list.open {
    max-height: 200px
}

.top-nav__dropdown-list-item {
    border-top: 1px solid #485164;
    border-bottom: 1px solid #485164;
    background-color: #2c323a
}

.top-nav__dropdown-list-item a {
    display: block;
    padding: 10px 0 10px 12px
}

.top-nav__dropdown-list-item:focus,
.top-nav__dropdown-list-item:hover {
    background-color: #309ddc
}

.top-nav__dropdown-list-item .flag-icon {
    margin: auto 9px auto auto
}

.top-nav__language-item {
    display: none
}

.top-nav__change-text {
    color: #2c323a
}

.top-nav__change-button {
    position: relative;
    display: block;
    min-height: 39px;
    max-width: 130px;
    background-color: #309ddc;
    color: #fff;
    padding: 12px 0 0 25px;
    text-transform: uppercase
}

.top-nav__change-button span {
    position: absolute;
    right: 0;
    margin: -8px 8px auto auto;
    font-size: 1.625rem
}

.top-nav__change-button:focus,
.top-nav__change-button:hover {
    background-color: #65c6ff
}

.top-nav__phone-content {
    color: #c2c8d0;
    background-color: #2c323a;
    overflow: hidden;
    padding-right: 50px;
    max-height: 0;
    transition: max-height .5s ease-out
}

.top-nav__phone-content.open {
    max-height: 250px;
    transition: max-height .5s ease-out
}

.top-nav__phone-container {
    max-width: 750px;
    margin: auto 0 auto auto;
    padding: 30px 0 30px 10px
}

.top-nav__phone-container a {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    color: #309ddc
}

.top-nav__country-language {
    padding: 50px
}

.top-nav__country-language .row {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.top-nav__country-language-content {
    color: #c2c8d0;
    background-color: #2c323a;
    overflow: hidden;
    max-height: 0;
    transition: max-height .5s ease-out
}

.top-nav__country-language-content.open {
    max-height: 2000px;
    transition: max-height .5s ease-out
}

.top-nav__country-language-column {
    margin-right: 25px
}

.top-nav__country-language-column:last-child {
    margin-right: 0
}

.top-nav__country-language-column--quarter {
    width: 25%
}

.top-nav__country-language-column--half {
    width: 50%
}

.top-nav__country-language-column--half>ul {
    columns: 2;
    column-gap: 25px
}

.top-nav__country-language ul li {
    margin-bottom: 14px
}

.top-nav__country-language ul li:last-child {
    margin-bottom: 0
}

.top-nav .mobile-menu {
    display: none;
    overflow: hidden;
    width: 100%;
    max-height: 0;
    transition: max-height .5s ease
}

.top-nav .mobile-menu.open {
    max-height: 3000px;
    transition: max-height .5s ease-out
}

.top-nav .mobile-action {
    display: none;
    background-color: #edeef0;
    margin: -4px 0 0
}

.top-nav__mobile-locale-selector {
    display: none
}

.top-nav__mobile-language-selector {
    padding: 10px 0 0
}

.utility-nav {
    background-color: deepskyblue;
    height: 43px
}

.utility-nav,
.utility-nav a {
    color: #fff;
}

.utility-nav a:focus,
.utility-nav a:hover {
    color: #fff;
    text-decoration: none
}

.utility-nav__company-logo-container {
    display: inline-block;
    padding: 10px 0 0 10px
}

.utility-nav__company-logo-container-mobile {
    display: none
}

.utility-nav__company-logo {
    display: block
}

.utility-nav__company-text {
    padding: 3px 0 0 3px
}

.utility-nav__links {
    float: right;
    height: 43px
}

.utility-nav__links a {
    padding: 15px 18px 17px
}

.utility-nav__links--lp {
    margin-bottom: -4px
}

.utility-nav__links-list {
    display: inline-block
}

.utility-nav__links-list li {
    float: left;
    min-height: 43px;
    padding: 12px 0 0;
    border-left: 2px solid #363d44
}

.utility-nav__links-list li:focus,
.utility-nav__links-list li:hover {
    background-color: #363d44
}

.utility-nav__links-list li.bold-chat div {
    display: inline-block
}

.utility-nav__links-list a {
    position: relative;
    padding: 15px 18px 17px 32px
}

.utility-nav__links-list i {
    position: absolute;
    left: 14px;
    top: 12px;
    font-size: 1rem
}

.utility-nav__country-language-mobile-selector,
.utility-nav__country-language-selector {
    position: relative
}

.utility-nav__country-language-mobile-selector a,
.utility-nav__country-language-selector a {
    padding: 15px 18px 17px
}

.utility-nav__country-language-mobile-selector:after,
.utility-nav__country-language-selector:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: transparent;
    transition: all .3s ease
}

.utility-nav__country-language-mobile-selector:hover:after,
.utility-nav__country-language-selector:hover:after {
    height: 3px
}

.utility-nav__country-language-selector-text {
    padding-left: 4px;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif
}

.utility-nav__country-language-mobile-selector {
    display: none
}

.utility-nav__phone-button.active {
    background-color: #2c323a
}

.utility-nav__phone-button a {
    padding: 15px 14px 17px 32px
}

.utility-nav__main-button {
    display: inline-block;
    float: right;
    min-height: 43px;
    padding: 12px 0 0;
    position: relative
}

.utility-nav__main-button:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: transparent;
    transition: all .3s ease
}

.utility-nav__main-button:hover {
    background-color: #2c323a
}

.utility-nav__main-button:hover:after {
    height: 3px
}

.utility-nav__sign-in {
    background-color: #363d44
}

.utility-nav__more-menu a:after {
    content: "\2022 \2022 \2022";
    padding: 0 0 0 8px
}

.utility-nav__more-menu.active {
    background-color: #2c323a
}

.utility-nav__more-menu.active:after {
    height: 0
}

.utility-nav__country-selector {
    text-transform: uppercase
}

.utility-nav__country-selector.active {
    background-color: #2c323a
}

.utility-nav__country-selector a {
    padding: 15px 18px 17px
}

.utility-nav__mobile-button {
    display: none
}

.utility-nav__mobile-button.active {
    background-color: #fff
}

.utility-nav__mobile-button.active a {
    color: #363d44
}

.utility-nav__mobile-button.active .utility-nav__hamburger {
    background-color: #586474;
    transform: rotate(45deg) translateY(-50%)
}

.utility-nav__mobile-button.active .utility-nav__hamburger:after,
.utility-nav__mobile-button.active .utility-nav__hamburger:before {
    top: 0;
    background-color: #586474
}

.utility-nav__mobile-button.active .utility-nav__hamburger:before {
    transform: rotate(180deg)
}

.utility-nav__mobile-button.active .utility-nav__hamburger:after {
    transform: rotate(270deg)
}

.utility-nav__hamburger {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background-color: #fff;
    border-radius: .5em;
    height: 2px;
    width: 18px;
    transition: all .4s ease-in-out
}

.utility-nav__hamburger:after,
.utility-nav__hamburger:before {
    border-radius: .5em;
    height: 2px;
    width: 100%;
    left: 0;
    background: #fff;
    position: absolute;
    display: block;
    content: "";
    transition: all .4s ease-in-out
}

.utility-nav__hamburger:before {
    top: -.4em
}

.utility-nav__hamburger:after {
    top: .4em
}

.utility-nav .no-icon a {
    padding: 15px 18px 17px
}

.product-nav {
    height: 55px;
    border-bottom: 1px solid #c4c4c4;
    background-color: #fff;
    position: relative
}

.product-nav__product-logo-container {
    position: relative;
    display: inline-block;
    height: 100%
}

.product-nav__product-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 5px
}

.product-nav__product-logo-inverted {
    display: block;
    margin: auto auto auto 10px
}

.product-nav__links {
    display: inline-block;
    position: absolute;
    right: 0
}

.product-nav__links a {
    padding: 18px 16px
}

.product-nav__links-list {
    display: inline-block
}

.product-nav__links-list li {
    display: inline-block;
    min-height: 54px;
    padding: 17px 0 0
}

.product-nav__links-list a:hover {
    text-decoration: none
}

.product-nav__action-list li {
    background-color: #edeef0;
    position: relative
}

.product-nav__action-list li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: transparent;
    transition: all .3s ease
}

.product-nav__action-list li:hover {
    background-color: #d7dde3
}

.product-nav__action-list li:hover:after {
    height: 3px
}

.product-nav__action-list a {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif
}

.product-nav__action-list .image-link {
    margin-left: 26px;
    position: relative
}

.product-nav__action-list .image-link i {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -14px;
    font-size: 1.5rem;
    transform: scale(1.6, 1.1)
}

.product-nav__regular-list>li {
    position: relative
}

.product-nav__regular-list>li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: transparent;
    transition: all .3s ease
}

.product-nav__regular-list>li:hover:after {
    height: 3px;
    background-color: #586474
}

.product-nav__regular-list>li a {
    color: #586474;
    text-transform: uppercase;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif
}

.product-nav__dropdown,
.product-nav__mobile-dropdown {
    padding-right: 20px!important
}

.product-nav__dropdown span.icon-arrow-down-ui,
.product-nav__mobile-dropdown span.icon-arrow-down-ui {
    font-size: 1.5rem;
    position: absolute;
    margin-top: -6px;
    transform: scaleY(1);
    transform-origin: 50% 42%;
    transition: transform .7s ease
}

.product-nav__dropdown.active span.icon-arrow-down-ui,
.product-nav__mobile-dropdown.active span.icon-arrow-down-ui {
    transform: scaleY(-1)
}

.product-nav__section {
    background-color: #2c323a;
    overflow: hidden;
    max-height: 0;
    margin-top: 0;
    transition: max-height .5s ease, margin-top .5s ease
}

.top-nav--menu-open--transitioning .product-nav__section {
    transition: none
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .product-nav__section {
        transition: none
    }
}

@supports (-ms-ime-align:auto) {
    .product-nav__section {
        transition: none
    }
}

.product-nav__section.open {
    max-height: 400px
}

.product-nav__resource-block {
    padding: 30px 0
}

.product-nav__resource-block .row {
    overflow: hidden
}

.product-nav__resource-block a {
    text-transform: none
}

.product-nav__product-block {
    padding: 20px 0;
    width: 900px
}

.product-nav__product-link a {
    position: relative;
    color: #fff
}

.product-nav__product-link a.active,
.product-nav__product-link a:focus,
.product-nav__product-link a:hover {
    text-decoration: none;
    color: #c2c8d0
}

.product-nav__product-link i {
    display: inline-block;
    transform: scale(.5);
    vertical-align: text-bottom;
    margin-right: -5px
}

.product-nav__product-link span {
    position: absolute;
    bottom: 10px;
    white-space: nowrap;
    top: -17px
}

.product-nav__category {
    font-size: 1.25rem;
    color: #a6aeba;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #586474;
    padding: 0 0 10px;
    margin: 0 auto 10px
}

.product-nav__link-block p {
    line-height: 20px
}

.product-nav__link-block p:last-of-type {
    color: #838f9f
}

.product-nav__link-block a {
    text-decoration: none
}

.product-nav__link-block a p:first-of-type {
    font-size: .9375rem;
    line-height: 24px;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    color: #fff
}

.product-nav__action-separator>div {
    border-right: 1px solid #fff
}

.product-nav__action-separator>div:last-of-type {
    border-right: 0
}

.product-nav__mobile-section-country-language .row {
    padding: 20px 0
}

.bcFloat {
    display: none
}

@media only screen and (max-width:1280px) {
    .top-nav__more-menu-header {
        display: table
    }
    .top-nav__more-menu-header div {
        vertical-align: bottom;
        display: inline-block;
        float: none
    }
    .top-nav__more-menu--three-columns {
        max-width: 848px;
        margin: 0 auto
    }
    .top-nav__more-menu--three-columns .col-sm-4 {
        width: 250px;
        margin: 0 49px 0 0;
        padding: 0
    }
    .top-nav__more-menu--three-columns .col-sm-4:last-child {
        margin: 0
    }
}

@media only screen and (max-width:991px) {
    .top-nav__more-menu--three-columns {
        width: 668px
    }
    .top-nav__more-menu--three-columns .col-sm-4 {
        width: 190px
    }
    .top-nav__headline {
        font-size: 1.3125rem;
        line-height: 26px
    }
    .top-nav__country-language-column--half,
    .top-nav__country-language-column--quarter {
        width: 33%
    }
    .top-nav__country-language-column--half>ul {
        columns: 1
    }
    .product-nav {
        font-size: .75rem
    }
    .product-nav__links a {
        font-size: .65625rem;
        padding: 18px 14px
    }
    .product-nav__resource-block {
        padding: 30px 0 0
    }
    .product-nav__category {
        margin-bottom: 10px
    }
    .product-nav__link-block {
        margin-bottom: 25px
    }
    .product-nav__product-link a:first-of-type i {
        margin-top: 10px
    }
}

@media only screen and (max-width:767px) {
    .no-icon {
        display: none
    }
    .top-nav ul.product-nav__action-list {
        margin-top: -4px
    }
    .top-nav .mobile-menu {
        display: block;
        margin-bottom: -4px
    }
    .top-nav .mobile-action {
        display: block
    }
    .top-nav__more-content {
        display: none
    }
    .top-nav__country-content.open {
        max-height: 400px
    }
    .top-nav__country-language-content {
        display: none
    }
    .top-nav__country-box .row .col-sm-4 {
        padding: 0 15px
    }
    .top-nav__box-dropdown {
        display: none
    }
    .top-nav__mobile-locale-selector {
        display: block
    }
    .top-nav__language-headline {
        margin-top: 20px
    }
    .top-nav__container {
        padding: 20px 0
    }
    .top-nav__product-block {
        border-bottom: 0!important
    }
    .top-nav__country-language-column {
        padding: 0 15px
    }
    .top-nav__country-language-column li:last-child {
        margin-bottom: 10px
    }
    .top-nav__country-language-column--half,
    .top-nav__country-language-column--quarter {
        width: 100%
    }
    .utility-nav {
        height: 47px
    }
    .utility-nav__company-logo-container {
        padding: 0 0 0 5px
    }
    .utility-nav__company-logo-container-desktop {
        display: none
    }
    .utility-nav__company-logo-container-mobile {
        display: inline-block;
        height: 43px;
        max-width: 50px
    }
    .utility-nav__company-logo-container-mobile .utility-nav__company-logo {
        transform: scale(.8)
    }
    .utility-nav__company-logo {
        padding: 0 0 0 5px
    }
    .utility-nav__links a {
        padding: 15px 10px 17px
    }
    .utility-nav__links-list span,
    .utility-nav__more-menu {
        display: none
    }
    .utility-nav__links-list i {
        position: relative;
        left: auto;
        top: -2px
    }
    .utility-nav__links-list .utility-nav__country-language-mobile-selector span {
        display: inline-block
    }
    .utility-nav__country-language-selector,
    .utility-nav__links-list .show-for-medium-up {
        display: none
    }
    .utility-nav__country-language-mobile-selector,
    .utility-nav__mobile-button {
        display: inline-block
    }
    .product-nav,
    .product-nav-section {
        display: none
    }
    .product-nav__regular-list>li {
        border-bottom: 1px solid #bdc3cb
    }
    .product-nav__regular-list>li:after {
        display: none
    }
    .product-nav__regular-list>li:last-of-type {
        border-bottom: none
    }
    .product-nav__regular-list>li a {
        padding: 0 27px;
        display: block
    }
    .product-nav__regular-list a {
        line-height: 42px
    }
    .product-nav__regular-list .top-nav__product-block>a {
        padding: 0
    }
    .product-nav__regular-list .top-nav__product-block>a p {
        font-family: Lato-Regular, Arial, Helvetica, sans-serif;
        font-size: .6875rem
    }
    .product-nav__regular-list .top-nav__country-language-column li {
        border: none
    }
    .product-nav__action-list {
        width: 100%;
        height: 42px
    }
    .product-nav__links-list {
        display: table
    }
    .product-nav__links-list li {
        display: table-cell;
        padding: 10px 0 0;
        text-align: center
    }
    .product-nav__links-list li a {
        display: block;
        height: 100%;
        width: 100%
    }
    .product-nav__dropdown span.icon-arrow-down-ui,
    .product-nav__mobile-dropdown span.icon-arrow-down-ui {
        margin-top: 3px;
        margin-right: 10px;
        right: 0
    }
    .product-nav__product-block {
        padding: 0;
        width: 100%;
        margin: 0
    }
    .product-nav__product-block li {
        border-bottom: 0
    }
    .product-nav__product-icon {
        text-transform: none!important
    }
    .product-nav__section.open {
        margin-top: 0;
        max-height: 3200px
    }
    .product-nav__product-link {
        padding: 0
    }
    .product-nav__product-link--mobile a {
        display: block;
        text-transform: none!important
    }
    .product-nav__product-link--mobile span {
        font-family: Lato-Regular, Arial, Helvetica, sans-serif
    }
    .product-nav__product-link span {
        top: auto
    }
    .product-nav__product-link i {
        margin: auto -5px -6px auto
    }
    .product-nav__category {
        font-size: .875rem
    }
    .simple-mobile .mobile-action {
        margin-bottom: -4px;
        padding-left: 0;
        padding-right: 0
    }
    .simple-mobile .mobile-action .product-nav__action-list .icon-join-right {
        display: none
    }
    .simple-mobile .mobile-action .product-nav__action-list div:first-child a,
    .simple-mobile .mobile-action .product-nav__action-list div:nth-child(2) a {
        color: #fff
    }
    .mobile-action .product-nav__action-list a {
        display: block;
        width: 100%;
        padding: 10px 0
    }
    .mobile-action .product-nav__action-list a.image-link {
        display: inline-block;
        width: auto;
        margin-left: 28px
    }
    .mobile-action .product-nav__action-list a.image-link i {
        top: 3px;
        left: -30px
    }
}

.phantom-header {
    display: none
}

.g2m .simple-mobile .mobile-action .product-nav__action-list div:first-child {
    background-color: #3797d1;
    -webkit-tap-highlight-color: #d7dde3
}

.g2m .simple-mobile .mobile-action .product-nav__action-list div:nth-child(2) {
    background-color: #a6aebb;
    -webkit-tap-highlight-color: #d7dde3
}

.g2m .utility-nav__country-language-selector:hover:after,
.g2m .utility-nav__main-button:hover:after {
    background-color: #fd7a2a
}

.g2m .utility-nav__more-menu.active {
    border-bottom: 3px solid #fd7a2a
}

.g2m .product-nav__product-logo {
    background: url(images/logo.gif) no-repeat;
    background-position: 0 8.89152341%;
    width: 423.37px;
    height: 56.68px;
    transform-origin: 0 0;
    transform: scale(.55) translateX(21px) translateY(23px);
    position: absolute
}

@media only screen and (max-width:1070px) {
    .g2m .product-nav__product-logo {
        background: url(images/logo.gif) no-repeat;
        background-position: 15.85879091% 99.87096774%;
        width: 96.09px;
        height: 106px;
        transform: scale(.25) translateX(15px) translateY(8px);
        transform-origin: 0 0;
        transform: scale(.4) translateX(0) translateY(16px);
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 12px
    }
}

.g2m .product-nav__product-logo-inverted {
    background: url(images/logo.gif) no-repeat;
    background-position: 49.14650159% 48.73667205%;
    width: 168.9px;
    height: 45px
}

.g2m .product-nav__action-list li:hover:after {
    background-color: #fd7a2a
}

.g2m .product-nav__action-list a,
.g2m .product-nav__action-list a.image-link i {
    color: #fd7a2a
}

@media only screen and (max-width:767px) {
    .g2m .utility-nav__company-logo {
        background: url(images/logo.gif) no-repeat;
        background-position: 15.85879091% 99.87096774%;
        width: 96.09px;
        height: 106px;
        transform-origin: 0 0;
        transform: scale(.25) translateX(15px) translateY(8px);
        transform: scale(.275) translateX(15px) translateY(30px)
    }
}

.g2w .simple-mobile .mobile-action .product-nav__action-list div:first-child {
    background-color: #7ae0de;
    -webkit-tap-highlight-color: #6BD3D0
}

.g2w .simple-mobile .mobile-action .product-nav__action-list div:nth-child(2) {
    background-color: #a6aebb;
    -webkit-tap-highlight-color: #6BD3D0
}

.g2w .utility-nav__country-language-selector:hover,
.g2w .utility-nav__main-button:hover,
.g2w .utility-nav__more-menu.active {
    border-bottom: 3px solid #0080bf
}

.g2w .product-nav__product-logo {
    background: url(images/logo.gif) no-repeat;
    background-position: 0 18.20394737%;
    width: 422.22px;
    height: 56px;
    transform-origin: 0 0;
    transform: scale(.55) translateX(21px) translateY(23px);
    position: absolute
}

@media only screen and (max-width:1070px) {
    .g2w .product-nav__product-logo {
        background: url(images/logo.gif) no-repeat;
        background-position: 0 99.87096774%;
        width: 96.09px;
        height: 106px;
        transform: scale(.25) translateX(15px) translateY(8px);
        transform-origin: 0 0;
        transform: scale(.4) translateX(0) translateY(16px);
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 12px
    }
}

.g2w .product-nav__product-logo-inverted {
    background: url(images/logo.gif) no-repeat;
    background-position: 49.22961293% 41.46688207%;
    width: 169.8px;
    height: 45px
}

.g2w .product-nav__action-list li:hover:after {
    background-color: #0080bf
}

.g2w .product-nav__action-list a,
.g2w .product-nav__action-list a.image-link i {
    color: #0080bf
}

@media only screen and (max-width:767px) {
    .g2w .utility-nav__company-logo {
        background: url(images/logo.gif) no-repeat;
        background-position: 0 99.87096774%;
        width: 96.09px;
        height: 106px;
        transform-origin: 0 0;
        transform: scale(.25) translateX(15px) translateY(8px);
        transform: scale(.275) translateX(15px) translateY(30px)
    }
}

.g2t .simple-mobile .mobile-action .product-nav__action-list div:first-child {
    background-color: #e33370;
    -webkit-tap-highlight-color: #87064F
}

.g2t .simple-mobile .mobile-action .product-nav__action-list div:nth-child(2) {
    background-color: #a6aebb;
    -webkit-tap-highlight-color: #87064F
}

.g2t .utility-nav__country-language-selector:hover,
.g2t .utility-nav__main-button:hover,
.g2t .utility-nav__more-menu.active {
    border-bottom: 3px solid #e33370
}

.g2t .product-nav__product-logo {
    background: url(images/logo.gif) no-repeat;
    background-position: 48.67084022% 55.20382166%;
    width: 163.69px;
    height: 36px
}

@media only screen and (max-width:991px) {
    .g2t .product-nav__product-logo {
        background: url(images/logo.gif) no-repeat;
        background-position: 36.30792683% 90.17475728%;
        width: 46px;
        height: 46px
    }
}

.g2t .product-nav__product-logo-inverted {
    background: url(images/logo.gif) no-repeat;
    background-position: 48.50055535% 61.82229402%;
    width: 161.8px;
    height: 45px
}

.g2t .product-nav__action-list li:hover:after {
    background-color: #e33370
}

.g2t .product-nav__action-list a,
.g2t .product-nav__action-list a.image-link i {
    color: #e33370
}

@media only screen and (max-width:767px) {
    .g2t .utility-nav__company-logo {
        background: url(images/logo.gif) no-repeat;
        background-position: 36.30792683% 90.17475728%;
        width: 46px;
        height: 46px
    }
}

.g2a .simple-mobile .mobile-action .product-nav__action-list div:first-child {
    background-color: #165c7d
}

.g2a .simple-mobile .mobile-action .product-nav__action-list div:nth-child(2) {
    background-color: #a6aebb
}

.g2a .utility-nav__country-language-selector:hover,
.g2a .utility-nav__main-button:hover,
.g2a .utility-nav__more-menu.active {
    border-bottom: 3px solid #165c7d
}

.g2a .product-nav__product-logo {
    background: url(images/logo.gif) no-repeat;
    background-position: 0 0;
    width: 496px;
    height: 54px;
    transform: scale(.55) translateX(-190px)
}

@media only screen and (max-width:991px) {
    .g2a .product-nav__product-logo {
        background: url(images/logo.gif) no-repeat;
        background-position: 0 41.46268657%;
        width: 262px;
        height: 262px;
        transform: scale(.15) translateX(-740px) translateY(4px)
    }
}

.g2a .product-nav__product-logo-inverted {
    background: url(images/logo.gif) no-repeat;
    background-position: 0 0;
    width: 496px;
    height: 54px;
    transform: scale(.55) translateX(-190px)
}

.g2a .product-nav__product-link a.active,
.g2a .product-nav__product-link a:focus,
.g2a .product-nav__product-link a:hover {
    color: #2a969d
}

.g2a .product-nav__action-list li:hover:after {
    background-color: #165c7d
}

.g2a .product-nav__action-list a,
.g2a .product-nav__action-list a.image-link i {
    color: #165c7d
}

@media only screen and (max-width:767px) {
    .g2a .utility-nav__company-logo {
        background: url(images/logo.gif) no-repeat;
        background-position: 0 41.46268657%;
        width: 262px;
        height: 262px;
        transform: scale(.15) translateX(-740px) translateY(4px);
        transform: scale(.14) translateX(-790px) translateY(-780px)
    }
}

.ov .simple-mobile .mobile-action .product-nav__action-list div:first-child {
    background-color: #7361af
}

.ov .simple-mobile .mobile-action .product-nav__action-list div:nth-child(2) {
    background-color: #a6aebb
}

.ov .utility-nav__country-language-selector:hover,
.ov .utility-nav__main-button:hover,
.ov .utility-nav__more-menu.active {
    border-bottom: 3px solid #7361af
}

.ov .product-nav__product-logo {
    background: url(images/logo.gif) no-repeat;
    background-position: 53.76586793% 68.2611465%;
    width: 148.21px;
    height: 36px
}

@media only screen and (max-width:991px) {
    .ov .product-nav__product-logo {
        background: url(images/logo.gif) no-repeat;
        background-position: 29.29573171% 90.17475728%;
        width: 46px;
        height: 46px
    }
}

.ov .product-nav__product-logo-inverted {
    background: url(images/logo.gif) no-repeat;
    background-position: 26.18149146% 74.5276664%;
    width: 145.5px;
    height: 40.5px
}

.ov .product-nav__product-link a:focus,
.ov .product-nav__product-link a:hover {
    color: #7361af
}

.ov .product-nav__action-list li:hover:after {
    background-color: #7361af
}

.ov .product-nav__action-list a,
.ov .product-nav__action-list a.image-link i {
    color: #7361af
}

@media only screen and (max-width:767px) {
    .ov .utility-nav__company-logo {
        background: url(images/logo.gif) no-repeat;
        background-position: 29.29573171% 90.17475728%;
        width: 46px;
        height: 46px
    }
}

.g2p .simple-mobile .mobile-action .product-nav__action-list div:first-child {
    background-color: #97c958
}

.g2p .simple-mobile .mobile-action .product-nav__action-list div:nth-child(2) {
    background-color: #a6aebb
}

.g2p .utility-nav__country-language-selector:hover,
.g2p .utility-nav__main-button:hover,
.g2p .utility-nav__more-menu.active {
    border-bottom: 3px solid #97c958
}

.g2p .product-nav__product-logo {
    background: url(images/logo.gif) no-repeat;
    background-position: 26.94233098% 68.2611465%;
    width: 148.67px;
    height: 36px
}

@media only screen and (max-width:991px) {
    .g2p .product-nav__product-logo {
        background: url(images/logo.gif) no-repeat;
        background-position: 36.30792683% 97.61812298%;
        width: 46px;
        height: 46px
    }
}

.g2p .product-nav__product-logo-inverted {
    background: url(images/logo.gif) no-repeat;
    background-position: 0 74.9363006%;
    width: 145.7px;
    height: 43.9px
}

.g2p .product-nav__product-link a:focus,
.g2p .product-nav__product-link a:hover {
    color: #97c958
}

.g2p .product-nav__action-list li:hover:after {
    background-color: #97c958
}

.g2p .product-nav__action-list a,
.g2p .product-nav__action-list a.image-link i {
    color: #97c958
}

@media only screen and (max-width:767px) {
    .g2p .utility-nav__company-logo {
        background: url(images/logo.gif) no-repeat;
        background-position: 36.30792683% 97.61812298%;
        width: 46px;
        height: 46px
    }
}

.lastpass .simple-mobile .mobile-action .product-nav__action-list div:first-child {
    background-color: #d22b26
}

.lastpass .simple-mobile .mobile-action .product-nav__action-list div:nth-child(2) {
    background-color: #a6aebb
}

.lastpass .utility-nav__country-language-selector:hover,
.lastpass .utility-nav__main-button:hover,
.lastpass .utility-nav__more-menu.active {
    border-bottom: 3px solid #d22b26
}

.lastpass .product-nav__product-logo {
    background: url(images/logo.gif) no-repeat;
    background-position: 0 102%;
    width: 175px;
    height: 40px
}

@media only screen and (max-width:991px) {
    .lastpass .product-nav__product-logo {
        background: url(images/logo.gif) no-repeat;
        background-position: 69.40911382% 17.38665996%;
        width: 27.42px;
        height: 27.42px;
        width: 32px;
        height: 32px;
        transform: scale(1.8)
    }
}

.lastpass .product-nav__product-logo-inverted {
    background: url(images/logo.gif) no-repeat;
    background-position: 69.40911382% 17.38665996%;
    width: 27.42px;
    height: 27.42px;
    width: 32px;
    height: 32px;
    transform: scale(1.8)
}

.lastpass .product-nav__action-list li:hover:after {
    background-color: #d22b26
}

.lastpass .product-nav__action-list a,
.lastpass .product-nav__action-list a.image-link i {
    color: #d22b26
}

@media only screen and (max-width:767px) {
    .lastpass .utility-nav__company-logo {
        background: url(images/logo.gif) no-repeat;
        background-position: 69.40911382% 17.38665996%;
        width: 27.42px;
        height: 27.42px
    }
}

body[data-eligibility-type=trialConversion] {
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -ms-flex-direction: column;
    flex-direction: column;
    visibility: hidden
}

body[data-eligibility-type=trialConversion] .care-content-wrapper {
    -ms-flex: 1;
    flex: 1
}

body[data-eligibility-type=trialConversion][data-eligible=true] {
    visibility: visible
}

body[data-eligibility-type=addOn] {
    display: none
}

body[data-eligibility-type=addOn][data-eligible=true] {
    display: block
}

body[data-eligibility-type=addOn][data-eligible=true] .care-content-wrapper {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.trial-form {
    position: relative
}

@keyframes n {
    0% {
        stroke-dashoffset: 82
    }
    to {
        stroke-dashoffset: 0
    }
}

.trial-form .error-form-submission {
    position: relative;
    transform: none;
    margin-bottom: 30px
}

.trial-form__background {
    display: none
}

.trial-form__container {
    display: -ms-flexbox;
    display: flex;
    min-height: 1636px;
    max-height: 1636px
}

.trial-form__main {
    width: 100%;
    margin-right: 465px
}

.trial-form__main-container {
    max-width: 455px;
    margin: 127px auto
}

.trial-form__main-headline {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    color: #586474;
    font-size: 2.375rem;
    margin-bottom: 17px
}

.trial-form__main-subheadline {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    color: #bbb;
    font-size: 1.375rem;
    line-height: 2rem;
    margin-bottom: 55px
}

.trial-form__main-description {
    padding: 0;
    text-align: center;
    font-size: 1rem;
    line-height: 1.375rem
}

.trial-form__main-description-text {
    color: #8c8c8c
}

.trial-form__main-description a {
    color: #309ddc
}

.trial-form__main-description li {
    margin-bottom: 9px
}

.trial-form__main-description li:last-child {
    margin-bottom: 27px
}

.trial-form__main-truste-image {
    text-align: center
}

.trial-form__main-truste-image img {
    height: 43px;
    width: auto
}

.trial-form__main-email-optin {
    position: relative;
    text-align: center;
    font-size: .75rem;
    line-height: 1.25rem;
    color: #8c8c8c;
    visibility: hidden
}

.trial-form__main-email-optin.active {
    visibility: visible;
    margin-bottom: 19.5px
}

.trial-form__main-disclaimer {
    position: relative;
    text-align: center;
    font-size: .75rem;
    line-height: 1.25rem
}

.trial-form__main-disclaimer,
.trial-form__main-disclaimer a {
    color: #8c8c8c
}

.trial-form__main-disclaimer a {
    text-decoration: underline
}

.trial-form__main form input,
.trial-form__main form select {
    position: relative;
    z-index: 1;
    text-align: left;
    border: 1px solid #d1d2d3;
    margin-bottom: 30px;
    height: 45px;
    color: #8c8c8c;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: 1rem;
    padding: 6px 15px
}

.trial-form__main form input+label.error,
.trial-form__main form input+label.error:before,
.trial-form__main form select+label.error,
.trial-form__main form select+label.error:before {
    display: none!important
}

.trial-form__main form input:focus~.trial-form--form-requirement,
.trial-form__main form select:focus~.trial-form--form-requirement {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    max-height: 40px;
    margin-top: -17px;
    margin-bottom: 28px;
    color: #8c8c8c
}

.trial-form__main form input:focus.error~.trial-form--form-requirement,
.trial-form__main form select:focus.error~.trial-form--form-requirement {
    color: #cc4337
}

.trial-form__main form input:focus.valid~.trial-form--form-requirement,
.trial-form__main form select:focus.valid~.trial-form--form-requirement {
    margin: 0;
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    max-height: 0
}

.trial-form__main form select {
    color: #8c8c8c
}

.trial-form__main form select.error {
    border-color: #cc4337;
    color: #cc4337
}

.trial-form__main form input::-webkit-input-placeholder {
    color: #8c8c8c
}

.trial-form__main form input:-moz-placeholder,
.trial-form__main form input::-moz-placeholder {
    color: #8c8c8c
}

.trial-form__main form input:-ms-input-placeholder {
    color: #8c8c8c
}

.trial-form__main form input[type=submit] {
    color: #fff;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    height: 40px;
    margin-bottom: 28px;
    border: none;
    text-align: center
}

.trial-form__main form input[type=submit][disabled=disabled] {
    background: #bbb!important;
    color: transparent
}

.trial-form__main form input[type=submit][disabled=disabled]+.trial-form--form-progress-message {
    display: block
}

.trial-form__main form input[type=submit]~.trial-form--form-error {
    text-align: center
}

.trial-form__main form hr {
    margin-top: 30px;
    margin-bottom: 60px;
    border-color: #d1d2d3
}

.trial-form__main form .styled-select i {
    width: 45px;
    height: 45px;
    background: transparent
}

.trial-form__main form .styled-select i:before {
    z-index: 2;
    color: #8c8c8c;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    width: 17px;
    height: 17px;
    font-size: 1.0625rem;
    line-height: 1.0625rem
}

.trial-form__main form .form-input.form-input-checkbox {
    position: relative;
    display: inline-block;
    line-height: 1.6875rem
}

.trial-form__main form .form-input.form-input-checkbox input {
    width: 17px;
    height: 17px;
    margin: 0
}

.trial-form__main form .form-input.form-input-checkbox input+label {
    width: 17px;
    height: 17px;
    top: 5px;
    left: -5px;
    margin: 0
}

.trial-form__main form .form-input.form-input-checkbox input+label:after {
    left: -3px
}

.trial-form__main form .form-input-password>input {
    padding-right: 60px
}

.trial-form__side {
    position: absolute;
    right: 0;
    height: 100%;
    width: 465px
}

.trial-form__side__container {
    background-image: url(../../../../resource/assets/images/med/wallpaper-gray-wash.96a3d60fa7b7547edf505e248643ac6a.png);
    display: block;
    width: 100%;
    height: 100%;
    padding: 127px 75px;
    position: relative
}

.trial-form__side__headline {
    line-height: 3.375rem;
    color: #fff;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif
}

.trial-form__side__subheadline {
    color: #fff;
    margin: 17px 0 25px
}

.trial-form__side__socialproof {
    color: #fff
}

.trial-form__side__socialproof__quote {
    font-size: 1.375rem;
    color: #bbb;
    font-family: Lato-italic, Arial, Helvetica, sans-serif;
    line-height: 32px;
    padding-top: 23px
}

.trial-form__side__socialproof__quote.quote-en:before {
    content: "\201C";
    left: 65px;
    position: absolute
}

.trial-form__side__socialproof__quote.quote-en:after {
    content: "\201D"
}

.trial-form__side__socialproof__quote.quote-fr:before {
    content: "«";
    left: 60px;
    position: absolute
}

.trial-form__side__socialproof__quote.quote-fr:after {
    content: "»"
}

.trial-form__side__socialproof__quote.quote-de:before {
    content: "„";
    left: 65px;
    position: absolute
}

.trial-form__side__socialproof__quote.quote-de:after {
    content: "“"
}

.trial-form__side__socialproof__author {
    font-size: .75rem;
    margin: 20px 0 25px
}

.trial-form__side.raw {
    height: 100%
}

.trial-form__side__iconstat__container {
    color: #fff;
    padding-top: 15px
}

.trial-form__side__iconstat__container.stacked {
    display: block
}

.trial-form__side__iconstat__container.carousel {
    display: none
}

.trial-form__side__iconstat__row {
    border-bottom: 1px solid #6e6e6e;
    margin-bottom: 43px;
    padding-bottom: 30px;
    text-align: center
}

.trial-form__side__iconstat__number {
    font-size: 5.25rem;
    line-height: 5.625rem;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    letter-spacing: -4px
}

.trial-form__side__iconstat__suffix {
    font-size: 1.375rem;
    margin-top: -8px
}

.trial-form__side__iconstat__description {
    font-size: 1rem;
    margin-top: -15px
}

.trial-form__side__iconstat__left {
    display: inline-block;
    margin-right: 27px
}

.trial-form__side__iconstat__right {
    display: inline-block;
    position: relative;
    top: -41px
}

.trial-form__side__iconstat__right img {
    width: 90px;
    height: 90px
}

.trial-form .check-icon svg {
    position: absolute;
    right: -39px;
    top: 9px
}

.trial-form--form-error,
.trial-form--form-requirement {
    transition: all .2s ease;
    font-size: 1rem;
    line-height: 1.25rem;
    position: relative;
    display: block;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    margin: 0;
    overflow: hidden;
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    color: #cc4337;
    max-height: 0
}

.error .trial-form--form-error,
.error .trial-form--form-requirement {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    color: #cc4337;
    max-height: 40px;
    margin-top: -17px;
    margin-bottom: 28px
}

.trial-form--divider .trial-form--form-requirement {
    position: absolute
}

.trial-form--form-progress-message {
    font-size: 1rem;
    line-height: 2.5rem;
    transition: background .2s ease;
    color: #fff;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    position: absolute;
    top: 0;
    height: 40px;
    width: 100%;
    text-align: center;
    display: none;
    z-index: 10000000
}

.error .trial-form--form-progress-message {
    background: #cc4337
}

.trial-form--form-password-toggle {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    right: 15px;
    top: 12px
}

.trial-form--form-password-toggle:hover {
    text-decoration: none
}

.trial-form--form-password-toggle:before {
    line-height: 1.0625rem;
    font-size: 1rem;
    color: #8c8c8c;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    content: attr(data-toggle-show-text)
}

.trial-form--form-password-toggle.active:before {
    content: attr(data-toggle-hide-text)
}

@media only screen and (min-width:768px) and (max-width:1099px) {
    .trial-form__background {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1
    }
    .trial-form__wrapper {
        width: 100%
    }
    .trial-form__container {
        display: inline-block;
        width: 100%;
        min-height: 0;
        max-height: none;
        text-align: center
    }
    .trial-form__main {
        max-width: 566px;
        display: inline-block;
        text-align: center;
        background: #fff;
        margin: 100px 0
    }
    .trial-form__main-container {
        width: 445px;
        display: inline-block;
        margin: 0 0 52.5px
    }
    .trial-form__main-headline {
        font-size: 2.0625rem;
        line-height: 2.9375rem;
        margin-top: 53px;
        margin-bottom: 19px;
        text-align: center
    }
    .trial-form__main-subheadline {
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin-bottom: 56px
    }
    .trial-form__main form .form-input,
    .trial-form__main form .form-select {
        text-align: left
    }
    .trial-form__side {
        display: block;
        height: 100%;
        max-width: 574px;
        width: 100%;
        position: relative;
        margin: 0 auto
    }
    .trial-form__side__container {
        font-size: 2.0625rem;
        background: none!important;
        padding: 0 0 90px
    }
    .trial-form__side__headline {
        font-size: 2.0625rem;
        line-height: 2.9375rem;
        margin-top: -10px
    }
    .trial-form__side__subheadline {
        line-height: 28px;
        margin: 14px 0 24px
    }
    .trial-form__side__socialproof__quote {
        font-size: 1.25rem;
        line-height: 28px
    }
    .trial-form__side__socialproof__quote.quote-en:before {
        left: -5px
    }
    .trial-form__side__socialproof__quote.quote-fr:before {
        left: -10px
    }
    .trial-form__side__socialproof__quote.quote-de:before {
        left: -5px
    }
    .trial-form__side__socialproof__author {
        margin: 20px 0 15px
    }
    .trial-form__side__iconstat__container.stacked {
        display: none
    }
    .trial-form__side__iconstat__container.carousel {
        display: block
    }
    .trial-form__side__iconstat__container.carousel .owl-dot {
        width: 10px;
        height: 10px;
        background: #c2c8d0;
        border-radius: 50%;
        display: inline-block;
        margin: 0 8px
    }
    .trial-form__side__iconstat__container.carousel .owl-dot.active {
        background: green
    }
    .trial-form__side__iconstat__container.carousel .owl-nav {
        display: none
    }
    .trial-form__side__iconstat__row {
        border-bottom: none;
        margin-bottom: 30px;
        padding-bottom: 0
    }
    .trial-form__side__iconstat__left {
        margin-right: 23px
    }
    .trial-form__side__iconstat__right {
        top: 0
    }
    .trial-form__side__iconstat__description {
        margin-top: 10px
    }
    .trial-form .check-icon svg {
        right: -42px
    }
}

@media only screen and (max-width:767px) {
    .trial-form__background {
        display: none
    }
    .trial-form__container {
        min-height: 0;
        max-height: none
    }
    .trial-form__main {
        padding: 0 30px;
        margin-right: 0
    }
    .trial-form__main-container {
        margin: 54px auto 52.5px;
        text-align: center
    }
    .trial-form__main-headline {
        font-size: 1.75rem;
        line-height: 2.25rem;
        margin-bottom: 17px
    }
    .trial-form__main-subheadline {
        font-size: 1.125rem;
        line-height: 1.5rem;
        margin-bottom: 53px
    }
    .trial-form__main-description-text {
        display: block
    }
    .trial-form__main-description-text,
    .trial-form__main-description a {
        font-size: .875rem;
        line-height: 1.125rem
    }
    .trial-form__side {
        display: none
    }
    .trial-form form input,
    .trial-form form select {
        font-size: .875rem
    }
    .trial-form form .form-input,
    .trial-form form .form-select {
        text-align: left
    }
    .trial-form--form-error,
    .trial-form--form-requirement {
        font-size: .75rem
    }
    .error .trial-form--form-error,
    .error .trial-form--form-requirement {
        margin-bottom: 27px
    }
    .trial-form--form-password-toggle:before {
        font-size: .875rem
    }
}

@media only screen and (min-width:600px) and (max-width:767px) {
    .trial-form form input:focus~.trial-form--form-requirement,
    .trial-form form select:focus~.trial-form--form-requirement {
        margin-top: -23px
    }
    .trial-form .check-icon svg {
        top: 12.5px;
        right: -30px;
        width: 20px;
        height: 20px
    }
    .error .trial-form--form-error,
    .error .trial-form--form-requirement {
        margin-top: -23px
    }
    .trial-form--form-progress-message {
        font-size: .875rem
    }
}

@media only screen and (max-width:599px) {
    .trial-form form input:focus~.trial-form--form-requirement,
    .trial-form form select:focus~.trial-form--form-requirement {
        margin-top: -26px
    }
    .trial-form .check-icon svg {
        top: 15px;
        right: -23px;
        width: 15px;
        height: 15px
    }
    .error .trial-form--form-error,
    .error .trial-form--form-requirement {
        margin-top: -26px
    }
}

.g2a .trial-form form input[type=password]:focus,
.g2a .trial-form form input[type=text]:focus,
.g2a .trial-form form select:focus,
.g2m .trial-form form input[type=password]:focus,
.g2m .trial-form form input[type=text]:focus,
.g2m .trial-form form select:focus,
.g2p .trial-form form input[type=password]:focus,
.g2p .trial-form form input[type=text]:focus,
.g2p .trial-form form select:focus,
.g2t .trial-form form input[type=password]:focus,
.g2t .trial-form form input[type=text]:focus,
.g2t .trial-form form select:focus,
.g2w .trial-form form input[type=password]:focus,
.g2w .trial-form form input[type=text]:focus,
.g2w .trial-form form select:focus,
.ov .trial-form form input[type=password]:focus,
.ov .trial-form form input[type=text]:focus,
.ov .trial-form form select:focus {
    border: 1px solid #309ddc
}

section.two-col-list-marketing {
    padding-top: 50px;
    padding-bottom: 25px
}

@media (min-width:768px) {
    section.two-col-list-marketing {
        padding-bottom: 35px;
        padding-top: 35px
    }
}

section.two-col-list-marketing div.col-container {
    text-align: left;
    margin: 0 auto
}

@media (min-width:768px) {
    section.two-col-list-marketing div.col-container {
        width: 100%
    }
}

@media (min-width:992px) {
    section.two-col-list-marketing div.col-container {
        width: 964px
    }
}

section.two-col-list-marketing div.col-container .col-list {
    padding-top: 20px
}

@media (min-width:768px) {
    section.two-col-list-marketing div.col-container .col-list {
        padding-top: 10px;
        clear: none
    }
}

section.two-col-list-marketing div.col-container .col-list:nth-child(odd) {
    clear: left
}

section.two-col-list-marketing div.col-container .col-heading {
    font-size: 1.375rem;
    line-height: 22px;
    padding-bottom: 20px;
    color: #586474;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif
}

section.two-col-list-marketing div.col-container .col-heading span {
    margin-right: 5px
}

section.two-col-list-marketing div.article-list {
    margin-bottom: 15px
}

.text-bold {
    font-weight: bolder
}

@media only screen and (min-width:1200px) {
    .two-col-list-marketing .article-list a {
        font-size: 16px
    }
}

@media only screen and (min-width:767px) and (max-width:992px) {
    .two-col-list-marketing .article-list a {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .two-col-list-marketing .article-list a {
        font-size: 12px
    }
}

.g2m .two-col-list-marketing .article-list a,
.g2m .two-col-list-marketing .article-list a:after {
    color: #fd7a2a
}

.g2w .two-col-list-marketing .article-list a,
.g2w .two-col-list-marketing .article-list a:after {
    color: #0097e1
}

.g2t .two-col-list-marketing .article-list a,
.g2t .two-col-list-marketing .article-list a:after {
    color: #e33370
}

.g2a .two-col-list-marketing .article-list a,
.g2a .two-col-list-marketing .article-list a:after {
    color: #165c7d
}

.g2p .two-col-list-marketing .article-list a,
.g2p .two-col-list-marketing .article-list a:after {
    color: #97c958
}

.ov .two-col-list-marketing .article-list a,
.ov .two-col-list-marketing .article-list a:after {
    color: #c287ff
}

.two-col-quote {
    color: #434b58;
    padding-top: 60px;
    padding-bottom: 60px
}

.two-col-quote.gray-background {
    background-color: #f9f9f9
}

.two-col-quote__heading {
    font-size: 2.375rem;
    line-height: 3.1875rem;
    text-align: center
}

.two-col-quote__sub-heading {
    font-size: 1.375rem;
    line-height: 2rem;
    text-align: center
}

.two-col-quote__support-logo {
    width: 100px;
    margin: 0 auto;
    margin-top: 43px;
    margin-bottom: 25px
}

.two-col-quote .tagged-heading__heading {
    font-size: 22px;
    text-align: center
}

.two-col-quote .tagged-heading__heading-tag {
    font-size: 15px;
    line-height: 21px;
    font-weight: 900;
    margin: 1px 5px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    background-color: #6ed003;
    padding-left: 7px;
    padding-right: 7px;
    transform: skewX(-20deg)
}

.two-col-quote .tagged-heading__heading-tag span {
    display: inline-block;
    transform: skewX(20deg)
}

.two-col-quote .tagged-heading__heading-text {
    display: inline-block
}

.two-col-quote__col-heading {
    font-size: 22px;
    text-align: center;
    padding-bottom: 20px
}

.two-col-quote__col-heading-tag {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    margin: 1px 2px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    background-color: #6ed003;
    padding-left: 7px;
    padding-right: 7px;
    transform: skewX(-20deg)
}

.two-col-quote__col-heading-tag span {
    display: inline-block;
    transform: skewX(20deg)
}

.two-col-quote__col-heading-text {
    display: inline-block;
    padding-left: 6px
}

.two-col-quote__col-container .col-list:first-child {
    padding-left: 20%
}

.two-col-quote__col-container .col-list:nth-child(2n) {
    padding-left: 5%;
    padding-right: 12%
}

.two-col-quote__col-container .col-list .accordion-wrapper .accordion-heading {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0
}

.two-col-quote__col-container .col-list .accordion-wrapper .accordion-entry {
    width: 100%
}

.two-col-quote__col-container .col-list .accordion-wrapper .accordion-entry .accordion-title {
    font-weight: 600;
    line-height: 1.4;
    font-size: 16px;
    padding-top: 22px
}

.two-col-quote__col-container .col-list .accordion-wrapper .accordion-entry .accordion-title .icon-arrow-up-ui:before {
    content: "-";
    margin-right: 6px
}

.two-col-quote__col-container .col-list .accordion-wrapper .accordion-entry .accordion-title .icon-arrow-down-ui:before {
    content: "+";
    margin-right: 6px
}

.two-col-quote__col-container .col-list .accordion-wrapper .accordion-entry .accordion dt {
    padding: 0
}

.two-col-quote__col-container .col-list .accordion-wrapper .accordion-entry .accordion-content {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px
}

.two-col-quote__col-container .col-list .accordion-wrapper .accordion-entry .accordion-rte {
    margin: 0
}

.two-col-quote__col-container .col-list .accordion-wrapper .accordion-entry .showHide,
.two-col-quote__col-container .col-list .accordion-wrapper .accordion-entry .wrapper-inner-bottom {
    display: none
}

.two-col-quote__col-container .col-list .accordion-wrapper .accordion-elements {
    border: none
}

.two-col-quote__col-container .col-list .accordion-wrapper .accordion-elements button:hover {
    text-decoration: none
}

.two-col-quote__carousel {
    padding-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 34px;
    text-align: center
}

.two-col-quote__carousel .quote__item-quote {
    font-style: italic;
    padding-bottom: 25px
}

.two-col-quote__carousel .owl-carousel {
    width: 65%
}

.two-col-quote .owl-dot {
    width: 8px;
    height: 8px;
    background: #c2c8d0;
    border-radius: 50%;
    display: inline-block;
    margin: 0 8px
}

.two-col-quote .owl-dot.active {
    background: green
}

.two-col-quote .owl-dots {
    text-align: center
}

@media only screen and (min-width:767px) and (max-width:992px) {
    .two-col-quote .col-list,
    .two-col-quote .col-list:first-child,
    .two-col-quote .col-list:nth-child(2n) {
        padding: 0 30%
    }
    .two-col-quote .accordion-heading {
        padding-top: 10px
    }
}

@media only screen and (max-width:767px) {
    .two-col-quote {
        padding-top: 0
    }
    .two-col-quote__heading {
        padding-bottom: 10px;
        margin: 10px
    }
    .two-col-quote__sub-heading {
        margin: 10px
    }
    .two-col-quote .col-list,
    .two-col-quote .col-list:first-child,
    .two-col-quote .col-list:nth-child(2n) {
        padding: 0 5%
    }
    .two-col-quote .accordion-heading {
        padding-top: 10px
    }
}

.g2m .two-col-quote .owl-dots .owl-dot.active {
    background: #fd7a2a
}

.g2w .two-col-quote .owl-dots .owl-dot.active {
    background: #0097e1
}

.twoCtaCallOut {
    overflow: hidden;
    position: relative;
    max-width: 1280px;
    text-align: center;
    margin: auto
}

.twoCtaCallOut__ctaItems {
    clear: both;
    display: inline-block;
    max-width: 50%;
    vertical-align: top;
    margin: auto
}

.twoCtaCallOut h1 {
    font-size: 1.375rem;
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    line-height: normal;
    padding-bottom: 30px
}

.twoCtaCallOut p {
    padding-bottom: 30px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal;
    text-align: center;
    margin: auto;
    max-width: 67%
}

.twoCtaCallOut__ctaItems:first-child {
    border-right: 1px solid #bbb;
    padding-right: 60px
}

.twoCtaCallOut__ctaItems:nth-child(2) {
    padding-left: 60px
}

@media (max-width:767px) {
    .twoCtaCallOut__ctaItems:first-child {
        border-right: 0 solid #bbb;
        border-bottom: 1px solid #bbb;
        padding-right: 0;
        padding-bottom: 60px
    }
    .twoCtaCallOut__ctaItems:nth-child(2) {
        padding-left: 0;
        padding-top: 60px
    }
    .twoCtaCallOut__ctaItems {
        clear: both;
        display: block;
        max-width: 100%;
        vertical-align: top;
        margin: auto
    }
    .twoCtaCallOut p {
        font-size: .75rem;
        max-width: 90%
    }
}

@media (min-width:768px) {
    .twoCtaCallOut__ctaItems:first-child {
        border-right: 0 solid #bbb;
        border-bottom: 1px solid #bbb;
        padding-right: 0;
        padding-bottom: 60px
    }
    .twoCtaCallOut__ctaItems:nth-child(2) {
        padding-left: 0;
        padding-top: 60px
    }
    .twoCtaCallOut__ctaItems {
        clear: both;
        display: block;
        max-width: 100%;
        vertical-align: top;
        margin: auto
    }
    .twoCtaCallOut p {
        max-width: 37%
    }
}

@media (min-width:992px) {
    .twoCtaCallOut__ctaItems:first-child {
        border-right: 0 solid #bbb;
        padding-right: 0
    }
    .twoCtaCallOut__ctaItems:nth-child(2) {
        padding-left: 0;
        padding-top: 60px
    }
    .twoCtaCallOut__ctaItems {
        clear: both;
        display: block;
        max-width: 100%;
        vertical-align: top;
        margin: auto
    }
    .twoCtaCallOut p {
        max-width: 37%
    }
}

@media (min-width:1200px) {
    .twoCtaCallOut__ctaItems:first-child {
        border-right: 1px solid #bbb;
        border-bottom: 0 solid #bbb;
        padding-right: 30px;
        padding-bottom: 0
    }
    .twoCtaCallOut__ctaItems:nth-child(2) {
        padding-left: 30px;
        padding-top: 0
    }
    .twoCtaCallOut__ctaItems {
        clear: both;
        display: inline-block;
        max-width: 50%;
        vertical-align: top;
        margin: auto
    }
    .twoCtaCallOut p {
        max-width: 67%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .twoCtaCallOut p {
        font-size: .875rem
    }
}

.video-lightbox {
    position: relative;
    padding: 60px 0;
    overflow: hidden
}

.video-lightbox--slanted {
    padding-bottom: 0
}

.video-lightbox--slanted .video-lightbox__slant {
    margin-top: 50px;
    height: 50px;
    display: inherit
}

.video-lightbox--slanted .video-lightbox__slant img {
    width: 100%;
    height: 100%
}

.video-lightbox__desktop-background,
.video-lightbox__mobile-background,
.video-lightbox__tablet-background {
    width: 100%;
    height: 100%;
    position: absolute;
    display: table-cell;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat
}

.video-lightbox__mobile-background,
.video-lightbox__tablet-background {
    background-position: 50% 50%;
    display: none
}

.video-lightbox__desktop-background {
    background-position: 50% 70%;
    background-size: cover
}

.video-lightbox__inner {
    margin-left: -15px;
    margin-right: -15px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px
}

.video-lightbox__video {
    position: relative;
    float: left;
    width: 58.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: auto
}

.video-lightbox__video img {
    width: 100%
}

.video-lightbox__text {
    position: relative;
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0
}

.video-lightbox__text-description,
.video-lightbox__text-title {
    margin-bottom: 6px;
    line-height: 25px
}

.video-lightbox__text-title {
    color: #434b58
}

.video-lightbox__text-link>a {
    font-family: Lato-Bold, Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: .875rem
}

.video-lightbox__text-link>a:after {
    content: "\25BA";
    margin-left: 3px;
    vertical-align: 6%;
    font-size: .625rem
}

.video-lightbox__popup {
    display: none
}

.video-lightbox__popup.featherlight-inner {
    display: block
}

.video-lightbox__slant {
    display: none
}

.featherlight {
    padding: 45px 100px;
    background: rgba(3, 12, 28, .7)
}

.featherlight .featherlight-content {
    width: 800px;
    height: 450px;
    margin: 0;
    overflow: visible
}

.featherlight .featherlight-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.featherlight .featherlight-close-icon {
    font-size: 1.6875rem;
    top: -33px;
    right: -33px;
    color: #fff;
    background: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .video-lightbox {
        padding: 50px 0
    }
    .video-lightbox--slanted {
        padding-bottom: 0
    }
    .video-lightbox__desktop-background,
    .video-lightbox__mobile-background {
        display: none
    }
    .video-lightbox__tablet-background {
        display: table-cell;
        background-repeat: no-repeat;
        background-size: cover
    }
    .featherlight {
        padding: 33px 0 0
    }
    .featherlight .featherlight-content {
        width: 100%;
        min-width: 320px;
        height: 56.25vw;
        min-height: 300px
    }
    .featherlight .featherlight-close-icon {
        font-size: 1.6875rem;
        top: -28px;
        right: 4px
    }
}

@media only screen and (max-width:767px) {
    .video-lightbox {
        padding: 25px 0
    }
    .video-lightbox--slanted {
        padding-bottom: 0
    }
    .video-lightbox__desktop-background,
    .video-lightbox__tablet-background {
        display: none
    }
    .video-lightbox__mobile-background {
        display: table-cell;
        background-repeat: no-repeat;
        background-size: cover
    }
    .video-lightbox__video {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        padding: 0!important;
        text-align: center
    }
    .video-lightbox__video img {
        min-width: 250px;
        display: inline-block;
        float: none
    }
    .video-lightbox__text {
        display: none
    }
    .video-lightbox__popup {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        max-height: 56.25vw;
        width: 100%
    }
    .featherlight {
        padding: 0
    }
    .featherlight .featherlight-content {
        position: absolute;
        left: 0;
        bottom: 0;
        min-width: 200px;
        width: 100%;
        min-height: calc(100% - 125px);
        max-height: calc(100% - 35px);
        background: #000;
        border: 0;
        transform: translateY(300px);
        transition: transform .25s ease
    }
    .featherlight .featherlight-content.active {
        transform: translateY(0)
    }
    .featherlight .featherlight-close-icon {
        font-size: 1.6875rem;
        top: -28px;
        right: 4px
    }
}

.g2m .video-lightbox__text-link>a {
    color: #e18026
}

.g2a .video-lightbox__text-link>a {
    color: #2a969d
}

.g2w .video-lightbox__text-link>a {
    color: #3797d1
}

.g2t .video-lightbox__text-link>a {
    color: #992977
}

.g2p .video-lightbox__text-link>a {
    color: #4e9d2d
}

.ov .video-lightbox__text-link>a {
    color: #5c61a6
}

.video-hero {
    position: relative
}

.video-hero__desktop-background,
.video-hero__mobile-background,
.video-hero__tablet-background {
    width: 100%;
    height: 100%;
    position: absolute;
    display: table-cell;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.video-hero__mobile-background,
.video-hero__tablet-background {
    display: none
}

.video-hero__wrapper {
    padding: 150px 30px 214px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.video-hero__header {
    color: #fff;
    font-size: 2.5rem;
    line-height: 3.75rem;
    text-align: center
}

.video-hero__play-button {
    margin-top: 18px;
    margin-bottom: 75px;
    text-align: center
}

.video-hero__play-button img {
    height: 50px;
    width: auto
}

.video-hero__cta {
    text-align: center
}

.video-hero__cta a {
    white-space: nowrap;
    display: inline-block;
    height: 44px;
    color: #fff;
    font-size: 1.25rem;
    line-height: 2.75rem;
    border-radius: 23px;
    padding: 0 30px;
    text-decoration: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .video-hero__desktop-background,
    .video-hero__mobile-background {
        display: none
    }
    .video-hero__tablet-background {
        display: table-cell
    }
}

@media only screen and (max-width:767px) {
    .video-hero__desktop-background,
    .video-hero__tablet-background {
        display: none
    }
    .video-hero__mobile-background {
        display: table-cell
    }
    .video-hero__wrapper {
        padding: 75px 30px 107px
    }
    .video-hero__header {
        font-size: 2.125rem;
        line-height: 2.8125rem
    }
}

.g2m .video-hero {
    background: #e9ba1f;
    background: linear-gradient(135deg, #e9ba1f, #e18026 60%, #ca5328);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2m .video-hero__cta>a {
    background: #fc9402
}

.g2m .video-hero__cta>a:hover {
    background: #fd7a2a
}

.g2w .video-hero {
    background: #6bcbdd;
    background: linear-gradient(135deg, #6bcbdd, #3797d1 60%, #3860a1);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2w .video-hero__cta>a {
    background: #0080bf
}

.g2w .video-hero__cta>a:hover {
    background: #0097e1
}

.g2t .video-hero {
    background: #c15781;
    background: linear-gradient(135deg, #c15781, #992977 60%, #26336d);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2t .video-hero__cta>a {
    background: #a80f5e
}

.g2t .video-hero__cta>a:hover {
    background: #e33370
}

.g2a .video-hero {
    background: #72bcb6;
    background: linear-gradient(135deg, #72bcb6, #2a969d 60%, #05628f);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2a .video-hero__cta>a {
    background: #2a969d
}

.g2a .video-hero__cta>a:hover {
    background: #165c7d
}

.ov .video-hero {
    background: #9b7fba;
    background: linear-gradient(135deg, #9b7fba, #5c61a6 60%, #1c2e5c);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.ov .video-hero__cta>a {
    background: #7361af
}

.ov .video-hero__cta>a:hover {
    background: #c287ff
}

.g2p .video-hero {
    background: #94c96a;
    background: linear-gradient(135deg, #94c96a, #4e9d2d 60%, #32783e);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2p .video-hero__cta>a {
    background: #4e9d2d
}

.g2p .video-hero__cta>a:hover {
    background: #97c958
}

.blockContainer {
    padding: 60px 0
}

.blockContainer-wrapper,
.blockContainer__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.blockContainer__inner {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px
}

.blockContainer__item {
    perspective: 1000px;
    margin: 7.5px
}

.blockContainer__item,
.blockContainer__item-back,
.blockContainer__item-front {
    width: 282px;
    height: 282px
}

.blockContainer__item-back,
.blockContainer__item-front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.blockContainer__item-flipper {
    transition: .8s;
    transform-style: preserve-3d;
    position: relative
}

.blockContainer__item:hover .blockContainer__item-flipper {
    transform: rotateY(180deg)
}

.blockContainer__item:hover .blockContainer__item-flipper.front-only {
    transform: none
}

.blockContainer__item-front {
    background: #edeef0
}

.blockContainer__item-front-wrapper {
    padding: 30px;
    text-align: center
}

.blockContainer__item-front-image-wrapper {
    width: 60px;
    height: 60px;
    margin: auto
}

.blockContainer__item-front-header {
    font-size: 22px;
    line-height: inherit
}

.blockContainer__item-front-header,
.blockContainer__item-front-header a {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    color: #434b58
}

.blockContainer__item-front-description {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #586474;
    line-height: 24px;
    padding: 10px 0
}

.blockContainer__item-front-link {
    display: inline-block
}

.blockContainer__item-front-link:after {
    content: "\25BA";
    margin-left: 7px;
    font-size: 1rem;
    vertical-align: inherit;
    display: inline-block
}

.blockContainer__item-front-link:after,
.blockContainer__item-front-link a {
    color: #fd7a2a
}

.blockContainer__item-back {
    background: #edeef0;
    transform: rotateY(180deg)
}

.blockContainer__item-back-wrapper {
    height: 100%;
    padding: 30px;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blockContainer__item-back-wrapper-button {
    padding: 30px
}

.blockContainer__item-back-description {
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 24px
}

.blockContainer__item-back-button a {
    border: 2px solid #fff;
    padding: 5px 20px;
    border-radius: 18.5px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: background-color .2s ease;
    width: 179px
}

.blockContainer__item-back-button a:hover {
    background: #fd7a2a
}

.blockContainer__item-back-image-container {
    z-index: -10;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.blockContainer__item-back-image-gradient {
    opacity: .6
}

.blockContainer__item-back-image-fullGradient,
.blockContainer__item-back-image-gradient {
    background: #e9ba1f;
    background: linear-gradient(135deg, #e9ba1f, #e18026 60%, #ca5328);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1);
    height: 280px
}

.blockContainer__item-back-image-background-color {
    background-color: #fd7a2a;
    z-index: -1;
    opacity: .55
}

@media only screen and (min-width:1200px) {
    .blockContainer__item-front-wrapper {
        padding: 60px 30px 0
    }
    .blockContainer__item-front-text-wrapper {
        padding: 25px 0 0
    }
    .blockContainer__item-front-description,
    .blockContainer__item-front-hr,
    .blockContainer__item-front-link {
        display: none
    }
}

@media only screen and (min-width:767px) and (max-width:1199px) {
    .blockContainer {
        padding: 50px 0
    }
    .blockContainer-container,
    .blockContainer-wrapper {
        display: block
    }
    .blockContainer__inner {
        padding: 25px
    }
    .blockContainer__item {
        margin: 15px 0
    }
    .blockContainer__item,
    .blockContainer__item-front {
        position: relative;
        width: 100%;
        height: 100%
    }
    .blockContainer__item:hover .blockContainer__item-flipper {
        transform: none!important
    }
    .blockContainer__item-front-wrapper {
        display: inline-block;
        padding: initial;
        height: 180px;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        background-color: #fff;
        border: 1px solid #edeef0
    }
    .blockContainer__item-front-text-wrapper {
        width: 100%;
        padding: 30px
    }
    .blockContainer__item-front-image-wrapper {
        float: left;
        height: inherit;
        min-width: 200px;
        background-color: #edeef0;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .blockContainer__item-front-image-wrapper img {
        margin: 55px auto;
        width: 60px;
        height: 60px;
        display: block
    }
    .blockContainer__item-front-header {
        font-size: 22px
    }
    .blockContainer__item-front-hr {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .blockContainer {
        padding: 25px 0
    }
    .blockContainer-wrapper,
    .blockContainer__inner {
        display: -ms-flexbox;
        display: flex
    }
    .blockContainer__inner {
        max-width: 450px
    }
    .blockContainer__item {
        margin: 7.5px
    }
    .blockContainer__item,
    .blockContainer__item-front {
        width: 140px;
        height: 140px
    }
    .blockContainer__item:hover .blockContainer__item-flipper {
        transform: none!important
    }
    .blockContainer__item-front-wrapper {
        padding: 20px;
        text-align: center
    }
    .blockContainer__item-front-image-wrapper {
        width: 45px;
        height: 45px
    }
    .blockContainer__item-front-header {
        font-family: Lato-Regular, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #434b58;
        line-height: inherit;
        padding: 10px 0 0
    }
    .blockContainer__item-back,
    .blockContainer__item-front-description,
    .blockContainer__item-front-hr,
    .blockContainer__item-front-link {
        display: none
    }
}

.g2m .blockContainer__item:first-child .topBoxColors {
    border-top: 17px solid #e9ba1f
}

.g2m .blockContainer__item:nth-child(2) .topBoxColors {
    border-top: 17px solid #e18026
}

.g2m .blockContainer__item:nth-child(3) .topBoxColors {
    border-top: 17px solid #ca5328
}

.g2m .blockContainer__item:nth-child(4) .topBoxColors {
    border-top: 17px solid #fc9402
}

.g2m .blockContainer__item-front-link:after,
.g2m .blockContainer__item-front-link a {
    color: #fd7a2a
}

.g2m .blockContainer__item-back-image-fullGradient,
.g2m .blockContainer__item-back-image-gradient {
    background: #e9ba1f;
    background: linear-gradient(135deg, #e9ba1f, #e18026 60%, #ca5328);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2m .blockContainer__item-back-image-background-color {
    background-color: #fd7a2a
}

.g2m .blockContainer__item-back-button a:hover {
    background: #fd7a2a
}

.g2w .blockContainer .blockContainer__item:first-child .topBoxColors {
    border-top: 17px solid #6bcbdd
}

.g2w .blockContainer .blockContainer__item:nth-child(2) .topBoxColors {
    border-top: 17px solid #3797d1
}

.g2w .blockContainer .blockContainer__item:nth-child(3) .topBoxColors {
    border-top: 17px solid #3860a1
}

.g2w .blockContainer .blockContainer__item:nth-child(4) .topBoxColors {
    border-top: 17px solid #0097e1
}

.g2w .blockContainer__item-front-link:after,
.g2w .blockContainer__item-front-link a {
    color: #0097e1
}

.g2w .blockContainer__item-back-image-fullGradient,
.g2w .blockContainer__item-back-image-gradient {
    background: #6bcbdd;
    background: linear-gradient(135deg, #6bcbdd, #3797d1 60%, #3860a1);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2w .blockContainer__item-back-image-background-color {
    background-color: #3797d1
}

.g2w .blockContainer__item-back-button a:hover {
    background: #0097e1
}

.g2t .blockContainer .blockContainer__item:first-child .topBoxColors {
    border-top: 17px solid #c15781
}

.g2t .blockContainer .blockContainer__item:nth-child(2) .topBoxColors {
    border-top: 17px solid #992977
}

.g2t .blockContainer .blockContainer__item:nth-child(3) .topBoxColors {
    border-top: 17px solid #26336d
}

.g2t .blockContainer .blockContainer__item:nth-child(4) .topBoxColors {
    border-top: 17px solid #e33370
}

.g2t .blockContainer__item-front-link:after,
.g2t .blockContainer__item-front-link a {
    color: #e33370
}

.g2t .blockContainer__item-back-image-fullGradient,
.g2t .blockContainer__item-back-image-gradient {
    background: #c15781;
    background: linear-gradient(135deg, #c15781, #992977 60%, #26336d);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2t .blockContainer__item-back-image-background-color {
    background-color: #992977
}

.g2t .blockContainer__item-back-button a:hover {
    background: #a80f5e
}

.g2a .blockContainer .blockContainer__item:first-of-type .topBoxColors {
    border-top: 17px solid #72bcb6
}

.g2a .blockContainer .blockContainer__item:nth-of-type(2) .topBoxColors {
    border-top: 17px solid #2a969d
}

.g2a .blockContainer .blockContainer__item:nth-of-type(3) .topBoxColors {
    border-top: 17px solid #05628f
}

.g2a .blockContainer .blockContainer__item:nth-of-type(4) .topBoxColors {
    border-top: 17px solid #165c7d
}

.g2a .blockContainer__item-front-link:after,
.g2a .blockContainer__item-front-link a {
    color: #165c7d
}

.g2a .blockContainer__item-back-image-fullGradient,
.g2a .blockContainer__item-back-image-gradient {
    background: #72bcb6;
    background: linear-gradient(135deg, #72bcb6, #2a969d 60%, #05628f);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2a .blockContainer__item-back-image-background-color {
    background-color: #2a969d
}

.g2a .blockContainer__item-back-button a:hover {
    background: #2a969d
}

.g2p .blockContainer .blockContainer__item:first-child .topBoxColors {
    border-top: 17px solid #94c96a
}

.g2p .blockContainer .blockContainer__item:nth-child(2) .topBoxColors {
    border-top: 17px solid #4e9d2d
}

.g2p .blockContainer .blockContainer__item:nth-child(3) .topBoxColors {
    border-top: 17px solid #32783e
}

.g2p .blockContainer .blockContainer__item:nth-child(4) .topBoxColors {
    border-top: 17px solid #97c958
}

.g2p .blockContainer__item-front-link:after,
.g2p .blockContainer__item-front-link a {
    color: #97c958
}

.g2p .blockContainer__item-back-image-fullGradient,
.g2p .blockContainer__item-back-image-gradient {
    background: #94c96a;
    background: linear-gradient(135deg, #94c96a, #4e9d2d 60%, #32783e);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.g2p .blockContainer__item-back-image-background-color {
    background-color: #4e9d2d
}

.g2p .blockContainer__item-back-button a:hover {
    background: #4e9d2d
}

.ov .blockContainer .blockContainer__item:first-child .topBoxColors {
    border-top: 17px solid #9b7fba
}

.ov .blockContainer .blockContainer__item:nth-child(2) .topBoxColors {
    border-top: 17px solid #5c61a6
}

.ov .blockContainer .blockContainer__item:nth-child(3) .topBoxColors {
    border-top: 17px solid #1c2e5c
}

.ov .blockContainer .blockContainer__item:nth-child(4) .topBoxColors {
    border-top: 17px solid #c287ff
}

.ov .blockContainer__item-front-link:after,
.ov .blockContainer__item-front-link a {
    color: #c287ff
}

.ov .blockContainer__item-back-image-fullGradient,
.ov .blockContainer__item-back-image-gradient {
    background: #9b7fba;
    background: linear-gradient(135deg, #9b7fba, #5c61a6 60%, #1c2e5c);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="@color1", endColorstr="@color3", GradientType=1)
}

.ov .blockContainer__item-back-image-background-color {
    background-color: #5c61a6
}

.ov .blockContainer__item-back-button a:hover {
    background: #7361af
}

.care-togo-css {
    /*! normalize.css v3.0.0 | MIT License | git.io/normalize */
    /*! ToGo Fonts v2.4.1 */
    /*! ToGo Icons v3.3.0 */
}

@font-face {
    font-family: lato-regular;
    font-weight: 400;
    font-style: normal;
    src: url(../../../../../../fonts/lato/Lato-Regular.eot);
    src: local("Lato Regular"), local("Lato-Regular"), url(../../../../../../fonts/lato/Lato-Regular.eot?#iefix) format("embedded-opentype"), url(../../../../resource/assets/fonts/lato/Lato-Regular.b429149474e597ea4291f953d459f198.woff2) format("woff2"), url(../../../../../../fonts/lato/Lato-Regular.woff) format("woff"), url(../../../../resource/assets/fonts/lato/Lato-Regular.54ff7a418d0aa6140605862cbbc29e00.ttf) format("truetype")
}

@font-face {
    font-family: lato-italic;
    font-weight: 400;
    font-style: italic;
    src: url(../../../../../../fonts/lato/Lato-Italic.eot);
    src: local("Lato Italic"), local("Lato-Italic"), url(../../../../../../fonts/lato/Lato-Italic.eot?#iefix) format("embedded-opentype"), url(../../../../../../fonts/lato/Lato-Italic.woff2) format("woff2"), url(../../../../../../fonts/lato/Lato-Italic.woff) format("woff"), url(../../../../resource/assets/fonts/lato/Lato-Italic.cd995a8ce468371994a791c26a1df69b.ttf) format("truetype")
}

@font-face {
    font-family: lato-light;
    font-weight: 300;
    font-style: normal;
    src: url(../../../../../../fonts/lato/Lato-Light.eot);
    src: local("Lato Light"), local("Lato-Light"), url(../../../../../../fonts/lato/Lato-Light.eot?#iefix) format("embedded-opentype"), url(../../../../resource/assets/fonts/lato/Lato-Light.5820a1688bd1605a735d75c2ac01e732.woff2) format("woff2"), url(../../../../../../fonts/lato/Lato-Light.woff) format("woff"), url(../../../../resource/assets/fonts/lato/Lato-Light.4a75c0832783f62e09ab9db996aada3c.ttf) format("truetype")
}

@font-face {
    font-family: lato-bold;
    font-weight: 700;
    font-style: normal;
    src: url(../../../../../../fonts/lato/Lato-Bold.eot);
    src: local("Lato Bold"), local("Lato-Bold"), url(../../../../../../fonts/lato/Lato-Bold.eot?#iefix) format("embedded-opentype"), url(../../../../resource/assets/fonts/lato/Lato-bold.7e6eb638cea650ec65a7ad566d80e645.woff2) format("woff2"), url(../../../../../../fonts/lato/Lato-Bold.woff) format("woff"), url(../../../../resource/assets/fonts/lato/Lato-Bold.2894253a065fa456da8e5529a1403600.ttf) format("truetype")
}

@font-face {
    font-family: ToGoIconsFont;
    src: url(../../../../resource/assets/fonts/togo/togoicons.3cf355d0b62768aa1a7fc2a0843e1145.eot);
    src: url(../../../../resource/assets/fonts/togo/togoicons.3cf355d0b62768aa1a7fc2a0843e1145.eot?#iefix) format("embedded-opentype"), url(../../../../resource/assets/fonts/togo/togoicons.c002d10934815c2477840b79285c6195.woff) format("woff"), url(../../../../resource/assets/fonts/togo/togoicons.051d4e63a9532ef88de4e963ae0df97c.ttf) format("truetype"), url(../../../../resource/assets/fonts/togo/togoicons.5667ef36f4bf3d1eeb5e8dbe56e305f4.svg#ToGoIconsFont) format("svg")
}

.care-togo-css hr {
    border: 0;
    box-sizing: content-box;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee
}

.care-togo-css img {
    border: 0;
    vertical-align: middle
}

.care-togo-css body {
    height: 100%;
    margin: 0;
    background-color: #fff;
    font-family: lato-regular, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #878787;
    letter-spacing: 0
}

.care-togo-css html {
    height: 100%;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent
}

.care-togo-css html input[type=button] {
    -webkit-appearance: button;
    cursor: pointer
}

.care-togo-css html input[disabled] {
    cursor: default
}

.care-togo-css figure {
    margin: 0;
    display: block
}

.care-togo-css article,
.care-togo-css aside,
.care-togo-css details,
.care-togo-css figcaption,
.care-togo-css footer,
.care-togo-css header,
.care-togo-css hgroup,
.care-togo-css main,
.care-togo-css nav,
.care-togo-css section,
.care-togo-css summary {
    display: block
}

.care-togo-css audio {
    display: inline-block;
    vertical-align: baseline
}

.care-togo-css audio:not([controls]) {
    display: none;
    height: 0
}

.care-togo-css canvas,
.care-togo-css progress,
.care-togo-css video {
    display: inline-block;
    vertical-align: baseline
}

.care-togo-css [hidden],
.care-togo-css template {
    display: none
}

.care-togo-css a {
    background: 0 0;
    text-decoration: none;
    cursor: pointer;
    color: #309ddc
}

.care-togo-css a:active {
    outline: 0
}

.care-togo-css a:hover {
    outline: 0;
    text-decoration: none;
    color: #1c72a4
}

.care-togo-css a:focus {
    text-decoration: none;
    color: #1c72a4;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.care-togo-css b {
    font-family: lato-bold, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400
}

.care-togo-css optgroup {
    font-family: lato-bold, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: inherit;
    font: inherit;
    margin: 0
}

.care-togo-css strong,
.care-togo-css th {
    font-family: lato-bold, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400
}

.care-togo-css th {
    padding: 0;
    text-align: left
}

.care-togo-css dfn {
    font-style: italic
}

.care-togo-css h1 {
    margin: .67em 0;
    font-family: lato-light, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    line-height: normal;
    color: #555;
    text-shadow: none;
    margin-top: 16px;
    margin-bottom: 6px;
    font-size: 36px
}

.care-togo-css h1 .small,
.care-togo-css h1 small {
    font-weight: 400;
    line-height: normal;
    color: #878787;
    font-size: 65%
}

.care-togo-css mark {
    background: #ff0;
    color: #000
}

.care-togo-css sub {
    bottom: -.25em
}

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

.care-togo-css sup {
    top: -.5em
}

.care-togo-css svg:not(:root) {
    overflow: hidden
}

.care-togo-css pre {
    overflow: auto;
    font-size: 1em;
    line-height: 1.42857143;
    color: #333;
    font-family: Menlo, Monaco, Consolas, Courier New, monospace;
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 2px
}

.care-togo-css pre code {
    background-color: transparent;
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0
}

.care-togo-css textarea {
    overflow: auto;
    color: inherit;
    font: inherit;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.care-togo-css code {
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 2px
}

.care-togo-css code,
.care-togo-css kbd {
    font-size: 1em;
    padding: 2px 4px;
    font-size: 90%;
    font-family: Menlo, Monaco, Consolas, Courier New, monospace
}

.care-togo-css kbd {
    color: #fff;
    background-color: #333;
    border-radius: 1px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

.care-togo-css samp {
    font-size: 1em;
    font-family: Menlo, Monaco, Consolas, Courier New, monospace
}

.care-togo-css button {
    color: inherit;
    font: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.care-togo-css button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.care-togo-css input {
    color: inherit;
    font: inherit;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.care-togo-css input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.care-togo-css select {
    color: inherit;
    font: inherit;
    margin: 0;
    text-transform: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.care-togo-css .glyphicon {
    font-style: normal;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: ToGoIconsFont;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.care-togo-css address {
    font-style: normal;
    line-height: 1.42857143;
    margin-bottom: 20px
}

.care-togo-css cite {
    font-style: normal
}

.care-togo-css input[type=reset],
.care-togo-css input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

.care-togo-css button[disabled] {
    cursor: default
}

.care-togo-css input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

.care-togo-css input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.care-togo-css input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

.care-togo-css input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.care-togo-css input[type=number]::-webkit-inner-spin-button,
.care-togo-css input[type=number]::-webkit-outer-spin-button {
    height: auto
}

.care-togo-css input[type=search] {
    box-sizing: border-box;
    -webkit-appearance: none
}

.care-togo-css input[type=search]::-webkit-search-cancel-button,
.care-togo-css input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.care-togo-css table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    background-color: transparent
}

.care-togo-css table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

.care-togo-css table td[class*=col-],
.care-togo-css table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.care-togo-css td {
    padding: 0
}

.care-togo-css .img-thumbnail {
    max-width: 100%;
    background-color: #fff;
    padding: 4px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 2px;
    transition: all .2s ease-in-out;
    display: inline-block;
    height: auto
}

.care-togo-css *,
.care-togo-css:after,
.care-togo-css:before {
    box-sizing: border-box
}

.care-togo-css .app-container {
    min-height: 100%;
    position: relative
}

.care-togo-css .app-content {
    padding-bottom: 50px
}

.care-togo-css .h1 {
    font-family: lato-light, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    line-height: normal;
    color: #555;
    text-shadow: none;
    margin-top: 16px;
    margin-bottom: 6px;
    font-size: 36px
}

.care-togo-css .h1 .small,
.care-togo-css .h1 small {
    font-weight: 400;
    line-height: normal;
    color: #878787;
    font-size: 65%
}

.care-togo-css .h2 {
    font-family: lato-light, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    line-height: normal;
    color: #555;
    text-shadow: none;
    margin-top: 16px;
    margin-bottom: 6px;
    font-size: 30px
}

.care-togo-css .h2 .small,
.care-togo-css .h2 small {
    font-weight: 400;
    line-height: normal;
    color: #878787;
    font-size: 65%
}

.care-togo-css .h3 {
    font-family: lato-light, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    line-height: normal;
    color: #555;
    text-shadow: none;
    margin-top: 16px;
    margin-bottom: 6px;
    font-size: 24px
}

.care-togo-css .h3 .small,
.care-togo-css .h3 small {
    font-weight: 400;
    line-height: normal;
    color: #878787;
    font-size: 65%
}

.care-togo-css .h4 {
    font-family: lato-light, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    line-height: normal;
    color: #555;
    text-shadow: none;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 20px
}

.care-togo-css .h4 .small,
.care-togo-css .h4 small {
    font-weight: 400;
    line-height: normal;
    color: #878787;
    font-size: 75%
}

.care-togo-css .h5 {
    font-family: lato-light, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    line-height: normal;
    color: #555;
    text-shadow: none;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 18px
}

.care-togo-css .h5 .small,
.care-togo-css .h5 small {
    font-weight: 400;
    line-height: normal;
    color: #878787;
    font-size: 75%
}

.care-togo-css .h6 {
    font-family: lato-light, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    line-height: normal;
    color: #555;
    text-shadow: none;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px
}

.care-togo-css .h6 .small,
.care-togo-css .h6 small {
    font-weight: 400;
    line-height: normal;
    color: #878787;
    font-size: 75%
}

.care-togo-css h2 {
    font-family: lato-light, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    line-height: normal;
    color: #555;
    text-shadow: none;
    margin-top: 16px;
    margin-bottom: 6px;
    font-size: 30px
}

.care-togo-css h2 .small,
.care-togo-css h2 small {
    font-weight: 400;
    line-height: normal;
    color: #878787;
    font-size: 65%
}

.care-togo-css h3 {
    font-family: lato-light, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    line-height: normal;
    color: #555;
    text-shadow: none;
    margin-top: 16px;
    margin-bottom: 6px;
    font-size: 24px
}

.care-togo-css h3 .small,
.care-togo-css h3 small {
    font-weight: 400;
    line-height: normal;
    color: #878787;
    font-size: 65%
}

.care-togo-css h4 {
    font-family: lato-light, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    line-height: normal;
    color: #555;
    text-shadow: none;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 20px
}

.care-togo-css h4 .small,
.care-togo-css h4 small {
    font-weight: 400;
    line-height: normal;
    color: #878787;
    font-size: 75%
}

.care-togo-css h5 {
    font-family: lato-light, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    line-height: normal;
    color: #555;
    text-shadow: none;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 18px
}

.care-togo-css h5 .small,
.care-togo-css h5 small {
    font-weight: 400;
    line-height: normal;
    color: #878787;
    font-size: 75%
}

.care-togo-css h6 {
    font-family: lato-light, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    line-height: normal;
    color: #555;
    text-shadow: none;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px
}

.care-togo-css h6 .small,
.care-togo-css h6 small {
    font-weight: 400;
    line-height: normal;
    color: #878787;
    font-size: 75%
}

.care-togo-css a.action-2 {
    color: #65c5ff
}

.care-togo-css a.action-2:focus,
.care-togo-css a.action-2:hover {
    color: #19a8ff
}

.care-togo-css a.inverse {
    color: #65c5ff
}

.care-togo-css a.inverse:focus,
.care-togo-css a.inverse:hover {
    color: #19a8ff
}

.care-togo-css a.global {
    color: #fd7a2b
}

.care-togo-css a.global:focus,
.care-togo-css a.global:hover {
    color: #d95302
}

.care-togo-css .img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.care-togo-css .img-rounded {
    border-radius: 3px
}

.care-togo-css .img-circle {
    border-radius: 50%
}

.care-togo-css .bootstrap-datetimepicker-widget {
    border-radius: 0;
    list-style: none
}

.care-togo-css .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]:after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    content: "Increment Hours"
}

.care-togo-css .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]:after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    content: "Increment Minutes"
}

.care-togo-css .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]:after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    content: "Decrement Hours"
}

.care-togo-css .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]:after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    content: "Decrement Minutes"
}

.care-togo-css .bootstrap-datetimepicker-widget .btn[data-action=showHours]:after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    content: "Show Hours"
}

.care-togo-css .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]:after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    content: "Show Minutes"
}

.care-togo-css .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]:after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    content: "Toggle AM/PM"
}

.care-togo-css .bootstrap-datetimepicker-widget .btn[data-action=clear]:after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    content: "Clear the picker"
}

.care-togo-css .bootstrap-datetimepicker-widget .btn[data-action=today]:after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    content: "Set the date to today"
}

.care-togo-css .bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
    color: #485163
}

.care-togo-css .bootstrap-datetimepicker-widget .picker-switch:after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    content: "Toggle Date and Time Screens"
}

.care-togo-css .bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit
}

.care-togo-css .bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%
}

.care-togo-css .bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

.care-togo-css .bootstrap-datetimepicker-widget table th.next {
    font-size: 21px;
    color: #485163
}

.care-togo-css .bootstrap-datetimepicker-widget table th.next:after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    content: "Next Month"
}

.care-togo-css .bootstrap-datetimepicker-widget table th.prev {
    font-size: 21px;
    color: #485163
}

.care-togo-css .bootstrap-datetimepicker-widget table th.prev:after {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    content: "Previous Month"
}

.care-togo-css .bootstrap-datetimepicker-widget table td {
    text-align: center;
    border-radius: 2px;
    font-family: lato-light, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    height: 54px;
    line-height: 54px;
    width: 54px
}

.care-togo-css .bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 2px
}

.care-togo-css .bootstrap-datetimepicker-widget table td span:hover {
    background: #dadde0
}

.care-togo-css .bootstrap-datetimepicker-widget table td span.active {
    background-color: #309ddc;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.care-togo-css .bootstrap-datetimepicker-widget table td span.old {
    color: #8997ad
}

.care-togo-css .bootstrap-datetimepicker-widget table td span.disabled,
.care-togo-css .bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: 0 0;
    color: #878787;
    cursor: not-allowed
}

.care-togo-css .bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 2px;
    height: 20px;
    line-height: 20px;
    width: 20px;
    font-family: lato-regular, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase
}

.care-togo-css .bootstrap-datetimepicker-widget table th.picker-switch,
.care-togo-css .bootstrap-datetimepicker-widget table th.switch {
    width: 145px
}

.care-togo-css .bootstrap-datetimepicker-widget table th.disabled,
.care-togo-css .bootstrap-datetimepicker-widget table th.disabled:hover {
    background: 0 0;
    color: #878787;
    cursor: not-allowed
}

.care-togo-css .bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer
}

.care-togo-css .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #dadde0
}

.care-togo-css .bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #8997ad
}

.care-togo-css .bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.care-togo-css .bootstrap-datetimepicker-widget table td.day:hover,
.care-togo-css .bootstrap-datetimepicker-widget table td.hour:hover,
.care-togo-css .bootstrap-datetimepicker-widget table td.minute:hover,
.care-togo-css .bootstrap-datetimepicker-widget table td.second:hover {
    background: #dadde0;
    cursor: pointer
}

.care-togo-css .bootstrap-datetimepicker-widget table td.new,
.care-togo-css .bootstrap-datetimepicker-widget table td.old {
    color: #8997ad
}

.care-togo-css .bootstrap-datetimepicker-widget table td.today {
    position: relative
}

.care-togo-css .bootstrap-datetimepicker-widget table td.today:before {
    content: "";
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #309ddc;
    border-top-color: rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 4px;
    right: 4px
}

.care-togo-css .bootstrap-datetimepicker-widget table td.active,
.care-togo-css .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #309ddc;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.care-togo-css .bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff
}

.care-togo-css .bootstrap-datetimepicker-widget table td.disabled,
.care-togo-css .bootstrap-datetimepicker-widget table td.disabled:hover {
    background: 0 0;
    color: #878787;
    cursor: not-allowed
}

.care-togo-css .bootstrap-datetimepicker-widget table ul.list-inline li div.timepicker div.timepicker-picker table.table-condensed tbody>tr>td,
.care-togo-css .bootstrap-datetimepicker-widget table ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody>tr>td {
    padding: 0!important
}

.care-togo-css .bootstrap-datetimepicker-widget .dow {
    color: #485164;
    text-transform: uppercase;
    width: 14.2857%
}

.care-togo-css .bootstrap-datetimepicker-widget .list-inline,
.care-togo-css .bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0
}

.care-togo-css .bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

.care-togo-css .bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none
}

.care-togo-css .bootstrap-datetimepicker-widget .timepicker-hour,
.care-togo-css .bootstrap-datetimepicker-widget .timepicker-minute,
.care-togo-css .bootstrap-datetimepicker-widget .timepicker-second {
    width: 100%;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0
}

.care-togo-css .bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.care-togo-css .bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
    width: 4px;
    padding: 0;
    margin: 0
}

.care-togo-css .bootstrap-datetimepicker-widget .datepicker>div {
    display: none
}

.care-togo-css .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.care-togo-css p {
    margin: 0 0 10px
}

.care-togo-css em,
.care-togo-css i {
    font-family: lato-italic, Helvetica Neue, Helvetica, Arial, sans-serif
}

.care-togo-css .nav-tabs-simple {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px
}

.care-togo-css .nav-tabs-simple>li.active {
    font-family: lato-bold, Helvetica Neue, Helvetica, Arial, sans-serif
}

.care-togo-css .nav-tabs-simple>li.active:before {
    content: "";
    border-bottom: 2px solid #fff;
    position: absolute;
    width: 100%;
    bottom: -1px
}

.care-togo-css .nav-tabs-simple>li.active>a:hover {
    color: inherit
}

.care-togo-css .nav-tabs-simple>li {
    float: left;
    position: relative;
    border-right: 1px solid #ddd
}

.care-togo-css .nav-tabs-simple>li>a {
    background-color: transparent;
    color: #888;
    margin-right: 0;
    margin-left: 0
}

.care-togo-css .nav-tabs-simple>li>a:hover {
    background-color: transparent;
    color: #65c5ff
}

.care-togo-css .nav-tabs-simple>li:last-child {
    border-right: none
}

.care-togo-css .nav-tabs-simple>li:last-child.active {
    border-right: 1px solid #ddd
}

.care-togo-css .nav-tabs-simple>li.disabled>a {
    background-color: transparent
}

.care-togo-css .nav-tabs-simple>li.disabled>a:hover {
    background-color: transparent;
    color: #b6b6b6
}

.care-togo-css .navbar-lite {
    background-color: #fff;
    border-color: #e6e5e5;
    border-bottom: none;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .12), 0 5px 15px 0 rgba(0, 0, 0, .05);
    min-height: 60px
}

.care-togo-css .navbar-lite .dropdown-menu>li>a.selected {
    font-family: lato-bold, Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: inherit;
    color: inherit;
    background-color: transparent
}

.care-togo-css .navbar-lite .dropdown-menu>li>a.selected>i {
    margin-right: 0;
    background-color: #f0f0f0
}

.care-togo-css .navbar-lite .dropdown-menu>li>a.selected>i.togo-dropdown-link-icon {
    color: #444
}

.care-togo-css .navbar-lite .dropdown-menu>li>a>i {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    padding-top: 3px;
    position: relative;
    top: -4px;
    font-size: 18px
}

.care-togo-css .navbar-lite .dropdown-menu>li>a>i.togo-dropdown-link-icon {
    color: #b5b4b5
}

.care-togo-css .navbar-lite .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0!important;
    opacity: 1;
    background-color: transparent
}

.care-togo-css .navbar-lite .dropdown-menu>.active>a,
.care-togo-css .navbar-lite .dropdown-menu>.active>a:focus,
.care-togo-css .navbar-lite .dropdown-menu>.active>a:hover {
    background-color: #fff
}

.care-togo-css .navbar-lite .navbar-collapse {
    overflow-x: hidden;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 1000;
    height: auto;
    left: 15px;
    -webkit-overflow-scrolling: touch
}

.care-togo-css .navbar-lite .navbar-collapse:after {
    clear: both;
    content: " ";
    display: table
}

.care-togo-css .navbar-lite .navbar-collapse:before {
    content: " ";
    display: table
}

.care-togo-css .navbar-lite .navbar-header:after {
    clear: both;
    content: " ";
    display: table
}

.care-togo-css .navbar-lite .navbar-header:before {
    content: " ";
    display: table
}

.care-togo-css .navbar-lite .dropdown-lite ul.dropdown-menu.nav-dropdown-menu {
    background-color: #fff;
    border: none;
    font-weight: 400;
    overflow: hidden;
    padding: 0
}

.care-togo-css .navbar-lite .dropdown-lite ul.dropdown-menu.nav-dropdown-menu li {
    padding-left: 25px;
    padding-right: 25px
}

.care-togo-css .navbar-lite .dropdown-lite ul.dropdown-menu.nav-dropdown-menu li:not(.dropdown-menu-user-info):focus,
.care-togo-css .navbar-lite .dropdown-lite ul.dropdown-menu.nav-dropdown-menu li:not(.dropdown-menu-user-info):focus>a,
.care-togo-css .navbar-lite .dropdown-lite ul.dropdown-menu.nav-dropdown-menu li:not(.dropdown-menu-user-info):focus>a>i,
.care-togo-css .navbar-lite .dropdown-lite ul.dropdown-menu.nav-dropdown-menu li:not(.dropdown-menu-user-info):hover,
.care-togo-css .navbar-lite .dropdown-lite ul.dropdown-menu.nav-dropdown-menu li:not(.dropdown-menu-user-info):hover>a,
.care-togo-css .navbar-lite .dropdown-lite ul.dropdown-menu.nav-dropdown-menu li:not(.dropdown-menu-user-info):hover>a>i {
    color: #fff;
    background-color: #1678e3
}

.care-togo-css .navbar-lite .dropdown-lite ul.dropdown-menu.nav-dropdown-menu li>a {
    display: inline-block;
    margin: 2px 0;
    padding: 8px 0 0;
    width: 242px;
    max-width: 242px;
    background-color: transparent;
    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
    color: #444
}

.care-togo-css .navbar-lite .dropdown-lite ul.dropdown-menu.nav-dropdown-menu li>a i {
    margin-right: 12px;
    font-size: 18px;
    vertical-align: text-top
}

.care-togo-css .navbar-lite .dropdown-lite ul.dropdown-menu.nav-dropdown-menu li>a.selected {
    font-weight: lato-bold, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.care-togo-css .navbar-lite .dropdown-lite ul.dropdown-menu.nav-dropdown-menu:before {
    position: absolute;
    top: -15px;
    right: 30px;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 16px solid #fff;
    z-index: 2
}

.care-togo-css .navbar-lite .dropdown-lite ul.dropdown-menu.nav-dropdown-menu:after {
    position: absolute;
    top: -17px;
    right: 28px;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 17px solid rgba(0, 0, 0, .03);
    z-index: 1
}

.care-togo-css .navbar-lite .dropdown-lite .dropdown-menu {
    max-height: 0;
    display: block;
    overflow: hidden
}

.care-togo-css .navbar-lite .dropdown-lite .dropdown-menu.no-transition {
    transition: none
}

.care-togo-css .navbar-lite .dropdown-lite .dropdown-menu.nav-dropdown-menu li:first-child {
    margin-top: 10px
}

.care-togo-css .navbar-lite .dropdown-lite .dropdown-menu.nav-dropdown-menu li:last-child {
    margin-bottom: 10px
}

.care-togo-css .navbar-lite .dropdown-lite.open .dropdown-menu {
    transition: max-height .2s cubic-bezier(1, .01, .96, .62);
    max-height: 1000px;
    overflow: visible
}

.care-togo-css .navbar-lite .dropdown-lite.open .dropdown-menu.no-transition {
    transition: none
}

.care-togo-css .navbar-lite .navbar-collapse.in {
    overflow-y: auto
}

.care-togo-css .navbar-lite .container-fluid>.navbar-collapse,
.care-togo-css .navbar-lite .container-fluid>.navbar-header,
.care-togo-css .navbar-lite .container>.navbar-collapse,
.care-togo-css .navbar-lite .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

.care-togo-css .navbar-lite .navbar-lite .container-fluid .navbar-right .dropdown-lite:last-child {
    margin-right: -15px
}

.care-togo-css .navbar-lite .navbar-lite .container-fluid .navbar-right .dropdown-lite .nav-dropdown-menu li:first-child {
    margin-top: 0
}

.care-togo-css .navbar-lite .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

.care-togo-css .navbar-lite .nav-mobile-separator-line {
    margin: 2px 0;
    background-color: #f0f0f0
}

.care-togo-css .navbar-lite .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.care-togo-css .navbar-lite .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.care-togo-css .navbar-lite .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    border-width: 0 0 1px
}

.care-togo-css .navbar-lite .navbar-brand-lite {
    float: left;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.1;
    height: 28px;
    text-transform: uppercase;
    letter-spacing: .3px;
    padding-top: 9px;
    padding-left: 32px;
    background-image: url(../../../../resource/assets/images/care/LMI/lmi-logo.2a4fcc76d5b43e1b91d866c3f6d68311.svg);
    background-repeat: no-repeat;
    background-size: 87px 28px;
    background-position: -62px 0;
    margin-left: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
    color: #89898a
}

.care-togo-css .navbar-lite .navbar-brand-lite:focus,
.care-togo-css .navbar-lite .navbar-brand-lite:hover {
    text-decoration: none;
    color: #89898a;
    background-color: transparent
}

.care-togo-css .navbar-lite .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    border-color: transparent
}

.care-togo-css .navbar-lite .navbar-toggle:focus {
    outline: 0;
    background-color: transparent
}

.care-togo-css .navbar-lite .navbar-toggle .togo-icon-hamburger {
    font-size: 30px;
    vertical-align: middle;
    color: #444
}

.care-togo-css .navbar-lite .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff
}

.icon-bar.care-togo-css .navbar-lite .navbar-toggle+.icon-bar {
    margin-top: 4px
}

.care-togo-css .navbar-lite .navbar-toggle:hover {
    background-color: transparent
}

.care-togo-css .navbar-lite .navbar-nav {
    margin: 0 -15px 2px
}

.care-togo-css .navbar-lite .navbar-nav>li {
    margin-top: 10px;
    margin-bottom: 10px;
    margin: 24px 0 24px 38px
}

.care-togo-css .navbar-lite .navbar-nav>li>a {
    padding-top: 4px;
    padding-bottom: 4px;
    color: #8997ad;
    cursor: pointer;
    font-family: lato-semibold, Helvetica Neue, Helvetica, Arial, sans-serif;
    padding-left: 22px;
    font-size: 16px;
    line-height: 20px
}

.care-togo-css .navbar-lite .navbar-nav>li>a .icon-label-lite {
    position: relative;
    display: inline-block;
    padding-left: 6px;
    padding-top: 3px;
    vertical-align: top;
    color: #8997ad
}

.care-togo-css .navbar-lite .navbar-nav>li>a .icon-label-lite:focus,
.care-togo-css .navbar-lite .navbar-nav>li>a .icon-label-lite:hover {
    color: #1678e3
}

.care-togo-css .navbar-lite .navbar-nav>li>a>img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid #fff
}

.care-togo-css .navbar-lite .navbar-nav>li>a>img:focus,
.care-togo-css .navbar-lite .navbar-nav>li>a>img:hover {
    border-color: #1678e3
}

.care-togo-css .navbar-lite .navbar-nav>li>a>i {
    width: 30px;
    font-size: 27px;
    color: #444
}

.care-togo-css .navbar-lite .navbar-nav>li>a>i:focus,
.care-togo-css .navbar-lite .navbar-nav>li>a>i:hover {
    color: #1678e3
}

.care-togo-css .navbar-lite .navbar-nav>li>a:focus,
.care-togo-css .navbar-lite .navbar-nav>li>a:hover {
    color: #1678e3;
    background-color: transparent
}

.care-togo-css .navbar-lite .navbar-nav>li>a.dropdown-toggle-avatar {
    padding-top: 4px;
    padding-bottom: 4px
}

.care-togo-css .navbar-lite .navbar-nav>li>a.dropdown-toggle-avatar>img {
    margin-top: 3px;
    display: inline-block;
    position: relative;
    float: left
}

.care-togo-css .navbar-lite .navbar-nav>li>a.dropdown-toggle-avatar>div {
    display: inline-block;
    position: relative;
    padding-left: 12px;
    font-size: 14px;
    line-height: normal;
    max-width: 300px;
    color: #8997ad
}

.care-togo-css .navbar-lite .navbar-nav>li>a.dropdown-toggle-avatar>div:focus,
.care-togo-css .navbar-lite .navbar-nav>li>a.dropdown-toggle-avatar>div:hover {
    color: #1678e3
}

.care-togo-css .navbar-lite .navbar-nav>li>a.dropdown-toggle-avatar .user-name {
    font-size: 16px;
    font-family: lato-semibold, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-spacing: 14px;
    overflow: hidden;
    text-overflow: ellipsis
}

.care-togo-css .navbar-lite .navbar-nav>li>a.dropdown-toggle-avatar .user-email {
    font-family: lato-light, Helvetica Neue, Helvetica, Arial, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis
}

.care-togo-css .navbar-lite .navbar-nav>li>a.dropdown-toggle-icon {
    padding-top: 4px;
    padding-bottom: 4px
}

.care-togo-css .navbar-lite .navbar-nav>li>.dropdown-menu {
    margin-top: 1px;
    margin-right: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.care-togo-css .navbar-lite .navbar-nav>li>a.dropdown-toggle {
    color: #1678e3;
    background-color: transparent
}

.care-togo-css .navbar-lite .navbar-nav>li>a.active,
.care-togo-css .navbar-lite .navbar-nav>li>a.active:focus,
.care-togo-css .navbar-lite .navbar-nav>li>a.active:hover {
    color: #444;
    background-color: #fff;
    background: linear-gradient(266deg, #479ffe, #1678e3) 0 100% no-repeat #fff;
    background-size: 3px 100%
}

.care-togo-css .navbar-lite .navbar-nav .dropdown-menu-user-info {
    padding-top: 10px;
    padding-bottom: 6px
}

.care-togo-css .navbar-lite .navbar-nav .dropdown-menu-user-info>img {
    display: inline-block;
    position: relative;
    float: left;
    width: 40px;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid #fff
}

.care-togo-css .navbar-lite .navbar-nav .dropdown-menu-user-info>div {
    display: inline-block;
    position: relative;
    padding-left: 12px;
    font-size: 14px;
    line-height: normal;
    max-width: 200px
}

.care-togo-css .navbar-lite .navbar-nav .dropdown-menu-user-info .user-name {
    font-family: lato-semibold, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #444;
    padding-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis
}

.care-togo-css .navbar-lite .navbar-nav .dropdown-menu-user-info .user-email {
    font-family: lato-light, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #89898a;
    overflow: hidden;
    text-overflow: ellipsis
}

.care-togo-css .navbar-lite .navbar-nav>.disabled>a,
.care-togo-css .navbar-lite .navbar-nav>.disabled>a:focus,
.care-togo-css .navbar-lite .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.care-togo-css .navbar-lite .navbar-nav>.open>a.dropdown-toggle,
.care-togo-css .navbar-lite .navbar-nav>.open>a.dropdown-toggle:focus,
.care-togo-css .navbar-lite .navbar-nav>.open>a.dropdown-toggle:hover {
    background-color: transparent
}

.care-togo-css .navbar-lite .navbar-nav>.open>a,
.care-togo-css .navbar-lite .navbar-nav>.open>a:focus,
.care-togo-css .navbar-lite .navbar-nav>.open>a:hover {
    background-color: #fff;
    color: #444
}

.care-togo-css .navbar-lite .navbar-nav.navbar-right {
    margin-top: 2px;
    margin-bottom: 12px
}

.care-togo-css .navbar-lite .navbar-nav.navbar-right>li {
    margin-left: 0;
    margin-top: 16px;
    margin-bottom: 16px
}

.care-togo-css .navbar-lite .navbar-nav.navbar-right>li>a {
    padding-left: 24px
}

.care-togo-css .navbar-lite .navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
    display: none;
    margin: 15px -15px
}

.care-togo-css .navbar-lite .btn-group-sm>.navbar-btn.btn,
.care-togo-css .navbar-lite .navbar-btn,
.care-togo-css .navbar-lite .navbar-btn.btn-sm {
    margin-top: 15px;
    margin-bottom: 15px
}

.care-togo-css .navbar-lite .btn-group-xs>.navbar-btn.btn,
.care-togo-css .navbar-lite .navbar-btn.btn-xs {
    margin-top: 19px;
    margin-bottom: 19px
}

.care-togo-css .navbar-lite .navbar-text {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #9096a1
}

.care-togo-css .navbar-lite .navbar-link {
    color: #8997ad
}

.care-togo-css .navbar-lite .navbar-link:hover {
    color: #1678e3
}

.care-togo-css dt {
    font-family: lato-bold, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
    font-weight: 400
}

.care-togo-css .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4
}

.care-togo-css blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

.care-togo-css blockquote .small {
    line-height: 1.42857143;
    display: block;
    font-size: 80%;
    color: #878787
}

.care-togo-css blockquote .small:before {
    content: "\2014 \00A0"
}

.care-togo-css blockquote footer {
    line-height: 1.42857143;
    display: block;
    font-size: 80%;
    color: #878787
}

.care-togo-css blockquote footer:before {
    content: "\2014 \00A0"
}

.care-togo-css blockquote small {
    line-height: 1.42857143;
    display: block;
    font-size: 80%;
    color: #878787
}

.care-togo-css blockquote small:before {
    content: "\2014 \00A0"
}

.care-togo-css blockquote ol:last-child,
.care-togo-css blockquote p:last-child,
.care-togo-css blockquote ul:last-child {
    margin-bottom: 0
}

.care-togo-css blockquote:after,
.care-togo-css blockquote:before {
    content: ""
}

.care-togo-css dd {
    line-height: 1.42857143;
    margin-left: 0
}

.care-togo-css .small,
.care-togo-css small {
    font-size: 85%
}

.care-togo-css .text-left {
    text-align: left!important
}

.care-togo-css .text-right {
    text-align: right!important
}

.care-togo-css .text-center {
    text-align: center!important
}

.care-togo-css .text-justify {
    text-align: justify!important
}

.care-togo-css .text-muted {
    color: #878787
}

.care-togo-css .text-primary {
    color: #309ddc
}

.care-togo-css a.text-primary:hover {
    color: #1f81ba
}

.care-togo-css .text-action-1 {
    color: #309ddc
}

.care-togo-css a.text-action-1:hover {
    color: #1f81ba
}

.care-togo-css .text-secondary {
    color: #65c5ff
}

.care-togo-css a.text-secondary:hover {
    color: #32b2ff
}

.care-togo-css .text-action-2 {
    color: #65c5ff
}

.care-togo-css a.text-action-2:hover {
    color: #32b2ff
}

.care-togo-css .text-success {
    color: #009a6c
}

.care-togo-css a.text-success:hover {
    color: #006748
}

.care-togo-css .text-info {
    color: #1571a6
}

.care-togo-css a.text-info:hover {
    color: #0f5279
}

.care-togo-css .text-warning {
    color: #e65614
}

.care-togo-css a.text-warning:hover {
    color: #b74410
}

.care-togo-css .text-danger {
    color: #cc2a0b
}

.care-togo-css a.text-danger:hover {
    color: #9c2008
}

.care-togo-css .bg-primary {
    color: #fff;
    background-color: #309ddc
}

.care-togo-css a.bg-primary:hover {
    background-color: #1f81ba
}

.care-togo-css .bg-action-1 {
    background-color: #309ddc
}

.care-togo-css a.bg-action-1:hover {
    background-color: #1f81ba
}

.care-togo-css .bg-secondary {
    background-color: #65c5ff
}

.care-togo-css a.bg-secondary:hover {
    background-color: #32b2ff
}

.care-togo-css .bg-action-2 {
    background-color: #65c5ff
}

.care-togo-css a.bg-action-2:hover {
    background-color: #32b2ff
}

.care-togo-css .bg-success {
    background-color: #69c896
}

.care-togo-css a.bg-success:hover {
    background-color: #44ba7c
}

.care-togo-css .bg-info {
    background-color: #74bce7
}

.care-togo-css a.bg-info:hover {
    background-color: #49a7df
}

.care-togo-css .bg-warning {
    background-color: #f0a949
}

.care-togo-css a.bg-warning:hover {
    background-color: #ec931a
}

.care-togo-css .bg-danger {
    background-color: #f66355
}

.care-togo-css a.bg-danger:hover {
    background-color: #f33725
}

.care-togo-css .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

.care-togo-css dl {
    margin-top: 0;
    margin-bottom: 20px
}

.care-togo-css ol {
    margin-top: 0;
    margin-bottom: 10px
}

.care-togo-css ol ol,
.care-togo-css ol ul {
    margin-bottom: 0
}

.care-togo-css ul {
    margin-top: 0;
    margin-bottom: 10px
}

.care-togo-css ul ol,
.care-togo-css ul ul {
    margin-bottom: 0
}

.care-togo-css .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.care-togo-css .list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.care-togo-css .list-unstyled {
    padding-left: 0;
    list-style: none
}

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

.care-togo-css .btn-group-vertical>.btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.care-togo-css .btn-group-vertical>.btn-group:after {
    clear: both;
    content: " ";
    display: table
}

.care-togo-css .btn-group-vertical>.btn-group>.btn {
    display: block;
    width: 100%;
    max-width: 100%;
    float: none
}

.care-togo-css .btn-group-vertical>.btn-group:before {
    content: " ";
    display: table
}

.care-togo-css .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.care-togo-css .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.care-togo-css .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.care-togo-css .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.care-togo-css .btn-group-vertical>.btn {
    position: relative;
    float: left;
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.care-togo-css .btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.care-togo-css .btn-group-vertical>.btn:active {
    z-index: 2
}

.care-togo-css .btn-group-vertical>.btn:focus {
    z-index: 2;
    outline: 0
}

.care-togo-css .btn-group-vertical>.btn:hover {
    z-index: 2
}

.care-togo-css .btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.care-togo-css .btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.care-togo-css .btn-group-vertical>.btn.active {
    z-index: 2
}

>.btn-group.care-togo-css .btn-group-vertical+.btn,
>.btn-group.care-togo-css .btn-group-vertical+.btn-group,
>.btn.care-togo-css .btn-group-vertical+.btn,
>.btn.care-togo-css .btn-group-vertical+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.care-togo-css .btn-toolbar {
    margin-left: -5px
}

.care-togo-css .btn-toolbar:after {
    clear: both;
    content: " ";
    display: table
}

.care-togo-css .btn-toolbar .btn-group,
.care-togo-css .btn-toolbar .input-group {
    float: left
}

.care-togo-css .btn-toolbar:before {
    content: " ";
    display: table
}

.care-togo-css .btn-toolbar>.btn,
.care-togo-css .btn-toolbar>.btn-group,
.care-togo-css .btn-toolbar>.input-group {
    margin-left: 5px
}

.care-togo-css .clearfix:after,
.care-togo-css .container-fluid:after,
.care-togo-css .container:after,
.care-togo-css .dl-horizontal dd:after,
.care-togo-css .features-and-video__inner:after,
.care-togo-css .form-horizontal .form-group:after,
.care-togo-css .hero-email-form__inner:after,
.care-togo-css .hero-save__inner:after,
.care-togo-css .hero__anchor-nav-row:after,
.care-togo-css .hero__beltNav ul:after,
.care-togo-css .hero__inner:after,
.care-togo-css .logo-slider__inner:after,
.care-togo-css .pricing-hero-inner:after,
.care-togo-css .row:after,
.care-togo-css .social-proof__inner:after,
.care-togo-css .support__inner:after,
.care-togo-css .video-lightbox__inner:after,
.care-togo-css div.accordion-wrapper.med .accordion-entry:after,
.care-togo-css div.accordion-wrapper.med .accordion-heading:after {
    clear: both;
    content: " ";
    display: table
}

.care-togo-css .clearfix:before,
.care-togo-css .container-fluid:before,
.care-togo-css .container:before,
.care-togo-css .dl-horizontal dd:before,
.care-togo-css .features-and-video__inner:before,
.care-togo-css .form-horizontal .form-group:before,
.care-togo-css .hero-email-form__inner:before,
.care-togo-css .hero-save__inner:before,
.care-togo-css .hero__anchor-nav-row:before,
.care-togo-css .hero__beltNav ul:before,
.care-togo-css .hero__inner:before,
.care-togo-css .logo-slider__inner:before,
.care-togo-css .pricing-hero-inner:before,
.care-togo-css .row:before,
.care-togo-css .social-proof__inner:before,
.care-togo-css .support__inner:before,
.care-togo-css .video-lightbox__inner:before,
.care-togo-css div.accordion-wrapper.med .accordion-entry:before,
.care-togo-css div.accordion-wrapper.med .accordion-heading:before {
    content: " ";
    display: table
}

.care-togo-css .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.care-togo-css .container-fluid:after {
    clear: both;
    content: " ";
    display: table
}

.care-togo-css .container-fluid:before {
    content: " ";
    display: table
}

.care-togo-css .container-fluid>.navbar-collapse,
.care-togo-css .container-fluid>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

.care-togo-css .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.care-togo-css .container:after {
    clear: both;
    content: " ";
    display: table
}

.care-togo-css .container:before {
    content: " ";
    display: table
}

.care-togo-css .container>.navbar-collapse,
.care-togo-css .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

.care-togo-css .container .jumbotron {
    border-radius: 3px
}

.care-togo-css .dropdown-menu {
    float: left;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    border-radius: 0 0 2px 2px
}

.care-togo-css .dropdown-menu>li>a {
    clear: both;
    display: block;
    padding: 5px 15px 5px 30px;
    font-weight: 400;
    line-height: 1;
    color: #465163;
    white-space: nowrap
}

.care-togo-css .dropdown-menu>li>a:focus,
.care-togo-css .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #309ddc;
    background-color: #f5f5f5
}

.care-togo-css .dropdown-menu>li:first-child>a {
    padding-top: 7px
}

.care-togo-css .dropdown-menu>li:last-child>a {
    padding-bottom: 8px
}

.care-togo-css .dropdown-menu>li>a.selected {
    padding: 5px 15px 5px 10px;
    color: #309ddc;
    background-color: #f5f5f5;
    font-weight: 900
}

.care-togo-css .dropdown-menu>li>a.selected>i:not(.dropdown-lite)>ul>li>a>i {
    margin-right: 5px;
    color: #65c5ff
}

.care-togo-css .dropdown-menu>.disabled>a {
    color: #878787
}

.care-togo-css .dropdown-menu>.disabled>a:focus,
.care-togo-css .dropdown-menu>.disabled>a:hover {
    background-image: none;
    color: #878787;
    text-decoration: none;
    background-color: transparent;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.care-togo-css .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #aaa;
    opacity: .3
}

.care-togo-css .dropdown-menu:not(.nav-dropdown-menu)>li>a:focus .togo-icon,
.care-togo-css .dropdown-menu:not(.nav-dropdown-menu)>li>a:hover .togo-icon {
    color: #309ddc
}

.care-togo-css .dropdown-menu>.active>a,
.care-togo-css .dropdown-menu>.active>a:focus,
.care-togo-css .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #309ddc
}

.care-togo-css .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.care-togo-css .form-horizontal .form-group:after {
    clear: both;
    content: " ";
    display: table
}

.care-togo-css .form-horizontal .form-group:before {
    content: " ";
    display: table
}

.care-togo-css .form-horizontal .form-group-toggle-switch .control-label {
    margin: .5em 0
}

.care-togo-css .form-horizontal .checkbox {
    min-height: 25px
}

.care-togo-css .form-horizontal .checkbox,
.care-togo-css .form-horizontal .checkbox-inline,
.care-togo-css .form-horizontal .control-label,
.care-togo-css .form-horizontal .radio {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px
}

.care-togo-css .form-horizontal .radio {
    min-height: 25px
}

.care-togo-css .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px
}

.care-togo-css .form-horizontal .form-control-static {
    padding-top: 5px
}

.care-togo-css .form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}

.care-togo-css .modal-footer {
    margin-top: 0;
    padding: 25px 20px;
    text-align: right;
    border-top: 1px solid #fff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #efefef
}

.care-togo-css .modal-footer:after {
    clear: both;
    content: " ";
    display: table
}

.care-togo-css .modal-footer:before {
    content: " ";
    display: table
}

.btn.care-togo-css .modal-footer+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.btn.care-togo-css .modal-footer .btn-group+.btn {
    margin-left: -1px
}

.btn-block.care-togo-css .modal-footer+.btn-block {
    margin-left: 0
}

.care-togo-css .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.care-togo-css .nav:after {
    clear: both;
    content: " ";
    display: table
}

.care-togo-css .nav:before {
    content: " ";
    display: table
}

.care-togo-css .nav>li,
.care-togo-css .nav>li>a {
    display: block;
    position: relative
}

.care-togo-css .nav>li>a {
    padding: 10px 15px
}

.care-togo-css .nav>li>a:focus,
.care-togo-css .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.care-togo-css .nav>li>a>img {
    max-width: none
}

.care-togo-css .nav>li.disabled>a {
    color: #b6b6b6;
    background-color: #e5e5e5
}

.care-togo-css .nav>li.disabled>a:focus,
.care-togo-css .nav>li.disabled>a:hover {
    color: #b6b6b6;
    text-decoration: none;
    background-color: #e5e5e5;
    cursor: not-allowed
}

.care-togo-css .nav .open>a,
.care-togo-css .nav .open>a:focus,
.care-togo-css .nav .open>a:hover {
    background-color: #eee;
    border-color: #309ddc
}

.care-togo-css .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.care-togo-css .navbar-collapse {
    overflow-x: hidden;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
    -webkit-overflow-scrolling: touch
}

.care-togo-css .navbar-collapse:after {
    clear: both;
    content: " ";
    display: table
}

.care-togo-css .navbar-collapse:before {
    content: " ";
    display: table
}

.care-togo-css .navbar-header:after {
    clear: both;
    content: " ";
    display: table
}

.care-togo-css .navbar-header:before {
    content: " ";
    display: table
}

.care-togo-css .pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.care-togo-css .pager:after {
    clear: both;
    content: " ";
    display: table
}

.care-togo-css .pager:before {
    content: " ";
    display: table
}

.care-togo-css .pager li {
    display: inline
}

.care-togo-css .pager li>a {
    display: inline-block;
    padding: 5px 14px;
    background-color: inherit;
    border: 1px solid #ddd;
    border-radius: 15px
}

.care-togo-css .pager li>a:focus,
.care-togo-css .pager li>a:hover {
    text-decoration: none;
    background-color: #ddd
}

.care-togo-css .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: inherit;
    border: 1px solid #ddd;
    border-radius: 15px
}

.care-togo-css .pager .next>a,
.care-togo-css .pager .next>span {
    float: right
}

.care-togo-css .pager .previous>a,
.care-togo-css .pager .previous>span {
    float: left
}

.care-togo-css .pager .disabled>a,
.care-togo-css .pager .disabled>a:focus,
.care-togo-css .pager .disabled>a:hover,
.care-togo-css .pager .disabled>span {
    color: #878787;
    background-color: inherit;
    cursor: not-allowed
}

.care-togo-css .panel-body {
    padding: 15px
}

.care-togo-css .panel-body:after {
    clear: both;
    content: " ";
    display: table
}

.care-togo-css .panel-body:before {
    content: " ";
    display: table
}

.care-togo-css .row {
    margin-left: -15px;
    margin-right: -15px
}

.care-togo-css .row:after {
    clear: both;
    content: " ";
    display: table
}

.care-togo-css .row:before {
    content: " ";
    display: table
}

.care-togo-css abbr[data-original-title],
.care-togo-css abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #878787
}

.care-togo-css .initialism {
    font-size: 90%;
    text-transform: uppercase
}

.care-togo-css legend {
    color: #333;
    padding: 0;
    border: 0;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5
}

.care-togo-css .blockquote-reverse {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.care-togo-css .blockquote-reverse .small:before {
    content: ""
}

.care-togo-css .blockquote-reverse .small:after {
    content: "\00A0 \2014"
}

.care-togo-css .blockquote-reverse footer:before {
    content: ""
}

.care-togo-css .blockquote-reverse footer:after {
    content: "\00A0 \2014"
}

.care-togo-css .blockquote-reverse small:before {
    content: ""
}

.care-togo-css .blockquote-reverse small:after {
    content: "\00A0 \2014"
}

.care-togo-css blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.care-togo-css blockquote.pull-right .small:before {
    content: ""
}

.care-togo-css blockquote.pull-right .small:after {
    content: "\00A0 \2014"
}

.care-togo-css blockquote.pull-right footer:before {
    content: ""
}

.care-togo-css blockquote.pull-right footer:after {
    content: "\00A0 \2014"
}

.care-togo-css blockquote.pull-right small:before {
    content: ""
}

.care-togo-css blockquote.pull-right small:after {
    content: "\00A0 \2014"
}

.care-togo-css .toggle-switch {
    display: inline-block;
    position: relative;
    text-align: right;
    width: 7em;
    margin: .5em
}

.care-togo-css .toggle-switch .toggle-switch-hint {
    font-family: lato-regular, Helvetica Neue, Helvetica, Arial, sans-serif;
    position: absolute;
    left: 0;
    width: 2em;
    text-align: right;
    top: .5em;
    line-height: 1em
}

.care-togo-css .toggle-switch label {
    margin-bottom: 0
}

.care-togo-css .toggle-switch input[type=checkbox] {
    display: none
}

.care-togo-css .toggle-switch input[type=checkbox]:checked.care-togo-css .toggle-switch input[type=checkbox]+label {
    background: #01b17b;
    border: 1px solid #7dd794
}

.care-togo-css .toggle-switch input[type=checkbox]:checked.care-togo-css .toggle-switch input[type=checkbox]+label:after {
    content: "";
    display: block;
    position: absolute;
    top: -.5em;
    width: 2.6em;
    height: 2.6em;
    border-radius: 100%;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, .15);
    z-index: 2;
    transition: .3s;
    left: 50%
}

.care-togo-css .toggle-switch input[type=radio] {
    display: none
}

.care-togo-css .toggle-switch input[type=radio]:checked.care-togo-css .toggle-switch input[type=radio]+label {
    background: #01b17b;
    border: 1px solid #7dd794
}

.care-togo-css .toggle-switch input[type=radio]:checked.care-togo-css .toggle-switch input[type=radio]+label:after {
    content: "";
    display: block;
    position: absolute;
    top: -.5em;
    width: 2.6em;
    height: 2.6em;
    border-radius: 100%;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, .15);
    z-index: 2;
    transition: .3s;
    left: 50%
}

input[type=checkbox].care-togo-css .toggle-switch+label {
    width: 4.3em;
    height: 1.75em;
    display: inline-block;
    position: relative;
    border-radius: 46px;
    background-color: #838b99;
    border: 1px solid #caced3;
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .25)
}

input[type=checkbox].care-togo-css .toggle-switch+label:after {
    content: "";
    display: block;
    position: absolute;
    top: -.5em;
    width: 2.6em;
    height: 2.6em;
    border-radius: 100%;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, .15);
    z-index: 2;
    transition: .3s;
    left: -.1em
}

input[type=radio].care-togo-css .toggle-switch+label {
    width: 4.3em;
    height: 1.75em;
    display: inline-block;
    position: relative;
    border-radius: 46px;
    background-color: #838b99;
    border: 1px solid #caced3;
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .25)
}

input[type=radio].care-togo-css .toggle-switch+label:after {
    content: "";
    display: block;
    position: absolute;
    top: -.5em;
    width: 2.6em;
    height: 2.6em;
    border-radius: 100%;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, .15);
    z-index: 2;
    transition: .3s;
    left: -.1em
}

input.care-togo-css .toggle-switch+label.care-togo-css .toggle-switch+label:after {
    content: "OFF"
}

.care-togo-css .toggle-switch input:checked.care-togo-css .toggle-switch input+label.care-togo-css .toggle-switch input+label:after {
    content: "ON"
}

.care-togo-css label {
    font-family: lato-regular, Helvetica Neue, Helvetica, Arial, sans-serif;
    display: inline-block;
    margin-bottom: 5px
}

.care-togo-css .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.care-togo-css .col-lg-1,
.care-togo-css .col-lg-2,
.care-togo-css .col-lg-3,
.care-togo-css .col-lg-4,
.care-togo-css .col-lg-5,
.care-togo-css .col-lg-6,
.care-togo-css .col-lg-7,
.care-togo-css .col-lg-8,
.care-togo-css .col-lg-9,
.care-togo-css .col-lg-10,
.care-togo-css .col-lg-11,
.care-togo-css .col-lg-12,
.care-togo-css .col-md-1,
.care-togo-css .col-md-2,
.care-togo-css .col-md-3,
.care-togo-css .col-md-4,
.care-togo-css .col-md-5,
.care-togo-css .col-md-6,
.care-togo-css .col-md-7,
.care-togo-css .col-md-8,
.care-togo-css .col-md-9,
.care-togo-css .col-md-10,
.care-togo-css .col-md-11,
.care-togo-css .col-md-12,
.care-togo-css .col-sm-1,
.care-togo-css .col-sm-2,
.care-togo-css .col-sm-3,
.care-togo-css .col-sm-4,
.care-togo-css .col-sm-5,
.care-togo-css .col-sm-6,
.care-togo-css .col-sm-7,
.care-togo-css .col-sm-8,
.care-togo-css .col-sm-9,
.care-togo-css .col-sm-10,
.care-togo-css .col-sm-11,
.care-togo-css .col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.care-togo-css .col-xs-1 {
    width: 8.33333333%
}

.care-togo-css .col-xs-1,
.care-togo-css .col-xs-10 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left
}

.care-togo-css .col-xs-10 {
    width: 83.33333333%
}

.care-togo-css .col-xs-11 {
    width: 91.66666667%
}

.care-togo-css .col-xs-11,
.care-togo-css .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left
}

.care-togo-css .col-xs-12 {
    width: 100%
}

.care-togo-css .col-xs-2 {
    width: 16.66666667%
}

.care-togo-css .col-xs-2,
.care-togo-css .col-xs-3 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left
}

.care-togo-css .col-xs-3 {
    width: 25%
}

.care-togo-css .col-xs-4 {
    width: 33.33333333%
}

.care-togo-css .col-xs-4,
.care-togo-css .col-xs-5 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left
}

.care-togo-css .col-xs-5 {
    width: 41.66666667%
}

.care-togo-css .col-xs-6 {
    width: 50%
}

.care-togo-css .col-xs-6,
.care-togo-css .col-xs-7 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left
}

.care-togo-css .col-xs-7 {
    width: 58.33333333%
}

.care-togo-css .col-xs-8 {
    width: 66.66666667%
}

.care-togo-css .col-xs-8,
.care-togo-css .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left
}

.care-togo-css .col-xs-9 {
    width: 75%
}

.care-togo-css .col-xs-pull-0 {
    right: 0
}

.care-togo-css .col-xs-pull-1 {
    right: 8.33333333%
}

.care-togo-css .col-xs-pull-2 {
    right: 16.66666667%
}

.care-togo-css .col-xs-pull-3 {
    right: 25%
}

.care-togo-css .col-xs-pull-4 {
    right: 33.33333333%
}

.care-togo-css .col-xs-pull-5 {
    right: 41.66666667%
}

.care-togo-css .col-xs-pull-6 {
    right: 50%
}

.care-togo-css .col-xs-pull-7 {
    right: 58.33333333%
}

.care-togo-css .col-xs-pull-8 {
    right: 66.66666667%
}

.care-togo-css .col-xs-pull-9 {
    right: 75%
}

.care-togo-css .col-xs-pull-10 {
    right: 83.33333333%
}

.care-togo-css .col-xs-pull-11 {
    right: 91.66666667%
}

.care-togo-css .col-xs-pull-12 {
    right: 100%
}

.care-togo-css .col-xs-push-0 {
    left: 0
}

.care-togo-css .col-xs-push-1 {
    left: 8.33333333%
}

.care-togo-css .col-xs-push-2 {
    left: 16.66666667%
}

.care-togo-css .col-xs-push-3 {
    left: 25%
}

.care-togo-css .col-xs-push-4 {
    left: 33.33333333%
}

.care-togo-css .col-xs-push-5 {
    left: 41.66666667%
}

.care-togo-css .col-xs-push-6 {
    left: 50%
}

.care-togo-css .col-xs-push-7 {
    left: 58.33333333%
}

.care-togo-css .col-xs-push-8 {
    left: 66.66666667%
}

.care-togo-css .col-xs-push-9 {
    left: 75%
}

.care-togo-css .col-xs-push-10 {
    left: 83.33333333%
}

.care-togo-css .col-xs-push-11 {
    left: 91.66666667%
}

.care-togo-css .col-xs-push-12 {
    left: 100%
}

.care-togo-css .col-xs-offset-0 {
    margin-left: 0
}

.care-togo-css .col-xs-offset-1 {
    margin-left: 8.33333333%
}

.care-togo-css .col-xs-offset-2 {
    margin-left: 16.66666667%
}

.care-togo-css .col-xs-offset-3 {
    margin-left: 25%
}

.care-togo-css .col-xs-offset-4 {
    margin-left: 33.33333333%
}

.care-togo-css .col-xs-offset-5 {
    margin-left: 41.66666667%
}

.care-togo-css .col-xs-offset-6 {
    margin-left: 50%
}

.care-togo-css .col-xs-offset-7 {
    margin-left: 58.33333333%
}

.care-togo-css .col-xs-offset-8 {
    margin-left: 66.66666667%
}

.care-togo-css .col-xs-offset-9 {
    margin-left: 75%
}

.care-togo-css .col-xs-offset-10 {
    margin-left: 83.33333333%
}

.care-togo-css .col-xs-offset-11 {
    margin-left: 91.66666667%
}

.care-togo-css .col-xs-offset-12 {
    margin-left: 100%
}

.care-togo-css .table {
    width: 100%;
    margin-bottom: 20px
}

.care-togo-css .table>tbody>tr>td,
.care-togo-css .table>tbody>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.care-togo-css .table>tbody>tr>td.active,
.care-togo-css .table>tbody>tr>th.active {
    background-color: #f5f5f5
}

.care-togo-css .table>tbody>tr>td.success,
.care-togo-css .table>tbody>tr>th.success {
    background-color: #69c896
}

.care-togo-css .table>tbody>tr>td.info,
.care-togo-css .table>tbody>tr>th.info {
    background-color: #74bce7
}

.care-togo-css .table>tbody>tr>td.warning,
.care-togo-css .table>tbody>tr>th.warning {
    background-color: #f0a949
}

.care-togo-css .table>tbody>tr>td.danger,
.care-togo-css .table>tbody>tr>th.danger {
    background-color: #f66355
}

.care-togo-css .table>tbody>tr.active>td,
.care-togo-css .table>tbody>tr.active>th {
    background-color: #f5f5f5
}

.care-togo-css .table>tbody>tr.success>td,
.care-togo-css .table>tbody>tr.success>th {
    background-color: #69c896
}

.care-togo-css .table>tbody>tr.info>td,
.care-togo-css .table>tbody>tr.info>th {
    background-color: #74bce7
}

.care-togo-css .table>tbody>tr.warning>td,
.care-togo-css .table>tbody>tr.warning>th {
    background-color: #f0a949
}

.care-togo-css .table>tbody>tr.danger>td,
.care-togo-css .table>tbody>tr.danger>th {
    background-color: #f66355
}

.care-togo-css .table>tfoot>tr>td,
.care-togo-css .table>tfoot>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.care-togo-css .table>tfoot>tr>td.active,
.care-togo-css .table>tfoot>tr>th.active {
    background-color: #f5f5f5
}

.care-togo-css .table>tfoot>tr>td.success,
.care-togo-css .table>tfoot>tr>th.success {
    background-color: #69c896
}

.care-togo-css .table>tfoot>tr>td.info,
.care-togo-css .table>tfoot>tr>th.info {
    background-color: #74bce7
}

.care-togo-css .table>tfoot>tr>td.warning,
.care-togo-css .table>tfoot>tr>th.warning {
    background-color: #f0a949
}

.care-togo-css .table>tfoot>tr>td.danger,
.care-togo-css .table>tfoot>tr>th.danger {
    background-color: #f66355
}

.care-togo-css .table>tfoot>tr.active>td,
.care-togo-css .table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.care-togo-css .table>tfoot>tr.success>td,
.care-togo-css .table>tfoot>tr.success>th {
    background-color: #69c896
}

.care-togo-css .table>tfoot>tr.info>td,
.care-togo-css .table>tfoot>tr.info>th {
    background-color: #74bce7
}

.care-togo-css .table>tfoot>tr.warning>td,
.care-togo-css .table>tfoot>tr.warning>th {
    background-color: #f0a949
}

.care-togo-css .table>tfoot>tr.danger>td,
.care-togo-css .table>tfoot>tr.danger>th {
    background-color: #f66355
}

.care-togo-css .table>thead>tr>td,
.care-togo-css .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.care-togo-css .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.care-togo-css .table>thead>tr>td.active,
.care-togo-css .table>thead>tr>th.active {
    background-color: #f5f5f5
}

.care-togo-css .table>thead>tr>td.success,
.care-togo-css .table>thead>tr>th.success {
    background-color: #69c896
}

.care-togo-css .table>thead>tr>td.info,
.care-togo-css .table>thead>tr>th.info {
    background-color: #74bce7
}

.care-togo-css .table>thead>tr>td.warning,
.care-togo-css .table>thead>tr>th.warning {
    background-color: #f0a949
}

.care-togo-css .table>thead>tr>td.danger,
.care-togo-css .table>thead>tr>th.danger {
    background-color: #f66355
}

.care-togo-css .table>thead:first-child>tr:first-child>td,
.care-togo-css .table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.care-togo-css .table>thead>tr.active>td,
.care-togo-css .table>thead>tr.active>th {
    background-color: #f5f5f5
}

.care-togo-css .table>thead>tr.success>td,
.care-togo-css .table>thead>tr.success>th {
    background-color: #69c896
}

.care-togo-css .table>thead>tr.info>td,
.care-togo-css .table>thead>tr.info>th {
    background-color: #74bce7
}

.care-togo-css .table>thead>tr.warning>td,
.care-togo-css .table>thead>tr.warning>th {
    background-color: #f0a949
}

.care-togo-css .table>thead>tr.danger>td,
.care-togo-css .table>thead>tr.danger>th {
    background-color: #f66355
}

>caption.care-togo-css .table+thead>tr:first-child>td,
>caption.care-togo-css .table+thead>tr:first-child>th,
>colgroup.care-togo-css .table+thead>tr:first-child>td,
>colgroup.care-togo-css .table+thead>tr:first-child>th {
    border-top: 0
}

>tbody.care-togo-css .table+tbody {
    border-top: 2px solid #ddd
}

.care-togo-css .table .table {
    background-color: #fff
}

.care-togo-css .btn {
    vertical-align: middle;
    background-image: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.care-togo-css .btn:active {
    background-image: none;
    outline: 0
}

.care-togo-css .btn:active:focus,
.care-togo-css .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.care-togo-css .btn:focus,
.care-togo-css .btn:hover {
    color: #fff;
    text-decoration: none
}

.care-togo-css .btn .caret {
    margin-left: 0
}

.care-togo-css .btn .badge,
.care-togo-css .btn .label {
    position: relative;
    top: -1px
}

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

.care-togo-css .table-condensed>tbody>tr>td,
.care-togo-css .table-condensed>tbody>tr>th,
.care-togo-css .table-condensed>tfoot>tr>td,
.care-togo-css .table-condensed>tfoot>tr>th,
.care-togo-css .table-condensed>thead>tr>td,
.care-togo-css .table-condensed>thead>tr>th {
    padding: 5px
}

.care-togo-css .table-bordered,
.care-togo-css .table-bordered>tbody>tr>td,
.care-togo-css .table-bordered>tbody>tr>th,
.care-togo-css .table-bordered>tfoot>tr>td,
.care-togo-css .table-bordered>tfoot>tr>th {
    border: 1px solid #ddd
}

.care-togo-css .table-bordered>thead>tr>td,
.care-togo-css .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
    border-bottom-width: 2px
}

.care-togo-css .table-striped>tbody>tr:nth-child(odd)>td,
.care-togo-css .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

.care-togo-css .table-hover>tbody>tr:hover>td,
.care-togo-css .table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5
}

.care-togo-css .table-hover>tbody>tr>td.active:hover,
.care-togo-css .table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.care-togo-css .table-hover>tbody>tr>td.success:hover,
.care-togo-css .table-hover>tbody>tr>th.success:hover {
    background-color: #56c189
}

.care-togo-css .table-hover>tbody>tr>td.info:hover,
.care-togo-css .table-hover>tbody>tr>th.info:hover {
    background-color: #5eb2e3
}

.care-togo-css .table-hover>tbody>tr>td.warning:hover,
.care-togo-css .table-hover>tbody>tr>th.warning:hover {
    background-color: #ee9e31
}

.care-togo-css .table-hover>tbody>tr>td.danger:hover,
.care-togo-css .table-hover>tbody>tr>th.danger:hover {
    background-color: #f54d3d
}

.care-togo-css .table-hover>tbody>tr.active:hover>td,
.care-togo-css .table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.care-togo-css .table-hover>tbody>tr.success:hover>td,
.care-togo-css .table-hover>tbody>tr.success:hover>th {
    background-color: #56c189
}

.care-togo-css .table-hover>tbody>tr.info:hover>td,
.care-togo-css .table-hover>tbody>tr.info:hover>th {
    background-color: #5eb2e3
}

.care-togo-css .table-hover>tbody>tr.warning:hover>td,
.care-togo-css .table-hover>tbody>tr.warning:hover>th {
    background-color: #ee9e31
}

.care-togo-css .table-hover>tbody>tr.danger:hover>td,
.care-togo-css .table-hover>tbody>tr.danger:hover>th {
    background-color: #f54d3d
}

.care-togo-css fieldset {
    padding: 0;
    border: 0;
    margin: 0;
    min-width: 0
}

.care-togo-css .form-control {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block;
    width: 100%;
    height: 30px;
    padding: 4px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px
}

.care-togo-css .form-control:focus {
    border-color: #1892d8;
    background-color: #fff;
    outline: 0
}

.care-togo-css .form-control::-moz-placeholder {
    color: #878787;
    opacity: 1
}

.care-togo-css .form-control:-ms-input-placeholder {
    color: #878787
}

.care-togo-css .form-control::-webkit-input-placeholder {
    color: #878787
}

.care-togo-css output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block;
    padding-top: 5px
}

.care-togo-css input[type=file] {
    display: block
}

.care-togo-css input[type=file]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.care-togo-css input[type=range] {
    display: block;
    width: 100%
}

.care-togo-css select[multiple],
.care-togo-css select[size] {
    height: auto
}

.care-togo-css .form-control[disabled],
.care-togo-css .form-control[readonly],
.care-togo-css fieldset[disabled] .form-control {
    cursor: not-allowed;
    opacity: .65
}

.care-togo-css fieldset[disabled] .checkbox,
.care-togo-css fieldset[disabled] .checkbox-inline,
.care-togo-css fieldset[disabled] .radio,
.care-togo-css fieldset[disabled] .radio-inline,
.care-togo-css fieldset[disabled] input[type=checkbox],
.care-togo-css fieldset[disabled] input[type=radio] {
    cursor: not-allowed
}

.care-togo-css fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65)
}

.care-togo-css fieldset[disabled] .btn-default,
.care-togo-css fieldset[disabled] .btn-default.active,
.care-togo-css fieldset[disabled] .btn-default:active,
.care-togo-css fieldset[disabled] .btn-default:focus,
.care-togo-css fieldset[disabled] .btn-default:hover,
.care-togo-css fieldset[disabled] .btn-primary,
.care-togo-css fieldset[disabled] .btn-primary.active,
.care-togo-css fieldset[disabled] .btn-primary:active,
.care-togo-css fieldset[disabled] .btn-primary:focus,
.care-togo-css fieldset[disabled] .btn-primary:hover,
.care-togo-css fieldset[disabled] .btn-secondary,
.care-togo-css fieldset[disabled] .btn-secondary.active,
.care-togo-css fieldset[disabled] .btn-secondary:active,
.care-togo-css fieldset[disabled] .btn-secondary:focus,
.care-togo-css fieldset[disabled] .btn-secondary:hover,
.care-togo-css fieldset[disabled] .btn-tertiary,
.care-togo-css fieldset[disabled] .btn-tertiary.active,
.care-togo-css fieldset[disabled] .btn-tertiary:active,
.care-togo-css fieldset[disabled] .btn-tertiary:focus,
.care-togo-css fieldset[disabled] .btn-tertiary:hover {
    background-color: #c4c9cd;
    border-color: #c4c9cd;
    color: #6a778a
}

.care-togo-css fieldset[disabled] .btn-success,
.care-togo-css fieldset[disabled] .btn-success.active,
.care-togo-css fieldset[disabled] .btn-success:active,
.care-togo-css fieldset[disabled] .btn-success:focus,
.care-togo-css fieldset[disabled] .btn-success:hover {
    background-color: #4bbd81;
    border-color: #4bbd81;
    color: #fff
}

.care-togo-css fieldset[disabled] .btn-info,
.care-togo-css fieldset[disabled] .btn-info.active,
.care-togo-css fieldset[disabled] .btn-info:active,
.care-togo-css fieldset[disabled] .btn-info:focus,
.care-togo-css fieldset[disabled] .btn-info:hover {
    background-color: #51abe1;
    border-color: #51abe1;
    color: #fff
}

.care-togo-css fieldset[disabled] .btn-warning,
.care-togo-css fieldset[disabled] .btn-warning.active,
.care-togo-css fieldset[disabled] .btn-warning:active,
.care-togo-css fieldset[disabled] .btn-warning:focus,
.care-togo-css fieldset[disabled] .btn-warning:hover {
    background-color: #ed9723;
    border-color: #ed9723;
    color: #fff
}

.care-togo-css fieldset[disabled] .btn-danger,
.care-togo-css fieldset[disabled] .btn-danger.active,
.care-togo-css fieldset[disabled] .btn-danger:active,
.care-togo-css fieldset[disabled] .btn-danger:focus,
.care-togo-css fieldset[disabled] .btn-danger:hover {
    background-color: #f43f2e;
    border-color: #f43f2e;
    color: #fff
}

.care-togo-css fieldset[disabled] .btn-g2m,
.care-togo-css fieldset[disabled] .btn-g2m.active,
.care-togo-css fieldset[disabled] .btn-g2m:active,
.care-togo-css fieldset[disabled] .btn-g2m:focus,
.care-togo-css fieldset[disabled] .btn-g2m:hover,
.care-togo-css fieldset[disabled] .btn-g2t,
.care-togo-css fieldset[disabled] .btn-g2t.active,
.care-togo-css fieldset[disabled] .btn-g2t:active,
.care-togo-css fieldset[disabled] .btn-g2t:focus,
.care-togo-css fieldset[disabled] .btn-g2t:hover,
.care-togo-css fieldset[disabled] .btn-g2w,
.care-togo-css fieldset[disabled] .btn-g2w.active,
.care-togo-css fieldset[disabled] .btn-g2w:active,
.care-togo-css fieldset[disabled] .btn-g2w:focus,
.care-togo-css fieldset[disabled] .btn-g2w:hover,
.care-togo-css fieldset[disabled] .btn-openvoice,
.care-togo-css fieldset[disabled] .btn-openvoice.active,
.care-togo-css fieldset[disabled] .btn-openvoice:active,
.care-togo-css fieldset[disabled] .btn-openvoice:focus,
.care-togo-css fieldset[disabled] .btn-openvoice:hover {
    background-color: #c4c9cd;
    border-color: #c4c9cd;
    color: #6a778a
}

.care-togo-css fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.care-togo-css fieldset[disabled] .btn-link:focus,
.care-togo-css fieldset[disabled] .btn-link:hover {
    color: #878787;
    text-decoration: none
}

.care-togo-css fieldset[disabled] .btn-link-inverse:focus,
.care-togo-css fieldset[disabled] .btn-link-inverse:hover {
    color: #878787
}

.care-togo-css textarea.form-control {
    height: auto
}

.care-togo-css input[type=date] {
    line-height: 30px
}

.care-togo-css .form-group {
    margin-bottom: 15px
}

.care-togo-css .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

.care-togo-css .checkbox label {
    display: inline;
    font-weight: 400;
    cursor: pointer
}

.care-togo-css .checkbox input[type=checkbox] {
    float: left;
    margin-left: -20px
}

.care-togo-css .checkbox .togo-icon-checkbox-stack {
    float: left;
    height: auto;
    line-height: 1.42857143;
    margin-left: -20px
}

.care-togo-css .checkbox .togo-icon-checkbox-stack input[type=checkbox],
.care-togo-css .checkbox .togo-icon-checkbox-stack input[type=radio] {
    float: none;
    margin-left: 8px;
    opacity: 0
}

.care-togo-css .radio {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

.care-togo-css .radio label {
    display: inline;
    font-weight: 400;
    cursor: pointer
}

.care-togo-css .radio input[type=radio] {
    float: left;
    margin-left: -20px
}

.care-togo-css .radio .togo-icon-radio-stack {
    float: left;
    height: auto;
    line-height: 1.42857143;
    margin-left: -20px
}

.care-togo-css .radio .togo-icon-radio-stack input[type=checkbox],
.care-togo-css .radio .togo-icon-radio-stack input[type=radio] {
    float: none;
    margin-left: 8px;
    opacity: 0
}

.care-togo-css .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.care-togo-css .checkbox-inline input[type=checkbox] {
    float: left;
    margin-left: -20px
}

.care-togo-css .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.care-togo-css .radio-inline input[type=radio] {
    float: left;
    margin-left: -20px
}

.checkbox.care-togo-css+.checkbox,
.radio.care-togo-css+.radio {
    margin-top: -5px
}

.checkbox-inline.care-togo-css+.checkbox-inline,
.radio-inline.care-togo-css+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.care-togo-css .checkbox-inline[disabled],
.care-togo-css .checkbox[disabled],
.care-togo-css .radio-inline[disabled],
.care-togo-css .radio[disabled],
.care-togo-css input[type=checkbox][disabled],
.care-togo-css input[type=radio][disabled] {
    cursor: not-allowed
}

.care-togo-css .btn-danger.active {
    background-image: none;
    color: #fff;
    background-color: #f43f2e;
    border-color: #f43f2e
}

.care-togo-css .btn-danger {
    color: #fff;
    background-color: #f66355;
    border-color: #f66355
}

.care-togo-css .btn-danger:active {
    background-image: none
}

.care-togo-css .btn-danger:active,
.care-togo-css .btn-danger:focus,
.care-togo-css .btn-danger:hover {
    color: #fff;
    background-color: #f43f2e;
    border-color: #f43f2e
}

.care-togo-css .btn-danger .badge {
    color: #f66355;
    background-color: #fff
}

.care-togo-css .btn-default.active {
    background-image: none;
    color: #fff;
    background-color: #1d528c;
    border-color: #1d528c;
    box-shadow: none
}

.care-togo-css .btn-default {
    color: #fff;
    background-color: #309ddc;
    border-color: #309ddc
}

.care-togo-css .btn-default:active {
    background-image: none;
    color: #fff;
    background-color: #1d528c;
    border-color: #1d528c;
    box-shadow: none
}

.care-togo-css .btn-default:focus,
.care-togo-css .btn-default:hover {
    color: #fff;
    background-color: #147eb9;
    border-color: #147eb9
}

.care-togo-css .btn-default .badge {
    color: #309ddc;
    background-color: #fff
}

.care-togo-css .btn-dropdown {
    background-image: none;
    border: 1px solid #ccc;
    min-width: 160px;
    text-align: left;
    padding: 5px 5px 5px 15px;
    line-height: 1
}

.care-togo-css .btn-dropdown,
.care-togo-css .btn-dropdown:focus,
.care-togo-css .btn-dropdown:hover {
    color: #555;
    background-color: #fff
}

.care-togo-css .btn-g2m.active {
    background-image: none;
    color: #fff;
    background-color: #c04902;
    border-color: #c04902;
    box-shadow: none
}

.care-togo-css .btn-g2m {
    color: #fff;
    background-color: #fd7a2b;
    border-color: #fd7a2b
}

.care-togo-css .btn-g2m:active {
    background-image: none;
    color: #fff;
    background-color: #c04902;
    border-color: #c04902;
    box-shadow: none
}

.care-togo-css .btn-g2m:focus,
.care-togo-css .btn-g2m:hover {
    color: #fff;
    background-color: #f35d02;
    border-color: #f35d02
}

.care-togo-css .btn-g2m .badge {
    color: #fd7a2b;
    background-color: #fff
}

.care-togo-css .btn-g2t.active {
    background-image: none;
    color: #fff;
    background-color: #260116;
    border-color: #260116;
    box-shadow: none
}

.care-togo-css .btn-g2t {
    color: #fff;
    background-color: #88054f;
    border-color: #88054f
}

.care-togo-css .btn-g2t:active {
    background-image: none;
    color: #fff;
    background-color: #260116;
    border-color: #260116;
    box-shadow: none
}

.care-togo-css .btn-g2t:focus,
.care-togo-css .btn-g2t:hover {
    color: #fff;
    background-color: #570332;
    border-color: #570332
}

.care-togo-css .btn-g2t .badge {
    color: #88054f;
    background-color: #fff
}

.care-togo-css .btn-g2w.active {
    background-image: none;
    color: #fff;
    background-color: #00537b;
    border-color: #00537b;
    box-shadow: none
}

.care-togo-css .btn-g2w {
    color: #fff;
    background-color: #0097e1;
    border-color: #0097e1
}

.care-togo-css .btn-g2w:active {
    background-image: none;
    color: #fff;
    background-color: #00537b;
    border-color: #00537b;
    box-shadow: none
}

.care-togo-css .btn-g2w:focus,
.care-togo-css .btn-g2w:hover {
    color: #fff;
    background-color: #0075ae;
    border-color: #0075ae
}

.care-togo-css .btn-g2w .badge {
    color: #0097e1;
    background-color: #fff
}

.care-togo-css .btn-info.active {
    background-image: none;
    color: #fff;
    background-color: #51abe1;
    border-color: #51abe1
}

.care-togo-css .btn-info {
    color: #fff;
    background-color: #74bce7;
    border-color: #74bce7
}

.care-togo-css .btn-info:active {
    background-image: none
}

.care-togo-css .btn-info:active,
.care-togo-css .btn-info:focus,
.care-togo-css .btn-info:hover {
    color: #fff;
    background-color: #51abe1;
    border-color: #51abe1
}

.care-togo-css .btn-info .badge {
    color: #74bce7;
    background-color: #fff
}

.care-togo-css .btn-openvoice.active {
    background-image: none;
    color: #fff;
    background-color: #463971;
    border-color: #463971;
    box-shadow: none
}

.care-togo-css .btn-openvoice {
    color: #fff;
    background-color: #7361af;
    border-color: #7361af
}

.care-togo-css .btn-openvoice:active {
    background-image: none;
    color: #fff;
    background-color: #463971;
    border-color: #463971;
    box-shadow: none
}

.care-togo-css .btn-openvoice:focus,
.care-togo-css .btn-openvoice:hover {
    color: #fff;
    background-color: #5b4a93;
    border-color: #5b4a93
}

.care-togo-css .btn-openvoice .badge {
    color: #7361af;
    background-color: #fff
}

.care-togo-css .btn-primary.active {
    background-image: none;
    color: #fff;
    background-color: #18638e;
    border-color: #18638e;
    box-shadow: none
}

.care-togo-css .btn-primary {
    color: #fff;
    background-color: #309ddc;
    border-color: #309ddc
}

.care-togo-css .btn-primary:active {
    background-image: none;
    color: #fff;
    background-color: #18638e;
    border-color: #18638e;
    box-shadow: none
}

.care-togo-css .btn-primary:focus,
.care-togo-css .btn-primary:hover {
    color: #fff;
    background-color: #1f81ba;
    border-color: #1f81ba
}

.care-togo-css .btn-primary .badge {
    color: #309ddc;
    background-color: #fff
}

.care-togo-css .btn-secondary.active {
    background-image: none;
    color: #6a778a;
    background-color: #c4c9cd;
    border-color: #c4c9cd
}

.care-togo-css .btn-secondary {
    color: #6a778a;
    background-color: #dadde0;
    border-color: #dadde0
}

.care-togo-css .btn-secondary:active {
    background-image: none
}

.care-togo-css .btn-secondary:active,
.care-togo-css .btn-secondary:focus,
.care-togo-css .btn-secondary:hover {
    color: #6a778a;
    background-color: #c4c9cd;
    border-color: #c4c9cd
}

.care-togo-css .btn-secondary .badge {
    color: #dadde0;
    background-color: #6a778a
}

.care-togo-css .btn-tertiary.active {
    background-image: none;
    color: #309ddc;
    background-color: #eaf6fc;
    border-color: #dadde0;
    box-shadow: none
}

.care-togo-css .btn-tertiary {
    color: #309ddc;
    background-color: #fff;
    border-color: #dadde0
}

.care-togo-css .btn-tertiary:active {
    background-image: none;
    box-shadow: none
}

.care-togo-css .btn-tertiary:active,
.care-togo-css .btn-tertiary:focus,
.care-togo-css .btn-tertiary:hover {
    color: #309ddc;
    background-color: #eaf6fc;
    border-color: #dadde0
}

.care-togo-css .btn-tertiary .badge {
    color: #fff;
    background-color: #309ddc
}

.care-togo-css .btn-warning.active {
    background-image: none;
    color: #fff;
    background-color: #ed9723;
    border-color: #ed9723
}

.care-togo-css .btn-warning {
    color: #fff;
    background-color: #f0a949;
    border-color: #f0a949
}

.care-togo-css .btn-warning:active {
    background-image: none
}

.care-togo-css .btn-warning:active,
.care-togo-css .btn-warning:focus,
.care-togo-css .btn-warning:hover {
    color: #fff;
    background-color: #ed9723;
    border-color: #ed9723
}

.care-togo-css .btn-warning .badge {
    color: #f0a949;
    background-color: #fff
}

.care-togo-css .btn.active {
    background-image: none;
    outline: 0
}

.care-togo-css .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.care-togo-css .open .btn-danger.dropdown-toggle {
    background-image: none;
    color: #979fac;
    background-color: #f43f2e;
    border-color: #f43f2e
}

.care-togo-css .open .btn-default.dropdown-toggle {
    background-image: none;
    color: #979fac;
    background-color: #2187c2;
    border-color: #2187c2
}

.care-togo-css .open .btn-g2m.dropdown-toggle {
    background-image: none;
    color: #979fac;
    background-color: #fd6103;
    border-color: #fd6103
}

.care-togo-css .open .btn-g2t.dropdown-toggle {
    background-image: none;
    color: #979fac;
    background-color: #610438;
    border-color: #610438
}

.care-togo-css .open .btn-g2w.dropdown-toggle {
    background-image: none;
    color: #979fac;
    background-color: #007cb8;
    border-color: #007cb8
}

.care-togo-css .open .btn-info.dropdown-toggle {
    background-image: none;
    color: #979fac;
    background-color: #51abe1;
    border-color: #51abe1
}

.care-togo-css .open .btn-openvoice.dropdown-toggle {
    background-image: none;
    color: #979fac;
    background-color: #5f4e99;
    border-color: #5f4e99
}

.care-togo-css .open .btn-primary.dropdown-toggle {
    background-image: none;
    color: #979fac;
    background-color: #2187c2;
    border-color: #2187c2
}

.care-togo-css .open .btn-secondary.dropdown-toggle {
    background-image: none;
    color: #979fac;
    background-color: #c4c9cd;
    border-color: #c4c9cd
}

.care-togo-css .open .btn-tertiary.dropdown-toggle {
    background-image: none;
    color: #979fac;
    background-color: #ebebeb;
    border-color: #ebebeb
}

.care-togo-css .open .btn-warning.dropdown-toggle {
    background-image: none;
    color: #979fac;
    background-color: #ed9723;
    border-color: #ed9723
}

.care-togo-css .open .btn-success.dropdown-toggle {
    color: #979fac;
    background-color: #4bbd81;
    border-color: #4bbd81;
    background-image: none
}

.care-togo-css .open>.dropdown-menu {
    display: block;
    border: 1px solid #ccc;
    border-top: none
}

.care-togo-css .open .btn-dropdown {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.care-togo-css .open>a {
    outline: 0
}

.care-togo-css .toggle-switch.size-xs {
    font-size: 60%
}

.care-togo-css .toggle-switch.size-sm {
    font-size: 80%
}

.care-togo-css .toggle-switch.size-lg {
    font-size: 120%
}

.care-togo-css .toggle-switch.size-xl {
    font-size: 140%
}

.care-togo-css .input-group-sm>.form-control,
.care-togo-css .input-group-sm>.input-group-addon,
.care-togo-css .input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px
}

.care-togo-css .input-group-sm>.input-group-btn>select.btn {
    height: 30px;
    line-height: 30px
}

.care-togo-css .input-group-sm>.input-group-btn>select[multiple].btn,
.care-togo-css .input-group-sm>.input-group-btn>textarea.btn {
    height: auto
}

.care-togo-css .input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 1px
}

.care-togo-css .input-group-sm>select.form-control,
.care-togo-css .input-group-sm>select.input-group-addon {
    height: 30px;
    line-height: 30px
}

.care-togo-css .input-group-sm>select[multiple].form-control,
.care-togo-css .input-group-sm>select[multiple].input-group-addon,
.care-togo-css .input-group-sm>textarea.form-control,
.care-togo-css .input-group-sm>textarea.input-group-addon {
    height: auto
}

.care-togo-css .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px
}

.care-togo-css select.input-sm {
    height: 30px;
    line-height: 30px
}

.care-togo-css select[multiple].input-sm,
.care-togo-css textarea.input-sm {
    height: auto
}

.care-togo-css .input-group-lg>.form-control,
.care-togo-css .input-group-lg>.input-group-addon,
.care-togo-css .input-group-lg>.input-group-btn>.btn {
    height: 41px;
    padding: 7.5px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 3px
}

.care-togo-css .input-group-lg>.input-group-btn>select.btn {
    height: 41px;
    line-height: 41px
}

.care-togo-css .input-group-lg>.input-group-btn>select[multiple].btn,
.care-togo-css .input-group-lg>.input-group-btn>textarea.btn {
    height: auto
}

.care-togo-css .input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 7.5px 16px;
    font-size: 18px;
    border-radius: 3px
}

.care-togo-css .input-group-lg>select.form-control,
.care-togo-css .input-group-lg>select.input-group-addon {
    height: 41px;
    line-height: 41px
}

.care-togo-css .input-group-lg>select[multiple].form-control,
.care-togo-css .input-group-lg>select[multiple].input-group-addon,
.care-togo-css .input-group-lg>textarea.form-control,
.care-togo-css .input-group-lg>textarea.input-group-addon {
    height: auto
}

.care-togo-css .input-lg {
    height: 41px;
    padding: 7.5px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 3px
}

.care-togo-css select.input-lg {
    height: 41px;
    line-height: 41px
}

.care-togo-css select[multiple].input-lg,
.care-togo-css textarea.input-lg {
    height: auto
}

.care-togo-css .has-feedback {
    position: relative
}

.care-togo-css .has-feedback .form-control {
    padding-right: 37.5px
}

.care-togo-css .has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.care-togo-css .has-error .help-block {
    padding: 8px 12px 12px;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    color: #fff;
    background-color: #f66355
}

.care-togo-css .has-error .form-control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #f66355
}

.care-togo-css .has-error .form-control:focus {
    border-color: #f33725
}

.care-togo-css .has-error .checkbox,
.care-togo-css .has-error .checkbox-inline,
.care-togo-css .has-error .control-label,
.care-togo-css .has-error .radio,
.care-togo-css .has-error .radio-inline {
    color: #cc2a0b
}

.care-togo-css .has-error .input-group-addon {
    color: #cc2a0b;
    border-color: #f66355;
    background-color: #f66355
}

.care-togo-css .has-error .form-control-feedback {
    color: #cc2a0b
}

.care-togo-css .has-success .help-block {
    padding: 8px 12px 12px;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    color: #fff;
    background-color: #69c896
}

.care-togo-css .has-success .form-control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #69c896
}

.care-togo-css .has-success .form-control:focus {
    border-color: #44ba7c
}

.care-togo-css .has-success .checkbox,
.care-togo-css .has-success .checkbox-inline,
.care-togo-css .has-success .control-label,
.care-togo-css .has-success .radio,
.care-togo-css .has-success .radio-inline {
    color: #009a6c
}

.care-togo-css .has-success .input-group-addon {
    color: #009a6c;
    border-color: #69c896;
    background-color: #69c896
}

.care-togo-css .has-success .form-control-feedback {
    color: #009a6c
}

.care-togo-css .has-warning .help-block {
    padding: 8px 12px 12px;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    color: #fff;
    background-color: #f0a949
}

.care-togo-css .has-warning .form-control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #f0a949
}

.care-togo-css .has-warning .form-control:focus {
    border-color: #ec931a
}

.care-togo-css .has-warning .checkbox,
.care-togo-css .has-warning .checkbox-inline,
.care-togo-css .has-warning .control-label,
.care-togo-css .has-warning .radio,
.care-togo-css .has-warning .radio-inline {
    color: #e65614
}

.care-togo-css .has-warning .input-group-addon {
    color: #e65614;
    border-color: #f0a949;
    background-color: #f0a949
}

.care-togo-css .has-warning .form-control-feedback {
    color: #e65614
}

.care-togo-css .form-control-static {
    margin-bottom: 0
}

.care-togo-css .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #c7c7c7
}

.care-togo-css .btn-block {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0
}

.care-togo-css input[type=button].btn-block,
.care-togo-css input[type=reset].btn-block,
.care-togo-css input[type=submit].btn-block {
    width: 100%
}

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

.care-togo-css .btn-group>.btn-group {
    float: left
}

.care-togo-css .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.care-togo-css .btn-group>.btn-group:first-child>.btn:last-child,
.care-togo-css .btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.care-togo-css .btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.care-togo-css .btn-group>.btn {
    position: relative;
    float: left
}

.care-togo-css .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.care-togo-css .btn-group>.btn:active {
    z-index: 2
}

.care-togo-css .btn-group>.btn:focus {
    z-index: 2;
    outline: 0
}

.care-togo-css .btn-group>.btn:hover {
    z-index: 2
}

.care-togo-css .btn-group>.btn:first-child {
    margin-left: 0
}

.care-togo-css .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.care-togo-css .btn-group>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.care-togo-css .btn-group>.btn.active {
    z-index: 2
}

.btn-group.care-togo-css .btn-group+.btn,
.btn-group.care-togo-css .btn-group+.btn-group,
.btn.care-togo-css .btn-group+.btn,
.btn.care-togo-css .btn-group+.btn-group {
    margin-left: -1px
}

.care-togo-css .btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.care-togo-css .btn-group .dropdown-toggle:active {
    outline: 0
}

>.btn.care-togo-css .btn-group+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

>.btn-lg.care-togo-css .btn-group+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.care-togo-css .btn.disabled,
.care-togo-css .btn[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65)
}

.care-togo-css .btn-default.disabled,
.care-togo-css .btn-default.disabled.active,
.care-togo-css .btn-default.disabled:active,
.care-togo-css .btn-default.disabled:focus,
.care-togo-css .btn-default.disabled:hover,
.care-togo-css .btn-default[disabled],
.care-togo-css .btn-default[disabled].active,
.care-togo-css .btn-default[disabled]:active,
.care-togo-css .btn-default[disabled]:focus,
.care-togo-css .btn-default[disabled]:hover {
    background-color: #c4c9cd;
    border-color: #c4c9cd;
    color: #6a778a
}

.care-togo-css .btn-link {
    border-radius: 0;
    color: #309ddc;
    font-weight: 400;
    cursor: pointer
}

.care-togo-css .btn-link,
.care-togo-css .btn-link:active {
    background-color: transparent;
    box-shadow: none;
    border-color: transparent
}

.care-togo-css .btn-link:focus,
.care-togo-css .btn-link:hover {
    border-color: transparent;
    color: #1c72a4;
    text-decoration: underline;
    background-color: transparent
}

.care-togo-css .btn-primary.disabled,
.care-togo-css .btn-primary.disabled.active,
.care-togo-css .btn-primary.disabled:active,
.care-togo-css .btn-primary.disabled:focus,
.care-togo-css .btn-primary.disabled:hover,
.care-togo-css .btn-primary[disabled],
.care-togo-css .btn-primary[disabled].active,
.care-togo-css .btn-primary[disabled]:active,
.care-togo-css .btn-primary[disabled]:focus,
.care-togo-css .btn-primary[disabled]:hover,
.care-togo-css .btn-secondary.disabled,
.care-togo-css .btn-secondary.disabled.active,
.care-togo-css .btn-secondary.disabled:active,
.care-togo-css .btn-secondary.disabled:focus,
.care-togo-css .btn-secondary.disabled:hover,
.care-togo-css .btn-secondary[disabled],
.care-togo-css .btn-secondary[disabled].active,
.care-togo-css .btn-secondary[disabled]:active,
.care-togo-css .btn-secondary[disabled]:focus,
.care-togo-css .btn-secondary[disabled]:hover,
.care-togo-css .btn-tertiary.disabled,
.care-togo-css .btn-tertiary.disabled.active,
.care-togo-css .btn-tertiary.disabled:active,
.care-togo-css .btn-tertiary.disabled:focus,
.care-togo-css .btn-tertiary.disabled:hover,
.care-togo-css .btn-tertiary[disabled],
.care-togo-css .btn-tertiary[disabled].active,
.care-togo-css .btn-tertiary[disabled]:active,
.care-togo-css .btn-tertiary[disabled]:focus,
.care-togo-css .btn-tertiary[disabled]:hover {
    background-color: #c4c9cd;
    border-color: #c4c9cd;
    color: #6a778a
}

.care-togo-css .btn-success {
    color: #fff;
    background-color: #69c896;
    border-color: #69c896
}

.care-togo-css .btn-success:active {
    background-image: none
}

.care-togo-css .btn-success:active,
.care-togo-css .btn-success:focus,
.care-togo-css .btn-success:hover {
    color: #fff;
    background-color: #4bbd81;
    border-color: #4bbd81
}

.care-togo-css .btn-success .badge {
    color: #69c896;
    background-color: #fff
}

.care-togo-css .btn-success.active {
    background-image: none
}

.care-togo-css .btn-success.active,
.care-togo-css .btn-success.disabled,
.care-togo-css .btn-success.disabled.active,
.care-togo-css .btn-success.disabled:active,
.care-togo-css .btn-success.disabled:focus,
.care-togo-css .btn-success.disabled:hover,
.care-togo-css .btn-success[disabled],
.care-togo-css .btn-success[disabled].active,
.care-togo-css .btn-success[disabled]:active,
.care-togo-css .btn-success[disabled]:focus,
.care-togo-css .btn-success[disabled]:hover {
    color: #fff;
    background-color: #4bbd81;
    border-color: #4bbd81
}

.care-togo-css .btn-info.disabled,
.care-togo-css .btn-info.disabled.active,
.care-togo-css .btn-info.disabled:active,
.care-togo-css .btn-info.disabled:focus,
.care-togo-css .btn-info.disabled:hover,
.care-togo-css .btn-info[disabled],
.care-togo-css .btn-info[disabled].active,
.care-togo-css .btn-info[disabled]:active,
.care-togo-css .btn-info[disabled]:focus,
.care-togo-css .btn-info[disabled]:hover {
    background-color: #51abe1;
    border-color: #51abe1;
    color: #fff
}

.care-togo-css .btn-warning.disabled,
.care-togo-css .btn-warning.disabled.active,
.care-togo-css .btn-warning.disabled:active,
.care-togo-css .btn-warning.disabled:focus,
.care-togo-css .btn-warning.disabled:hover,
.care-togo-css .btn-warning[disabled],
.care-togo-css .btn-warning[disabled].active,
.care-togo-css .btn-warning[disabled]:active,
.care-togo-css .btn-warning[disabled]:focus,
.care-togo-css .btn-warning[disabled]:hover {
    background-color: #ed9723;
    border-color: #ed9723;
    color: #fff
}

.care-togo-css .btn-danger.disabled,
.care-togo-css .btn-danger.disabled.active,
.care-togo-css .btn-danger.disabled:active,
.care-togo-css .btn-danger.disabled:focus,
.care-togo-css .btn-danger.disabled:hover,
.care-togo-css .btn-danger[disabled],
.care-togo-css .btn-danger[disabled].active,
.care-togo-css .btn-danger[disabled]:active,
.care-togo-css .btn-danger[disabled]:focus,
.care-togo-css .btn-danger[disabled]:hover {
    background-color: #f43f2e;
    border-color: #f43f2e;
    color: #fff
}

.care-togo-css .btn-g2m.disabled,
.care-togo-css .btn-g2m.disabled.active,
.care-togo-css .btn-g2m.disabled:active,
.care-togo-css .btn-g2m.disabled:focus,
.care-togo-css .btn-g2m.disabled:hover,
.care-togo-css .btn-g2m[disabled],
.care-togo-css .btn-g2m[disabled].active,
.care-togo-css .btn-g2m[disabled]:active,
.care-togo-css .btn-g2m[disabled]:focus,
.care-togo-css .btn-g2m[disabled]:hover,
.care-togo-css .btn-g2t.disabled,
.care-togo-css .btn-g2t.disabled.active,
.care-togo-css .btn-g2t.disabled:active,
.care-togo-css .btn-g2t.disabled:focus,
.care-togo-css .btn-g2t.disabled:hover,
.care-togo-css .btn-g2t[disabled],
.care-togo-css .btn-g2t[disabled].active,
.care-togo-css .btn-g2t[disabled]:active,
.care-togo-css .btn-g2t[disabled]:focus,
.care-togo-css .btn-g2t[disabled]:hover,
.care-togo-css .btn-g2w.disabled,
.care-togo-css .btn-g2w.disabled.active,
.care-togo-css .btn-g2w.disabled:active,
.care-togo-css .btn-g2w.disabled:focus,
.care-togo-css .btn-g2w.disabled:hover,
.care-togo-css .btn-g2w[disabled],
.care-togo-css .btn-g2w[disabled].active,
.care-togo-css .btn-g2w[disabled]:active,
.care-togo-css .btn-g2w[disabled]:focus,
.care-togo-css .btn-g2w[disabled]:hover,
.care-togo-css .btn-openvoice.disabled,
.care-togo-css .btn-openvoice.disabled.active,
.care-togo-css .btn-openvoice.disabled:active,
.care-togo-css .btn-openvoice.disabled:focus,
.care-togo-css .btn-openvoice.disabled:hover,
.care-togo-css .btn-openvoice[disabled],
.care-togo-css .btn-openvoice[disabled].active,
.care-togo-css .btn-openvoice[disabled]:active,
.care-togo-css .btn-openvoice[disabled]:focus,
.care-togo-css .btn-openvoice[disabled]:hover {
    background-color: #c4c9cd;
    border-color: #c4c9cd;
    color: #6a778a
}

.care-togo-css .btn-link[disabled] {
    background-color: transparent;
    box-shadow: none
}

.care-togo-css .btn-link[disabled]:focus,
.care-togo-css .btn-link[disabled]:hover {
    color: #878787;
    text-decoration: none
}

.care-togo-css .btn-link-inverse {
    color: #65c5ff
}

.care-togo-css .btn-link-inverse:focus,
.care-togo-css .btn-link-inverse:hover {
    color: #19a8ff
}

.care-togo-css .btn-link-inverse[disabled]:focus,
.care-togo-css .btn-link-inverse[disabled]:hover {
    color: #878787
}

.care-togo-css .btn-group-lg>.btn {
    padding: 7.5px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 3px
}

.care-togo-css .btn-group-lg>.btn .caret {
    border-width: 5px 5px 0
}

.care-togo-css .btn-lg {
    padding: 7.5px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 3px
}

.care-togo-css .btn-lg .caret {
    border-width: 5px 5px 0
}

.care-togo-css .btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px
}

.care-togo-css .btn-group-sm>.navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px
}

.care-togo-css .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px
}

.care-togo-css .btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px
}

.care-togo-css .btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px
}

.care-togo-css .btn-group-xs>.navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px
}

.care-togo-css .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px
}

.care-togo-css .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.btn-block.care-togo-css+.btn-block {
    margin-top: 5px
}

.care-togo-css .btn-pill {
    border-radius: 50px
}

.care-togo-css .btn-pill:active:focus,
.care-togo-css .btn-pill:focus {
    outline: 0
}

.care-togo-css .fade {
    opacity: 0;
    transition: opacity .15s linear
}

.care-togo-css .fade.in {
    opacity: 1
}

.care-togo-css .collapse {
    display: none
}

.care-togo-css .collapse.in {
    display: block
}

.care-togo-css .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.care-togo-css .dropdown {
    position: relative;
    letter-spacing: 0
}

.care-togo-css .dropdown button {
    letter-spacing: 0
}

.care-togo-css .dropdown ul.dropdown-menu.nav-dropdown-menu {
    padding: 0 25px;
    background-color: #485162;
    border: none
}

.care-togo-css .dropdown ul.dropdown-menu.nav-dropdown-menu li>a {
    display: inline-block;
    margin: 18px 0;
    padding: 0;
    width: 242px;
    max-width: 242px;
    background-color: #485162;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: #daddd6
}

.care-togo-css .dropdown ul.dropdown-menu.nav-dropdown-menu li>a i {
    margin-right: 5px
}

.care-togo-css .dropdown ul.dropdown-menu.nav-dropdown-menu li>a.selected,
.care-togo-css .dropdown ul.dropdown-menu.nav-dropdown-menu li>a:focus,
.care-togo-css .dropdown ul.dropdown-menu.nav-dropdown-menu li>a:hover {
    color: #fff;
    background-color: #485162
}

.care-togo-css .dropdown .dropdown-menu {
    transition: max-height .2s cubic-bezier(.38, .74, .25, .96);
    max-height: 0;
    display: block;
    overflow: hidden
}

.care-togo-css .dropdown .dropdown-menu.no-transition {
    transition: none
}

.care-togo-css .dropdown .dropdown-menu.nav-dropdown-menu li:first-child {
    margin-top: 10px
}

.care-togo-css .dropdown .dropdown-menu.nav-dropdown-menu li:last-child {
    margin-bottom: 20px
}

.care-togo-css .dropdown-toggle:focus {
    outline: 0
}

.care-togo-css .dropdown-menu-right,
.care-togo-css .dropdown-menu.pull-right {
    left: auto;
    right: 0
}

.care-togo-css .dropdown-menu-left {
    left: 0;
    right: auto
}

.care-togo-css .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #878787
}

.care-togo-css .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.care-togo-css .pull-right {
    float: right!important
}

.care-togo-css .pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.care-togo-css .dropup .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.care-togo-css .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

.care-togo-css .dropup .btn-group-lg>.btn .caret,
.care-togo-css .dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.care-togo-css .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.care-togo-css .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.care-togo-css .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

.care-togo-css .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.care-togo-css .dropdown.open .dropdown-menu {
    transition: max-height .2s cubic-bezier(1, .01, .96, .62);
    max-height: 1000px
}

.care-togo-css .dropdown.open .dropdown-menu.no-transition {
    transition: none
}

.care-togo-css .input-group-btn {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.care-togo-css .input-group-btn>.btn {
    position: relative
}

.care-togo-css .input-group-btn>.btn:active,
.care-togo-css .input-group-btn>.btn:focus,
.care-togo-css .input-group-btn>.btn:hover {
    z-index: 2
}

.care-togo-css .input-group-btn:last-child>.btn {
    margin-left: -1px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.care-togo-css .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.care-togo-css .input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

.care-togo-css .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.care-togo-css .input-group-btn:last-child>.btn-group>.btn,
.care-togo-css .input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

>.btn.care-togo-css .input-group-btn+.btn {
    margin-left: -1px
}

.care-togo-css .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.care-togo-css .input-group-btn:first-child>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px
}

.care-togo-css .input-group-btn:first-child>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.care-togo-css .input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.care-togo-css .input-group-btn:first-child>.btn-group>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.care-togo-css .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.care-togo-css .input-group-btn:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.care-togo-css .btn-group.open .dropdown-toggle {
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.care-togo-css .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

>.btn.care-togo-css .btn-group-lg.btn-group+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.care-togo-css .input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.care-togo-css .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table-cell
}

.care-togo-css .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.care-togo-css .input-group .form-control:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.care-togo-css .input-group .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.care-togo-css .input-group-addon {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px
}

.care-togo-css .input-group-addon:not(:first-child):not(:last-child) {
    border-radius: 0
}

.care-togo-css .input-group-addon input[type=checkbox],
.care-togo-css .input-group-addon input[type=radio] {
    margin-top: 0
}

.care-togo-css .input-group-addon:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0
}

.care-togo-css .input-group-addon:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0
}

.care-togo-css .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.care-togo-css .btn-group-justified>.btn,
.care-togo-css .btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.care-togo-css .btn-group-justified>.btn-group .btn {
    width: 100%
}

.care-togo-css [data-toggle=buttons]>.btn>input[type=checkbox],
.care-togo-css [data-toggle=buttons]>.btn>input[type=radio] {
    display: none
}

.care-togo-css .input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.care-togo-css .nav-pills>li {
    float: left
}

.care-togo-css .nav-pills>li>a {
    border-radius: 2px
}

.care-togo-css .nav-pills>li>a>.badge {
    margin-left: 3px
}

>li.care-togo-css .nav-pills+li {
    margin-left: 2px
}

.care-togo-css .nav-pills>li.active>a,
.care-togo-css .nav-pills>li.active>a:focus,
.care-togo-css .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #309ddc
}

.care-togo-css .nav-pills>.active>a>.badge {
    color: #309ddc;
    background-color: #fff
}

.care-togo-css .nav-tabs-minimal {
    padding: 0
}

.care-togo-css .nav-tabs-minimal>li {
    float: left
}

.care-togo-css .nav-tabs-minimal>li>a {
    background-color: transparent;
    margin-right: 4px;
    color: #65c5ff;
    border-bottom: 2px solid #f3f3f3
}

.care-togo-css .nav-tabs-minimal>li>a:hover {
    background-color: transparent;
    color: #6a778e;
    border-bottom: 2px solid #65c5ff
}

.care-togo-css .nav-tabs-minimal>li.active {
    background: #fff
}

.care-togo-css .nav-tabs-minimal>li.active>a,
.care-togo-css .nav-tabs-minimal>li.active>a:hover {
    color: #6a778e;
    border-bottom: 2px solid #65c5ff
}

.care-togo-css .nav-tabs-minimal>li.disabled>a {
    background-color: transparent
}

.care-togo-css .nav-tabs-minimal>li.disabled>a:hover {
    background-color: transparent;
    color: #b6b6b6;
    border-bottom: 2px solid #b6b6b6
}

.care-togo-css .nav-tabs>li {
    float: left
}

.care-togo-css .nav-tabs>li>a {
    color: #888;
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    background-color: #ddd;
    border-radius: 2px 2px 0 0
}

.care-togo-css .nav-tabs>li>a:hover {
    color: #888;
    border-color: #eee #eee #ddd;
    background-color: #c4c3c3
}

.care-togo-css .nav-tabs>li.active>a,
.care-togo-css .nav-tabs>li.active>a:focus,
.care-togo-css .nav-tabs>li.active>a:hover {
    background-color: #fff;
    border-bottom-color: transparent;
    cursor: default
}

.care-togo-css .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.care-togo-css .input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 1px
}

.care-togo-css .input-group-addon.input-lg {
    padding: 7.5px 16px;
    font-size: 18px;
    border-radius: 3px
}

.care-togo-css ul.tabs {
    padding: 0
}

.care-togo-css ul.tabs li {
    border-bottom: 2px solid #f3f3f3;
    color: #319edd;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 25px;
    padding: 10px 0;
    text-align: center;
    width: 24%
}

.care-togo-css ul.tabs li.selected,
.care-togo-css ul.tabs li:hover {
    border-bottom: 2px solid #319edd;
    background: #fff;
    color: #6a778e
}

.care-togo-css ul.tabs li.selected {
    cursor: auto
}

.care-togo-css .nav-justified {
    width: 100%
}

.care-togo-css .nav-justified>li {
    float: none
}

.care-togo-css .nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.care-togo-css .nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

.care-togo-css .nav-stacked>li {
    float: none
}

>li.care-togo-css .nav-stacked+li {
    margin-top: 2px;
    margin-left: 0
}

.care-togo-css .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.care-togo-css .nav-tabs.nav-justified>li {
    float: none
}

.care-togo-css .nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
    border-radius: 2px
}

.care-togo-css .nav-tabs.nav-justified>.active>a,
.care-togo-css .nav-tabs.nav-justified>.active>a:focus,
.care-togo-css .nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

.care-togo-css .nav-tabs-justified {
    border-bottom: 0
}

.care-togo-css .nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 2px
}

.care-togo-css .nav-tabs-justified>.active>a,
.care-togo-css .nav-tabs-justified>.active>a:focus,
.care-togo-css .nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

.care-togo-css .tab-content>.tab-pane {
    display: none
}

.care-togo-css .tab-content>.active {
    display: block
}

.care-togo-css .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.care-togo-css .navbar:after {
    content: " ";
    display: table;
    clear: both
}

.care-togo-css .navbar:before {
    content: " ";
    display: table
}

.care-togo-css .navbar .container-fluid .navbar-right .dropdown {
    margin-right: -15px
}

.care-togo-css .navbar-collapse.in {
    overflow-y: auto
}

.care-togo-css .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

.care-togo-css .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    border-width: 0 0 1px
}

.care-togo-css .navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.care-togo-css .navbar-brand:focus,
.care-togo-css .navbar-brand:hover {
    text-decoration: none
}

.care-togo-css .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px
}

.care-togo-css .navbar-toggle:focus {
    outline: 0
}

.care-togo-css .navbar-toggle .togo-icon-hamburger {
    font-size: 30px;
    vertical-align: middle
}

.care-togo-css .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.icon-bar.care-togo-css .navbar-toggle+.icon-bar {
    margin-top: 4px
}

.care-togo-css .navbar-nav {
    margin: 7.5px -15px
}

.care-togo-css .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

.care-togo-css .navbar-nav>li>.dropdown-menu {
    margin-top: 1px;
    margin-right: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.care-togo-css .navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
    margin: 10px -15px
}

.care-togo-css .navbar-btn,
.care-togo-css .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.care-togo-css .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.care-togo-css .navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

.care-togo-css .navbar-default {
    background-color: #485162;
    border-color: #323945
}

.care-togo-css .navbar-default .navbar-brand {
    color: #daddd6
}

.care-togo-css .navbar-default .navbar-brand:focus,
.care-togo-css .navbar-default .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.care-togo-css .navbar-default .navbar-text {
    color: #9096a1
}

.care-togo-css .navbar-default .navbar-nav>li>a {
    color: #daddd6;
    cursor: pointer
}

.care-togo-css .navbar-default .navbar-nav>li>a.dropdown-toggle,
.care-togo-css .navbar-default .navbar-nav>li>a:focus,
.care-togo-css .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.care-togo-css .navbar-default .navbar-nav>.active>a,
.care-togo-css .navbar-default .navbar-nav>.active>a:focus,
.care-togo-css .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #323945
}

.care-togo-css .navbar-default .navbar-nav>.disabled>a,
.care-togo-css .navbar-default .navbar-nav>.disabled>a:focus,
.care-togo-css .navbar-default .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.care-togo-css .navbar-default .navbar-nav>.open>a.dropdown-toggle,
.care-togo-css .navbar-default .navbar-nav>.open>a.dropdown-toggle:focus,
.care-togo-css .navbar-default .navbar-nav>.open>a.dropdown-toggle:hover {
    background-color: transparent
}

.care-togo-css .navbar-default .navbar-nav>.open>a,
.care-togo-css .navbar-default .navbar-nav>.open>a:focus,
.care-togo-css .navbar-default .navbar-nav>.open>a:hover {
    background-color: #323945;
    color: #fff
}

.care-togo-css .navbar-default .navbar-toggle {
    border-color: transparent
}

.care-togo-css .navbar-default .navbar-toggle:focus,
.care-togo-css .navbar-default .navbar-toggle:hover {
    background-color: transparent
}

.care-togo-css .navbar-default .navbar-toggle .togo-icon-hamburger {
    color: #fff
}

.care-togo-css .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.care-togo-css .navbar-default .navbar-collapse,
.care-togo-css .navbar-default .navbar-form {
    border-color: #323945
}

.care-togo-css .navbar-default .navbar-link {
    color: #daddd6
}

.care-togo-css .navbar-default .navbar-link:hover {
    color: #fff
}

.care-togo-css .navbar-inverse {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.care-togo-css .navbar-inverse .navbar-brand {
    color: #777
}

.care-togo-css .navbar-inverse .navbar-brand:focus,
.care-togo-css .navbar-inverse .navbar-brand:hover {
    color: #5e5d5d;
    background-color: transparent
}

.care-togo-css .navbar-inverse .navbar-nav>li>a {
    color: #777
}

.care-togo-css .navbar-inverse .navbar-nav>li>a:focus,
.care-togo-css .navbar-inverse .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.care-togo-css .navbar-inverse .navbar-nav>.active>a,
.care-togo-css .navbar-inverse .navbar-nav>.active>a:focus,
.care-togo-css .navbar-inverse .navbar-nav>.active>a:hover {
    color: #555
}

.care-togo-css .navbar-inverse .navbar-nav>.disabled>a,
.care-togo-css .navbar-inverse .navbar-nav>.disabled>a:focus,
.care-togo-css .navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.care-togo-css .navbar-inverse .navbar-nav>.open>a,
.care-togo-css .navbar-inverse .navbar-nav>.open>a:focus,
.care-togo-css .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555
}

.care-togo-css .navbar-inverse .navbar-text {
    color: #777
}

.care-togo-css .navbar-inverse .navbar-toggle {
    border-color: transparent
}

.care-togo-css .navbar-inverse .navbar-toggle:focus,
.care-togo-css .navbar-inverse .navbar-toggle:hover {
    background-color: transparent
}

.care-togo-css .navbar-inverse .navbar-toggle .togo-icon-hamburger {
    color: #888
}

.care-togo-css .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #888
}

.care-togo-css .navbar-inverse .navbar-collapse,
.care-togo-css .navbar-inverse .navbar-form {
    border-color: #e6e6e6
}

.care-togo-css .navbar-inverse .navbar-link {
    color: #777
}

.care-togo-css .navbar-inverse .navbar-link:hover {
    color: #333
}

.care-togo-css .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 2px
}

.care-togo-css .breadcrumb>li {
    display: inline-block
}

>li.care-togo-css .breadcrumb+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}

.care-togo-css .breadcrumb>.active {
    color: #878787
}

.care-togo-css .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 2px
}

.care-togo-css .pagination>li {
    display: inline
}

.care-togo-css .pagination>li>a {
    position: relative;
    float: left;
    padding: 4px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #309ddc;
    background-color: inherit
}

.care-togo-css .pagination>li>a:focus,
.care-togo-css .pagination>li>a:hover {
    color: #1c72a4
}

.care-togo-css .pagination>li>span {
    position: relative;
    float: left;
    padding: 4px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #309ddc;
    background-color: inherit
}

.care-togo-css .pagination>li>span:focus,
.care-togo-css .pagination>li>span:hover {
    color: #1c72a4
}

.care-togo-css .pagination>.active>a,
.care-togo-css .pagination>.active>a:focus,
.care-togo-css .pagination>.active>a:hover,
.care-togo-css .pagination>.active>span,
.care-togo-css .pagination>.active>span:focus,
.care-togo-css .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #309ddc;
    cursor: default
}

.care-togo-css .pagination>.disabled>a,
.care-togo-css .pagination>.disabled>a:focus,
.care-togo-css .pagination>.disabled>a:hover,
.care-togo-css .pagination>.disabled>span,
.care-togo-css .pagination>.disabled>span:focus,
.care-togo-css .pagination>.disabled>span:hover {
    color: #878787;
    cursor: not-allowed
}

.care-togo-css .alert {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid transparent
}

.care-togo-css .alert .alert-link {
    font-family: lato-bold, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400
}

.care-togo-css .alert h4 {
    margin-top: 0;
    color: inherit;
    font-size: 23px;
    margin-bottom: 6px
}

.care-togo-css .alert>p,
.care-togo-css .alert>ul {
    margin-bottom: 0
}

>p.care-togo-css .alert+p {
    margin-top: 5px
}

.care-togo-css .alert .btn-link {
    color: #1d528c
}

.care-togo-css .label {
    font-family: lato-bold, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 400;
    color: #fff;
    border-radius: 2px
}

.care-togo-css .label:empty {
    display: none
}

.care-togo-css .badge {
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #309ddc;
    border-radius: 10px
}

.care-togo-css .badge:empty {
    display: none
}

.care-togo-css .pagination-lg>li>a,
.care-togo-css .pagination-lg>li>span {
    padding: 7.5px 16px;
    font-size: 18px
}

.care-togo-css .pagination-sm>li>a,
.care-togo-css .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.care-togo-css .label[href]:focus,
.care-togo-css .label[href]:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.care-togo-css .label-default {
    background-color: #878787
}

.care-togo-css .label-default[href]:focus,
.care-togo-css .label-default[href]:hover {
    background-color: #6e6d6d
}

.care-togo-css .label-action-1,
.care-togo-css .label-primary {
    background-color: #309ddc
}

.care-togo-css .label-action-1[href]:focus,
.care-togo-css .label-action-1[href]:hover,
.care-togo-css .label-primary[href]:focus,
.care-togo-css .label-primary[href]:hover {
    background-color: #1f81ba
}

.care-togo-css .label-action-2,
.care-togo-css .label-secondary {
    background-color: #309ddc
}

.care-togo-css .label-action-2[href]:focus,
.care-togo-css .label-action-2[href]:hover,
.care-togo-css .label-secondary[href]:focus,
.care-togo-css .label-secondary[href]:hover {
    background-color: #1f81ba
}

.care-togo-css .label-success {
    background-color: #69c896
}

.care-togo-css .label-success[href]:focus,
.care-togo-css .label-success[href]:hover {
    background-color: #44ba7c
}

.care-togo-css .label-info {
    background-color: #74bce7
}

.care-togo-css .label-info[href]:focus,
.care-togo-css .label-info[href]:hover {
    background-color: #49a7df
}

.care-togo-css .label-warning {
    background-color: #f0a949
}

.care-togo-css .label-warning[href]:focus,
.care-togo-css .label-warning[href]:hover {
    background-color: #ec931a
}

.care-togo-css .label-danger {
    background-color: #f66355
}

.care-togo-css .label-danger[href]:focus,
.care-togo-css .label-danger[href]:hover {
    background-color: #f33725
}

.care-togo-css .list-group-item {
    display: block;
    position: relative;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.care-togo-css .list-group-item>.badge {
    float: right
}

.care-togo-css .list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.care-togo-css .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

>.badge.care-togo-css .list-group-item+.badge {
    margin-right: 5px
}

.care-togo-css .media-object {
    display: block
}

.care-togo-css .thumbnail {
    display: block;
    margin-bottom: 20px;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    border-radius: 2px;
    transition: all .2s ease-in-out
}

.care-togo-css .thumbnail>img,
.care-togo-css .thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.care-togo-css .thumbnail .caption {
    padding: 9px;
    color: #878787
}

.care-togo-css .badge.brand-1 {
    background-color: #fd7a2a
}

.care-togo-css .badge.brand-dark {
    background-color: #4a5368
}

.care-togo-css .badge.brand-light {
    background-color: #efefef;
    color: #4a5368
}

.care-togo-css a.badge:focus,
.care-togo-css a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.care-togo-css a.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #309ddc;
    border-color: #309ddc
}

.care-togo-css a.list-group-item.active>.badge {
    color: #309ddc;
    background-color: #fff
}

.care-togo-css a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #309ddc;
    border-color: #309ddc
}

.care-togo-css a.list-group-item.active:focus .list-group-item-heading {
    color: inherit
}

.care-togo-css a.list-group-item.active:focus .list-group-item-text {
    color: #def0fa
}

.care-togo-css a.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #309ddc;
    border-color: #309ddc
}

.care-togo-css a.list-group-item.active:hover .list-group-item-heading {
    color: inherit
}

.care-togo-css a.list-group-item.active:hover .list-group-item-text {
    color: #def0fa
}

.care-togo-css a.list-group-item.active .list-group-item-heading {
    color: inherit
}

.care-togo-css a.list-group-item.active .list-group-item-text {
    color: #def0fa
}

.care-togo-css .jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: #465163;
    background-color: #eaecec
}

.care-togo-css .jumbotron .h1,
.care-togo-css .jumbotron h1 {
    color: inherit
}

.care-togo-css .jumbotron p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 200
}

.care-togo-css .jumbotron .container {
    max-width: 100%
}

.care-togo-css a.thumbnail.active,
.care-togo-css a.thumbnail:focus,
.care-togo-css a.thumbnail:hover {
    border-color: #309ddc
}

.care-togo-css .alert-dismissable {
    padding-right: 40px
}

.care-togo-css .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.care-togo-css .alert-success {
    background-color: #69c896;
    border-color: #69c896;
    color: #fff
}

.care-togo-css .alert-success hr {
    border-top-color: #56c189
}

.care-togo-css .alert-success .alert-link {
    color: #1d528c
}

.care-togo-css .alert-success .fa,
.care-togo-css .alert-success .togo-icon {
    color: #009a6c
}

.care-togo-css .alert-success .close {
    opacity: .7
}

.care-togo-css .alert-success .close:hover {
    opacity: 1
}

.care-togo-css .alert-success .close .fa,
.care-togo-css .alert-success .close .togo-icon {
    color: #fff
}

.care-togo-css .alert-info {
    background-color: #74bce7;
    border-color: #74bce7;
    color: #fff
}

.care-togo-css .alert-info hr {
    border-top-color: #5eb2e3
}

.care-togo-css .alert-info .alert-link {
    color: #1d528c
}

.care-togo-css .alert-info .fa,
.care-togo-css .alert-info .togo-icon {
    color: #1571a6
}

.care-togo-css .alert-info .close {
    opacity: .7
}

.care-togo-css .alert-info .close:hover {
    opacity: 1
}

.care-togo-css .alert-info .close .fa,
.care-togo-css .alert-info .close .togo-icon {
    color: #fff
}

.care-togo-css .alert-warning {
    background-color: #f0a949;
    border-color: #f0a949;
    color: #fff
}

.care-togo-css .alert-warning hr {
    border-top-color: #ee9e31
}

.care-togo-css .alert-warning .alert-link {
    color: #1d528c
}

.care-togo-css .alert-warning .fa,
.care-togo-css .alert-warning .togo-icon {
    color: #e65614
}

.care-togo-css .alert-warning .close {
    opacity: .7
}

.care-togo-css .alert-warning .close:hover {
    opacity: 1
}

.care-togo-css .alert-warning .close .fa,
.care-togo-css .alert-warning .close .togo-icon {
    color: #fff
}

.care-togo-css .alert-danger {
    background-color: #f66355;
    border-color: #f66355;
    color: #fff
}

.care-togo-css .alert-danger hr {
    border-top-color: #f54d3d
}

.care-togo-css .alert-danger .alert-link {
    color: #1d528c
}

.care-togo-css .alert-danger .fa,
.care-togo-css .alert-danger .togo-icon {
    color: #cc2a0b
}

.care-togo-css .alert-danger .close {
    opacity: .7
}

.care-togo-css .alert-danger .close:hover {
    opacity: 1
}

.care-togo-css .alert-danger .close .fa,
.care-togo-css .alert-danger .close .togo-icon {
    color: #fff
}

.care-togo-css .alert-banner {
    padding-left: 50px
}

.care-togo-css .alert-banner i {
    font-size: 23px;
    margin-left: -30px
}

.care-togo-css .alert-banner .close i {
    margin-left: inherit
}

.care-togo-css .nebula {
    z-index: -10;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.care-togo-css .nebula .background-image {
    z-index: -1;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    position: fixed
}

.care-togo-css .nebula .layer {
    width: inherit;
    position: inherit;
    height: inherit
}

.care-togo-css .nebula .background-color {
    background-image: url(data:image/png;base64,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);
    no-repeat: center center;
    z-index: -19;
    background-size: cover
}

.care-togo-css .nebula .gradient-8 {
    background-image: radial-gradient(circle at 50% 50%, hsla(0, 0%, 100%, .68) 0, hsla(0, 0%, 100%, 0) 60%, hsla(0, 0%, 100%, 0) 61%);
    background-size: cover;
    z-index: -11
}

.care-togo-css .nebula .gradient-7 {
    background-image: url(data:image/png;base64,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);
    no-repeat: center center;
    opacity: .1;
    z-index: -12;
    background-size: cover
}

.care-togo-css .nebula .gradient-6 {
    background-image: linear-gradient(238deg, rgba(106, 119, 141, .75), rgba(106, 119, 141, .03) 40%, rgba(106, 119, 141, 0) 43%);
    z-index: -13
}

.care-togo-css .nebula .gradient-5 {
    background-image: radial-gradient(circle at 100% 97%, #fff 0, hsla(0, 0%, 100%, 0) 24%);
    background-size: cover;
    z-index: -14
}

.care-togo-css .nebula .gradient-4 {
    background-image: radial-gradient(circle at 50% 50%, rgba(106, 119, 141, .28) 0, transparent 100%);
    background-size: cover;
    z-index: -15
}

.care-togo-css .nebula .gradient-3 {
    background-image: linear-gradient(238deg, rgba(106, 119, 141, .67), rgba(136, 147, 164, .25) 11%, rgba(106, 119, 141, 0) 25%);
    z-index: -16
}

.care-togo-css .nebula .gradient-2 {
    background-image: linear-gradient(19deg, rgba(136, 147, 164, .8), rgba(106, 119, 141, .3) 6%, rgba(106, 119, 141, 0) 16%);
    z-index: -17
}

.care-togo-css .nebula .gradient-1 {
    background-image: linear-gradient(41deg, rgba(136, 147, 164, .8), rgba(136, 147, 164, .52), rgba(106, 119, 141, 0) 35%);
    z-index: -18
}

.care-togo-css .nebula.nebula-g2m .gradient-5 {
    background-image: linear-gradient(31deg, rgba(255, 127, 0, .45), rgba(255, 127, 0, .25) 9%, rgba(255, 127, 0, .05) 20%, hsla(0, 0%, 100%, .01) 25%);
    z-index: -13
}

.care-togo-css .nebula.nebula-g2m .gradient-4 {
    background-image: radial-gradient(circle at 89% 89%, #ff9600 0, rgba(255, 150, 0, .99) 3%, rgba(255, 104, 30, .16) 46%, rgba(255, 104, 30, .01) 61%, rgba(255, 104, 30, 0) 100%);
    background-size: cover;
    z-index: -14
}

.care-togo-css .nebula.nebula-g2m .gradient-3 {
    background-image: linear-gradient(133deg, rgba(122, 146, 171, .25), hsla(0, 0%, 100%, 0));
    z-index: -15
}

.care-togo-css .nebula.nebula-g2m .gradient-2 {
    background-image: linear-gradient(209deg, rgba(126, 158, 199, .9), rgba(158, 191, 225, .74) 18%, rgba(151, 203, 255, .13) 60%, rgba(255, 127, 0, .05) 70%, rgba(255, 127, 0, 0) 75%);
    z-index: -16
}

.care-togo-css .nebula.nebula-g2m .gradient-1 {
    background-image: url(data:image/png;base64,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);
    no-repeat: center center;
    background-size: cover;
    z-index: -17
}

.care-togo-css .nebula.nebula-g2m .background-color {
    background-color: rgba(233, 104, 0, .75);
    z-index: -21
}

.care-togo-css .nebula.nebula-g2t .gradient-8 {
    background-image: url(data:image/png;base64,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);
    no-repeat: center center;
    background-size: cover;
    opacity: .41;
    z-index: -11
}

.care-togo-css .nebula.nebula-g2t .gradient-7 {
    background-image: radial-gradient(circle at 76% 52%, #ff26ff 0, rgba(255, 38, 255, .99) 1%, rgba(255, 0, 124, .17) 16%, rgba(255, 0, 124, .03) 22%, rgba(255, 0, 124, 0) 23%);
    background-size: cover;
    z-index: -12
}

.care-togo-css .nebula.nebula-g2t .gradient-6 {
    background-image: radial-gradient(circle at 74% 56%, #ff73ff -3%, rgba(255, 115, 255, .99) 1%, rgba(255, 0, 125, .23) 42%, rgba(255, 0, 125, .03) 52%, rgba(255, 0, 125, 0) 58%);
    background-size: cover;
    z-index: -13
}

.care-togo-css .nebula.nebula-g2t .gradient-5 {
    background-image: radial-gradient(circle at 37% 52%, #ff73ff -3%, rgba(255, 115, 255, .99) 1%, rgba(255, 0, 125, .23) 42%, rgba(255, 0, 125, .03) 52%, rgba(255, 0, 125, 0) 58%);
    background-size: cover;
    z-index: -14
}

.care-togo-css .nebula.nebula-g2t .gradient-4 {
    background-image: radial-gradient(circle at 37% 52%, #ff7ead 0, rgba(255, 126, 173, .99) 1%, rgba(255, 0, 125, .23) 42%, rgba(255, 0, 125, .03) 52%, rgba(255, 0, 125, 0) 58%);
    background-size: cover;
    z-index: -15
}

.care-togo-css .nebula.nebula-g2t .gradient-3 {
    background-image: radial-gradient(circle at 37% 52%, #ff7ead -25%, rgba(255, 126, 173, .68) 3%, rgba(255, 0, 124, .44) 31%, rgba(255, 0, 125, 0) 55%);
    background-size: cover;
    z-index: -16
}

.care-togo-css .nebula.nebula-g2t .gradient-2 {
    background-image: linear-gradient(-67deg, #57465d, rgba(172, 46, 104, .67) 14%, rgba(255, 0, 123, .32) 28%, hsla(0, 0%, 100%, .09) 42%, hsla(0, 0%, 100%, 0) 54%);
    z-index: -17
}

.care-togo-css .nebula.nebula-g2t .gradient-1 {
    background-image: linear-gradient(153deg, #39404d, rgba(57, 64, 77, .95) 26%, rgba(170, 43, 101, .65) 52%, rgba(217, 50, 104, .19) 99%, hsla(0, 0%, 100%, 0));
    z-index: -18
}

.care-togo-css .nebula.nebula-g2t .background-color {
    background-color: #ff2e61;
    z-index: -19
}

.care-togo-css .nebula.nebula-g2w .gradient-8 {
    background-image: url(data:image/png;base64,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);
    no-repeat: center center;
    opacity: .04;
    z-index: -11;
    background-size: cover
}

.care-togo-css .nebula.nebula-g2w .gradient-7 {
    background-image: radial-gradient(circle at 49% 63%, rgba(211, 234, 255, .9) 0, rgba(0, 149, 228, 0) 75%);
    background-size: cover;
    z-index: -12
}

.care-togo-css .nebula.nebula-g2w .gradient-6 {
    background-image: radial-gradient(circle at 52% 63%, #78c4ff 0, rgba(0, 149, 228, 0) 70%, hsla(0, 0%, 100%, 0) 100%);
    background-size: cover;
    z-index: -13
}

.care-togo-css .nebula.nebula-g2w .gradient-5 {
    background-image: radial-gradient(circle at 80% 51%, #0097e1 -3%, rgba(203, 255, 148, .18) 36%, rgba(0, 149, 228, 0) 45%);
    background-size: cover;
    z-index: -14
}

.care-togo-css .nebula.nebula-g2w .gradient-4 {
    background-image: radial-gradient(circle at 21% 97%, #0097e1 -3%, rgba(0, 149, 228, 0) 33%);
    background-size: cover;
    z-index: -15
}

.care-togo-css .nebula.nebula-g2w .gradient-3 {
    background-image: url(data:image/png;base64,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);
    no-repeat: center center;
    opacity: .49;
    z-index: -16;
    background-size: cover
}

.care-togo-css .nebula.nebula-g2w .gradient-2 {
    background-image: linear-gradient(-38deg, #4a5365 -5%, rgba(153, 203, 255, .58) 23%, rgba(153, 203, 255, .55) 26%, hsla(0, 0%, 100%, 0) 58%);
    z-index: -17
}

.care-togo-css .nebula.nebula-g2w .gradient-1 {
    background-image: linear-gradient(155deg, #4a5366 14%, rgba(74, 83, 102, .3) 38%, rgba(74, 83, 102, .1) 51%, hsla(0, 0%, 100%, 0) 71%, hsla(0, 0%, 100%, 0));
    z-index: -18
}

.care-togo-css .nebula.nebula-g2w .background-color {
    background-color: #0097e1;
    z-index: -19
}

.care-togo-css .progress-bar-striped,
.care-togo-css .progress-striped .progress-bar {
    background-size: 40px 40px
}

.care-togo-css .progress-bar-striped,
.care-togo-css .progress-striped .progress-bar,
.care-togo-css .progress-striped .progress-bar-action-1,
.care-togo-css .progress-striped .progress-bar-action-2,
.care-togo-css .progress-striped .progress-bar-danger,
.care-togo-css .progress-striped .progress-bar-info,
.care-togo-css .progress-striped .progress-bar-success,
.care-togo-css .progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.care-togo-css .progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.care-togo-css .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #309ddc;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    transition: width .6s ease
}

.care-togo-css .close {
    float: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #555;
    text-shadow: 0 1px 0 #fff;
    opacity: .4;
    filter: alpha(opacity=40)
}

.care-togo-css .close:focus,
.care-togo-css .close:hover {
    color: #555;
    text-decoration: none;
    cursor: pointer;
    opacity: .8;
    filter: alpha(opacity=80)
}

.care-togo-css .progress-bar.active,
.care-togo-css .progress.active .progress-bar {
    animation: progress-bar-stripes 2s linear infinite
}

.care-togo-css .progress-bar-success {
    background-color: #69c896
}

.care-togo-css .progress-bar-action-1 {
    background-color: #309ddc
}

.care-togo-css .progress-bar-action-2 {
    background-color: #65c5ff
}

.care-togo-css .progress-bar-info {
    background-color: #74bce7
}

.care-togo-css .progress-bar-warning {
    background-color: #f0a949
}

.care-togo-css .progress-bar-danger {
    background-color: #f66355
}

.care-togo-css .media {
    overflow: hidden;
    zoom: 1;
    margin-top: 15px
}

.care-togo-css .media .media {
    margin-top: 15px
}

.care-togo-css .media:first-child {
    margin-top: 0
}

.care-togo-css .media>.pull-left {
    margin-right: 10px
}

.care-togo-css .media>.pull-right {
    margin-left: 10px
}

.care-togo-css .media-body {
    overflow: hidden;
    zoom: 1
}

.care-togo-css .media-heading {
    margin: 0 0 5px
}

.care-togo-css .media-list {
    padding-left: 0;
    list-style: none
}

.care-togo-css .list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.care-togo-css a.list-group-item {
    color: #555
}

.care-togo-css a.list-group-item .list-group-item-heading {
    color: #333
}

.care-togo-css a.list-group-item:focus,
.care-togo-css a.list-group-item:hover {
    text-decoration: none;
    background-color: #f5f5f5
}

.care-togo-css .list-group-item-success {
    color: #009a6c;
    background-color: #69c896
}

.care-togo-css a.list-group-item-success {
    color: #009a6c
}

.care-togo-css a.list-group-item-success .list-group-item-heading {
    color: inherit
}

.care-togo-css a.list-group-item-success:focus,
.care-togo-css a.list-group-item-success:hover {
    color: #009a6c;
    background-color: #56c189
}

.care-togo-css a.list-group-item-success.active,
.care-togo-css a.list-group-item-success.active:focus,
.care-togo-css a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #009a6c;
    border-color: #009a6c
}

.care-togo-css .list-group-item-info {
    color: #1571a6;
    background-color: #74bce7
}

.care-togo-css a.list-group-item-info {
    color: #1571a6
}

.care-togo-css a.list-group-item-info .list-group-item-heading {
    color: inherit
}

.care-togo-css a.list-group-item-info:focus,
.care-togo-css a.list-group-item-info:hover {
    color: #1571a6;
    background-color: #5eb2e3
}

.care-togo-css a.list-group-item-info.active,
.care-togo-css a.list-group-item-info.active:focus,
.care-togo-css a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #1571a6;
    border-color: #1571a6
}

.care-togo-css .list-group-item-warning {
    color: #e65614;
    background-color: #f0a949
}

.care-togo-css a.list-group-item-warning {
    color: #e65614
}

.care-togo-css a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

.care-togo-css a.list-group-item-warning:focus,
.care-togo-css a.list-group-item-warning:hover {
    color: #e65614;
    background-color: #ee9e31
}

.care-togo-css a.list-group-item-warning.active,
.care-togo-css a.list-group-item-warning.active:focus,
.care-togo-css a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #e65614;
    border-color: #e65614
}

.care-togo-css .list-group-item-danger {
    color: #cc2a0b;
    background-color: #f66355
}

.care-togo-css a.list-group-item-danger {
    color: #cc2a0b
}

.care-togo-css a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

.care-togo-css a.list-group-item-danger:focus,
.care-togo-css a.list-group-item-danger:hover {
    color: #cc2a0b;
    background-color: #f54d3d
}

.care-togo-css a.list-group-item-danger.active,
.care-togo-css a.list-group-item-danger.active:focus,
.care-togo-css a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #cc2a0b;
    border-color: #cc2a0b
}

.care-togo-css .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px
}

.care-togo-css .panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.care-togo-css .panel-title {
    color: inherit;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 16px
}

.care-togo-css .panel-title>a {
    color: inherit
}

.care-togo-css .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.care-togo-css .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.care-togo-css .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.care-togo-css .panel>.list-group {
    margin-bottom: 0
}

.care-togo-css .panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.care-togo-css .panel>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px
}

.care-togo-css .panel>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px
}

.care-togo-css .panel>.table {
    margin-bottom: 0
}

.care-togo-css .panel>.table:last-child {
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px
}

.care-togo-css .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child {
    border-bottom-left-radius: 1px
}

.care-togo-css .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child {
    border-bottom-right-radius: 1px
}

.care-togo-css .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 1px
}

.care-togo-css .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 1px
}

.care-togo-css .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child {
    border-bottom-left-radius: 1px
}

.care-togo-css .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child {
    border-bottom-right-radius: 1px
}

.care-togo-css .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 1px
}

.care-togo-css .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 1px
}

.care-togo-css .panel>.table:first-child {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px
}

.care-togo-css .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child {
    border-top-left-radius: 1px
}

.care-togo-css .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child {
    border-top-right-radius: 1px
}

.care-togo-css .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 1px
}

.care-togo-css .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 1px
}

.care-togo-css .panel>.table:first-child>thead:first-child>tr:first-child td:first-child {
    border-top-left-radius: 1px
}

.care-togo-css .panel>.table:first-child>thead:first-child>tr:first-child td:last-child {
    border-top-right-radius: 1px
}

.care-togo-css .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 1px
}

.care-togo-css .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 1px
}

.care-togo-css .panel>.table>tbody:first-child>tr:first-child td,
.care-togo-css .panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.care-togo-css .panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.care-togo-css .panel>.table-responsive>.table {
    margin-bottom: 0
}

.care-togo-css .panel>.table-responsive>.table-bordered {
    border: 0
}

.care-togo-css .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.care-togo-css .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.care-togo-css .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.care-togo-css .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th {
    border-bottom: 0
}

.care-togo-css .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child {
    border-left: 0
}

.care-togo-css .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child {
    border-right: 0
}

.care-togo-css .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child {
    border-left: 0
}

.care-togo-css .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child {
    border-right: 0
}

.care-togo-css .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.care-togo-css .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.care-togo-css .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.care-togo-css .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.care-togo-css .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child {
    border-left: 0
}

.care-togo-css .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child {
    border-right: 0
}

.care-togo-css .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.care-togo-css .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.care-togo-css .panel>.table-responsive>.table-bordered>thead>tr>td:first-child {
    border-left: 0
}

.care-togo-css .panel>.table-responsive>.table-bordered>thead>tr>td:last-child {
    border-right: 0
}

.care-togo-css .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.care-togo-css .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.care-togo-css .panel>.table-responsive:last-child>.table:last-child {
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px
}

.care-togo-css .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child {
    border-bottom-left-radius: 1px
}

.care-togo-css .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child {
    border-bottom-right-radius: 1px
}

.care-togo-css .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 1px
}

.care-togo-css .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 1px
}

.care-togo-css .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child {
    border-bottom-left-radius: 1px
}

.care-togo-css .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child {
    border-bottom-right-radius: 1px
}

.care-togo-css .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 1px
}

.care-togo-css .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 1px
}

.care-togo-css .panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px
}

.care-togo-css .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child {
    border-top-left-radius: 1px
}

.care-togo-css .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child {
    border-top-right-radius: 1px
}

.care-togo-css .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 1px
}

.care-togo-css .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 1px
}

.care-togo-css .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child {
    border-top-left-radius: 1px
}

.care-togo-css .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child {
    border-top-right-radius: 1px
}

.care-togo-css .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 1px
}

.care-togo-css .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 1px
}

.care-togo-css .panel>.table-bordered {
    border: 0
}

.care-togo-css .panel>.table-bordered>tbody>tr:first-child>td,
.care-togo-css .panel>.table-bordered>tbody>tr:first-child>th,
.care-togo-css .panel>.table-bordered>tbody>tr:last-child>td,
.care-togo-css .panel>.table-bordered>tbody>tr:last-child>th {
    border-bottom: 0
}

.care-togo-css .panel>.table-bordered>tbody>tr>td:first-child {
    border-left: 0
}

.care-togo-css .panel>.table-bordered>tbody>tr>td:last-child {
    border-right: 0
}

.care-togo-css .panel>.table-bordered>tbody>tr>th:first-child {
    border-left: 0
}

.care-togo-css .panel>.table-bordered>tbody>tr>th:last-child {
    border-right: 0
}

.care-togo-css .panel>.table-bordered>tfoot>tr:last-child>td,
.care-togo-css .panel>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.care-togo-css .panel>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.care-togo-css .panel>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.care-togo-css .panel>.table-bordered>tfoot>tr>th:first-child {
    border-left: 0
}

.care-togo-css .panel>.table-bordered>tfoot>tr>th:last-child {
    border-right: 0
}

.care-togo-css .panel>.table-bordered>thead>tr:first-child>td,
.care-togo-css .panel>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.care-togo-css .panel>.table-bordered>thead>tr>td:first-child {
    border-left: 0
}

.care-togo-css .panel>.table-bordered>thead>tr>td:last-child {
    border-right: 0
}

.care-togo-css .panel>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.care-togo-css .panel>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

>.panel-body.care-togo-css .panel+.table,
>.panel-body.care-togo-css .panel+.table-responsive {
    border-top: 1px solid #ddd
}

.care-togo-css .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px
}

.care-togo-css .panel-group {
    margin-bottom: 20px
}

.care-togo-css .panel-group .panel-heading {
    border-bottom: 0
}

.care-togo-css .panel-group .panel {
    margin-bottom: 0;
    border-radius: 2px;
    overflow: hidden
}

.panel.care-togo-css .panel-group+.panel {
    margin-top: 5px
}

.panel-heading.care-togo-css .panel-group+.panel-collapse .panel-body {
    border-top: 1px solid #ddd
}

.care-togo-css .panel-group .panel-footer {
    border-top: 0
}

.panel-footer.care-togo-css .panel-group+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-heading.care-togo-css+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.care-togo-css .panel-default {
    border-color: #ddd
}

.care-togo-css .panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

>.panel-heading.care-togo-css .panel-default+.panel-collapse .panel-body {
    border-top-color: #ddd
}

>.panel-footer.care-togo-css .panel-default+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.care-togo-css .panel-action-1 {
    border-color: #309ddc
}

.care-togo-css .panel-action-1>.panel-heading {
    color: #fff;
    background-color: #309ddc;
    border-color: #309ddc
}

>.panel-heading.care-togo-css .panel-action-1+.panel-collapse .panel-body {
    border-top-color: #309ddc
}

>.panel-footer.care-togo-css .panel-action-1+.panel-collapse .panel-body {
    border-bottom-color: #309ddc
}

.care-togo-css .panel-primary {
    border-color: #309ddc
}

.care-togo-css .panel-primary>.panel-heading {
    color: #fff;
    background-color: #309ddc;
    border-color: #309ddc
}

>.panel-heading.care-togo-css .panel-primary+.panel-collapse .panel-body {
    border-top-color: #309ddc
}

>.panel-footer.care-togo-css .panel-primary+.panel-collapse .panel-body {
    border-bottom-color: #309ddc
}

.care-togo-css .panel-action-2 {
    border-color: #65c5ff
}

.care-togo-css .panel-action-2>.panel-heading {
    color: #fff;
    background-color: #65c5ff;
    border-color: #65c5ff
}

>.panel-heading.care-togo-css .panel-action-2+.panel-collapse .panel-body {
    border-top-color: #65c5ff
}

>.panel-footer.care-togo-css .panel-action-2+.panel-collapse .panel-body {
    border-bottom-color: #65c5ff
}

.care-togo-css .panel-secondary {
    border-color: #65c5ff
}

.care-togo-css .panel-secondary>.panel-heading {
    color: #fff;
    background-color: #65c5ff;
    border-color: #65c5ff
}

>.panel-heading.care-togo-css .panel-secondary+.panel-collapse .panel-body {
    border-top-color: #65c5ff
}

>.panel-footer.care-togo-css .panel-secondary+.panel-collapse .panel-body {
    border-bottom-color: #65c5ff
}

.care-togo-css .panel-success {
    border-color: #69c896
}

.care-togo-css .panel-success>.panel-heading {
    color: #009a6c;
    background-color: #69c896;
    border-color: #69c896
}

>.panel-heading.care-togo-css .panel-success+.panel-collapse .panel-body {
    border-top-color: #69c896
}

>.panel-footer.care-togo-css .panel-success+.panel-collapse .panel-body {
    border-bottom-color: #69c896
}

.care-togo-css .panel-info {
    border-color: #74bce7
}

.care-togo-css .panel-info>.panel-heading {
    color: #1571a6;
    background-color: #74bce7;
    border-color: #74bce7
}

>.panel-heading.care-togo-css .panel-info+.panel-collapse .panel-body {
    border-top-color: #74bce7
}

>.panel-footer.care-togo-css .panel-info+.panel-collapse .panel-body {
    border-bottom-color: #74bce7
}

.care-togo-css .panel-warning {
    border-color: #f0a949
}

.care-togo-css .panel-warning>.panel-heading {
    color: #e65614;
    background-color: #f0a949;
    border-color: #f0a949
}

>.panel-heading.care-togo-css .panel-warning+.panel-collapse .panel-body {
    border-top-color: #f0a949
}

>.panel-footer.care-togo-css .panel-warning+.panel-collapse .panel-body {
    border-bottom-color: #f0a949
}

.care-togo-css .panel-danger {
    border-color: #f66355
}

.care-togo-css .panel-danger>.panel-heading {
    color: #cc2a0b;
    background-color: #f66355;
    border-color: #f66355
}

>.panel-heading.care-togo-css .panel-danger+.panel-collapse .panel-body {
    border-top-color: #f66355
}

>.panel-footer.care-togo-css .panel-danger+.panel-collapse .panel-body {
    border-bottom-color: #f66355
}

.care-togo-css .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 2px
}

.care-togo-css .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.care-togo-css .well-lg {
    padding: 24px
}

.care-togo-css .well-sm {
    padding: 9px
}

.care-togo-css .carousel-caption {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.care-togo-css .carousel-caption .btn {
    text-shadow: none
}

.care-togo-css .carousel-control {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center
}

.care-togo-css .carousel-control:focus,
.care-togo-css .carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.care-togo-css .carousel-control .glyphicon-chevron-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    left: 50%
}

.care-togo-css .carousel-control .glyphicon-chevron-right,
.care-togo-css .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    right: 50%
}

.care-togo-css .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif
}

.care-togo-css .carousel-control .icon-next:before {
    content: "\203a"
}

.care-togo-css .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif
}

.care-togo-css .carousel-control .icon-prev:before {
    content: "\2039"
}

.care-togo-css button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.care-togo-css .modal-content {
    background-clip: padding-box;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.care-togo-css .popover {
    background-clip: padding-box;
    display: none;
    background-color: #fff;
    opacity: 1;
    box-shadow: 3px 3px 4px 0 rgba(57, 64, 77, .32);
    position: absolute;
    z-index: 1010;
    top: 0;
    left: 0;
    max-width: 300px;
    padding: 10px 20px;
    border-radius: 2px;
    text-align: left;
    white-space: normal;
    border: 1px solid #eaecec
}

.care-togo-css .popover>.arrow,
.care-togo-css .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.care-togo-css .popover>.arrow:after {
    content: ""
}

.care-togo-css .close-inverse {
    color: #fff;
    opacity: .6;
    filter: alpha(opacity=60)
}

.care-togo-css .close-inverse:focus,
.care-togo-css .close-inverse:hover {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100)
}

.care-togo-css .togo-color-g2m {
    color: #e18026
}

.care-togo-css .togo-color-g2m-light {
    color: #fd7a2b
}

.care-togo-css .togo-color-g2t {
    color: #992977
}

.care-togo-css .togo-color-g2t-light {
    color: #ff4a90
}

.care-togo-css .togo-color-g2w {
    color: #3797d1
}

.care-togo-css .togo-color-g2w-light {
    color: #42c2f6
}

.care-togo-css .togo-color-openvoice {
    color: #5c61a6
}

.care-togo-css .togo-color-openvoice-light {
    color: #b380ff
}

.care-togo-css .togo-color-g2a {
    color: #2a969d
}

.care-togo-css .togo-color-g2a-light {
    color: #39c8d2
}

.care-togo-css .togo-bg-color-g2m {
    background-color: #e18026
}

.care-togo-css .togo-bg-color-g2m-light {
    background-color: #fd7a2b
}

.care-togo-css .togo-bg-color-g2t {
    background-color: #992977
}

.care-togo-css .togo-bg-color-g2t-light {
    background-color: #ff4a90
}

.care-togo-css .togo-bg-color-g2w {
    background-color: #3797d1
}

.care-togo-css .togo-bg-color-g2w-light {
    background-color: #42c2f6
}

.care-togo-css .togo-bg-color-openvoice {
    background-color: #5c61a6
}

.care-togo-css .togo-bg-color-openvoice-light {
    background-color: #b380ff
}

.care-togo-css .togo-bg-color-g2a {
    background-color: #2a969d
}

.care-togo-css .togo-bg-color-g2a-light {
    background-color: #39c8d2
}

.care-togo-css .togo-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 50px;
    background-color: #485162
}

.care-togo-css .togo-footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.care-togo-css .togo-footer ul li {
    float: left;
    padding: 0 10px
}

.care-togo-css .togo-footer ul li>a,
.care-togo-css .togo-footer ul li>span {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    display: block
}

.care-togo-css .togo-footer ul li a {
    line-height: 20px;
    color: #daddd6
}

.care-togo-css .togo-footer ul li a:focus,
.care-togo-css .togo-footer ul li a:hover {
    color: #fff
}

.care-togo-css .togo-footer ul li span {
    line-height: 20px;
    color: #daddd6
}

.care-togo-css .togo-footer-lite {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 50px;
    background-color: #485162;
    font-size: 12px;
    background-color: #071b31
}

.care-togo-css .togo-footer-lite ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.care-togo-css .togo-footer-lite ul li {
    float: left;
    padding: 0 10px
}

.care-togo-css .togo-footer-lite ul li>a,
.care-togo-css .togo-footer-lite ul li>span {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    display: block
}

.care-togo-css .togo-footer-lite ul li a {
    line-height: 20px;
    color: #daddd6;
    color: #6f7e91
}

.care-togo-css .togo-footer-lite ul li a:focus,
.care-togo-css .togo-footer-lite ul li a:hover {
    color: #fff
}

.care-togo-css .togo-footer-lite ul li span {
    line-height: 20px;
    color: #daddd6;
    color: #6f7e91
}

.care-togo-css .togo-icon-seek-backward {
    position: relative;
    transform: scaleX(-1)!important
}

.care-togo-css .togo-icon-seek-backward:before {
    content: "\e974"
}

.care-togo-css .togo-icon-seek-backward:after {
    content: attr(seconds);
    position: absolute;
    font-family: lato-regular, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .3em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) scaleX(-1)
}

.care-togo-css .togo-icon-seek-forward {
    position: relative
}

.care-togo-css .togo-icon-seek-forward:before {
    content: "\e974"
}

.care-togo-css .togo-icon-seek-forward:after {
    content: attr(seconds);
    position: absolute;
    font-family: lato-regular, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .3em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.care-togo-css .modal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    color: #546075;
    outline: 0
}

.care-togo-css .modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 1040;
    background-color: #000
}

.care-togo-css .modal-open {
    overflow: hidden
}

.care-togo-css .modal.fade .modal-dialog {
    transform: translateY(-25%);
    transition: transform .3s ease-out
}

.care-togo-css .modal.in .modal-dialog {
    transform: translate(0)
}

.care-togo-css .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.care-togo-css .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.care-togo-css .modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.care-togo-css .modal-header {
    padding: 25px 30px 15px;
    border-bottom: 1px solid #fff;
    background-color: #efefef;
    letter-spacing: .5px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.care-togo-css .modal-header h4 {
    color: #535f74
}

.care-togo-css .modal-header .close {
    margin-top: -15px;
    margin-right: -20px
}

.care-togo-css .modal-title {
    margin: 0;
    line-height: normal;
    font-size: 30px;
    font-family: lato-light, Helvetica Neue, Helvetica, Arial, sans-serif
}

.care-togo-css .modal-footer.modal-has-error {
    background-color: #f66355;
    color: #fff;
    text-align: center
}

.care-togo-css .modal-footer.modal-has-error p {
    margin-bottom: 0;
    letter-spacing: .5px;
    font-family: lato-semibold, Helvetica Neue, Helvetica, Arial, sans-serif
}

.care-togo-css .modal-footer.modal-has-error .fa,
.care-togo-css .modal-footer.modal-has-error .togo-icon {
    color: #cc2a0b;
    vertical-align: middle
}

.care-togo-css .modal-footer.modal-has-error a {
    color: #1d528c
}

.care-togo-css .modal-footer.modal-has-info {
    background-color: #74bce7;
    color: #fff;
    text-align: center
}

.care-togo-css .modal-footer.modal-has-info p {
    margin-bottom: 0;
    letter-spacing: .5px;
    font-family: lato-semibold, Helvetica Neue, Helvetica, Arial, sans-serif
}

.care-togo-css .modal-footer.modal-has-info .fa,
.care-togo-css .modal-footer.modal-has-info .togo-icon {
    color: #1571a6;
    vertical-align: middle
}

.care-togo-css .modal-footer.modal-has-info a {
    color: #1d528c
}

.care-togo-css .modal-footer.modal-has-success {
    background-color: #69c896;
    color: #fff;
    text-align: center
}

.care-togo-css .modal-footer.modal-has-success p {
    margin-bottom: 0;
    letter-spacing: .5px;
    font-family: lato-semibold, Helvetica Neue, Helvetica, Arial, sans-serif
}

.care-togo-css .modal-footer.modal-has-success .fa,
.care-togo-css .modal-footer.modal-has-success .togo-icon {
    color: #009a6c;
    vertical-align: middle
}

.care-togo-css .modal-footer.modal-has-success a {
    color: #1d528c
}

.care-togo-css .modal-footer.modal-has-warning {
    background-color: #f0a949;
    color: #fff;
    text-align: center
}

.care-togo-css .modal-footer.modal-has-warning p {
    margin-bottom: 0;
    letter-spacing: .5px;
    font-family: lato-semibold, Helvetica Neue, Helvetica, Arial, sans-serif
}

.care-togo-css .modal-footer.modal-has-warning .fa,
.care-togo-css .modal-footer.modal-has-warning .togo-icon {
    color: #e65614;
    vertical-align: middle
}

.care-togo-css .modal-footer.modal-has-warning a {
    color: #1d528c
}

.care-togo-css .modal-body {
    position: relative;
    padding: 30px
}

.care-togo-css .tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.care-togo-css .tooltip>.tooltip-arrow,
.care-togo-css .tooltip>.tooltip-arrow:after {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.care-togo-css .tooltip>.tooltip-arrow:after {
    content: ""
}

.care-togo-css .popover.title-only>.popover-content {
    display: none
}

.care-togo-css .tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100)
}

.care-togo-css .tooltip.top {
    margin-top: -3px;
    padding: 7px 0
}

.care-togo-css .tooltip.top .tooltip-arrow {
    left: 50%;
    margin-left: -9px;
    bottom: -11px;
    border-width: 9px;
    border-top-color: #39404d;
    border-top-color: rgba(57, 64, 77, .06)
}

.care-togo-css .tooltip.top .tooltip-arrow:after {
    bottom: 3px;
    margin-left: -8px;
    border-width: 8px 8px 0;
    border-top-color: #39404d
}

.care-togo-css .tooltip.right {
    margin-left: 3px;
    padding: 0 7px
}

.care-togo-css .tooltip.right .tooltip-arrow {
    top: 50%;
    margin-top: -8px;
    left: -9px;
    border-width: 8px;
    border-right-color: #39404d;
    border-right-color: rgba(57, 64, 77, .06)
}

.care-togo-css .tooltip.right .tooltip-arrow:after {
    left: 2px;
    bottom: -8px;
    border-width: 9px 9px 9px 0;
    border-right-color: #39404d
}

.care-togo-css .tooltip.bottom {
    margin-top: 3px;
    padding: 7px 0
}

.care-togo-css .tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -7px;
    top: -7px;
    border-width: 7px
}

.care-togo-css .tooltip.bottom .tooltip-arrow:after {
    top: 1px;
    margin-left: -7px;
    border-width: 0 7px 7px;
    border-bottom-color: #39404d
}

.care-togo-css .tooltip.left {
    margin-left: -3px;
    padding: 0 7px
}

.care-togo-css .tooltip.left .tooltip-arrow {
    top: 50%;
    margin-top: -9px;
    right: -11px;
    border-width: 9px;
    border-left-color: #39404d;
    border-left-color: rgba(57, 64, 77, .06)
}

.care-togo-css .tooltip.left .tooltip-arrow:after {
    right: 3px;
    bottom: -8px;
    border-width: 8px 0 8px 8px;
    border-left-color: #39404d
}

.care-togo-css .tooltip-inner {
    max-width: 200px;
    padding: 10px 20px;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #39404d;
    border: 1px solid #39404d;
    box-shadow: 3px 3px 4px 0 rgba(57, 64, 77, .32)
}

.care-togo-css .tooltip-inverse .tooltip-inner {
    background-color: #fff;
    opacity: 1;
    box-shadow: 3px 3px 4px 0 rgba(57, 64, 77, .32);
    color: #555;
    border: 1px solid #eaecec
}

.care-togo-css .tooltip-inverse.top .tooltip-arrow {
    border-top-color: #eaecec;
    border-top-color: rgba(57, 64, 77, .12)
}

.care-togo-css .tooltip-inverse.top .tooltip-arrow:after {
    border-top-color: #fff
}

.care-togo-css .tooltip-inverse.right .tooltip-arrow {
    border-right-color: #eaecec;
    border-right-color: rgba(57, 64, 77, .12)
}

.care-togo-css .tooltip-inverse.right .tooltip-arrow:after {
    border-right-color: #fff
}

.care-togo-css .tooltip-inverse.left .tooltip-arrow {
    border-left-color: #eaecec;
    border-left-color: rgba(57, 64, 77, .12)
}

.care-togo-css .tooltip-inverse.left .tooltip-arrow:after {
    border-left-color: #fff
}

.care-togo-css .tooltip-inverse.bottom .tooltip-arrow {
    border-bottom-color: #eaecec
}

.care-togo-css .tooltip-inverse.bottom .tooltip-arrow:after {
    border-bottom-color: #fff
}

.care-togo-css .lt-ie9 .tooltip-inner {
    border-bottom-width: 2px;
    border-right-width: 2px
}

.care-togo-css .lt-ie9 .popover {
    border-bottom-width: 1px;
    border-right-width: 1px
}

.care-togo-css .popover.top {
    margin-top: -13px
}

.care-togo-css .popover.top>.arrow {
    left: 50%;
    margin-left: -13px;
    bottom: -15px;
    border-width: 13px 13px 0;
    border-top-color: #eaecec;
    border-top-color: rgba(57, 64, 77, .14)
}

.care-togo-css .popover.top>.arrow:after {
    bottom: 4px;
    margin-left: -12px;
    border-width: 12px 12px 0;
    border-top-color: #fff
}

.care-togo-css .popover.right {
    margin-left: 12px
}

.care-togo-css .popover.right>.arrow {
    top: 50%;
    margin-top: -11px;
    left: -12px;
    border-width: 11px 11px 11px 0;
    border-right-color: #eaecec;
    border-right-color: rgba(57, 64, 77, .14)
}

.care-togo-css .popover.right>.arrow:after {
    left: 2px;
    bottom: -11px;
    border-width: 12px 12px 12px 0;
    border-right-color: #fff
}

.care-togo-css .popover.bottom {
    margin-top: 10px
}

.care-togo-css .popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    top: -11px;
    border-width: 0 11px 11px;
    border-bottom-color: #eaecec
}

.care-togo-css .popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    border-width: 0 10px 10px;
    border-bottom-color: #fff
}

.care-togo-css .popover.left {
    margin-left: -13px
}

.care-togo-css .popover.left>.arrow {
    top: 50%;
    margin-top: -13px;
    right: -15px;
    border-width: 13px 0 13px 13px;
    border-left-color: #eaecec;
    border-left-color: rgba(57, 64, 77, .14)
}

.care-togo-css .popover.left>.arrow:after {
    right: 4px;
    bottom: -11px;
    border-width: 11px 0 11px 11px;
    border-left-color: #fff
}

.care-togo-css .popover-title {
    margin: 0;
    padding: 10px 0;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    font-weight: 400;
    color: #555
}

.care-togo-css .popover-content {
    padding: 10px 0;
    font-size: 14px;
    color: #555
}

.care-togo-css .carousel {
    position: relative
}

.care-togo-css .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.care-togo-css .carousel-inner>.item {
    display: none;
    position: relative;
    transition: left .6s ease-in-out
}

.care-togo-css .carousel-inner>.item>a>img,
.care-togo-css .carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

.care-togo-css .carousel-inner>.active {
    display: block;
    left: 0
}

.care-togo-css .carousel-inner>.next {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    left: 100%
}

.care-togo-css .carousel-inner>.prev {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    left: -100%
}

.care-togo-css .carousel-inner>.next.left,
.care-togo-css .carousel-inner>.prev.right {
    left: 0
}

.care-togo-css .carousel-inner>.active.left {
    left: -100%
}

.care-togo-css .carousel-inner>.active.right {
    left: 100%
}

.care-togo-css .popover.popover-inverse {
    background-color: #39404d;
    opacity: 1;
    border: 1px solid #39404d;
    box-shadow: 3px 3px 4px 0 rgba(57, 64, 77, .32)
}

.care-togo-css .popover.popover-inverse .popover-content,
.care-togo-css .popover.popover-inverse .popover-title {
    color: #fff
}

.care-togo-css .popover.popover-inverse.top>.arrow {
    border-top-color: #39404d;
    border-top-color: rgba(57, 64, 77, .06)
}

.care-togo-css .popover.popover-inverse.top>.arrow:after {
    border-top-color: #39404d
}

.care-togo-css .popover.popover-inverse.right>.arrow {
    border-right-color: #39404d;
    border-right-color: rgba(57, 64, 77, .06)
}

.care-togo-css .popover.popover-inverse.right>.arrow:after {
    border-right-color: #39404d
}

.care-togo-css .popover.popover-inverse.bottom>.arrow,
.care-togo-css .popover.popover-inverse.bottom>.arrow:after {
    border-bottom-color: #39404d
}

.care-togo-css .popover.popover-inverse.left>.arrow {
    border-left-color: #39404d;
    border-left-color: rgba(57, 64, 77, .06)
}

.care-togo-css .popover.popover-inverse.left>.arrow:after {
    border-left-color: #39404d
}

.care-togo-css .carousel-control.left {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001));
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1)
}

.care-togo-css .carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5));
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1)
}

.care-togo-css .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.care-togo-css .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000\9;
    background-color: transparent
}

.care-togo-css .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.care-togo-css .bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 1px 0;
    padding: 20px;
    width: 270px;
    right: 0!important;
    color: #485163;
    background-color: #fff
}

.care-togo-css .bootstrap-datetimepicker-widget.dropdown-menu:after,
.care-togo-css .bootstrap-datetimepicker-widget.dropdown-menu:before {
    content: "";
    display: inline-block;
    position: absolute
}

.care-togo-css .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    left: 7px;
    top: -7px
}

.care-togo-css .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    left: 8px;
    top: -6px
}

.care-togo-css .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, .2);
    bottom: -7px;
    left: 6px
}

.care-togo-css .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -6px;
    left: 7px
}

.care-togo-css .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px
}

.care-togo-css .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px
}

.care-togo-css .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px
}

.care-togo-css .bootstrap-datetimepicker-widget.left-oriented:before {
    left: auto;
    right: 6px
}

.care-togo-css .bootstrap-datetimepicker-widget.left-oriented:after {
    left: auto;
    right: 7px
}

.care-togo-css .input-group.date .input-group-addon {
    cursor: pointer
}

.care-togo-css .input-group.date input .form-control {
    color: #8997ad
}

.care-togo-css .input-group.date input .form-control:focus {
    color: #485163
}

.care-togo-css .input-group.date input:focus.care-togo-css .input-group.date input+.input-group-addon {
    background-color: #fff
}

.care-togo-css .glyphicon-calendar:before {
    content: "\e664"
}

.care-togo-css .no-padding {
    padding: 0
}

.care-togo-css .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.care-togo-css .pull-left {
    float: left!important
}

.care-togo-css .hide {
    display: none!important
}

.care-togo-css .show {
    display: block!important
}

.care-togo-css .hidden {
    display: none!important;
    visibility: hidden!important
}

.care-togo-css .visible-lg,
.care-togo-css .visible-md,
.care-togo-css .visible-sm,
.care-togo-css .visible-xs {
    display: none!important
}

.care-togo-css .invisible {
    visibility: hidden
}

.care-togo-css .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.care-togo-css .togo-font-bold {
    font-weight: 700
}

.care-togo-css .togo-font-bold,
.care-togo-css .togo-font-regular {
    font-family: ToGo, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: normal
}

.care-togo-css .togo-font-regular {
    font-weight: 400
}

.care-togo-css .affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.care-togo-css .visible-print {
    display: none!important
}

.care-togo-css .togo-font-bold-italic {
    font-weight: 700
}

.care-togo-css .togo-font-bold-italic,
.care-togo-css .togo-font-italic {
    font-family: ToGo, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: italic
}

.care-togo-css .togo-font-italic {
    font-weight: 400
}

.care-togo-css .togo-font-light {
    font-style: normal
}

.care-togo-css .togo-font-light,
.care-togo-css .togo-font-light-italic {
    font-family: ToGo, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300
}

.care-togo-css .togo-font-light-italic {
    font-style: italic
}

.care-togo-css .togo-font-semibold {
    font-family: ToGo, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal
}

.care-togo-css .togo-font-semibold-italic {
    font-family: ToGo, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: italic
}

.care-togo-css .togo-icon {
    display: inline-block;
    font: normal normal normal 14px/1 ToGoIconsFont;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0);
    speak: none
}

.care-togo-css .togo-icon.border {
    background-color: rgba(125, 140, 160, .65);
    border: 1px solid #fff;
    border-radius: 40px;
    box-shadow: 0 1px 2px rgba(51, 51, 51, .4);
    font-size: 24px;
    padding: 10px;
    text-shadow: 0 1px 1px rgba(51, 51, 51, .4)
}

.care-togo-css .togo-icon.active {
    background-color: #233a61;
    border-color: #6dfdfe;
    box-shadow: 0 0 25px 0 #6dfdfe;
    color: #6dfdfe
}

.care-togo-css .togo-icon.mute {
    background-color: #d93a0a
}

.care-togo-css .togo-icon-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.care-togo-css .togo-icon-2x {
    font-size: 2em
}

.care-togo-css .togo-icon-3x {
    font-size: 3em
}

.care-togo-css .togo-icon-4x {
    font-size: 4em
}

.care-togo-css .togo-icon-5x {
    font-size: 5em
}

.care-togo-css .togo-icon-fw {
    width: 1.28571429em;
    text-align: center
}

.care-togo-css .togo-icon-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.care-togo-css .togo-icon-ul>li {
    position: relative
}

.care-togo-css .togo-icon-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.care-togo-css .togo-icon-li.togo-icon-lg {
    left: -1.85714286em
}

.care-togo-css .togo-icon.pull-left {
    margin-right: .3em
}

.care-togo-css .togo-icon.pull-right {
    margin-left: .3em
}

.care-togo-css .togo-icon-spin {
    animation: fa-spin 2s infinite linear
}

.care-togo-css .togo-icon-pulse {
    animation: fa-spin 1s infinite steps(8)
}

.care-togo-css .togo-icon-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(90deg)
}

.care-togo-css .togo-icon-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: rotate(180deg)
}

.care-togo-css .togo-icon-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(270deg)
}

.care-togo-css .togo-icon-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0);
    transform: scaleX(-1)
}

.care-togo-css .togo-icon-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: scaleY(-1)
}

.care-togo-css:root .togo-icon-flip-horizontal,
.care-togo-css:root .togo-icon-flip-vertical,
.care-togo-css:root .togo-icon-rotate-90,
.care-togo-css:root .togo-icon-rotate-180,
.care-togo-css:root .togo-icon-rotate-270 {
    filter: none
}

.care-togo-css .togo-icon-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.care-togo-css .togo-icon-stack-1x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    line-height: inherit
}

.care-togo-css .togo-icon-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 2em
}

.care-togo-css .togo-icon-inverse {
    color: #fff
}

.care-togo-css .chevron-icon-stack {
    display: inline-block;
    font-size: 40px;
    height: 1.618em;
    position: relative;
    width: 56px
}

.care-togo-css .chevron-icon-stack .togo-icon {
    transform: scaleX(1.4) rotate(180deg);
    animation: grant-access-pointer 1s infinite;
    left: 8px;
    position: absolute
}

.care-togo-css .chevron-icon-stack .togo-icon:first-child {
    animation-delay: .2s;
    color: #fff;
    top: 0
}

.care-togo-css .chevron-icon-stack .togo-icon:nth-child(2) {
    animation-delay: .1s;
    color: hsla(0, 0%, 100%, .5);
    top: .3em
}

.care-togo-css .chevron-icon-stack .togo-icon:nth-child(3) {
    animation-delay: 0s;
    color: hsla(0, 0%, 100%, .2);
    top: .6em
}

.care-togo-css .togo-icon-filetype-stack .overlay {
    color: #fff
}

.care-togo-css .togo-icon-filetype-stack .underlay-image {
    color: #2faee4
}

.care-togo-css .togo-icon-filetype-stack .underlay-music {
    color: #dc6ba9
}

.care-togo-css .togo-icon-filetype-stack .underlay-video {
    color: #5a7583
}

.care-togo-css .togo-icon-filetype-stack .underlay-file {
    color: #f2f2f1
}

.care-togo-css .togo-icon-filetype-stack .overlay-file {
    color: #78bce1
}

.care-togo-css .togo-icon-filetype-stack .overlay-file-curl {
    color: #4e7a92
}

.care-togo-css .togo-icon-filetype-stack .underlay-file-doc {
    color: #3f6fb6
}

.care-togo-css .togo-icon-filetype-stack .underlay-file-pdf {
    color: #d5272a
}

.care-togo-css .togo-icon-filetype-stack .underlay-file-ppt {
    color: #da5a26
}

.care-togo-css .togo-icon-filetype-stack .underlay-file-xls {
    color: #6db644
}

.care-togo-css .togo-icon-filetype-stack .underlay-file-zip {
    color: #d8b545
}

.care-togo-css .togo-icon-filetype-stack .underlay-file-link {
    color: #419bf9
}

.care-togo-css .togo-icon-filetype-stack .underlay-vimeo {
    color: #31afd8
}

.care-togo-css .togo-icon-filetype-stack .underlay-youtube {
    color: #e94639
}

.care-togo-css .togo-icon-filetype-stack .underlay-polls {
    color: #9a4aaa
}

.care-togo-css .togo-icon-filetype-stack .underlay-tests {
    color: #9b9b9b
}

.care-togo-css .togo-icon-checkbox-stack .underlay {
    color: #8f95a0
}

.care-togo-css .togo-icon-checkbox-stack .overlay {
    color: #00afd1;
    visibility: hidden
}

.care-togo-css .togo-icon-checkbox-stack.checked .overlay {
    visibility: visible
}

.care-togo-css .togo-icon-radio-stack .underlay {
    color: #8f95a0
}

.care-togo-css .togo-icon-radio-stack .overlay {
    color: #00afd1;
    visibility: hidden
}

.care-togo-css .togo-icon-radio-stack.checked .overlay {
    visibility: visible
}

.care-togo-css .togo-icon-spinner-stack .togo-icon-spinner {
    color: #309ddc;
    opacity: .4
}

.care-togo-css .togo-icon-spinner-stack .togo-icon-spinner-segment {
    animation: d .8s infinite step-end;
    color: #309ddc;
    transform-origin: 50% 50%
}

.care-togo-css .togo-icon-spinner-stack .togo-icon-spinner-segment.primary {
    color: #309ddc
}

.care-togo-css .togo-icon-spinner-stack.secondary .togo-icon-spinner,
.care-togo-css .togo-icon-spinner-stack.secondary .togo-icon-spinner-segment {
    color: #fd7a2b
}

.care-togo-css .togo-icon-spinner-stack.inverse .togo-icon-spinner,
.care-togo-css .togo-icon-spinner-stack.inverse .togo-icon-spinner-segment {
    color: #fff
}

.care-togo-css .togo-icon-spinner-stack.inverse-secondary .togo-icon-spinner,
.care-togo-css .togo-icon-spinner-stack.inverse-secondary .togo-icon-spinner-segment {
    color: #dadde0
}

.care-togo-css .togo-icon-mic:before {
    content: "\e956"
}

.care-togo-css .togo-icon-mic-mute:before {
    content: "\e955"
}

.care-togo-css .togo-icon-mic-mute-filled:before {
    content: "\e954"
}

.care-togo-css .togo-icon-mic-filled:before {
    content: "\e953"
}

.care-togo-css .togo-icon-phone-dn:before {
    content: "\e962"
}

.care-togo-css .togo-icon-phone-dn-filled:before {
    content: "\e961"
}

.care-togo-css .togo-icon-phone:before {
    content: "\e96a"
}

.care-togo-css .togo-icon-phone-filled:before {
    content: "\e963"
}

.care-togo-css .togo-icon-phone-mute:before {
    content: "\e969"
}

.care-togo-css .togo-icon-phone-mute-filled:before {
    content: "\e964"
}

.care-togo-css .togo-icon-chat:before {
    content: "\e916"
}

.care-togo-css .togo-icon-webcam:before {
    content: "\e990"
}

.care-togo-css .togo-icon-webcam-filled:before {
    content: "\e98f"
}

.care-togo-css .togo-icon-screen:before {
    content: "\e977"
}

.care-togo-css .togo-icon-speaker:before {
    content: "\e97e"
}

.care-togo-css .togo-icon-voip:before {
    content: "\e98e"
}

.care-togo-css .togo-icon-person:before {
    content: "\e960"
}

.care-togo-css .togo-icon-people:before {
    content: "\e95e"
}

.care-togo-css .togo-icon-add-person:before {
    content: "\e902"
}

.care-togo-css .togo-icon-add:before {
    content: "\e903"
}

.care-togo-css .togo-icon-closes:before {
    content: "\e91f"
}

.care-togo-css .togo-icon-chevron:before {
    content: "\e91b"
}

.care-togo-css .togo-icon-check:before {
    content: "\e917"
}

.care-togo-css .togo-icon-fullscreen:before {
    content: "\e93d"
}

.care-togo-css .togo-icon-exit-fullscreen:before {
    content: "\e92c"
}

.care-togo-css .togo-icon-expand:before {
    content: "\e92d"
}

.care-togo-css .togo-icon-collapse:before {
    content: "\e921"
}

.care-togo-css .togo-icon-leave-meeting:before {
    content: "\e94a"
}

.care-togo-css .togo-icon-download:before {
    content: "\e928"
}

.care-togo-css .togo-icon-down-arrow:before {
    content: "\e927"
}

.care-togo-css .togo-icon-question-circle:before {
    content: "\e972"
}

.care-togo-css .togo-icon-question:before {
    content: "\e971"
}

.care-togo-css .togo-icon-feedback:before {
    content: "\e931"
}

.care-togo-css .togo-icon-arrow:before {
    content: "\e909"
}

.care-togo-css .togo-icon-settings:before {
    content: "\e97a"
}

.care-togo-css .togo-icon-eye:before {
    content: "\e92f"
}

.care-togo-css .togo-icon-hamburger:before {
    content: "\e942"
}

.care-togo-css .togo-icon-search:before {
    content: "\e978"
}

.care-togo-css .togo-icon-arrow-left:before {
    content: "\e907"
}

.care-togo-css .togo-icon-arrow-right:before {
    content: "\e908"
}

.care-togo-css .togo-icon-fit-height:before {
    content: "\e93b"
}

.care-togo-css .togo-icon-fit-width:before {
    content: "\e93c"
}

.care-togo-css .togo-icon-arrow-boxed-left:before {
    content: "\e906"
}

.care-togo-css .togo-icon-start:before {
    content: "\e983"
}

.care-togo-css .togo-icon-edit:before {
    content: "\e929"
}

.care-togo-css .togo-icon-clip:before {
    content: "\e91d"
}

.care-togo-css .togo-icon-globe:before {
    content: "\e93e"
}

.care-togo-css .togo-icon-hand-raise:before {
    content: "\e943"
}

.care-togo-css .togo-icon-three-dots:before {
    content: "\e987"
}

.care-togo-css .togo-icon-trash:before {
    content: "\e989"
}

.care-togo-css .togo-icon-file-txt:before {
    content: "\e937"
}

.care-togo-css .togo-icon-upload:before {
    content: "\e98a"
}

.care-togo-css .togo-icon-calendar:before {
    content: "\e90e"
}

.care-togo-css .togo-icon-beaker:before {
    content: "\e90a"
}

.care-togo-css .togo-icon-share:before {
    content: "\e97d"
}

.care-togo-css .togo-icon-alert:before {
    content: "\e904"
}

.care-togo-css .togo-icon-info:before {
    content: "\e947"
}

.care-togo-css .togo-icon-gotomeeting:before {
    content: "\e940"
}

.care-togo-css .togo-icon-openvoice:before {
    content: "\e95a"
}

.care-togo-css .togo-icon-checkbox-box:before {
    content: "\e918"
}

.care-togo-css .togo-icon-checkbox-check:before {
    content: "\e919"
}

.care-togo-css .togo-icon-radio-circle-hollow:before {
    content: "\e973"
}

.care-togo-css .togo-icon-circle-filled:before {
    content: "\e91c"
}

.care-togo-css .togo-icon-spinner:before {
    content: "\e980"
}

.care-togo-css .togo-icon-spinner-segment:before {
    content: "\e97f"
}

.care-togo-css .togo-icon-map-marker:before {
    content: "\e951"
}

.care-togo-css .togo-icon-link:before {
    content: "\e94c"
}

.care-togo-css .togo-icon-cloud:before {
    content: "\e920"
}

.care-togo-css .togo-icon-integration:before {
    content: "\e948"
}

.care-togo-css .togo-icon-bulb:before {
    content: "\e90d"
}

.care-togo-css .togo-icon-star:before {
    content: "\e982"
}

.care-togo-css .togo-icon-lock-closed:before {
    content: "\e94e"
}

.care-togo-css .togo-icon-lock-open:before {
    content: "\e94f"
}

.care-togo-css .togo-icon-error:before {
    content: "\e92a"
}

.care-togo-css .togo-icon-camera:before {
    content: "\e90f"
}

.care-togo-css .togo-icon-note:before {
    content: "\e959"
}

.care-togo-css .togo-icon-pause:before {
    content: "\e95c"
}

.care-togo-css .togo-icon-comment:before {
    content: "\e967"
}

.care-togo-css .togo-icon-play:before {
    content: "\e966"
}

.care-togo-css .togo-icon-clock:before {
    content: "\e91e"
}

.care-togo-css .togo-icon-copy:before {
    content: "\e923"
}

.care-togo-css .togo-icon-paint-brush:before {
    content: "\e95b"
}

.care-togo-css .togo-icon-list-view:before {
    content: "\e94d"
}

.care-togo-css .togo-icon-grid-view:before {
    content: "\e941"
}

.care-togo-css .togo-icon-file-xls:before {
    content: "\e968"
}

.care-togo-css .togo-icon-file-ppt:before {
    content: "\e958"
}

.care-togo-css .togo-icon-file-doc:before {
    content: "\e934"
}

.care-togo-css .togo-icon-file-pdf:before {
    content: "\e938"
}

.care-togo-css .togo-icon-video:before {
    content: "\e98b"
}

.care-togo-css .togo-icon-image:before {
    content: "\e945"
}

.care-togo-css .togo-icon-music:before {
    content: "\e936"
}

.care-togo-css .togo-icon-box:before {
    content: "\e90b"
}

.care-togo-css .togo-icon-controls:before {
    content: "\e922"
}

.care-togo-css .togo-icon-file:before {
    content: "\e93a"
}

.care-togo-css .togo-icon-file-curl:before {
    content: "\e932"
}

.care-togo-css .togo-icon-file-zip:before {
    content: "\e939"
}

.care-togo-css .togo-icon-screen-filled:before {
    content: "\e976"
}

.care-togo-css .togo-icon-switch:before {
    content: "\e985"
}

.care-togo-css .togo-icon-person-filled:before {
    content: "\e95f"
}

.care-togo-css .togo-icon-people-filled:before {
    content: "\e95d"
}

.care-togo-css .togo-icon-add-person-filled:before {
    content: "\e901"
}

.care-togo-css .togo-icon-linechart:before {
    content: "\e94b"
}

.care-togo-css .togo-icon-file-link:before {
    content: "\e935"
}

.care-togo-css .togo-icon-vimeo:before {
    content: "\e97b"
}

.care-togo-css .togo-icon-youtube:before {
    content: "\e933"
}

.care-togo-css .togo-icon-polls:before {
    content: "\e96e"
}

.care-togo-css .togo-icon-tests:before {
    content: "\e986"
}

.care-togo-css .togo-icon-chat-three-dots:before {
    content: "\e915"
}

.care-togo-css .togo-icon-chat-question:before {
    content: "\e913"
}

.care-togo-css .togo-icon-join-meeting:before {
    content: "\e949"
}

.care-togo-css .togo-icon-share-box-arrow:before {
    content: "\e97c"
}

.care-togo-css .togo-icon-seeit:before {
    content: "\e979"
}

.care-togo-css .togo-icon-gotoassist:before {
    content: "\e93f"
}

.care-togo-css .togo-icon-star-filled:before {
    content: "\e981"
}

.care-togo-css .togo-icon-american-express:before {
    content: "\e905"
}

.care-togo-css .togo-icon-discover:before {
    content: "\e925"
}

.care-togo-css .togo-icon-mastercard:before {
    content: "\e952"
}

.care-togo-css .togo-icon-visa:before {
    content: "\e98c"
}

.care-togo-css .togo-icon-yen:before {
    content: "\e991"
}

.care-togo-css .togo-icon-pound:before {
    content: "\e970"
}

.care-togo-css .togo-icon-euro:before {
    content: "\e92b"
}

.care-togo-css .togo-icon-dollar:before {
    content: "\e926"
}

.care-togo-css .togo-icon-rocket:before {
    content: "\e975"
}

.care-togo-css .togo-icon-reload:before {
    content: "\e974"
}

.care-togo-css .togo-icon-money:before {
    content: "\e957"
}

.care-togo-css .togo-icon-subtract:before {
    content: "\e984"
}

.care-togo-css .togo-icon-id-card:before {
    content: "\e944"
}

.care-togo-css .togo-icon-discount:before {
    content: "\e924"
}

.care-togo-css .togo-icon-cart:before {
    content: "\e910"
}

.care-togo-css .togo-icon-popout:before {
    content: "\e96f"
}

.care-togo-css .togo-icon-chat-filled:before {
    content: "\e911"
}

.care-togo-css .togo-icon-chat-question-filled:before {
    content: "\e912"
}

.care-togo-css .togo-icon-chat-three-dots-filled:before {
    content: "\e914"
}

.care-togo-css .togo-icon-bulb-filled:before {
    content: "\e90c"
}

.care-togo-css .togo-icon-checkbox-filled:before {
    content: "\e91a"
}

.care-togo-css .togo-icon-eye-filled:before {
    content: "\e92e"
}

.care-togo-css .togo-icon-feedback-filled:before {
    content: "\e930"
}

.care-togo-css .togo-icon-info-filled:before {
    content: "\e946"
}

.care-togo-css .togo-icon-map-marker-filled:before {
    content: "\e950"
}

.care-togo-css .togo-icon-picture:before {
    content: "\e96d"
}

.care-togo-css .togo-icon-picture-filled:before {
    content: "\e900"
}

.care-togo-css .togo-icon-picture-disabled:before {
    content: "\e96c"
}

.care-togo-css .togo-icon-picture-disabled-filled:before {
    content: "\e96b"
}

.care-togo-css .togo-icon-trash-filled:before {
    content: "\e988"
}

.care-togo-css .togo-icon-list:before {
    content: "\e965"
}

.care-togo-css .togo-icon-badge:before {
    content: "\e994"
}

.care-togo-css .togo-icon-badge-filled:before {
    content: "\e98d"
}

.care-togo-css .togo-icon-beaker-filled:before {
    content: "\e995"
}

.care-togo-css .togo-icon-business:before {
    content: "\e9b1"
}

.care-togo-css .togo-icon-business-reverse:before {
    content: "\e9ad"
}

.care-togo-css .togo-icon-calculator:before {
    content: "\e9ab"
}

.care-togo-css .togo-icon-calculator-filled:before {
    content: "\e9aa"
}

.care-togo-css .togo-icon-desktop:before {
    content: "\e997"
}

.care-togo-css .togo-icon-drag-and-drop:before {
    content: "\e9bd"
}

.care-togo-css .togo-icon-education:before {
    content: "\e9af"
}

.care-togo-css .togo-icon-education-filled:before {
    content: "\e9ae"
}

.care-togo-css .togo-icon-engineering:before {
    content: "\e9a6"
}

.care-togo-css .togo-icon-engineering-filled:before {
    content: "\e9a5"
}

.care-togo-css .togo-icon-events:before {
    content: "\e9b2"
}

.care-togo-css .togo-icon-events-filled:before {
    content: "\e9b0"
}

.care-togo-css .togo-icon-fitness:before {
    content: "\e9ac"
}

.care-togo-css .togo-icon-healthcare:before {
    content: "\e9a7"
}

.care-togo-css .togo-icon-healthcare-filled:before {
    content: "\e9a3"
}

.care-togo-css .togo-icon-home:before {
    content: "\e99a"
}

.care-togo-css .togo-icon-home-filled:before {
    content: "\e996"
}

.care-togo-css .togo-icon-house:before {
    content: "\e999"
}

.care-togo-css .togo-icon-house-filled:before {
    content: "\e998"
}

.care-togo-css .togo-icon-legal:before {
    content: "\e9a1"
}

.care-togo-css .togo-icon-legal-filled:before {
    content: "\e9a0"
}

.care-togo-css .togo-icon-logmein:before {
    content: "\e9b5"
}

.care-togo-css .togo-icon-manufacturing:before {
    content: "\e9a2"
}

.care-togo-css .togo-icon-manufacturing-filled:before {
    content: "\e99d"
}

.care-togo-css .togo-icon-palette:before {
    content: "\e9a9"
}

.care-togo-css .togo-icon-palette-filled:before {
    content: "\e9a8"
}

.care-togo-css .togo-icon-pie-chart:before {
    content: "\e99f"
}

.care-togo-css .togo-icon-pie-chart-filled:before {
    content: "\e99e"
}

.care-togo-css .togo-icon-reader:before {
    content: "\e99c"
}

.care-togo-css .togo-icon-reader-filled:before {
    content: "\e99b"
}

.care-togo-css .togo-icon-router:before {
    content: "\e9b6"
}

.care-togo-css .togo-icon-router-filled:before {
    content: "\e992"
}

.care-togo-css .togo-icon-thumb-up:before {
    content: "\e9b9"
}

.care-togo-css .togo-icon-thumb-up-filled:before {
    content: "\e993"
}

.care-togo-css .togo-icon-trending:before {
    content: "\e9b3"
}

.care-togo-css .togo-icon-code:before {
    content: "\e9b4"
}

.care-togo-css .togo-icon-grab-handle:before {
    content: "\e9b7"
}

.care-togo-css .togo-icon-speaker-mute:before {
    content: "\e9a4"
}

.care-togo-css .togo-icon-bell:before {
    content: "\e9bb"
}

.care-togo-css .togo-icon-bell-filled:before {
    content: "\e9ba"
}

.care-togo-css .togo-icon-service-status:before {
    content: "\e9b8"
}

@media print {
    .care-togo-css blockquote {
        page-break-inside: avoid;
        border: 1px solid #999
    }
    .care-togo-css img {
        page-break-inside: avoid;
        max-width: 100%!important
    }
    .care-togo-css pre {
        border: 1px solid #999
    }
    .care-togo-css pre,
    .care-togo-css tr {
        page-break-inside: avoid
    }
    .care-togo-css * {
        text-shadow: none!important;
        color: #000!important;
        background: 0 0!important;
        box-shadow: none!important
    }
    .care-togo-css a,
    .care-togo-css a:visited {
        text-decoration: underline
    }
    .care-togo-css a[href]:after {
        content: " (" attr(href) ")"
    }
    .care-togo-css abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .care-togo-css a[href^="#"]:after,
    .care-togo-css a[href^="javascript:"]:after {
        content: ""
    }
    .care-togo-css thead {
        display: table-header-group
    }
    .care-togo-css h2,
    .care-togo-css h3 {
        orphans: 3;
        widows: 3;
        page-break-after: avoid
    }
    .care-togo-css p {
        orphans: 3;
        widows: 3
    }
    .care-togo-css select {
        background: #fff!important
    }
    .care-togo-css .navbar {
        display: none
    }
    .care-togo-css .table {
        border-collapse: collapse!important
    }
    .care-togo-css .table td,
    .care-togo-css .table th {
        background-color: #fff!important
    }
    .care-togo-css .btn>.caret,
    .care-togo-css .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .care-togo-css .label {
        border: 1px solid #000
    }
    .care-togo-css .table-bordered td,
    .care-togo-css .table-bordered th {
        border: 1px solid #ddd!important
    }
    .care-togo-css .visible-print {
        display: block!important
    }
    .care-togo-css table.visible-print {
        display: table
    }
    .care-togo-css tr.visible-print {
        display: table-row!important
    }
    .care-togo-css td.visible-print,
    .care-togo-css th.visible-print {
        display: table-cell!important
    }
    .care-togo-css .hidden-print {
        display: none!important
    }
}

@media (max-width:768px) {
    .care-togo-css .app-content {
        padding-bottom: 60px
    }
    .care-togo-css .navbar-lite .navbar-toggle {
        padding: 7px 10px
    }
    .care-togo-css .togo-footer-lite {
        font-size: 10px;
        min-height: 30px;
        text-align: center
    }
    .care-togo-css .togo-footer-lite .center-mobile.pull-left,
    .care-togo-css .togo-footer-lite .center-mobile.pull-right {
        display: inline-block;
        float: none!important
    }
    .care-togo-css .togo-footer-lite .row ul {
        margin-bottom: -4px
    }
    .care-togo-css .togo-footer-lite ul li {
        padding: 0 6px
    }
    .care-togo-css .togo-footer-lite ul li>a,
    .care-togo-css .togo-footer-lite ul li>span {
        padding-top: 5px;
        padding-bottom: 5px
    }
}

@media (min-width:768px) {
    .care-togo-css .lead {
        font-size: 21px
    }
    .care-togo-css .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .care-togo-css .dl-horizontal dd {
        margin-left: 180px
    }
    .care-togo-css .dl-horizontal dd:after {
        content: " ";
        display: table;
        clear: both
    }
    .care-togo-css .dl-horizontal dd:before {
        content: " ";
        display: table
    }
    .care-togo-css .container {
        width: 750px
    }
    .care-togo-css .container>.navbar-collapse,
    .care-togo-css .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
    .care-togo-css .col-sm-1 {
        float: left;
        width: 8.33333333%
    }
    .care-togo-css .col-sm-10 {
        float: left;
        width: 83.33333333%
    }
    .care-togo-css .col-sm-11 {
        float: left;
        width: 91.66666667%
    }
    .care-togo-css .col-sm-12 {
        float: left;
        width: 100%
    }
    .care-togo-css .col-sm-2 {
        float: left;
        width: 16.66666667%
    }
    .care-togo-css .col-sm-3 {
        float: left;
        width: 25%
    }
    .care-togo-css .col-sm-4 {
        float: left;
        width: 33.33333333%
    }
    .care-togo-css .col-sm-5 {
        float: left;
        width: 41.66666667%
    }
    .care-togo-css .col-sm-6 {
        float: left;
        width: 50%
    }
    .care-togo-css .col-sm-7 {
        float: left;
        width: 58.33333333%
    }
    .care-togo-css .col-sm-8 {
        float: left;
        width: 66.66666667%
    }
    .care-togo-css .col-sm-9 {
        float: left;
        width: 75%
    }
    .care-togo-css .col-sm-pull-0 {
        right: 0
    }
    .care-togo-css .col-sm-pull-1 {
        right: 8.33333333%
    }
    .care-togo-css .col-sm-pull-2 {
        right: 16.66666667%
    }
    .care-togo-css .col-sm-pull-3 {
        right: 25%
    }
    .care-togo-css .col-sm-pull-4 {
        right: 33.33333333%
    }
    .care-togo-css .col-sm-pull-5 {
        right: 41.66666667%
    }
    .care-togo-css .col-sm-pull-6 {
        right: 50%
    }
    .care-togo-css .col-sm-pull-7 {
        right: 58.33333333%
    }
    .care-togo-css .col-sm-pull-8 {
        right: 66.66666667%
    }
    .care-togo-css .col-sm-pull-9 {
        right: 75%
    }
    .care-togo-css .col-sm-pull-10 {
        right: 83.33333333%
    }
    .care-togo-css .col-sm-pull-11 {
        right: 91.66666667%
    }
    .care-togo-css .col-sm-pull-12 {
        right: 100%
    }
    .care-togo-css .col-sm-push-0 {
        left: 0
    }
    .care-togo-css .col-sm-push-1 {
        left: 8.33333333%
    }
    .care-togo-css .col-sm-push-2 {
        left: 16.66666667%
    }
    .care-togo-css .col-sm-push-3 {
        left: 25%
    }
    .care-togo-css .col-sm-push-4 {
        left: 33.33333333%
    }
    .care-togo-css .col-sm-push-5 {
        left: 41.66666667%
    }
    .care-togo-css .col-sm-push-6 {
        left: 50%
    }
    .care-togo-css .col-sm-push-7 {
        left: 58.33333333%
    }
    .care-togo-css .col-sm-push-8 {
        left: 66.66666667%
    }
    .care-togo-css .col-sm-push-9 {
        left: 75%
    }
    .care-togo-css .col-sm-push-10 {
        left: 83.33333333%
    }
    .care-togo-css .col-sm-push-11 {
        left: 91.66666667%
    }
    .care-togo-css .col-sm-push-12 {
        left: 100%
    }
    .care-togo-css .col-sm-offset-0 {
        margin-left: 0
    }
    .care-togo-css .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .care-togo-css .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .care-togo-css .col-sm-offset-3 {
        margin-left: 25%
    }
    .care-togo-css .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .care-togo-css .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .care-togo-css .col-sm-offset-6 {
        margin-left: 50%
    }
    .care-togo-css .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .care-togo-css .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .care-togo-css .col-sm-offset-9 {
        margin-left: 75%
    }
    .care-togo-css .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .care-togo-css .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .care-togo-css .col-sm-offset-12 {
        margin-left: 100%
    }
    .care-togo-css .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .care-togo-css .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .care-togo-css .form-inline .input-group>.form-control {
        width: 100%
    }
    .care-togo-css .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .care-togo-css .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }
    .care-togo-css .form-inline .checkbox input[type=checkbox] {
        float: none;
        margin-left: 0
    }
    .care-togo-css .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }
    .care-togo-css .form-inline .radio input[type=radio] {
        float: none;
        margin-left: 0
    }
    .care-togo-css .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
    .care-togo-css .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }
    .care-togo-css .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .care-togo-css .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .care-togo-css .navbar-form .input-group>.form-control {
        width: 100%
    }
    .care-togo-css .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .care-togo-css .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }
    .care-togo-css .navbar-form .checkbox input[type=checkbox] {
        float: none;
        margin-left: 0
    }
    .care-togo-css .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }
    .care-togo-css .navbar-form .radio input[type=radio] {
        float: none;
        margin-left: 0
    }
    .care-togo-css .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
    .care-togo-css .form-horizontal .control-label {
        text-align: right
    }
    .care-togo-css .navbar-right {
        float: right!important
    }
    .care-togo-css .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .care-togo-css .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
    .care-togo-css .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .care-togo-css .nav-justified>li>a {
        margin-bottom: 0
    }
    .care-togo-css .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .care-togo-css .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 2px 2px 0 0
    }
    .care-togo-css .nav-tabs.nav-justified>.active>a,
    .care-togo-css .nav-tabs.nav-justified>.active>a:focus,
    .care-togo-css .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
    .care-togo-css .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 2px 2px 0 0
    }
    .care-togo-css .nav-tabs-justified>.active>a,
    .care-togo-css .nav-tabs-justified>.active>a:focus,
    .care-togo-css .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
    .care-togo-css .navbar-header {
        float: left
    }
    .care-togo-css .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .care-togo-css .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .care-togo-css .navbar-collapse.in {
        overflow-y: visible
    }
    .care-togo-css .navbar-fixed-bottom {
        border-radius: 0
    }
    .care-togo-css .navbar-fixed-bottom .navbar-collapse,
    .care-togo-css .navbar-fixed-bottom .navbar-lite .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
    .care-togo-css .navbar-fixed-top {
        border-radius: 0
    }
    .care-togo-css .navbar-fixed-top .navbar-collapse,
    .care-togo-css .navbar-fixed-top .navbar-lite .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
    .care-togo-css .navbar-static-top {
        border-radius: 0
    }
    .care-togo-css .navbar-static-top .navbar-collapse,
    .care-togo-css .navbar-static-top .navbar-lite .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
    .care-togo-css .container-fluid>.navbar-collapse,
    .care-togo-css .container-fluid>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
    .care-togo-css .navbar>.container .navbar-brand {
        margin-left: -15px
    }
    .care-togo-css .navbar>.container .navbar-lite .navbar-brand-lite {
        margin-left: 15px!important
    }
    .care-togo-css .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
    .care-togo-css .navbar>.container-fluid .navbar-lite .navbar-brand-lite {
        margin-left: 15px!important
    }
    .care-togo-css .navbar-toggle {
        display: none
    }
    .care-togo-css .navbar-nav {
        float: left;
        margin: 0
    }
    .care-togo-css .navbar-nav>li {
        float: left
    }
    .care-togo-css .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .care-togo-css .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }
    .care-togo-css .navbar-left {
        float: left!important
    }
    .care-togo-css .navbar-form.navbar-right:last-child {
        margin-right: -15px
    }
    .care-togo-css .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
    .care-togo-css .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
    .care-togo-css .navbar-lite .navbar-header {
        float: left
    }
    .care-togo-css .navbar-lite .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
        position: static;
        background: #fff;
        z-index: auto;
        height: auto
    }
    .care-togo-css .navbar-lite .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .care-togo-css .navbar-lite .navbar-collapse.in {
        overflow-y: visible
    }
    .care-togo-css .navbar-lite .container-fluid>.navbar-collapse,
    .care-togo-css .navbar-lite .container-fluid>.navbar-header,
    .care-togo-css .navbar-lite .container>.navbar-collapse,
    .care-togo-css .navbar-lite .container>.navbar-header {
        margin-right: 0;
        padding-right: 0
    }
    .care-togo-css .navbar-lite .navbar-static-top {
        border-radius: 0
    }
    .care-togo-css .navbar-lite .nav-mobile-separator-line {
        display: none
    }
    .care-togo-css .navbar-lite .navbar-fixed-bottom,
    .care-togo-css .navbar-lite .navbar-fixed-top {
        border-radius: 0
    }
    .care-togo-css .navbar-lite .navbar-toggle {
        display: none
    }
    .care-togo-css .navbar-lite .navbar-nav {
        float: left;
        margin: 0 80px 0 0
    }
    .care-togo-css .navbar-lite .navbar-nav>li {
        float: left;
        margin-left: 0;
        margin: 0
    }
    .care-togo-css .navbar-lite .navbar-nav>li>a.dropdown-toggle-avatar {
        height: 31px;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        margin-top: 15px;
        margin-bottom: 15px
    }
    .care-togo-css .navbar-lite .navbar-nav>li>a.dropdown-toggle-avatar>img {
        margin-top: 0
    }
    .care-togo-css .navbar-lite .navbar-nav>li>a.dropdown-toggle-avatar>div {
        display: none
    }
    .care-togo-css .navbar-lite .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-right: 18px;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        padding-left: 15px
    }
    .care-togo-css .navbar-lite .navbar-nav>li>a .icon-label-lite {
        display: none
    }
    .care-togo-css .navbar-lite .navbar-nav>li>a.dropdown-toggle-icon {
        padding-top: 0;
        padding: 2px 0 0;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-top: 14.5px;
        margin-bottom: 14.5px
    }
    .care-togo-css .navbar-lite .navbar-nav>li>a.active,
    .care-togo-css .navbar-lite .navbar-nav>li>a.active:focus,
    .care-togo-css .navbar-lite .navbar-nav>li>a.active:hover {
        background-size: 100% 4px
    }
    .care-togo-css .navbar-lite .navbar-nav.navbar-right {
        margin-top: 0;
        margin-bottom: 0
    }
    .care-togo-css .navbar-lite .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }
    .care-togo-css .navbar-lite .navbar-nav.navbar-right .dropdown-lite:last-child a {
        padding-right: 18px
    }
    .care-togo-css .navbar-lite .navbar-nav.navbar-right>li {
        margin-top: 0;
        margin-bottom: 0
    }
    .care-togo-css .navbar-lite .navbar-left {
        float: left!important
    }
    .care-togo-css .navbar-lite .navbar-right {
        position: absolute;
        right: 20px
    }
    .care-togo-css .navbar-lite .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }
    .care-togo-css .navbar-lite .navbar-form.navbar-right:last-child {
        margin-right: -15px
    }
    .care-togo-css .navbar-lite .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
    .care-togo-css .navbar-lite .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
    .care-togo-css .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .care-togo-css .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .care-togo-css .modal-sm {
        width: 300px
    }
    .care-togo-css .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 600px
    }
}

@media (min-width:992px) {
    .care-togo-css .container {
        width: 970px
    }
    .care-togo-css .col-md-1 {
        float: left;
        width: 8.33333333%
    }
    .care-togo-css .col-md-10 {
        float: left;
        width: 83.33333333%
    }
    .care-togo-css .col-md-11 {
        float: left;
        width: 91.66666667%
    }
    .care-togo-css .col-md-12 {
        float: left;
        width: 100%
    }
    .care-togo-css .col-md-2 {
        float: left;
        width: 16.66666667%
    }
    .care-togo-css .col-md-3 {
        float: left;
        width: 25%
    }
    .care-togo-css .col-md-4 {
        float: left;
        width: 33.33333333%
    }
    .care-togo-css .col-md-5 {
        float: left;
        width: 41.66666667%
    }
    .care-togo-css .col-md-6 {
        float: left;
        width: 50%
    }
    .care-togo-css .col-md-7 {
        float: left;
        width: 58.33333333%
    }
    .care-togo-css .col-md-8 {
        float: left;
        width: 66.66666667%
    }
    .care-togo-css .col-md-9 {
        float: left;
        width: 75%
    }
    .care-togo-css .col-md-pull-0 {
        right: 0
    }
    .care-togo-css .col-md-pull-1 {
        right: 8.33333333%
    }
    .care-togo-css .col-md-pull-2 {
        right: 16.66666667%
    }
    .care-togo-css .col-md-pull-3 {
        right: 25%
    }
    .care-togo-css .col-md-pull-4 {
        right: 33.33333333%
    }
    .care-togo-css .col-md-pull-5 {
        right: 41.66666667%
    }
    .care-togo-css .col-md-pull-6 {
        right: 50%
    }
    .care-togo-css .col-md-pull-7 {
        right: 58.33333333%
    }
    .care-togo-css .col-md-pull-8 {
        right: 66.66666667%
    }
    .care-togo-css .col-md-pull-9 {
        right: 75%
    }
    .care-togo-css .col-md-pull-10 {
        right: 83.33333333%
    }
    .care-togo-css .col-md-pull-11 {
        right: 91.66666667%
    }
    .care-togo-css .col-md-pull-12 {
        right: 100%
    }
    .care-togo-css .col-md-push-0 {
        left: 0
    }
    .care-togo-css .col-md-push-1 {
        left: 8.33333333%
    }
    .care-togo-css .col-md-push-2 {
        left: 16.66666667%
    }
    .care-togo-css .col-md-push-3 {
        left: 25%
    }
    .care-togo-css .col-md-push-4 {
        left: 33.33333333%
    }
    .care-togo-css .col-md-push-5 {
        left: 41.66666667%
    }
    .care-togo-css .col-md-push-6 {
        left: 50%
    }
    .care-togo-css .col-md-push-7 {
        left: 58.33333333%
    }
    .care-togo-css .col-md-push-8 {
        left: 66.66666667%
    }
    .care-togo-css .col-md-push-9 {
        left: 75%
    }
    .care-togo-css .col-md-push-10 {
        left: 83.33333333%
    }
    .care-togo-css .col-md-push-11 {
        left: 91.66666667%
    }
    .care-togo-css .col-md-push-12 {
        left: 100%
    }
    .care-togo-css .col-md-offset-0 {
        margin-left: 0
    }
    .care-togo-css .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .care-togo-css .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .care-togo-css .col-md-offset-3 {
        margin-left: 25%
    }
    .care-togo-css .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .care-togo-css .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .care-togo-css .col-md-offset-6 {
        margin-left: 50%
    }
    .care-togo-css .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .care-togo-css .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .care-togo-css .col-md-offset-9 {
        margin-left: 75%
    }
    .care-togo-css .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .care-togo-css .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .care-togo-css .col-md-offset-12 {
        margin-left: 100%
    }
    .care-togo-css .modal-lg {
        width: 900px
    }
    .care-togo-css .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 600px
    }
}

@media (min-width:1200px) {
    .care-togo-css .container {
        width: 1170px
    }
    .care-togo-css .col-lg-1 {
        float: left;
        width: 8.33333333%
    }
    .care-togo-css .col-lg-10 {
        float: left;
        width: 83.33333333%
    }
    .care-togo-css .col-lg-11 {
        float: left;
        width: 91.66666667%
    }
    .care-togo-css .col-lg-12 {
        float: left;
        width: 100%
    }
    .care-togo-css .col-lg-2 {
        float: left;
        width: 16.66666667%
    }
    .care-togo-css .col-lg-3 {
        float: left;
        width: 25%
    }
    .care-togo-css .col-lg-4 {
        float: left;
        width: 33.33333333%
    }
    .care-togo-css .col-lg-5 {
        float: left;
        width: 41.66666667%
    }
    .care-togo-css .col-lg-6 {
        float: left;
        width: 50%
    }
    .care-togo-css .col-lg-7 {
        float: left;
        width: 58.33333333%
    }
    .care-togo-css .col-lg-8 {
        float: left;
        width: 66.66666667%
    }
    .care-togo-css .col-lg-9 {
        float: left;
        width: 75%
    }
    .care-togo-css .col-lg-pull-0 {
        right: 0
    }
    .care-togo-css .col-lg-pull-1 {
        right: 8.33333333%
    }
    .care-togo-css .col-lg-pull-2 {
        right: 16.66666667%
    }
    .care-togo-css .col-lg-pull-3 {
        right: 25%
    }
    .care-togo-css .col-lg-pull-4 {
        right: 33.33333333%
    }
    .care-togo-css .col-lg-pull-5 {
        right: 41.66666667%
    }
    .care-togo-css .col-lg-pull-6 {
        right: 50%
    }
    .care-togo-css .col-lg-pull-7 {
        right: 58.33333333%
    }
    .care-togo-css .col-lg-pull-8 {
        right: 66.66666667%
    }
    .care-togo-css .col-lg-pull-9 {
        right: 75%
    }
    .care-togo-css .col-lg-pull-10 {
        right: 83.33333333%
    }
    .care-togo-css .col-lg-pull-11 {
        right: 91.66666667%
    }
    .care-togo-css .col-lg-pull-12 {
        right: 100%
    }
    .care-togo-css .col-lg-push-0 {
        left: 0
    }
    .care-togo-css .col-lg-push-1 {
        left: 8.33333333%
    }
    .care-togo-css .col-lg-push-2 {
        left: 16.66666667%
    }
    .care-togo-css .col-lg-push-3 {
        left: 25%
    }
    .care-togo-css .col-lg-push-4 {
        left: 33.33333333%
    }
    .care-togo-css .col-lg-push-5 {
        left: 41.66666667%
    }
    .care-togo-css .col-lg-push-6 {
        left: 50%
    }
    .care-togo-css .col-lg-push-7 {
        left: 58.33333333%
    }
    .care-togo-css .col-lg-push-8 {
        left: 66.66666667%
    }
    .care-togo-css .col-lg-push-9 {
        left: 75%
    }
    .care-togo-css .col-lg-push-10 {
        left: 83.33333333%
    }
    .care-togo-css .col-lg-push-11 {
        left: 91.66666667%
    }
    .care-togo-css .col-lg-push-12 {
        left: 100%
    }
    .care-togo-css .col-lg-offset-0 {
        margin-left: 0
    }
    .care-togo-css .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .care-togo-css .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .care-togo-css .col-lg-offset-3 {
        margin-left: 25%
    }
    .care-togo-css .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .care-togo-css .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .care-togo-css .col-lg-offset-6 {
        margin-left: 50%
    }
    .care-togo-css .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .care-togo-css .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .care-togo-css .col-lg-offset-9 {
        margin-left: 75%
    }
    .care-togo-css .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .care-togo-css .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .care-togo-css .col-lg-offset-12 {
        margin-left: 100%
    }
    .care-togo-css .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 600px
    }
    .care-togo-css .visible-lg {
        display: block!important
    }
    .care-togo-css table.visible-lg {
        display: table
    }
    .care-togo-css tr.visible-lg {
        display: table-row!important
    }
    .care-togo-css td.visible-lg,
    .care-togo-css th.visible-lg {
        display: table-cell!important
    }
    .care-togo-css .hidden-lg {
        display: none!important
    }
}

@media (max-width:767px) {
    .care-togo-css .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch
    }
    .care-togo-css .table-responsive>.table {
        margin-bottom: 0
    }
    .care-togo-css .table-responsive>.table>tbody>tr>td,
    .care-togo-css .table-responsive>.table>tbody>tr>th,
    .care-togo-css .table-responsive>.table>tfoot>tr>td,
    .care-togo-css .table-responsive>.table>tfoot>tr>th,
    .care-togo-css .table-responsive>.table>thead>tr>td,
    .care-togo-css .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .care-togo-css .table-responsive>.table-bordered {
        border: 0
    }
    .care-togo-css .table-responsive>.table-bordered>tbody>tr>td:first-child {
        border-left: 0
    }
    .care-togo-css .table-responsive>.table-bordered>tbody>tr>td:last-child {
        border-right: 0
    }
    .care-togo-css .table-responsive>.table-bordered>tbody>tr>th:first-child {
        border-left: 0
    }
    .care-togo-css .table-responsive>.table-bordered>tbody>tr>th:last-child {
        border-right: 0
    }
    .care-togo-css .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .care-togo-css .table-responsive>.table-bordered>tbody>tr:last-child>th {
        border-bottom: 0
    }
    .care-togo-css .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .care-togo-css .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .care-togo-css .table-responsive>.table-bordered>tfoot>tr>th:first-child {
        border-left: 0
    }
    .care-togo-css .table-responsive>.table-bordered>tfoot>tr>th:last-child {
        border-right: 0
    }
    .care-togo-css .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .care-togo-css .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
    .care-togo-css .table-responsive>.table-bordered>thead>tr>td:first-child {
        border-left: 0
    }
    .care-togo-css .table-responsive>.table-bordered>thead>tr>td:last-child {
        border-right: 0
    }
    .care-togo-css .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .care-togo-css .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .care-togo-css .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .care-togo-css .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .care-togo-css .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px;
        line-height: 20px
    }
    .care-togo-css .navbar-nav .open .dropdown-menu>li>a:focus,
    .care-togo-css .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
    .care-togo-css .navbar-nav:not(.navbar-lite .open .dropdown-menu) {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .care-togo-css .navbar-nav:not(.navbar-lite .open .dropdown-menu) .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .care-togo-css .navbar-nav:not(.navbar-lite .open .dropdown-menu)>li>a {
        padding: 5px 15px 5px 25px;
        line-height: 20px
    }
    .care-togo-css .navbar-nav:not(.navbar-lite .open .dropdown-menu)>li>a:focus,
    .care-togo-css .navbar-nav:not(.navbar-lite .open .dropdown-menu)>li>a:hover {
        background-image: none
    }
    .care-togo-css .navbar-form .form-group {
        margin-bottom: 5px
    }
    .care-togo-css .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #daddd6
    }
    .care-togo-css .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .care-togo-css .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .care-togo-css .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .care-togo-css .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .care-togo-css .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #323945
    }
    .care-togo-css .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .care-togo-css .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .care-togo-css .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
    .care-togo-css .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #e7e7e7
    }
    .care-togo-css .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #e7e7e7
    }
    .care-togo-css .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .care-togo-css .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .care-togo-css .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .care-togo-css .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .care-togo-css .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .care-togo-css .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .care-togo-css .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .care-togo-css .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .care-togo-css .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
    .care-togo-css .navbar-lite .navbar-nav .dropdown-menu-user-info {
        display: none
    }
    .care-togo-css .navbar-lite .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 8px;
        background-color: #fff;
        border-top: 1px solid #b5b4b5!important;
        border-bottom: 1px solid #b5b4b5!important;
        box-shadow: none
    }
    .care-togo-css .navbar-lite .navbar-nav .open .dropdown-menu>li:first-child {
        margin-top: 10px!important
    }
    .care-togo-css .navbar-lite .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px;
        line-height: 20px;
        width: 100%!important;
        max-width: 100%!important;
        color: #444
    }
    .care-togo-css .navbar-lite .navbar-nav .open .dropdown-menu>li>a:focus,
    .care-togo-css .navbar-lite .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none;
        color: #1678e3;
        background-color: transparent
    }
    .care-togo-css .navbar-lite .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .care-togo-css .navbar-lite .navbar-nav .open .dropdown-menu>.active>a,
    .care-togo-css .navbar-lite .navbar-nav .open .dropdown-menu>.active>a:focus,
    .care-togo-css .navbar-lite .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #444;
        background-color: #fff
    }
    .care-togo-css .navbar-lite .navbar-nav .open .dropdown-menu>.disabled>a,
    .care-togo-css .navbar-lite .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .care-togo-css .navbar-lite .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
    .care-togo-css .navbar-lite .navbar-nav .open .dropdown-first-menu-item {
        margin-top: 10px!important
    }
    .care-togo-css .navbar-lite .navbar-nav .open .icon-label-lite,
    .care-togo-css .navbar-lite .navbar-nav .open .user-name {
        color: #444!important
    }
    .care-togo-css .navbar-lite .navbar-nav .dropdown-user-info {
        display: none
    }
    .care-togo-css .navbar-lite .navbar-form .form-group {
        margin-bottom: 5px
    }
    .care-togo-css .visible-xs {
        display: block!important
    }
    .care-togo-css table.visible-xs {
        display: table
    }
    .care-togo-css tr.visible-xs {
        display: table-row!important
    }
    .care-togo-css td.visible-xs,
    .care-togo-css th.visible-xs {
        display: table-cell!important
    }
    .care-togo-css .hidden-xs {
        display: none!important
    }
}

@media only screen and (max-device-width:568px) {
    .care-togo-css input[type=color],
    .care-togo-css input[type=date],
    .care-togo-css input[type=datetime-local],
    .care-togo-css input[type=datetime],
    .care-togo-css input[type=email],
    .care-togo-css input[type=month],
    .care-togo-css input[type=number],
    .care-togo-css input[type=password],
    .care-togo-css input[type=search],
    .care-togo-css input[type=tel],
    .care-togo-css input[type=text],
    .care-togo-css input[type=time],
    .care-togo-css input[type=url],
    .care-togo-css input[type=week],
    .care-togo-css select,
    .care-togo-css textarea {
        font-size: 16px
    }
}

@media (min-width:480px) {
    .care-togo-css .navbar-lite .navbar-brand-lite {
        font-size: 11px;
        font-weight: 600;
        height: 38px;
        letter-spacing: 1px;
        padding-top: 27px;
        padding-left: 0;
        min-width: 78px;
        margin-right: 70px;
        background-size: 78px 25px;
        background-position: 0 0;
        margin-top: 11px;
        margin-bottom: 11px
    }
}

@media (max-width:1250px) and (min-width:767px) {
    .care-togo-css .navbar-lite .navbar-brand-lite {
        margin-right: 35px
    }
    .care-togo-css .navbar-lite .navbar-nav>li>a:not(navbar-right) {
        font-size: 14px;
        padding-top: 21px;
        padding-right: 12px;
        padding-left: 12px;
        margin-right: 9px
    }
}

@media (max-width:850px) and (min-width:767px) {
    .care-togo-css .navbar-lite .navbar-nav>li>a:not(navbar-right) {
        font-size: 13px;
        padding-right: 9px;
        padding-left: 9px;
        margin-right: 9px
    }
}

@media screen and (min-width:768px) {
    .care-togo-css .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .care-togo-css .jumbotron .h1,
    .care-togo-css .jumbotron h1 {
        font-size: 42px
    }
    .care-togo-css .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .care-togo-css .carousel-control .glyphicon-chevron-left,
    .care-togo-css .carousel-control .glyphicon-chevron-right,
    .care-togo-css .carousel-control .icon-next,
    .care-togo-css .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }
    .care-togo-css .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .care-togo-css .carousel-indicators {
        bottom: 20px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .care-togo-css .visible-sm {
        display: block!important
    }
    .care-togo-css table.visible-sm {
        display: table
    }
    .care-togo-css tr.visible-sm {
        display: table-row!important
    }
    .care-togo-css td.visible-sm,
    .care-togo-css th.visible-sm {
        display: table-cell!important
    }
    .care-togo-css .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .care-togo-css .visible-md {
        display: block!important
    }
    .care-togo-css table.visible-md {
        display: table
    }
    .care-togo-css tr.visible-md {
        display: table-row!important
    }
    .care-togo-css td.visible-md,
    .care-togo-css th.visible-md {
        display: table-cell!important
    }
    .care-togo-css .hidden-md {
        display: none!important
    }
}