/* Minification failed. Returning unminified contents.
(34,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(569,29): run-time error CSS1039: Token not allowed after unary operator: '-new-fuji-green'
(570,30): run-time error CSS1039: Token not allowed after unary operator: '-new-fuji-green'
(631,31): run-time error CSS1039: Token not allowed after unary operator: '-new-fuji-green'
(643,29): run-time error CSS1039: Token not allowed after unary operator: '-new-fuji-green'
 */
/*reset css------ */
   html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: inherit;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
b {
    font-weight: bold;
}
ol, ul {
	list-style: none;
}
/*end reset css------ */
:root {
    --new-fuji-green: #1B9976;
}
@font-face {
	font-family: Roboto-Regular;
	src: url('Roboto-Regular.ttf') format('truetype');
}
html {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Roboto-Regular";
}

body {
	line-height: 1;
    background-color: #fff;
    color: #5b5a5a;
    margin: 0 10px;
    padding: 0;

}

a {
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
     cursor: pointer; 
}

    a:link, a:visited,
    a:active, a:hover {
        color: #5b5a5a;
        text-decoration: none;
    }
    a:hover{color: #333;text-decoration: none;}
header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
p{
    margin-top:15px;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size:1.5em;
    color:#029873;
    text-transform:uppercase;
}

h5 {
    font-size:1.7em;
    color:#029873;
    text-transform:uppercase;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }
     

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    width: 1277px;
    padding:0;
}

#body {
    clear: both;
    padding-bottom: 35px;
}

header .content-wrapper {
    padding-top:22px; 
    /*width: 1171px;*/   
}

footer {
    clear: both;
    font-size: 1.3em;
    color:#fff;
    height: 50px;
}
footer a:link {text-decoration:none;color:#fff}
footer a:visited {text-decoration:none;color:#fff}
footer a:active {text-decoration:none;color:#fff}
footer a:hover {text-decoration:none;color:#eee}
.footerContent{
    background-color: #029873;
    padding:20px 20px 20px 20px;}
.footerContent2{
    background-color: #01916d;
    padding:20px 20px 20px 20px;}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
        display: inline;
        list-style: none;
        padding-right:30px;
    }
.footerPlace{font-size:.7em; font-style:italic;float:right}
/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.7em;
    margin: 0;
    padding: 10px 0 0 0;
    text-align: right;
    
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }
/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }


/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding: 0 0 25px 0;
        margin: 0 auto;
        width: 480px;
        }

label {
    display: block;
    font-size: 1.4em;
    color:#bdbdbd;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: none;
    color: #333;
    margin: 0;
    padding: 0;
    /*h-shadow v-shadow blur spread color inset;*/
  -webkit-box-shadow: inset 2px 1px 3px 0px #cbcbcb;
  -moz-box-shadow: inset 2px 1px 3px 0px #cbcbcb;
  box-shadow: inset 2px 1px 3px 0px #cbcbcb;
    font-family: "Roboto-Regular";
}

textarea {
    width: 450px;
    outline:none;
    padding: 10px 0 0 10px !important;
    resize: none; 
    height:300px;
        border-right: 1px solid #f1f2f2; 
        border-bottom: 1px solid #f1f2f2; 
        border-left: 1px solid #f1f2f2; 
        border-top: 1px solid #cbcbcb; 
        font-size:1.3em;
}

    input:focus, textarea:focus {
    }
    
   
    input[type="text"],input[type="email"], input[type="number"]{
        width: 210px;
        padding: 2px 0 0 10px !important;
        border-right: 1px solid #f1f2f2; 
        border-bottom: 1px solid #f1f2f2; 
        border-left: 1px solid #f1f2f2; 
        border-top: 1px solid #cbcbcb; 
        height:38px;
        font-size:1.3em;
        line-height:1;
        background: #fff;
    } 
    input[type="image"] {
        padding:0;
        margin:0;
        vertical-align:bottom;
    }
    #sendSMS{
        margin-left:20px !important;
    }
    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }
input::-webkit-input-placeholder {
	color: #bdbdbd;
        padding-top: 2px;
}
input::-moz-placeholder {
        padding-top: 2px;
	color: #bdbdbd;
}
input:-moz-placeholder { 
        padding-top: 2px;
	color: #bdbdbd;
}
input:-ms-input-placeholder { 
        padding-top: 2px;
	color: #bdbdbd;
}
/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;   
}

.field-validation-valid {
    display: none;
}

input.input-validation-error,.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #5b5a5a;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

.logo
{
    padding-bottom: 30px;
}
#textPhoneWrapper{    
    padding: 0 0 0 80px;
    margin: 0;
    margin-top: 36px;
}

#textPhoneWrapper input[type="text"]
{
   border: none;
    width:320px !important;
}
#topBarWrapper{
    width:1277px;
    height:418px;
    background: url("../Images/topImageBG.png") no-repeat;
    background-position: 0 0;
    padding:0;
    margin:0;
    background-color:#F2F2F2;
} 
#topBarButtons{
    width:1277px;
    height:100px;
    background-color:#F2F2F2;
}
.textCreatePhotosDiv{
    width: 500px;
    font-size: 3.2em;
    color: #fff;
    padding: 160px 40px 0 80px;
    line-height: 1.1em;
}
.storeButtonsDivWrapper{padding: 10px 80px 40px 80px; height: 100px;}
.storeButtonsDivWrapper div{width:33%}
.storeButtonsDivWrapper a:link, a:visited,
    a:active, a:hover {text-decoration:none}
.storeButtonsDivWrapper img{border:none;width:196px;height:58px}
#storeButtonMiddle{text-align:center}
#storeButtonRight a{float:right}
.downloadText{color:#fff;font-size:1.5em;margin-bottom:15px}
.middleGreen{background-color:#1ba280;height:50px;color:#fff;font-size:1.7em;line-height: 50px;padding:0 0 0 40px}

#connectDeviceBanner {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #1ba280;
    color: #fff;
    height: 80px;
}

#connectDeviceText1 {
    font-size: 26px;
    line-height: 34px;
    font-weight: bold;
    letter-spacing: -0.52px;
}

#connectDeviceImage {
    height: 54px;
}

#connectDeviceText2 {
    font-size: 21px;
    line-height: 28px;
    letter-spacing: -0.42px;
}
#connectDeviceSection {
    background: #F2F2F2;
}
#threeWaysToConnectSection {
    display: flex;
    width: 100%;
    color: black;
}
.panelOverlay{
    background-color:#fff;
    opacity:0.92;
    filter:alpha(opacity=95);
    width:300px;
    height:383px;
    margin:0;
    text-align:center;
}
.connect-device-option {
    display: flex;
    flex-direction: column;
    width: 33.3%;
    align-items: center;
    margin: 1.25rem 0px;
    padding: 0px 3rem;
}
.connect-device-option.middle {
    border-left: solid var(--new-fuji-green) 1px;
    border-right: solid var(--new-fuji-green) 1px;
}
.connect-device-option > div {
    margin-top: 1em;
}
.option-header {
    display: flex;
    align-items: center;
    font-size: 2em;
    letter-spacing: -0.56px;
    font-weight: bold;
    margin-top: 0.6em !important;
    margin-bottom: 0.6em !important;
}
.option-header > img {
    margin-right: 5px;
}
#qrCodeImage {
    height: 37px;
}
#googlePhotosLogo {
    height: 41px;
}
.option-second-header {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
}
.option-instructions {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.option-instructions ol, .option-instructions ul {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}
.option-instructions ol li {
    list-style-type: decimal;
}
.option-instructions ul li, #connectionNotes ul li {
    list-style-type: disc;
}
.option-instructions li {
    font-size: 1.15rem;
    line-height: 2rem;
    letter-spacing: -0.32px;
}
.photo-transfer-badge {
    height: 48px;
}
.separator {
    border-bottom: solid 1px;
    margin: 0px 2.75rem;
}
#connectionNotes {
    color: black;
    font-size: 1.25rem;
    line-height: 2.2rem;
    letter-spacing: -0.37px;
    display: flex;
    border-bottom: solid var(--new-fuji-green) 10px;
}
#connectionNote1 {
    width: 33.3%;
    margin: 1.4rem 0rem;
}
#connectionNoteContent1 {
    padding: 0rem 2.75rem;
}
#connectionNote2 {
    width: 66.6%;
    margin: 1.4rem 0rem;
    border-left: solid var(--new-fuji-green) 1px;
    display: flex;
    justify-content: space-around;
}
.connectDevice{color:#1ba280;font-size:1.8em;font-weight:bold}
.connectDevice2{font-size:1.5em}
.connectDevice,.connectDevice2{padding:40px 20px}
#middleBarWrapper2 {
    background: url("../Images/BG_SelectPhotos.jpg") no-repeat;
    padding: 0 50px 0 0;
}

#middleBarWrapper3 {
    background: url("../Images/BG_MugFrame.jpg") no-repeat;
    padding: 0 0 0 50px;
}

#middleBarWrapper2, #middleBarWrapper3, #storesWrapper {
    height: 383px;
    margin: 0;
    background-position: 0 0;
}
#bottomArrow{
    background: url("../Images/arrowDown.png") no-repeat;
    background-position: 0 0;
    width:1277px;
    height:24px;
}
#contactForm{padding-top:50px;width:600px}
#contactForm .questText{font-size:3em;text-align:center;font-weight:bold;padding-bottom:20px}
#contactForm input[type="text"],input[type="email"] {margin-right:15px}
#contactFormImage {margin-right:15px;}
#contactFormSent {width: 600px; padding: 8px 15px 20px 0;font-size:1.5em;display:none;text-align: center;}
#termsPrivacy p{margin-bottom:20px;color:#333}
#termsPrivacy ul {
    margin: auto;
    list-style: disc;
    color: #333;
    padding-left: 40px;
}
#termsPrivacy {
    font-size:1.3em;
}
#termsPrivacy a:link, a:visited, a:active, a:hover {
    color: #029873;
    text-decoration: underline;
}

.termsPrivacyFloatingMenuButton {
    display: none;
    opacity: 0.8;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 100000000;
    height: 56px;
    width: 56px;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    cursor: pointer;
    border-radius: 50px;
}
.termsPrivacyFloatingMenuButton:active {
    background-color: #a3a3a3;
}

.termsPrivacyFloatingButtonIcon {
    margin: auto;
    margin-top: 14px;
    width: 20px;
    height: 27px;
    background-image: url("../Images/ic_up_arrow_3x.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.errorBox{ 
    display:none;
    background: url("../Images/errorBG.png") no-repeat;
    background-position: 0 0;
    width:270px;
    height:87px;
    padding:33px 0 0 40px;
    font-size:1.2em;
    margin-top: 13px;
}
#zipCodeError {
    display:none;font-size:1.2em;
}
#storesWrapper{
    padding:0 50px 0 0;
    background: url("../Images/map2.jpg") no-repeat;
}
#iFrameStoreList
{
    background-color: white;
    opacity:0.9; 
    -moz-box-shadow:    inset 0 2px 10px #bdbdbd;
   -webkit-box-shadow: inset 0 2px 10px #bdbdbd;
   box-shadow:         inset 0 2px 10px #bdbdbd;
   width:820px;
   height:290px;
   margin:50px;
   padding:0;           
}

#mapContainer {
    height:440px;width:1277px;
    position: relative;
}

#map-canvas, 
#zipSearch {
    position: absolute;
    top: 0;
    left: 0;
}

#map-canvas{
    width: 100%;
    height: 100%;
}
.markerContent {
    line-height:1.35;
    overflow:hidden;
    white-space:nowrap;
}
.markerHeading {
    font-size: 1.3em !important;
}
#zipSearch {
    z-index: 10;
}
#zipSearchPanel {
    height:100%;
    /*width:500px;*/
    margin: 0 50px 0 0;
}
#ZipCode {
    width:178px !important;
    padding: 0 0 0 10px !important;
}
#markerPopup {

    height:100px;
    width:120px;
}
#markerPopup h1, #firstHeading {
   font-size: 1.3em !important;
}

.storeMarkerLink{
    text-decoration:underline !important;
    color: rgb(39, 39, 39) !important;
}
.storeMarkerLink:hover{
    text-decoration:none !important;
}

