/*
Theme Name: REDi
Author: REDi
Description: Custom designed for REDI team

--------------------------------------------------------------*/

.screen-reader-text {
	display: none;
}
/*--------------------------------------------------------------*/

html {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 10px;
	line-height: 1.15;
	font-weight: 300;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 10px;
	color: #434444;
}
body.home {
	background-image: url(images/footer-logo-lg.png), url(images/footer-bg-lg.jpg);
	background-repeat: no-repeat, repeat-x;
}
.site-content-contain {
	padding-top: 96px;
	word-break: keep-all;
	min-height: 100%;
	margin-bottom: -155px;
	padding-bottom: 155px;
}
.site-content-contain img {
	max-width: 100%;
}
.site-content-contain p {
	margin: 0;
}
ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.home h1 {
	color: #00909a;
	font-size: 6.5em;
	line-height: 65px;
	font-weight: 400;
	letter-spacing: -.03em;
}
.home .site-content-contain h2 {
	color: #00909a;
	font-size: 4.9em;
	margin: 0 0 8px;
	letter-spacing: -.025em;
}
/* HEADER */
#masthead {
	height: 96px;
	width: 100%;
	position: fixed;
	z-index: 9;
	transition: .25s;
	background-color: white;
}

@media (min-width: 768px) {
#masthead.stuck {
	border-bottom: 3px solid #00909a;
}
}
#masthead .logo {
	background: url(images/logo-redi.png) no-repeat;
	background-size: 100%;
	margin: 18px 0 0 18px;
	width: 214px;
	height: 63px;
	display: block;
}
#masthead .menu {
	background: url(images/hamburger.png) no-repeat;
	background-size: 27px;
	background-position: 0 0;
	width: 27px;
	height: 27px;
	position: absolute;
	right: 25px;
	top: 25px;
}
#masthead .menu:hover {
	background-position: 0 -27px;
}
/* Menu */
#main-menu {
	background-color: #00909a;
	width: 250px;
	top: 0;
	right: -250px;
	position: fixed;
	height: 100%;
	z-index: 999;
	padding: 0;
	margin: 0;
}
#main-menu .menu-close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 2.5em;
	color: #434444;
	text-decoration: none;
}
#main-menu ul {
	margin: 0;
	padding: 0;
}
#main-menu li {
	border-bottom: 1px solid white;
	margin: 0;
	padding: 0;
}
#main-menu li a {
	transition: .25s;
}
#main-menu li a:link, #main-menu li a:visited {
	padding: 20px 25px;
	color: white;
	text-transform: uppercase;
	display: block;
	font-size: 1.3em;
	text-decoration: none;
}
#main-menu li a:hover, #main-menu li a:active, #main-menu li a:focus {
	text-decoration: none;
	color: #00909a;
	background-color: white;
}
.menu-overlay {
	position: fixed;
	z-index: 998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.35);
	display: none;
}
/* Billboard */
.redi-billboard {
	background: url(images/logo-redi-3d.png) no-repeat;/*background-attachment: fixed;*/
}
/* REDi Intro */		
.main-visual {
	height: 385px;
}
.main-visual .tagline {
	font-size: 4em;
	line-height: 38px;
	text-align: right;
	margin-top: 15px;
	font-weight: 300;
}
/* REDi Intro */		
.intro p {
	font-size: 2.8em;
	line-height: 50px;
	font-weight: 300;
}
.redi {
	background-color: rgba(255,255,255,.8);
	padding: 45px 0px;
}

@media (min-width: 768px) {
.founder {
	border-left: 1px solid #dce2e8;
}
}
.founder h3 {
	color: black;
	font-size: 1.3em;
	line-height: 20px;
	font-weight: 900;
	margin: 15px 0 0;
}
.founder p {
	font-weight: 700;
	font-size: 1.3em;
	line-height: 20px;
	margin-bottom: 13px;
}
.founder img {
	max-width: 200px;
	width: 100%;
}
/* Believe */
.believe {
	background-color: #eaecee;
}
.believe-img {
	background: url(images/believe.jpg);
	background-size: cover;
	height: 100%;
}

@media (min-width: 768px) {
.believe-content {
	padding: 30px 0;
}
.believe .row {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex: 1 1;
	-webkit-box-flex: 1 1;
	-webkit-flex: 1 1;
	-ms-flex: 1 1;
}
.believe .row > div{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}
.believe-img {
	width: calc(100% - 30px);
	position: absolute;
}
}

@media (max-width: 767px) {
.believe-img {
	height: 300px;
}
}
.beliefs {
	font-size: 2em;
	line-height: 36px;
}
.beliefs li::before {
	content: "+ ";
}
/* Services */

.home .services {
	margin: 50px 0 0;
	background-color: white;
}

@media (min-width: 768px) {
.home .services .service-items {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	padding: 0;
	margin: 10px 0 0 0;
}
.home .services .service-items li {
	padding: 0 15px 5px;
	text-align: center;
	border-left: 1px solid #dce2e8;
	flex: 1 1;
}
.home .services .service-items li:first-child {
	border-left: none;
	padding-left: 0px;
}
.home .services .service-items li:last-child {
	padding-right: 0px;
}
}
.services .service-items li a:link, .services .service-items li a:visited, .services .service-items li a:hover, .services .service-items li a:active {
	color: #434444;
	text-decoration: none;
}
.services .service-items li a::before {
	content: " ";
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 64px;
	width: 64px;
	height: 64px;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
}
.services .service-items li a:hover::before {
	background-position: 0 -64px;
}
.services .service-items li a.building::before {
	background-image: url(images/icon-building.png);
}
.services .service-items li a.designing::before {
	background-image: url(images/icon-designing.png);
}
.services .service-items li a.attracting::before {
	background-image: url(images/icon-attracting.png);
}
.services .service-items li a.message::before {
	background-image: url(images/icon-message.png);
	background-size: 77px;
	width: 77px;
}
.services .service-items li a.message:hover::before {
	background-position: 0 -77.3px;
}
.services .service-items li a.aligning::before {
	background-image: url(images/icon-aligning.png);
}
.services .service-items h3 {
	color: #00909a;
	font-weight: 800;
	font-size: 1.6em;
	line-height: 20px;
	margin-bottom: 15px;
}
.services .service-items li p {
	line-height: 20px;
	font-size: 1.4em;
	font-weight: 700;
}
/* Partners */
.partners {
	background-color: #eaecee;
	margin-top: 50px;
}
.partners-img {
	background: url(images/partners.jpg) no-repeat top center;
	background-size: cover;
	height: 100%;
}

@media (max-width: 767px) {
.partners-img {
	height: 300px;
}
}
.partners-img::before {
	content: " ";
}

@media (min-width: 768px) {
.partners .row {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex: 1 1;
	-webkit-box-flex: 1 1;
	-webkit-flex: 1 1;
	-ms-flex: 1 1;
}
.partners .row > div{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}
.partners-img {
	position: absolute;
	width: calc(100% - 30px);
}

}
.partners-content {
	padding: 30px 0;
}
.partners p {
	font-size: 2em;
	line-height: 32px;
}
.partners img {
	max-height: 100%;
	width: auto;
	max-width: auto;
}
/* Team */
.home .team {
	margin-top: 50px;
}
.home .team h2 {
	margin-bottom: 30px;
}
.home .team .team-bios {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	padding: 0;
	margin: 0;
}
.home .team .team-bios li a:link, .home .team .team-bios li a:visited, .home .team .team-bios li a:hover, .home .team .team-bios li a:active {
	color: #434444;
	text-decoration: none;
}
.home .team .team-bios li a:hover h3, .home .team .team-bios li a:active h3 {
	color: #00909a;
	text-decoration: none;
}
.home .team .team-bios li img {
	width: calc(100% - 15px);
}

@media (min-width: 768px) {
.home .team .team-bios li {
	padding: 0 15px 15px;
	flex: 1 1;
}
.home .team .team-bios li:first-child {
	padding-left: 0px;
}
.home .team .team-bios li:last-child {
	padding-right: 0px;
}
}
.home .team .team-bios h3 {
	font-size: 1.3em;
	line-height: 20px;
	color: black;
	font-weight: 900;
	margin: 15px 0 0;
}
.home .team .team-bios h3 + p {
	margin-bottom: 10px;
}
.home .team .team-bios p {
	font-size: 1.3em;
	line-height: 20px;
	font-weight: 700;
}
/* Contact */

.home .contact h2 {
	margin-top: 30px;
}
.home .contact p {
	font-size: 2.9em;
	line-height: 51px;
	color: white;
	font-weight: 300;
}
.home .button-contact {
	color: white;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	border-radius: 15px;
	padding: 3px 10px;
	font-weight: 800;
	border: 2px solid white;
	text-decoration: none;
	margin: 0 0 0 10px;
	position: relative;
	top: -5px;
}
.home .button-contact:hover, .home .button-contact:active {
	background-color: #636363;
	text-decoration: none;
	color: white;
}
/* Footer */
footer {
	background-color: #00909a;
	padding: 30px 0 10px;
	margin-top: 50px;
	height: 115px;
}
footer h2 {
	font-size: 1.4em;
	font-weight: 800;
	line-height: 18px;
	margin: 0;
	color: white;
	letter-spacing: .5px;
}
footer p {
	font-size: 1.3em;
	font-weight: 600;
	line-height: 18px;
	color: white;
	margin: 0;
	letter-spacing: .5px;
}
footer p.copyright {
	font-size: 1em;
	line-height: 16px;
	color: black;
	font-weight: 800;
	margin-top: 15px;
}
footer a {
	color: white !important;
	text-decoration: none;
}
/* Contact */
.contact #masthead {
	border-bottom: 3px solid #00909a;
}
.contact h1 {
	font-size: 6.5em;
	color: #00909a;
	margin: 30px 0 20px;
}
.contact .intro p {
	margin-bottom: 55px;
	font-weight: 400;
}
.contact input, .contact textarea {
	border: 1px solid #dbdce0;
	width: 100%;
	margin: 0 0 30px;
	color: #434444;
	font-size: 20px;
	padding: 17px 15px;
}
.contact textarea {
	height: 252px;
}
.contact input[type="submit"] {
	background-color: #00909a;
	color: white;
	border-radius: 20px;
	padding: 7px 30px;
	border: none;
	display: inline-block;
	width: auto;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
/* Services */	
body.services .site-content-contain {
	background: url(images/service-bg.jpg) right top 96px no-repeat;
}
.services #masthead {
	border-bottom: 3px solid #00909a;
}
.services h1 {
	font-size: 6.5em;
	color: #00909a;
	margin: 30px 0 20px;
}
.services .intro p strong {
	color: #00909a;
	font-weight: 700;
}
.services-container .service {
	padding: 50px 30px 50px 150px;
	position: relative;
}
.services-container .service::before {
	display: block;
	content: "";
	width: 120px;
	height: 90px;
	background-position: center -90px;
	background-repeat: no-repeat;
	background-size: auto 180px;
	position: absolute;
	top: 50px;
	left: 20px;
}
.services-container .service h2 {
	color: black;
	font-size: 2.8em;
	margin: 0 0 20px;
	font-weight: 600;
	line-height: 1em;
}
.services-container .service h3 {
	font-size: 2.2em;
	color: #00909a;
	font-weight: 600;
	margin: 0 0 10px;
	line-height: 1em;
}
.services-container .service li p {font-size: 1em;}
.services-container .service li strong {font-weight: 500;}
.services-container .service p {
	font-size: 2em;
	line-height: 36px;
}
#service-building::before {
	background-image: url(images/icon-building.png);
}
#service-designing::before {
	background-image: url(images/icon-designing.png);
}
#service-attracting::before {
	background-image: url(images/icon-attracting.png);
}
#service-message::before {
	background-image: url(images/icon-message.png);
}
#service-aligning::before {
	background-image: url(images/icon-aligning.png);
}
.services-container .service:nth-child(even) {
	background-color: #f4f5f6;
}
.services-container .service .service-accordion {
	border-top: 1px solid #00909a;
	margin-top: 20px;
}
.services-container .service .service-accordion a {
	display: block;
	border-bottom: 1px solid #00909a;
	text-decoration: none;
	padding: 10px 0;
	color: #00909a;
	font-size: 21px;
	font-weight: 600;
}
.services-container .service .service-accordion a.open {
	border-bottom: none;
}
.service-accordion a::after {
	background: url(images/accordion-open.png);
	height: 23px;
	width: 22px;
	display: block;
	content: "";
	float: right;
	margin-right: 5px;
}
.service-accordion a.open::after {
	background: url(images/accordion-close.png);
}
.service-accordion .accordion-content {
	line-height: 36px;
	padding: 0 0 5px;
	border-bottom: 1px solid #00909a;
	display: none;
}
.service-accordion .accordion-content p {
	margin-bottom: 10px;
}
.service-accordion .accordion-content li {
	list-style: disc;
	margin-left: 25px;
	font-size: 2em;
}
/* Team */
body.team .site-content-contain {
	background: url(images/team-bg.jpg) left 96px repeat-x;
}
.team #masthead {
	border-bottom: 3px solid #00909a;
}
.team h1 {
	color: white;
	font-size: 6.5em;
	margin: 30px 0 20px;
}
.team .intro p {
	color: #434444;
	font-weight: 400;
}
.team .intro p strong {
	color: white;
	font-weight: 700;
}
.team .team-member {
	margin: 0;
	padding: 45px 5px 0 5px;
	border-bottom: 1px solid #00909a;
	position: relative;
}

@media (min-width: 768px) {
.team .team-member {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}
.team .team-member .team-member-photo {
	flex: 1;
}
.team .team-member .team-member-bio {
	flex: 5.5;
}
}
.team .team-member .team-member-photo {
	margin-right: 20px;
}
.team .team-member .team-member-bio {
	position: relative;
	flex: 5.5;
	padding-right: 40px;
}
.team .team-member h2 {
	font-size: 2em;
	color: black;
	font-weight: 900;
	margin: 0;
}
.team .team-member h3 {
	font-size: 2em;
	font-weight: 600;
	margin: 0;
}
.team .team-member h4.quote {
	color: #00909a;
	font-size: 2.9em;
	font-style: italic;
	margin: 15px 0;
	line-height: 40px;
}
.team .team-member p {
	font-size: 2em;
	margin-bottom: 20px;
	line-height: 36px;
}
.team .team-member .accordion-bio {
	background: url(images/accordion-open.jpg) right no-repeat;
	height: 23px;
	width: 100%;
	bottom: 10px;
	right: 10px;
	display: block;
	position: absolute;
}
.team .team-member .accordion-bio.open {
	background: url(images/accordion-close.jpg) right no-repeat;
}
.team .team-member .more-bio {
	display: none;
}
.team .team-member .more-bio p {
	font-size: 1.5em;
	line-height: 26px;
}

@media (min-width: 1200px) {
body {
	background-size: 875px, auto;
	background-position: bottom 75px right, bottom 75px center;
}
.redi-billboard {
	background-position: -50px 0px;
	background-size: 85% auto;
}
body.services .site-content-contain {
	background-size: auto 510px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
body {
	background-size: 800px, auto;
	background-position: bottom 75px left 380px, bottom 75px center;
}
.redi-billboard {
	background-position: -50px 0px;
	background-size: 975px;
}
}

/* tablet */
@media (min-width: 768px) and (max-width: 991px) {
body {
	background-size: 650px, auto;
	background-position: bottom 75px left 325px, bottom 75px center;
}
#masthead {
	height: 80px;
}
#masthead .logo {
	width: 160px;
	height: 47px;
	margin: 15px 0 0 15px;
}
.site-content-contain {
	padding-top: 80px;
}
.redi-billboard {
	background-position: -75px 0px;
	background-size: 825px;
}
.main-visual .tagline {
	font-size: 3.1em;
	line-height: 30px;
}
.home h1 {
	font-size: 5em;
	line-height: 51px;
}
.home .site-content-contain h2 {
	font-size: 3.7em;
	color: #00909a;
}
.redi {
	padding: 35px 0px;
}
.intro p {
	font-size: 2em;
	line-height: 37px;
}
.founder h3 {
	font-size: 1.1em;
	line-height: 16px;
}
.founder p {
	font-size: 1.1em;
}
.beliefs {
	font-size: 1.6em;
	line-height: 28px;
}
.services .service-items h3 {
	font-size: 1.3em;
	line-height: 15.5px;
}
.services .service-items li p {
	font-size: 1.1em;
	line-height: 15.5px;
}
.partners p {
	font-size: 1.55em;
	line-height: 25px;
}
.home .team .team-bios h3 {
	font-size: 1em;
	line-height: 16px;
}
.home .team .team-bios p {
	font-size: 1em;
	line-height: 16px;
}
.home .contact p {
	font-size: 2.1em;
	line-height: 39px;
}
body.services .site-content-contain {
	background-position: right 80px;
	background-size: auto 440px;
}
.services-container .service h2 {
	font-size: 2.3em;
	margin: 0 0 15px;
}
.services-container .service h3 {
	font-size: 1.7em;
	margin: 0 0 5px;
}
.services-container .service p {
	font-size: 1.6em;
	line-height: 28px;
	margin-bottom: 5px;
}
.services-container .service .service-accordion a {
	font-size: 1.7em
}
.service-accordion .accordion-content li {
	margin-left: 25px;
	font-size: 1.6em;
	line-height: 28px;
}
body.team .site-content-contain {
	background-position: left 80px;
}
.team h1, .services h1, .contact h1 {
	font-size: 5em;
}
.team .team-member h2, .team .team-member h3 {
	font-size: 1.5em;
}
.team .team-member h4.quote {
	font-size: 2.2em;
	line-height: 31px;
}
.team .team-member p {
	font-size: 1.55em;
	line-height: 28px;
}
.team .team-member .more-bio p {
	font-size: 1.2em;
	line-height: 20px;
}
}

/* phone */
@media (max-width: 767px) {
body.home {
	background-size: 750px, auto 850px;
	background-position: bottom 75px left 20px, bottom 75px center
}
#masthead .menu {
	width: 22px;
	height: 22px;
	background-size: 22px;
	top: 20px;
}
#masthead .menu:hover {
	background-position: 0 -22px;
}
#masthead {
	border-bottom: 3px solid #008b95;
	height: 80px;
	background-color: white;
}
#masthead .logo {
	width: 160px;
	height: 47px;
	margin: 15px 0 0 0;
}
.site-content-contain {
	padding-top: 80px;
}
.redi-billboard {
	background-position: right 40px;
	background-size: 575px;
}
.main-visual {
	height: 250px;
}
.main-visual .tagline {
	font-size: 2.3em;
	line-height: 24px;
}
.redi {
	padding: 30px 0px;
}
.home h1 {
	font-size: 4em;
	line-height: 40px;
}
.home .site-content-contain h2 {
	font-size: 3.8em;
	color: #00909a;
}

.intro p {
	font-size: 1.8em;
	line-height: 31px;
}
.intro p br {
	display: none;
}
.founder {
	border-top: 1px solid #dbdce0;
	padding: 30px 0;
	margin: 20px 15px 0;
}
.founder img {
	float: left;
	margin-right: 15px;
	width: calc(45% - 15px);
}
.founder h3 {
	font-size: 1.15em;
	line-height: 18px;
	margin-top: 0;
}
.founder p {
	font-size: 1.15em;
	line-height: 18px;
	margin-bottom: 8px;
}
.believe h2 {
	margin-top: 25px;
}
.believe .row > div:first-child {
	padding: 0;
}
.beliefs {
	font-size: 1.6em;
	line-height: 28px;
}
.home .services {
	margin-top: 25px;
}
.home .services .service-items li {
	margin: 10px 0 30px;
	text-align: center;
	display: block;
}
.home .services .service-items h3 {
	font-size: 1.3em;
	line-height: 15.5px;
	margin: 15px 0 10px;
}
.home .services .service-items h3 br {
	display: none;
}
.home .services .service-items p {
	font-size: 1.1em;
	line-height: 15.5px;
}
.partners {
	margin-top: 10px;
}
.partners .row > div:last-child {
	max-height: 300px;
	padding: 0;
	overflow: hidden;
}
.partners p {
	font-size: 1.6em;
	line-height: 28px;
}
.partners img {
	width: 100%;
	max-height: none;
	height: auto;
}
.partners-content, 
.believe-content {
	padding: 30px 15px;
}
.home .team .team-bios h3 {
	font-size: 1.15em;
	line-height: 16px;
}
.home .team .team-bios p {
	font-size: 1.15em;
	line-height: 17px;
}
.home .team .team-bios {
	flex-wrap: wrap;
}
.home .team .team-bios li {
	width: 50%;
}
.home .team .team-bios li:nth-child(2n+1) {
	padding: 0 30px 30px 0;
}
.home .team .team-bios li:nth-child(2n) {
	padding: 0 30px 30px 0;
}
.home .contact h2 {
	margin-top: 25px;
}
.home .contact p {
	font-size: 1.8em;
	line-height: 31px;
}
.home .button-contact {
	display: inline-block;
	margin: 0;
	line-height: 20px;
}
.home footer h2 {
	font-size: 1em;
	line-height: 14px;
}
footer {
	margin-top: 50px;
	padding-top: 20px;
}
footer p {
	font-size: 1em;
	line-height: 14px;
	letter-spacing: .125px;
}
footer p.copyright {
	font-size: .7em;
	line-height: 12px;
}
footer a {
	text-decoration: underline;
}
.services h1, .contact h1, .team h1 {
	font-size: 5em;
}
.services h1 br, .contact h1 br, .team h1 br{
	display: none;
}
body.services .site-content-contain, body.team .site-content-contain {
	background-position: right 80px;
}
.services .intro p {
	font-size: 2.1em;
	line-height: 38px;
}
.services-container .service {
	padding: 25px 15px;
	margin-left: -15px;
	margin-right: -15px;
}
.services-container .service::before {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 10px;
	background-position: 0 -90px;
}
.services-container .service h2 {
	font-size: 2.2em;
	line-height: 28px;
}
.services-container .service .service-accordion a, .services-container .service h3 {
	font-size: 1.7em;
	line-height: 28px;
}
.services-container .service p,
.services-container .service li{
	font-size: 1.55em;
	line-height: 28px;
}
.contact input, .contact textarea {
	font-size: 17px;
}
.contact input[type="submit"] {
	font-size: 14px;
}
.team .team-member .team-member-photo {
	width: 110px;
	float: left;
	margin-bottom: 15px;
}
.team .team-member h2 {
	margin-top: 5px;
}
.team .team-member h2, .team .team-member h3 {
	font-size: 1.5em;
}
.team .team-member h4.quote {
	font-size: 2.2em;
	line-height: 31px;
	clear: both;
	margin-bottom: 10px;
	width: 90%;
}
.team .team-member .accordion-bio {
	bottom: -10px;
	right: 0;
}
.team .team-member h4.quote br {
	display: none;
}
.team .team-member p {
	font-size: 1.55em;
	line-height: 28px;
}
.team .team-member .more-bio p {
	font-size: 1.2em;
	line-height: 20px;
}
}
