﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

    small a {
        color: orange;
    }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type='button']::-moz-focus-inner,
    [type='reset']::-moz-focus-inner,
    [type='submit']::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type='button']:-moz-focusring,
    [type='reset']:-moz-focusring,
    [type='submit']:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
    [type='search']::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}

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

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

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

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

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

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col,
    .form-row > [class*='col-'] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .form-control:valid:focus,
    .form-control.is-valid:focus {
        border-color: #28a745;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

    .was-validated .form-control:valid ~ .valid-feedback,
    .was-validated .form-control:valid ~ .valid-tooltip,
    .form-control.is-valid ~ .valid-feedback,
    .form-control.is-valid ~ .valid-tooltip {
        display: block;
    }

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .custom-select:valid:focus,
    .custom-select.is-valid:focus {
        border-color: #28a745;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

    .was-validated .custom-select:valid ~ .valid-feedback,
    .was-validated .custom-select:valid ~ .valid-tooltip,
    .custom-select.is-valid ~ .valid-feedback,
    .custom-select.is-valid ~ .valid-tooltip {
        display: block;
    }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before,
    .custom-control-input.is-valid ~ .custom-control-label::before {
        border-color: #28a745;
    }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated
.custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.was-validated
.custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated
.custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .form-control:invalid:focus,
    .form-control.is-invalid:focus {
        border-color: #dc3545;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

    .was-validated .form-control:invalid ~ .invalid-feedback,
    .was-validated .form-control:invalid ~ .invalid-tooltip,
    .form-control.is-invalid ~ .invalid-feedback,
    .form-control.is-invalid ~ .invalid-tooltip {
        display: block;
    }

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .custom-select:invalid:focus,
    .custom-select.is-invalid:focus {
        border-color: #dc3545;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

    .was-validated .custom-select:invalid ~ .invalid-feedback,
    .was-validated .custom-select:invalid ~ .invalid-tooltip,
    .custom-select.is-invalid ~ .invalid-feedback,
    .custom-select.is-invalid ~ .invalid-tooltip {
        display: block;
    }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
    .custom-control-input.is-invalid ~ .custom-control-label::before {
        border-color: #dc3545;
    }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated
.custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.was-validated
.custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated
.custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

/* START MAIN */
:target {
    display: block;
    position: relative;
    top: -62px;
    visibility: hidden;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    background: #f9f9f9;
}

.noScroll {
    overflow: hidden;
}

.spacer {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.DISPLAY-NONE {
    display: none;
}

p.smallTxt {
    font-size: 0.6em;
}

sub {
    font-size: 0.4em;
    line-height: 1.4em;
}

@media (min-width: 600px) {
    sub {
        font-size: 0.7em;
    }
}

/* ul {
	list-style: none;
	margin-top: 10px;
	margin-left: 0;
	padding-left: 0;
	width: auto;
	font-size: 0.9em;
	color: #fff;
}

ul li {
	position: relative;
	width: auto;
}

ul li i {
	display: table-cell;
	padding-right: 10px;
	color: orange;
}

ul li .list-item {
	display: table-cell;
	width: auto;
} */

a.btn {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.1em;
    /*color: #4b5563;*/
    border: 1px solid #4b5563;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

    a.btn.btn-standard {
        padding: 10px 40px;
        /* border: 1px solid #095c8d;
background-color: #076aa3; */
        /*background: linear-gradient(0deg, #e8a109, #fcf345);*/
        background: #ee8900;
    }

    a.btn.btn-promo {
        padding: 10px 40px;
        /* border: 1px solid #095c8d;*/
        /*background-color: #28a745;*/
        color: #fff;
        border: none;
        background: linear-gradient(0deg, #1f6d31, #28a745);
    }

    a.btn.btn-standard:hover {
        background-color: #ffa400;
    }

    a.btn.btn-accent {
        padding: 6px 40px;
        background-color: #3b91da;
        background-image: -webkit-gradient( linear, left top, left bottom, color-stop(10%, #57b8fb), to(#3b91da) );
        background-image: linear-gradient(#57b8fb 10%, #3b91da 100%);
        border: 1px solid #117cc9;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 3px rgba(0, 0, 0, 0.2);
    }

        a.btn.btn-accent:hover {
            color: #fff !important;
            background-image: -webkit-gradient( linear, left top, left bottom, color-stop(10%, #40a7f0), to(#2e7ec5) );
            background-image: linear-gradient(#40a7f0 10%, #2e7ec5 100%);
        }

    a.btn.btn-full {
        width: calc(100% - 32px);
        margin: 16px;
        font-size: 0.8em;
        font-weight: 700;
    }

@media (min-width: 550px) {
    a.btn.btn-full {
        font-size: 1.1em;
    }
}

a.btn.btn-margin {
    margin-top: 15px;
    margin-bottom: 15px;
}

.hideTeeny {
    display: none;
}

@media (min-width: 413px) {
    .hideTeeny {
        display: inline-block;
    }
}

.form-control:focus {
    border-color: #fff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.25);
}

/* HTML5BP STYLES (WITHIN MAIN.SCSS) */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
        white-space: inherit;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: ' ';
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

@media (max-width: 700px) {
    a.btn.btn-standard {
        padding: 10px 24px;
    }

    .integrates {
        max-width: 100% !important;
    }

    .hbspt-form {
        padding: 20px 0px 20px 0px !important;
    }

    span.mobile-stack {
        display: block;
    }
}

@media (max-width: 1225px) {
    .formBox .valueParent {
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

    .formBox .formParent {
        margin: 0 auto;
    }

    .formBox .valueParent .valueBox {
        margin: 0 auto;
    }
}

#pnlEmail small a {
    color: #fff;
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !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: '';
    }

    pre {
        white-space: pre-wrap !important;
    }

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

    thead {
        display: table-header-group;
    }

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

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.box .overlay i {
    font-size: 1.3em;
    font-weight: 700;
}

/* END MAIN */
/* START LAYOUT */
.box {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

    .box img {
        max-width: 100%;
    }

    .box.imgBox {
        padding: 0;
    }

        .box.imgBox img {
            display: block;
        }

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1340px;
    height: 100%;
}

/*parents*/
.box-full {
    width: 100%;
}

.box-content {
    width: 75%;
}

.box-side {
    width: 25%;
}

/*children*/
.box-side-child {
    width: 100%;
}

.box-full-child {
    width: 100%;
}

.box-half-child {
    width: 100%;
}

@media (min-width: 900px) {
    .box-half-child {
        width: 100%;
    }
}

.box-third-child {
    width: 100%;
}

@media (min-width: 480px) {
    .box-third-child {
        width: 33.333%;
    }
}

.box-two-thirds-child {
    width: 100%;
}

@media (min-width: 480px) {
    .box-two-thirds-child {
        width: 66.666%;
    }
}

.box-fourth-child {
    width: 100%;
}

@media (min-width: 480px) {
    .box-fourth-child {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .box-fourth-child {
        width: 25%;
    }
}

.box-three-fourths-child {
    width: 100%;
}

@media (min-width: 480px) {
    .box-three-fourths-child {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .box-three-fourths-child {
        width: 75%;
    }
}

.box-fifth-child {
    width: 20%;
}

.box-three-fifths-child {
    width: 60%;
}

.box-four-fifths-child {
    width: 80%;
}

.box-55-child {
    width: 100%;
}

@media (min-width: 480px) {
    .box-55-child {
        width: 55%;
    }
}

.box-45-child {
    width: 100%;
}

@media (min-width: 480px) {
    .box-45-child {
        width: 45%;
    }
}

/*/children*/
/* END LAYOUT */
a#top {
    display: block;
    margin-top: -50px;
}

section.sectionHeading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../images/home-6.5.x/bg-texture-blank.png);
}

    section.sectionHeading h1,
    section.sectionHeading h3 {
        margin-top: 20px;
        font-size: 1.2em;
        color: #394045;
        text-align: center;
    }

@media (min-width: 600px) {
    section.sectionHeading h1,
    section.sectionHeading h3 {
        font-size: 1.8em;
    }
}

@media (min-width: 800px) {
    section.sectionHeading h1,
    section.sectionHeading h3 {
        margin-top: 30px;
        font-size: 2.3em;
    }
}

section.featuresBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 300px;
}

@media (min-width: 600px) {
    section.featuresBox {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 1340px) {
    section.featuresBox {
        height: 350px;
    }
}

@media (min-width: 1600px) {
    section.featuresBox {
        background-size: 1600px;
    }
}

section.featuresBox .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 150px;
}

@media (min-width: 600px) {
    section.featuresBox .left {
        height: auto;
    }
}

section.featuresBox .left .leftInsert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: conter;
    -ms-flex-align: conter;
    align-items: conter;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

@media (min-width: 800px) {
    section .featuresBox .left .leftInsert {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 1340px) {
    section.featuresBox .left .leftInsert {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (min-width: 1600px) {
    section.featuresBox .left .leftInsert {
        max-width: 800px;
    }
}

section.featuresBox .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 150px;
}

@media (min-width: 600px) {
    section.featuresBox .right {
        height: auto;
    }
}

section.featuresBox .right .rightInsert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: conter;
    -ms-flex-align: conter;
    align-items: conter;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

@media (min-width: 800px) {
    section.featuresBox .right .rightInsert {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 1340px) {
    section.featuresBox .right .rightInsert {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (min-width: 1600px) {
    section.featuresBox .right .rightInsert {
        max-width: 800px;
    }
}

section.featuresBox h1 {
    margin-bottom: 0;
    font-size: 0.9em;
    font-weight: 700;
}

@media (min-width: 600px) {
    section.featuresBox h1 {
        font-size: 1.2em;
    }
}

@media (min-width: 1100px) {
    section.featuresBox h1 {
        font-size: 1.3em;
    }
}

@media (min-width: 1340px) {
    section.featuresBox h1 {
        font-size: 1.6em;
    }
}

section.featuresBox p {
    font-size: 0.6em;
    font-weight: 400;
    line-height: 1.4em;
}

@media (min-width: 600px) {
    section.featuresBox p {
        font-size: 0.8em;
    }
}

@media (min-width: 1100px) {
    section.featuresBox p {
        font-size: 0.9em;
    }
}

@media (min-width: 1340px) {
    section.featuresBox p {
        font-size: 1em;
    }
}

section {
    position: relative;
}

header.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #1d1e20;
    border: thin dotted transparent !important;
    z-index: 200;
}

section.freeTrial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1px;
    min-height: 540px;
    /*background-image: url(../images/home-6.5.x/bg-texture-blank.png), url(../images/home-6.5.x/Working-Laptop-gradient.jpg);*/
    /*background-repeat: repeat, no-repeat;
    background-position: top left, center center;
    background-size: 100px, cover;*/
    background-color: #f4f4f4;
}

    section.freeTrial h1 {
        font-weight: 900;
        font-size: 72px;
        line-height: 80px;
        text-transform: uppercase;
        text-align: center;
        color: #1e1e1e;
    }

    section.freeTrial h2 {
        font-weight: 400;
        margin: 2rem auto 1rem auto;
        font-size: 1.75rem;
        text-align: center;
        color: #1e1e1e;
    }

@media (min-width: 550px) {
    section.freeTrial {
        height: 100%;
        padding: 5rem 0 1rem;
        /*background-image: url(../images/home-6.5.x/bg-texture-blank.png), url(../images/home-6.5.x/Working-Laptop-gradient.jpg);
        background-repeat: repeat, no-repeat;
        background-position: top left, center center;
        background-size: 100px, cover;*/
    }
}

.formBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1210px) {
    .formBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.formBox > .box {
    color: white;
}

.formBox .valueParent {
    display: none;
}

@media (min-width: 1210px) {
    .formBox .valueParent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 375px) {
    .formBox .valueParent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 3rem;
    }
}

.formBox .valueParent .valueBox {
    padding: 100px 20px 0;
    width: 90%;
    height: 30%;
    color: #1e1e1e;
}

    .formBox .valueParent .valueBox h1,
    .formBox .valueParent .valueBox h3 {
        margin-bottom: 0px;
        font-size: 3em;
    }

        .formBox .valueParent .valueBox h1 span,
        .formBox .valueParent .valueBox h3 span {
            color: #fff;
        }

    .formBox .valueParent .valueBox h2 {
        margin-top: 0;
    }

        .formBox .valueParent .valueBox h2 span {
            color: #fff;
        }

.formParent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
}

.formBox {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px 20px;
    width: 90%;
    max-width: 90%;
    height: 90%;
    border-radius: 6px;
    color: #1e1e1e;
}

@media (min-width: 600px) {
    .formBox {
        /*padding: 40px 20px;*/
        margin: 40px 20px;
    }
}

.formBox label {
    font-size: 0.7em;
    /*color: #fff;*/
}

@media (min-width: 600px) {
    .formBox label {
        font-size: 1em;
    }
}

.formBox sup {
    color: #0037ff;
}

.formBox h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.3em;
    color: #fff;
}

.formBox h2 {
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
}

    .formBox h2 span i {
        /*color: #fff;*/
    }

.formBox h6 {
    margin: 15px 0;
    font-weight: 700;
    /*color: #fff;*/
}

.formBox .formBox p {
    margin-top: 0;
    font-size: 0.8em;
    color: #fff;
    text-align: center;
}

    .formBox .formBox p span {
        color: orange;
    }

.half {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

@media (min-width: 650px) {
    .half {
        width: 48%;
    }
}

.half.mRight {
    margin-right: 32px;
}

section.hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 46px;
    margin-bottom: 0;
    height: 75vh;
    background-color: #2f3135;
    background-repeat: repeat, no-repeat;
    background-position: top left, center center;
    background-size: 100px, cover;
    transition: 0.2s;
}

@media (min-width: 550px) {
    section.hero {
        background-repeat: repeat, no-repeat;
        background-position: top left, center center;
        background-size: 100px, cover;
    }
}

@media (min-width: 960px) {
    section.hero {
        margin-top: 60px;
        height: 700px;
    }
}

@media (min-width: 1340px) {
    section.hero {
        height: 500px;
    }
}

@media (min-width: 1800px) {
    section.hero {
        height: 600px;
    }
}

section.hero .container.valueParent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    height: auto;
    border-radius: 6px;
}

@media (min-width: 1100px) {
    section.hero .container.valueParent {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 70%;
    }
}

section.hero .container.valueParent .valueBox {
    position: relative;
    width: 100%;
    color: #fff;
    text-align: center;
}

    section.hero .container.valueParent .valueBox.box-half-child {
        width: 100%;
    }

@media (min-width: 1100px) {
    section.hero .container.valueParent .valueBox.box-half-child {
        width: 50%;
    }
}

@media (min-width: 1100px) {
    section.hero .container.valueParent .valueBox:first-child {
        padding-right: 20px;
    }
}

section.hero .container.valueParent .valueBox:nth-child(2) {
    border-left: none;
}

@media (min-width: 1100px) {
    section.hero .container.valueParent .valueBox:nth-child(2) {
        padding-left: 20px;
        border-left: 2px dotted #fff;
    }
}

section.hero .container.valueParent .valueBox .arrowRight {
    opacity: 0.7;
    display: none;
    position: absolute;
    bottom: calc(50% - 7px);
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-left: 15px solid #fff;
    font-size: 0;
    line-height: 0;
}

@media (min-width: 1100px) {
    section.hero .container.valueParent .valueBox .arrowRight {
        display: block;
    }
}

section.hero .container.valueParent .valueBox .arrowRight2 {
    opacity: 0.7;
    position: absolute;
    margin: auto;
    bottom: 145px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    font-size: 0;
    line-height: 0;
}

section.hero .container.valueParent .valueBox h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.3em;
}

@media (min-width: 413px) {
    section.hero .container.valueParent .valueBox h1 {
        font-size: 1.5em;
    }
}

@media (min-width: 550px) {
    section.hero .container.valueParent .valueBox h1 {
        font-size: 2em;
    }
}

@media (min-width: 1300px) {
    section.hero .container.valueParent .valueBox h1 {
        margin-bottom: 30px;
        font-size: 3em;
    }
}

section.hero .container.valueParent .valueBox h1 span {
    color: #fff;
}

section.hero .container.valueParent .valueBox h2 {
    margin-top: 0;
    font-size: 1em;
}

@media (min-width: 413px) {
    section.hero .container.valueParent .valueBox h2 {
        font-size: 1.1em;
    }
}

@media (min-width: 550px) {
    section.hero .container.valueParent .valueBox h2 {
        font-size: 1.4em;
    }
}

@media (min-width: 1300px) {
    section.hero .container.valueParent .valueBox h2 {
        font-size: 2em;
    }
}

section.hero .container.valueParent .valueBox h2 span {
    color: #fff;
}

section.hero .container.valueParent .valueBox h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 0.8em;
    font-weight: 400;
    color: #fff;
}

@media (min-width: 413px) {
    section.hero .container.valueParent .valueBox h3 {
        font-size: 0.9em;
    }
}

@media (min-width: 550px) {
    section.hero .container.valueParent .valueBox h3 {
        font-size: 1.2em;
    }
}

@media (min-width: 1300px) {
    section.hero .container.valueParent .valueBox h3 {
        font-size: 2em;
    }
}

section.hero .container.valueParent .valueBox h3 span {
    color: #fff;
}

section.hero .container.valueParent .valueBox p {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 0.8em;
    color: #fff;
    text-align: center;
}

    section.hero .container.valueParent .valueBox p span {
        color: orange;
    }

    section.hero .container.valueParent .valueBox p.smallTxt {
        font-size: 0.6em;
    }

@media (min-width: 1300px) {
    section.hero .container.valueParent .valueBox p.smallTxt {
        font-size: 0.8em;
    }
}

section.hero .container.valueParent .valueBox hr {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    border-top: none;
    border-bottom: 1px dotted #fff;
}

    section.hero .container.valueParent .valueBox hr.hrSm {
        display: block;
    }

@media (min-width: 1100px) {
    section.hero .container.valueParent .valueBox hr.hrSm {
        display: none;
    }
}

section.hero .container.valueParent .valueBox hr.hrLg {
    display: none;
}

@media (min-width: 1100px) {
    section.hero .container.valueParent .valueBox hr.hrLg {
        display: block;
    }
}

section.hero .container.valueParent .valueBox .bulletContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

    section.hero .container.valueParent .valueBox .bulletContainer .bulletPoints {
        padding: 0 20px 0 30px;
        color: #fff;
    }

        section.hero
        .container.valueParent
        .valueBox
        .bulletContainer
        .bulletPoints:last-child {
            padding-left: 20px;
        }

        section.hero .container.valueParent .valueBox .bulletContainer .bulletPoints p {
            text-align: left;
        }

        section.hero
        .container.valueParent
        .valueBox
        .bulletContainer
        .bulletPoints
        ul {
            margin-top: 0;
            text-align: left;
        }

            section.hero
            .container.valueParent
            .valueBox
            .bulletContainer
            .bulletPoints
            ul
            li {
                margin-bottom: 15px;
            }

                section.hero
                .container.valueParent
                .valueBox
                .bulletContainer
                .bulletPoints
                ul
                li
                i.fa {
                    display: table-cell;
                    font-size: 1.6em;
                    font-weight: bold;
                }

                section.hero
                .container.valueParent
                .valueBox
                .bulletContainer
                .bulletPoints
                ul
                li
                span {
                    display: table-cell;
                    width: auto;
                    font-size: 1.05em;
                    font-weight: 400;
                }

section.why {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    section.why .box {
        position: relative;
        width: 50%;
        height: 190px;
        border: 0.5px solid #e5e5e5;
        overflow: hidden;
    }

        section.why .box:hover .overlay h3 i {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

@media (min-width: 800px) {
    section.why .box {
        width: 25%;
        height: 190px;
    }
}

@media (min-width: 1340px) {
    section.why .box {
        height: 230px;
    }
}

@media (min-width: 1800px) {
    section.why .box {
        height: 260px;
    }
}

section.why .box .overlay {
    position: absolute;
    padding: 0;
    width: 100%;
    height: 100%;
    bottom: -130px;
    background-color: rgba(0, 0, 0, 0.6);
    border-top: thin solid black;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

@media (min-width: 1340px) {
    section.why .box .overlay {
        bottom: -180px;
    }
}

@media (min-width: 1800px) {
    section.why .box .overlay {
        bottom: -212px;
    }
}

section.why .box .overlay h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px;
    padding: 10px 10px 0 10px;
    font-size: 0.7em;
    font-weight: 700;
    color: #fff;
}

@media (min-width: 1340px) {
    section.why .box .overlay h3 {
        padding: 10px 20px;
        font-size: 1em;
        background-color: rgba(0, 0, 0, 0.1);
    }
}

section.why .box .overlay h3 i {
    display: inline-block;
    margin-left: 10px;
}

section.why .box .overlay p {
    opacity: 0;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 0.6em;
    color: #fff;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

@media (min-width: 1340px) {
    section.why .box .overlay p {
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 20px;
        font-size: 0.8em;
    }
}

@media (min-width: 1800px) {
    section.why .box .overlay p {
        font-size: 0.9em;
    }
}

section.why .box .boxInner {
    width: 100%;
    height: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

section.why .box:hover .overlay {
    bottom: -50px;
}

@media (min-width: 1800px) {
    section.why .box:hover .overlay {
        bottom: -50px;
    }
}

section.why .box:hover .overlay p {
    opacity: 1;
}

section.why .box:hover .boxInner {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

section.why .box:first-of-type {
    border-left: none;
}

section.why .box:last-of-type {
    border-right: none;
}

section.why .sectionHeader {
    display: none;
    position: absolute;
    vertical-align: top;
    top: 1px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 40px;
    width: 500px;
    font-size: 1.5em;
    color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid rgba(255, 165, 0, 0.5);
    border-top: none;
    background: rgba(29, 30, 32, 0.85);
    text-align: center;
    z-index: 101;
}

    section.why .sectionHeader span {
        color: #fff;
    }

section.features1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 1px;
    height: 500px;
    background: #e5e5e5;
    background-image: url(../images/home-6.5.x/bg-texture-blank.png), url(../images/home-6.5.x/bg-texture-blank.png);
    background-repeat: repeat, no-repeat;
    background-position: top left, left center;
    background-size: 100px, 1100px;
}

@media (min-width: 900px) {
    section.features1 {
        height: 580px;
        background-image: url(../images/home-6.5.x/bg-texture-blank.png), url(../images/home-6.5.x/bg-texture-blank.png);
    }
}

@media (min-width: 1340px) {
    section.features1 {
        background-position: top left, center center;
        background-size: 100px, 1800px;
    }
}

section.features1 .left {
    display: none;
}

@media (min-width: 900px) {
    section.features1 .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    section.testimonial > div.box.valueParent.right {
        padding-top: 2rem;
    }

    section.features1 .left.box-half-child {
        width: 50%;
    }
}

section.features1 .left .leftInsert {
    padding-left: 30px;
    padding-right: 100px;
    max-width: 800px;
}

    section.features1 .left .leftInsert h1 {
        font-weight: 700;
        color: #000;
    }

section.features1 .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 900px) {
    section.features1 .right {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 0px;
        padding-right: 20px;
    }
}

@media (min-width: 1340px) {
    section.features1 .right {
        padding-left: 100px;
        padding-right: 50px;
    }
}

@media (min-width: 1100px) {
    section.features3 {
        background-size: 100px, 1600px;
    }
}

@media (min-width: 600px) {
    section.features3 .left {
        background: none;
    }
}

section.features3 .left .leftInsert h1 {
    color: #fff;
}

section.features3 .right {
    background: #f9f9f9;
}

@media (min-width: 600px) {
    section.features3 .right {
        background: none;
    }
}

section.features3 .right .rightInsert {
    background: #394045;
}

@media (min-width: 600px) {
    section.features3 .right .rightInsert {
        background: rgba(0, 0, 0, 0.5);
    }
}

section.features3 .right .rightInsert h1 {
    color: #fff;
}

section.features3 .right .rightInsert p {
    color: #fff;
}

@media (min-width: 1100px) {
    section.features4 {
        background-size: 100px, 1600px;
    }
}

section.features4 .left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background: #e5e5e5;
}

@media (min-width: 600px) {
    section.features4 .left {
        background: rgba(255, 255, 255, 0.5);
    }
}

section.features4 .left .leftInsert h1 {
    color: #000;
}

@media (min-width: 600px) {
    section.features4 .right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        background: none;
    }
}

section.features4 .right .rightInsert h1 {
    color: #000;
}

@media (min-width: 1100px) {
    section.features5 {
        background-size: 100px, 1600px;
    }
}

@media (min-width: 600px) {
    section.features5 .left {
        background: none;
    }
}

section.features5 .left .leftInsert h1 {
    color: #fff;
}

section.features5 .right .rightInsert {
    background: #333;
}

@media (min-width: 600px) {
    section.features5 .right .rightInsert {
        background: rgba(0, 0, 0, 0.3);
    }
}

section.features5 .right .rightInsert h1 {
    color: #fff;
}

section.features5 .right .rightInsert p {
    color: #fff;
}

@media (min-width: 1100px) {
    section.features6 {
        background-size: 100px, 1600px;
    }
}

section.features6 .left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media (min-width: 600px) {
    section.features6 .left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

section.features6 .left .leftInsert {
    background: #e3f3fc;
}

@media (min-width: 600px) {
    section.features6 .left .leftInsert {
        background: rgba(255, 255, 255, 0.7);
    }
}

section.features6 .left .leftInsert h3 {
    margin-bottom: 0;
    color: #000;
}

section.features6 .left .leftInsert p {
    color: #000;
}

section.features6 .left .leftInsert sub {
    display: inline-block;
    margin-bottom: 15px;
}

@media (min-width: 600px) {
    section.features6 .right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        background: none;
    }
}

section.pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

    section.pricing .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 75%;
    }

        section.pricing .container .pricingBox {
            margin-bottom: 0px;
            padding: 10px 20px 20px 20px;
            border-bottom: 1px dotted #7a7a7a;
            border-right: none;
        }

            section.pricing .container .pricingBox:nth-child(2) {
                background: #efefef;
            }

            section.pricing .container .pricingBox:last-child {
                background: #efefef;
            }

@media (min-width: 480px) {
    section.pricing .container .pricingBox {
        margin-bottom: 20px;
        border-right: 1px dotted #7a7a7a;
    }

        section.pricing .container .pricingBox:nth-child(2) {
            background: none;
            border-right: none;
        }

        section.pricing .container .pricingBox:last-child {
            background: none;
        }
}

@media (min-width: 768px) {
    section.pricing .container .pricingBox {
        border-right: 1px dotted #7a7a7a;
        border-bottom: none;
    }

        section.pricing .container .pricingBox:nth-child(2) {
            border-right: 1px dotted #7a7a7a;
        }
}

section.pricing .container .pricingBox:last-child {
    border-right: none;
}

section.pricing .container .pricingBox h1.heading {
    margin: 0;
    padding-bottom: 16px;
    font-size: 1.5em;
    text-align: center;
}

@media (min-width: 1200px) {
    section.pricing .container .pricingBox h1.heading {
        font-size: 2.2em;
    }
}

section.pricing .container .pricingBox div.price {
    text-align: center;
}

    section.pricing .container .pricingBox div.price span {
        display: inline-block;
    }

        section.pricing .container .pricingBox div.price span.buck {
            vertical-align: top;
            padding-top: 22px;
            font-size: 1.1em;
            font-weight: 700;
        }

        section.pricing .container .pricingBox div.price span.amount {
            font-size: 2.5em;
            font-weight: 900;
        }

@media (min-width: 1200px) {
    section.pricing .container .pricingBox div.price span.amount {
        font-size: 4em;
    }
}

section.pricing .container .pricingBox div.price span.mo {
    vertical-align: bottom;
    padding-bottom: 22px;
    font-size: 0.9em;
    font-weight: 700;
}

section.pricing .container .pricingBox hr {
    margin: 0 30px;
    border-top: none;
    border-bottom: 2px dotted #fff;
}

section.pricing .container .pricingBox p {
    margin-top: -10px;
    padding: 0;
    font-size: 0.8em;
    font-weight: 700;
    text-align: center;
}

    section.pricing .container .pricingBox p.upper {
        color: #7a7a7a;
        text-transform: uppercase;
    }

    section.pricing .container .pricingBox p.mt {
        margin-top: 20px;
    }

    section.pricing .container .pricingBox p strong {
        font-size: 1.1em;
    }

section.pricing .sectionHeader {
    position: absolute;
    vertical-align: top;
    top: 1px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 40px;
    width: 500px;
    font-size: 1.5em;
    color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid rgba(255, 165, 0, 0.5);
    border-top: none;
    background: rgba(29, 30, 32, 0.85);
    text-align: center;
    z-index: 101;
}

    section.pricing .sectionHeader span {
        color: #fff;
    }

section.pricing .sectionHeaderSub {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    top: auto;
    margin: auto;
    padding: 10px 20px;
    width: 200px;
    color: #353535;
    font-size: 0.9em;
    font-weight: 700;
    border: thin dotted #353535;
    border-radius: 40px;
    background: #f9f9f9;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}

    section.pricing .sectionHeaderSub span i {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.4em;
        color: #fff;
    }

section.testimonials {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 800px;
}

    section.testimonials .quote {
        text-align: center;
    }

        section.testimonials .quote h4 {
            margin-top: 0;
            margin-bottom: 20px;
            font-size: 1em;
            color: #7a7a7a;
        }

section.testimonial > div.box.valueParent.left {
    flex-direction: column;
}

#coffeedonut {
    max-width: 400px;
    margin: 0 auto;
}


@media (min-width: 700px) {
    section .testimonials .quote h4 {
        font-size: 1.5em;
    }
}

section.testimonials .quote p {
    font-size: 0.8em;
    font-weight: 700;
    color: #fff;
}

@media (min-width: 700px) {
    section.testimonials .quote p {
        font-size: 1.1em;
    }
}

section.testimonials .quote span {
    display: inline-block;
    margin: 0;
    padding: 4px 4px 10px 4px;
    font-size: 2em;
    line-height: 0;
    color: #fff;
    vertical-align: bottom;
}

@media (min-width: 700px) {
    section.testimonials .quote span {
        padding: 0 4px 15px 4px;
        font-size: 2em;
    }
}

section.testimonials .slick-dots {
    bottom: -12;
    left: 0;
    right: 0;
    border: thin dashed black;
}

section.freeTrialBtnOnly {
    padding: 20px;
    text-align: center;
}

section.integration {
    height: 100px;
}

section.footer {
    height: 380px;
    background: #353535;
}

.section-footer {
    padding: 20px;
    color: #fff;
    background: #303030;
    text-align: center;
}

    .section-footer h1,
    .section-footer h3 {
        margin: 0 0 25px 0;
        padding: 0;
        color: orange !important;
    }

    .section-footer h3 {
        font-size: 2em;
    }

    .section-footer h2 {
        margin: 0 0 10px 0;
        padding: 0;
        color: #fff !important;
    }

.social-buttons a {
    cursor: pointer;
}

.footerLinks a {
    font-size: 0.8em !important;
    color: dodgerblue !important;
}

.hbspt-form {
    padding: 20px 20px 20px;
    background: #eee;
    text-align: center;
}

.integrates {
    max-width: 80%;
}

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

#backdrop {
    position: absolute;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: calc(100vh + 200px);
    background: rgba(0, 0, 0, 0.7);
    z-index: 1049;
}

    #backdrop .flexMe {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100vw;
        height: 100vh;
    }

#modal-custom {
    display: none;
    width: 700px;
    height: 400px;
    background: white;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    z-index: 1050;
}

    #modal-custom .flexMeModal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }

        #modal-custom .flexMeModal .modal-custom-header {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 20px;
            height: 80px;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
            background-image: -webkit-gradient( linear, right bottom, left top, color-stop(10%, #fff), to(#e76a00) );
            background-image: linear-gradient(to top left, #fff 10%, #e76a00 100%);
            -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 3px rgba(0, 0, 0, 0.2);
        }

            #modal-custom .flexMeModal .modal-custom-header h4 {
                margin: 0;
                padding: 0;
                font-size: 1.6em;
                font-weight: 400;
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
            }

        #modal-custom .flexMeModal .modal-custom-body {
            padding: 20px;
            height: 260px;
            background: #f9f9f9;
        }

        #modal-custom .flexMeModal .modal-custom-footer {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            padding: 4px 20px;
            height: 60px;
            background: #e5e5e5;
            text-align: right;
        }

#accordion {
    margin-top: -0px;
    width: 100%;
    max-width: 600px;
}

.rotate {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.rotate-reset {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a.toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 2px;
    padding: 7px 10px 7px 5px;
    text-decoration: none;
    border-radius: 3px;
    background: #394045;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.09);
}

    a.toggle i {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 10px;
        width: 20px;
        height: 20px;
        text-align: center;
        font-size: 1em;
        font-weight: 400;
        color: #fff;
    }

    a.toggle span {
        -webkit-box-flex: 18;
        -ms-flex: 18;
        flex: 18;
        font-size: 0.8em;
        font-weight: 400;
        color: #fff;
    }

@media (min-width: 1100px) {
    a.toggle span {
        font-size: 0.9em;
    }
}

.inner {
    display: none;
    margin-bottom: 3px;
    padding: 10px 22px;
    background: #fff;
    border-radius: 3px;
}

    .inner p {
        margin: 0;
        padding: 0 11px;
        font-size: 0.7em;
        font-weight: 400;
    }

@media (min-width: 600px) {
    .inner p {
        font-size: 0.8em;
    }
}

@media (min-width: 1100px) {
    .inner p {
        font-size: 0.9em;
    }
}

/* START NAV */
a {
    text-decoration: none;
}

.logo-reverse {
    position: absolute;
    top: 10px !important;
    left: 10px;
    width: 220px;
}

    .logo-reverse img {
        max-width: 100%;
    }

@media (min-width: 960px) {
    .logo-reverse {
        display: none;
    }
}

.main-nav {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    height: 46px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

@media (min-width: 960px) {
    .main-nav {
        padding-left: 20px;
        padding-right: 20px;
        height: 60px;
    }
}

.main-nav .mobile-icon-container {
    position: relative;
    padding-left: 0;
    width: 100%;
    height: 46px;
}

@media (min-width: 960px) {
    .main-nav .mobile-icon-container {
        display: none;
    }
}

.main-nav .mobile-icon-container a i.fa {
    display: inline-block;
    padding: 10px 20px !important;
    font-size: 1.4em !important;
    color: #fff !important;
}

.main-nav #topMenu {
    position: relative;
    display: none;
    width: 100%;
}

@media (min-width: 960px) {
    .main-nav #topMenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 60px;
    }
}

.main-nav #topMenu .logo-site {
    display: none;
    max-width: 180px;
    padding: 0 0 0 0;
}

@media (min-width: 960px) {
    .main-nav #topMenu .logo-site {
        display: inline-block;
    }
}

@media (min-width: 1290px) {
    .main-nav #topMenu .logo-site {
        max-width: 230px;
    }
}

.main-nav #topMenu .logo-site img {
    max-width: 100%;
    max-height: 50px;
}

.main-nav #topMenu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}

@media (min-width: 960px) {
    .main-nav #topMenu ul {
        width: auto;
    }
}

.main-nav #topMenu ul li {
    display: block;
    width: 100%;
    background: #1d1e20;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media (min-width: 960px) {
    .main-nav #topMenu ul li {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        border-bottom: none;
    }
}

.main-nav #topMenu ul li.active a {
    color: #fff;
}

.main-nav #topMenu ul li a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 0.8em;
    color: #fff;
}

@media (min-width: 960px) {
    .main-nav #topMenu ul li a {
        padding: 10px 4px;
    }
}

@media (min-width: 1290px) {
    .main-nav #topMenu ul li a {
        padding: 10px 10px;
        font-size: 1em;
    }
}

.main-nav #topMenu ul li a.freeTrial-btn {
    margin: 20px;
    width: 150px;
    border-radius: 6px;
}

@media (min-width: 960px) {
    .main-nav #topMenu ul li a.freeTrial-btn {
        margin: 10px;
        padding: 4px 20px;
        width: auto;
        border-radius: 40px;
    }
}

@media (min-width: 1290px) {
    .main-nav #topMenu ul li a.freeTrial-btn {
        padding: 6px 40px;
    }
}

.main-nav #topMenu ul li a.logIn-btn {
    margin: 20px;
    width: 150px;
    border-radius: 6px;
}

@media (min-width: 960px) {
    .main-nav #topMenu ul li a.logIn-btn {
        margin: 10px;
        padding: 4px 20px;
        width: auto;
        border-radius: 40px;
    }
}

@media (min-width: 1290px) {
    .main-nav #topMenu ul li a.logIn-btn {
        padding: 6px 40px;
    }
}

/* END NAV */
/****modified styles from original****/
section.pricing .container .pricingBox p,
.additional-details {
    margin-top: -10px;
    padding: 0;
    font-size: 0.8em;
    font-weight: 700;
    text-align: center;
}

    /* .box-fourth-child {
	has been replaced inside html with box-third-child. Original styling still in tact.
} */

    /****end modified styles from original****/
    /****new classes****/
    section.pricing .container .pricingBox p.mt.nb {
        margin-bottom: 0px;
        margin-top: 16px;
    }

.additional-details {
    font-weight: normal;
}

.lowercase {
    text-transform: lowercase;
}

.uppercase {
    text-transform: uppercase;
}

.mixed-case {
    text-transform: none;
}

.voice-reminders {
    color: #3c763d;
    font-size: 1em;
    font-weight: 900;
    text-align: center;
}

.annual-plans-only {
    font-weight: normal;
    font-size: 0.8em;
    text-align: center;
    margin-top: 10.5px;
}

section.pricing .container .pricingBox .voice-reminders hr {
    border-bottom: 2px dotted #3c763d;
}

section.pricing .container .pricingBox .voice-reminders p {
    font-size: 0.9em;
}

    section.pricing
    .container
    .pricingBox
    .voice-reminders
    p.voice-reminder-description {
        font-size: 0.75em;
        font-weight: normal;
    }

.fa {
    font-size: 1.2em;
}

.fa-times {
    color: #833c4f;
}

.fa-check {
    color: #3c763d;
}

.fa + .mobile-show {
    padding: 2px;
}

/****end new classes****/
.box-third-child {
    width: 100%;
}

.mobile-hide {
    display: none;
}

.mobile-show {
    display: inline-block;
}

@media (min-width: 480px) {
    /*mobile styles*/
    .box-third-child {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .mobile-hide {
        display: inline-block;
    }

    .box-third-child {
        width: 33%;
    }

    .mobile-show {
        display: none;
    }

    section.pricing .container .pricingBox p.count {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
/*# sourceMappingURL=styles.css.map */

section.freeTrial ul {
    list-style-type: disc;
    list-style-position: inside;
}

section.sectionHeading h3 {
    margin: 0;
    color: white !important;
    padding: 2rem;
    width: 75vw !important;
}

.perks {
    margin-top: 2rem;
}

    .perks p {
        font-size: 2rem;
        font-weight: 500;
        margin-bottom: 1.5rem;
    }

    .perks small {
        text-align: right;
    }

@media (max-width: 1210px) {
    .valueBox ul {
        padding: 0;
        width: 50%;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .valueBox ul {
        padding: 0;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 650px) {
    /*    header {
        display: none;
    }*/
}

.dark-blue-text {
    color: rgba(11, 31, 82, 1);
}

.light-blue-text {
    color: rgba(8, 136, 208, 1);
}

.text-yellow {
    color: #edb316;
}

.bg {
    background: #DBDCF1;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.bg-yellow {
    background-color: #ffc535;
}

.back-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.formButtons {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 650px) {
    /* .half {
		display: inline-block;
		width: 48%;
	} */
    .leftBox {
        width: 30% !important;
    }

    .rightBox {
        width: 70% !important;
    }

    .hide-mobile {
        display: none !important;
    }

    .full-width-mobile {
        width: 100%;
    }

        .full-width-mobile span {
            color;
            red;
        }
}


.coffeedonut {
    max-height: 250px;
    margin: 0 auto;
    padding-top: 1rem;
}

.hide {
    display: none;
}

.demosession-msg {
    font-size: 1.5rem;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    border-radius: 5px;
    border: 1px solid #ff7a00;
    background-color: rgba(0 0 0 / .25);
}

/* Extending Tailwinds */

input[type=checkbox]:not(.tgl-sw) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: .85em;
    width: .85em;
    color: #ff7200;
    background-color: #fff;
    border-color: #e2e8f0;
    border-width: 1px;
    border-radius: 0.25rem;
    margin-bottom: 5px;
    vertical-align: middle;
}

    input[type=checkbox]:not(.tgl-sw):checked {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
        border-color: transparent;
        background-color: currentColor;
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

.demosession-msg label {
    margin-left: 0.6rem;
}

/* cart styles */

.cart {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    text-align: center;
    padding: 1rem;
    margin: 0;
}

    .cart p,
    .cart label {
        color: rgba(11, 31, 82, 1) !important;
        font-weight: 700;
    }

#cartTitle {
    text-transform: uppercase;
    font-size: 1.25em;
}

#cartPrice {
    font-size: 3.25em;
    color: #0888d0 !important;
    font-weight: 900;
}

    #cartPrice sup {
        font-size: 0.55em;
        color: #0888d0;
    }

.cartPerMonth {
    font-size: 1.125em;
    line-height: 1.25em;
    text-transform: uppercase;
}

.cartOffer {
    font-size: 1.125em;
    line-height: 1.25em;
    text-transform: uppercase;
}

.cart label {
    font-weight: normal;
}

.radioButtons {
    display: flex;
    justify-content: center;
}

.lastPlanSelect {
    margin: 0 1em;
    margin-top: 0.5em;
    font-size: 0.85em;
}

.submitBtn {
    display: block;
    width: 100%;
    background-color: #fe872d;
    padding: 15px 35px;
    text-align: center;
    border-radius: 5px;
    font-weight: 700;
    margin-top: 0.5em;
}

    .submitBtn:hover {
        background-color: #ff760d;
    }


/*@media(max-width: 1210px) {
    .left {
        order: 2
    }

    .right {
        order: 1;
    }
}*/

.testimonial {
    margin: 3rem auto;
    max-width: 1340px;
    display: flex;
}

    .testimonial p:last-child {
        line-height: 3rem;
    }

@media (max-width: 875px) {
    .testimonial {
        display: flex;
        flex-direction: column;
    }
}

.logo-slogan {
    margin-top: 5rem;
}

    .logo-slogan p {
        margin-top: 1rem;
    }

.brand-dark-gray {
    background-color: #1e1e1e;
}

.arrows-vertical {
    display: none;
}

@media (max-width: 1210px) {
    .arrows {
        display: none;
    }

    .arrows-vertical {
        display: block;
    }
}

.container {
    /*padding-top: 100px;*/
    /*padding-top: 25vh;*/
}

.center {
    width: 100%;
    text-align: center;
    padding-bottom: 2rem;
}

.subsection {
    width: auto;
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
    align-items: center;
}

.center h2,
.center p {
    font-size: 42px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.center p {
    text-transform: none;
}

h1,
h2 {
    /*text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);*/
}

.center h2 {
    /*padding-bottom: 1rem;*/
}

.center p {
    font-size: 1.5rem;
    font-weight: 400;
}

    .center p:nth-of-type(2) {
        color: #f6ff00;
        font-size: 1.6rem;
        padding: 0 1.25rem 0;
        text-shadow: none;
        font-weight: 500;
    }

.center:last-of-type p {
    padding-top: 85px;
    padding-bottom: 25px;
    font-size: 1.125rem;
    text-transform: none;
    width: 80%;
    margin: 0 auto;
}

.center:last-of-type a {
    text-decoration: underline;
    color: #f2ca27;
}

.center:last-of-type span {
    color: #f2ca27;
}

p.download-receipt {
    font-size: 1em;
    line-height: 2;
}

a#ctl00_wobjContentPlaceHolderMain_btnDownloadInvoice {
    border-radius: 3px;
    letter-spacing: .05em;
    border: solid 1px white;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    letter-spacing: .05em;
    color: white;
    border-radius: 20px;
}

.left,
.right {
    width: 50%;
}

.left {
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
}

.demobox {
    width: 472px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-direction: column;
    margin: auto 0;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.25);
    padding-top: 32px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgb(6,77,173);
    background: -moz-linear-gradient(348deg, rgba(6,77,173,0.15) 0%, rgba(98,98,255,0.15) 35%, rgba(0,55,126,0.15) 100%);
    background: -webkit-linear-gradient(348deg, rgba(6,77,173,0.15) 0%, rgba(98,98,255,25%) 35%, rgba(0,55,126,0.15) 100%);
    background: linear-gradient(348deg, rgba(6,77,173,0.15) 0%, rgba(98,98,255,0.15) 35%, rgba(0,55,126,0.15) 100%);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    color: #1e1e1e;
}

.right {
    text-align: left;
    padding-left: 2rem;
}

    .left h3,
    .right h3 {
        text-transform: uppercase;
        font-size: 34px;
        text-align: left;
        font-weight: 500;
        line-height: 3rem;
    }

    .right li {
        line-height: 2rem;
        font-size: 1rem;
        list-style: disc;
    }

.calendarImage {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    background-image: url('../images/calendar_icon_color.svg');
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.25);
}

.month {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 0.25rem;
    color: #fff;
}

.date {
    text-transform: uppercase;
    font-size: 4rem;
    font-weight: 700;
    margin-top: 0.25rem;
    color: #000;
}

.dateInfo {
    padding-bottom: 2rem;
    font-size: 1rem;
}

.disclaimer {
    text-align: center;
    font-size: 1rem;
    width: 90%;
}

.bg {
    background: #DBDCF1;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.ng {
}

.rcSelected a {
    border-color: transparent !important;
    color: green !important;
    background-color: transparent !important;
}

.tgl-sw-ios + .btn-switch {
    background: #ff8109;
}

.tgl-sw-ios-checked + .btn-switch {
    background: #4caf50;
}

.freeTrial {
    display: flex;
    gap: 16px;
    width: 100vw;
    justify-content: center;
    align-content: center;
    padding: 0 1rem;
}

    .freeTrial .box {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 32px;
    }

.container {
    display: grid;
    gap: 32px;
    grid-template-columns: 40% 60%;
    justify-items: center;
    align-items: center;
}

.pnlScheduleDemo2 {
    width: 100%;
    margin: 1rem auto;
}

.valueBox {
    align-self: flex-start;
    margin: auto;
}

#ctl00_wobjContentPlaceHolderMain_pnlStep1 .formParent .half.mRight {
    margin-right: 0;
}

.box-half-child
.formParent {
    width: 100%;
}

#ctl00_wobjContentPlaceHolderMain_pnlStep1 > div.box.box-half-child.formParent > div {
    min-width: 622px;
}

.formParent .formBox {
    padding: 16px 28px;
    width: 100%;
    height: 100%;
    display: block;
}

a.btn.btn-full {
    clear: both;
}


.formParent .formBox > h6 {
    text-align: center;
}

.formParent .formBox > .col {
    clear: both;
}


.formParent .formBox .mRight {
    float: left;
    width: 45%;
    display: inline-block;
    padding: 0;
}

.formParent .formBox .mleft {
    grid-area: main;
    float: right;
    width: 45%;
    display: inline-block;
    padding: 0;
}

    .formParent .formBox .mleft::after {
        clear: both;
    }

.freeTrial .formParent .form-group {
    width: 100%;
}

.freeTrial .formParent .RadAjaxPanel {
    clear: both;
    width: 100%;
    margin: 1rem auto;
    flex-basis: 100%;
}

a.btn.btn-standard {
    margin: 1rem auto;
    display: block;
}

.freeTrial .formParent .formBox .half {
    width: 48%;
}

.boxformParent {
    grid-column: 1/3;
}

#logo {
    margin-left: 1rem;
}

@media only screen and (max-width: 930px) {

    .freeTrial {
        gap: 0;
    }

        .freeTrial .formParent .formBox .half {
            width: 100%;
        }

    section.testimonial > div.box.valueParent.right {
        padding-top: 2rem;
    }

    .freeTrial .container {
        grid-template-columns: 100%;
        gap: 0;
        padding-top: 0;
    }

    .half.mRight {
        margin-right: auto;
    }

    .box-half-child {
        width: 100%;
    }

    .valueParent {
        margin: 0;
    }

    .testimonial .py-20 {
        padding: 0;
    }

    .formParent .formBox .form-group {
        width: 100%;
    }

    .formParent .formBox .half {
        width: 100%;
    }
}


.font-bold {
    font-weight: 700;
}

.max-w-4xl {
    max-width: 56rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mt-8 {
    margin-top: 2rem
}

.text-3xl {
    font-size: 2.2rem;
}

.text-center {
    text-align: center;
    margin: inherit auto;
}

@media (max-width: 1000px) {
    .subsection {
        width: 80%;
        flex-direction: column;
    }

    .left,
    .right {
        width: 100%;
    }

    .right {
        margin: 0;
        padding-left: 0;
    }

        .left h3,
        .right h3 {
            text-align: center;
        }

        .right li {
            font-size: 18px;
            text-align: center;
        }
}

@media (max-width: 450px) {

    .container {
        padding-top: 5vh;
    }

    .center h2,
    .center p {
        font-size: 2rem;
    }

    .center h2 {
        padding-bottom: 1rem;
    }

    .center p {
        font-size: 1rem;
    }

        .center p:nth-of-type(3) {
            font-size: 0.75rem;
            color: red;
        }

    .left,
    .right {
        width: 100%;
        margin: 0;
    }

        .left h3,
        .right h3 {
            text-transform: uppercase;
            font-size: 28px;
            text-align: center;
            font-weight: 500;
            line-height: 2rem;
        }

        .right li {
            line-height: 3rem;
            font-size: 18px;
        }
}

.superbold-text {
    font-weight: 900;
    font-size: 72px;
    line-height: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #1e1e1e;
}

.demoAdvantage {
    margin-top: -1px;
    width: 100%;
    background-color: #f4f4f4;
    padding: 2.75rem;
}

/*modal*/
#befitsOFSession:hover {
    cursor: pointer;
}

.featuresModal {
    display: none;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.75);
    animation: modalOpen 500ms;
}

.featuresModal__container {
    background-color: #fff;
    /*width: 80%;*/
    width: 50%;
    margin: 25vh auto;
    /*padding: 5%;*/
    padding: 1%;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 5, 0, 0.25);
}

.featuresModal__body {
    padding: 2%;
}

.featuresModal__container-button {
    margin-bottom: 2em;
}

.featuresModal .btnClose {
    font-size: 2em;
    font-weight: 900;
    color: #ddd;
    float: right;
}

    .featuresModal .btnClose:hover,
    .featuresModal .btnClose:focus {
        color: #1e1e1e;
        cursor: pointer;
    }

@keyframes modalOpen {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modal-body {
    display: flex;
}

.modal-body--text {
    max-width: 70%;
    margin-right: 2rem;
    font-size: 1.25rem;
}

    .modal-body--text > p:last-child {
        margin-top: 1rem;
    }

.modal-body--perks ul {
    width: fit-content;
    list-style: disc;
    line-height: 2rem;
}

/*@media (max-width: 875px) {*/
@media (max-width: 1200px) {
    .modal-body {
        flex-direction: column;
    }

    .modal-body--text {
        max-width: 100%;
        margin: 2rem 1rem;
        /*margin-right: 2rem;
        margin-bottom: 1rem;*/
        font-size: 1rem;
    }

    .modal-body--perks ul {
        margin-left: 1rem;
        margin-right: 1rem;
        line-height: 2rem;
    }
}

@media (max-width: 500px) {
    .featuresModal__container {
        width: 90%;
    }
}


@media (max-width: 930px) {
    nav {
        visibility: visible !important;
    }

    .hamburger {
        display: none;
    }

    section#contact {
        padding-top: 0 !important;
    }

        section#contact .text-4xl {
            font-size: 1.75rem !important;
        }
}


@media (max-width: 450px) {

    .text-4xl {
        font-size: 2rem;
    }

    .logo-slogan {
        margin-top: 3rem;
    }

    section#contact .text-xl {
        font-size: .9rem !important;
    }
}


.hiddenInput {
    /*    display:none;*/
}

@media (max-width: 940px) {
    section.freeTrial {
        padding: 5rem 2rem;
    }
}

@media (max-width:1024px) {

    img#logo {
        width: 95px;
        margin: 0;
    }

    .nav-alt ul {
        display: flex;
        justify-content: flex-start;
        padding-left: 15%;
    }

        .nav-alt ul li a {
            font-size: 12px;
        }



    .top-nav-link {
        padding-left: 0.5rem;
        padding-right: .5rem;
    }

    .login-icon span:first-of-type {
        font-size: 11px;
    }
}




@media (max-width: 740px) {
    #ctl00_wobjContentPlaceHolderMain_pnlStep1 > div.box.box-half-child.formParent > div {
        min-width: auto;
        padding: 15px;
        margin-top: 25px;
    }

    img#logo {
        width: 95px;
        margin: 0;
    }



    .nav-alt ul {
        padding-top: 60px;
    }

        .nav-alt ul li a {
            padding: 15px 7px;
            font-size: 12px;
        }

    section.freeTrial {
        padding: 9rem 2rem;
    }
}

ul.mid-ui {
    margin: 25px auto 50px;
    width: 450px;
    list-style: disc;
    line-height: 2rem;
}

.bg-white-alt {
    width: 50%;
    height: 500px;
    border-radius: 5px;
    margin: 0 auto;
}

@media (max-width: 932px) {
    .bg-white-alt {
    width: 80%;
}
}

@media (max-width: 440px) {
    #ctl00_wobjContentPlaceHolderMain_pnlStep1 > div.box.box-half-child.formParent > div {
        min-width: auto;
        padding: 15px;
        margin-top: 25px;
    }

    img#logo {
        width: 95px;
        margin: 0;
    }

    .login-icon span:first-of-type {
        font-size: 11px;
    }

    .nav-alt ul {
        padding-top: 60px;
        display: flex;
        justify-content: center;
        padding-left: 5px;
    }

        .nav-alt ul li a {
            padding: 15px 7px;
            font-size: 12px;
        }

    section.freeTrial {
        padding: 9rem 2rem;
    }

    ul.mid-ui {
        width: auto;
    }

.bg-white-alt {
    width: 96%;
}
}




#login-now {
    border-radius: 50px;
    color: white;
    padding: 12px 40px;
    cursor: pointer;
    font-weight: 700;
    background-color: #ff5b1e;
    margin: 50px 0 25px;
    font-size: 26px;
}

    #login-now:hover {
        background-color: orangered;
    }

h2.title {
    padding-top: 50px;
}
