﻿body {
    background: url(../images/texture.png) repeat;
    background-attachment: fixed;
}

.ask {
    margin: 0px auto;
    width: 940px;
}

.ask-inner {
    margin-top: 30px;
    padding: 40px 40px 0px 40px;
    background: white;
    border-bottom: 2px solid #d8d8d8;
    border-radius: 10px;
}

.ask-header {
    clear: both;
    padding: 0px 0px 60px;
    text-align: center;
}

.ask-header p {
    color: #8c8c8c;
    margin-top: 10px;
}

.ask-footer {
    margin-top: 30px;
    padding: 0px 40px 0px 40px;
    background: white;
    border-bottom: 2px solid #d8d8d8;
    border-radius: 10px;
    text-align: center;
}

.ask-footer p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ask-section {
    margin-bottom: 60px;
}

.ask-long {
    display: inline-block;
    margin-right: 80px;
    vertical-align: top;
    width: 450px;
}

.ask-long p {
    color: #666;
    font-size: 15px;
    margin-top: 15px;
}

.ask-long ul {
  font-size: 15px;	
}

.ask-short {
    display: inline-block;
    vertical-align: top;
    width: 320px;
}

.ask-short h3 {
    color: #8c8c8c;
}

.ask-short p {
    margin-top: 10px;
}

.ask-wide {
    display: inline-block;
    margin-right: 50px;
    vertical-align: top;
}

.ask-wide p {
    color: #666;
    font-size: 15px;
    margin-top: 15px;
}

#search-form input[type="search"] {
    box-sizing: border-box;
    width: 100%;
    padding: 14px 44px;
    margin-top: 30px;
    background: #fff 20px 15px no-repeat;
    background-image: url("../images/magnifying-glass.svg");
    border: 1px solid #e4e9ec;
    border-radius: 100px;
    outline: none;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
    color: #292e31;
    text-rendering: optimizeLegibility;
    transition: border-color, box-shadow;
    transition-duration: 400ms;
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
        -ms-appearance: textfield;
            appearance: textfield;
}

#search-form input[type="search"]:focus {
    border-color: #55a800;
    box-shadow: 0 0 0 3px #88cf7a;
    transition-duration: 200ms;
}

#search-form input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

#search-form input[type="search"]::-ms-clear {
    display: none;
}

#search-form input[type="search"]::-webkit-input-placeholder,
#search-form input[type="search"]::-moz-placeholder,
#search-form input[type="search"]::-ms-input-placeholder {
    color: #939da3;
}

#search-form #clear-search {
    position: absolute;
    width: 23px;
    height: 23px;
    right: 14px;
    top: 27px;
    background-image: url("../images/circle-x.svg");
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 300ms;
}

#search-form #clear-search.visible {
    opacity: 0.5;
}

#search-form #clear-search.visible:hover {
    opacity: 0.85;
    transition-duration: 100ms;
}

.breadcrumbs {
    font-size: 12px;
    zoom: 1;
    padding: 0;
    padding-bottom: 20px;
}

.breadcrumbs li {
    float: left;
    list-style: none;
}

.breadcrumbs li a::after {
    content: "";
    float: right;
    width: 30px;
    height: 15px;
    background: center no-repeat;
    background-image: url("../images/right-arrow.svg");
}

@media screen and (max-width: 940px) {
    body {
        background-image: none;
    }

    .ask {
        width: 100%;
    }

    .ask-inner {
        border: 0px;
        border-radius: 0px;
        margin-top: 0px;
        padding: 30px;
    }

    .ask-header {
        padding-bottom: 40px;
    }

    .ask-section {
        margin-bottom: 40px;
    }

    .ask-short {
        display: none;
    }

    .ask-long {
        display: block;
        margin: 0px;
        width: 100%;
    }

    .ask-long h3 {
        white-space: normal;
    }

    .ask-long p {
        font-size: 13px;
    }

    .ask-footer {
        border: 0px;
        border-radius: 0px;
        margin-top: 0px;
        padding: 30px;
    }

    #search-form input[type="search"] {
        width: 90%;
        margin-left: 5%;
    }
}

.question-overlay-content {
    border-radius: 6px;
    opacity: 1.0;
    padding: 2.5%;
    display: inline-block;
    position: relative;
    text-align: left;
    margin-top: 10px;
}

.question-overlay-content a:active,
.question-overlay-content a:focus {
    outline: none;
}

.question-overlay-field {
    margin-bottom: 10px;
    margin-top: 10px;
}

.question-overlay-field P {
    font-weight: bold;
}

.question-overlay-input {
    width: 97%;
}

.question-overlay-button {
    margin-top: 10px;
}

.question-desc {
    margin-top: 5px;
}

.question-close {
    float: right;
}

.hide {
    display: none;
}

.sub-header {
    margin-top: 30px;
}

.ask-us {
    float: right;
    padding-bottom: 1em;
}

.ui-widget-overlay   
{   
    background-color: #000000;   
    left: 0;   
    opacity: 0.5;   
    position: absolute;   
    top: 0;   
}   

.ui-dialog   
{   
    background-color: #FFFFFF;   
    border: 1px solid #505050;   
    position: absolute;   
    overflow: hidden;   
}

.meme-image IMG {
    width: 100%;
}

.ask-long IMG {
    width: 100%;
}

.ask-long H2 {
    padding-top: 50px;
    text-align: center;
}

.side-store {
    margin: 0px auto;
    padding: 30px 0px;
    text-align: center;
}

.side-store .store-button {
    margin: 5px 2px;
}

.pay-splash-phone-wrapper {
    height: 230px;
    overflow: hidden;
}

.pay-splash-phone-wrapper IMG {
    width: 100%;
}