
/* Elements */
body{
	position: relative;
}
.wpk-card{
  background-color: #fcfcfce6;
	position:absolute;
	top: 0;
	left: 0;
  margin: 0;
  font-family: "futura", Helvetica, serif;
  z-index: 1111;
  right: 0;
  bottom: 0;
}
.wpk-card .card {
	background-color: #fcfcfc;
	width: 830px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	border-radius: 8px;
	display: -moz-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-moz-flex-direction: row;
  box-shadow: 0px 10px 20px rgba(10, 10, 92, 0.1);
	height: 360px;
}
.wpk-card .card .center {
  top: 40% !important;
}
.wpk-card .card #main-image {
	width: 360px;
	height: 360px;
 border-radius: 8px 0px 0px 8px;
	background-size: cover;
	background-position: center;
	background-image: url("https://cdn.branch.io/branch-assets/1519400516834-og_image.png");
}
.wpk-card #content-container {
	position: relative;
	float: right;
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-flex: 1;
	padding: 24px;
}
.wpk-card  .app-title {
  color: #0B0F5A;
	font-size: 14px;
	line-height: 19px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.wpk-card .card-title {
  font-weight: 700 !important;
	margin: 16px 0;
	color: #0B0F5A;
	font-size: 32px;
	line-height: 32px;
}
.wpk-card .app-content {
	margin: 10px 0;
  color: #0B0F5A;
  font-family: "Open Sans", Helvetica, serif;
	font-weight: 300;
  line-height: 20px;
}
.wpk-card .input-container {
	position: absolute;
	bottom: 10px;
	left: 24px;
	right: 24px;
	background-color: #fcfcfc;
	-webkit-box-shadow: 0px -20px 20px -8px rgba(252,252,252,1);
	-moz-box-shadow: 0px -20px 20px -8px rgba(252,252,252,1);
	box-shadow: 0px -20px 20px -8px rgba(252,252,252,1);
            font-family: "Open Sans", Helvetica, serif;
font-weight: 300;
line-height: 20px;
}

.wpk-card form > input {
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-flex: 1;
  background-color: #fff;
  border-bottom: 4px solid #333399;
  border-top: none;
  border-left: none;
  border-right: none;
	font-size: 22px !important;
	color: #333399;
	line-height: 24px;
	padding-left: 20px;
  font-family: "Open Sans", Helvetica, serif;
  font-weight: 500 !important;
  line-height: 20px;
}
.wpk-card button {
	background-color: #3dcb9a;
	border: none;
	border-radius: 4px;
	font-size: 24px;
	color: #fff;
  padding: 20px;
	line-height: 27px;
	cursor: pointer;
  font-weight: 700 !important;
}
.wpk-card .input-container > form {
	flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}
.wpk-card .input-label {
	padding-bottom: 10px;
  color: #0B0F5A;
  font-family: "Open Sans", Helvetica, serif;
  font-weight: 300;
  line-height: 20px;
}
/* No-Data */
.wpk-card .card--no-data {
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-moz-flex-direction: column;
}
.wpk-card .card--no-data #main-image {
	width: 100%;
	height: 70px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-image: url("https://cdn.branch.io/deepview-no-data-stripes.png");
}
.wpk-card .card--no-data #inner-div {
	padding-left: 25px;
	padding-right: 25px;
}
.wpk-card .card--no-data .input-container {
	position: static;
}
.wpk-card .card--no-data .app-content {
	height: 170px;
	overflow-y: auto;
}
.wpk-card .card--no-data #main-image img {
	float: left;
	width: 60px;
	margin-top: -25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: -1px 2px 3px 0px rgba(102,102,102,1);
	-moz-box-shadow: -1px 2px 3px 0px rgba(102,102,102,1);
	box-shadow: -1px 2px 3px 0px rgba(102,102,102,1);
}
.wpk-card .error {
  color: #FC3233 !important;
}
.wpk-card .card--no-data #main-image .app-title {
	margin-left: 75px;
	margin-top: 35px;
	border: 0;
}

.wpk-card .card--no-data .card-title {
	padding: 0;
}
/* Reusables */
.wpk-card .center {
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: fixed;
}
.wpk-card .bold {
	font-family: "Open Sans", Helvetica, serif;
	font-weight: 700
}
.wpk-card .light {
	font-family: "Open Sans", Helvetica, serif;
	font-weight: 300;
	line-height: 20px;
}
.wpk-card .error {
	color: #FF7878 !important;
}



/*1st Part of the job*/
.wpk-section .wpk-left-image{
	float: left;
	margin-right: 5px;
	max-height: 50px;
}
.wpk-section .tm_pb_blurb_content p:last-of-type {
  padding-bottom: 0;
  text-align: left;
  line-height: 1.5em;
}
/*Alignment of the text to the left*/
.wpk-section .tm_pb_text_align_center .tm_pb_blurb_container .tm_pb_blurb_content {
    text-align: left!important;
}
/*Padding to match text brakes*/
.wpk-section .col-lg-4:last-of-type{
	padding-left: 4rem;
	padding-right: 4rem;
}
.wpk-section .col-lg-4:nth-child(2){
	padding-left: 4rem;
	padding-right: 4rem;
}
/*Stupid margin below blurbs module*/
.wpk-section .tm_pb_blurb.tm_pb_module{
	margin-bottom: 20px!important;
}
/*Conflict with builder blurb*/
.wpk-section .tm_pb_module img{
	margin: 0px auto!important;
}
/*Remove hover underline*/
.wpk-section .tm_pb_blurb h4:hover{
	text-decoration: none;
}
/*different fonts*/
.wpk-section h4{
	line-height: 1.25;
}
.wpk-section h4 a{
	font-size: 15px;
}
.wpk-section .tm_pb_text_align_center .tm_pb_blurb_container .tm_pb_blurb_content {
	font-size: 14px;
	line-height: 1.5;
}
/*Remove padding*/
@media only screen and (max-width: 1200px){
	.wpk-section .col-lg-4:last-of-type{
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.wpk-section .col-lg-4:nth-child(2){
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
/*Remove icons on respnsive*/
@media only screen and (max-width: 991px){
	.wpk-section img.wpk-left-image{
		display: none;
	}
	.wpk-section .tm_pb_text_align_center {
		text-align: left!important;
	}
	.wpk-section .tm_pb_module img {
		margin: 0!important;
	}
	.wpk-section .tm_pb_blurb_content{
		padding: 0px!important;
	}
	.wpk-section .col-sm-4,.wpk-section .col-sm-4:nth-child(2),.wpk-section .col-sm-4:last-of-type {
    padding-left: 3rem;
    padding-right: 3rem;
	}
}
@media only screen and (max-width: 767px){


}
@media only screen and (max-width: 575px){
	.wpk-section .col-xs-4,.wpk-section .col-xs-4:nth-child(2),.wpk-section .col-xs-4:last-of-type  {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
	}
	.wpk-section .tm_pb_module img {
		width: 80%!important;
	}
}
