/* === GENERAL === */

html {
	background-color: #fff;
	text-rendering: optimizeLegibility;
}

body {
	font-family: 'Josefin Sans',
		sans-serif;
	color: #222B3B;

	/* height: 100vh;
	overflow-y: hidden;
	padding-right: 15px; */

	/* font and bar color variables
	--light-blue: #55CAFF;
	--dark-blue: #1B5ACB;
	--darkest-blue: #27498f;

	/* background color variables */
	/* --light-gray: #e8eff9;
	--dark-gray: #dbe4f7; */

	/* button color variables
	--light-green: #24c897; */
}

.wpls-logo-showcase {
	visibility: visible !important;
	opacity: 1 !important;
}

/* === GLOBAL === */

h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	color: #27498f;
}

h1 {
	font-size: 3em;
	font-family: 'Josefin Sans',
		sans-serif;
	font-weight: 700;
	line-height: 1.3;
}

h1 small {
	color: white;
}

h1,
h2 {
	margin: 0 0 40px;
}

h2 {
	font-size: 44px;
	font-family: 'Teko',
		sans-serif;
}

h3 {
	margin: 20px 0;
	font-size: 2em;
	font-family: 'Teko',
		sans-serif;
	font-weight: 500;
}

h4 {
	font-size: 24px;
	font-weight: 600;
	font-family: 'Teko',
		sans-serif;
}

h5 {
	font-size: 20px;
}

p {
	margin: 0 0 15px;
	font-weight: 300;
}

p.lead {
	font-family: 'Josefin Sans',
		sans-serif;
	color: #27498f;
	font-size: 18px;
}

a:link,
a:visited {
	color: #1F4995;
	font-family: 'Josefin Sans',
		sans-serif;
}

a:hover {
	text-decoration: none;
	color: #1B5ACB;
}

button,
input,
.btn,
a.btn {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	color: white;
}

.btn {
	font-weight: bold;
	border-radius: 0;
}

.btn-blue-dark {
	margin-top: 20px;
	background: #1B5ACB 0% 0% no-repeat padding-box;
	box-shadow: 2px 2px 0px #0000000D;
	opacity: 1;
	padding: 10px 50px;
}

.btn-blue-light {
	margin-top: 20px;
	background: #55CAFF 0% 0% no-repeat padding-box;
	box-shadow: 2px 2px 0px #27498F0D;
	opacity: 1;
	padding: 10px 50px;
}

.btn-big-green {
	margin-top: 20px;
	background: #24c897 0% 0% no-repeat padding-box;
	box-shadow: 0 .5rem 0.5rem rgba(0, 0, 0, .25) !important;
	opacity: 1;
	color: #fff;
	padding: 15px 65px;
	font-size: larger;
}

.btn-big-green:hover {
	background-color: #fff;
	color: #24c897;
}

.btn-group-lg>.btn,
.btn-lg {
	border-radius: 0;
	padding: 0.5rem 4rem;
}

button.btn:focus {
	outline: none !important;
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: none;
}

img {
	max-width: 100%;
}

blockquote p {
	margin: 20px 60px;
	border-left: #24c897 5px solid;
	padding-left: 20px;
	font-size: 24px;
	font-style: normal;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.col-sm-p5 {
	flex: 0 0 4.1667%;
	max-width: 4.1667%;
}

.col-sm-p1-5 {
	flex: 0 0 12.5%;
	max-width: 12.5%;
}

.card {
	border-radius: 0;
	border: 0;
}

.card-header:first-child {
	border-radius: 0;
}

.connect-btn {
	position: fixed;
	right: -91px;
	bottom: 50vh;
	transform: rotate(-90deg);
	float: right;
	z-index: 99;
	background-color: #24c897;
	padding: 5px 35px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
}

.connect-btn:hover {
	background-color: #fff;
	color: #24c897;
}

.connect-boxes {
	padding: 1.25rem 1.45rem.5rem 1.45rem;
}

.modal-content {
	background-color: #27498f;
}

.modal-body {
	padding: 2rem;
}

.modal h4 {
	color: #fff !important;
	/* opacity: 0.8; */
	margin-bottom: 20px;
}

/* -- Section backgrounds can be light gray or dark gray -- */

.light-gray-bkg {
	background-color: #e8eff9;
}

.dark-gray-bkg {
	background-color: #dbe4f7;
}

.light-blue-bkg {
	background-color: #55CAFF;
	color: #fff;
}

.dark-blue-bkg {
	background-color: #1B5ACB;
	color: #fff;
}

.darkest-blue-bkg {
	background-color: #27498f;
	color: #fff;
}

.light-green-bkg {
	background-color: #24c897;
}

.light-blue-text {
	color: #55CAFF;
}

.dark-blue-text {
	color: #1B5ACB;
}

.darkest-blue-text {
	color: #27498f;
}

.light-green-text {
	color: #24c897;
}

p.mission {
	font-size: larger;
	/* font-weight: 600; */
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

/* === FLOATING LABEL FORMS === */

.form-label-group {
	position: relative;
}

.form-label-group>input,
.form-label-group>label {
	height: 2.625rem;
	padding: .55rem;
}

.form-label-group>label {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin-bottom: 0;
	/* Override default `<label>` margin */
	line-height: 1;
	color: #fff;
	opacity: 0.7;
	/*#347998*/
	pointer-events: none;
	cursor: text;
	font-size: 0.6em;
	/* Match the input under the label */
	border: none;
	border-radius: 0;
	transition: all .1s ease-in-out;
}

.hs-form-field label:not(.hs-error-msg) {
    color: #fff !important;
}

.hs-form-field label {
	color: #fff !important;
}

.hs-form-034d6e23-2a04-446a-84a2-58c225b4d162_f379d98d-228b-4cdb-9914-7dea22890ed5 .hs-form-field label {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
	color: #fff !important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	border: none;
	border-radius: 0;
	color: #1B5ACB !important;
	background-color: lightgray;
}

div.wpcf7-mail-sent-ok {
	color: #fff;
	text-align: center;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
	color: #fff;
	text-align: center;
}

.wpcf7>label {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin-bottom: 0;
	/* Override default `<label>` margin */
	line-height: 1.5;
	color: #1B5ACB;
	pointer-events: none;
	cursor: text;
	font-size: 0.8em;
	/* Match the input under the label */
	border: none;
	border-radius: 0;
	transition: all .1s ease-in-out;
}

.form-label-group .form-control {
	border: none;
	border-radius: 0;
	color: #fff;
	/* background-color: #1c448e; */
	background-color: lightgray;
}

.form-label-group input::-webkit-input-placeholder {
	line-height: 1.5;
	color: #1B5ACB;
	pointer-events: none;
	cursor: text;
	font-size: 0.8em;
}

.form-label-group input:-ms-input-placeholder {
	line-height: 1.5;
	color: #1B5ACB;
	pointer-events: none;
	cursor: text;
	font-size: 0.8em;
}

.form-label-group input::-ms-input-placeholder {
	line-height: 1.5;
	color: #1B5ACB;
	pointer-events: none;
	cursor: text;
	font-size: 0.8em;
}

.form-label-group input::-moz-placeholder {
	line-height: 1.5;
	color: #1B5ACB;
	pointer-events: none;
	cursor: text;
	font-size: 0.8em;
}

.form-label-group input::placeholder {
	/* color: transparent; */
	line-height: 1.5;
	color: #1B5ACB;
	pointer-events: none;
	cursor: text;
	font-size: 0.8em;
}

.form-label-group textarea::placeholder {
	/* color: transparent; */
	line-height: 1.5;
	color: #1B5ACB;
	pointer-events: none;
	cursor: text;
	font-size: 0.8em;
}

.form-label-group input:not(:placeholder-shown) {
	/* padding-top: 1.25rem;
	padding-bottom: .25rem; */
}

.form-label-group input:not(:placeholder-shown)~label {
	padding-top: .2rem;
	padding-bottom: .2rem;
	font-size: 0.6em;
	color: #55CAFF;
}

.form-label-group textarea:not(:placeholder-shown) {
	/* padding-top: 1.25rem;
	padding-bottom: .25rem; */
}

.form-label-group textarea:not(:placeholder-shown)~label {
	padding-top: .2rem;
	padding-bottom: .2rem;
	font-size: 0.6em;
	opacity: 0;
	color: #1B5ACB;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
	.form-label-group>label {
		display: none;
	}

	.form-label-group input::-ms-input-placeholder {
		color: #777;
	}
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.form-label-group>label {
		display: none;
	}

	.form-label-group input:-ms-input-placeholder {
		color: #777;
	}
}

/*--------------------------------------------------
			GLOBAL WP TWEAKS
-------------------------------------------------- */

.wp-block-image img {
	height: auto;
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
    height: auto;
}

/*--------------------------------------------------
			MAIN HOME PAGE
-------------------------------------------------- */

/* === HERO === */

#hero {
	background: url('../svg/Grid.svg') no-repeat center -24px,
		linear-gradient(#1B5ACB, #55CAFF);
	background-size: cover;
	height: 100vh;
	color: #fff;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	border-bottom: #c5d1e5 5px solid;
	min-height: 880px;
}

#hero-bottom {
	margin-top: -650px;
	padding-bottom: 50px;
}

#hero .container {
	position: relative;
	z-index: 1;
	padding: 65px 20px;
}

#hero h1,#hero-bottom h1 {
	font-size: 52px;
}

#hero article {
	width: 100%;
	text-align: center;
}

.hero-lead {
	opacity: 1;
	font-weight: 500;
	font-size: 1.4em;
}

#hero .hero-text, #hero-bottom .hero-text {
	margin-top: 30px;
}

#hero p, #hero-bottom p {
	font-family: 'Josefin Sans',
		sans-serif;
	letter-spacing: 0;
	color: #FFFFFF;
	opacity: 1;
	font-weight: 300;
	font-size: 1.4em;
}

#hero .btn-outline-hero, #hero-bottom .btn-outline-hero {
	color: #fff;
	box-shadow: 6px 6px 0px #27498F0D;
	border: 2px solid #FFFFFF;
	opacity: 1;
}

#hero .btn-outline-hero:hover, #hero-bottom .btn-outline-hero:hover {
	color: #24c897;
	border-color: #fff;
	background-color: #fff;
}

@media screen and (max-width : 568px) {
	#hero h1,#hero-bottom h1 {
		font-size: 36px;
	}
}

@media screen and (max-width : 768px) {
	#hero h1,#hero-bottom h1 {
		font-size: 36px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	#hero h1,#hero-bottom h1 {
		font-size: 40px;
	}
}

@media (max-width: 959px) {

	#hero .scaling-bkg-container {
		width: 100vw;
		height: 100vh;
		text-align: center;
		opacity: 1;
		background-size: cover;
	}

	#hero .scaling-text-container {
		opacity: 1;
		height: 100% !important;
		background: transparent;
		background-size: cover;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
	}

	#hero .hero-title, #hero-bottom .hero-title {
		text-align: center;
	}

	#hero .hero-button, #hero-bottom .hero-button {
		text-align: center;
	}

	#hero .hero-text, #hero-bottom .hero-text {
		text-align: center;
	}
	
	#hero #Capa_1{display: none;}
}

@media (min-width: 960px) {

	#hero .scaling-bkg-container {
		background-image: url('../svg/hero/Background-01.svg');
		background-size: cover;
		width: 100vw;
		min-height: 100vh;
		text-align: center;
		opacity: 0;
	}

	#hero .scaling-item {
		width: 100vw;
		min-height: 100%;
		background-size: cover;
		background-position-y: -50px;
		opacity: 0;
	}

	#hero .scaling-hotel-container {
		background-image: url('../svg/hero/Hotel-01.svg');
	}

	#hero .scaling-airport-container {
		background-image: url('../svg/hero/Airport.svg');
	}

	#hero .scaling-cityhall-container {
		background-image: url('../svg/hero/CityHall.svg');
	}

	#hero .scaling-stadium-container {
		background-image: url('../svg/hero/Stadium-01.svg');
	}

	#hero .scaling-skyscraper-container {
		background-image: url('../svg/hero/Skyscraper-01.svg');
	}

	#hero .scaling-hospital-container {
		background-image: url('../svg/hero/Hospital.svg');
	}

	#hero .scaling-airplane-container {
		background-image: url('../svg/hero/Airplane.svg');
	}

	#hero .scaling-text-container {
		opacity: 0;
		background: transparent;
		background-size: cover;
		position: absolute;
		opacity: 1;
		right: 0;
		bottom: 0;
		left: 0;
	}

	#hero .hero-title {
		text-align: left;
		width: 75%;
	}
	#hero-bottom .hero-title {
		text-align: left;
		width: 85%;
	}
	#hero .hero-button, #hero-bottom .hero-button {
		text-align: left;
	}

	#hero .hero-text, #hero-bottom .hero-text {
		text-align: left;
	}
	#hero-bottom {
		margin-top: -350px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}	
}
@media (min-width: 961px) and (max-width: 991px) {
	#hero-bottom {
		margin-top: -550px;
		padding-bottom: 10px;
		margin-bottom: 0px;
	}
	#hero svg {display: none !important;}
}

@media (min-width: 992px) and (max-width: 1100px) {
#hero-bottom {
	margin-top: -320px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1245px) {

	#hero .scaling-bkg-container {
		width: 100vw;
		min-height: calc(100vh + 100px);
		text-align: center;
		opacity: 1;
		background-size: cover;
	}

	#hero h1, #hero-bottom h1 {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}

	#hero .hero-text, #hero-bottom .hero-text {
		margin-top: 5px;
	}

	#hero p, #hero-bottom p {
		font-size: 1.1em;
	}

	#hero .btn-outline-hero, #hero-bottom .btn-outline-hero {
		font-size: 1.1rem;
		padding: 0.4rem 3rem;
	}
}

@media screen and (min-width: 1245px) {
	#hero {
		height: calc(100vw * 0.9);
	}
	#hero-bottom {
		margin-top: -520px;
		padding-bottom: 20px;
	}
}
@media screen and (min-width: 1400px) {
	#hero-bottom {
		margin-top: -600px;
		padding-bottom: 20px;
		margin-bottom: 50px;
	}
}
@media screen and (min-width: 1700px) {
	#hero-bottom {
		margin-top: -750px;
		padding-bottom: 20px;
		margin-bottom: 50px;
	}
}
/* ==== HOME PAGE VIMEO SECTION ==== */

#video-section {
	position: relative;
	/* background-color: #e8eff9; */
	background-color: #dbe4f7;
	padding-top: 100px;
	padding-bottom: 100px
}

#ytplayer {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .45) !important;
}

@media (max-width: 768px) {

	.video-title-head {
		border-left: 0;
		text-align: center;
	}

	.video-title-bar {
		display: block;
		border-bottom: 8px solid #55CAFF;
		width: 75%;
		height: 10px;
		margin: 1.2rem auto;
	}
}

@media (min-width: 768px) {

	.video-title-head {
		border-left: 8px solid #55CAFF;
		height: 80%;
		text-align: left;
	}

	.video-title-bar {
		display: none;
	}

}

/* ==== VALUE PROPOSITIONS HOMEPAGE SECTION ==== */

#value-propositions {
	background: #ecf1fb;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	width: 100%;
}

#value-propositions .card {
	border: 0;
	border-radius: 0;
	background: #F5F9FA 0% 0% no-repeat padding-box;
	box-shadow: 6px 6px 0px #27498F0D;
}

#value-propositions .card-body {
	padding: 0.5rem 0.5rem 1.5rem 0.5rem;
}

#value-propositions h5.card-title {
	color: #55CAFF;
	font-weight: 700;
}

#value-propositions p.card-text {
	color: #27498f;
	font-size: 0.7rem;
	font-weight: 500;
	font-size: 0.9em;
}

@media (max-width: 768px) {

	#value-propositions .value-prop-title-head {
		border-left: 0;
		text-align: center;
	}

	#value-propositions .value-prop-title-bar {
		display: block;
		border-bottom: 8px solid #55CAFF;
		width: 75%;
		height: 10px;
		margin: 1.2rem auto;
	}

}

@media (min-width: 768px) {

	#value-propositions .value-prop-title-head {
		border-left: 8px solid #55CAFF;
		height: 80%;
		text-align: left;
	}

	#value-propositions .value-prop-title-bar {
		display: none;
	}

}

/* ==== MAPBOX ==== */

#mapbox_title {
	background-color: #f3f7fc;
	color: #fff;
	position: relative;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 50px;
}

#mapbox {
	position: relative;
	height: 75vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
}

#mapbox .card {
	padding: 0;
}

#mapbox .card-header {
	color: #27498f;
}

.mapboxgl-popup-content {
	padding: 0;
}

.custom-checkbox .custom-control-label::before {
	border-radius: 0 !important;
}

.custom-control-input:checked~.custom-control-label.case-study::before {
	color: #fff;
	border-color: #fc8403;
	background-color: #fc8403;
}

.custom-control-input:checked~.custom-control-label.cre::before {
	color: #fff;
	border-color: #aa33ff;
	background-color: #aa33ff;
}

.custom-control-input:checked~.custom-control-label.healthcare::before {
	color: #fff;
	border-color: #ff99c9;
	background-color: #ff99c9;
}

.custom-control-input:checked~.custom-control-label.hospitality::before {
	color: #fff;
	border-color: #2187ff;
	background-color: #2187ff;
}

.custom-control-input:checked~.custom-control-label.sports::before {
	color: #fff;
	border-color: #46e198;
	background-color: #46e198;
}

.custom-control-input:checked~.custom-control-label.highered::before {
	color: #fff;
	border-color: #fec257;
	background-color: #fec257;
}

.custom-control-input:checked~.custom-control-label.government::before {
	color: #fff;
	border-color: #f05b72;
	background-color: #f05b72;
}

.custom-control-input:checked~.custom-control-label.transportation::before {
	color: #fff;
	border-color: #e2d0ed;
	background-color: #e2d0ed;
}

.custom-control-label::before {
	top: 0;
}

.custom-control-label::after {
	top: 0;
}

.mapboxgl-popup-content {
	padding: 0 !important;
	min-width: 200px;
}

#menu {
	/* background: #fff; */
	position: absolute;
	z-index: 1;
	/* padding: 10px; */
	border-radius: 0px;
	/* border: 1px solid rgba(0, 0, 0, 0.4); */
	font-family: 'Josefin Sans',
		sans-serif;
	left: 50px;
	top: 10px;
	width: 430px;
}

#menu label {
	font-size: 0.7em;
	display: inline-block;
	width: 160px;
	margin-bottom: 5px;
}

#menu .menu-items {
	display: block;
	width: 100%;
}

#menu .row {
	margin: 0 !important;
}

#menu .col-6 {
	padding: 0 !important;
}

#menu .card-header {
	padding: .35rem 1.1rem;
}

#menu .btn-link {
	color: #27498f;
	text-decoration: none;
	width: 100%;
	text-align: left;
}

#menu .btn-map::after {
	display: block;
	margin-left: 10.2px;
	border-top: .3em !important;
	vertical-align: 0;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	float: right;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f105";
}

#menu .btn-map[aria-expanded="true"]::after {
	transform: rotate(90deg);
	transition: all ease 0.5s;
}

#menu .btn-map::after {
	transition: all ease 0.5s;
}

.card-header.current-select {
	background-color: #24c897;
}

@media (max-width: 768px) {

	.mapbox-title-head {
		border-left: 0;
		text-align: center;
	}

	.mapbox-title-bar {
		display: block;
		border-bottom: 8px solid #55CAFF;
		width: 75%;
		height: 10px;
		margin: 1.2rem auto;
	}

	.mapbox-options {
		display: none;
	}

}

@media (min-width: 768px) {

	.mapbox-title-head {
		border-left: 8px solid #55CAFF;
		height: 80%;
		text-align: left;
	}

	.mapbox-title-bar {
		display: none;
	}

	.mapbox-options {
		display: block;
	}

}


/* ==== THOUGHT LEADER ==== */

#thoughtleader {
	position: relative;
	background: url('../svg/Grid-White.svg') no-repeat #dbe4f7;
	background-size: cover;
	width: 100%;
	padding: 100px 0 100px;
}

#thoughtleader-wifi {
	position: relative;
	background: url('../svg/Grid-White.svg') no-repeat #dbe4f7;
	background-size: cover;
	width: 100%;
	padding: 100px 0 100px;
}

#thoughtleader a.btn:hover {
	color: #24c897;
}

#thoughtleader-wifi a.btn:hover {
	color: #24c897;
}

@media (min-width: 768px) {

	#thoughtleader .thought-content {
		text-align: left;
	}
	#thoughtleader-wifi .thought-content {
		text-align: left;
	}
}

@media (max-width: 768px) {

	#thoughtleader .thought-content {
		text-align: center;
	}
	#thoughtleader-wifi .thought-content {
		text-align: center;
	}
}

/* ==== TECHNOLOGY PROPOSITIONS ==== */

#tech-propositions {
	background: #ecf1fb;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	width: 100%;
}

#tech-propositions .card {
	border: 0;
	border-radius: 0;
	background: #F5F9FA 0% 0% no-repeat padding-box;
	opacity: 0;
}

#tech-propositions .card-body {
	padding: 0.5rem 0.5rem 1.5rem 0.5rem;
}

#tech-propositions h5.card-title {
	color: #27498f;
	font-weight: 700;
}

#tech-propositions p.card-text {
	color: #27498f;
	font-size: 0.7rem;
	font-weight: 500;
	font-size: 0.9em;
}


/*--------------------------------------------------
			SOLUTIONS & SERVICES PAGE
-------------------------------------------------- */

#services-hero {
	background-color: #1B5ACB;
	background: url('../svg/Grid.svg') no-repeat center -24px,
		linear-gradient(to bottom, #1B5ACB, #55CAFF, #ecf1fb);
	background-size: cover;
	display: flex;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

#services-hero .container {
	position: relative;
	z-index: 2;
	padding: 50px 20px;
	margin-top: 100px;
}

#services-hero p.solution-lead {
	color: #7f8489;
	font-weight: 500;
	font-size: 16px;
}

#services-hero li:before {
	content: '✔';
	margin-left: -1em;
	margin-right: 1em;
	color: #55CAFF;
}

#services-hero ul {
	padding-left: 35px;
	text-indent: -14px;
	list-style: none;
	list-style-position: outside;
	color: darkgray;
}

#services-hero li {
	margin-top: 20px;
}

.solutions-icon {
	position: relative;
	max-width: 50%;
	width: 50%;
	min-height: 200px;
	height: 200px;
	/* width: auto; */
	transform: translate(100%, -60%);
}

.solutions-card-body {
	margin-top: -140px;
	flex-wrap: wrap;
}

@media (max-width: 768px) {

	.solution-card-row {
		margin-top: 0;
	}

	.solution-card-col {
		margin-top: 75px;
	}

}

@media (min-width: 768px) {

	.solution-card-row {
		margin-top: 150px;
	}

	.solution-card-col {
		margin-top: 100px;
	}

}

/*--------------------------------------------------
			SERVICES PARENT PAGE
-------------------------------------------------- */

#service-suite-parent-section {
	/* position: relative; */
	display: flex;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px
}

@media (max-width: 768px) {
	.service-suite-title {
		border-left: 0;
		text-align: center;
	}

	.reveal-service-card {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.service-suite-title {
		border-left: 8px solid #55CAFF;
		text-align: left;
	}

	.service-suite-bar {
		display: none;
	}
}

/*--------------------------------------------------
			SERVICES CHILD PAGE
-------------------------------------------------- */

#services-child-hero {
	background-color: #1B5ACB;
	background: url('../svg/Grid.svg') no-repeat center -24px,
		linear-gradient(#1B5ACB, #55CAFF);
	background-size: cover;
	display: flex;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

#services-child-hero .container {
	margin-top: 150px;
	margin-bottom: 100px;
}

@media (min-width: 768px) {

	.hero-icon {
		height: 90%;
		width: 90%;
	}

	.child-hero-bar {
		border-bottom: 8px solid #55CAFF;
		width: 100px;
		height: 10px;
		margin: 1.2rem 0;
	}

	.services-ease-from-right {
		text-align: left;
	}

}

@media (max-width: 767px) {

	.hero-icon {
		height: 90%;
		width: 70%;
	}

	.child-hero-bar {
		border-bottom: 8px solid #55CAFF;
		width: 100px;
		height: 10px;
		margin: 1.2rem auto;
	}

	.services-ease-from-right {
		text-align: center;
	}

}

/*--------------------------------------------------
			PROPERTIES PAGE
-------------------------------------------------- */

#property-pages-hero {
	background-color: #1B5ACB;
	background: url('../svg/<?php echo $bkg_img; ?>.svg') no-repeat center -180px,
		linear-gradient(#1B5ACB, #55CAFF);
	background-size: cover;
	display: flex;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

#property-pages-hero .container {
	margin-top: 100px;
	padding-top: 20px;
	padding-bottom: 75px;
}

#property-pages-hero .scaling-svg-container {
	position: relative;
	height: 0;
	width: 100%;
	padding: 0;
	padding-bottom: 100%;
	overflow: hidden;
	/* override this inline for aspect ratio other than square */
}

#property-pages-hero .scaling-svg {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

#property-pages-hero embed {
	height: 100%;
}

@media (max-width: 959px) {
	.hero-title-right {
		text-align: center;
	}

	.hero-title-left {
		text-align: center;
	}

	.hero-text-right {
		text-align: center;
	}

	.hero-text-left {
		text-align: center;
	}
}

@media (min-width: 959px) {
	.hero-title-right {
		text-align: right;
	}

	.hero-title-left {
		text-align: left;
	}

	.hero-text-right {
		text-align: right;
	}

	.hero-text-left {
		text-align: left;
	}
}


/*--------------------------------------------------
			OPERATORS PAGE
-------------------------------------------------- */

#operator-hero {
	background-color: #1B5ACB;
	background: url('../svg/<?php echo $bkg_img; ?>.svg') no-repeat center -180px,
		linear-gradient(#1B5ACB, #55CAFF);
	background-size: cover;
	display: flex;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

#operator-hero .container {
	margin-top: 100px;
	padding-top: 20px;
	padding-bottom: 75px;
}

#operator-hero .scaling-svg-container {
	position: relative;
	height: 0;
	width: 100%;
	padding: 0;
	padding-bottom: 100%;
	overflow: hidden;
	/* override this inline for aspect ratio other than square */
}

#operator-hero .scaling-svg {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

#operator-hero .lead {
	opacity: 1;
	font-weight: 500;
}


/*--------------------------------------------------
			ABOUT US PAGE
-------------------------------------------------- */

#about-us-hero {
	background-color: #1B5ACB;
	background: url('../svg/Grid.svg') no-repeat center -24px,
		linear-gradient(#1B5ACB, #55CAFF);
	background-size: cover;
	display: flex;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

#about-us-hero .container {
	margin-top: 100px;
	padding-top: 20px;
	padding-bottom: 75px;
}

#our-story {
	position: relative;
	background-size: cover;
	width: 100%;
	padding: 30px 0 50px;
}


/* ==== ICON CARDS SECTION ==== */

#icon-cards {
	background: #e8eff9;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	width: 100%;
}

#icon-cards .card {
	border: 0;
	border-radius: 0;
	background: #F5F9FA 0% 0% no-repeat padding-box;
}

#icon-cards img {
	max-width: 200px;
}

#icon-cards .icon-card {
	opacity: 0;
}

#icon-cards .card-body {
	padding: 0.5rem 0.5rem 1.5rem 0.5rem;
}

#icon-cards .icon-holder {
	min-height: 130px;
	transform: translateY(-60%);
}

#icon-cards h5.card-title {
	color: #27498f;
	font-weight: 700;
	margin-top: -120px;
}

#icon-cards p.card-text {
	color: #27498f;
	font-size: 0.7rem;
	font-weight: 500;
	font-size: 0.9em;
}

@media screen and (max-width : 576px) {
	.icon-card-bar {
		display: block;
		border-bottom: 8px solid #55CAFF;
		width: 200px;
		height: 10px;
		margin: 0 auto;
	}

	.icon-card-title {
		border-left: 0;
		text-align: center;
	}
}

@media screen and (min-width : 577px) {
	.icon-card-bar {
		display: none;
	}

	.icon-card-title {
		border-left: 8px solid #55CAFF;
	}
}

@media screen and (max-width : 768px) {
	#icon-cards .card {
		margin-top: 75px;
	}

	#icon-cards .icon-row {
		margin-top: 0 !important;
	}
}

@media screen and (min-width : 769px) {
	#icon-cards .icon-row {
		margin-top: 90px !important;
	}
}

@media screen and (max-width : 991px) {
	.icon-card {
		margin-top: 10px !important;
	}
}


/* ==== CONTENT SERVICE SUITE SECTION ==== */

.service-card {
	min-height: 250px;
}

.card-green .card-title {
	margin-bottom: 0;
}

.service-card .card-body {
	padding: 1.2rem 0.5rem;
}

.reveal-service-card {
	opacity: 0;
}

.service-equation {
	opacity: 0;
}

@media screen and (max-width : 991px) {
	.row+.row {
		margin-top: 0 !important;
	}
}


/* ==== CTA-OVERLAP SECTION ==== */

#cta-block {
	align-items: center;
	background-color: #e8eff9;
	display: flex;
	justify-content: center;
}

.block-overlap {
	display: block;
	background-color: #fff;
	box-shadow: 4px 4px 0px #27498F0D;
	align-self: center;
	position: relative;
	margin-top: -60px;
	margin-bottom: 20px;
	opacity: 0;
}

.block-overlap-wide {
	min-width: 300px;
	width: 70%;
	display: block;
	background-color: #fff;
	box-shadow: 4px 4px 0px #27498F0D;
	align-self: center;
	position: relative;
	margin-top: -60px;
	margin-bottom: 20px;
	opacity: 0;
}

.interior-block-container {
	padding-left: 50px;
	padding-right: 50px;
}

.left-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.no-pad {
	padding: 0;
}

@media screen and (max-width : 722px) {
	.block-overlap {
		min-width: 200px;
		width: 90%;
	}
}

@media screen and (min-width : 722px) {
	.block-overlap {
		min-width: 650px;
		width: 60%;
	}
}

@media (min-width: 992px) {
	.block-overlap-wide {
		display: flex;
	}
}

.btn-learn-more {
	background-color: #1B5ACB;
	width: 100%;
}

.btn-learn-more:hover {
	color: #fff;
}


/* ==== BASIC CTA SECTION ==== */

#get-ready {
	position: relative;
	background-size: cover;
	width: 100%;
	padding: 30px 0 50px;
}


/* ==== FAQ SECTION ==== */

#faq-section {
	position: relative;
	background-color: #e8eff9;
	width: 100%;
	padding: 10px 0 50px;
}

#faq-section h4 {
	color: #55CAFF;
}

#faq-section .card {
	background-color: transparent;
	border: 0;
}

#faq-section .card-header {
	background-color: transparent;
	border: 0;
	/* border-bottom: #27498f solid 3px; */
	padding: 0 0.25rem;
}

#faq-section .card-header button {
	color: #27498f;
	text-decoration: none;
	font-size: 1.36rem;
	text-align: left;
}

#faq-section i {
	color: #24c897;
	font-weight: 900;
}

#faq-section .card-header button.collapsed::before {
	vertical-align: 0;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f067";
	color: #24c897;
	margin-right: 10px;
}

#faq-section .card-header button:not(.collapsed)::before {
	vertical-align: 0;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f068";
	color: #24c897;
	margin-right: 10px;
}

#faq-section .collapse.show>.card-body {
	background-color: #dbe4f7;
}


/* ==== OPERATORS PAGE ==== */

/* #operator-properties {
	background: #ecf1fb;
	padding-top: 75px;
	padding-bottom: 50px;
	position: relative;
	width: 100%;
}

#operator-properties p {
	color: rgb(87, 94, 107);
	font-weight: 500;
}

#operator-properties .btn {
	margin-top: 20px;
	background: #1B5ACB 0% 0% no-repeat padding-box;
	box-shadow: 2px 2px 0px #0000000D;
	opacity: 1;
	padding: 10px 50px;
} */

/* ==== TURNKEY SECTION ==== */

#turnkey-section {
	/* position: relative; */
	display: flex;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px
}

p.lead .turnkey {
	font-family: 'Josefin Sans',
		sans-serif;
	color: darkgray;
	font-size: 1em;
}

@media (max-width: 568px) {
	.turnkey-content {
		text-align: center;
	}

	.turnkey-bar {
		border-bottom: 8px solid #55CAFF;
		width: 100px;
		height: 10px;
		margin: 1.2rem auto;
	}
}

@media (min-width: 568px) {
	.turnkey-content {
		text-align: left;
	}

	.turnkey-bar {
		border-bottom: 8px solid #55CAFF;
		width: 100px;
		height: 10px;
		margin: 1.2rem 0;
	}
}


/* ==== SERVICE SUITE SECTION ==== */

#service-suite-section {
	/* position: relative; */
	/* background: url('../svg/Grid-White.svg') no-repeat #dbe4f7; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px
}

#service-suite-section .card {
	border: 0;
}

#service-suite-section .card-green {
	color: #fff !important;
	background-color: #24c897;
}

#service-suite-section .card-text {
	color: #27498f;
	font-weight: 500;
	font-size: 12px;
}

#service-suite-section .card-green>.card-body h5,
.card-green>.card-body>.card-text {
	color: #fff !important;
	font-size: 22px;
	font-weight: 900;
}

#service-suite-section .plus-col {
	color: #24c897;
	font-weight: 500;
	font-size: 56px;
	text-align: center;
	align-self: center;
}


/* ==== CLIENT SLIDER SECTION ==== */

#client-slider {
	position: relative;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 60px;
	position: relative;
	width: 100%;
}

.sliderimage_hide_border .wpls-logo-cnt.slick-slide img {
	max-height: 100px !important;
}

.wpls-logo-showcase button.slick-next,
.wpls-logo-showcase button.slick-next:active {
	background-color: #24c897 !important;
}

.wpls-logo-showcase button.slick-prev,
.wpls-logo-showcase button.slick-prev:active {
	background-color: #24c897 !important;
}

.wpls-logo-showcase .slick-dots li button {
	text-indent: -99999px;
	margin: 10px 0 0 0 !important;
	padding: 0px !important;
	border: 1px solid #1B5ACB !important;
	border-radius: 50% !important;
	width: 12px !important;
	height: 12px !important;
	background-color: #fff;
	cursor: pointer;
	display: none;
}

.client-bar {
	border-bottom: 8px solid #55CAFF;
	width: 200px;
	height: 10px;
}

@media (max-width: 568px) {
	.client-title {
		text-align: center;
	}

	.client-bar {
		margin: 1.2rem auto;
	}
}

@media (min-width: 568px) {
	.client-title {
		text-align: left;
	}

	.client-bar {
		margin: 1.2rem 0;
	}
}

@media (max-width: 768px) {
	.client-bar {
		margin: 1.2rem auto;
	}
}


/* ==== INDUSTRY PICKER SECTION ==== */

#industry-picker {
	background-color: #e8eff9;
	padding-top: 50px;
	padding-bottom: 50px;
}

.picker-title-block {
	text-align: left;
}

.picker-title-bar {
	margin: 1.2rem 0;
	border-bottom: 8px solid #55CAFF;
	width: 200px;
	height: 10px;
}

@media (max-width: 576px) {
	.col-special {
		flex: 0 0 50%;
		max-width: 50%;
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		flex-wrap: wrap;
		margin-top: 35px;
	}

	.picker-title-block {
		text-align: center;
	}

	.picker-title-bar {
		margin: 1.2rem auto;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.col-special {
		flex: 0 0 50%;
		max-width: 50%;
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		flex-wrap: wrap;
		margin-top: 35px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.col-special {
		flex: 0 0 33.333%;
		max-width: 33.333%;
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		flex-wrap: wrap;
		margin-top: 35px;
	}

}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.col-special {
		flex: 0 0 20%;
		max-width: 20%;
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		flex-wrap: wrap;
		margin-top: 35px;
	}

}

@media (min-width: 1200px) {
	.col-special {
		flex: 0 0 14.285%;
		max-width: 14.285%;
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		flex-wrap: wrap;
	}
}

.col-special .card {
	flex-flow: wrap;
}

.img-holder {
	width: 100%;
	transform: translateY(-40%);
}

.small-icon {
	width: 100%;
	max-height: 90px;
	overflow: hidden;
}

.col-special .prop-link {
	width: 100%;
	margin-top: -30px;
	color: #24c897;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
}


/* ==== LEADERSHIP TEAM SECTION ==== */

#leadership-team {
	background: #e8eff9;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	width: 100%;
	height: max-content;
}

#leadership-team h3 {
	margin-top: 0;
}

.carousel {
	/* position: relative; */
	height: 300px;
	width: 100%;
	margin: 0 auto;
}

.carousel_image {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.carousel__track-container {
	margin-left: 15px;
	margin-right: 15px;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.carousel__track {
	padding: 0;
	margin: 0;
	height: 100%;
	position: relative;
	transition: transform 300ms ease-in;
}

.carousel__slide {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

.carousel__slide p {
	font-size: 14px;
}

.carousel__nav_holder {
	position: relative;
}

.carousel__button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: 0;
	cursor: pointer;
}

.carousel__button--left {
	left: -40px;
	color: #24c897;
}

.carousel__button--right {
	right: -40px;
	color: #24c897;
}

.carousel__button img {
	width: 12px;
}

.carousel__nav {
	display: flex;
	/* justify-content: left; */
	flex-wrap: wrap;
	padding: 25px 0;
	margin: 0 20px;
	/* overflow: hidden; */
}

.bio-mat {
	background-color: #24c897;
	/* background: linear-gradient(#1B5ACB, #55CAFF); */
	padding: 20px;
	height: 300px;
	max-height: 300px;
	overflow-y: scroll;
}

.carousel__indicator {
	border: 0;
	position: relative;
	min-width: 100px;
	height: 100px;
	margin: 10px;
	/* background: rgba(0, 0, 0, .3); */
	cursor: pointer;
}

.carousel__indicator img {
	width: 100px;
	height: 100px;
}

.carousel__nav_holder .current-slide {
	box-shadow: 0px 0px 10px #24c897;
}

.is-hidden {
	display: none;
}

@media (max-width: 768px) {

	.team-title-head {
		border-left: 0;
		text-align: center;
	}

	.team-title-bar {
		display: block;
		border-bottom: 8px solid #55CAFF;
		width: 75%;
		height: 10px;
		margin: 1.2rem auto;
	}

	.carousel {
		height: 600px;
	}

	.carousel__button--left {
		display: none;
	}

	.carousel__button--right {
		display: none;
	}

	.carousel__row {
		max-height: 700px;
		overflow-y: hidden;
	}

	.carousel_image {
		width: 100%;
		height: 300px;
		;
		object-fit: cover;
	}

	.bio-mat {
		height: 400px;
	}

}

@media (min-width: 768px) {

	.team-title-head {
		border-left: 8px solid #55CAFF;
		height: 80%;
		text-align: left;
	}

	.team-title-bar {
		display: none;
	}

	.carousel__row {
		max-height: 300px;
		overflow-y: hidden;
	}

}


/* ==== NEWS PAGE ==== */

#blog-hero {
	background-color: #1B5ACB;
	background: url('../svg/<?php echo $bkg_img; ?>.svg') no-repeat center -180px,
		linear-gradient(#1B5ACB, #55CAFF);
	background-size: cover;
	display: flex;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

#blog-hero .container {
	margin-top: 120px;
	padding-top: 20px;
	padding-bottom: 95px;
}

#blog-hero p.lead {
	font-size: 26px;
}

.post-image img {
	min-height: 150px;
	object-fit: cover;
	max-height: 200px;
	overflow: hidden;
	width: 100%;
}

#blog-cta-block {
	align-items: center;
	display: flex;
	justify-content: center;
}

.blog-block-overlap {
	width: 100%;
	display: block;
	align-self: center;
	position: relative;
	margin-top: -60px;
	margin-bottom: 20px;
	opacity: 1;
	-webkit-animation: reveal-block 1s ease-in forwards;
	animation: reveal-block 1s ease-in forwards;
}

.card-img-top,
.card-img-bottom {
	min-height: 1px;
}

.card-img-top {
	width: 100%;
	/* border-top-left-radius: calc(0.3125rem - 1px);
    border-top-right-radius: calc(0.3125rem - 1px); */
}

.card-item {
	padding: 20px;
	font-size: 20px;
	color: #1B5ACB;
	font-weight: 500;
}

.card-item.selected {
	background-color: #24c897;
	color: #fff;
}

#blog-cta-block img {
	vertical-align: middle;
	border-style: none;
	overflow: hidden;
	max-height: 300px;
}

/* -- PAGING STYLE -- */
.pgntn-page-pagination .current {
	background-color: #24c897 !important;
	border: 0 !important;
	border-radius: 5px !important;
	padding: 0.3rem 0.7rem !important;
	color: #fff;
}


/* ==== SINGLE POST ==== */

#single-cat-news {
	background-color: #1B5ACB;
	background: url('../svg/Grid.svg') no-repeat center -180px,
		linear-gradient(#1B5ACB, #55CAFF);
	background-size: cover;
	display: flex;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

#single-cat-news .container {
	margin-top: 100px;
	padding-top: 20px;
	padding-bottom: 75px;
}

#image-block {
	align-items: center;
	/* background-color: #e8eff9; */
	display: flex;
	justify-content: center;
	margin-bottom: -75px;
}

.image-overlap {
	min-width: 400px;
	/* height: 100px; */
	/* width: 50%; */
	display: block;
	/* box-shadow: 0px 10px 20px #e8eff9; */
	align-self: center;
	position: relative;
	/* margin-top: -100px; */
	transform: translateY(-30%);
	margin-bottom: 20px;
}

section .post-content {
	padding: 0 0 50px;
}

.post-image {
	min-height: 150px;
	max-height: 400px;
	width: 100%;
	object-fit: cover;
	overflow: hidden;
	box-shadow: 0px 10px 20px #dbe4f7;
}

.post-content p {
	display: block;
	width: 100%;
}

@media (max-width: 568px) {
	section .container, .container-md {
		padding: 0 30px;
	}

	.interior-block-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* ==== FOOTER ==== */

footer {
	background: linear-gradient(#1a57c5, #081b41);
	color: white;
	padding: 50px 0 10px;
}

footer label {
	color: #fff !important;
}

footer h4 {
	margin: 20px 0;
	font-size: 24px;
	font-family: 'Teko',
		sans-serif;
	opacity: 0.7;
	color: #fff;
}

footer p {
	margin: 0;
}

footer .copyright {
	font-size: 0.8em;
}

footer a:link,
footer a:visited {
	color: white;
	opacity: 0.7;
}

footer a:hover {
	color: darkgrey;
}

footer .linkedin-title {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.05em;
	color: #fff;
}

footer p.linkedin-lead {
	font-size: 12px;
	opacity: 0.7;
	line-height: 1.2em;
	margin-top: 10px;
}

footer .linkedin-readmore {
	margin-top: 15px;
}

footer .linkedin-readmore a {
	font-size: 15px;
	font-weight: 700;
	color: #55CAFF;
}

footer input[type="submit"],
button[type="submit"],
.modal input[type="submit"] {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.33;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 2px solid #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 5px 65px;
	background: transparent;
	opacity: 0.7;
	float: right;
}

body.modal-open {
	height: 100vh;
	overflow-y: hidden;
}

.modal-header {
	padding: 2rem 2rem 0 2rem !important;
	border-bottom: 0;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}

.modal-body {
	padding: 0 2rem 2rem;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
	outline: none;
	background: #fff;
	color: #24c897;
	opacity: 1;
}


/* ================================================================== MEDIA QUERIES ================================================================== */

@media screen and (max-width : 768px) {

	h1 {
		font-size: 30px;
		font-family: 'Josefin Sans',
			sans-serif;
		font-weight: 900;
		line-height: 1.3;
	}

	h1 small {
		color: white;
	}

	h1,
	h2 {
		margin: 0 0 40px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		margin: 20px 0;
		font-size: 26px;
		font-weight: bold;
	}

	h4 {
		font-size: 20px;
		font-weight: 600;
	}

	h5 {
		font-size: 18px;
	}

	p.lead {
		font-size: 14px;
		font-weight: 300;
	}

	.connect-btn {
		display: none;
	}

	.btn-big-green {
		margin-top: 10px;
		background: #24c897 0% 0% no-repeat padding-box;
		box-shadow: 0 .3rem 0.3rem rgba(0, 0, 0, .25) !important;
		opacity: 1;
		color: #fff;
		padding: 10px 35px;
		font-size: 16px;
	}

	.resource {
		width: 100%;
		margin-right: 0;
		min-height: 0;
	}
}

@media screen and (max-width : 568px) {

	.connect-btn {
		display: none;
	}

	.resource {
		width: 100%;
		margin-right: 0;
		min-height: 0;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

	/* IE10+ CSS styles go here */

}