@charset "UTF-8";
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(Open_Sans/OpenSans-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(Open_Sans/OpenSans-Semibold.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(Open_Sans/OpenSans-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local('Raleway Regular'), local('Raleway-Regular'), url(Raleway/Raleway-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(Raleway/Raleway-SemiBold.ttf) format('truetype');
}

/* MENU */
.fullmenu { 
	font-size: 1em;
	float: right;
	list-style: none;
	padding-left: 0;
	padding-top: 50px;
    position: relative;
    top: 18%;
}
.fullmenu a {
	color: #666666;
	cursor: pointer !important;
	text-decoration: none;
}
.fullmenu a:hover { color: #2a8bd4; }
.fullmenu input {
	border: none;
	border-radius: 2px;
	font-size: 1.5vmin;
	margin-right: 8px;
	padding: 7px;
}
.fullmenu li {
	display: inline;
	margin-left: 15px;
}
.logo { 
	float: left;
	position: absolute;
	height: 60px;
    padding: 20px;
    padding-left: 0px;
}
.menu {
	background-color: white;
	clear: both;
	height: 100px;
	-webkit-transition: .1s linear;
	-moz-transition: .1s linear;
	-ms-transition: .1s linear;
	-o-transition: .1s linear;
	transition: .1s linear;
}

.position {
	color: #666666;
	display: none;
	font-size: 16px;
	line-height: 100px;
	margin: 0px auto 0px auto;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}


/* Burger menu animation */
.burger-x {
	display: none;
	float: right;
	position: relative;
	width: 30px;
	height: 30px;
	margin: 35px 25px auto auto;
	z-index: 1;
}
.burger-x input[type="checkbox"] {
	position: absolute;
	filter: alpha(opacity=0);
	opacity: 0;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color: transparent;
}
.burger-x input[type="checkbox"]:checked ~ .top, .burger-x input[type="checkbox"]:checked ~ .bottom { top: 50%; }
.burger-x input[type="checkbox"]:checked ~ .top {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.burger-x input[type="checkbox"]:checked ~ .bottom {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.burger-x input[type="checkbox"]:checked ~ .middle {
	filter: alpha(opacity=0);
	opacity: 0;
}
.burger-x span {
	position: absolute;
	display: block;
	width: 30px;
	height: 2px;
	background-color: #666666;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
	z-index: -1;
}
.burger-x .top { top: 15%; }
.burger-x .middle { top: 50%; }
.burger-x .bottom { top: 85%; }

/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav {
	display: block;
}

.blueheader { 
    color: white; padding-top: 10px; padding-bottom: 10px;
    font-family: 'Raleway';
}
.blueheader a { color: white; text-decoration: none; display: inline-block; }
.blueheader img { vertical-align: middle; }

header { overflow: auto; }
body {
	color:#9B9B9B;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height: 19px;
}
h1 {
	font-size: 34px;
	color:#FFFFFF;
	line-height:48px;
	font-weight: 400;
}
h2 { 
    text-align: center;
    font-weight: 300;
    font-size: 26px;
	line-height: 40px;
}
h3 {
	font-weight: 600;
	color: #393937
}

/* Layout */
section {
	clear: both; 
	display: block;
}
input[type="text"], input[type="tel"], input[type="email"] { box-sizing: border-box; }
input[type="text"],
input[type="tel"],
input[type="email"] {
    border: #cccccc solid 1px;
    font-size: 14px;
    margin: 10px auto;
    height: 40px;
    outline: none;
    text-indent: 10px;
    width: 100%;
    -webkit-appearance: none; /* Render button in Mobile Safari correctly */
}
input[type="submit"] {
    appearance: none;
    background-color: transparent;  
    color: white;
    cursor: pointer;
    border: 2px solid white;
    border-radius: 7px;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 40px;
    outline: none;
    -webkit-appearance: none; /* Render button in Mobile Safari correctly */
    -moz-appearance: none;
}
input, textarea {
  -webkit-border-radius: 0;
}
.header {
    background-size: cover;
    background-position: center;
    height: auto;
    width: 100%;
}

.slider-section {
/*     padding: 20px 0px 25px; */
    height: auto;
}

.tagline-section {
    padding: 20px 0px 25px;
    min-height: 0px;
}
.circle-section {
    padding: 20px 0px 25px;
    min-height: 0px;
}
video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.transparent-circle p { vertical-align: middle; margin-top: 50px; font-size: 15px; }
.transparent-circle p span { color: #e46363; font-size: 90px; }
.transparent-circle { 
    border: 5px solid #4cc7b5;
    height: 200px;
    width: 200px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-box-shadow: 0px -1px 70px 0px rgba(255,255,255,.5);
    -moz-box-shadow:    0px -1px 70px 0px rgba(255,255,255,.5);
    box-shadow:         0px -1px 70px 0px rgba(255,255,255,.5);
    display: inline-block;
    margin: 40px;
    text-align: center;
    vertical-align: middle;
}
.tagline-section h2 { 
    font-size: 3.4vmin;
    font-weight: 300;
    text-align: center;
    float: none;
    color: white;
}
.text-section { 
    background-color: rgba(255,255,255,.7);
    padding: 40px 40px;
}
.text-section p {
    text-align: center; color: #333; display: block; margin-left: auto; margin-right: auto; 
}
.text-section h2 {
    color: #333;
    text-align: center;
    font-weight: 300; 
    font-size: 26px;
    margin-bottom: 20px;
}
.threepoints { width: 30%; display: inline-block; padding: 10px; vertical-align: top; }
.threepoints img { vertical-align: middle; }
.threepoints h2 { font-size: 19px; text-align: left; font-weight: 600; }
.threepoints p { text-align: left; }
.icons-section {
    padding: 20px 0px 25px;
    min-height: 0px;
}
.icons {
	color: white;
	text-align: center;
}
.icons h3 { 
    padding-bottom: 10px;
    color: white; 
    text-align: center;
}
.icons div { 
    display: inline-block;
    padding: 20px;
    vertical-align: top;
}
.icons div p { width: 200px; }
.icons div img { 
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}


.container-wrap {
	clear: both;
	display: block;
	height: auto;
	margin: 0px auto;
	max-width: 900px;
	padding: 0px 20px;
}

/* Form */
.form {
    max-width: 400px;
    min-height: 300px;
    padding-top: 20px;
    display: block; margin-left: auto; margin-right: auto;
}
.form h4 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.legal-section { 
    background-color: rgba(255,255,255,.7);
    padding: 40px 40px;
    text-align: center; color: black; 
}
.legal-section p {
    color: white;
    font-size: 14px;
    text-align: left;
    display: inline-block;
}
.legal-section a {
    color: white;
    text-decoration: none;
}
.legal-section h2 {
    color: #333;
    text-align: center;
    font-weight: 300; font-size: 26px;
}
.cards {
    display: block; margin-left: auto; margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.learnmorebtn {
    padding: 20px 40px;
    border: 1px solid white;
    background: transparent;
    color: white;
    display: block;
    margin: 20px auto 20px auto;
    text-decoration: none;
    width: 150px;
}

/* Footer Section */
.footer-section {
    background-color: #252525;
    color: #abaaab;
    font-size: 12px;
    line-height: 1.3em;
    overflow: auto;
    padding: 0;
}
.footer-section * {
  color: inherit;
  text-decoration: inherit;
}
.foot-logo {
    background-image: url(../PWPNewTemplate/images/newoldlogo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 120px;
    margin: 20px auto;
    max-width: 210px;
}
.legal {
    color: #838383;
    font-size: 10px;
    margin: 9px 0;
    line-height: 1.2em;
}
.f { background-image: url(../PWPNewTemplate/images/facebook-2x.png); }
.t { background-image: url(../PWPNewTemplate/images/twitter-2x.png); }
.in { background-image: url(../PWPNewTemplate/images/linkedin-2x.png);}
.social-icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    height: 25px;
    margin-left: 10px;
    width: 25px;
}
.social-icon:first-child { margin-left: 0px; }

.flex_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.flex_container .flex_item {
    flex-grow: 1;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
/ legacy Firefox / @-moz-document url-prefix() {
    .flex-container {
        width: 100%;
        -moz-box-sizing: border-box;
    }
}

/* THANK YOU POP UP */
#thankyou {
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	left: 0;
	text-align: center;
	top: 0;
	visibility: hidden;
	width: 100%; height: 100%;
	z-index: 2;
}
#thankyou h2 {
	background-color: white;
	color: black;
	display: block;
	font-size: 30px;
	font-weight: 300;
	left: 50%;
	margin: 150px auto auto auto;
	padding: 40px;
	text-align: center;
	top: 50%;
	width: 500px; 
}
#thankyou a {
	color: darkgrey;
	font-size: 30px;
	padding-top: 18px;
	padding-left: 253px;
	position: fixed;
	text-decoration: none;
}

@media (max-width: 1024px) {
    .first { display: none !important; }
    .third { display: none !important; }
    video { width: 100%; }
}
@media (max-width: 859px) {
	body .right, body .left, body .contact-info a {
		float: none;
		text-align: center;
		width: 100%;
	}
	.twocols .left, .twocols .right { padding: 0; }
	.twocols .left, .twocols .right { width: 60%; }
	body .social-icon {
	    display: inline-block;
	    float: none;
	}
	.burger-x { display: block; }
	.expand { height: 310px; }
	.fullmenu { display: none; }
	.mobile {
		clear: both;
		display: block;
		float: none;
		font-size: 1em;
		top: 10%;
	}
	.mobile input { font-size: 1em; }
	.mobile li {
		text-align: center;
		display: block;
		margin: auto auto 10px auto;
	}
	.position { display: block; }
	.whiteline { clear: both; }
	.box { 
	    display: block;
	    float: none;
	    margin: 10px auto 10px auto;
		width: 60%;
	}
	body .right, body .left, body .contact-info a {
		float: none;
		text-align: center;
		width: 100%;
	}
	.twocols .left, .twocols .right { padding: 0; }
	.twocols .left, .twocols .right { width: 60%; }
	body .social-icon {
	    display: inline-block;
	    float: none;
	}
}
@media (max-width: 800px) { 
    .threepoints { width: auto; }
}
@media (max-width: 700px) {
    .legal-section p { display: block !important; float: none !important; text-align: center !important; padding-bottom: 20px; padding-left: 0px !important; }
    .legal-section img { float: none !important; padding-right: 0px !important; }
}
@media screen and (max-width: 650px) { 
    .cards { width: 100%; } 
    .transparent-circle { display: block; margin-left: auto; margin-right: auto; }
}
@media (max-width: 590px) {
    .bx-next, .bx-prev { display: none; }
    .logo { 
        padding-left: 20px;
    }
	#thankyou h2 {
		font-size: 24px;
		width: auto;
	}
	#thankyou a {
		padding-left: 0px;
		right: 15px;
	}
	.blueheader a { display: block; text-align: center; line-height: 2em; }
}
@media screen and (max-width: 500px) {
    .text-section { padding: 20px; }
    .legal-section { padding: 20px; }
}
@media screen and (min-width: 440px) {
    .left {
      float: left;
      width: 22%;
    }
    .social-wrap { margin: 20px 0 10px; }
    .right {
      float: right;
      width: 74%;
    }
    .two-col {
      overflow: auto;
      width: 100%;
    }
}
@media screen and (max-width: 440px) {
	h1 { font-size: 26px; }
    .left, .right {
        display: block;
        margin-top: 10px;
        overflow: auto;
        text-align: center;
        width: 100%;
    }
    .social-icon {
      display: inline-block;
      float: none;
    }
}