
/* global formatting ======================================================================= */

body {
    font-family: "Montserrat", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 22px;
    color: #000;
    background: #fff;
}

.content-migrate h1, 
.content-migrate h2, 
.content-migrate h3,
.content-migrate h4, 
.content-migrate h5, 
.content-migrate h6 {
    font-weight: 700;
}

.content-migrate p {
    margin-bottom: 40px;
    line-height: 34px;
}

.btn-call-to-action:hover {
    color: #fff;
    background: #1097b4;
}

.btn-call-to-action {
    background: #1097b4;
    color: #fff;
    font-size: 18px;
    padding: 10px 25px;
    border-radius: 10px;
    margin-top: 10px;
}

.btn-call-to-action:hover {
    background: #40aec7;
}

.testimonial {
    background: #ede1e1;
    border-radius: 20px;
    box-shadow: 0px 12px 0px 0px #c5c5c5;
    padding: 20px;
    margin-bottom: 30px;
}

.testimonial .media-left {
    padding-right: 50px;
}

.testimonial .media-left img {
    width: 120px;
}

.testimonial .media-body h4 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
}

.testimonial .media-body p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
}

.testimonial .media-body h5 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
}

.testimonial .media-body h5 small {
    font-style: italic;
    color: inherit;
}

/* index page formatting ================================================================ */

.section-migrate-header {
    background: url(../bg/bg-hero01.png) no-repeat bottom center;
    background-size: cover;
    margin-top: -22px;
}

.section-migrate-header .container {
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative;
}

.section-migrate-header h1 {
    font-size: 38px;
    margin-bottom: 10px;
    line-height: 52px;
    font-weight: 800;
}

.section-migrate-header h1 .badge.yfp {
    font-size: 38px;
    font-weight: 800;
    padding: 13px 20px 14px;
    position: relative;
    background: #0e486e;
}

.section-migrate-header h1 .badge.beta {
    font-size: 18px;
    padding: 5px 10px;
    position: absolute;
    top: -16px;
    right: -10px;
    background: #CB0909;
    border-radius: 14px;
}

.section-migrate-header h3 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 800;
}

.section-migrate-header img {
    width: 100%;
    max-width: 600px;
    margin-bottom: 30px;
}

.section-micro-arch {
    background: #fff;
}

.section-micro-arch .container {
    padding-top: 80px;
    padding-bottom: 50px;
}

.section-micro-arch h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-micro-arch p {
    margin-bottom: 40px;
}

.section-micro-arch ul {
    margin: 0px 0 50px 40px;
}

.section-micro-arch ul li {
    margin-bottom: 20px;
}

.section-micro-arch ul li i {
    font-size: 10px;
    color: #1097b4;
    top: 6px;
    left: -35px;
}

.section-changes-everything {
    background: #f9f9f9;
}

.section-changes-everything .container {
    padding-top: 70px;
    padding-bottom: 90px;
}

.section-changes-everything .row {
    display: flex;
    align-items: center;
}

.section-changes-everything h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.section-changes-everything p {
    margin-bottom: 40px;
}

.section-whats-new {
    background: #fff;
    border-bottom: 8px solid #f9f9f9;
}

.section-whats-new .container {
    padding-top: 60px;
    padding-bottom: 80px;
}

.section-whats-new h2 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 700;
}

.section-whats-new h2 img {
    width: 80px;
}

.section-whats-new ul {
    margin: 0px 0 50px 45px;
}

.section-whats-new ul li {
    margin-bottom: 20px;
}

.section-whats-new ul li i {
    font-size: 10px;
    color: #1097b4;
    top: 6px;
    left: -35px;
}

.section-what-expect {
    background: #fff;
    border-bottom: 8px solid #f9f9f9;
}

.section-what-expect .container {
    padding-top: 60px;
    padding-bottom: 50px;
}

.section-what-expect h2 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 700;
}

.section-what-expect h2 img {
    width: 80px;
}

.section-what-expect p {
    margin-bottom: 40px;
}

.section-what-expect ul {
    margin: 0px 0 50px 35px;
}

.section-what-expect ul li {
    margin-bottom: 20px;
}

.section-what-expect ul li i {
    font-size: 14px;
    color: #1097b4;
    top: 8px;
    left: -35px;
}

.section-ready-upgrade {
    background: #fff;
    border-bottom: 8px solid #f9f9f9;
}

.section-ready-upgrade .container {
    padding-top: 60px;
    padding-bottom: 50px;
}

.section-ready-upgrade p {
    margin-bottom: 40px;
}

.section-ready-upgrade .media {
    margin-bottom: 40px;
}

.section-ready-upgrade .media .media-left {
    padding-right: 20px;
}

.section-ready-upgrade .media .media-left img {
    width: 250px;
}

.section-ready-upgrade .media .media-body h2 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}

.section-ready-upgrade .media .media-body p {
    margin-bottom: 30px;
}

.section-migrate-faq {
    background: #f5fdfd url(../bg/bg-hero01.png) no-repeat center center;
    background-size: cover;
}

.section-migrate-faq .container {
    padding-top: 50px;
    padding-bottom: 200px;
}

.section-migrate-faq h2 {
    font-size: 30px;
    margin-bottom: 40px;
}

.section-migrate-faq h2 img {
    width: 70px;
}

.section-migrate-faq p {
    font-size: 93%;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    
	/* index page formatting ===================================================================== */
    
}

@media (max-width: 1199px) and (min-width: 992px) {

    /* index page formatting ================================================================ */
    
}

@media (max-width: 991px) and (min-width: 768px) {
    
    /* global formatting ======================================================================= */

    body {
        font-size: 20px;
    }
    
    .content-migrate p {
        margin-bottom: 30px;
        line-height: 30px;
    }
    
    .testimonial {
        padding: 20px 20px 30px;
    }
    
    .testimonial .media-left {
        padding-right: 20px;
    }
    
    .testimonial .media-body h4 {
        font-size: 22px;
        line-height: 32px;
    }
    
    .testimonial .media-body p {
        font-size: 20px;
        line-height: 30px;
    }

    .testimonial .media-body h5 {
        font-size: 20px;
        line-height: 30px;
    }

    /* index page formatting ================================================================ */
    
    .section-migrate-header h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .section-micro-arch .container {
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .section-changes-everything .container {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .section-changes-everything h2 {
        font-size: 26px;
    }

    .section-whats-new .container {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .section-whats-new h2 {
        font-size: 26px;
    }

    .section-what-expect .container {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .section-what-expect h2 {
        font-size: 26px;
    }

    .section-ready-upgrade .container {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .section-ready-upgrade .media .media-body h2 {
        font-size: 26px;
    }

    .section-migrate-faq .container {
        padding-top: 30px;
        padding-bottom: 100px;
    }

    .section-migrate-faq h2 {
        font-size: 26px;
    }

}

@media (max-width: 991px) {
     
}

@media (max-width: 767px) {
    
    /* global formatting ======================================================================= */

    body {
        font-size: 16px;
    }
    
    .content-migrate p {
        line-height: 26px;
        margin-bottom: 20px;
    }

    .btn-call-to-action {
        font-size: 14px;
        padding: 10px 40px;
    }

    .testimonial {
        max-width: 370px;
        margin: 0px auto 30px;
        text-align: center;
    }
    
    .testimonial .media-body,
    .testimonial .media-left {
        display: block;
        width: auto;
        padding-right: 0px;
    }
    
    .testimonial .media-left img {
        margin: 0px auto 20px;
        max-width: 100%;
    }
    
    .testimonial .media-body h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    
    .testimonial .media-body h5 {
        font-size: 16px;
        line-height: 26px;
    }
    
    .testimonial .media-body p {

        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    
    /* index page formatting ================================================================ */
    
    .section-migrate-header h1 {
        font-size: 24px;
        line-height: 34px;
    }
    
    .section-migrate-header h1 .badge.yfp {
        font-size: 22px;
        padding: 10px 10px 11px;
    }

    .section-migrate-header h1 .badge.beta {
        font-size: 12px;
        padding: 5px 10px;
        top: -13px;
        right: -5px;
    }

    .section-migrate-header h3 {
        font-size: 20px;
    }

    .section-micro-arch .container {
        padding-top: 50px;
        padding-bottom: 10px;
    }

    .section-micro-arch ul {
        margin: 0px 0 50px 30px;
    }

    .section-micro-arch ul li {
        margin-bottom: 10px;
    }

    .section-micro-arch ul li i {
        font-size: 8px;
        top: 3px;
        left: -30px;
    }

    .section-changes-everything .container {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .section-changes-everything .row {
        display: block;
    }

    .section-changes-everything h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .section-whats-new .container {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .section-whats-new h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .section-whats-new h2 img {
        width: 40px;
    }

    .section-whats-new ul {
        margin: 0 0 30px 30px;
    }

    .section-whats-new ul li {
        margin-bottom: 10px;
    }

    .section-whats-new ul li i {
        font-size: 8px;
        top: 3px;
        left: -30px;
    }    

    .section-what-expect .container {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .section-what-expect h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .section-what-expect h2 img {
        width: 40px;
    }

    .section-what-expect ul {
        margin: 0 0 10px 25px;
    }

    .section-what-expect ul li {
        margin-bottom: 10px;
    }

    .section-what-expect ul li i {
        font-size: 12px;
        top: 5px;
        left: -30px;
    }

    .section-ready-upgrade .container {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .section-ready-upgrade .media {
        max-width: 370px;
        margin: 0px auto 10px;
        text-align: center;
    }
    
    .section-ready-upgrade .media .media-body,
    .section-ready-upgrade .media .media-left {
        display: block;
        width: auto;
        padding-right: 0px;
    }
    
    .section-ready-upgrade .media .media-body h2 {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 20px;
    }
    
    .section-ready-upgrade .media .media-body p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    
    .section-ready-upgrade .media .media-left img {
        margin: 0px auto;
        max-width: 100%;
    }
    
    .section-migrate-faq .container {
        padding-top: 20px;
        padding-bottom: 100px;
    }

    .section-migrate-faq h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .section-migrate-faq h2 img {
        width: 40px;
    }

}






