* {
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

.triangle-list li {
    padding: 0 0 60px 20px;
    position: relative;
    font-size: 25px
}

.dotted-list li::before, .triangle-list li::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: top
}

.triangle-list li::before {
    left: 0;
    top: 9px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #e31e25
}

.dotted-list li {
    position: relative;
    padding: 0 0 10px 30px;
    font-size: 15px
}

.dotted-list li::before {
    position: absolute;
    top: 12px;
    left: 0;
    background-color: #e31e25;
    border-radius: 50%;
    height: 10px
}

img {
    max-width: 100%;
    display: block
}

fieldset {
    border: 0
}

body .wrapper {
    font: 400 18px/1.8em 'Open sans', sans-serif;
    color: #2a2a2a
}

h1 {
    font-size: 46px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 10px
}

h2 {
    font-size: 28px;
    color: #333;
    font-weight: 400
}

h4 {
    font-size: 25px
}

.content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

.page-button {
    height: 55px;
    max-width: 400px;
    width: 100%;
    border-radius: 5px;
    background-color: #e31e25;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    border: 0;
    font-size: 20px;
    cursor: pointer;
    font-weight: 600
}

.page-button:hover {
    background-color: #bb0f16
}

.gray-bg {
    background-color: #f9f9f9
}

.red {
    color: #e31e25
}

.right-alignment {
    text-align: right
}

.center-alignment {
    text-align: center
}

.page-button.try-to-free-button {
    height: 70px;
    font-size: 26px
}

.css-flex {
    display: flex
}

.css-flex-space-around {
    justify-content: space-around
}

.css-flex-space-between {
    justify-content: space-between
}

.css-flex-center {
    justify-content: center
}

/*
body {
    font: 400 18px/1.8em 'Open sans', sans-serif !important;
    color: #2a2a2a !important
}
*/

#main {
    padding: 0 !important
}

.main-header {
    background: url("../png/bg-image.png") center;
    color: #FFF;
    padding: 30px 0;
    background-position-y: 0
}

.logo {
    padding: 15px 0 15px
}

.logo svg {
    margin: 0 auto
}

.logo .logo__container a:hover {
    color: #e31e25 !important;
    text-decoration: none !important
}

.logo .logo__container a h1 {
    margin: 0 !important
}

.main-header__content__form {
    width: 370px;
    border-radius: 5px;
    background-color: #EEE;
    padding: 15px 35px 35px
}

.from-header {
    text-align: center;
    color: #2a2a2a
}

.from-header h3 {
    margin-bottom: 20px
}

.main-header__content__form input, .main-header__content__form button {
    width: 100%
}

.main-header__content__form input {
    height: 40px;
    border-radius: 5px;
    background-color: #FFF;
    padding: 0 30px;
    border: 0;
    margin-bottom: 20px;
    color: #9b9b9b;
    font-size: 14px
}

.submit-button {
    margin-top: 10px;
    height: 50px
}

.main-header-container {
    padding-bottom: 30px
}

.main-header-container p {
    font-size: 26px
}

.protecting__section {
    padding: 15px 0;
    background-color: #EEE
}

.protecting-organizations__list {
    padding-top: 10px
}

.content-section {
    padding: 50px 0
}

.content-section p {
    font-size: 20px;
    opacity: .5;
    margin: 25px 0
}

.content-section img {
    display: inline-block
}

.feedback-section {
    padding: 60px 0
}

.feedback-section--item-img img {
    display: inline-block;
    vertical-align: middle
}

.feedback-section--item-img {
    margin-top: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    height: 120px;
    align-items: center
}

.feedback-section--item--content {
    font-style: italic;
    font-size: 18px;
    max-width: 450px;
    margin: 0 auto;
    padding: 25px 0;
    min-height: 210px
}

.feedback-section--item-img::after {
    content: '';
    display: block;
    height: 3px;
    background-color: #e31e25;
    width: 150px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.try-it-free-section {
    padding: 80px 0 65px;
    background-color: #EEE
}

.main-footer {
    background-color: #48484a;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    padding: 40px 0 20px
}

footer.landing-footer {
    height: auto;
    background-color: #48484a;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    padding: 30px;
    position: relative
}

footer.landing-footer a {
    color: #bebebe
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 38px
    }

    .main-header {
        padding: 20px 0
    }

    .logo {
        padding: 15px 0 30px
    }

    .main-header-container p {
        font-size: 22px
    }

    .triangle-list li {
        padding: 0 0 55px 20px;
        font-size: 22px
    }

    h2 {
        font-size: 25px
    }

    .content-section {
        padding: 70px 0 90px
    }

    .content-section p {
        font-size: 18px;
        margin: 20px 0
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 32px
    }

    .main-header-container p {
        font-size: 20px
    }

    .triangle-list li {
        padding: 0 0 25px 20px;
        font-size: 20px
    }

    .content-section {
        padding: 50px 0 70px
    }

    .try-it-free-section {
        padding: 40px 0
    }

    .main-header__top-section.css-flex {
        display: block
    }

    .main-header__content__form {
        max-width: 100%
    }
}

body {
    margin-bottom: 0
}

p {
    margin: 0
}

footer {
    margin-top: 0
}

#download-form div.checkbox {
    display: none
}

#download-form .help-block {
    font-size: 14px;
    margin-top: 0;
    padding-left: 11px
}

#download-form .btn {
    border-radius: 5px;
    font-size: 16px
}

.from-header h3 {
    font-weight: bold;
    font-size: 20px
}

.try-to-free-button {
    line-height: 23px;
    text-decoration: none;
    color: #FFF;
    transition: none
}

.try-to-free-button:hover, .try-to-free-button:focus {
    color: #FFF;
    text-decoration: none
}

#main-header .logo {
    text-align: center
}

#carousel-default .item {
    height: auto
}

.main-header__content__form input {
    margin-bottom: 0;
    padding-left: 12px
}

.main-header__content__form div.has-warning {
    margin-bottom: 0
}

.main-header__content__form span.help-block {
    margin-bottom: 0
}

.css-flex-vertical-align-center {
    align-items: center
}

.content-container header h2 {
    margin-top: 0
}

.dotted-list li {
    position: relative;
    padding: 0 0 0 30px;
    font-size: 15px
}

#main-content .content-section {
    padding: 50px 0 50px
}

#main-header .main-header__top-section .main-header__top-section__list {
    margin-top: 40px
}

#main-content ul.dotted-list {
    padding-left: 0
}
