ul {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

a {
    cursor: pointer;
}

.fa-twitter {
    color: #1da1f2
}

.fa-facebook {
    color: #3a7ec4
}

.fa-external-link {
    color: #067b89
}

.title-section, .resources .resources-content h2 {
    color: #008d9b;
    text-align: center;
    font-size: 32px
}

.features {
    background-color: #edf8f9;
    padding-top: 50px;
    padding-bottom: 65px
}

.features h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 110px
}

.features h2 span {
    padding-left: 30px
}

.features-box {
    text-align: center;
    max-width: 300px;
    margin: 0 auto 80px
}

.features-box.signature img {
    position: relative;
    top: -16px
}

.features-box.signature .features-box__title {
    margin-top: 9px
}

.features-box.proposal img {
    position: relative;
    top: 6px
}

.features-box.proposal .features-box__title {
    margin-top: 32px
}

.features-box__title {
    font-size: 21px;
    color: #0b6070;
    margin-top: 25px;
    line-height: 25px
}

.features-box__content {
    font-size: 16px;
    color: #696d6e
}

.tools {
    padding-top: 40px;
    padding-bottom: 85px;
    text-align: center
}

.tools h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px
}

.tools h2 span {
    padding: 0 35px
}

.tools .img-wrap {
    min-height: 81px;
    margin-bottom: 100px
}

.tools .img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.comment {
    background-color: #edf8f9;
    padding: 90px 0
}

.comment-img {
    text-align: center;
    margin-top: 10px
}

.comment-img img {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.comment-img h4 {
    margin-top: 40px;
    margin-bottom: 0
}

.comment-img h4,
.comment-img h5 {
    font-size: 18px;
    color: #008d9b;
    font-weight: 400
}

.comment-img h5 {
    margin-top: 0
}

.comment-text {
    background-color: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 18px;
    color: #4d4d4d;
    padding: 75px 120px 85px 85px;
    position: relative
}

.comment-text:before {
    right: 100%;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #fff;
    border-width: 20px;
    margin-top: 25px
}

.second-comment {
    padding-bottom: 130px
}

.works-with {
    padding: 85px 0 55px
}

.works-with h2 {
    text-align: center;
    font-size: 32px;
    max-width: 800px;
    margin: 0 auto;
}

.works-with p {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em
}

.works-with h3, .resources .resources-content h3 {
    color: #008d9b;
    font-size: 23px;
    margin-bottom: 27px
}

.works-with .question-list, .about ul.bullet-list {
    color: #4d4d4d;
    margin-left: 75px
}

.about .row-contact {
    text-align: center;
}

.about .row-contact a {
    margin: 60px auto 0;
}

.about ul.bullet-list {
    color: #6f7174
}

.works-with .question-list li {
    line-height: 45px
}

.works-with .joinus-wrap {
    text-align: center
}

a.btn {
    text-decoration: none;
    color: initial;
}

.btn.btn-standard, 
.btn.btn-large {
    background-color: #f9cd01;
    font-size: 17px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: #4d4d4d;
    padding: 14px 40px 14px 30px
}

.btn.btn-standard:after,
.btn.btn-large:after {
    content: "\f054";
    font-family: FontAwesome;
    position: relative;
    right: -23px;
    font-size: 11px
}

.btn.btn-proposal {
    min-width: 290px;
    padding: 9px 40px 9px 30px;
    -webkit-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0
}

.email {
    padding: 10px 40px 10px 30px;
    -webkit-border-radius: 25px 0 0 25px;
    border-radius: 25px 0 0 25px;
    border: 1px solid transparent;
    float: left;
    max-height: 44px
}

footer {
    background: #23393c;
    padding-top: 77px;
    padding-bottom: 50px
}

footer .footer-brand img {
    max-width: 110px
}

footer .footer-menu p {
    color: #fff;
    margin-bottom: 25px;
    margin-top: 0;
    font-size: 15px
}

footer .footer-menu li {
    margin-bottom: 10px
}

footer .footer-menu li a {
    color: #99a6b1;
    font-size: 13px;
    letter-spacing: .1px;
    text-decoration: none
}

footer .footer-menu li a:hover {
    color: #f9cd01
}

footer .copyright {
    margin-top: 40px;
    margin-bottom: 0;
    color: #99a6b1;
    font-size: 12px
}

footer .soc-icon-group {
    margin-bottom: 5px
}

footer .soc-icon-group li {
    display: inline-block;
    margin-right: 5px;
    margin-top: 30px
}

footer .soc-icon-group li a {
    height: 50px;
    width: 50px;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #575757;
    text-align: center;
    line-height: 34px
}

footer .soc-icon-group li a i {
    font-size: 21px;
    vertical-align: bottom
}

footer .soc-icon-group li:last-child a {
    line-height: 32px
}

footer .soc-icon-group li:last-child a i {
    color: #dd4b39;
    font-size: 18px
}

.btn {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.btn.focus,
.btn:focus,
.btn:hover {
    background-color: #ffdd3c
}

.sticky-header {
    display: none;
    padding: 18px 0;
    background-color: #0e868f;
    text-align: center
}

.sticky-header h2 {
    font-size: 18px;
    display: inline-block;
    margin-right: 30px;
    margin-top: 0
}

.sticky-header form {
    display: inline-block
}

.sticky {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

.plans {
    margin-top: 60px;
    position: relative
}

.plan {
    text-align: center;
    margin-left: -8px;
    margin-right: -8px
}

.plan-third {
    background-color: #fff;
    padding: 15px 0 42px;
    position: relative;
    top: -15px;
    border: 1px solid #eff4f5
}

.plan-third .plan-third-title {
    font-size: 14px;
    color: #5fb8c1;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    top: -45px
}

.plan-third .plan-heading {
    border: 0;
    border-bottom: 1px solid #c1dbde
}

.plan-third .plan-content {
    border: 0
}

.plan-third .btn.btn-plan {
    
}

.pricing-small .tab-content h1 {
    position: relative;
    top: -45px
}

.plan-content,
.plan-heading {
    border: 1px solid #c1dbde
}

.plan-heading {
    padding-top: 20px;
    padding-bottom: 25px
}

.plan-heading p {
    margin: 0
}

.plan-content {
    border-top: 0;
    padding-top: 25px
}

.plan-name {
    font-size: 22px;
    color: #008d9b;
    font-weight: 700;
    margin: 0
}

.plan-name__desc {
    font-size: 12px;
    color: #008d9b
}

.plan-price {
    font-size: 21px;
    font-weight: 700;
    color: #3f4246;
    margin: 0
}

.plan-price-desc {
    font-size: 13px;
    font-weight: 300;
    margin: 0
}

.plan-users {
    font-size: 17px;
    font-weight: 700;
    color: #3f4246;
    margin-top: 17px;
    margin-bottom: 20px
}

.plan-users.first-plan {
    margin-top: 35px
}

.plan:nth-child(2) .plan-users {
    margin-top: 20px
}

.pricing-small .plan-features ul {
    margin-left: 125px
}

.plan-features ul {
    margin-left: 62px;
    text-align: left
}

.plan-features li {
    font-size: 14px;
    margin-bottom: 10px
}

.plan-features li:before {
    font-family: FontAwesome;
    content: "\f00c";
    color: #00d061;
    font-size: 22px;
    position: relative;
    left: -22px;
    top: 2px
}

.plan-features li.not-included:before {
    content: none;
}

.plan-features li.not-included {
    margin-left: 22px;
    line-height: 37px;
    color: #888;
}



.btn.btn-plan {
    font-size: 18px;
    width: 210px;
    margin-top: 40px
}

.trial-desc {
    font-size: 14px;
    color: #008d9b;
    margin-bottom: 20px
}

.plan-starter,
.plan-starter a {
    font-size: 14px
}

.plan-starter {
    color: #808d9c;
    text-align: center;
    margin-top: 65px
}

.pricing-comments {
    background-color: #e1eff0;
    padding-bottom: 100px;
    padding-top: 50px
}

.pricing-comments h2 {
    margin-bottom: 55px
}

.pricing-comment-wrap {
    margin-left: -3px;
    margin-right: -3px
}

.pricing-comments-text {
    background-color: #fff;
    text-align: center;
    font-style: italic;
    color: #4d4d4d;
    padding: 50px 50px 55px;
    position: relative;
    margin-top: 50px
}

.pricing-comments-text.first-comment h4 {
    margin-bottom: 55px
}

.pricing-comments-text h4 {
    font-size: 22px;
    color: #4d4d4d;
    margin: 0 0 24px 0
}

.pricing-comments-text h5 {
    margin-bottom: 50px
}

.pricing-comments-text p {
    font-size: 18px;
    margin: 0;
    text-align: left;
    line-height: 37px
}

.pricing-comments-text:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.pricing-comments-text:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #fff;
    border-width: 20px;
    margin-left: -20px
}

.questions {
    padding: 90px 0 75px
}

.questions h2 {
    margin-bottom: 65px
}

.question-wrap {
    margin-bottom: 50px
}

.question-title {
    font-size: 22px;
    color: #008d9b;
    margin-bottom: 28px
}

.question-content {
    color: #4d4d4d;
    line-height: 30px
}

.pricing .tip {
    text-decoration: none;
    border-bottom: 1px dotted;
}
    .pricing li .tip {
        color: #000;
    }
    .pricing li.not-included .tip {
        color: #999;
    }

.tooltip .tooltip-inner {
    background-color: #23393c;
    color: #bdc8d2;
    text-align: left;
    max-width: 250px;
    padding: 15px
}

.tooltip .tooltip-arrow {
    border-top-color: #fff!important
}

.tooltip.top {
    margin-top: -10px!important
}

.tooltip.top .tooltip-arrow {
    border-width: 8px 8px 0!important;
    bottom: -3px!important
}

.contact-us .contact .contact-row3 .supmail-1,
.contact-us .contact .contact-row3 .supmail-2 {
    border: 1px solid #97b5c3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 70px 28px 40px;
    min-height: 305px
}

.contact-us .contact .contact-row3 .supmail-1 h3,
.contact-us .contact .contact-row3 .supmail-2 h3 {
    color: #008d9b;
    font-size: 30px;
    font-weight: 700
}

.contact-us .contact .contact-row3 .supmail-1 p,
.contact-us .contact .contact-row3 .supmail-2 p {
    color: #696d6e
}

.contact-us .contact .contact-row3 .supmail-1 button,
.contact-us .contact .contact-row3 .supmail-2 button {
    margin-top: 45px;
    padding-left: 40px
}

.contact-us .contact .contact-row3 button {
    font-weight: 700
}

.contact-us .contact .contact-row3 .supmail-1 {
    margin-right: -4px;
    margin-left: -15px
}

.contact-us .contact .contact-row3 .supmail-2 {
    margin-left: -4px;
    margin-right: -15px
}

.contact-us .contact .botsupmail {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 110px
}

.contact-us .contact .botsupmail p {
    margin-top: 25px;
    color: #3f4246;
    font-size: 17px
}

.contact-us .contact .botsupmail p span {
    font-weight: 700
}

.privacy section .privacy-text ol, .privacy section .privacy-text ul {
    margin-bottom: 42px
}

.privacy section .privacy-text ol li, .privacy section .privacy-text ul li {
    list-style-type: lower-alpha;
    font-weight: 700;
    line-height: 1.8
}
    .privacy section .privacy-text ul li {
        list-style-type: disc;
        font-weight: normal;
        margin-left: 40px;
        color: #3f4246
    }
    .privacy section .privacy-text ol.decimal li {
        list-style-type: decimal;   
    }

.privacy section .privacy-text ol li p, .privacy section .privacy-text ul li p {
    font-weight: 400;
    margin-left: 10px;
    margin-bottom: 0
}

    .privacy section .privacy-text ul li p {
        line-height: 2.5em;
    }

.privacy section p {
    color: #3f4246
}

.privacy section h3 {
    color: #008d9b;
    font-size: 23px;
    margin-bottom: 30px;
    margin-top: 0
}

.privacy footer {
    margin-top: 80px
}

.about section .about-row h3 {
    margin: 50px 0 0
}

.about section .about-row p {
    color: #6f7174;
    line-height: 2;
    margin-bottom: 15px;
    font-size: 16px
}

.about section .about-row .title-adv {
    margin-top: 85px
}

.about section .pers-block .readmore-js-collapsed {
    margin-bottom: 10px
}

.about section .pers-block p {
    color: #6f7174;
    line-height: 1.8;
    font-size: 16px
}

.about section .pers-block .first-p {
    margin-bottom: 25px
}

.about section .pers-block .pers-image {
    text-align: center;
    margin-top: 95px
}
    .about section .pers-block .pers-image div {
        margin-left: 30px;
        width: 100%;
    }

    

.about section .pers-block ul {
    text-align: center
}

.about section .pers-block ul li {
    display: inline-block;
    margin: 15px 3px 5px 3px
}

.about section .pers-block ul li a {
    display: block
}

.about section .pers-block ul li i {
    border: 1px solid #c5e0e4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    vertical-align: bottom
}

.about section .pers-block ul li:nth-child(1) {
    color: #1da1f2
}

.about section .pers-block ul li:nth-child(1) i {
    padding: 12px
}

.about section .pers-block ul li:nth-child(2) {
    color: #067b89
}

.about section .pers-block ul li:nth-child(2) i {
    padding: 13px 11px 11px 13px
}

.about section .pers-block h2 {
    color: #008d9b;
    margin: 30px 0 0;
    text-align: center;
    font-size: 26px
}

.about section .pers-block .pers-prof {
    color: #81a9b2;
    margin: 0;
    text-align: center;
    font-size: 19px
}

.about section .pers-block .pers-block-more {
    color: #047984;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 20px;
    text-decoration: none;
    padding-right: 15px
}

.about section .pers-block .pers-block-more:after {
    content: "\f054";
    font-family: FontAwesome;
    position: relative;
    right: -15px;
    font-size: 13px
}

.about section .pers-block .pers-block-more:hover {
    color: #09bdce
}

.about section .pers-block .pers-block-more i {
    margin-left: 15px;
    vertical-align: text-bottom;
    font-size: 25px;
    font-weight: 700
}

.about section {
    padding-bottom: 80px
}

.home .tour-block,
.tour .tour-block {
    margin-bottom: 80px
}

.home .tour-block .tour-block-row,
.tour .tour-block .tour-block-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 645px;
    padding: 70px 0
}

.home .tour-block .tour-block-row:last-child,
.tour .tour-block .tour-block-row:last-child {
    padding-top: 85px
}

.home .tour-block .tour-block-row:last-child .content-text,
.tour .tour-block .tour-block-row:last-child .content-text {
    text-align: left
}

.home .tour-block .tour-block-row:nth-child(even) .tour-block-col:first-child,
.home .tour-block .tour-block-row:nth-child(odd) .tour-block-col:last-child,
.tour .tour-block .tour-block-row:nth-child(even) .tour-block-col:first-child,
.tour .tour-block .tour-block-row:nth-child(odd) .tour-block-col:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1
}

.home .tour-block .tour-block-row:nth-child(even) .tour-block-col:last-child,
.home .tour-block .tour-block-row:nth-child(odd) .tour-block-col:first-child,
.tour .tour-block .tour-block-row:nth-child(even) .tour-block-col:last-child,
.tour .tour-block .tour-block-row:nth-child(odd) .tour-block-col:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2
}

.home .tour-block .tour-block-row:nth-child(even) .tour-block-col:first-child .img-wrap,
.tour .tour-block .tour-block-row:nth-child(even) .tour-block-col:first-child .img-wrap {
    position: absolute;
    right: 0
}

.home .tour-block .tour-block-col,
.tour .tour-block .tour-block-col {
    position: relative;
    display: block;
    width: 49%;
    margin: 0;
    padding: 0
}

.home .tour-block .tour-block-col .img-wrap img,
.tour .tour-block .tour-block-col .img-wrap img {
    -webkit-box-shadow: 0 0 30px 0 #d9d9d9;
    box-shadow: 0 0 30px 0 #d9d9d9;
    border-radius: 3px;
}

.home .tour-block .tour-block-content,
.tour .tour-block .tour-block-content {
    max-width: 465px;
    position: absolute;
    top: 20%;
    margin-left: 60px;
    margin-right: 60px;
}

.home .tour-block .content-title,
.tour .tour-block .content-title {
    font-size: 32px;
    color: #008d9b
}

.home .tour-block .content-text,
.tour .tour-block .content-text {
    color: #696d6e;
    text-align: left;
    line-height: 1.9em;
}

.tour .tour-title h4 {
    color: #696d6e;
    text-align: center;
    line-height: 1.9em;
}

.tour .tour-title {
    padding: 70px 0 5px 0
}

.tour .tour-title img {
    width: 100%
}

.tour .tour-title h2 {
    margin-bottom: 15px
}

.tour .tour-title h4 {
    margin: 0 0 35px 0
}

.modal {
    padding-right: 0!important
}



.modal .modal-content {
    background-color: #f7f7f7;
    text-align: center;
    height: 100%;
    margin: 0
}

.modal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0
}

.modal .modal-body {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -52%);
    -ms-transform: translate(-50%, -52%);
    transform: translate(-50%, -52%)
}

input, .modal input {
    outline: 0;
    border-radius: 5px;
}
input:focus, .modal input:focus, .modal-step2 input:focus {
    border: 1px solid #8C96A9;
}

button:active, 
button:focus, 
.modal-step2 button:active,
.modal-step2 button:focus,
.btn:active,
.btn:focus {
    outline: none !important;
    border: 1px solid #e4bc04 !important;
}

.modal input,
.modal label {
    display: block;
    margin: 0 auto
}

.modal input,
.modal select {
    font-size: 15px;
    padding: 10px 20px;
    border: 1px solid #ccc8c8;
    margin-bottom: 40px;
    max-width: 320px;
    width: 100%
}

.modal .btn {
    font-size: 18px;
    font-weight: 700
}

.modal h2 {
    font-size: 22px;
    color: #047984;
    font-weight: 700;
    margin-bottom: 35px
}

.modal label {
    color: #696d6e;
    margin-bottom: 20px
}

.modal .modal-header {
    border-bottom: 0
}

.modal-step2 form {
    position: relative;
}
.email-wrapper {
    position: relative;
    display: inline-block;
}
    .email-wrapper-block {
        display: block;
    }
    .modal-step2 .email-wrapper {
        width: 100%;
    }

    .sticky-header .email-wrapper {
        float: left;

    }

.modal .email-error, 
.modal-step2 .email-error, 
.sticky-header .email-error, 
.email-box .email-error {
    left: 50%;
    margin-left: -125px;
    margin-bottom: 20px;
    position: absolute;
    bottom: 100%;
    max-width: 250px;
    font-size: 12px;
    background-color: #fc6464;
    padding: 10px 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none
}
    .modal-step2 .email-error {
        margin-bottom: 10px;
    }
    .sticky-header .email-error {
        margin-bottom: -95px;
    }

.modal .email-error::after, .modal-step2 .email-error:after, .sticky-header .email-error:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    border: 6px solid transparent;
    border-top-color: #fc6464;
    margin-left: -2px
}
    .sticky-header .email-error:after {
        top: -12px;
        border: 6px solid transparent;
        border-bottom-color: #fc6464;
    }

.modal .email-wrap {
    position: relative
}

#entireProposal .modal-body,
#entireProposal input,
#entireProposal select {
    max-width: 350px;
    width: 100%
}
#entireProposal .modal-body {
    max-width: 700px;
}
#entireProposal .btn {
    min-width: 350px;
}
#entireProposal .no-spam {
    margin-top: 0;
    font-size: 13px;
    color: #999;
}

#entireProposal select {
    outline: 0;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#entireProposal select::-ms-expand {
    display: none
}

#entireProposal .selectdiv {
    position: relative;
    max-width: 350px;
    margin:0 auto;
}

#entireProposal .selectdiv:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #768291;
    height: 34px;
    position: absolute;
    pointer-events: none;
    right: 18px;
    top: 14px;
    font-size: 13px
}

#entireProposal img {
    max-width: 145px
}

#entireProposal p {
    color: #696d6e;
    margin: 25px 0 20px
}

#entireProposal h2 {
    margin-bottom: 30px
}

#useProposal .modal-body {
    width: 100%
}

#useProposal .proposal-wrap {
    margin: 0 auto;
    max-width: 783px
}

#useProposal .proposal-item {
    max-width: 380px;
    width: 100%;
    position: relative;
    float: left
}

#useProposal .proposal-item:first-child .proposal-img {
    margin-top: 14px
}

#useProposal .proposal-item:last-child {
    margin-left: 23px
}

#useProposal .proposal-item:last-child .proposal-img {
    width: 80px;
    height: 80px;
    background-image: url(/images/marketing/v2/edit-icon.svg)
}

#useProposal .proposal-item:last-child:before {
    content: "";
    background-image: url(/images/marketing/v2/proposal-ribbon.png);
    position: absolute;
    width: 121px;
    height: 121px;
    display: block;
    right: -3px;
    top: -3px
}

#useProposal .proposal-box {
    padding-top: 60px;
    margin-bottom: 25px;
    border: 1px solid #92b0be
}

#useProposal .proposal-img {
    width: 83px;
    height: 66px;
    margin: 0 auto;
    background-image: url(/images/marketing/v2/download-icon.svg)
}

#useProposal h3 {
    font-size: 18px;
    font-weight: 700;
    color: #047984;
    margin-top: 50px
}

#useProposal h2 {
    margin-bottom: 60px
}

#useProposal .btn.btn-standard {
    max-width: 80%;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 25px
}

#useProposal .btn.btn-standard:after {
    right: -40%
}

#useProposal p {
    color: #696d6e;
    text-align: left;
    padding: 0 25px
}

.modal-step2 {
    background-color: #edf8f9;
    padding: 60px 80px;
    max-width: 870px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -800px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    z-index: 100;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 0 29px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, .5)
}

.modal-step2 .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 26px
}

.modal-step2 .modal-left,
.modal-step2 .modal-right {
    float: left
}

.modal-step2 .modal-left {
    width: 270px;
}

.modal-step2 .modal-left .img {
    width: 240px;
    height: 313px;
}

.modal-step2 .modal-right {
    margin-left: 80px;
    max-width: 350px;
    width: 100%
}

.modal-step2 input,
.modal-step2 label {
    display: block;
    margin: 0 auto
}

.modal-step2 .modal-title {
    color: #008d9b;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 0;
}

.modal-step2 .input-title {
    font-size: 17px;
    color: #3f4246;
    margin-bottom: 10px
}

.modal-step2 input {
    font-size: 15px;
    padding: 10px 20px;
    border: 1px solid #ccc8c8;
    margin-bottom: 30px;
    width: 100%;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.modal-step2 button.btn {
    min-width: 250px;
    font-size: 18px;
    font-weight: 700
}

#step2.modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, 100vh, 0);
    transform: translate3d(0, 100vh, 0)
}

#step2.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.header-thumbnails-wrap {
    margin-top: 40px;
    margin-left: -120px;
    width: 90000px
}

.header-thumbnails-wrap div {
    width: 240px;
    height: 313px;
    float: left;
    margin: 0 10px;
    -webkit-transition: opacity .25s ease-in-out, z-index .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, z-index .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, transform .25s ease-in-out, z-index .25s ease-in-out;
    transition: opacity .25s ease-in-out, transform .25s ease-in-out, z-index .25s ease-in-out, -webkit-transform .25s ease-in-out
}

.header-thumbnails-wrap div:first-child {
    opacity: .2
}

.header-thumbnails-wrap div {
    opacity: .7
}

.email-box {
    background-color: #edf8f9;
    padding: 60px 30px 50px;
    max-width: 600px;
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 35px;
    margin: 0 auto;
    z-index: 100;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .5)
}

.email-box input,
.email-box label {
    display: block
}

.email-box .input-title {
    font-size: 17px;
    color: #3f4246;
    margin-bottom: 25px
}

.email-box input {
    font-size: 15px;
    padding: 10px 20px;
    border: 1px solid #ccc8c8;
    margin: 0 auto 40px;
    width: 100%;
    max-width: 350px
}

.email-box button.btn {
    font-size: 18px;
    font-weight: 700
}

.resources .nav-bread-crumb,
.resources-landing .nav-bread-crumb {
    color: #CCC; 
    font-size: 14px;
    margin-left: 80px; 
}

.resources .nav-bread-crumb a,
.resources-landing .nav-bread-crumb a {
    color: #CCC; 
    text-decoration: none
}

.resource-temp-small .center {
    text-align: center
}

.resource-temp-small h1 {
    font-size: 40px;
    color: #008d9b;
    text-align: center;
    line-height: 55px;
    margin-bottom: 65px
}

.resource-temp-small .img-wrap {
    text-align: center
}

.resource-temp-small .img-wrap img {
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2)
}

.resource-temp-small .main-content {
    margin-top: 40px;
    margin-bottom: 130px
}

.resource-temp-small .main-content ul {
    max-width: 400px;
    margin: 60px auto 0
}

.resource-temp-small .main-content li {
    color: #5f5e5e;
    margin-bottom: 30px;
    text-indent: -11px
}

.resource-temp-small .main-content button {
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0 5px
}

.resource-temp-small .main-content p {
    font-size: 14px;
    color: #8c9091
}

.bg-success {
    background-color: #e0f2ce;
    text-align: center;
    padding: 24px 20px
}

.resources-success h1 {
    text-align: center;
    font-size: 40px;
    color: #008d9b;
    margin: 70px 0 75px
}

.resources-success .proposal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 635px
}

.resources-success .proposal .col {
    position: relative;
    display: block;
    width: 49%;
    margin: 0;
    padding: 0
}

.resources-success .proposal .col:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1
}

.resources-success .proposal .col:last-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2
}

.resources-success .proposal .img-wrap {
    position: absolute;
    right: 0
}

.resources-success .proposal .img-wrap img {
    -webkit-box-shadow: 0 0 30px 0 #d9d9d9;
    box-shadow: 0 0 30px 0 #d9d9d9
}

.resources-success .proposal-content {
    max-width: 420px;
    width: 60%;
    position: absolute;
    top: 38%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.resources-success .proposal-content ul {
    margin: 35px 0 15px 35px;
    line-height: 44px;
}

.resources-success .proposal-content ul li {
    margin-bottom: 0;
    color: #696d6e
}

.resources-success h2 {
    font-size: 24px;
    font-weight: 700;
    color: #0f6771
}

.resources-success .btn.btn-standard,
.resources-success .btn.btn-large {
    font-weight: 700;
    min-width: 350px;
}

.resources-success2 h1 {
    text-align: center;
    font-size: 40px;
    color: #008d9b;
    margin: 70px 0 60px
}

.resources-success2 h2 {
    font-size: 24px;
    font-weight: 700;
    color: #0f6771
}

.resources-success2 .proposal-content {
    max-width: 570px;
    margin: 45px auto 125px
}

.resources-success2 .proposal-content ul {
    margin: 35px 0 55px 75px;
    max-width: 75%
}

.resources-success2 .proposal-content ul li {
    text-indent: -10px;
    margin-bottom: 30px;
    color: #696d6e
}

.resources-success2 .btn.btn-standard {
    font-weight: 700
}

.resources-landing .landing-header h1 {
    color: #fff
}

.resources-landing .landing-header .proposal-content {
    color: #fff;
    line-height:1.8em;
    font-size: 17px;
}

.resources-landing .proposal-template {
    padding: 40px 0 90px;
    border-bottom: 2px solid #f1f1f1
}

.resources-landing .proposal-template .img-wrap {
    text-align: center
}

.resources-landing .proposal-template img {
    max-width: 325px;
    min-height: 420px;
    /** -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2) **/
}

.resources-landing .proposal-template .btn.btn-standard,
.resources-landing .proposal-template .btn.btn-large,
.btn.btn-large {
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0 5px
}
.resources-landing .proposal-template .btn.btn-large,
.btn.btn-large {
    border-radius: 40px;
    padding: 24px 50px 24px 40px;
}

.resources-landing h1 {
    font-size: 40px;
    color: #008d9b;
    text-align: center;
    line-height: 55px;
    margin-bottom: 65px
}

.resources-landing .landing-header ul li {
    list-style: disc;
    margin-top: 10px;
}

.resources-landing .landing-header ul {
    margin-left: 10px;
}

.resources-landing .proposal-content {
    color: #313336;
    margin-top: 15px;
    line-height: 25px
}

.resources-landing .proposal-content p:first-child {
    margin-bottom: 45px
}

.resources-landing .proposal-content p:last-child {
    margin-bottom: 30px
}

.resources-landing .proposal-inside {
    color: #3f4246;
    padding: 65px 0 85px;
    font-size: 17px
}

.resources-landing .proposal-inside img.cover-image {
    width: 100%;
}

.resources-landing .proposal-inside .preview-container {
    font-size: 16px;
    border:1px solid #CCC; 
    max-width: 815px; 
    padding: 20px 60px
}
    .resources-landing .proposal-inside .preview-container h2 {
        font-size: 28px;
    }

    .resources-landing .proposal-inside .preview-container table {
        margin-bottom: 20px;
    }

    .resources-landing .proposal-inside .preview-container blockquote {
        padding: 30px 35px 30px;
    }

    .resources-landing .proposal-inside .preview-container ul {
        line-height: 40px;
    }
    
.resources-landing .proposal-inside img {
    max-width: 100%;
}

.resources-landing .proposal-inside p {
    line-height: 35px
}

.resources-landing .proposal-inside h2 {
    color: #008d9b;
    font-size: 36px
}

.resources-landing .proposal-inside h3 {
    color: #008d9b;
    font-size: 24px
}

.resources-landing .proposal-inside h4 {
    color: #888;
    font-size: 22px
}

.resources-landing .proposal-inside .chart-wrap {
    text-align: center;
    margin-bottom: 40px
}

.resources-landing .proposal-inside .chart-wrap img {
    max-width: 100%
}

.resources-landing .proposal-inside .bullet-list,
.resources-landing .proposal-inside ul,
.resources-landing .proposal-inside ol {
    line-height: 45px;
    margin: 25px 0 25px 60px
}
/**
    .resources-landing .proposal-inside ol {
        padding-left: 0;
        margin-left: 50px;
    }
    .resources-landing .proposal-inside ol li {
        padding-left: 20px;
        list-style: decimal;
    }
**/

.resources-landing .proposal-inside .table,
.resources-landing .proposal-inside table,
.resources-content .table, {
    margin-bottom: 100px
}

.resources-landing .proposal-inside .table td,
.resources-landing .proposal-inside .table tr,
.resources-content .table td,
.resources-content .table tr,
.resources-landing .proposal-inside table td,
.resources-landing .proposal-inside table tr {
    padding: 8px
}

.resources-landing .proposal-inside .table th,
.resources-content .table th,
.resources-landing .proposal-inside table th {
    color: #818d8f;
    font-weight: 400;
    text-align: left
}

.resources-landing .proposal-inside .table th:nth-child(1),
.resources-content .table th:nth-child(1) {
    padding: 24px 30px 15px 26px
}

.resources-landing .proposal-inside .table th:nth-child(2),
.resources-content .table th:nth-child(2) {
    padding: 24px 30px 15px 12px
}

.resources-landing .proposal-inside .table th:nth-child(3)
.resources-content .table th:nth-child(3) {
    padding: 24px 30px 15px 17px
}

.resources-landing .proposal-inside .table td,
.resources-landing .proposal-inside table td,
.resources-content .table td {
    background-color: #f9f9f9;
    border: 2px solid #fff;
    padding: 13px 30px 13px 20px
}

.resources-landing .proposal-inside .table td .dollar:before,
.resources-content .table td .dollar:before {
    content: "l";
    font-family: iconFont;
    position: relative;
    font-size: 25px;
    left: 0;
    top: 13px;
    text-transform: none;
    color: #067b89
}

.resources-landing .proposal-inside .table td .dollar:nth-child(2),
.resources-landing .proposal-inside .table td .dollar:nth-child(3),
.resources-content .table td .dollar:nth-child(2),
.resources-content .table td .dollar:nth-child(3) {
    margin-left: -7px
}

.resources-landing .proposal-inside .table td .dollar.dollar-light:before,
.resources-content .table td .dollar.dollar-light:before {
    color: #98c7cc
}

.resources-landing .proposal-inside-menu {
    max-width: 460px;
    border: 2px solid #f0f0f0;
    text-align: center;
    margin: 0 auto
}

.resources-landing .proposal-inside-menu li {
    font-size: 14px;
    color: #727171;
    border-top: 1px solid #e1e1e1
}

.resources-landing .proposal-inside-menu li a {
    text-decoration: none;
    color: #727171;
    font-weight: 700;
    display: block;
    padding: 12px 0 10px
}

.resources-landing .proposal-inside-menu li a:hover {
    background-color: #49a3af;
    color: #fff
}

.resources-landing .proposal-inside-menu li:first-child {
    font-size: 18px;
    border-top: 0;
    padding: 20px 0 18px
}

.resources-landing .panel, 
.resources-landing .proposal-inside blockquote,
.resources-content blockquote {
    background-color: #e7f0f1;
    padding: 40px 65px 40px;
    margin: 30px 0 50px
}

.resources-landing .panel .panel-title,
.resources-landing .proposal-inside .panel blockquote h3 {
    font-size: 18px;
    font-weight: 700;
    color: #067b89
}

.resources-landing .panel .panel-content,
.resources-landing .proposal-inside .panel p {
    font-size: 17px
}

.resources .resources-content {
    padding: 70px 0 5px 0;
    margin-left: 20px;
    margin-right: 20px
}

.resources .resources-content h2 {
    margin-bottom: 30px;
    text-align: left;
    font-size: 41px
}

.resources .resources-content .question-list {
    color: #4d4d4d;
    margin-left: 90px;
    margin-top: 30px;
    margin-bottom: 35px;
    font-size: 18px
}

.resources .resources-content .question-list li {
    line-height: 54px
}

.resources .resources-content .question-list li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #067b89;
    position: relative;
    top: -1px;
    left: -25px
}

.resources .resources-content .privacy-text {
    padding: 0 35px
}

.resources .resources-content .privacy-text p {
    color: #3f4246;
    line-height: 2;
    font-size: 17px
}

.resources .resources-content .privacy-text span {
    text-transform: uppercase
}

.resources .resources-video h2 {
    color: #067b89;
    font-size: 45px;
    font-weight: 600;
    margin-left: 20px
}

.resources .prop-templates h2 {
    font-size: 30px;
    margin-bottom: 70px
}

.resources .prop-templates .template-wrap.temp-wrap-in {
    text-align: center;
    height: 750px;
    overflow: hidden;
    margin-bottom: 40px;
}

.resources .prop-templates .template-wrap .prop-img {
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    overflow: hidden;
    position: relative;
    display: inline-block;
    -webkit-box-shadow: 0 0 10px 2px #dfdfdf;
    box-shadow: 0 0 10px 2px #dfdfdf
}

.resources .prop-templates .template-wrap .prop-img:hover .prop-btn {
    bottom: 77px;
    z-index: 1
}

.resources .prop-templates .template-wrap .prop-img a {
    display: block;
    width: 100%;
    height: 100%
}
.resources-landing .proposal-template .img-wrap a {
    display: inline-block;
}

.resources .prop-templates .template-wrap .prop-img a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0
}

.resources .prop-templates .template-wrap .prop-img a:hover:before {
    opacity: .2
}

.resources .prop-templates .template-wrap .prop-img .img-wrap {
    display: inline-block;
    position: relative
}

.resources .prop-templates .template-wrap .prop-img .img-wrap img {
    width: 100%
}

.resources .prop-templates .template-wrap .prop-img .btn {
    font-weight: 700;
    width: 220px;
    position: absolute;
    right: 16%;
    height: 56px
}

.resources .prop-templates .template-wrap .prop-img .prop-btn {
    bottom: -60px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.resources .prop-templates .template-wrap h3 {
    color: #0b6070;
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700
}

.resources .prop-templates .template-wrap p {
    color: #696d6e;
    font-size: 14px;
    margin-bottom: 25px
}

.resources .prop-templates .template-wrap .template-wrapper-bottom {
    margin: 0 auto;
    max-width: 325px
}

.resources .prop-templates .template-wrap .template-wrapper-bottom .bottom-wrap {
    padding-right: 50px;
    text-align: left
}

.resources .prop-templates .template-wrap .template-wrapper-bottom ul {
    margin-bottom: 75px
}

.resources .prop-templates .template-wrap .template-wrapper-bottom ul li {
    display: inline-block;
    text-align: center;
    margin-right: 4px;
    margin-bottom: 8px;
    position: relative
}

.resources .prop-templates .template-wrap .template-wrapper-bottom ul li .tooltips {
    height: 47px;
    width: 47px;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #eceded;
    overflow: hidden
}

.resources .prop-templates .template-wrap .template-wrapper-bottom ul li .tooltips:hover {
    background-color: #eaeaea;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.resources .prop-templates .template-wrap .template-wrapper-bottom ul li .tooltips:before {
    color: #818d8f;
    position: absolute;
    right: 13px;
    top: 15px
}

.resources .prop-templates .template-wrap .template-wrapper-bottom ul li .tooltips.icon.icon-b:before {
    font-size: 24px;
    right: 12px;
    top: 14px
}

.resources .prop-templates .template-wrap .template-wrapper-bottom ul li .tooltips i {
    color: #818d8f;
    height: 35px;
    padding-top: 14px
}

.infographics-content img {
    width: 45%; float: left;
    margin-bottom: 40px;
}

.mockup-descr {
    margin-top: 100px
}

.mockup-descr .mockup-wrap {
    -webkit-box-shadow: 0 0 10px 4px #f3f3f3;
    box-shadow: 0 0 10px 4px #f3f3f3;
    padding: 40px 33px 0;
    margin-right: 30px
}

.mockup-descr .mockup-wrap img {
    width: 100%
}

.mockup-descr .mockup-wrap .mockup-section-1 {
    border: 2px solid #fcd6d6
}

.mockup-descr .mockup-wrap .mockup-section-2 {
    margin-top: 20px;
    border: 2px solid #d8eef1
}

.mockup-descr .mockup-wrap .mockup-section-3 {
    margin-top: 20px
}

.mockup-descr .mockup-wrap .mockup-section-3 .section-3-1,
.mockup-descr .mockup-wrap .mockup-section-3 .section-3-2 {
    border: 2px solid #d8eef1;
    width: 48%
}

.mockup-descr .mockup-wrap .mockup-section-3 .section-3-1 {
    float: left
}

.mockup-descr .mockup-wrap .mockup-section-3 .section-3-2 {
    float: right
}

.mockup-descr .mockup-wrap .mockup-section-4,
.mockup-descr .mockup-wrap .mockup-section-5,
.mockup-descr .mockup-wrap .mockup-section-6 {
    margin-top: 24px
}

.mockup-descr .mockup-wrap .mockup-section-4 .section-4-1,
.mockup-descr .mockup-wrap .mockup-section-4 .section-4-2,
.mockup-descr .mockup-wrap .mockup-section-4 .section-5-1,
.mockup-descr .mockup-wrap .mockup-section-4 .section-5-2,
.mockup-descr .mockup-wrap .mockup-section-4 .section-6-1,
.mockup-descr .mockup-wrap .mockup-section-4 .section-6-2,
.mockup-descr .mockup-wrap .mockup-section-5 .section-4-1,
.mockup-descr .mockup-wrap .mockup-section-5 .section-4-2,
.mockup-descr .mockup-wrap .mockup-section-5 .section-5-1,
.mockup-descr .mockup-wrap .mockup-section-5 .section-5-2,
.mockup-descr .mockup-wrap .mockup-section-5 .section-6-1,
.mockup-descr .mockup-wrap .mockup-section-5 .section-6-2,
.mockup-descr .mockup-wrap .mockup-section-6 .section-4-1,
.mockup-descr .mockup-wrap .mockup-section-6 .section-4-2,
.mockup-descr .mockup-wrap .mockup-section-6 .section-5-1,
.mockup-descr .mockup-wrap .mockup-section-6 .section-5-2,
.mockup-descr .mockup-wrap .mockup-section-6 .section-6-1,
.mockup-descr .mockup-wrap .mockup-section-6 .section-6-2 {
    border: 2px solid #d8eef1;
    width: 48%
}
.mockup-descr .mockup-wrap .mockup-section-4 .section-4-1,
.mockup-descr .mockup-wrap .mockup-section-4 .section-4-2,
.mockup-descr .mockup-wrap .mockup-section-5 .section-5-1,
.mockup-descr .mockup-wrap .mockup-section-5 .section-5-2,
.mockup-descr .mockup-wrap .mockup-section-6 .section-6-1,
.mockup-descr .mockup-wrap .mockup-section-6 .section-6-2 {
    border: 2px dashed #c9cbcc;
}


.mockup-descr .mockup-wrap .mockup-section-4 .section-4-1,
.mockup-descr .mockup-wrap .mockup-section-4 .section-5-1,
.mockup-descr .mockup-wrap .mockup-section-4 .section-6-1,
.mockup-descr .mockup-wrap .mockup-section-5 .section-4-1,
.mockup-descr .mockup-wrap .mockup-section-5 .section-5-1,
.mockup-descr .mockup-wrap .mockup-section-5 .section-6-1,
.mockup-descr .mockup-wrap .mockup-section-6 .section-4-1,
.mockup-descr .mockup-wrap .mockup-section-6 .section-5-1,
.mockup-descr .mockup-wrap .mockup-section-6 .section-6-1 {
    float: left
}

.mockup-descr .mockup-wrap .mockup-section-4 .section-4-2,
.mockup-descr .mockup-wrap .mockup-section-4 .section-5-2,
.mockup-descr .mockup-wrap .mockup-section-4 .section-6-2,
.mockup-descr .mockup-wrap .mockup-section-5 .section-4-2,
.mockup-descr .mockup-wrap .mockup-section-5 .section-5-2,
.mockup-descr .mockup-wrap .mockup-section-5 .section-6-2,
.mockup-descr .mockup-wrap .mockup-section-6 .section-4-2,
.mockup-descr .mockup-wrap .mockup-section-6 .section-5-2,
.mockup-descr .mockup-wrap .mockup-section-6 .section-6-2 {
    float: right
}

.mockup-descr .mockup-wrap .mockup-section-5 {
    margin-top: 25px
}

.mockup-descr .mockup-wrap .mockup-section-6 {
    margin-top: 26px
}

.mockup-descr .mockup-wrap .mockup-section-7 {
    margin-top: 27px
}

.mockup-descr .mockup-wrap .mockup-section-7 .section-7-1 {
    width: 48%;
    float: left
}

.mockup-descr .mockup-wrap .mockup-section-7 .section-7-1 .arrow-container {
    padding-bottom: 10px;
    width: 85%;
    margin: 0 auto;
    line-height: 1.42;
}

.mockup-descr .mockup-wrap .mockup-section-7 .section-7-1 .arrow-container .arrows {
    border-bottom: 3px solid #067b89;
    margin-top: 32px;
    position: relative;

}

.mockup-descr .mockup-wrap .mockup-section-7 .section-7-1 .arrow-container .arrows:after {
    content: '\f105';
    color: #067b89;
    font-family: FontAwesome;
    position: absolute;
    right: -3px;
    top: -27px;
    font-size: 39px
}

.mockup-descr .mockup-wrap .mockup-section-7 .section-7-1 .arrow-container .arrows:nth-child(1) {
    margin-top: 23px
}

.mockup-descr .mockup-wrap .mockup-section-7 .section-7-2 {
    border: 2px solid #d8eef1;
    width: 48%;
    margin-bottom: 40px;
    float: right
}

.mockup-descr .mockup-descr-section .mockup-icons {
    line-height: 1.42;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 52px;
    width: 52px;
    float: left;
    margin-left: 15px
}

.mockup-descr .mockup-descr-section .mockup-icons:before {
    font-family: iconFont;
    color: #fff;
    position: relative;
    font-size: 25px;
    left: 15px;
    top: 17px
}

.mockup-descr .mockup-descr-section .ms-icon-1 {
    background-color: #f46d6c
}

.mockup-descr .mockup-descr-section .ms-icon-1:before {
    content: "i"
}

.mockup-descr .mockup-descr-section .ms-icon-2 {
    background-color: #49afbd
}

.mockup-descr .mockup-descr-section .ms-icon-2:before {
    content: "j"
}

.mockup-descr .mockup-descr-section .ms-icon-3 {
    background-color: #49afbd
}

.mockup-descr .mockup-descr-section .ms-icon-3:before {
    content: "k"
}

.mockup-descr .mockup-descr-section .ms-icon-4 {
    background-color: #49afbd
}

.mockup-descr .mockup-descr-section .ms-icon-4:before {
    content: "l"
}

.mockup-descr .mockup-descr-section .ms-icon-5 {
    background-color: #067b89
}

.mockup-descr .mockup-descr-section .ms-icon-5:before {
    content: "m"
}

.mockup-descr .mockup-descr-section .ms-icon-descr {
    float: left;
    max-width: 350px;
    margin-left: 40px
}

.mockup-descr .mockup-descr-section .ms-icon-descr h3 {
    font-size: 21px
}

.mockup-descr .mockup-descr-section .ms-icon-descr p {
    color: #3f4246;
    line-height: 27px;
    margin: 0;
    font-size: 17px
}

.mockup-descr .mockup-descr-section .mockup-descr-1 {
    position: relative;
    margin-top: 5px
}

.mockup-descr .mockup-descr-section .mockup-descr-1 svg {
    position: absolute;
    top: 11px;
    left: -95px
}

.mockup-descr .mockup-descr-section .mockup-descr-1 h3 {
    color: #f46d6c;
    margin-top: 12px;
    margin-bottom: 18px
}

.mockup-descr .mockup-descr-section .mockup-descr-2 h3,
.mockup-descr .mockup-descr-section .mockup-descr-3 h3,
.mockup-descr .mockup-descr-section .mockup-descr-4 h3 {
    color: #49afbd
}

.mockup-descr .mockup-descr-section .mockup-descr-2 {
    position: relative;
    margin-top: 43px
}

.mockup-descr .mockup-descr-section .mockup-descr-2 svg {
    position: absolute;
    top: -41px;
    left: -95px
}

.mockup-descr .mockup-descr-section .mockup-descr-2 h3 {
    margin-top: 7px;
    margin-bottom: 23px
}

.mockup-descr .mockup-descr-section .mockup-descr-3 {
    position: relative;
    margin-top: 54px
}

.mockup-descr .mockup-descr-section .mockup-descr-3 svg {
    position: absolute;
    top: -44px;
    left: -95px
}

.mockup-descr .mockup-descr-section .mockup-descr-3 h3 {
    margin-top: 9px;
    margin-bottom: 10px
}

.mockup-descr .mockup-descr-section .mockup-descr-4 {
    position: relative;
    margin-top: 65px
}

.mockup-descr .mockup-descr-section .mockup-descr-4 svg {
    position: absolute;
    top: -56px;
    left: -95px
}

.mockup-descr .mockup-descr-section .mockup-descr-4 h3 {
    margin-top: 9px;
    margin-bottom: 22px
}

.mockup-descr .mockup-descr-section .mockup-descr-5 {
    position: relative;
    margin-top: 49px
}

.mockup-descr .mockup-descr-section .mockup-descr-5 svg {
    position: absolute;
    top: -55px;
    left: -95px
}

.mockup-descr .mockup-descr-section .mockup-descr-5 h3 {
    color: #067b89;
    margin-top: 8px;
    margin-bottom: 12px
}

.hidden {
    display: none
}

#tooltip-content-1 p {
    margin-left: 12px;
    font-size: 12px
}

.tooltip-list {
    color: #696d6e;
    margin-left: 30px;
    padding-right: 40px;
    margin-bottom: 15px
}

.tooltip-list li {
    line-height: 30px;
    font-size: 12px;
    font-weight: 700
}

.tooltip-list li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #067b89;
    position: relative;
    top: -1px;
    left: -17px
}

.resources header h3 {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}

.resources-home .pop-templates .pop-templates-title {
    color: #008d9b;
    margin-top: 70px;
    margin-bottom: 0;
    text-align: center;
    font-size: 30px;
    font-weight: 600
}

.resources-home .pop-templates .pop-template {
    margin-top: 50px;
    text-align: center
}

.resources-home .pop-templates .pop-template-wrap {
    -webkit-box-shadow: 0 0 10px 4px #f3f3f3;
    box-shadow: 0 0 10px 4px #f3f3f3;
    display: inline-block;
    padding-bottom: 35px
}

.resources-home .pop-templates .pop-template-wrap img {
    width: 100%
}

.resources-home .pop-templates .pop-template-wrap .prop-img {
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    overflow: hidden;
    position: relative;
    display: inline-block;
    -webkit-box-shadow: 0 0 10px 2px #dfdfdf;
    box-shadow: 0 0 10px 2px #dfdfdf
}

.resources-home .pop-templates .pop-template-wrap .prop-img:hover .prop-btn {
    bottom: 30px;
    z-index: 1
}

.resources-home .pop-templates .pop-template-wrap .prop-img a {
    display: block;
    width: 100%;
    height: 100%
}

.resources-home .pop-templates .pop-template-wrap .prop-img a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0
}

.resources-home .pop-templates .pop-template-wrap .prop-img a:hover:before {
    opacity: .2
}

.resources-home .pop-templates .pop-template-wrap .prop-img .img-wrap {
    display: inline-block;
    position: relative
}

.resources-home .pop-templates .pop-template-wrap .prop-img .img-wrap img {
    width: 100%
}

.resources-home .pop-templates .pop-template-wrap .prop-img .btn {
    font-weight: 700;
    width: 220px;
    position: absolute;
    height: 56px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.resources-home .pop-templates .pop-template-wrap .prop-img .prop-btn {
    bottom: -60px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.resources-home .pop-templates .pop-template-wrap .pop-templates-descr {
    margin: 0 auto;
    max-width: 325px;
    text-align: left
}

.resources-home .pop-templates .pop-template-wrap .pop-templates-descr .templates-descr-wrap {
    margin: 30px 35px 0 35px
}

.resources-home .pop-templates .pop-template-wrap .pop-templates-descr h3 {
    color: #067b89;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600
}

.resources-home .pop-templates .pop-template-wrap .pop-templates-descr p {
    color: #7b7f80;
}

.resources-home .prop-and-sales,
.resources-landing .prop-and-sales {
    margin-bottom: 140px
}

.resources-home .prop-and-sales .prop-and-sales-title,
.resources-landing .prop-and-sales .prop-and-sales-title {
    color: #008d9b;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-top: 95px;
    margin-bottom: 75px
}

.resources-home .prop-and-sales .prop-and-sales-ind,
.resources-landing .prop-and-sales .prop-and-sales-ind {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cbcfd1;
    margin: 0 auto 25px;
    position: relative;
    overflow: hidden;
    height: 105px;
    max-width: 354px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.resources-home .prop-and-sales .prop-and-sales-ind h4,
.resources-landing .prop-and-sales .prop-and-sales-ind h4 {
    color: #6d7a8a;
    font-size: 18px;
    font-weight: 500;
    margin: auto;
    padding: 0 10px;
    text-align: center;
    line-height: 26px
}

.resources-home .prop-and-sales .prop-and-sales-ind .industry-border,
.resources-landing .prop-and-sales .prop-and-sales-ind .industry-border {
    position: absolute;
    width: 100%;
    bottom: 0
}

.resources-home .prop-and-sales .prop-and-sales-ind .border-1,
.resources-landing .prop-and-sales .prop-and-sales-ind .border-1 {
    border-bottom: 5px solid #1fb6ff
}

.resources-home .prop-and-sales .prop-and-sales-ind .border-2,
.resources-landing .prop-and-sales .prop-and-sales-ind .border-2 {
    border-bottom: 5px solid #7e5cef
}

.resources-home .prop-and-sales .prop-and-sales-ind .border-3,
.resources-landing .prop-and-sales .prop-and-sales-ind .border-3 {
    border-bottom: 5px solid #ffc72d
}

.resources-home .prop-and-sales .prop-and-sales-ind .border-4,
.resources-landing .prop-and-sales .prop-and-sales-ind .border-4 {
    border-bottom: 5px solid #fd8c35
}

.resources-home .prop-and-sales .prop-and-sales-ind .border-5,
.resources-landing .prop-and-sales .prop-and-sales-ind .border-5 {
    border-bottom: 5px solid #14ce66
}

.resources-home .prop-and-sales .prop-and-sales-ind .border-6,
.resources-landing .prop-and-sales .prop-and-sales-ind .border-6 {
    border-bottom: 5px solid #17c6b6
}

.resources-home .prop-and-sales .prop-and-sales-ind .border-7,
.resources-landing .prop-and-sales .prop-and-sales-ind .border-7 {
    border-bottom: 5px solid #136790
}

.resources-home .prop-and-sales .prop-and-sales-ind .border-8,
.resources-landing .prop-and-sales .prop-and-sales-ind .border-8 {
    border-bottom: 5px solid #ff5316
}
.resources .resources-content .full-image {
    margin: 25px auto 35px;
}

.center {
    text-align: center
}

.bullet-list li, .proposal-inside ul li {
    position: relative;
}
.bullet-list li:before, .proposal-inside ul li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #067b89;
    position: absolute;
    top: 18px;
    left: -25px
}

.proposal-inside ol {
    padding-left: 0;
    counter-reset: li;
}
.proposal-inside ol li:before {
    position: absolute;
    color: #067b89;
    display: block;
    content: counter(li)'.';
    top: 0;
    left: -25px
}
.proposal-inside ol li {
    position: relative;
    counter-increment: li;
}

iframe {
    max-width: 750px
}

@media only screen and (max-width:1200px) {

    header {
        min-height: 600px
    }
    .home .nav {
        margin-bottom: 50px
    }
    .email-box {
        bottom: 130px;
    }
    .header-thumbnails-wrap div,
    .slick-slide {
        width: 155px;
        height: 202px;
        margin: 0 10px 0 0
    }
    .slick-list {
        Left: -77px
    }
    .header-thumbnails-wrap {
        margin-left: -77px
    }
    .slide .btn {
        font-size: 10px;
        height: 31px
    }
    .slick-slide:hover .slide-btn {
        bottom: 7px
    }
    .slick-slide:hover {
        -webkit-transform: scale(1.18);
        -ms-transform: scale(1.18);
        transform: scale(1.18)
    }
    .plan-features ul {
        margin-left: 50px
    }
    .pricing-small .plan-features ul {
        margin-left: 90px
    }
    .email-box {
        bottom: 10px
    }
    .mockup-descr .mockup-descr-section .mockup-descr-1 {
        margin-top: 0;
    }

    .mockup-descr .mockup-descr-section .mockup-descr-2 {
        margin-top: 15px;
    }

    .mockup-descr .mockup-descr-section .mockup-descr-3 {
        margin-top: 25px;
    }

    .mockup-descr .mockup-descr-section .mockup-descr-4 {
        margin-top: 35px;
    }

    .mockup-descr .mockup-descr-section .mockup-descr-5 {
        margin-top: 17px;
    }

    .mockup-descr .mockup-descr-section .ms-icon-descr {
        max-width: 267px;
    }

    .mockup-descr .mockup-descr-section .ms-icon-descr p {
        line-height: 18px;
        font-size: 16px;
    }

}

@media (min-width: 992px) {
    .resources-landing .col-md-3 {
        width: 33%;
    }
}

@media only screen and (max-width:992px) {

    .email-box {
        bottom: -40px;
    }
    .mockup-descr .mockup-descr-section svg {
        display: none !important;
    }
    .comment-text:before {
        bottom: 100%;
        left: 50%;
        right: auto;
        top: auto;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #fff;
        border-width: 20px;
        margin-left: -20px
    }
    .sticky-header h2 {
        margin-right: 0
    }
    .plan {
        margin-bottom: 30px
    }
    .plan-features ul {
        margin-left: 105px
    }
    .pricing .nav {
        margin-bottom: 50px
    }
    .pricing-comment-wrap {
        margin-bottom: 60px
    }
    .plan-third {
        margin-top: 43px
    }
    .tour header nav {
        margin-bottom: 30px
    }
    .tour header h1 {
        font-size: 30px
    }
    .tour header h2 {
        font-size: 20px
    }
    .pricing-small .plan-features ul {
        margin-left: 180px
    }
    .modal-step2 {
        max-width: 600px
    }
    .modal-step2.opened {
        bottom: -40px!important
    }
    .modal-step2 .modal-left {
        width: 160px
    }
    .modal-step2 .modal-left .img {
        width: 155px;
        height: 202px;
    }
    .modal-step2 .modal-right {
        margin-left: 60px;
        max-width: 210px
    }
    .center-sm {
        text-align: center
    }

    .resources-landing .landing-header .proposal-content {
        padding-left: 7%;
        padding-right: 7%;
    }

  .resources .prop-templates .template-wrap .prop-img .btn {
    right: 16%;
  }
  .mockup-descr .mockup-descr-section .mockup-descr-1, .mockup-descr .mockup-descr-section .mockup-descr-2, .mockup-descr .mockup-descr-section .mockup-descr-3, .mockup-descr .mockup-descr-section .mockup-descr-4, .mockup-descr .mockup-descr-section .mockup-descr-5 {
    margin-top: 40px;
  }
  .mockup-descr .mockup-descr-section svg {
    display: none;
  }
  .mockup-descr .mockup-descr-section .ms-icon-descr {
    max-width: 90%;
  }
  .mockup-descr .mockup-descr-section .ms-icon-descr p {
    margin-top: 15px;
    line-height: 27px;
  }
  .mockup-descr .mockup-descr-section .ms-icon-descr h3 {
    position: absolute;
    top: 4px;
    left: 105px;
  }
  .mockup-descr .mockup-descr-section .mockup-icons:before {
    font-family: "Open Sans", sans-serif;
    font-size: 29px;
    font-weight: bold;
    top: 4px;
    left: 17px;
  }
  .mockup-descr .mockup-descr-section .ms-icon-1:before {
    content: '1';
  }
  .mockup-descr .mockup-descr-section .ms-icon-2:before {
    content: '2';
  }
  .mockup-descr .mockup-descr-section .ms-icon-3:before {
    content: '3';
  }
  .mockup-descr .mockup-descr-section .ms-icon-4:before {
    content: '4';
  }
  .mockup-descr .mockup-descr-section .ms-icon-5:before {
    content: '5';
  }
  .mockup-descr .mockup-wrap {
    margin-right: 0;
  }
  .mockup-descr .mockup-wrap .mockup-section-1, .mockup-descr .mockup-wrap .mockup-section-2, .mockup-descr .mockup-wrap .mockup-section-3, .mockup-descr .mockup-wrap .mockup-section-5, .mockup-descr .mockup-wrap .mockup-section-7 {
    position: relative;
  }
  .mockup-descr .mockup-wrap .mockup-section-number {
    border-radius: 50%;
    border: 1px solid #eceded;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -25px;
    overflow: hidden;
    height: 52px;
    width: 52px;
  }
  .mockup-descr .mockup-wrap .mockup-section-number:after {
    color: #fff;
    top: 4px;
    left: 17px;
    position: absolute;
    font-size: 29px;
    font-weight: bold;
  }
  .mockup-descr .mockup-wrap .mockup-section-number.number-1 {
    background-color: #f46d6c;
  }
  .mockup-descr .mockup-wrap .mockup-section-number.number-1:after {
    content: '1';
  }
  .mockup-descr .mockup-wrap .mockup-section-number.number-2 {
    background-color: #49afbd;
  }
  .mockup-descr .mockup-wrap .mockup-section-number.number-2:after {
    content: '2';
  }
  .mockup-descr .mockup-wrap .mockup-section-number.number-3 {
    background-color: #49afbd;
  }
  .mockup-descr .mockup-wrap .mockup-section-number.number-3:after {
    content: '3';
  }
  .mockup-descr .mockup-wrap .mockup-section-number.number-4 {
    background-color: #49afbd;
  }
  .mockup-descr .mockup-wrap .mockup-section-number.number-4:after {
    content: '4';
  }
  .mockup-descr .mockup-wrap .mockup-section-number.number-5 {
    background-color: #067b89;
    margin-top: -45px;
  }
  .mockup-descr .mockup-wrap .mockup-section-number.number-5:after {
    content: '5';
  }
  .mockup-descr .mockup-wrap .mockup-section-7 .section-7-1 .arrow-container {
    padding-bottom: 10px;
  }
  .mockup-descr .mockup-wrap .mockup-section-7 .section-7-1 .arrow-container .arrows {
    margin-top: 41px;
  }
  .mockup-descr .mockup-wrap .mockup-section-7 .section-7-1 .arrow-container .arrows:after {
    content: '\f105';
    color: #067b89;
    font-family: FontAwesome;
    position: absolute;
    right: -3px;
    top: -27px;
    font-size: 39px;
  }
  .mockup-descr .mockup-wrap .mockup-section-7 .section-7-1 .arrow-container .arrows:nth-child(1) {
    margin-top: 19px;
  }
  .resources-home .pop-templates .pop-template-wrap .prop-img .btn {
    right: 16%;
  }
}

@media only screen and (max-width:830px) {
    #useProposal .modal-body {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    #useProposal .modal-content {
        height: auto
    }
    #useProposal .proposal-item {
        display: block;
        margin: 0 auto;
        float: none
    }
    #useProposal .proposal-item:last-child {
        margin-left: auto;
        margin-top: 40px
    }
    #useProposal h2 {
        margin-bottom: 30px
    }


}

@media only screen and (max-width:768px) {
    header {
        min-height: 550px
    }
    header h1 {
        font-size: 30px
    }
    header h2 {
        font-size: 22px;
        padding-left: 0;
        text-align: center
    }
    .resources .nav-bread-crumb,
    .resources-landing .nav-bread-crumb {
        margin: 0;
        text-align: center;
    }
    .tour header nav {
        margin-bottom: 20px
    }
    .tour header h1 {
        font-size: 28px;
        margin-bottom: 30px
    }
    .tour header h2 {
        font-size: 18px
    }
    .home .tour-block .tour-block-row,
    .tour .tour-block .tour-block-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 60px 0 0 0;
        min-height: auto
    }
    .home .tour-block .tour-block-row:nth-child(even),
    .tour .tour-block .tour-block-row:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .home .tour-block .tour-block-col,
    .tour .tour-block .tour-block-col {
        width: 100%
    }
    .home .tour-block .tour-block-col .img-wrap img,
    .tour .tour-block .tour-block-col .img-wrap img {
        max-width: 100%;
        height: auto !important;
    }
    .home .tour-block .tour-block-content,
    .tour .tour-block .tour-block-content {
        position: relative;
        text-align: center;
        margin: 0 auto;
        padding: 0 10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto;
        left: auto
    }
    .home .tour-block .content-text,
    .tour .tour-block .content-text {
        text-align: left;
        margin-bottom: 40px
    }
    .home .tour-block .tour-block-row:nth-child(even) .tour-block-col:first-child .img-wrap,
    .tour .tour-block .tour-block-row:nth-child(even) .tour-block-col:first-child .img-wrap {
        position: relative
    }
    .resources-success .main-content {
        padding-bottom: 50px
    }
    .resources-success h1 {
        margin: 50px 0 20px
    }
    .resources-success .proposal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .resources-success .proposal .col {
        width: 100%
    }
    .resources-success .proposal .col .img-wrap {
        position: relative
    }
    .resources-success .proposal .col .img-wrap img {
        max-width: 100%
    }
    .resources-success .proposal .col:last-child {
        margin-bottom: 50px
    }
    .resources-success .proposal ul {
        text-align: left
    }
    .resources-success .proposal-content {
        position: relative;
        text-align: center;
        margin: 0 auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto;
        left: auto
    }
    .resources .full-image {
        width: 100%;
    }
    .home .nav {
        margin-bottom: 0
    }
    .nav .nav-left,
    .nav .nav-right {
        float: none;
        text-align: center
    }
    .nav .nav-left {
        margin-bottom: 10px
    }
    .nav .nav-right {
        padding-right: 0
    }
    .nav .nav-right li {
        margin-left: 10px
    }
    .nav .nav-brand {
        margin: 0
    }
    .features {
        padding-bottom: 0
    }
    .features h2 {
        margin-bottom: 50px
    }
    .comment {
        padding: 40px 40px 60px
    }
    .comment-text {
        font-size: 20px;
        padding: 40px
    }
    .tools {
        padding-bottom: 0
    }
    .tools .img-wrap {
        margin-bottom: 50px
    }
    .tools .btn.btn-standard{
        margin-bottom: 40px
    }
    .works-with {
        padding: 40px 0 65px
    }
    .works-with .question-list {
        margin-top: 0
    }
    .soc-icon-group {
        text-align: center;
        padding-bottom: 40px
    }
    .footer-brand {
        display: block;
        text-align: center
    }
    footer {
        padding-top: 40px
    }
    .plan {
        margin: 0 auto 30px;
        max-width: 280px
    }
    .plan-features ul {
        margin-left: 62px
    }
    .plan-third {
        margin-top: 70px
    }
    .contact-us .contact .contact-row3 .supmail-1,
    .contact-us .contact .contact-row3 .supmail-2 {
        width: 80%;
        margin: 0 auto 20px
    }
    .pricing-small .plan-features ul {
        margin-left: 45px
    }
    .email-box {
        max-width: 80%
    }
    footer {
        padding-top: 40px
    }

    .mockup-descr .mockup-wrap .mockup-section-7 .section-7-1 .arrow-container .arrows {
        margin-top: 15%;
    }
    .mockup-descr .mockup-wrap .mockup-section-7 .section-7-1 .arrow-container .arrows:nth-child(1) {
        margin-top: 19px;
    }    
}

@media only screen and (max-width:670px) {
    .modal-step2 .modal-title {
        margin-top: 30px;
    }
    .modal-step2 {
        padding: 30px;
        max-width: 100%
    }
    .modal-step2.opened {
        bottom: 0!important
    }
    .modal-step2 .img {
        display: none
    }
    .modal-step2 .modal-right {
        text-align: center;
        float: none;
        max-width: 100%;
        margin: 0 auto
    }
}

@media only screen and (max-width:600px) {
    .tour .top-header, .resources .top-header {
        margin-bottom: 40px;
    }
    .resources header h3 {
        font-size: 17px;
    }
    .resource p,
    .resources-landing .proposal-inside,
    .resources-landing .proposal-inside p,
    .resources-landing .panel .panel-content,
    .resources-landing .landing-header .proposal-content,
    .privacy section .privacy-text p,
    .mockup-descr .mockup-descr-section .ms-icon-descr p,
    .resources .resources-content .privacy-text p,
    .privacy p,
    .resources .resources-content .question-list li {
        font-size: 16px;
    }
    .sticky-header .email-error {
        margin-bottom: -150px;
    }
    .slick-current+div {
        opacity: 1
    }
    .nav .nav-right {
        padding-right: 0
    }
    header h1 {
        font-size: 26px
    }
    header h2 {
        font-size: 18px
    }
    header h2:after {
        top: 14px
    }
    .resources .resources-content .privacy-text {
        padding: 0 15px;
    }
    .resources .resources-content .question-list {
        margin-left: 30px;
    }
    .resources .resources-content .question-list li {
        line-height: 1.8em;
    }


    .sticky-header .email-wrapper {
        float: none;
    }
    .email {
        float: none;
        display: block;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        margin-bottom: 10px
    }
    .btn.btn-proposal {
        float: none;
        display: block;
        -webkit-border-radius: 30px;
        border-radius: 30px
    }

    .resources .resources-content .privacy-text {
        padding: 0;
    }
    .resources .mockup-descr .mockup-wrap .mockup-section-7 .section-7-1 .arrow-container .arrows {
        margin-top: 15%;
    }
    .resources .mockup-descr .mockup-wrap .mockup-section-7 .section-7-1 .arrow-container .arrows:nth-child(1) {
        margin-top: 13px;
    }
}

@media only screen and (max-width:480px) {
    .resources-landing .proposal-inside iframe {
        width: 100%;
    }
    .resources-landing .proposal-inside .preview-container {
        font-size: 15px;
        padding: 20px 10px;
        border: none;
    }
    .resources-landing .proposal-inside .preview-container p {
        font-size: 15px;
    }
    .resources-landing .proposal-inside .preview-container h2 {
        font-size: 24px;
    } 
    .resources-landing .proposal-inside .preview-container table {
        font-size: 14px;
    }   
    .resources-landing .proposal-inside .preview-container table ul,
    .resources-landing .proposal-inside .preview-container table ol {
        font-size: 14px;
        line-height: 30px;
        margin-left: 10px;
    }  
    .resources-landing .proposal-inside .preview-container table ul li:before,
    .resources-landing .proposal-inside .preview-container table ol li:before {
        display: none;
        background: none;
    } 
    .resources-success .proposal-content {
        width: 90%;
    }
    .sticky-header h2 {
        display: none;
    }
    .home header .top-header h2:after {
        top: 15px;
    }
    .home header .top-header h2 {
        font-size: 16px;
    }
    .home .nav,
    .pricing .nav {
        margin-bottom: 20px
    }
    .nav {
        text-align: center
    }
    .nav .nav-left,
    .nav .nav-right {
        float: none
    }
    .nav .nav-right li {
        margin: 0
    }
    header {
        min-height: 580px
    }
    header h1 {
        font-size: 24px
    }
    header h2 {
        font-size: 18px;
        padding-left: 0;
        text-align: center;
        max-width: 80%;
        margin: 0 auto
    }
    header h2:after {
        top: 38px
    }
    .tour header h1 {
        font-size: 25px;
        margin-bottom: 25px
    }
    .comment-text {
        font-size: 16px
    }
    .features h2,
    .tools h2,
    .works-with h2 {
        font-size: 24px
    }
    .features-box__title {
        font-size: 18px
    }
    .comment-text {
        padding: 20px;
        font-size: 14px
    }
    .works-with .question-list, .about ul.bullet-list {
        margin-left: 40px
    }
    .works-with .question-list li, .about ul.bullet-list {
        line-height: 30px
    }
    .resources-landing .proposal-template .btn.btn-standard,
    .resource-temp-small .main-content button,
    .works-with .btn,
    .sticky-header .btn,
    .resources-landing .proposal-template .btn.btn-large {
        font-size: 16px;
        padding: 20px 20px 20px 16px;
        font-weight: 400
    }
    .resources-landing .proposal-template .btn.btn-standard:after,
    .resource-temp-small .main-content button:after,
    .works-with .btn:after,
    .sticky-header .btn:after,
    .resources-landing .proposal-template .btn.btn-large:after {
        right: -10px
    }
    .comment {
        padding: 40px 15px 60px
    }
    .pricing-comments-text {
        padding: 20px
    }
    .yearly-monthly-wrap .btn-yearly {
        float: none!important;
        margin-bottom: 10px
    }
    .yearly-monthly-wrap .btn.btn-monthly,
    .yearly-monthly-wrap .btn.btn-yearly {
        display: block;
        -webkit-border-radius: 25px!important;
        border-radius: 25px!important;
        border-left: 1px solid #cce2e4
    }
    .privacy section .privacy-text {
        margin-left: 0;
        margin-right: 0
    }
    .contact-us .contact .contact-row3 .supmail-1,
    .contact-us .contact .contact-row3 .supmail-2 {
        width: 90%
    }
    .modal-step2 {
        padding: 10px 15px
    }
    .resources-landing .proposal-inside .table tr td:first-child,
    .resources .resources-content .table tr td:first-child,
    .resources .resources-content .table tr th:first-child {
        display: none
    }
    .resources-landing .proposal-inside .bullet-list,
    .resources-landing .proposal-inside ul,
    .resources-landing .proposal-inside ol {
        margin-left: 40px
    }
    .resources .resources-content .question-list {
        margin-left: 50px;
    }
    .resources .resources-content .question-list li {
        line-height: 35px;
    }
    .mockup-descr .mockup-wrap .mockup-section-7 .section-7-1 .arrow-container .arrows {
        margin-top: 15%;
    }
    .mockup-descr .mockup-wrap .mockup-section-7 .section-7-1 .arrow-container .arrows:nth-child(1) {
        margin-top: 11px;
    }
}

#promo-top {
      width: 100%;
      height: 30px;
      background: #fff5bd;
      color: #333;
      border-bottom:1px solid #333;
      text-align:center;
      font-size:16px;
      padding: 3px 0;
 }

@media only screen and (max-width:406px) {
    .nav .nav-right a {
        padding: 5px;
    }    
    header h2,
    .home header .top-header h2 {
        font-size: 15px;
        max-width: 95%;
    }
    header h2:after {
        top: 38px
    }
    .home header h2:after {
        background-size: 100%;
        width: 23px;
        height: 21px;
    }
    .resources header h1 {
        margin-bottom: 10px;
    }
    .resources header h3 {
        margin-top: 10px;
    }
    .resources .mockup-descr .mockup-wrap .mockup-section-7 .section-7-1 .arrow-container .arrows {
        margin-top: 20%;
    }
    .resources .mockup-descr .mockup-wrap .mockup-section-7 .section-7-1 .arrow-container .arrows:nth-child(1) {
        margin-top: 6px;
    }
    .resources .mockup-descr .mockup-wrap .mockup-section-7 .section-7-1 .arrow-container .last-arrow {
        display: none;
    }

    .resources-landing .proposal-inside table td {
        padding: 13px 10px 13px 7px;
    }
}

@media only screen and (max-width:320px) {
    .privacy h2 {
        margin: 0
    }
    .privacy section {
        line-height: 2
    }
    .privacy footer {
        margin-top: 50px
    }
    .tools .btn.btn-standard {
        padding: 14px 30px 14px 8px
    }
    .resources-home .btn.btn-standard {
        padding: 14px 30px 14px 8px
    }

    .resources .resources-content {
        padding-top: 40px;
    }
    .resources .mockup-descr {
        margin-top: 30px;
    }
    .resources .mockup-descr .mockup-descr-section .mockup-descr-1 h3 {
        top: -15px;
    }
    .resources .mockup-descr .mockup-descr-section .mockup-descr-2 h3 {
        top: -11px;
    }
    .resources .prop-templates .template-wrap .template-wrapper-bottom .bottom-wrap {
        padding-right: 0;
    }
    .resources-home .btn.btn-standard {
        padding: 14px 30px 14px 8px;
    }
    .resources-home .pop-templates .pop-template-wrap .prop-img .btn {
        right: 12%;
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
