#header{
    height: 110px;
    margin: 0px !important;
}
#topNav{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
#headerLogo{
    height: 110px;
    width: 292px;
    background-image: url("/ui/images/SprouteLogo.png");
    position: relative;
    background-repeat: no-repeat;
}
#signupSteps{
    width: 900px;
    height: 96px;
    left: 25%;
    position: relative;
    margin-bottom: 10px;
}
.red{
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
}
.steps{
    color: #F6F6F6;
    float: left;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 72px;
    font-weight: bold;
    width: 300px;
    position: relative;
}
.subHeading{
    float: left;
    margin-left: -20px;
    margin-top: 12px;
}
.stepsNumber{
    float: left;
    height: 80px;
    position: relative;
    margin-left: -70px;
    top: 30px;
}
.subHeading > h3{
    color: #D8D8D8 !important;
    font-size: 22px;
    height: 30px;
    margin-bottom: 0;
    position: relative;
}
.subHeading >h4{
    color: #F5F5F5 !important;
    font-size: 15px;
    margin-top: 0;
    position: relative;
}

.stepsSelected{
    color: #D1D1D1 !important;
}

.stepsSelected h3{
    color: #717171 !important;
}

.stepsSelected h4{
    color: #717171 !important;
}



#content{
    width: 100% !important;
}
#signupForm{
    width: 880px;
    margin-left: auto;
    margin-right: auto;
}

#signupForm img{
    display: block;
}

#question_heading {
    color: #7BB441;
    font-size: 20px;
    margin-left: 350px;
    margin-top: -150px;
    margin-bottom: 60px;
}

#form_submit_heading {
    color: #7BB441;
    font-size: 20px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 60px;
}

#form_submit_heading{
   display: none;
   text-align: center;
}
.general_heading{
    color: #424443;
    font-size: 14px;
    /* height: 60px;*/
    padding: 10px;
    font-weight:bold;
}

.question_main{
    clear: both;
    background-color: #ECF0EF;
    min-height:800px;
    padding-top: 50px;
}
.info_box{
    width: 860px;
    margin-left: auto;
    margin-right: auto;

}
.form_row{
    width: 800px;
    padding: 20px 20px 50px 20px;
    overflow: hidden;
    background-image:url('/ui/images/line.png');
    background-repeat:no-repeat;
    background-position:top;
}

.form_row_posted{
    height: 30px;
    padding: 20px;
    width: 800px;
}

.form_row_posted label{
    height: 50px;
    width: 500px;
}


.floatLeft{
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

.clearboth{
    clear: both;
}

#no_type_div{
    display: none;
}

.form_row_hid {
    display: none;
    left: 10px;
    width: 790px;
    position: relative;
    padding: 20px;
}

.hideDiv{
    display: none;
}

.form_sub_row{
    left: 10px;
    width: 790px;
    position: relative;
    padding: 20px;
}

.form_sub_radio_box{
    float: left;
}

.oneAddressDiv{
    padding-top: 20px;
    padding-bottom: 20px;
}

.oneAddressDiv label{
	margin-bottom: 0px;
}

.oneAddressDiv input{
	margin-bottom: 20px;
}

.addressTinyLabel{
    font-size: 13px;
    position: relative;
    right: 87px;
    width: 200px;
}

.addressInputBox{
    position: relative;
    right: 65px;
}

.form_sub_row label.leftHeading{
    height: 30px;
    width: 485px;
}

.form_sub_row label.leftHeading.fileLabel{
	margin-right: 30px;
	text-align: right;
	width: 380px;
}


.form_row > label.floatLeft, .sprout_checkbox{
    width: 25px !important;
    font-weight:normal;
}



.form_row_hid > label{
    font-weight:bold;
    width: 400px;
    margin-bottom: 40px;
}

.form_row_hid > label.floatLeft{
    font-weight:normal;
}

.form_row > label{
    float: left;
    width: 400px;
    height: 50px;
    font-weight:bold;
}

.popover.right{
	margin-left: -70px;
}

.popover-title{
    background-color: #E8F9D1;
}

.wrapper
{
    text-align:center;
}

.wrapper_cms
{
    text-align:left;
    margin-left:25%;
    width:780px;
}

.cms_text
{
    min-height:75px;
}

.cms_header
{
    height:50px;
    font-size:16px;
    font-weight:normal;
}

.cms_link
{
    text-decoration:none;color:#000000;;
}

.cms_current
{
    height:90px;
    font-size:16px;
    font-weight:bold;
}

.cms_text a
{
    text-decoration:underline;
    color:#000033;

}

.error
{
    color:#CC0000;
    font-weight: bold;
}

#modal_heading{
    color: #7BB441;
    font-size: 20px;
    padding: 10px;
}

#modal_title{
    color: #717171;
    font-size: 14px;
    padding: 10px;
}

.btn-custom1 {
    background-color: hsl(183, 100%, 30%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00f2ff", endColorstr="#009199");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#00f2ff), to(#009199));
    background-image: -moz-linear-gradient(top, #00f2ff, #009199);
    background-image: -ms-linear-gradient(top, #00f2ff, #009199);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00f2ff), color-stop(100%, #009199));
    background-image: -webkit-linear-gradient(top, #00f2ff, #009199);
    background-image: -o-linear-gradient(top, #00f2ff, #009199);
    background-image: linear-gradient(#00f2ff, #009199);
    border-color: #009199 #009199 hsl(183, 100%, 25%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
    width:90px;
    font-size: 20px;
}

.btn-custom2 {
    background-color: hsl(35, 99%, 38%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fd9d15", endColorstr="#c07000");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#fd9d15), to(#c07000));
    background-image: -moz-linear-gradient(top, #fd9d15, #c07000);
    background-image: -ms-linear-gradient(top, #fd9d15, #c07000);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd9d15), color-stop(100%, #c07000));
    background-image: -webkit-linear-gradient(top, #fd9d15, #c07000);
    background-image: -o-linear-gradient(top, #fd9d15, #c07000);
    background-image: linear-gradient(#fd9d15, #c07000);
    border-color: #c07000 #c07000 hsl(35, 99%, 34%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26);
    -webkit-font-smoothing: antialiased;
    width:90px;
    font-size: 20px;
}

.btn-custom3 {
    background-color: hsl(86, 79%, 23%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bcef7a", endColorstr="#40680c");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#bcef7a), to(#40680c));
    background-image: -moz-linear-gradient(top, #bcef7a, #40680c);
    background-image: -ms-linear-gradient(top, #bcef7a, #40680c);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bcef7a), color-stop(100%, #40680c));
    background-image: -webkit-linear-gradient(top, #bcef7a, #40680c);
    background-image: -o-linear-gradient(top, #bcef7a, #40680c);
    background-image: linear-gradient(#bcef7a, #40680c);
    border-color: #40680c #40680c hsl(86, 79%, 11%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.79);
    -webkit-font-smoothing: antialiased;
    width:90px;
    font-size: 20px;
}

.btn-custom4 {
    background-color: hsl(195, 79%, 57%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#96dbf2", endColorstr="#3abce7");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#96dbf2), to(#3abce7));
    background-image: -moz-linear-gradient(top, #96dbf2, #3abce7);
    background-image: -ms-linear-gradient(top, #96dbf2, #3abce7);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96dbf2), color-stop(100%, #3abce7));
    background-image: -webkit-linear-gradient(top, #96dbf2, #3abce7);
    background-image: -o-linear-gradient(top, #96dbf2, #3abce7);
    background-image: linear-gradient(#96dbf2, #3abce7);
    border-color: #3abce7 #3abce7 hsl(195, 79%, 52%);
    color: #333 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
    -webkit-font-smoothing: antialiased;
    width:90px;
    font-size: 20px;
}


.design_title {
    color: #424242;
    font-family: "adobe-caslon-pro",Georgia,Times New Roman,Times,serif;
    font-size: 13px;
    font-stretch: normal;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 26px;
}

.clear{
    clear:both;
}

.minDiv{
    width:280px;
}

.photoDiv{
	width: 235px;
}

.galleryPhotoButton{
    width: 340px;
}

#thumbNailLink{
    display: block;
    margin: 0 auto;
    width: 300px;
    padding-top: 10px;
}

.secondGalleryButton a{
    width: 195px;
}
.galleryPhotoButton a{
    left: 10px;
    position: relative;
    width:205px;
}

.secondGalleryButton a{
    margin-bottom: 15px;
}

.secondGalleryButton{
    float: right !important;
    width: 365px !important;
}

.gallery_type  > label{
	width: 500px !important;
	text-align: right;
}

#uploadAnotherGalleryDiv > label{
    float: left;
    width: 500px !important;
    margin-right: 0px;
    text-align: right;
}

#uploadAnotherGalleryDiv > div > label{
    float: left;
    margin-right: 30px;
    text-align: right;
    width: 460px !important;
}

#uploadAnotherGalleryDiv label{
    width: 470px;
    text-align: right;
    margin-right: 30px;
}

.additional_gallery_type{
    width: 440px !important;
}

#addAnotherGalleryButton{
    margin-top: 16px;
    position: relative;
    width: 150px;
    display: none;
    line-height: 20px;
    margin-bottom: 30px;
    float: right;
    right: 133px;
}

.multipleGallery{
    margin-left: 0px;
}

#gallery_type_select{
    margin-left: 25px;
}

#gallery_name_div_0 label{
  	margin-right: 30px;
    text-align: right;
    width: 470px;
}

#launchDiv{
    padding:100px 0 0 20%;
}

.launchTitle{
    font-size:30px;
    color:#666666;
}

.launchBody{
    font-size:16px;
}

#SiteForm{
	margin: 0px;
}

#SiteForm .btn{
	color: #000;
}

#SiteForm .btn.btn-info{
	color: #FFF;

}

#uploadHippaFormButton{
	width: 150px;
	margin-top: 20px;
}

#SiteFormButton{
    margin-bottom: 120px;
    left: 300px;
    position: relative;
    padding-bottom: 20px;
}

.selectedDiv{
    background-color: #D2E6BC;
}

#own_domain_label{
    font-weight: bold;
    left: 10px;
    position: relative;
    width: 500px;
}

.accordion-group{
    border: 0px !important;
}

#domain_name{
    float: left;
    width: 90px;
}
#domaainTag{
    font-size: 14px;
    line-height: 30px;
}
#physical_addr_div{
    height: 465px;
    padding-top: 0px;
}

.addressHolder label{
    font-size: 11px;
    font-weight: bold;
    margin-left: 6px;
    position: relative;
    width: 200px;
}
.addressHolder input{
    margin-bottom: 0px !important;
}
#countryLabel{
    position: relative;
    top: -8px;
}

#mainAddressHeading{
    float: right;
    width: 475px;
}
#mainAddressDiv{
    float: right;
    position: relative;
    right: 65px;
}
.addressNewHolder{
    margin-top: 35px;
}

.addressNewHolder h4{
    font-size: 18px;
    margin-left: 10px;
}

.addAnother{
    color: #7BB441;
    font-size: 15px;
    cursor: pointer;
}

#multipleFax{
    margin-top: 10px;
}

#multipleOther{
    margin-top: 10px;
}

#multiple_gallery_1
{
    display: none;
}

#multipleOfficehrs{
    margin-top: 10px;
}

#multipleEmail{
    margin-top: 10px;
}

.floatright{
    float: right;
}

.phonemultiple{
    right: 105px;
    position: relative;
}

.faxmultiple{
    right: 105px;
    position: relative;
}

.emailmultiple{
    right: 105px;
    position: relative;
}

.photosmultiple{
    position: relative;
    right: 95px;
    top: 15px;
    width: 400px;
}

.othermultiple{
    right: 105px;
    position: relative;
}

.officehrsmultiple{
    right: 105px;
    position: relative;
}

#multiplePhone{
    margin-top: 10px;
}

.multiple_location_heading{
    font-size: 15px;
    margin-right: 10px;
    position: relative;
}
.floatLeft_hid
{
    font-weight: normal !important;
}

#upload_privacy_div{
    width: 800px;
    padding: 20px;
}

.privacy_form_div div, .privacy_form_div_file div{
    width: 245px !important;
    float: left;
    margin-left: 0px;
}

#privacy_form_btn{
    padding-top: 0px !important;
}

#gallery_name_div{
    min-height: 30px;
    height: 100% !important;
}

#multipleOtherphoto{
    min-height: 30px;
    height: 100% !important;
}

#loadingGif{
    background-image: url("/ui/images/ajax-loader.gif");
    height: 66px;
    margin-left: auto;
    margin-right: auto;
    top: 300px;
    width: 66px;
    z-index: 10;
}

#loadingDiv{
    height: 300px;
    padding-top: 300px;
    position: fixed;
    width: 900px;
    display: none;
}

#termsandconditionslink{
    cursor: pointer;
}

#formThumbNail{
    width: 300px;
    left: -270px;
    top: 50px;
    position: relative;
    display: block;
}

#upload_second_photo{
    float: right;
    position: relative;
    right: 55px;
    width: 240px;
    margin-bottom: 20px;
    height: 35px;
}

.upload-another-bio-photo{
  float: right;
  position: relative;
  right: 140px !important;
  width: 240px !important;
  margin-bottom: 20px;
  height: 35px;
}

.multiple_photo_heading{
    float: left;
    margin-right: 10px;
    position: relative;
    text-align: right;
    top: 5px;
    width: 155px;
}

#addMultipleBioButton{
    float: right;
    margin-top: 16px;
    position: relative;
    right: 63px;
    width: 200px;

}

#bios_div
{
	height: 30px;
    position: relative;
    width: 790px;
	left:10px;
}

#bios_div label
{
height: 30px;
width: 485px;
}

#uploadAnotherBio
{
	display: none;
    padding: 0 20px 0 20px;
    width: 790px;
}

.form_row_hid_bio {
    display: none;
    left: 10px;
    width: 790px;
    position: relative;
    height: 30px;
}

.form_row_hid_bio > label{
    font-weight:bold;
    width: 485px;
    height: 30px;
}

.form_row_hid_bio > label.floatLeft{
    font-weight:normal;
}

input[type="file"]{
	height: auto;
}



#designs.noback{
	background: none;
}

#designs.noback section.intro{
	padding-left: 0px;
}

#designs.noback section.intro h1{
	padding-left: 0px;
}

#designs.noback section.intro p{
	padding-left: 0px;
}


.main_location_row{
	display: none;
}

.galleryTitle{
	display: none;
}

#extra_help_bios{
	display: none;
}

#written_bios{
	display: none;
}

.small-image{
	max-width: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.left{
	float: left;
}

#store-button-container.affix {
    visibility: visible;
    right: 15px;
    bottom: 15px;
    z-index: 100;
}

#store-button-container:not(.affix) {
    visibility: hidden;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.store-button {
    width: 120px;
}

#progress-bar {
    width: 400px;
    height: 15px;
}

#progress-bar-div {
    display: none;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
}

.encouragement_row_services {
    background-color: #7cae95;
    padding: 0px;
}

.encouragement_penguin_image_services {
    height: 150px;
    padding-top: 50px;
}

.encouragement_text_services {
    padding-top: 40px;
    padding-left: 50px;
    width: unset!important;
    color: white;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
}

.encouragement_row_bio {
    width: 60%;
    position: relative;
    background-color: #7cae95;
    padding: 0px;
}

.encouragement_penguin_image_bio {
    position: absolute;
    bottom: 0px;
    height: 150px;
    padding-top: 50px;
}

.encouragement_text_bio {
    padding: 30px 15px 25px 200px;
    width: unset!important;
    color: white;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
}


