body {
	/*padding-top: 54px;*/
	color: #192227;
	font-family: "Carlito", sans-serif;
}

/*@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}*/

a {
	color: #9966cc;
}
a:hover {
	text-decoration: underline;
	color: #cc99cc;
}
a:focus {
	text-decoration: none;
	outline: none;
	color: #cc99cc;
}

h1 {
	color: #333333;
	font-family: "Overpass", sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
}
h2 {
	color: #192227;
	font-family: "Overpass", sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
}
h3 {
	color: #660099;
	font-family: "Overpass", sans-serif;
	font-size: 22px;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
}
h4 {
	color: #333333;
	font-family: "Overpass", sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin: 0px 0px 10px 0px;
}

p {
	color: #192227;
	font-family: "Carlito", sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	margin: 0 0 15px 0;
}

/*ul, ol {
	  list-style: none;
}*/

img {
	height: auto;
	width: auto;
	max-width: 100%;
}

hr {
	border: none;
	background: linear-gradient(to left, #00a081, #0066b3);
	width: 100%;
	height: 3px;
	margin: 3.5em 0;
	position: relative;
}

.editor {
	margin: 0 0 50px 0;
}
.editor h2 {
	color: #192227;
	font-family: "Overpass", sans-serif;
	font-size: 36px;
	font-weight: 700;
	margin: 0px 0px .5em 0px;
}
.editor h3 {
	color: #0066b3;
	font-family: "Overpass", sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin: 0px 0px .5em 0px;
}
.editor h4 {
	color: #192227;
	font-family: "Carlito", sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin: 0px 0px .5em 0px;
}
.editor h5 {
	color: #dd7737;
	font-family: "Overpass", sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin: 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.editor h6 {
	color: #192227;
	font-family: "Carlito", sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0px;
	letter-spacing: 1px;
}
.editor a {
	color: #0882c3;
	text-decoration: underline;
}
.editor a:hover, .editor a:focus {
	color: #3E2F60;
	text-decoration: underline;
}
.editor p {
	color: #192227;
	font-family: "Carlito", sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
}
.editor ul,
.editor ol {
	margin: 0 0 20px 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 1.5em;
}
.editor ul li {
	list-style-type: square;
	margin: 0 0 5px 20px;
}

.editor ul li ul {
	margin: 0 0 0 15px;
}

.editor-intro {
	display: flex;
	flex-flow: row wrap;
}
.editor-intro > div:first-child {
	width: 50%;	
	padding-right: 50px;
}
.editor-intro > div:last-child {
	width: 50%;	
}
/*.editor-intro .content * {
	color: #fff;
}*/
.editor-image-grid {
    float: right;
    margin: 0 0 1.5em 1.5em;
	max-width: 50%;
}
.editor-image-grid > div {
	/*flex-basis: 50%;
	max-width: 50%;	*/
	flex-basis: 100%;
	max-width: 100%;	
}
.editor-image-grid > div img {
	padding: .5em;
}

.btn {
	border-radius: 9999px;
	color: #00a081;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 8px 30px 8px 20px;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.btn:hover, .btn:focus {
	color: #192227;	
}

.btn.style1 {
	background-color: #00a081;
	color: #192227 !important;
}

.btn-text {
	background: none;
	border: none;
	color: #0066b3;
	font-size: 17px;
	font-weight: 700;
	padding: 5px 0;
	text-transform: none;
}
.btn-text:hover {
	background: none;
	color: #0066b3;
}

.btn.wave {
	transition: all 0.4s ease;
	text-decoration: none !important;	
	/*background-image: url(../img/btn-wave.png);
	background-repeat: repeat-x;
	background-position: 0px 30px;
	padding: 5px 0px 20px 0px;*/
	color: #192227;
	padding: 4px 0;
	position: relative;
}
.btn.wave:after {
	content: "";
	position: absolute;
	height: 3px;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #192227;
}
.btn.wave:hover:after, .btn.wave:focus:after {
	bottom: 3px;
}
/*.btn.wave:hover {
	color: #00a081;
	background-position: 20px 30px;
}*/

.btn-default,
.class1 {
	background-color:#00a081;
	border-radius: 20px;
	border: 1px solid #00a081;
	color: #fff !important;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 30px;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: 0.3s;
	cursor: pointer;
	/*display: flex;
	align-items: center;*/
}
.btn-default.arrow {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px 5px 20px;
}
.btn-default.arrow:after {
	content: "";
	display: flex;
	background-image: url("../img/arrow-right.png");
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	width: 44px;
	height: 28px;
}
.btn-default:hover.arrow:after {
	right: -7px;
}
.btn-default:hover, .btn-default:focus,
.class1:hover, .class1:focus {
	background: #0066b3;
	color: #00a081;
}

.btn-round {
	background-color: #192227;
	border: 2px solid #192227;
	border-radius: 9999px;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 10px;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: 0.3s;
}
.btn-round:hover {
	background: none;
	color: #192227 !important;	
}
.btn-round:nth-child(n+2) {
	margin-left: 15px;
}

.btn-pill {
	color: #192227 !important;
	padding: 4px 0px;
	text-decoration: none !important;
	position: relative;
}
.btn-pill:after {
	content: "";
	position: absolute;
	height: 3px;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #192227;
}
.btn-pill:hover:after, .btn-pill:focus:after {
	bottom: 3px;
}

.btn-round-outline {
	background: #0066b3;
	border: 2px solid #0066b3;
	border-radius: 9999px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 10px 20px;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: 0.3s;
}
.btn-round-outline:hover {
	background: none;
	color: #fff !important;	
}
.btn-round-outline:nth-child(n+2) {
	margin-left: 15px;
}

.btn-underline {
	background: none;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 4px 0;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: all 0.2s ease;
	position: relative;
}
.btn-underline:after {
	content: "";
	position: absolute;
	height: 3px;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	transition: all 0.2s ease;
}
.btn-underline:hover {
	background: none;
	color: #fff !important;	
}
.btn-underline:hover:after, .btn-underline:focus:after {
	bottom: 3px;
}
.btn-underline:nth-child(n+2) {
	margin-left: 15px;
}

.flex-heading-2 {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.flex-heading-3 {
	display: flex;
	justify-content: right;
	margin-bottom: 20px;
}

.wrapper {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	padding: 0 85px;
	position: relative;
	z-index: 1;
}


header.cover {
	/*position: absolute;*/
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #0066b3;
	background: rgba(0,102,179,.85);
	border: 10px solid;
	border-image-slice: 1;
	border-width: 5px;
	border-image-source: linear-gradient(to left, #00a081, #0066b3);
	border-right: none;
	border-top: none;
	border-left: none;
	position:fixed;
	/*transition: all 0.4s ease;*/
}
header.cover .show-link {
	display: none;
}
header.sticky .utility {
	display: none;
}
header.cover.sticky .show-link {
	display: block;
}
header.cover.sticky {
	background: rgba(0,102,179,1);
	box-shadow: 0 9px 7px -2px rgba(0, 0, 0, 0.5);
}
header.cover.sticky .navbar {
	flex-flow: row;
	align-items: center;
	padding: 0px;
}
/*header.cover.sticky .nav a {
	padding: 12px 0px;
}*/
/*header.cover.sticky .nav a.filled {
	padding: 4px 8px 9px 13px;	
	margin-top: -6px;
}*/
header.cover.sticky .cls-1 {
	opacity: 1 !important;
}
/*header.sticky .header_logo {
	width: 180px;
	xheight: 40px;
	background-size: 180px;
	left: auto;
	margin: auto;
}*/
header.sticky .section-show {
	display: none;
}
.utility .section-show {
	display: block;
}
.navbar-nav .section-show {
	display: none;
}

header .navbar {
	padding: 0px;
}

header .dropdown-menu {
	border-radius: 0;
	margin: 0px;
}
/*header .dropdown-item:focus, header .dropdown-item:hover {
	background: #91236F;
	color: #fff !important;
}*/

header .nav .nav-item{list-style-type: none; margin: 0 5px;}
header .nav a{
    flex: 0 0 auto;
    display: block;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: .05em;
}
header .nav a:hover, header .nav a:focus {
	color: #E89E3A;
	text-decoration: none;
}

/*header .nav .dropdown-item {
	font-weight: 600;
	padding: 5px 15px;
	text-transform: none;
}*/

header .navbar-collapse {
	/*flex-direction: column;
	align-items: flex-end;*/
	justify-content: flex-end;
}

header .utility {
	/*display: flex;
	flex-direction: row;
	position: absolute;
	top: 0;
	right: 0;
	margin: auto;*/
	margin: 0px;
	padding: 0px;
}
header .utility .utility-item {
	list-style-type: none;
	margin: 0 5px;
}
header .utility a {
    flex: 0 0 auto;
    color: #3E2F60;
    display: block;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 4px 15px 9px 15px;
	text-decoration: none;
}
header .utility a:hover {
	color: #91236F;
	text-decoration: none;
}
header a.filled {
	color: #fff;
	border-radius: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	border: 2px solid #E89E3A;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	padding: 8px 13px;
	transition: all 0.2s ease;
}
/*header a.filled::after {
	content: "";
	display: flex;
	background-image: url("../img/arrow-right.png");
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	width: 44px;
	height: 28px;
}*/
header a:hover.filled {
	color: #fff;
	background: #E89E3A; 
}

.navbar-toggler {
	color: #00a081;
	font-size: 1.75em;
}

.dropdown {
 	position: static;
}
.dropdown .dropdown-menu {
	padding: 15px;
	text-align: center;
	background: rgba(255,255,255,.95);
	border: none;
	box-shadow: none;
	-webkit-box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.2);
	border-radius: 0px;
	width: 100%;
}

/*.dropdown .dropdown-menu {
	left: 0;
	right: 0;
}*/
.dropdown .dropdown-menu li {
	display: inline-block;
	text-transform: none;
	flex: 0 0 auto;
	width: 16.66667%;
}
.dropdown .dropdown-menu a {
	color: #192227;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.25em;
	padding: 6px 10px;
	text-transform: none;
	white-space: normal;
	background: none;
}
.dropdown .dropdown-menu a:hover {
	color: #0066b3 !important;
}
.dropdown .dropdown-item .image {
	/*border-radius: 5px;*/
	margin-bottom: 10px;
	overflow: hidden;
}
/*.dropdown .dropdown-item img {
	transition: transform .2s;
}
.dropdown .dropdown-item:hover img {
	transform: scale(1.1);
}*/
.dropdown .dropdown-menu a:hover {
	color: #c3002f;	
}
.dropdown .dropdown-menu > li > a:hover, .dropdown .dropdown-menu > li > a:focus {
	background: none;	
}

.dropdown .dropdown-menu .dropdown-menu-container {
	display: flex;
	margin: auto;
	padding: 0px;
	flex-wrap: wrap;
}

/* new logo */
.header_logo {
    display:block;
    z-index: 3;
    width:84px;
    height:60px;
    position:relative;
    background-image: url('../img/Citywave_logo_White.png');
    background-size:84px;
    background-position:center;
    background-repeat: no-repeat;
} 

.seo-pagetitle {
	clip: rect(1px,1px,1px,1px);
	border: 0;
	clip-path: inset(0px 0px 99.9% 99.9%);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.pageTitle {
	color: #fff;
	font-family: "Overpass", sans-serif;
	font-size: 6em;
	font-weight: 900;
	line-height: 1em;
	margin: 0px;
	text-align: center;
	position: relative;
	/*text-shadow: 2px 2px 3px #000;*/
}
/*.pageTitle:after {
	content: "";
	background-image: url(../img/wave-border.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 107px;
	height: 8px;
	display: block;
	position: absolute;
	bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
}*/

#page-header {
	display: flex;
	flex-direction: column;
	position: relative;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
#page-header:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(25,34,39,.45);
}
/*#page-header:after {
	content: "";
	background: url(../img/wave-art-light.png) repeat-x center bottom;
	background-size: contain;
	width: 100%;
	height: 90px;
	z-index: 0;
	position: absolute;
	bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
}*/
#page-header.dark:after {
	background-image: url("../img/wave-art.png");
	background-position: top;
	background-repeat: repeat-x;
	margin-top: -92px;
	bottom: 0px;
	height: 92px;
	left: auto;
	transform: rotate(180deg);
}
#page-header.noafter:after {
	display:none;
}

#page-header .intro {
	margin: auto;
	padding: 0 15px;
	padding-right: 15px;
	text-align: center;	
	width: 100%;
	max-width: 750px;
}
#page-header .heading p,
#page-header h1.heading {
	color: #fff;
	display: inline-block;
	font-size: 38px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.15em;
	padding-bottom: .5em;
	margin-bottom: 0;
}
#page-header p {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5em;
}
#page-body .heading p {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.5em;
}


.page-header-container {
	padding-top: 190px;
	padding-bottom: 70px;
	height: 100%;
	min-height: 450px;
	width: 100%;
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.page-header-container:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0,160,129,.4);
}*/

#page-body {
	background: #fff;
	padding: 3em 0;
}
#page-body.dark {
	background-color: #192227;
	/*background-image: url(../img/darkblue_dots_bg.png);
	background-repeat: no-repeat;
	background-position: -105px 0;
	background-size: 650px 722px;*/
}

.breadcrumb-panel {
	font-size: 13px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: center;
}
.breadcrumb {
	background: #fff;
	border-radius: 0px;
	display: inline-flex;
	font-size: 15px;
	margin: 0;
	padding: .5em 1em;
}
.breadcrumb a {
	color: #192227;	
}
.breadcrumb .active {
	color: #192227;
	font-weight: 700;
}
.breadcrumb-item {
	padding: 0px;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #192227;
    content:'\f0da';
    font-family:'Font Awesome 5 Free';
    font-weight:900;
}

.edge-divider {
	background-repeat: no-repeat;
	position: relative;
	z-index: 5;
}
.edge-divider.top {
	background-image: url("../img/wave-art.png");
	background-position: center;
	background-repeat: repeat-x;
	margin-top: -92px;
	bottom: -20px;
	height: 92px;
	transform: rotate(180deg);
}
.edge-divider.bottom {
	background-image: url("../img/wave-art.png");
	background-position: center;
	background-repeat: repeat-x;
	margin-top: -92px;
	height: 92px;
}

.panel {
	padding: 3em 0;
}

.bg-art.dark {
	background-image: url(../img/bg-wave-dots.png);
	background-repeat: no-repeat;
	/*background-position: -250px -31px;*/
	background-size: 30%;
}
.bg-art.light {
	background-image: url(../img/bg-wave-dots.png);
	background-repeat: no-repeat;
	/*background-position: -250px -31px;*/
	background-size: 30%;
}
.bg-art.left {
	background-position: left;
}
.bg-art.right {
	background-position: -50px;
}

#news.panel {
	padding: 5em 0 3em 0;
}

.about {
	background: #0066B3;
	background: linear-gradient(135deg,rgba(0, 102, 179, 1) 0%, rgba(0, 160, 129, 1) 50%, rgba(0, 102, 179, 1) 100%);
}
.about .heading {
	margin-bottom: 1.5em;
}
.about h4,
.about h4 p {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	line-height: 1em;
	display: inline;
}
.about h4 + span,
.about h4 + span p {
	color: #A8B4CC;
	display: inline;
	font-size: 34px;
	font-weight: 600;
	line-height: 1em;
}
.about p {
	color: #fff;	
	font-size: 24px;
	line-height: 1.5em;
}
.about .copy {
	text-align: center;
}

.logoWall {
	text-align: center;
}

.partners {
	margin-bottom: 80px;
}
.partners img {
	max-width: 80%;	
	/*filter: brightness(0) invert(1);*/
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-350px * 10));
  }
}
.partner-slider {
	height: 100px;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: auto;
}
.partner-slider .slide-track {
	animation: scroll 80s linear infinite;
	display: flex;
	width: calc(500px * 20);
}
.partner-slider .slide {
	height: 100px;
	width: 400px;
}

.features-grid {
	display: flex;
	flex-flow: wrap;
	gap: 2em;
}
.features-grid > div {
	flex-basis: calc((100% - (2 * 2em)) / 3);
}
.features-grid .item {
	background-repeat: no-repeat;
	font-family: "Overpass", sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	position: relative;
	margin-bottom: 1em;
	padding: 7px 2em 1em 5.5em;
	min-height: 80px;
}
/*.features-grid .item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #0066b3;
	transform: rotate(0deg);
}*/

#features {
	background-color: #fff;
	/*background-image: url(../img/features-bg.png);
	position: relative;*/
}
/*#features:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(25,34,39,.4);
}*/
#features h4 {
	color: #0066b3;
	font-weight: 800;
	font-size: 40px;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.home #products {
	background-color: #192227;
}
/*.products {
	padding: 0 1em;
}*/
.products h4 {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 1em;
	text-transform: uppercase;
	text-align: center;
}
.products .grid {
	/*display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2em;*/
	display: flex;
	gap: 3em;
	flex-flow: row wrap;
	justify-content: center;
}
/*.products .grid-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2em;
}*/
.products .grid .item {
	display: block;
	width: calc(33% - 2em);
	height: 300px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
}
.products .grid .item .inner {
	border: 2px solid #192227;
	height: 100%;
	position: relative;
	transition: all 0.4s ease;
}
/*.products .grid .item .inner:hover {
	border: 2px solid #00a081;
	-webkit-box-shadow: 0px 0px 15px 4px rgba(0,0,0,.65);
	-moz-box-shadow: 0px 0px 15px 4px rgba(0,0,0,.65);
	box-shadow: 0px 0px 15px 4px rgba(0,0,0,.65);
}*/
.products .grid .item img {
	width: 100%;
	max-width: 100%;
}

.products .grid.subNav .item {
    width: calc(50% - 2em);
	
}

.button-bar.center {
	display: flex;
	justify-content:center;
}

.products .content {
	position: absolute;
	bottom: 0px;
	padding: 1em;
	width: 100%;
}
.products .content h5 {
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 25px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.75);
}
.products .content h6 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
}
.products .button-bar {
	/*background-image: url(../img/wave-border.png);
	background-repeat: repeat-x;
	background-position: 0 0;*/
	margin-top: 15px;
	transition: all 0.4s ease;
}
.products .item:hover .button-bar {
	background-position: 50px 0;
}
.products .btn {
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	margin: auto;
	padding: 4px 0px;
	text-transform: uppercase;
	transition: all 0.4s ease;
	position: relative;
}
.products .btn:after {
	content: "";
	position: absolute;
	height: 3px;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	transition: all 0.2s ease;
}
.products .btn:hover:after {
	bottom: 3px;
}

.products .item .location {
	/*display: none;*/
	color: #fff;
	font-size: 18px;
	line-height: 1.5em;
	/*opacity: 0;
	transition: all .2s ease;*/
}
/*.products .item:hover .location {
	display: block;
	opacity: 1;
	color: #fff;
}*/
.products .item:hover .child,
.products .item:focus .child {
  transform: scale(1.2);
}
.products .item:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(25, 34, 39, .65);
	transition: all .2s ease;
}
.products .item:hover:before{
	background: none;
}

.project-specs {
	background: #00a081;
	background: rgba(110,234,230,.1);
	border: 1px solid #0066b3;
	border-radius: 15px;
	margin-bottom: 3em;
	padding: .75em .5em;
	
	display: flex;
	flex: 0 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.project-specs .item {
	flex: 0 0 auto;
	padding: 0 12px;
	flex-basis: 100%;
	max-width: 100%;
	text-align: center;
}
@media only screen and (min-width: 640px) {
	.project-specs .item {
		flex-basis: 16.6666667%;
		max-width: 16.6666667%;
	}
}
.project-specs .item img {
	margin-bottom: 10px;	
}
.project-specs .item span {
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	text-transform: uppercase;
}

.project-details #page-header h1.heading {
	font-size: 54px;
	letter-spacing: 2px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.project-details .gallery {
	border-top: 3px solid #fff;
	margin-bottom: 50px;
}
.project-details .gallery .gallery-item {
	overflow: hidden;
}
.project-details .gallery .gallery-item a img {
	transition: transform .2s;
}
.project-details .gallery .gallery-item a:hover img {
	transform: scale(1.1);
}

.project-logo {
	display: flex;
	justify-content: center;
}
.project-logo img {
	height: 250px;
}

#gallery {
	position: relative;
	margin-top: 3em;
	padding: 0;
}
.gallery .owl-theme .custom-nav {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	margin: auto;
}
.gallery .owl-theme .custom-nav .owl-prev,
.gallery .owl-theme .custom-nav .owl-next {
	position: absolute;
	height: 100%;
	color: inherit;
	border: none;
	z-index: 100;
	margin: auto;
	background: rgba(62,47,96,.5)
}
.gallery .owl-theme .custom-nav .owl-prev i,
.gallery .owl-theme .custom-nav .owl-next i {
	font-size: 2.5rem;
	color: #fff;
}
.gallery .owl-theme .custom-nav .owl-prev {
	left: 0;
}
.gallery .owl-theme .custom-nav .owl-next {
	right: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: rgba(62,47,96,.75) !important;
}

.owl-theme .owl-dots .owl-dot span {
	background: #192227;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background:#00a081;
}

.teaser-intro, .teaser-intro p {
	color: #192227;
	font-family: "Overpass", sans-serif;
	font-size: 25px;
	font-weight: 400;
	margin: 0 0 2em 0;
	padding-bottom: 2em;
	text-align: center;
	position: relative;
	
	/*background-image: url(../img/wave-border.png);
	background-repeat: no-repeat;
	background-position: bottom;*/
}
.teaser-intro:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	height: 8px;
	width: 250px;
	background: linear-gradient(to left, #00a081, #0066b3);
}
.teaser-intro > div {
	padding: 0 2em;
}
.teaser-intro p {
	margin: auto;
	padding: 0px;	
}

.testimonial-panel {
	background-position: center;
	min-height: 250px;
	padding: 1em;
}


.quote-panel {
	padding: 2em 1em;
	display: flex;
	justify-content: center;
	text-align: center;
	position: relative;
	
	/*background-image: url(../img/wave-border.png);
	background-repeat: no-repeat;
	background-position: top;*/
}
.quote-panel.fill {
	background-color: #0066b3;
}
.quote-panel.art:after {
	content: "";
	background-image: url("../img/wave_heavy.png");
	background-position: center;
	background-repeat: repeat-x;
	margin-top: 0;
	bottom: -20px;
	height: 35px;
	position: absolute;
	left: auto;
	top: 0;
	width: 100%;
}
.quote-panel.image {
	padding: 6em 0 4em 0;
}
.quote-panel.image:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(34,40,66,.6);
}
.quote-panel blockquote{
	width:40%;
	min-width: 900px;
	margin:15px auto;

	padding:0 75px .2em 75px;
	position: relative;
}
.quote-panel blockquote p{
	font-size: 24px;
	font-weight: 600;
	color: #A8B4CC;
	line-height:1.25em;
}
.quote-panel blockquote p::before{
	content: "\201C";
	color:#E89E3A;
	font-size:4em;
	position: absolute;
	left: 10px;
	top:20px;
}
.quote-panel blockquote p::after{
	content: "\201D";
	color:#E89E3A;
	font-size:4em;
	position: absolute;
	right: 10px;
	top:20px;
}
.quote-panel blockquote span{
	display:block;
	color:#fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top:1em;
}
.quote-panel blockquote p {
	color: #fff;
}
.quote-panel blockquote.light p {
	color: #fff;
}

/*.shadow1 {
	position: relative;
}
.shadow1:before, .shadow1:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #000;
	-webkit-box-shadow: 0 15px 10px #000;
	-moz-box-shadow: 0 15px 10px #000;
	box-shadow: 0 15px 10px #000;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.shadow1:after
{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}*/

/*.news-content {
	position: relative;
	margin-top: -230px;
}*/

.news-grid {
	display: flex;
}
.news-grid h4 {
	color: #00A081 !important;
	font-size: 52px;
	line-height: 1em;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.news-grid > div:first-child {
	width: 40%;	
	padding-right: 50px;
}
.news-grid > div:last-child {
	width: 60%;	
}

.news-grid .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #0066b3;
	padding: 25px 0;
}
.news-grid .item:first-child {
	padding-top: 0px;
}
.news-grid .item .title a {
	color: #fff;
	display: block;
	font-weight: 600;
	padding-right: 25px;
	text-decoration: none;
}
.news-grid .item .title a:hover {
	color: #00a081;
}
.news-grid .btn.pill {
	background-color: #00a081;
	border-radius: 25px;
	color: #192227;
	padding: 5px 75px 5px 25px;
}
.news-grid .btn:hover.pill {
	background-color: #00a081;
	color: #192227 !important;
}

#getstarted {
	text-align: center;
	padding-bottom: 1em;
}
#getstarted h4 {
	color: #fff;
	font-weight: 700;
	font-size: 38px;
	margin-bottom: .5em;
}
#getstarted .teaser * {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
}

.float #page-header {
	position: absolute;
	top: 0px;
	width: 100%;
}
.float #page-body {
	padding-top: 230px;
}

#page {
	overflow: hidden;
}

.news .item {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.news .item > div {
	flex: 0 0 50%;
}
.news .content {
	padding-right: 50px;
}
.news .content p {
	font-size: 15px;
	line-height: 1.5em;
}
/*.news .date {
	color: #b81bca;
	font-size: 16px;
	font-weight: 600;
}*/
.news .headline {
	color: #404041;
	font-size: 22px;
	font-weight: 600;
}

.news-panel {
	margin-bottom: 80px;
}
.news-panel:last-child {
	margin: 0px;
}
.news-panel h2 {
	margin-bottom: 20px;
}
.news-panel .news {
	display: flex;
	flex-flow: row wrap;
}
.news-panel article {
	background: #fff;
}
.news-panel .grid-panel article {
	background: #fff;
    max-width: calc(33.33% - 20px);
	margin: 0px 10px;
}
.news-panel .list-panel article {
	/*background: #0066b3;*/
	border: 2px solid #192227;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	margin-bottom: 40px;
    max-width: 100%;
	width: 100%;
}
.news-panel .list-panel article:last-child {
	margin: 0px;	
}
.news-panel .list-panel .image {
	flex: 35%;
}
/*.news-panel .list-panel p {
	color: #fff;
}*/
.news-panel .list-panel .news-body {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	/*align-items: flex-start;*/
	padding: 15px 30px;
	flex-grow: 1;
	text-align: left;
	align-self: stretch;
}

.news-panel figure {
	margin: 0px;
	position: relative;
}
.news-panel figure .image {
	min-height: 350px;
	width: 100%;
	display: block;
	background-position: center;
	background-size: cover;
}
.news-panel .list-panel figure img {
	display: none;
}
.news-panel figure .category {
	background-color: #192227;
	border-radius: 0 10px 0 0;
	color: #dbdbdb;
	font-family: "Overpass", sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: normal;
	padding: 12px 25px 12px 15px;
	text-decoration: none;
	text-transform: uppercase;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
}
.news-panel .news-body h1 {
	font-family: "Overpass", sans-serif;
	font-size: 38px;
	font-weight: 600;
}


.news-body {
	padding: 1.5em;
}
.news-body .date {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.news-body h3 {
	font-size: inherit;
	margin-bottom: 15px;
	line-height: 1.5em;
}
.news-body h3 a {
	color: #192227;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25em !important;
	text-decoration: none;
}
.news-body h3 a:hover, .news-body h3 a:hover {
	color: #192227;
	text-decoration: underline;
}

.btn-pill:after {
	content: "";
	position: absolute;
	height: 3px;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #192227;
	transition: all 0.2s ease;
}
.btn-pill:hover:after, .btn-pill:focus:after {
	bottom: 3px;
}

.news-body p {
	/*color: #fff;*/
	line-height: 1.5em;
}
article.full .news-body {
	padding: 3em 0 1em 0;
}
article.grid .news-body p,
article.list .news-body p {
	font-size: 15px;
}
article.grid .news-body h3 {
	margin-bottom: 5px;	
}

.pre-footer {
	background: #0066b3;
	/*background: linear-gradient(0deg, rgba(25, 34, 39, 1) 25%, rgba(0, 102, 179, 1) 100%);*/
}

footer {
	background-color: #192227;
	padding-top: 4em;
}

#footer .address {
	display: flex;
	/*flex-flow: row wrap;*/
	/*align-items: baseline;*/
}
#footer .address .pin {
	position: relative;
	padding-left: 25px;
}
#footer .address .pin:before {
    content:'\f276';
    font-family:'Font Awesome 5 Free';
    font-weight:900;
    position:absolute;
    top:0;
    color:#0882C3;
    left:0;
    font-size:24px;
}
#footer .address .pin > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#footer .address .item {
	flex: 0 0 25%;
	display: flex;
	flex-flow: column wrap;
}
#footer .address .item:nth-child(2) {
	flex: 0 0 45%;
	align-items: center;
}
/*#footer .address .item:nth-child(3) {
	align-items: flex-end;
}*/

.footer-logo {
	padding: 0 0 3em 0;
	display: flex;
}
.footer-logo img {
	height: 100px;	
}

#footerNav {
	list-style-type: none;
	padding: 0px;
}
#footerNav li {
	margin-bottom: 10px;
}
#footerNav a {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}

.footer-utility a.filled {
	color: #0066b3;
	text-decoration: none;
	background: #fff;
	border-radius: 25px;
	border: 1px solid #fff;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.footer-utility a:hover.filled {
	color: #fff;
	background: #0066b3;	
}

.footer-links {
	display: flex;
	flex-flow: column;
}
.footer-links * {
	margin: 10px 0px;
}
.footer-links *:first-child {
	margin-top: auto;	
}

#copyright{
	padding: 20px 0 30px 0;
	margin: 50px 0 0 0;
	display: flex;
	justify-content: space-between;
	border: 10px solid;
	border-image-slice: 1;
	border-width: 5px;
	border-image-source: linear-gradient(to left, #00a081, #0066b3);
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#copyright p {
	margin: 3px 0;
	color:#dbdbdb;
	font-size:13px;
	padding: 0 .5em;
}
#copyright p a {
	color:#dbdbdb;
	text-decoration: underline;
}

#copyright a:hover {
	color:#00a081;
}

.mailing-list * {
	color:#fff;
}
.mailing-list h5 {
	color: #00a081;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 1px;
}

.social {
	margin: 0 0 2em 0;
	padding: 0px;
}
.social li {
	margin: 0 15px;	
}
.social li:first-child {
	margin-left: auto;	
}
.social i {
	color: #0066b3;
	font-size: 30px;
}
.social a:hover i, .social a:focus i {
	color: #A8B4CC;
}

/* Social Media */
.share {
    margin-top: 30px;
}
.share ul {
    margin: 0 !important;
    padding: 0 !important;
}
.share ul li {
	color: #0066b3;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 20px 0 0 !important;
	padding: 0 !important;
}
.share ul li a {
    color: #0066b3;
    text-decoration: none !important;
}
.share ul li a:hover, .share ul li a:active {
    color: #3b6cb4;
    text-decoration: underline !important;
}
.share ul li i {
    margin-right: 5px;
}
.share .label {
	display: block;
	font-weight: 600;
}

.post-pagination {
	display: flex;
	justify-content: space-between;
}
.post-pagination .post > a {
	display: flex;
	color: #192227 !important;
	align-items: center;
	text-decoration: none !important;
}
.post-pagination .post > a:hover,
.post-pagination .post > a:active {
	color: #cc704b;
}
.post-pagination .post h5 {
	color: #192227 !important;
	margin: 0px 5px !important;
	padding: 0px;
	font-size: 13px !important;
	font-weight: 700;
}
.post-pagination .post h5:after {
	display: none;
}
.post-pagination .post:hover h5 {
	text-decoration: underline;
}
.post-pagination .post.last a {
	float: right;
}

.pagination {
	margin: 0px !important;
}
.pagination > li {
	list-style-type: none !important;
	margin: 0 10px 0 0 !important;
	padding: 0px !important;
}
.pagination .page-link {
	background: none;
	border: 1px solid transparent !important;
	border-radius: 10px !important;
	color: #0066b3;
	font-weight: 600;
	text-decoration: none !important;
}
.pagination .page-item.active .page-link,
.pagination .page-link:hover {
	background-color: #0066b3;
	color: #00a081 !important;
}
.pagination .page-link i {
	color: #0066b3;
}
.pagination .page-item.prev .page-link,
.pagination .page-item.next .page-link {
	border: none !important;
}



#newsCatsForm select {
	background-color: #fff;
	border: 1px solid #192227;
	border-radius: 5px;
	padding: 10px 15px;
}
#newsCatsForm label {
	color: #fff;
	font-weight: 600;
	margin: 0 5px 5px 0;
}

#top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 200;
    outline: none;
    background-color: #00a081;
	border: 1px solid #0066b3;
    color: #fff;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 16px;
}

.demo-video-wrapper {
	background-image: url(../img/WaveTek_Website_Header_4_000.jpg);
}

/* Video overlay and content */
.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none;
	/* Allows right click menu on the video */
	background: url("https://d3k5xyayaartr5.cloudfront.net/_assets/pattern-overlays/patterns/black-medium-checks.png") left top repeat;
	opacity: 0.3;
}

.video-hero--content {
  position: relative;
  text-align: center;
  color: #FFF;
  margin: 150px 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.video-hero--content h2 {
  font-size: 34px;
  margin: 0 0 10px;
}

.video-hero--content p {
  font-size: 20px;
  margin: 0;
}

/* CSS from jQuery Background Video plugin */
/**
 * Set default positioning as a fallback for if the plugin fails
 */
.jquery-background-video-wrapper {
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 90vh;
	min-height: 800px; 
	max-height: 1080px;
}

/*.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  transform: translate(-50%, -50%);
}*/

/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
  opacity: 0;
  transition: opacity 300ms linear;
}

.js .jquery-background-video.is-visible {
  opacity: 1;
}

/**
 * Pause/play button
 */
.jquery-background-video-pauseplay {
  position: absolute;
  background: transparent;
  border: none;
  box-shadow: none;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  padding: 0;
  cursor: pointer;
  outline: none !important;
}

.jquery-background-video-pauseplay span {
  display: none;
}

.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}

.jquery-background-video-pauseplay.play:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #FFF;
}

.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  border-left: 5px solid #FFF;
}

.jquery-background-video-pauseplay.pause:after {
  left: 10px;
}

/* FROALA */
img.fr-dib {
	margin: 2em auto;
	display: block;
	float: none;
}
img.fr-dii {
	margin-bottom: 20px;
}

.editor .container-fluid {
	margin-bottom: 1.5em;
	padding: 0px;
}
.editor img.fr-shadow {
	box-shadow: 7px 7px 0px 1px rgba(0,0,0,1);
	-webkit-box-shadow: 7px 7px 0px 1px rgba(0,0,0,1);
	-moz-box-shadow: 7px 7px 0px 1px rgba(0,0,0,1);
}

.editor video {
	max-width: 100%;
}

@media (min-width: 992px) {
.editor > .container-fluid:nth-of-type(even) .row {
  flex-direction: row-reverse;
}
	.editor .container-fluid .row > div:first-child {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.editor .container-fluid .row > div:last-child {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/* END FROALA */


.gallery {
	position: relative;
}
.gallery .owl-theme .custom-nav {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	margin: auto;
}
.gallery .owl-theme .custom-nav .owl-prev,
.gallery .owl-theme .custom-nav .owl-next {
	position: absolute;
	height: 100%;
	color: inherit;
	border: none;
	z-index: 100;
	margin: auto;
	background: rgba(25,34,39,.5);
	border-radius: 0px;
}
.gallery .owl-theme .custom-nav .owl-prev i,
.gallery .owl-theme .custom-nav .owl-next i {
	font-size: 2.5rem;
	color: #fff;
}
.gallery .owl-theme .custom-nav .owl-prev {
	left: 0;
}
.gallery .owl-theme .custom-nav .owl-next {
	right: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: rgba(62,47,96,.75) !important;
}
