﻿body, #details {
    background-image:none !important;
    background-color:#fff !important;
    font-family: Arial, sans-serif;
    font-style:normal;
    font-weight:500;
    color:#163b69;
}

.requiredfield {
    color: #EA7222;  /*#F37A2A;*/
}

#header-wrapper {
    background-color:#fff;
    border-bottom:1px solid #666;
}


#guidestarlink {
    text-decoration:none;
    color:#fff;
}
    #guidestarlink:hover {
        color:#34c2b5;
        text-decoration:underline;
    }


#ulPhotos { 
    width: 850px; 
    list-style-type: none; 
    margin: 0px; 

}
    #ulPhotos li { 
        float: left; 
        padding: 15px; 
        width: 250px; 
        list-style-image: none; 
    }

.row-spacer {
    margin-top:10px;
}

.col {
    margin-top:0px;
}

/* CONFIRMATION PAGE STYLES */
.confirmation-h1 {
    /*color:#1B4B78;*/
    text-align:left;
    padding-top:12px; 
    margin-top:0px; 
    padding-left:0px;

}
.confirmation-h2 {
    text-align:left;margin-top:5px;font-size:24px;
}
.confirmation-arrow {
    margin-left:290px;
    margin-top:10px;
}
.get-donations-box {
    border:1px solid #ccc;
    border-radius:10px;
    margin-top:20px; 
    padding:15px 25px; 
    background-color:#fdffee;          /*#fffdd4;*/ 
}
.OSlinkTable {
    width:90%;
}
.OSlinkTable td {
    padding: 2px 0 1px 8px;
}
.OSlinkTable td:first-child {
    padding: 2px 0;
}
.inform-text {
    font-size:17px;
}

/*Get Started Signup Steps*/
.hr-divider {
    margin-top:15px;
    margin-bottom:0px;
}
h3 {
    margin-bottom:5px;
}
.stepBoxes {
    margin-top:20px;
}
.stepBox {
    float:left;
    width:120px;
    background-color:#eeeeee;
    height:50px;
    color:#999;
    padding:16px 0 20px 20px;
    margin-right:5px;
    margin-bottom:10px;
}
    .stepBox .fa {
        color:#ccc;
        opacity:.8;
        margin-right:5px;
    }
    .stepBoxes .active {
        /*color:#0059B2;*/
        color:#000;
        font-weight:bold;
        /*background-color:#C2DCF6*/
    }
    .active .fa {
        /*color:#0059B2;*/
        color:#000;
        opacity:.9;
    }

.stepComplete{
    /*color:green !important;*/
    color:black !important;
    opacity:1 !important;
    /*background-color:#C8EACD;*/

}
.stepComplete .fa-check-circle-o{
    color:#1fc22d !important;
    opacity:1 !important;
}

.reviewBox {
    float:left;
    width:220px;
    background-color:#eeeeee;
    height:50px;
    color:#000000;
    padding:6px 0 0 20px;
    margin-left:15px;
    text-align:center;
}
    .reviewBox span {
        color:#aaa;
        font-size:.8em;
    }
.sectionLabel {
    font-weight:bold;
    font-size:1.2em;
}

.getstarted-mobile {
    display:none;
}
.showMobileInline{
    display:none;
}

p.custom-placeholder {
    position: absolute;
    margin: 0;
    padding: 8px 12px 8px 12px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #969696;
    z-index: -1;
    text-align: left;
}

div.custom-input-holder {
    position: relative;
}

input.custom-input {
    width: 100%;
    position: relative;
    z-index: 10;
    background: none;
    padding: 8px 12px 8px 12px;
    height: 50px;
}

.opacity-0 {
    opacity: 0;
}

.font-size-xxsmall {
    font-size: xx-small;
}

.h-5px {
    height: 5px;
}

.h-10px {
    height: 10px;
}

.h-15px {
    height: 15px;
}

.h-20px {
    height: 20px;
}

.h-50px {
    height: 50px;
}

.w-120px {
    width: 120px !important;
}

.w-14 {
    width: 14% !important;
}

.w-30 {
    width: 30% !important;
}

.w-33 {
    width: 33% !important;
}

.w-49 {
    width: 49% !important;
}

.w-50 {
    width: 50% !important;
}

.w-73 {
    width: 73% !important;
}

.w-75 {
    width: 75% !important;
}

.w-70 {
    width: 70% !important;
}

.w-auto {
    width: auto !important;
}

.vert-aln-middle {
    vertical-align: middle;
}

.d-none {
    display: none;
}

.d-inline-block {
    display: inline-block;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.padding-left-8 {
    padding-left: 8px;
}

.padding-top-5 {
    padding-top: 5px;
}

.clear-both {
    clear: both;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-left-10 {
    margin-left: 10px;
}

.line-height-1d3em {
    line-height: 1.3em !important;
}

.margin-top-5 {
    margin-top: 5px;
}

@media screen and (max-width: 1200px) {
    .confirmation-arrow {
        margin-left:200px;
        margin-top:10px;
    }
    h1 {
        font-size:30px;
    }
}
@media screen and (max-width: 760px) {
    .navbar-header{
        margin-left:0px !important;
    }
    .col {
        margin-top:10px;
    }
    h2 {
        font-size:24px;
    }
    .confirmation-arrow {
        display:none;
    }
    h1 {
        font-size:30px;
    }
}

@media screen and (max-width: 420px) {
        /*MOBILE*/
    .navbar-header{
        margin-left:0px !important;
    }
    h2 {
        font-size:20px;
    }
    h3 {
        font-size:18px ;
    }
    .confirmation-h1 {
        font-size:18px;
    }
    .confirmation-h2 {
        font-size:16px;
    }
    .get-donations-box {
        padding:10px 8px;
    }
    .OSlinkTable {
        font-size:12px;
    }
    .confirmation-arrow {
        display:none;
    }
    .inform-text {
        font-size:14px;
    }
    .intro li {
        font-size:12px;
        line-height:16px;
    }
    .intro ul {
        padding-left:15px;
    }
.showMobileInline{
    display:inline-block;
}

}
