
.ai-mobile-mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    z-index: 1000;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    color: #2A2A2A;
    font-size: 20px;
    overflow: hidden;
}

.ai-mobile-mask section.page {
    display: none;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
}

.ai-mobile-mask section.page.current {
    display: block;
}

.ai-mobile-mask ol,
.ai-mobile-mask ul {
    list-style: none;
    padding: 0px;
    -webkit-padding-start: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.ai-mobile-mask .pages-control {
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    z-index: 250;
}

.ai-mobile-mask .pages-control ol li {
    height: 15px;
    width: 15px;
    border-radius: 8px;
    border: none;
    background-color: #DDDDDD;
    color: #5A5A5A;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 10px;
}

.ai-mobile-mask .pages-control ol li.current {
    background-color: #189fde;
}

.ai-mobile-mask .pages-control ol {
    width: 280px;
    height: 40px;
    margin: 0px auto 0px auto;
}

.ai-mobile-mask .pages-wrapper .page header {
    overflow: hidden;
}

.ai-mobile-mask .pages-wrapper .page header img {
    height: 40px;
    margin-top: 10px;
}

.ai-mobile-mask .pages-wrapper .page header h2 {
    font-weight: 100;
    font-size: 30px;
    width: 90%;
    margin: 5px auto 20px auto;
}

.ai-mobile-mask .pages-wrapper .page figure {
    margin: 0px;
    line-height: 430px;
}

.ai-mobile-mask .pages-wrapper .page figure img {
}

.ai-mobile-mask .pages-wrapper .page figure img.w75 {
    width: 75%;
}

.ai-mobile-mask .pages-wrapper .page figure img.w80 {
    width: 80%;
}

.ai-mobile-mask .pages-wrapper .page figure img.h420 {
    height: 420px;
}

.ai-mobile-mask .pages-wrapper .page footer p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.ai-mobile-mask .pages-wrapper {
    height: 620px;
}

.ai-mobile-mask .pages-control .arrow {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0px;
}

.ai-mobile-mask .pages-control .arrow.page-left {
    left: 20px;
}

.ai-mobile-mask .pages-control .arrow.page-right {
    right: 20px;
}

.ai-mobile-mask .page ol.steps li.boxed-item {
    width: 300px;
    text-align: left;
    margin: 0px auto;
    padding: 20px;
    border-radius: 5px;
}

.ai-mobile-mask .page ol.steps li.boxed-item.solid {
    background-color: #189fde;
    color: white;
}

.ai-mobile-mask .page ol.steps {
    padding: 0px;
    list-style: none;
    margin: 0px;
    font-size: 26px;
    font-weight: 100;
}

.ai-mobile-mask .page .body h2 {
    font-weight: 200;
    margin-bottom: 5px;
}

.ai-mobile-mask .page .body li img {
    width: 30px;
    float: right;
}

.ai-mobile-mask .pages-wrapper .page .body + figure {
    line-height: 28px;
}

.ai-mobile-mask .pages-wrapper .page.wl h2 {
    font-size: 50px;
    margin-bottom: 5px;
    font-weight: 100;
}

.ai-mobile-mask .pages-wrapper .page .body p {
    font-size: 28px;
    line-height: 38px;
    margin: 0px auto;
    width: 80%;
    font-weight: 100;
}

.ai-mobile-mask .pages-wrapper .page.wl p + p {
    margin-top: 25px;
    margin-bottom: 15px;
}

/* Max device width for portrait and landscape phones... */
@media screen and (max-device-width: 610px) and (max-device-height: 1800px),
screen and (max-device-width: 1800px) and (max-device-height: 610px) {
    .ai-allow-mobile-mask .ai-mobile-mask {
        display: block;
    }
}

/* Landscape specific styles... */
@media screen and (max-device-width: 1800px) and (max-device-height: 610px),
screen and (max-device-width: 610px) and (max-device-height: 1800px) and (orientation: landscape) {
    .ai-mobile-mask section.page {
        line-height: 310px;
    }
    
    .ai-mobile-mask .page header {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        line-height: 42px;
    }
    
    .ai-mobile-mask .page header.with-footer {
        vertical-align: top;
    }
    
    .ai-mobile-mask .pages-wrapper .page figure {
        width: 50%;
        display: inline-block;
        line-height: 28px;
    }
    
    .ai-mobile-mask .page footer {
        width: 50%;
        line-height: 28px;
        position: absolute;
        top: 130px;
    }

    .ai-mobile-mask .pages-wrapper .page figure img.h420 {
        height: 255px;
    }

    .ai-mobile-mask .pages-wrapper .page figure img.w75 {
        width: 50%;
    }
    
    .ai-mobile-mask .page .body {
        display: inline-block;
        width: 50%;
        overflow: hidden;
        line-height: 28px;
    }
    
    .ai-mobile-mask .pages-wrapper .page .body + figure {
        vertical-align: top;
        margin-top: 70px;
    }
    
}

/* iPhone type sizes... */
@media screen and (max-device-width: 400px) and (max-device-height: 710px),
screen and (max-device-width: 710px) and (max-device-height: 400px) {
    
    .ai-mobile-mask .pages-wrapper .page figure {
        line-height: 320px;
    }

    .ai-mobile-mask .pages-wrapper .page figure img.h420 {
        height: 300px;
    }

    .ai-mobile-mask .pages-wrapper .page figure img.w75 {}
    
    .ai-mobile-mask .pages-wrapper .page figure img.w80 {}

}

@media screen and (max-device-width: 420px) and (max-device-height: 720px) and (orientation: landscape) {
    .ai-mobile-mask section.page {
        line-height: 420px;
    }
    
    .ai-mobile-mask .page header {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        line-height: 42px;
        margin-top: 50px;
    }
    
    .ai-mobile-mask .page header.with-footer {
        vertical-align: top;
    }
    
    .ai-mobile-mask .pages-wrapper .page figure {
        width: 50%;
        display: inline-block;
        line-height: 28px;
    }
    
    .ai-mobile-mask .page footer {
        width: 50%;
        line-height: 28px;
        position: absolute;
    }

    .ai-mobile-mask .pages-wrapper .page figure img.h420 {
        margin-top: 10px;
        height: 220px;
    }

    .ai-mobile-mask .pages-wrapper .page figure img.w75 {
        margin-top: 10px;
    }
    
    .ai-mobile-mask .pages-wrapper .page figure img.w80 {
        margin-top: 50px;
    }
    
    .ai-mobile-mask .page ol.steps {
        font-size: 18px;
        line-height: 20px;
    }
    
    .ai-mobile-mask .page ol.steps li.boxed-item {
        width: 220px;
    }
    
    .ai-mobile-mask .page .body li img {
        width: 20px;
    }
    
    .ai-mobile-mask .page .body {
        display: inline-block;
        width: 50%;
        overflow: hidden;
        line-height: 28px;
    }
    
    .ai-mobile-mask .pages-wrapper .page .body + figure {
        vertical-align: top;
        margin-top: 30px;
    }
    
	.ai-mobile-mask .pages-wrapper .page.wl h2 {
		font-size: 42px;
	}

	.ai-mobile-mask .pages-wrapper .page .body p {
		font-size: 24px;
		line-height: 28px;
	}
}

