﻿@import url(/css/everypageStyles.css);
@import url(/css/videoStyles.css);
.offer-text {
    max-width:290px;
    text-align:center;
    margin:auto;
} 
.mobile-image {
    padding: 5px;
    width: 290px;
    background-color: #edebeb;
    margin: auto;
}

@media(min-width:768px) {
    .offer-text {
        max-width:none;
        text-align:left;
    }
    .mobile-image {
        float: right;
    }
}
.payments-content p {
    font-size: 1.1em;
    color: #5c6b80;
    line-height: 150%;
}

.payments-content ul {
    padding-left: 20px;
}

.payments-content ul li {
    font-size: 1.1em;
    color: #5c6b80;
    line-height: 150%;
}

.payments-content .row.image-row a, .payments-content .row.image-row img {
    display: inline-block;
}
.blurb {
    display: inline-block;
    color: #333;
    text-align: center !important;
    font-size: 0.9em !important;
}
.dottedline {
    border-bottom: 1px dashed #d5d6d6;
    padding-bottom: 25px;
}
hr.style3 {
    border-top: 1px dashed #d5d6d6;
}

.pg-content {
    padding-top:15px;
    padding-bottom:20px;
}
.pg-title h1 {
	color:#fff;
	text-align:center;
	font-size:.6em;
	text-transform: uppercase;
	margin-bottom:0;
	margin-top:110px;
	padding-top:10px;
	padding-bottom:15px;
	letter-spacing:3px;
}


.pg-title {
	padding:0;
}
.pg-title .logo-mobile-brander {
    background-image:url(/images/logo_main.png);
    background-repeat:no-repeat;
    background-size:contain;
    display:block;
    position: absolute;
    top: 15px;
    left: 15px;
    width:226px;
    height: 100px;
}
@media(min-width:400px) {
    .pg-title .logo-mobile-brander {
        top: 5px;
        left: 15px;
        width: 332px;
        height: 100px;
    }
}
@media(min-width:992px) {
    .pg-title h1 {
        margin-top:0px;
    }
    .pg-title .logo-mobile-brander {
        display:none;
    }
}
.pg-content h1, .pg-content h2 {
    color: #5e9fdf;
    font-size:1.5em;
    margin-top:20px;
    margin-bottom:20px;
}
.pg-content h3 {
    color: #333;
    font-size: 1em;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 700;
    font-style: italic;
    line-height:150%;
}
.pg-content h4 {
    color: #5e9fdf;
    font-size: 1.8em;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 150%;
}
.pg-content h3 a {
    color: #5e9fdf;
}
.pg-content ul {
    
}
.pg-content ul li, .pg-content p{
    font-size:1em;    
    line-height:200%;
}
.side-menu{
    padding-left:27px;
    padding-right:27px;
}
.side-menu .image-overlay-container {
    display:block;
    position:relative;
    height:270px;
    width:100%;
}
@media(min-width:400px) {
    .side-menu .image-overlay-container {
        height:339px;
    }
}
@media(min-width:992px) {
    .side-menu .image-overlay-container {
        height: 385px;
    }
}
@media(min-width:1200px) {
    .side-menu .image-overlay-container {
        height: 339px;
    }
}
.side-menu .image-overlay img{
    position:absolute;
    max-height:339px;
    max-width:339px;
    margin:auto;
}

.side-menu .image-overlay {
    position:absolute;
    bottom:3px;
    left:15px;
    right:15px;
    /*background-color: rgba(0,0,0,.75);*/
}
/*.side-menu .image-overlay ul {
    color:#fff;
    padding-left:27px;
}
.side-menu .image-overlay h2 {
    margin:5px 10px;
    padding:0;
    font-size:1.25em;
}*/
@media(min-width:400px) {
    .side-menu .image-overlay h2 {
        font-size:1.5em;
    }
}
.side-menu .image-overlay ul li{
    line-height:100%;
    list-style:disc;
}
.side-menu .image-overlay ul li a {
    color:#5e9fdf;
    float:right;    
    font-size:1.1em;
}
.side-menu .image-overlay ul li a span:first-child{
    background-color:#5e9fdf;
    color:#fff;
    border-radius:50%;
    width:15px;
    height:15px;
    display:inline-block;
    text-align:center;
    font-size:.5em;        
    padding-top:1px;
    margin-right:5px;
}
.side-menu .image-overlay ul li a span:last-child {                
    position:relative;
    display: inline-block;
    text-align: center;       
    top:2px;
}
.side-menu div > a {
    background-color:#ff9900;
    color:#fff;
    display:block;
    width:calc(100% - 30px);    
    height:50px;
    border-radius:5px;
    margin:300px auto 50px auto;
    text-align:center;
    padding-top:16px;
}
@media(min-width:400px) {
    .side-menu div > a {
        margin:360px auto 50px auto;
    }
}
@media(min-width:992px) {
    .side-menu div > a {
        margin: 390px auto 50px auto;
    }
}
@media(min-width:1200px) {
    .side-menu div > a {
        margin: 360px auto 50px auto;
    }
}
.side-menu div > ul {
    padding:0 15px 0 15px;
}
.side-menu div > ul li h2 {
    font-size:1.25em;
    color:#000;
    font-weight:700;
}
.side-menu div > ul:nth-child(3) li {    
    border-bottom:1px solid #000;    
}
.side-menu div > ul:nth-child(4) li {
    color:#333;
    font-size:.9em;
}
.side-menu div > ul:nth-child(4) li:first-child {
    border-bottom: 1px solid #000;
}
.side-menu div > ul li {
    list-style: none;
}
#contact-page-Form {
    max-width: 500px;
    margin: auto;
}

    #contact-page-Form input, #contact-page-Form textarea {
        display: block;
        width: 100%;
        background-color: #eee;
        outline: none;
        border: none;
        padding: 10px 15px;
        color: #5c6b80;
    }

        #contact-page-Form input:focus, #contact-page-Form textarea:focus {
            background-color: #ddd;
        }

    #contact-page-Form label {
        margin-top: 15px;
        display: block;
        width: 100%;
        color: #5c6b80;
        font-weight: 400;
    }

.pdf-container {
    height: 300px;
}

    .pdf-container iframe {
        pointer-events: none;
        opacity: .5;
    }

.pdf-section h3 {
    background-color: rgba(0,0,0,.75);
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.25em;
}

.int-pdf-forms-section h3 {
    text-align: center;
}

.int-pdf-forms-section h4 {
    text-align: center;
}

@media(min-width:992px) {
    .pg-header {
        height: 125px;
    }
}

.pg-content-contact h2, .pg-pdf-viewer h2, #contact-page-Form h2 {
    font-size: 1.75em;
    color: #5e9fdf;
}

.pg-content-contact ul {
    padding: 0;
}

    .pg-content-contact ul li {
        list-style: none;
        color: #5c6b80;
        font-size: 1.2em;
        line-height: 185%;
    }

        .pg-content-contact ul li:nth-child(3) {
            font-weight: 700;
        }

        .pg-content-contact ul li a, .pg-content-contact ul li a:hover {
            color: inherit;
            text-decoration: none;
        }

.pg-pdf-viewer h2, #contact-page-Form h2 {
    text-align: center;
}

.pg-contact-form p {
    color: #5c6b80;
    line-height: 150%;
    margin-top: 25px;
    margin-bottom: 25px;
}

#contact-page-Form h2 {
    margin-top: 25px;
}

.select-label {
    position: relative;
    width: 100%;
}

    .select-label:after {
        content: url(/images/gray_rtarrow.png);
        font: 11px "Consolas", monospace;
        -webkit-transform: rotate(90deg) scale(.8);
        -moz-transform: rotate(90deg) scale(.8);
        -ms-transform: rotate(90deg) scale(.8);
        transform: rotate(90deg) scale(.8);
        right: 22px;
        top: 25px;
        padding: 0 0 2px;
        position: absolute;
        pointer-events: none;
    }

    .select-label:before {
        content: '';
        right: 6px;
        top: 0px;
        width: 20px;
        height: 20px;
        position: absolute;
        pointer-events: none;
        display: block;
    }

    .select-label select {
        padding: 15px 10px;
        margin: 0;
        color: #9c9b9b;
        outline: none;
        display: block;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
    }

#contact-page-Form input[type=submit] {
    background-color: #5e9fdf;
    width: auto;
    color: #fff;
    margin-bottom: 50px;
}

.special-offer {
    font-size: 14px;
}
.special-offer h2, .special-offer h3, .special-offer h4, .special-offer h5, .special-offer h6 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 150%;
}

.special-offer h2 {
    font-size: 1.75em;
    color: #49a7eb;
    
}

.special-offer h3 {
    color: #5c6b80;
    font-size: 1.1em;
    text-decoration: none;
    font-style: normal;
    margin-bottom: 5px;
}

.special-offer h4 {
    color: #5c6b80;
    margin-bottom: 25px;
}

.special-offer h5 {
    color: #5c6b80;
    margin-bottom: 25px;
}

    .special-offer h6, .payments-content h6, h6.call-to-action-string {
        font-weight: 700;
        color: #5c6b80;
    }

    .special-offer h6 a, .payments-content h6 a, h6.call-to-action-string a {
        color: #49a7eb;
        font-weight: 700;
    }
.payments-content h6 {
    font-size: 1.1em;
    line-height: 150%;
}
h6.call-to-action-string {
    font-size: 1em;
}
.special-offer ul {
    padding-left: 20px;
}

.special-offer ul li {
    color: #5c6b80;
    line-height: 150%;
}
.special-offer img {
    margin: auto;    
}
@media(max-width:992px) {
    .special-offer img {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}
.before-and-after-image-panel img {
    width:100%;
}