/*
Theme Name: Lisnr
Theme URI: http://www.lisnr.com
Author: Shay Hammond

Version: 1.0

*/

/* Fonts */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,600,600i,700,700i');

/* Global */

*:focus {
	outline: 0;
}

* {
	box-sizing: border-box;
}

html {
	padding: 0;
	margin: 0;
	font-size: 16px;
}

html.fixed {
	overflow: hidden;
	position: fixed;
}

body {
	font-size: 1em;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	color: #474747;
	font-weight: 300;
	line-height: 1.6em;
	background: #ffffff;
}

.jumbotron {
	background: transparent;
	padding: 0;
	margin: 0;
	position: relative;
}

.jumbotron.white {
	background: #ffffff;
}

.jumbotron.white-gradient {
	background: linear-gradient(to bottom, #ffffff 20%, #f7f7fa 35%);
}

.blue-gradient {
	background: linear-gradient(to right, #000, #6073ef);
}

.blue-green-gradient {
	background-image: linear-gradient(-45deg, #6073ef, #5bbabc, #6073ef);
	background-size: 400% 400%;
}

img {
	width: auto;
	max-width: 100%;
}

.jumbotron.blue{
	background: #6073ef;
}

.jumbotron.dark-gray {
	background: #7e7e7e;
	color: #fff;
}

.jumbotron.light-gray {
	background: #f7f7fa;
}

.jumbotron.teal {
	background: #6073ef;
}

.jumbotron.background-image {
	background-size: cover;
	overflow: hidden;
	height: 440px;
	background-position: center;
}

#header.jumbotron.background-image {
	height: 340px;
}

.jumbotron.background-image .overlay {
	background: rgba(0,0,0,0.6);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.jumbotron.background-image .container {
	z-index: 2;
	height: 100%;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-ms-flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	position: relative;
}

.row {
	padding-top: 4em;
	padding-bottom: 4em;
}

a {
	color: #6073ef;
	text-decoration: none;
}

a:hover {
	color: #333d84;
	text-decoration: underline;
}

a.monochrome, a.monochrome:hover {
	color: #474747;
	text-decoration: underline;
}

hr {
	height: 1px;
	border-top: 1px solid #d0cfd0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

/* Buttons */

button {
	border: 0;
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
}

.teal-button {
	padding: 1em 2em;
	background: #5bbabc;
	color: #252525;
	text-decoration: none;
	font-size: 1em;
	display: inline-block;
	font-weight: 600;
	transition: all 0.5s;
}

.teal-button:hover {
	background: #4d9c9e;
}

p ~ .teal-button {
	margin-top: 2em;
}

.teal-button + .teal-button {
	margin-left: 1em;
}

.white-button {
	padding: 1em 2em;
	background: #fff;
	color: #7e7e7e;
	text-decoration: none;
	font-size: 1.2em;
	display: inline-block;
}


.blue-button, .resumator-apply-button {
	background: #6073EF;
	border: 1px solid #6073EF;
	color: #ffffff;
	border-radius: 3px;
	font-weight: 600;
	padding: 0.3em 2em;
}

.blue-button:hover, .resumator-apply-button:hover {
	background: #333d84;
	border: 1px solid #333d84;
	color: #ffffff;
	text-decoration: none;
}

.blue-button.small {
	font-size: 0.8em;
	padding: 0.4em 1.5em;
}

.ghost-button {
	background: #ffffff;
	border: 1px solid #6073EF;
	color: #6073EF;
	border-radius: 3px;
	font-weight: 600;
	padding: 0.5em 2em;
}

.ghost-button:hover {
	color: #333d84;
	border: 1px solid #333d84;
	text-decoration: none;
}

.ghost-button.small {
	font-size: 0.8em;
	padding: 0.4em 1.5em;
}

.buttons {
	display: flex;
}

.buttons a:not(:first-child) {
	margin-left: 2em;
}

.jump, #load-more {
	text-align: center;
	cursor: pointer;
	margin-top: 2em;
}

.jump img, #load-more img {
	width: 25px;
	height: 25px;
}

.jump h3, #load-more h3 {
	margin: 0;
}

#expand {
	cursor: pointer;
	width: 25px;
	height: 25px;
	position: absolute;
	bottom: 2em;
	left:0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	transition: 0.5s all;
}

#expand.rotated {
	transform: rotate(180deg);
	transition: 0.5s all;
}

/* Text */

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 3em;
	margin-top: 0;
	margin-bottom: 0.5em;
	color: #474747;
	font-weight: 600;
	line-height: 1.1em;
}

.jumbotron h1 {
	font-size: 3em;
	line-height: 1.2em;
}

h1 sup {
	font-size: 0.5em;
	top: -1em;
}

.jumbotron.blue-gradient h1, .jumbotron.blue-green-gradient h1 {
	color: #fff;
}

h2 {
	font-size: 2em;
	font-family: 'Open Sans', sans-serif;
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.1em;
	font-weight: 300;
}

h2.left {
	text-align: left;
}

.jumbotron.dark-gray h2, .jumbotron.blue h2, .blue-gradient h2, .jumbotron.blue-green-gradient h2 {
	color: #fff;
}

.jumbotron.blue h2 {
	margin-bottom: 0.5em;
}

.jumbotron.background-image h1, .jumbotron.background-image h2 {
	margin: 0;
	color: #fff;
}		

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;
	font-weight: 300;
	line-height: 1.3em;
	margin-top: 0.5em;
}

.jumbotron.dark-gray h3, .jumbotron.blue h3, .blue-gradient h3, .blue-green-gradient h3 {
	color: #fff;
}

.blue-gradient h3, .blue-green-gradient h3 {
	color: #fff;
	margin-bottom: 0.5em;
}

.gradient-header-card h3 {
	margin-bottom: 0;
}

.line ~ h3 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	margin-bottom: 0.5em;
}

.jumbotron.dark-gray h4, .jumbotron.blue h4, .blue-gradient h4, .jumbotron.blue-green-gradient h4 {
	color: #fff;
}

h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	font-weight: 300;
	margin-bottom: 0;
}

.jumbotron.dark-gray h5, .jumbotron.blue h5, .blue-gradient h5, .blue-green-gradient h5 {
	color: #fff;
}

h6 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 1em;
}

h7 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;
	font-weight: 600;
	color: #5D48AA;
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
}

.line {
	height: 3px;
	width: 75px;
	background: #6073ef;
	display: block;
	margin-bottom: 1em;
}

.jumbotron.blue-gradient .line, .jumbotron.dark-gray .line, .jumbotron.blue-green-gradient .line {
	background: #fff;
}

.col-lg-6 .line {
	width: 45px;
	height: 2px;
	margin-bottom: 0.5em;
}

p {
	margin-bottom: 2em;
	margin-top: 0;
	color: #474747;
}

.jumbotron p {
	font-size: 1em;
	font-weight: 300;
	margin-bottom: 2em;
}

#header p, .jumbotron p.large, .jumbotron .large p, div.large p {
	font-size: 1.4em;
	font-weight: 300;
	line-height: 1.6em;
}

.jumbotron p.larger, .jumbotron .larger p, div.larger p {
	font-size: 1.8em;
	line-height: 1.8em;
	color: #474747;
}

p.small {
	font-size: 0.9em;
	font-weight: 300;
	line-height: 1.3em;
}

#header .lazy-load-on-click p {
	font-size: 1em;
	line-height: inherit;
	margin-bottom: 0;
}

.jumbotron.dark-gray p, .jumbotron.blue p, .blue-gradient p, .jumbotron.teal p, .jumbotron.blue-green-gradient p {
	color: #fff;
}

.gradient-header-card .card p {
	font-size: 1em;
	margin-bottom: 0;
}

p:last-of-type {
	margin-bottom: 0;
}

p:first-of-type {
	margin-bottom: 2em;
}

p:only-child {
	margin-bottom: 0;
}

.container ul {
	margin-top: 1em;
}

.container p + ul {
	margin-top: -1em;
	margin-bottom: 2em;
}

.gradient-header-card .card p + ul {
	margin-top: 1em;
	margin-bottom: 0;
}

p.small-text {
	font-size: 0.8em !important;
}

/* Lists */

ul.two-col {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

ul.two-col li {
	list-style-type: none;
	width: 50%;
	text-align: center;
	margin-bottom: 1em;
}

/* Menus */

#anchor-menu {
	text-align: center;
	border-top: 1px solid #474747;
	margin: 0;
	padding: 0;
}

#anchor-menu li {
	list-style-type: none;
	display: inline-block;
	padding: 1em 2em;
	color: #6073ef;
	cursor: pointer;
}

#anchor-menu.content-changer li {
	opacity: 0.6;
}

#anchor-menu.content-changer li.active {
	opacity: 1;
}

#anchor-menu a {
	text-decoration: none;
}
	
#anchor-menu h6 {
	margin: 0;
}

.anchor {
	margin-top: -4em;
	padding-top: 4em;
}

#content-changer {
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	z-index: 2;
}

#content-changer .row {
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	padding-top: 0;
	padding-bottom: 0;
}

#content-changer .row div {
	text-align: center;
	cursor: pointer;
	position: relative;
	width: 25%;
	padding-top: 1em;
	padding-bottom: 1em;
}

#content-changer .row div.active {
	background: #7e7e7e;
	color: #fff;
}

#content-changer .arrow-down {
  	width: 0; 
  	height: 0; 
  	border-left: 20px solid transparent;
  	border-right: 20px solid transparent;
  	border-top: 20px solid #7e7e7e;
  	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
	display: none;
	transition: 0.5s all;
}

#content-changer .row div.active .arrow-down {
	display: block;
}

#content-changer img {
	height: 100px;
	width: 100px;
}

#content-changer h4 {
	margin-bottom: 0;
}

.content {
	display: none;
}

/* Helpers */

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.right {
	text-align: right;
}

.separator-1 {
	height: 1em;
	display: block;
	clear:both;
	width: 100%;
}

.separator-2 {
	height: 2em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-4 {
	height: 4em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-5 {
	height: 5em;
	display: block;
	clear: both;
	width: 100%;
}


.separator-6 {
	height: 6em;
	display: block;
	clear: both;
	width: 100%;
}

.hidden-div {
	display: none;
}

.col-centered {
	float: none;
	margin: 0 auto;
	display: block;
}

.slow-load {
	opacity: 0;
}

/* Containers */

.full-width .container {
	width: 98%;
}

.standalone-card {
	background: #f7f7fa;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	padding: 4em 2em;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	color: #474747;
	text-decoration: none;
}

a.standalone-card:hover {
	background: #e6e7e9;
}

.standalone-card h2 {
	margin-bottom: 0;
}


.standalone-card p, #header .standalone-card p {
	font-size: 1em;
}

.standalone-card img {
	width: 75px;
	height: 75px;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.link-card {
	padding: 1em 2em;
	background: #f7f7fa;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	color: #474747;
	text-decoration: none;
	transition: background 0.5s;
}

a.link-card:hover {
	background: #e6e7e9;
}

.link-card h2 {
	margin-bottom: 0;
}


.link-card p, #header .link-card p {
	font-size: 1em;
}

.link-card img {
	width: 25px;
	height: 25px;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.container.card {
	display: block;
	background: #f7f7fa;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
}

.container.card.teal {
	background: #a4d4ff;
}

.container.card .row {
	padding-bottom: 2em;
}

.container.card .line {
	background: #474747;
}

.container.card.teal .line, .container.card.teal .line.center {
	background: #fff;
}

.container.card .line.center {
	background: #6073ef;
}

.container.blue-gradient .row, .container.blue-green-gradient .row {
	padding-top: 4em;
	padding-bottom: 4em;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
}

.container.blue-gradient .row .row, .container.card .row .row, .container.blue-green-gradient .row .row {
	padding-top: 0;
	padding-bottom: 0;
}

.container.blue-gradient p, .container.blue-green-gradient p {
	font-size: 1em;
	color: #ffffff;
}

.container.blue-gradient img, .container.blue-green-gradient img {
	height: 100px;
	margin: 0 auto;
	float: right;
}

.gradient-header-card .blue-gradient, .gradient-header-card .blue-green-gradient {
	width: 100%;
	padding: 1em 2em;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
}

.gradient-header-card .blue-gradient img, .gradient-header-card .blue-green-gradient img {
	height: 50px;
	width: 50px;
}

.gradient-header-card .blue-gradient.justify-center, .gradient-header-card .blue-green-gradient.justify-center {
	justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
}

.gradient-header-card .card {
	background: #fff;
	padding: 2em;
	margin-bottom: 2em;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
}

.row .row {
	padding-top: 0;
	padding-bottom: 0;
}

#header .row .row {
	padding: 0;
}

.row.border-bottom p {
	font-size: 1em;
}

.jumbotron.dark-gray .row.border-bottom h4 {
	color: #fff;
	margin-bottom: 0;
}

.row.border-bottom {
	border-bottom: 1px solid #f7f7fa;
	padding-bottom: 2em;
	padding-top: 2em;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
}

.row.border-bottom:first-of-type {
	padding-top: 0;
}

.row.border-bottom img {
	height: 75px;
	width: 75px;
}

.image-with-text p {
	font-size: 1em;
}

.image-with-text h4 {
	margin-top: 0;
	margin-bottom: 0.5em;
}

.image-with-text {
	margin-top: 2em;
	margin-bottom: 2em;
}

.image-with-text .row {
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
}

.gray-box {
	background: #F7F8FA;
	padding-top: 4em;
	padding-bottom: 4em;
}
 
.white-box {
 	background: #ffffff;
 	padding-top: 2em;
 	padding-bottom: 2em;
}

.border-box {
	border: 1px solid #474747;
	text-align: center;
	padding: 2em;
}

.border-box img {
	height: 50px;
	margin-bottom: 1em;
}

.border-box h3 {
	margin-top: 0;
}

.border-box + .border-box {
	border-left: 0;
}

.card-with-image.no-background {
	text-align: center;
	position: relative;
}

.card-with-image {
	color: #474747;
	text-decoration: none;
}

.card-with-image:hover h3 {
	background: #e6e7e9;
}

.card-with-image.no-background:hover h3 {
	background: transparent;
}

.card-with-image h3 {
	display: flex; 
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-bottom: 0em;
	margin-top: 0em;
	text-align: left;
	background: #f7f7fa;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	padding: 1em;
	min-height: 100px;
}

.card-with-image.no-background h3 {
	display: block;
	margin-top: 0.5em;
	text-align: center;
	background: transparent;
	box-shadow: unset;
	padding: 0;
	min-height: 0;
}

.card-with-image.no-background .short-bio {
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	height: 100%;
	width: 100%;
	padding: 1em;
	font-size: 0.8em;
	opacity: 0;
	transition: 0.5s all;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.card-with-image.no-background:hover .short-bio { 
	opacity: 1;
}

.card-with-image h3 img {
	margin-left: 1em;
	height: 25px;
	width: 25px;
}

.card-with-image p {
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 1em;
}

#header .card-with-image p {
	font-size: 1em;
}

.card-with-image a {
	text-decoration: none;
	display: block;
	transition: 0.5s all;
	color: #474747;
}

.card-with-image img {
	display: block;
}

.card-with-image.no-background a.blue-button {
	color: #ffffff;
}

.green-box {
	background: #5BBABC;
	border-radius: 3px;
	box-shadow: 0 3px 14px rgba(0,0,0,0.5);
	text-align: center;
	color: #ffffff;
	padding: 4em 6em;
}

.green-box h7, .green-box p {
	color: #ffffff;
}

.green-box h7 {
	margin-top: 0;
}

/* Responsive YouTube Video */

.video-container-div {
	width: 60%;
	margin: 0 auto;
}

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

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-template-page-solutions-retail #form-section {
	background: #ffffff !important;
}

.page-template-page-solutions-retail #posts-bar {
	background: #f7f7fa !important;
}

/* Card Flip */

.card-flip-container {
	perspective: 1000px;
	-webkit-perspective: 1000px;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.card-flip-container.flip .card {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.card-flip-container .card {
	cursor: pointer;
	transition: 0.6s;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	position: relative;
	perspective: 1000px;
	-webkit-perspective: 1000px;
	height: 300px;
}

.card-flip-container .card .front, .card-flip-container .card .back {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden; 
	position: absolute;
	top: 0;
	left: 0;
}

.card-flip-container .card .front {
	z-index: 2;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	background: #f7f7fa;
	width: 100%;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	text-align: center;
	height: 100%;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-ms-flex-direction: column;
	-mos-flex-direction: column;
	-webkit-flex-direction: column;
	transition: all 0.5s;
}

.card-flip-container .card:hover .front {
	background: #e6e7e9;
}

.card-flip-container .card .back {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	background: #7e7e7e;
	width: 100%;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	text-align: center;
	height: 100%;
	color: #fff;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-ms-flex-direction: column;
	-mos-flex-direction: column;
	-webkit-flex-direction: column;
	padding: 4em;
	position: absolute;
}

.card-flip-container .card .front h3 {
	margin-bottom: 0;
	margin-top: 1em;
}

.card-flip-container .card .back h3 {
	margin-bottom: 1em;
	margin-top: 0em;
}
	
.card-flip-container .card .back p {
	font-size: 1em;
	margin-bottom: 0;
}

.card-flip-container .front img {
	width: auto;
	height: 100px;
}

/* Card Enlarge */

.card-enlarge-container {
	padding: 0;
}

.card-enlarge-container .card {
	cursor: pointer;
	height: 100%;
	border: 1px solid #fff;
	width: 100%;
	text-align: center;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-ms-flex-direction: column;
	-mos-flex-direction: column;
	-webkit-flex-direction: column;
	padding: 2em;
	z-index: 2;
	transition: background 0.5s, box-shadow 0.5s, transform 0.5s;
}

.card-enlarge-container:hover .card, .card-enlarge-container.hover .card {
	transform: scale(1.1);
	background: #fff;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
}


.card-enlarge-container .card h4 {
	margin-top: 1em;
	margin-bottom: 0;
	text-align: center;
}
	
.card-enlarge-container .card:hover h4 {
	color: #474747;
	margin-top: 0;
	margin-bottom: 1em;
}

.card-enlarge-container .card p {
	margin-bottom: 0;
	opacity: 0;
	position: absolute;
	z-index: -999;
}
	
.card-enlarge-container .card:hover p {
	color: #474747;
	font-size: 0.9em;
	opacity: 1;
	z-index: 2;
	position: relative;
	transition: opacity 0.5s ease-in 0.2s, position 0.5s ease-in 1s;
}

.card-enlarge-container .card img {
	height: 120px;
	width: 120px;
	opacity: 1;
	z-index: 1;
	position: relative;
}

.card-enlarge-container .card:hover img {
	z-index: -999;
	opacity: 0;
	height: 0;
	width: 0;
	transition: height 0.5s ease-out, width 0.5s ease-out;
}

/* Card Video */

.card-video-container {
	height: 400px;
	text-decoration: none;
}

.card-video-container .card {
	width: 100%;
	text-align: center;
	height: 100%;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.card-video-container .card .video .overlay {
	background: rgba(0,0,0,0.7);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.card-video-container .card .video, .card-video-container .card img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.card-video-container .card .video video {
	height: 100%;
}

.card-video-container .card h2 {
	z-index: 2;
	color: #fff;
	margin: 0;
}

/* Card Image*/

.card-image-container {
	height: 350px;
	background-size: cover;
}

.card-image-container .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 30px);
	background: rgba(0,0,0,0.7);
	z-index: 2;
	height: 100%;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	cursor: pointer;
	margin-left: 15px;
}

.card-image-container .card {
	width: calc(100% - 30px);
	text-align: center;
	height: 100%;
	position: absolute;
	left: 0;
	z-index: 1;
	margin-left: 15px;
	background-size: cover;

}

.card-image-container .overlay h2 {
	color: #fff;
	margin: 0;
}

/* Card Sliding */

.card-sliding-container {
	position: relative;
	height: 300px;
	margin-bottom: 1em;
	cursor: pointer;
}

.card-sliding-container .closed-soundwave {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 80%;
	transition: all 0.3s ease-in 0.5s;
}

.card-sliding-container.open .closed-soundwave {
	opacity: 0;
	transition: all 0.1s;
}

.card-sliding-container .open-soundwave {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60%;
	right: 0;
	opacity: 0;
	transition: all 0.1s;
}

.card-sliding-container.open .open-soundwave {
	opacity: 1;
	transition: all 0.5s ease-in 0.3s;
}

.card-sliding-container .card {
	background-color: #272727;
	width: 40%;
	height: 100%;
	padding: 2em;
	transition: all 0.5s;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.card-sliding-container.right .card, .card-sliding-container.right:hover .card {
	float: left;
}

.card-sliding-container.left .card, .card-sliding-container.left:hover .card {
	float: right;
}

.card-sliding-container h3 {
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	width: 100%;
}

.card-sliding-container.right h3 img {
	width: 25px;
	height: 25px;
	transform: rotate(-90deg);
	transition: all 0.5s ease-in 0.3s;
}

.card-sliding-container.left h3 img {
	width: 25px;
	height: 25px;
	transform: rotate(90deg);
	transition: all 0.5s ease-in 0.3s;
}

.card-sliding-container.open.right h3 img {
	transform: rotate(90deg);
}

.card-sliding-container.open.left h3 img {
	transform: rotate(-90deg);
}

.card-sliding-container:hover .card {
	background-color: #6073ef;
	transition: all 0.5s;
}

.card-sliding-container.open .card, .card-sliding-container.open:hover .card {
	width: 70%;
	background-color: #6073ef;
	transition: all 0.5s;
	z-index: 3;
}

.card-sliding-container .card h3 {
	color: #fff;
	margin-top: 0;
}

.card-sliding-container .card p {
	opacity: 0;
	transition: opacity 0s ease-out 0s;
	color: #fff;
	margin-bottom: 0;
	width: 80%;
}

.card-sliding-container.open .card p {
	opacity: 1;
	transition: opacity 0.5s ease-in 0.3s;
}

.card-sliding-container .image {
	width: 60%;
	position: absolute; 
	top: 0;
	background-size: cover;
	height: 100%;
	z-index: 1;
	background-position: center;
}

.card-sliding-container.right .image {
	right: 0;
}

.card-sliding-container.left .image {
	left: 0;
}

/* Modals */

.modal {
	display: none;
	margin: 0;
	height: 100%;
	width: 100%;
	background: #ffffff;
}

.modal h1 {
	margin-bottom: 1em;
}

.modal .row .row {
	padding-top: 2em;
	padding-bottom: 2em;
}

.modal p:last-of-type {	
	margin-bottom: 2em;
}

.modal .container {
	display: flex;
	align-items: center;
	height: 100%;
}

.modal.flex .container {
	overflow: hidden;
	width: 80%;
}

.modal.flex .image img {
	display: block;
	margin: 0 auto;
}

.modal.flex .image {
	text-align: center;
}

.modal.flex .image h3 {
	margin-bottom: 0em;
}

.modal.flex .text {
	overflow-y: auto;
	height: 100%;
}

.modal.flex .text h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.page-template-page-team .flex, .page-template-page-about-us .flex {
	display: flex;
	flex-wrap: wrap;
}

.justify-content-center {
	justify-content: center;
}

/* Form Elements */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5D48AA;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #5D48AA;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #5D48AA;
}

:-moz-placeholder { /* Firefox 18- */
  color: #5D48AA;
}

input, 
select, 
textarea {
	border: 0;
	border-radius: 0;
	background: transparent;
	border-bottom: 1px solid #E3E3E3;
	width: 100%;
	padding: 1em 0;
	appearance: none;
	-webkit-appearance: none;
	position: relative;
	z-index: 2;
	outline: 0;
	color: #5D48AA;
	-moz-appearance: none;
}

select {
	background-image: url('/wp-content/themes/lisnr/images/global/icons/arrow-dark.svg');
	background-position: 100% center;
	background-repeat: no-repeat;
	background-size: 30px;
}

textarea {
	height: 200px;
	border: 1px solid #E3E3E3;
	padding: 1em;
}

input[type="checkbox"] {
    	display:none;
}

input[type="checkbox"] + label {
	font-weight: 300;
	margin-top: 1em;
}

input[type="checkbox"] + label span {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: -2px 10px 0 0;
	vertical-align: middle;
	background: url(/wp-content/themes/lisnr/images/contact/checkbox-sheet.png) left top no-repeat;
	cursor: pointer;
}

input[type="checkbox"]:checked + label span {
    	background: url(/wp-content/themes/lisnr/images/contact/checkbox-sheet.png) -20px top no-repeat;
}

input:focus, select:focus, textarea:focus {
	outline: 0;
}

input.parsley-error, select.parsley-error{
	border-bottom: 2px solid red;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	box-shadow: none;
}

input:invalid, select:invalid, textarea:invalid {
	box-shadow: none;
}

textarea.parsley-error {
	border: 2px solid red;
}

@media only screen and (max-width: 1450px) {
	html {
		font-size: 14px;
	}
	
	.row {
		padding-top: 4em;
		padding-bottom: 4em;
	}

	.container.card .row {
		padding-top: 4em;
	}
	
	.jumbotron.background-image {
		height: 400px;
	}
	
	.card-video-container {
		height: 400px;
	}
	
	.jump img, #expand {
		height: 30px;
		width: 30px;
	}
}

@media only screen and (max-width: 1200px) {
	.container {
		width: 95%;
	}
	
	.card-with-image.no-background .short-bio {
		font-size: 1em;
	}
}

@media only screen and (max-height: 800px) {
	.modal.flex .container {
		overflow: visible;
		display: block;
	}
	
	.modal.flex .text {
		height: auto;
		overflow: unset;
		padding-bottom: 4em;
	}
}

@media only screen and (max-width: 1100px) {
	.standalone-card img {
		width: 60px;
		height: 60px;
	}
	
	.card-image-container {
		height: 250px;
	}
	
	.modal.flex .container {
		width: 95%;
	}
}

@media only screen and (max-width: 992px) {
	#header.jumbotron.background-image {
		height: 250px;
	}
	
	.card-with-image img {
		margin: 0 auto;
	}
	
	.modal.flex .container {
		overflow: visible;
		display: block;
	}
	
	.modal.flex .text {
		height: auto;
		overflow: unset;
		padding-bottom: 4em;
	}
	
    	.image-with-text .row {
    		display: block;
    		text-align: center;
    	}
    	
	.jumbotron h1, h1 {
		font-size: 2.5em;
		margin-bottom: 0.5em;
	}
	
	.jumbotron p, .teal-button {
		font-size: 1em;
	}
	
	h2 {
		font-size: 2em;
		margin-bottom: 1em;
	}
	
	h2 br {
		display: none;
	}
	
	h3 {
		font-size: 1.6em;
	}
	
	.blue-button.small, .ghost-button.small {
		font-size: 0.7em;
		padding: 0.4em 1em;
	}
	
	.card-flip-container .card .back {
		padding: 2em;
	}
	
	.card-flip-container .card .back h3 {
		margin-bottom: 0.5em;
	}
	
	.card-enlarge-container .card .front, .card-enlarge-container .back {
		padding: 1em;
	}
	
	.card-enlarge-container .card .front img {
		height: 75px;
		width: 75px;
	}
	
	.card-enlarge-container .card .back h5 {
		font-size: 1.1em;
	}
	
	.card-video-container {
		height: 300px;
	}    
	
	.card-sliding-container {
		height: 250px;
	}
	
	.card-sliding-container .card, .card-sliding-container .image {
		width: 50%;
	}
	
	.row {
		padding-top: 4em;
		padding-bottom: 4em;
	}
}

@media only screen and (max-width: 800px) {
	html {
		font-size: 13px;
	}
	
	.card-enlarge-container .card .back h5 {
		font-size: 1em;
	}
	
	.card-enlarge-container .card .back p {
		font-size: 0.7em;
	}
	
	.card-enlarge-container .card .front h5 {
		margin-top: 0.5em;
	}
}


@media only screen and (max-width: 767px) {
	html {
		font-size: 16px;
	}
	
	.buttons {
		flex-direction: column;
		align-items: center;
	}
	
	.buttons a:not(:first-child) {
		margin-left: 0;
		margin-top: 2em;
	}
	
	.blue-button.small, .ghost-button.small {
		font-size: 1em;
		padding: 0.5em 1.5em;
	}
	
	.jumbotron h1, h1 {
		margin-bottom: 1.5em;
		font-size: 2.2em;
	}
	
	/* Lists */

	ul.two-col li {
		width: 100%;
	}
	
	h2 {
		font-size: 1.5em;
	}
	
	h3 {
		font-size: 1.3em;
	}
	
	h5 {
		font-size: 1em;
	}
	
	#header p, .jumbotron p.large, .jumbotron .large p, div.large p {
		font-size: 1.1em;
	}
	
	.jumbotron p.larger, .jumbotron .larger p, div.larger p {
		font-size: 1.2em;
	}
	
	.line {
		width: 32px;
	}
	
	.col-lg-6 .line {
		width: 30px;
	}
	
	#header {
		margin-top: 120px !important;
	}
	
	#header.jumbotron.background-image {
		height: 150px;
	}
	
	.jumbotron.background-image {
		height: 250px;
	}
	
	.card-flip-container {
		margin-bottom: 2em;
	}
	
	.card-flip-container:last-of-type {
		margin-bottom: 0;
	}
	
	.card-flip-container .card {
		height: 200px;
	}
	
	.card-flip-container .front img {
		height: 75px;
	}

	.card-enlarge-container {
		width: 60%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2em;
	}

	.card-enlarge-container .card img {
		height: 90px;
		width: 90px;
	}
	
	.card-enlarge-container .card .back p {
		font-size: 0.6em;
	}
	
	.card-enlarge-container .card .back h5 {
		font-size: 1em;
	}
	
	.card-enlarge-container .card {
		padding: 1em;
	}
	
	.card-video-container {
		margin-bottom: 2em;
		height: 200px;
	}
	
	.card-video-container:last-of-type {
		margin-bottom: 0;
	}
	
	.card-sliding-container {
		height: 150px;
	}
	
	.card-sliding-container .closed-soundwave, .card-sliding-container .open-soundwave {
		z-index: 1;
	}
		
	.card-sliding-container .card h3 {
		position: relative;
		z-index: 2;
	}
	
	.card-sliding-container .card p {
		width: 100%;
		position: relative;
		z-index: 2;
	}
		
	.card-sliding-container .card {
		width: 60%;
		padding: 1em;
	}
	
	.card-sliding-container .image  {
		width: 40%;
	}
	
	.card-sliding-container.open .card, .card-sliding-container.open:hover .card {
		width: 90%;
	}
	
	.card-sliding-container.right h3 img {
		height: 12px;
		width: 12px;
		margin-left: 0.3em;
	}

	.card-sliding-container.left h3 img {
		height: 12px;
		width: 12px;
		margin-right: 0.3em;
	}

	.modal.flex .image {
		padding-top: 0;
	}
	
	.border-box + .border-box {
		border-left: 1px solid #474747;
		border-bottom: 1px solid #474747;
		border-top: 0;
	}

	.green-box {
		padding: 2em;
	}
	
	.video-container-div {
		width: 100%;
	}
	
	.standalone-card {
		display: block;
		display: -ms-block;
		display: -moz-block;
		display: -webkit-block;
		text-align: center;
	}
	
	.standalone-card .col-lg-6:first-of-type {
		margin-bottom: 2em;
	}
	
	.container.blue-gradient .row, .container.blue-green-gradient .row {
		display: block;
		display: -ms-block;
		display: -moz-block;
		display: -webkit-block;
		text-align: center;
	}
	
	.container.blue-gradient .col-lg-6:last-of-type, .container.blue-green-gradient .col-lg-6:last-of-type {
		display: none;
	}
	
	.row.border-bottom {
		display: block;
		display: -ms-block;
		display: -moz-block;
		display: -webkit-block;
		text-align: center;
	}
	
	.row.border-bottom .col-lg-3 {
		margin-bottom: 2em;
	}
	
	#content-changer img {
		height: 70px;
		width: 70px;
	}
	
	#content-changer .arrow-down {
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 15px solid #7e7e7e;
	}
	
	#content-changer .arrow-down {
		bottom: -14px;
	}
	
	#content-changer h6 {
		width: 80%;
		margin: 0 auto;
	}
	
	#anchor-menu li {
		padding: 0.5em 1em;
	}
}

@media only screen and (max-width: 450px) {
	.gradient-header-card .blue-gradient img, .gradient-header-card .blue-green-gradient img {
		height: 40px;
		width: 40px;
	}
	
	#content-changer img {
		height: 50px;
		width: 50px;
	}
	
	#content-changer h6 {
		width: 100%;
		margin: 0 auto;
		line-height: 1.1em;
	}
	
	.card-image-container {
		height: 200px;
	}
}

@media only screen and (max-width: 374px) {
	.standalone-card {
		padding: 2em 1em;
	}
	
	.standalone-card img {
		width: 50px;
		height: 50px;
	}
	
	.card-enlarge-container {
		width: 80%;
	}

	.card-enlarge-container .card img {
		height: 90px;
		width: 90px;
	}
}