/* ============================================================
	Replace me with the Actual Design
============================================================ */

html,
body {
	background-color: #f4f4f4;
	font-family: 'Open Sans', sans-serif;
}

.generic__2up{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}
.generic__part{
    max-width:50%;

}
.generic__inner {
    margin:2em auto;
    padding:0em;
}

/* THRIVE PAGE */

.body__thrive__demo h2{
    color: #3b6383;
    font-size: 5em;
    margin-bottom: 0.3em;
    font-size:42px;
}
.body__thrive__demo .generic__inner{
    max-width:1200px;
}
.thrive-header {
    position: absolute;
    top: 50%;
    margin-top: -200px;
    text-align: center;
    padding: 4em;
}
.thrive-header .generic__container{
    background-color:white;
    padding:3em;
}
.thrive-header p{
    color: #154c76;
    padding-top: .5em;
    font-size: 28px;
}
.body__thrive__demo .generic__part{
    padding:2em;
}
img.thrive {
    max-width: 500px;
}
img.booklet {
    max-width: 100%;
}
.generic__link-button,
.generic__link-button:visited{
    background-color:#e6a514;
    color:white;
    text-transform: uppercase;
    padding:1em 2em;
    margin:1em;
    transition-duration: 0.4s;
}
.generic__link-button:hover{
    background-color:#154c76;
}
.line {
    width: 95%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding-bottom: 4em;
}
.line:before {
    right: 0.5em;
    background-color: #154c76;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.line:after {
    left: 0.5em;
    background-color: #154c76;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.pdff-container {
    min-height: 1000px !important;
}
.PDFFlip.pdff-container.pdff-floating.pdff-controls-bottom{
    min-height: 300px !important;
    height: 1000px !important;
}


.responsive-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-header-img video {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

a {
	color: #e6a514;
}
a:visited {
	color: #e6a514;
}

h1, h2, h3, h4 {
	font-family: 'Arimo', sans-serif;
}

.cms-content h1, .cms-content h2,.cms-content  h3, .cms-content h4 {
	font-family: 'Arimo', sans-serif;
	color:#1c3445;
}

.cms-content p {
    color: #7b7b7b;
}

.cms-content li {
    color: #7b7b7b;
}

.generic__inner h1 {
    color: #3b6383;
    font-size: 5em;
    line-height: .8em;
    margin-bottom: .3em;
}

.cms-content h1 {
    color: #3b6383;
    font-size: 5em;
    line-height: .8em;
    margin-bottom: .3em;
}

.content-areas__content td {
    border: 1px solid #c3c3c3;
    padding: .5em;
    color: #4e4e4e;
}

.module {
	max-width: 960px;
	margin: 0 auto;
}

.module.content-areas {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 1em;
}

.page-headers {
    width: 100%;
    max-width: 100%;
}

.page-headers__list {
	overflow: hidden;
}

@keyframes page-header-pan {
	from {
		transform: translate(15%, 0) scale(1.3);
	}
	to {
		transform: translate(-15%, 0) scale(1.3);
	}
}

.page-headers__image {
	animation: page-header-pan 20s linear infinite;
	animation-direction: alternate;
}

.header__user-controls {
    display: none;
}

.nav {
    display: inline-block;
    vertical-align: bottom;
}


.nav__list__level-1 {
    background: transparent;
}

a.nav__link.nav__link__level-1 {
    padding: 1em 2em;
    text-transform: uppercase;
    color: #ffffff;
}

.nav__list__level-2 {
    text-align: left;
}

.nav__item:hover > .nav__link, .nav__item__current > .nav__link {
    background-color: #e6a514;
    color: #000000;
}

.header {
    max-width: 100%;
    margin: 0 auto;
    background-color: #1c3445;
}

.header__inner {
    text-align: right;
}

.header__logo-link {
    padding: 1em;
    max-width: 130px;
    float: left;
}

.header_logo_text {
	color: #FFFFFF;
	float: left;
	padding-top: 1em;
}

.vl {
	padding: .2em;
  border-left: 1px solid white;
  height: 24px;
	float: left;
}

.home-header-outer {
    position: relative;
    overflow: hidden;
}

.home-header-outer:after {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	width: 100.1372346%;
	padding-top: 5.233595624%;

	background-color: #f4f4f4;
	content: " ";
	display: block;
	overflow: hidden;
	transform-origin: top left;
	transform: rotate(-3deg);
}

.home-header {
    position: absolute;
    width: 100%;
    background-color: #0009;
		z-index:101;
}

.home-header-img {
	display: block;
    width: 100%;
}

.home-header-center {
	position: absolute;
	top: 50%;
	margin-top: -109px;
	width: 100%;
	text-align: center;
	z-index: 100;
}

.home-header-center p {
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 100;
}

.home-header-logo {
    width: 100%;
    max-width: 600px;
    display: inline-block;
}

.home-block {
	display:block;
	width:100%;
	padding:3em 0;
	background-color:#f3f3f3;
	text-align:center;
}

.home-block p {
	text-align:left;
}

.make-it-here-block {
	background-color: #f4f4f4;
}

.make-it-here-text {
    width: 48%;
    display: inline-block;
		vertical-align: middle;
    padding: 4em;
    font-family: 'Arimo', sans-serif;
}

.make-it-here-text h2 {
    color: #3b6383;
    font-size: 5em;
    line-height: .8em;
}

.make-it-here-text p {
    color: #5a5a5a;
    line-height: 1.7;
    margin: 1em 0;
}

.make-it-here-img {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    padding: 4em 4em 4em 0;
}

.best-of-worlds-block {
    background-color: #e6a514;
    color: #ffffff;
    text-align: center;
    padding: 3em 1em;

    position: relative;
    padding-top: 6em;
    overflow: hidden;
}

.best-of-worlds-block:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	width: 100.1372346%;
	padding-top: 5.233595624%;

	background-color: #f4f4f4;
	content: " ";
	display: block;
	overflow: hidden;
	transform-origin: bottom right;
	transform: rotate(3deg);
}

.best-of-worlds-block h2 {
    font-size: 4em;
    font-weight: 400;
}

.best-three-up {
    display: inline-block;
    margin: 1em;
    max-width: 250px;
    vertical-align: top;
}

.best-three-up-icon {
    width: 200px;
}

.best-three-up h2 {
    color: #634709;
    font-size: 2.5em;
    margin: .2em;
}

.best-three-up p {
    font-size: 1.5em;
}

.ready-work__learn-more {
    text-align:center;
}

.white-button:visited {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.5em;
    border: 1px solid #ffffff;
    padding: 0 .3em;
    margin: 1em 0;
    display: inline-block;
        transition: background-color .3s, color .2s;
        position:relative;
        z-index:1;
}

.white-button {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.5em;
    border: 1px solid #ffffff;
    padding: 0 .3em;
    margin: 1em 0;
    display: inline-block;
		transition: background-color .3s, color .2s;
		position:relative;
		z-index:1;
}

.white-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.white-button:hover:before, .white-button:focus:before, .white-button:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.white-button:hover {
	color: #e6a514;
}

.white-button-2 {
    color: #e6a514;
		background-color:#ffffff;
    text-transform: uppercase;
    font-size: 1.5em;
    padding: .3em 1em;
    margin: 1em 0;
    display: inline-block;
}

.yellow-button {
    border-width:0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.8em;
    padding:.3em;
    display: inline-block;
    position:relative;
    background-color: #e6a514;
}

.startsearch-button {
    color:white;
    position: absolute;
    top: 50%;
    left: 50%;
    width:224px;
    margin-left: -112px;
    margin-top: -27px;
}

.yellow-button:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #bd8813;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.yellow-button:hover:before, .yellow-button:focus:before, .yellow-button:active:before {
	left: 0;
right: 0;
}

.yellow-button:visited {
    color:white;
}

.neighborhood-block {
    color: #ffffff;
    /*
    background-image: url(/images/neighborhood-bg.png);
    background-size: cover;
    background-position: center;
	*/

    overflow: hidden;
    padding-top: 10%;
    position: relative;
}

.neighborhood-block:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	width: 100.1372346%;
	padding-top: 5.233595624%;
	z-index: 2;

	background-color: #e6a514;
	content: " ";
	display: block;
	overflow: hidden;
	transform-origin: bottom right;
	transform: rotate(3deg);
}

.neighborhood-block-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;

	display: block;
}

.neighborhood-block-text {
	position: relative;
	z-index: 2;
}

.neighborhood-block h2 {
    font-size: 4em;
    font-weight: 600;
}

.neighborhood-block p {
    max-width: 600px;
    display: block;
    margin: 1em auto 0 auto;
    font-size: 1.1em;
}

.we-ready-block {
    background-image: url(/images/we-ready-bg.png);
    background-size: cover;
    background-position: center;
		color:#154c76;
}


.we-ready-block h2 {
    font-size: 4em;
    font-weight: 600;
}

.we-ready-three-up h2 {
    font-size: 2em;
    font-weight: 400;
    text-align: left;
}

.we-ready-three-up p {
    font-size: 1.2em;
		color:#313131;
    font-weight:300;
}

.we-ready-three-up {
    display: inline-block;
    max-width: 205px;
    margin: 3em;
    margin-top: 12em;
    vertical-align: top;
		text-align:center;
}



.your-home {
    background-color: #e6a514;
    color: #ffffff;
		padding:0;
		text-align: right;
}

.your-home-left {
    display: inline-block;
    width: 63%;
    vertical-align: top;
		text-align: left;
}

.your-home-left-inner {
		padding: 4em;
}

.your-home-left-inner h2 {
    font-weight: 400;
    font-size: 2em;
    margin-bottom: .7em;
}

.your-home-left-inner p {
    font-size: 1.2em;
}

.your-home-right {
    display: inline-block;
    width: 35%;
    vertical-align: top;
    background-image: url(/images/your-home-bg.png);
    text-align: center;
    background-size: cover;
    position: relative;
}



.foundation {
    background-image: url(/images/foundation-bg-1.png);
    background-size: cover;
		background-position: center;
    color: #ffffff;
    padding: 0;
		text-align:right;
}

.foundation-left {
		display: inline-block;
		width: 38%;
		vertical-align: middle;
		text-align: center;
		padding: 2em;
}

.foundation-left img {
    display: inline-block;
    width: 100%;
		max-width: 450px;
}

.foundation-right {
    padding: 4em 4em 4em 6em;
    background-color: #00000052;
    -webkit-clip-path: polygon(50px 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(50px 0%, 100% 0, 100% 100%, 0% 100%);
    width: 60%;
    text-align: left;
		display: inline-block;
		    vertical-align: middle;
}

.foundation h2 {
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: .4em;
}

.foundation p {
    max-width: 730px;
}

.ready-work-up {
    display: inline-block;
    margin: 1em;
    max-width: 300px;
    vertical-align: middle;
}

.ready-to-work-up-middle {
border-left: 1px solid #bdbdbd;
border-right: 1px solid #bdbdbd;
}

.ready-work h2 {
    font-size: 3em;
    margin-bottom: .5em;
		color:#2d648d;
}

.ready-work-up h2 {
    font-size: 4em;
    font-weight: 400;
		font-family: 'Open Sans', sans-serif;
		color:#2d648d;
		margin-bottom: 0;
}

.ready-work p {
    font-weight: 600;
    font-size: .9em;
    text-align: center;
		color:#494949;
}

.ready-work-icon {
    max-width: 250px;
    margin: 1em;
}

.lifestyle-inners {
    float: left;
    padding: 6em;
}

.lifestyle-middle {
    width: 50%;
		background-image: url(/images/lifestyle-middle-bg.png);
    background-size: cover;
		background-position: center;
		color:#ffffff;
		text-align:left;
}

.lifestyle-middle h2 {
    font-size: 2em;
    font-weight: 400;
}

.lifestyle-middle p {
    font-size: 1.1em;
    font-weight: 100;
    margin-top: 1em;
}

.lifestyle-left {
    width: 25%;
		background-image: url(/images/lifestyle-left-bg.png);
    background-size: cover;
		background-position: center;
}

.lifestyle-right {
    width: 25%;
		background-image: url(/images/lifestyle-right-bg.png);
    background-size: cover;
		background-position: center;
}

.lifestyle {
    padding: 0;
}

.events-view .generic__inner {
    padding: 1em;
    margin: 2em;
    box-shadow: 0px 0px 5px 3px #e3e3e3;
}

.footer__left {
    background-color: #154c76;
    color: #ffffff;
    float: left;
    width: 60%;
    padding: 4em;
		text-align:center;
}

.footer__left a {
    color: #ffffff;
}

.footer__left a:visited {
    color: #ffffff;
}

.footer-left-inner {
	text-align:left;
	display:inline-block;
}

.footer__social-link img {
    max-width: 45px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1em 0 0;
}

.footer__social-link {
    font-size: 1.3em;
    margin: 1em 1em 0 0;
    display: block;
}

.footer__copyright {
    display: block;
    margin-top: 1em;
}

.footer__right {
    background-color: #e6a514;
    float: left;
    padding: 4em;
    width: 40%;
    position: relative;
}

.footer__right img {
    width: 100%;
    max-width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -61px;
}

@media only screen and (max-width: 1000px) {
    .PDFFlip.pdff-container.pdff-floating.pdff-controls-bottom {
        height: 700px !important;
    }
}

@media only screen and (max-width: 930px) {
    .generic__2up{
      flex-direction:column;  
    }
    .generic__part{
        max-width:100%;
    }
}

@media only screen and (max-width: 800px) {
    img.thrive {
        max-width: 250px;
    }
    .thrive-header p {
        color: #154c76;
        padding-top: 1em;
        font-size: 15px;
    }
    .thrive-header {
        margin-top: -174px;
        padding-left: 0;
    }
    .thrive-header .generic__container {
        margin-top: 4em;
        padding:1.5em;
    }
    .PDFFlip.pdff-container.pdff-floating.pdff-controls-bottom {
        height: 450px !important;
    }
}