@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}


#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;
	margin: 30px 0 0 0;
	height: 40px;
}
#sociallogin {
	margin: 0 auto;
	
	max-width: 300px;
}
.repeatpassword {
	margin-top: 7.5px;
}
.has-search .glyphicon {
	color: #333;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.twitter-typeahead {
	width: 100%;
	display: block !important;
}
.tt-menu {
	margin: 0;
padding: 0;
background-color: #fff;
border: 1px solid #212121;
	width: 100%;

}

select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
  /* background-origin: content-box; */
	
}
.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 {
	color: #fff;
	border-color: #fff;
	 transition: 0.3s;
	margin: 32px 0;


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


}
	.filled {
			color: #fff;
	border-color: #297CA8;
		background-color: #297CA8;
	 transition: 0.3s;
	margin: 32px 0;
	}
	.outline {
			color: #aaa;
		background-color: transparent;
	border-color: #aaa;
	 transition: 0.3s;
	margin: 32px 0;
	}
.submit:hover, .filled: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 {
	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(https://homejetter.com/images/HomeJetterLogo.svg);
	background-repeat: no-repeat;
	background-position: left;
}
.headline, h2, h1, h3 {
	text-align: center;
	font-weight: 300;


}
.login, .apply {
	display: block;
	text-align: center;
	
}
.login a:first-child {
	padding-right: 24px;
	
}
.login .btn, .actionbutton .btn, .apply .btn {
	line-height: 30px;
	padding: 6px 22px;
	border-radius: 5px;
}
.actionbutton {
text-align: center;
	display: table;
	margin: 20px 0;
height: 150px;
	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:hover, .filled:hover, .action:hover { 
	background-color: #000; 
	border-color: #000;
	color: #fff;
}
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 0;
	
}
.greycontainer {
	min-height: 300px;
	background-color: #F3F4F4;
}
h2 {
	margin-top: 0;
	margin-bottom: 17px;
	line-height: 1.5em;
	font-size: 16px;
	color: #a1a1a1;
}


.headline h1 {
		font-weight: 300;
	font-size: 2em;
	line-height: 1.3em;
}
.headline span {
	display: block;
	font-size: .8em;
	

}
#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: 300;
	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;
}

.rating, .rating-large {

	display: flex;
	align-items: center;
}
.rating .fas, .rating-large .fas {
	color: #fbc02d;
}
.rating-large .fas {
	font-size: 2em;
}
.padding {
	padding-top: 24px;
	padding-bottom: 24px;
}
.tt-highlight {
	font-weight: 600;
}
.headline .pricing {
	padding: 100px 0;
	width: 100%;
	color: #fff;
	background-image: url('https://droppby.com/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('https://droppby.com/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;
}
label {
	font-weight: 400;
}
.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;
}
.loggedin, .logoutbutton, .sectionprofile, .sectionverify,  .sectionconfirm {
		text-align: center;

}
cropper-container cropper-bg {
	max-width: 100% !important;
}
 .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%;
		}
.cropper-container, .cropper-bg {max-width: 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, .whydroppbyprovider .textcontainer {
	width: 100%;
	height: auto;
	margin: 20px auto;
	text-align: center;
		font-size: 16px;

	background-color: #F3F4F4;
	padding: 24px;
	border-radius: 10px;



}


.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: 2em;
	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;
}
.has-search {
	max-width: 400px;
	margin: 0 auto; 
}

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

	margin: 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;
}

.login, .apply {
	display: block;
	text-align: left;
	
}

	.overlaytext {
		padding: 0px;}
.submit {
	color: #fff;
	border-color: #fff;
	 transition: 0.3s;


}

	.filled {
			color: #fff;
	border-color: #297CA8;
		background-color: #297CA8;
	 transition: 0.3s;
	margin: 32px 0;
	}
.submit:hover, .filled:hover { 
	background-color: #000; 
	border-color: #000;
	color: #fff;
}
	.transparent {
		display: inline-block;
		margin: 32px 0;
	}

	}
@media (max-width : 349px) {
	.login .btn, .apply .btn {
		display: block;
	}
	.filled, .submit {
		margin: 0;
	}
}
@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;

	}


}
.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;
	}
.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: #297CA8;
}

/*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: #297CA8;
	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-mobile-notary, .icon-massage, .icon-salon-services, .icon-pedicure-manicure, .icon-personal-training-fitness-coaching, .icon-cooking-meal-prep, .icon-auto-services, .icon-pet-services, .icon-beauty-services,.icon-tutoring-services, .iconyardwork, .iconorganizing, .icon-house-cleaning, .iconhouseworkvacuumingmopping, .icon-mobile-phone-repair, .icon-tailoring-alterations {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 20px;
	background-size: cover;
	height: 120px;
	
}
.icon-tailoring-alterations {
	background-image: url('../images/tailoring-alterations.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.icon-tutoring-services {
	background-image: url('../images/tutoring-services.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.icon-house-cleaning {
	background-image: url('../images/house-cleaning.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.icon-mobile-notary {
	background-image: url('../images/mobile-notary.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.icon-mobile-phone-repair {
	background-image: url('../images/mobile-phone-repair.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.icon-massage {
	background-image: url('../images/massage.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.icon-salon-services {
	background-image: url('../images/salon-services.png');
	background-repeat: no-repeat;
	background-position: center top;

}
.icon-pedicure-manicure {
	background-image: url('../images/pedicure-manicure.png');
	background-repeat: no-repeat;
	background-position: center top;

}
.icon-personal-training-fitness-coaching {
	background-image: url('../images/personal-training-fitness-coaching.png');
	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-auto-services {
	background-image: url('../images/auto-services.png');
	background-repeat: no-repeat;
	background-position: center top;

}
.iconlaundryfoldingironing {
	background-image: url('../images/LaundryFoldingIroning.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
}
.iconcookingmealprep {
	background-image: url('../images/CookingMealPrep.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
}
.icon-pet-services {
	background-image: url('../images/pet-services.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.icon-beauty-services {
	background-image: url('../images/beauty-services.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.iconseasonal {
	background-image: url('../images/Seasonal.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
}
.icontvmounting {
	background-image: url('../images/TVMounting.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
}
.iconhomemaintenancewindowwashing {
	background-image: url('../images/HomeMaintenanceWindowWashing.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
}
.iconmovingpacking {
	background-image: url('../images/MovingPacking.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
}
.iconcarwashingvacuuming {
	background-image: url('../images/CarWashingVacuuming.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
}
.iconmisc {
	background-image: url('../images/Misc.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
}
.iconhouseworkvacuumingmopping {
	background-image: url('../images/HouseworkVacuumingMopping.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
}
.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;}
	h2 {
		font-size: 20px;
		

	}
	.headline h1, h3 {
	font-weight: 300;
	font-size: 36px;
		line-height: 50px;

}
	.andmore {
		font-size: 20px;
	}

.icon-mobile-notary, .icon-massage, .icon-salon-services, .icon-pedicure-manicure, .icon-personal-training-fitness-coaching, .icon-cooking-meal-prep, .icon-auto-services, .icon-pet-services, .icon-beauty-services, .icon-tutoring-services, .iconyardwork, .iconorganizing, .icon-house-cleaning, .iconhouseworkvacuumingmopping, .icon-mobile-phone-repair, .icon-tailoring-alterations {
	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: #333; text-decoration: none;}
a:hover { text-decoration: none; color:#777;}
.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,.7);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.overlaytext {
	padding: 20px;
	position: relative;
width: 100%;
text-align: center;
}
footer {
	padding: 20px 0;
	background-color: #000;

	color: #fff;

	font-size: 12px;
	text-align: center;
	line-height: 2em;
}
footer .copyright {
	font-family: sans-serif;
	font-style: normal;
}
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;
}