@import url('https://fonts.googleapis.com/css2?family=Sen&display=swap');
body {
	font-family: 'Sen', sans-serif;
	font-weight: 100;

}


#services { margin:0;
  padding:0;background-color:#fff;border: 1px solid #212121;
				display:none;}
			#services li{
  list-style:none;
  padding:10px;
  margin:5px 0;
				color:#333;
				text-align: left;
}
#services a {
display: block;
}
/* plus glyph for showing collapsible panels */
.panel-heading .accordion-plus-toggle:before {
   font-family: FontAwesome;
   content: "\f068";
   float: right;
   color: silver;
}

.panel-heading .accordion-plus-toggle.collapsed:before {
   content: "\f067";
   color: silver;
}

/* arrow glyph for showing collapsible panels */
.panel-heading .accordion-arrow-toggle:before {
   font-family: FontAwesome;
   content: "\f078";
   float: right;
   color: silver;
}

.panel-heading .accordion-arrow-toggle.collapsed:before {
   content: "\f054";
   color: silver;
}

/* sets the link to the width of the entire panel title */
.panel-title > a {
   display: block;
}
.has-search .form-control {
	font-size: 16px;
	height: 40px;
	float: none;
}
.inner-addon .glyphicon {
  position: absolute;
  padding: 12px;
  pointer-events: none; color:#333;
}
			.right-addon .glyphicon { right: 0px;}.right-addon input { padding-right: 30px; }.inner-addon {
  position: relative;
}
#sociallogin {
	margin: 0 auto;
	
	max-width: 300px;
}
.repeatpassword {
	margin-top: 5px;
}
.has-search {
	position: relative;
		padding: 0 20px;
	margin: 30px auto 0;
	max-width: 400px;
 
}

.twitter-typeahead {
	width: 100%;
	display: block !important;
	position: initial !important;
	
}
.tt-menu {
	margin: 0;
padding: 0;
background-color: #fff;
border: 1px solid #212121;
	width: 100%;
	z-index: 1 !important;

}
.tt-suggestion {
	padding: 10px;
margin: 0;
color: #333;
text-align: left;
	font-size: 14px;

}
.tt-suggestion a {
	display: block;
	color: #333;
}
.tt-suggestion a .fa {
 float:right;
	line-height: inherit;
}
.tt-suggestion:last-of-type {
	background-color: #F0F0F0;
}
.submit {
	text-align: center;

	color: #fff;
	border-color: #fff;
	 transition: 0.3s;
	margin: 24px;

}

.transparent, .transparent:focus {
	color: #fff;
	border-color: transparent;
	 transition: 0.3s;
	display: block;
	margin: 10px;


}
	.filled {
			color: #000;
	border-color: #fff;
		background-color: #fff;
	 transition: 0.3s;
	margin: 32px 0 ;
}
.loginuser {
		background-color: #000; 
	border-color: #000;
	color: #fff;
 transition: 0.3s;
	margin: 32px 0 ;
}
.filledoutline, .loginuser:hover {
	
			color: #000;
	border-color: #000;
		background-color: #fff;
	 transition: 0.3s;
	margin: 32px 0 ;
}
.submit:hover, .filled:hover, .action:hover, .filledoutline:hover { 
	background-color: #000; 
	border-color: #000;
	color: #fff;
}
.transparent:hover {
	color: #a1a1a1;
}
.topcontainer {
	width: 100%;
	background-color: #000;
	padding: 20px;

	position: relative;
	height: auto;
	font-color: #fff;
}
.navpadding {
	margin-top: 90px;
}
.navbar-inverse {
	background-color: transparent;
	border-collapse: transparent;
}
.navbar-inverse .navbar-nav>li>a {
color: #999;
		 transition: 0.3s;
}
.navbar {
	margin: 0;
	z-index: 10;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: transparent;
}
.navbar-collapse {
	-webkit-box-shadow: none;
	box-shadow: none;
		
}

.navbar-toggle {
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.navbar .glyphicon {
	padding-right: 8px;
}
@media (max-width: 1199px) {
.topcontainer .container {
width: 100%;
}
}
@media (max-width: 1023px) {
    .navbar-header {
        float: none;
    }
	
    .navbar-toggle {
        display: block;
		margin-right: 0;
    }

    .navbar-collapse{
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);


		padding-left: 15px !important;
		padding-right: 15px !important;
	background-color: #121212;
	
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

.logo-full {
	width: 200px;
	display: block;
	background-image: url(/images/NewLogov1.svg);
	background-repeat: no-repeat;
	background-position: left;
}
.headline, h2, h1, h3 {
	text-align: center;
	font-weight: 100;
}
.login, .apply {
	display: block;
	text-align: center;
	
}
.login a:first-child {
	padding-right: 24px;
	
}
.login .btn, .actionbutton .btn {
	line-height: 30px;
	padding: 6px 26px;
	border-radius: 5px;
	
}
.submit {
	color: #fff;
	background-color: #F15A29;
	border-color: #F15A29;
	 transition: 0.3s;
	margin: 32px 0;
	text-align: center;

}
.actionbutton {
text-align: center;
	display: table;

	width: 100%;
}
.actionbutton a {
	display: table-cell;
	vertical-align: middle;
}
.action {
		color: #000;

	border-color: #000;
	 transition: 0.3s;
	margin: 32px 0;



}
.action .fa {
	padding-left: 12px;
}
.submit {
	color: #fff;
	background-color: #F15A29;
	border-color: #F15A29;
	 transition: 0.3s;
	margin: 32px 0;

}

h3 {
	font-size: 2em;
}
h3.left, h2.left {
	text-align: left;
}
.pageheader {
	text-align: center;
}
.pageheader h3 {
	margin-top: 24px;
	margin-bottom: 24px;
}
.divider {
		border-top: 1px solid #ccc;
	width: 100%;
	margin: 24px 0;
}
.dividerlogin {
  text-align: center;
  height: 1px;
  margin: 20px 0 20px 0;
  background-color: #ccc;
}
.dividerlogin span {
  position: relative;
  top: -20px;
  background-color: #fff;
  display: inline-block;
  padding: 10px;

}
h3.h3padding {
		padding: 12px 20px;

}
h3.h3padding.left {
		padding: 12px 0;

	
}
.greycontainer {
	min-height: 300px;
	background-color: #F3F4F4;
}
h2 {
	margin-top: 0;
	margin-bottom: 17px;
	line-height: 1.5em;
	font-size: 16px;

}
.headline h2 {
	padding: 17px 40px;
}
.headline h1 {
		font-weight: 100;
	font-size: 2em;
	line-height: 1.4em;
}
.headline h1 span {
	font-weight: 400;

}

#textrotate span {
	display: inline-block;
	font-size: inherit;
}
/* Reviews */
.review-card {

	border-radius: 10px;
	margin: 30px auto;
	background-color: #FFF;
	padding: 24px;


}
.review-card p {
	margin: 0;
}
.img-area {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 25px;
}
.img-area img {
	width: 100%;
}
.header-content {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.info h4 {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
}
.info p {
	margin: 5px 0 0;
	font-size: 14px;
	font-weight: 400;
	color: #666;
}
.single-review p {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	color: #333;
	position: relative;
}

.review-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	font-size: 14px;
	color: #666;
}

.ratingstars {
	margin: 10px;
}



.rating, .rating-large {

	display: flex;
	align-items: center;
}
.rating .fas, .rating-large .fas, .ratingstars .fas {
	color: #fbc02d;
}
.rating-large .fas {
	font-size: 2em;
}
.padding {
	padding-top: 24px;
	padding-bottom: 24px;
}

.headline .pricing {
	padding: 100px 0;
	width: 100%;
	color: #fff;
	background-image: url('/images/headerbackground2.jpg');
	 background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 600px;
}

.headline .serviceprovider {
	padding: 100px 0;
	width: 100%;
	color: #fff;
	background-image: url('/images/headerbackground3.jpg');
	 background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 600px;
}

.andmore {
	font-size: 18px;
	text-align: center;
	padding: 20px;
}
section {
	padding: 25px 0;
}
.loggedin, .logoutbutton, .sectionprofile, .sectionverify, .sectionconfirm {
		text-align: center;
}
.sectionverify label {
	margin-top: 20px;
}
.verifynumber {
	margin: 10px;
}
#phoneverifyform .form-control, #enterverificationcode .form-control {
	width: 70px;
	display: inline-block;
}

#phoneverifyform .btn, #enterverificationcode .btn {
	margin: 10px;
}
}
label {
	padding: 10px;
}
.schedule label {
	padding: 0;
}
.notesrow, .howlong, .whatime, .whatday, .owntools {
	margin-bottom: 20px;
}
.schedule .form-control, .addressinput .form-control {
	margin-bottom: 10px;
}
.addresssubmit {
	display: none;
}
.addressinput {
	text-align: left; 
}
.addressinput label {
	padding: 0px;
}
.id, .loggedin, .email, .phone {
	padding-bottom: 10px;
}
.loggedin, .logoutbutton, .sectionprofile, .sectionverify,  .sectionconfirm {
		text-align: center;

}

 .cropper-view-box,
        .cropper-face {
            border-radius: 50%;
        }
.image_area {
		  position: relative;
	width: 100px;
	margin: 0 auto 15px auto;

		}
.image_area p {
	padding: 15px 0;
}
		.img-container img {
		  	display: block;
		  	max-width: 100%;
		}

		.preview {
  			overflow: hidden;
  			width: 160px; 
  			height: 160px;
  			margin: 10px;
  			border: 1px solid #ccc;
			border-radius: 50%;
		}
	.image_area .imgoverlay {
		  position: absolute;
		  bottom:0;
		  left: 0;
		  right: 0;
		  background-color: rgba(255, 255, 255, 0.9);
		  overflow: hidden;
		  height: 0;
		  transition: .2s ease;
		  width: 100%;
		color: #333;
		text-align: center;
		}

		.image_area:hover .imgoverlay {
		  height: 50%;
			  cursor: pointer;
		}
		.modal-lg{
  			max-width: 100% !important;
			max-height: 100%;
		}

		

		/*.image_area:hover .imgoverlay {
		  height: 50%;
			  cursor: pointer;
		}*/

		.image_area .text {
		  color: #333;
		  z-index: 999;
		  position: absolute;
		  bottom: 0;
		  right: 0;
	
		  transform: translate(-50%, -50%);
		  text-align: center;
		}
.profileimagethumb {
	border-radius: 50%;
	margin: 0;
	height: 30px;
	width: 40px;
	float: right;
	border: 2px solid transparent;
		position: absolute;
	right: 0;
	bottom: 0;
	
}
.profileimage {
    margin: 0 auto;
    padding: 0;
	  cursor: pointer;
	
}
.profileimage img {
	border-radius: 50%;
	width: 100px;
	border: 1px solid #ccc;
}

.sectionprofile .profileimage img {
	margin-bottom: 0;
}

.navprofilepic {
	padding: 0;
}
.navprofilepic .profileimage img {
	width: 30px;

}
.navprofilepic .profileimage {
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;

}



.whychoresie .textcontainer {
	width: 100%;
	height: 185px;
	margin: 20px auto;
	text-align: center;

	line-height: 1.3em;
background-color: #F0F0F0;
	padding: 24px;
	border-radius: 10px;
	


}
.whychoresie .textcontainer {
	font-size: 16px;
}




.howchoresieworks .textcontainerwrapper {
margin: 20px auto;
}
.howchoresieworks .textcontainer {
text-align: center;
    font-size: 16px;

    padding: 16px;
    position: relative;
    border: 1px solid #333;
    border-radius: 10px;
    height: 250px;
    margin: 0 auto;
}
.howchoresieworks .textcontainer p {
	max-width: 400px;
	text-align: center;
	margin: 0 auto;
	line-height: 1.5em;
    font-size: 16px;
}
.howchoresieworks .steps {
background-color: #F3F4F4;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.howchoresieworks .left {
	text-align: left;
}

.sections {
	display: flex; 
	flex-flow: column; 
}
.whychoresie .fas, .howchoresieworks .fas, .whydroppbyprovider .fas
{display:block;
	font-size: 3em;
	padding: 16px;
}
input[list]::-webkit-calendar-picker-indicator,
input[list]::-webkit-list-button {
    opacity: 0 !important
}

input::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 14px; /* 1em -> input font-size * 1 -> 40px * 1 = 40px */
}
.full-width {
	width: 100%;
}
.form-control {
	font-size: 16px;
}
.howchoresieworks .textcontainer {
	
	text-align: center;
		font-size: 20px;

		padding: 24px;
	position: relative;
	border: 1px solid #333;
	border-radius: 10px;
	width: 100%;

height: 250px;

}
	.howchoresieworks .steps {
	
	background-color: #F3F4F4;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	  display: inline-flex; 
  justify-content: center;
  align-items: center;
}
.overlaytext .has-search {

	margin: 30 auto; 
}

@media (min-width: 640px) {
.has-search {

	margin: 30px 0 0 0; 
}

	.allservices .has-search {
		margin: 0 auto;
	}
	.howchoresieworks .textcontainer {
	
	text-align: center;

		padding: 24px;
	position: relative;
	border: 1px solid #333;
	border-radius: 10px;
	width: 100%;

height: 360px;
}
		.howchoresieworks .steps {
	
	background-color: #F0F0F0;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	  display: inline-flex; 
  justify-content: center;
  align-items: center;
}
	.whychoresie .fas, .howchoresieworks .fas 
{display:block;
	font-size: 3em;
	padding: 24px;
}
.login, .apply {
	display: block;
	text-align: left;
	
}

.has-search {padding: 0px;	max-width: 400px;}
.filledoutline {
	
			color: #000;
	border-color: #000;
		background-color: #fff;
	 transition: 0.3s;
	margin: 32px 0 ;
}
	.filled {
			color: #000;
	border-color: #fff;
		background-color: #fff;
	 transition: 0.3s;
	margin: 32px 0 ;
}

	.transparent {
		display: inline-block;
		margin: 32px 0;
	}

	}
@media (max-width : 349px) {
	.login .btn, .apply .btn {
		display: block;
	}
	.filled, .submit {
		margin: 0;
	}
}
@media (min-width: 992px) {
	.actionbutton {
			margin: 20px 0;
height: 150px;
	}}
@media (min-width: 1280px) {
	.whychoresie .textcontainer, .whydroppbyprovider .textcontainer {
			font-size: 20px;
	height: auto;
	}	
}


.whydroppbyprovider .textcontainer span {
	font-size: 14px;
	display: block;
	padding: 14px 0;
	line-height: 18px;
}
@media (min-width: 768px) {
	.whychoresie .textcontainer, .whydroppbyprovider .textcontainer {
		height: 250px;
	}
}

@media (min-width: 1024px) {
	.howchoresieworks .textcontainer p, .whydroppbyprovider .textcontainer p, h2, .whychoresie .textcontainer {
			font-size: 20px;

	}
	.whychoresie .textcontainer {
		height: 225px;
	}

}
.iconcontainer {
	width: 100%;
	margin: 20px auto;
	text-align: center;
	font-size: 16px;
	padding: 0;
	border-radius: 15px;
	height: 200px;
	
	
}
.allservices .iconcontainer {
		height: auto;
		text-align: left;
		font-size: 20px;
	}
.allservices .iconcontainer a {
	color: #333;
}
.divider {
	width: 300px;
	margin: 24px auto;
}
a.social_bt {
  -webkit-border-radius: 3px;
	
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  min-width: 200px;
  margin-bottom: 10px;
  display: block;
  padding: 12px;
  line-height: 1;
  position: relative;
	 transition: 0.3s;
  cursor: pointer;
}
a.social_bt:hover {
color: #ccc;
}
.checkboxcontainer {
	font-size: 12px;
}
.checkboxcontainer a {
	color: #999;
}

/*input[type=checkbox], input[type=radio] {
	margin: 2px 0 0;
}*/

input[type="radio"],
input[type="checkbox"] {
    margin-top: 0px;
    width: 16px;
    height: 16px;
	margin-left: -25px !important;
}
.checkbox-inline {
	padding-left: 25px;
}
.passworderror, .nocode a {
	color: red;
	font-size: 12px;
}
.valhidden {
	display: none;
}
.valshow {
	display: block;
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}
.modal .btn {
	margin-bottom: 0;
}
#forgot_pw {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  min-height: 100%;
  display: none;
  padding: 25px;
}
section a {
	color: #999;
	text-decoration: none;
	
}
section a:focus {
outline: 0;
	text-decoration: none;
}
a.social_bt.facebook {
  background: #3B5998 url(../images/facebooklogo.svg) 10px center no-repeat;
		background-size: 20px;
}

a.social_bt.google {
  background: #444 url("../images/googlelogo.svg") 10px center no-repeat;
	background-size: 20px;
}
a.social_bt.linkedin {
  background: #3f729b url("../images/linkedinlogo.svg") 10px center no-repeat;
	background-size: 20px;
}
.icon-cleaning, .icon-organizing, .icon-laundry, .icon-housework, .icon-yardwork, .icon-furniture-building, .icon-cooking-meal-prep, .icon-dog-walking-bathing, .icon-seasonal, .icon-manual-labor,  .icon-home-maintenance, .icon-help-moving, .icon-car-washing-vacuuming {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 20px;
	background-size: cover;
	height: 120px;
	padding: 0 20px;
	
}
.icon-cleaning {
	background-image: url('../images/cleaning.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.icon-organizing {
	background-image: url('../images/organizing.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.icon-laundry {
	background-image: url('../images/laundry.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.icon-housework {
	background-image: url('../images/housework.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.icon-yardwork {
	background-image: url('../images/yardwork.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.icon-furniture-building {
	background-image: url('../images/furniture-building.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.iconmisc {
	background-image: url('../images/Misc.svg');
	background-repeat: no-repeat;
	background-position: center top;

}
.icon-cooking-meal-prep {
	background-image: url('../images/cooking-meal-prep.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.icon-dog-walking-bathing {
	background-image: url('../images/dog-walking-bathing.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.icon-seasonal {
	background-image: url('../images/seasonal.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.icon-manual-labor {
	background-image: url('../images/manual-labor.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.icon-home-maintenance {
	background-image: url('../images/home-maintenance.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.icon-help-moving {
	background-image: url('../images/help-moving.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.icon-car-washing-vacuuming {
	background-image: url('../images/car-washing-vacuuming.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.title {
	font-size: 20px;
	text-align: center;
	padding: 20px;
}
#textrotate {
padding: 17px 0;
}
@media (min-width: 640px) {
		.headline, .headline h2, .headline h1, .headline h3  {
			text-align: left;}
	.login {
	display: block;
	text-align: left;
	
}
	.headline h2 {
		line-height: 1.2em;
		padding: 17px 0;
	}
	.headline h1, .headline h3  {
	font-weight: 100;
	font-size: 36px;
		
		line-height: 50px;
}
		.headline h1 span {
	font-size: 48px;
}
	.andmore {
		font-size: 20px;
	}

.addressblock, .whatdoyouwanttodo {
	margin-top: 20px;
}
	.changeaddress, .addresssubmit {
	margin: 10px;
}
.outline {

	padding: 36px;
	width: 100%;
	border: 1px solid #ccc;
}
.icon-cleaning, .icon-organizing, .icon-laundry, .icon-housework, .icon-yardwork, .icon-furniture-building, .icon-cooking-meal-prep, .icon-dog-walking-bathing, .icon-seasonal, .icon-manual-labor, .icon-home-maintenance, .icon-help-moving, .icon-car-washing-vacuuming {
	height: 150px;
	
}

	
.iconcontainer {
	height: 220px;
	
	
}




}


.hr { 
 margin: 50px 0; 

}
.textcontainer .fa {
	background-color: #ccc;
	color: #fff;
	padding: 3px;
	font-size: .8em;
	border-radius: 2px;
}
a { color: #999; text-decoration: none;	}
a:hover { text-decoration: none; color:#333;}
.pitchdeckcover {
	margin: 0 auto;
	border: 1px solid #ec2227;
	padding: 2px;

	}

.overview hr {
	margin: 10px 0;
}

.header {
	text-transform: uppercase;
	color: #ec2227;
	letter-spacing: 5px;
}
.content {
	padding-bottom: 20px;
}
.headshot {
 margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 20px;
	max-width: 100px;
}
.contento {
	padding: none;
}
.headshottitle {
	text-align: center;


}
.overlay {
	width: 100%;
	height: auto;
	position: absolute;
	background-color: rgba(0,0,0,.6);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.overlaytext {

	position: relative;
width: 100%;
text-align: center;
}

footer {
	padding: 20px 0;
	background-color: #000;

	color: #fff;
	font-weight: 100;
	font-size: .8em;
	text-align: center;
	line-height: 2em;
}
footer a {
	text-decoration: none;
	color: #a1a1a1;
	cursor: pointer;
}
footer div {
	display: block;
}
footer div span {
	padding: 0 10px;
	border-right: 1px solid #ccc;
	display: inline;
}
footer span:last-of-type {
	border-right: none;
}