/*

 *  Typeface: Nunito

 *  https://fonts.google.com/specimen/Nunito

 */

/*

 *  Basic Setup

 */

html,

body {

	font-family: 'Nunito', sans-serif;

	color: #555;

	text-rendering: geometricPrecision;

	overflow-x: hidden;

	margin-bottom: 0;

	/*background-color: #f9f9f9;*/

	background-color: #fff;

}



body {

	margin-right: 0;

	margin-left: 0;

}



*:focus {

	outline: none;

}



.clearfix {

	zoom: 1

}



.clearfix:after {

	content: '.';

	clear: both;

	display: block;

	/*height: 0;*/

	visibility: hidden;

}



.section-hero {

	width: 100vw;

	height: 400px;

	padding: 0;

	margin: 0;

	overflow-y: hidden;

}



.welcome-background,

.fh-hero-img {

	overflow-x: hidden;

	height: 100%;

	background-image: linear-gradient(rgba(17, 17, 17, 0.1), rgba(17, 17, 17, 0.1)), url("/assets/images/bg-tower-new.jpg");

	width: 100%;

	background-size: cover;

	background-repeat: no-repeat;

	background-position: right 50% top 40%;

}



.fh-hero-img.set-spectrum-marketplace {

	background-image: linear-gradient(rgba(17, 17, 17, 0.1), rgba(17, 17, 17, 0.1)), url("/assets/images/iStock-625997612.jpg");

	background-position: right 50% top 90%;

}



/*

 *  Globals

 */

.bold-underline {

	font-weight: 400;

	text-decoration: underline;

}



p.centered {

	text-align: center;

}



span.highlight-bold {

	font-weight: 400;

}



section {

	padding: 80px 0;

}



h3,

h2 {

	font-size: 42px;

	/*font-weight: 200;*/

	margin-top: 0;

	margin-bottom: 0;

}



h4 {

	font-weight: 200;

	font-size: 16px;

	text-align: center;

	margin-top: 14px;

	margin-bottom: 10px;

}



p {

	font-size: 20px;

}



.ln-gap-sm {

	margin-top: 1.5em;

}



.trim-t {

	margin-top: -3em;

}



.after-card {

	margin-top: -2em;

}



.btn-lr.fixed {

	width: 180px;

	padding-left: 8px;

	padding-right: 8px;

	padding-top: 14px;

	padding-bottom: 14px;

	text-align: center;

	line-height: 1.5;

	letter-spacing: 0.022em;

	font-size: 18px;

	font-size-adjust: 0.5;

}



.btn-lr.fixed.rel {

	width: 180px;

}



.newsletter.btn-lr.fixed.no-border {

	border: 0;

}



.newsletter.btn-lr.fixed.no-border:hover {

	background-color: #e4ecff;

	color: #4780ff;

}



/*

a.newsletter.btn-lr.fixed {

    text-decoration: none;

    transition:all .2s ease-in-out;

}



a.newsletter.btn-lr.fixed:hover {

    background-color: #5b8eff;

}

*/

a.newsletter.btn-lr {

	background-color: unset;

	color: #3372ff;

	border: 1px solid #3372ff;

	border-radius: 4px;

	text-decoration: none;

	transition: all .2s ease-in-out;

}



a.newsletter.btn-lr:hover {

	color: #f7f7f7;

	background-color: #3372ff;

}



p.section-text.area,

.text-adjust {

	line-height: 1.7;

	letter-spacing: 0.012em;

	font-size: 18px;

	font-size-adjust: 0.5;

}



p.section-text.area.extra-large {

	font-size-adjust: 0.65;

}



.indent-ln {

	text-indent: 3em;

}



.line:after {

	display: block;

	height: 2px;

	background-color: #3372ff;

	content: "";

	width: 100px;

	margin: 0 auto 2px auto;

	margin-top: 30px;

	margin-bottom: 40px;

}



a.default-link {

	text-decoration: none;

	font-weight: 400;

}



a {

	text-decoration: none;

	font-weight: 400;

	color: #1f64ff;

}



a.outline {

	background-color: #ebf1ff;

	border-radius: 4px;

	padding: 5px 7px 5px 7px;

	margin-left: -3px;

}



a:hover {

	/* #467fff */

	color: #004cf7;

}



a.underline:hover {

	color: #1f64ff;

}



a.underline {

	position: relative;

	transition: all .2s ease-in-out;

	font-weight: 400;

}



a.ltr {

	position: relative;

	transition: all .2s ease-in-out;

	font-weight: 400;

	font-size: 16px;

}



a.ltr:before {

	content: "";

	position: absolute;

	width: 0;

	height: 2px;

	bottom: 0;

	left: 0;

	background-color: #1f64ff;

	visibility: hidden;

	transition: all 0.2s ease-in-out;

}



a.underline:before {

	content: "";

	position: absolute;

	width: 100%;

	height: 2px;

	bottom: 0;

	left: 0;

	background-color: #1f64ff;

	visibility: hidden;

	-webkit-transform: scaleX(0);

	transform: scaleX(0);

	-webkit-transition: all 0.2s ease-in-out;

	transition: all 0.2s ease-in-out;

}



a.spectrum-title.underline,

a.spectrum-title {

	color: #555;

	transition: all 0.2s ease-in-out;

}



a.spectrum-title:hover {

	background: rgba(241, 243, 244, 0.9);

	padding: 12px;

	border-radius: 4px;

}



a.ltr:hover:before {

	visibility: visible;

	width: 100%;

}



a.underline:hover:before {

	visibility: visible;

	-webkit-transform: scaleX(1);

	transform: scaleX(1);

}



.spectrum-marketplace-logo {

	width: auto;

	max-width: 600px;

	height: 190px;

	margin-right: 8em;

}



.spectrum-search-logo {

	width: auto;

	max-width: 600px;

	height: 250px;

}



.logo-divided {

	width: auto;

	height: 160px;

}



.logo-divided.spectrum-search {

	height: 200px;

}



.set__focus {

	box-shadow: 0 0 3px 1px rgba(123, 123, 123, 0.375);

	-webkit-box-shadow: 0 0 3px 1px rgba(123, 123, 123, 0.375);

}



.section-grey {

	background-color: #f7f7f7;

	/*box-shadow: 0 0 3px 0 rgba(123, 123, 123, 0.375);

    -webkit-box-shadow: 0 0 3px 0 rgba(123, 123, 123, 0.375);

    -moz-box-shadow: 0 0 3px 0 rgba(123, 123, 123, 0.375);*/

}



.section-grey.shaded {

	background-color: #f1f3f4;

}



.section-grey.important-notice {

	background-color: #ebdedd;

}



.section-grey.important-notice p span.notice-expand {

	display: none;

}



span.add-r {

	padding-right: 2em;

}



.image-banner {

	width: 100%;

	text-align: center;

}



.image-banner img {

	height: 100%;

	width: auto;

}



.enhanced-image {

	width: 600px;

	height: auto;

}



.external-links-disclaimer {

	max-width: 450px;

	font-size: 14px;

	font-weight: 300;

	white-space: pre-wrap;

	text-align: left;

	float: left;

	margin-left: 1.5em;

}



.logo-mt {

	margin-top: 4em;

}



.bold-disclaimer {

	font-weight: 400;

}



.map-legend {

	font-weight: 400;

}



.site-based {

	color: #ff0000;

}



.area-based {

	color: #0000ff;

}



/*

 *  Header / Navigation

 */

nav {

	background-color: #fff;

	position: fixed;

	z-index: 99;

	top: 0;

	width: 100%;

	box-shadow: 0 0 3px 0 rgba(123, 123, 123, 0.375);

	-webkit-box-shadow: 0 0 3px 0 rgba(123, 123, 123, 0.375);

	-moz-box-shadow: 0 0 3px 0 rgba(123, 123, 123, 0.375);

}



#navbar {

	max-width: 100%;

	background-color: #fff;

	/*margin: 0 25px 0 25px;*/

	max-height: 55px;

}



.gsearch {

	margin: 0 25px 0 25px;

	position: absolute;

	float: right;

	right: 0;

	padding-top: 4px;

	direction: rtl;

	padding-left: 18px;

}



.gsearch-bar {

	background: #f1f3f4;

	color: #555;

	font-family: 'Nunito';

	font-size: 16px;

	height: 36px;

	text-align: left;

}



.gsearch input {

	border: none !important;

	transition: all 0.2s ease-in-out;

}



.gsearch input:hover {

	background: #e8eaed;

}



.gsearch input:focus {

	width: calc(100vw - 360px);

}



.fa-search {

	display: inline;

	position: absolute;

	margin-right: 10px;

	padding-top: 16px;

}



.logo-selectspectrum-adjusted {

	background-image: url('/assets/images/icon/select-spectrum-adjusted.png');

	height: 50px;

	width: 240px;

	float: left;

	padding-top: 6px;

	background-position: center;

	background-repeat: no-repeat;

	background-size: contain;

	margin-left: 25px;

}



.logo {

	height: 50px;

	float: left;

	padding-top: 5px;

	bottom: 0;

}



.nav-links {

	/*float: right;*/

	float: left;

	list-style: none;

	/*padding: 3px 0 0 0;*/

	padding-right: 25px;

	letter-spacing: 0.022em;

}



.nav-links li {

	display: inline-block;

	text-decoration: none;

	list-style: none;

	padding-left: 25px;

	position: relative;

	transition: all 0.2s ease-in-out;

}



.nav-links li a:link,

.nav-links li a:visited {

	color: #555;

	text-decoration: none;

	/*border-bottom: 2px solid transparent;

    transition: all 0.2s ease-in-out;*/

	padding-bottom: 5px;

}



/*

.nav-links li a:hover,

.nav-links li a:active {

    border-bottom: 2px solid transparent;

}

*/

.mobile-nav-icon {

	display: none;

	margin-left: 25px;

	float: left;

}



a.mobile-nav-icon {

	color: #555;

}



/* 

 *  Dropdown Menu

 *

 *  Beta Version

 *      []  Resizing/scaling issues

 */

.arrow-down,

.arrow-right {

	width: 18px;

	height: 18px;

	vertical-align: -4px;

	margin-left: -2px;

}



.pad-left {

	margin-left: 3px;

}



.search-bar {

	width: 11px;

	height: auto;

	vertical-align: -1px;

}



.nav-links li ul {

	font-size: 1em;

	font-weight: 300;

	display: none;

	border: 1px solid #e7e7e7;

	width: 280px;

	padding-left: 0;

	letter-spacing: 0.022em;

	transition: all 0.2s ease-in-out;

}



.sub-category,

.sub-category ul li .sub-sub-category {

	float: right;

	position: relative;

	margin-top: -11px;

	display: none;

	transition: all 0.2s ease-in-out;

}



#menu-available-spectrum {

	width: 200px;

}



#menu-available-spectrum li:hover .sub-category {

	display: block;

}



#menu-available-spectrum .sub-sub-category {

	display: none;

}



#menu-available-spectrum li .sub-category li:hover .sub-sub-category {

	display: block;

}



#menu-services li:hover .sub-category {

	display: block;

}



#menu-services-spectrum {

	width: 200px;

}



#menu-services-consulting {

	width: 200px;

}



#menu-marketplace {

	width: 200px;

}



#menu-services {

	width: 220px;

}



#menu-events {

	width: 180px;

}



#menu-news {

	width: 200px;

}



#events-conferences {

	width: 180px;

}



#menu-about {

	width: 160px;

}



#menu-resources li:hover .sub-category {

	display: block;

}



#menu-resources {

	width: 320px;

}



#menu-search {

	right: 0;

	width: 360px;

}



#menu-available-spectrum-narrowband {

	width: 320px;

}



#menu-available-spectrum-broadband {

	width: 240px;

}



#menu-available-spectrum-mmwave {

	width: 410px;

}



#mmwave-umfus {

	width: 160px;

}



#mmwave-non-5g-non5gstandardized {

	width: 190px;

}



.nav-links li:hover ul {

	display: block;

	position: absolute;

	text-align: left;

	white-space: normal;

	margin-top: 5px;

}



.nav-links li:hover ul li {

	display: block;

	background-color: #fff;

	padding-top: 5px;

	padding-bottom: 5px;

}



.nav-links li:hover ul li:hover {

	background-color: #e7e7e7;

}



.nav-links li ul li a:link,

.nav-links li ul li a:visited {

	border-bottom: 0;

}



.nav-links li ul li a:hover,

.nav-links li ul li a:active {

	border-bottom: 0;

}



/*

 *  Welcome Section

 */

.section-hero {

	padding: 0;

}



#welcome-section {

	list-style: none;

	text-align: justify;

	height: 400px;

	padding: 0;

	margin: 0;

}



.welcome-title h1 {

	margin: auto 15% auto 10%;

	font-size: 48px;

	line-height: 1.33;

	font-weight: 200;

	letter-spacing: 0.01em;

	text-align: left;

	color: #fff;

}



.welcome-title-centered h1 {

	font-size: 48px;

	line-height: 1.33;

	font-weight: 200;

	letter-spacing: 0.01em;

	color: #fff;

}



.welcome-container {

	height: 100%;

}



.welcome-container .line:after {

	float: center;

	margin-right: 15%;

}



.welcome-container li {

	float: left;

	width: 100%;

	max-height: 100%;

	height: 100%;

	display: flex;

	align-items: center;

}



.set-centered {

	height: 100%;

	display: flex;

	align-items: center;

	justify-content: center;

}



.set-left {

	height: 100%;

	display: flex;

	align-items: center;

	justify-content: left;

}



/*

.welcome-background {

    background-image: url('/assets/images/bg-tower2.jpg');

    background-repeat: no-repeat;

    background-size: cover;

    height: 400px;

    overflow-y: hidden;

    margin: 0;

}

*/

.hero-text h1 {

	margin: auto 15% auto 10%;

	font-size: 36px;

	line-height: 1.33;

	font-weight: 200;

	letter-spacing: 0.01em;

	text-align: left;

}



.hero {

	height: 100%;

}



.hero .line:after {

	float: center;

	margin-right: 15%;

}



.hero li {

	display: inline-block;

	float: left;

	width: 50%;

}



.hero li:first-child {

	display: inline-block;

	float: left;

	width: 50%;

	max-height: 100%;

	height: 100%;

	display: flex;

	align-items: center;

}



.hero li:last-child {

	display: inline-block;

	width: 50%;

}



/* -------- IMG HERO -------- */

.hero-img {

	background-image: url('/assets/images/bg-large.jpg');

	background-repeat: no-repeat;

	background-size: cover;

	height: 100vh;

	overflow-y: hidden;

	margin: 0;

}



/*

 *  About

 */

.section-about {

	background-color: #f7f7f7;

}



.about {

	margin-top: 0;

	max-width: 1140px;

	margin-left: auto;

	margin-right: auto;

}



.about-header {

	font-weight: 300;

	text-align: center;

}



.about-copy {

	font-size: 17px;

	font-weight: 300;

	line-height: 1.2;

	letter-spacing: 0.022em;

	text-align: left;

	text-justify: inter-character;

}



.section-select-spectrum-search {

	background-color: #f7f7f7;

}



/*.select-spectrum-search { margin: 0; }*/

.select-spectrum-search {

	max-width: 1140px;

	margin-left: auto;

	margin-right: auto;

}



.select-spectrum-search-header {

	text-align: center;

	font-weight: 300;

}



.default-card {

	display: flex;

	justify-content: center;

	flex-flow: row wrap;

	align-content: flex-start;

	align-items: baseline;

}



.card-select-spectrum-search {

	height: auto;

	max-width: 960px;

	width: auto;

	margin: 25px;

	background-color: #fff;

	padding: 20px 20px 15px 20px;

	border-radius: 5px;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.075);

	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.075);

	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.075);

}



.sss-image {

	/*

    background-image: url('../../assets/img/select-spectrum-search.jpg');

    background-position: center;

    background-size: cover;

    */

	overflow: hidden;

	max-height: 540px;

	max-width: 960px;

	height: 100%;

	width: 45%;

	float: right;

	border-radius: 5px;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

}



.sss-text {

	width: auto;

	height: auto;

	text-align: left;

	margin-bottom: 30px;

}



.card-btn-container {

	width: 100%;

	font-size: 14px;

	text-align: justify;

	text-justify: inter-character;

}



.card-btn {

	margin: 0 15px 0 0;

}



/*

 *  Portfolio

 */

.section-portfolio {

	max-width: 1140px;

	/*max-width: 1440px;*/

	margin-left: auto;

	margin-right: auto;

	//padding-bottom: 0;

}



.portfolio {

	margin: 0;

}



.portfolio-header {

	text-align: center;

	font-weight: 300;

}



.sub-content {

	font-size: 22px;

}



.project-tile {

	display: grid;

	width: 100%;

	max-width: 100%;

	margin-top: 45px;

	margin-left: auto;

	margin-right: auto;

	grid-template-columns: 1fr 1fr 1fr;

	/*   grid-template-columns: repeat( auto-fill, minmax(350px, 1fr)); */

	grid-column-gap: 45px;

}



.desc {

	padding: 15px;

	padding-bottom: 80px;

	text-align: center;

	font-size: 16px;

	font-weight: 400;

	line-height: 1.05;

	color: #555;

	letter-spacing: 0.022em;

}



.desc span:first-child {

	font-weight: 300;

}



.desc span:last-child {

	color: #4780ff;

	font-weight: 300;

}



/*

 *  Services | Select Spectrum

 */

.services-container {

	list-style: none;

	text-align: center;

	overflow: hidden;

	padding-left: 0;

	margin-top: 0;

	max-width: 100%;

}



.services-container li {

	margin-top: 2em;

}



.services-container li.transactions:first-child {

	display: inline-block;

	width: auto;

}



.services-container li.consulting:last-child {

	display: inline-block;

	width: auto;

}



/*

 *  Contact

 */

.section-contact {

	padding-top: 0;

	padding-bottom: 0;

}



.contact {

	list-style: none;

	text-align: center;

	overflow: hidden;

	padding-left: 0;

	margin-bottom: 0;

	//background-color: #f7f7f7;

}



.contact li {

	display: inline-block;

}



.contact li:first-child {

	display: inline-block;

	width: 49.7%;

	float: left;

	border-right: 2px solid #eee;

}



.contact li:last-child {

	display: inline-block;

	width: 50%;

}



.contact-text {

	margin: 2% 15% 17% 15%;

	font-size: 16px;

	padding-top: 8%;

	font-weight: 300;

	text-align: center;

}



.contact-text .contact-copy,

.contact-form p {

	font-size: 16px;

	font-weight: 300;

	line-height: 1.05;

	letter-spacing: 0.022em;

}



.contact-title {

	text-align: center;

	font-size: 28px;

	font-weight: 300;

}



/* -------- SOCIAL ICONS -------- */

.social-icon {

	width: 32px;

	height: auto;

	margin: 0 10px;

}



/* -------- CONTACT FORM -------- */

.contact-form-title {

	margin-top: 10%;

	text-align: center;

	font-size: 36px;

	font-weight: 200;

}



.contact-form {

	font-size: 14px;

	/* ADD: When resized, margin bottom must be adjusted by roughly 15% */

	margin: 0 15% 0 15%;

	text-align: center;

}



input[type=email] {

	width: 100%;

	padding: 12px;

	border: 1px solid #ccc;

	border-radius: 4px;

	box-sizing: border-box;

	margin-top: 6px;

	margin-bottom: 6px;

	resize: vertical;

	font-size: 14px;

}



input[type=text],

select,

textarea {

	width: 100%;

	padding: 12px;

	border: 1px solid #ccc;

	border-radius: 3px;

	box-sizing: border-box;

	margin-top: 6px;

	margin-bottom: 6px;

	resize: vertical;

	font-size: 14px;

}



.input-row input[type=text],

.input-row input[type=email] {

	width: 49.5%;

	display: inline-block;

}



input[type=submit] {

	background-color: #4780ff;

	color: white;

	padding: 12px 30px;

	border: none;

	border-radius: 200px;

	cursor: pointer;

	font-size: 14px;

}



input[type=submit]:hover {

	background-color: #4b5cef;

}



a.newsletter {

	display: inline-block;

	background-color: #4780ff;

	color: #f7f7f7;

	padding: 12px 30px;

	margin-top: 15px;

	border: none;

	border-radius: 5px;

	cursor: pointer;

	text-decoration: none;

}



a.btn-lr {

	padding: 14px 36px;

	margin: 25px 10px 0 0;

}



a.btn-normal {

	margin: 15px 10px 0 0;

}



a.newsletter:hover {

	background-color: #4780ff;

}



/*

 *  Footer

 */

/*

.section-footer {

    background-color: #f7f7f7;

}



.footer {

    max-width: 1140px;

    margin-left: auto;

    margin-right: auto; 

    text-align: center;

    padding: 0;

}



.footer h4 {

    font-weight: 300;

    font-size: 14px;

}



a.terms-of-use {

    padding-left: 15px;

    white-space: nowrap;

    text-decoration: none;

}

*/

/*

 *  MEDIA QUERIES

 */

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



	/* Only prevents text from clipping on sides */

	.section-text {

		padding-left: 40px;

		padding-right: 40px;

	}

}



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

	#navbar {

		padding-right: 4%;

		padding-left: 4%;

	}



	.about-copy {

		padding-right: 4%;

		padding-left: 4%;

	}

}



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

	.hero-text h1 {

		margin: auto 12% auto 0;

	}



	.project-tile {

		float: center;

		grid-column-gap: 0;

	}



	.gallery img {

		width: 300px;

		height: 300px;

		padding-right: 2%;

		padding-left: 4%;

	}



	.desc {

		width: 300px;

		padding-left: 3%;

	}

}



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

	.hero-text h1 {

		margin: auto 10% auto 5%;

		font-size: 38px;

	}



	.hero .line:after {

		margin-right: 10%;

	}



	h3 {

		font-size: 30px;

	}



	h4 {

		font-size: 15px;

	}



	p {

		font-size: 18px;

	}



	.gallery img {

		width: 275px;

		height: 275px;

		padding-right: 2%;

		padding-left: 4%;

	}



	.desc {

		width: 275px;

		font-size: 15px;

		padding-left: 3%;

	}



	.section-contact {

		width: 100%;

	}



	.contact li:last-child {

		width: 49.7%;

	}



	.input-row input[type=text],

	.input-row input[type=email] {

		width: 49%;

	}

}



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

	.hero-text {

		margin-left: 0;

	}



	.hero-text h1 {

		margin: auto 5% auto 0;

	}



	.hero .line:after {

		margin-right: 5%;

	}



	.gallery img {

		width: 250px;

		height: 250px;

	}



	.desc {

		width: 250px;

	}

}



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

	#welcome-section {

		height: auto;

	}



	.hero {

		padding: 0;

	}



	.hero li:first-child,

	.hero li:last-child {

		width: 100%;

	}



	.hero-text {

		margin: 0;

	}



	.hero-text h1 {

		margin: 15% 4% 15% 4%;

		font-size: 35px;

		text-align: center;

	}



	.hero .line:after {

		display: none;

	}



	.hero-img {

		height: 200px;

		margin-bottom: 80px;

	}



	.project-tile {

		grid-template-columns: 1fr 1fr;

		grid-template-rows: 1fr 1fr;

	}



	.gallery img {

		width: 300px;

		height: 300px;

		padding-right: 2%;

		padding-left: 8%;

	}



	.desc {

		width: 300px;

		font-size: 15px;

		padding-left: 9%;

	}



	.contact {

		background-color: #FFF;

	}



	.contact li:first-child {

		background-color: #f7f7f7;

	}



	.contact li:first-child,

	.contact li:last-child {

		width: 100%;

	}



	.footer h4 {

		background-color: #f7f7f7;

		margin-top: 0;

		margin-bottom: 0;

		padding-top: 10px;

		padding-bottom: 10px;

	}

}



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

	.project-tile {

		grid-template-columns: 1fr 1fr;

		grid-template-rows: 1fr 1fr;

	}



	.gallery img {

		width: 250px;

		height: 250px;

		padding-right: 2%;

		padding-left: 8%;

	}



	.desc {

		width: 250px;

		font-size: 15px;

		padding-left: 9%;

		padding-bottom: 8%;

	}

}



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

	section {

		padding: 40px 0;

	}



	nav {

		background-color: #FFF;

	}



	#navbar {

		position: relative;

	}



	.mobile-nav-icon {

		display: block;

		padding-top: 17px;

		text-align: right;

	}



	.nav-links {

		display: none;

		position: absolute;

		min-width: 100px;

		right: 0;

		top: 40px;

		background-color: #FFF;

		padding-top: 10px;

		padding-bottom: 15px;

		padding-right: 15px;

		text-align: left;

		border: 1px solid #e7e7e7;

	}



	.nav-links li {

		font-size: 16px;

		display: block;

		padding: 2px 0;

		background-color: #FFF;

	}



	.hero-text h1 {

		font-size: 30px;

		text-align: center;

	}



	.project-tile {

		grid-template-columns: 1fr;

		grid-template-rows: 1fr 1fr 1fr;

	}



	.gallery img {

		width: 350px;

		height: 350px;

		padding-right: 2%;

		padding-left: 15%;

	}



	.desc {

		width: 350px;

		font-size: 15px;

		padding-left: 15%;

	}



	.input-row input[type=text],

	.input-row input[type=email] {

		width: 100%;

	}



	h4 {

		font-size: 14px;

	}

}



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

	.logo {

		height: 40px;

		padding-top: 5px;

	}



	.mobile-nav-icon {

		padding-top: 9px;

	}



	.nav-links {

		top: 10px;

	}



	.gallery img {

		width: 350px;

		height: 350px;

		padding-right: 0;

		padding-left: 5%;

	}



	.desc {

		width: 350px;

		font-size: 15px;

		padding-left: 5%;

	}

}



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

	.gallery img {

		width: 300px;

		height: 300px;

	}



	.desc {

		width: 300px;

	}

}



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

	.gallery img {

		width: 275px;

		height: 275px;

		padding-left: 2%;

	}



	.desc {

		width: 275px;

		padding-left: 2%;

	}

}

#about-us-section {

	width: 100vw;

	height: 40vh;

	/* inlcudes the first section to end */

	text-align: justify;

	padding: 0;

	margin: 0;

}



.title-about-us {

	height: 50vh;

	width: 100vw;

}



.header-about-us h1 {

	width: 100%

}



.section-text {

	font-size: 16px;

	font-weight: 300;

	line-height: 1.33;

	letter-spacing: 0.022em;

	text-align: left;

}



/*

 *  About Select Spectrum / Our Team Page

 */

.about-us {

	max-width: 1140px;

	margin-left: auto;

	margin-right: auto;

	margin-top: 0;

}



.before-card {

	margin-bottom: 3em;

}



.icon-link {

	color: #555;

	margin-left: 1em;

	font-size: 20px;

	vertical-align: -1px;

}



p a.icon-link:last-of-type {

	margin-left: 0.5em;

}



p i.material-icons {

	vertical-align: -6px;

}



p .call {

	visibility: hidden;

}



p .phone-number:hover a.call {

	visibility: visible;

}



p i.material-icons a {

	margin-left: 2em;

}



.header {

	text-align: center;

	font-weight: 200;

}



.section-our-team {

	background-color: #f7f7f7;

}



.our-team {

	margin-top: 0;

	max-width: 1140px;

	margin-left: auto;

	margin-right: auto;

}



.profile-card {

	display: flex;

	justify-content: center;

	flex-flow: row wrap;

	align-content: flex-start;

	align-items: stretch;

	/* baseline */

}



.team-member {

	height: auto;

	float: left;

	width: 400px;

	margin: 25px;

	background-color: #fff;

	padding: 0 20px 20px;

	border-radius: 4px;

	-webkit-border-radius: 4px;

	-moz-border-radius: 4px;

	box-shadow: 0 1px 4px rgba(85, 85, 85, 0.175);

	-webkit-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.175);

	-moz-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.175);

}



.team-member-profile {

	overflow: hidden;

	height: 180px;

	width: 180px;

	margin: 20px auto;

	background-position: center;

	background-size: cover;

	left: 0;

	top: 0;

	border-radius: 90px;

	-webkit-border-radius: 90px;

	-moz-border-radius: 90px;

	box-shadow: 0 1px 4px rgba(85, 85, 85, 0.175);

	-webkit-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.175);

	-moz-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.175);

}



.team-member-profile.set__small {

	height: 120px;

	width: 120px;

	margin: 20px 0;

}



.image-robert {

	background-image: url('/assets/images/profile/Robert.jpg');

}



.image-andreas {

	background-image: url('/assets/images/profile/Andreas.jpg');

}



.image-zachary {

	background-image: url('/assets/images/profile/Zack.jpg');

}

.image-shao {

	background-image: url('/assets/images/profile/Shao.jpg');

}



.image-megan {

	background-image: url('/assets/images/profile/Megan.jpg');

}



.image-haley {

	background-image: url('/assets/images/profile/Haley.jpg');

}



.image-samantha {

	background-image: url('/assets/images/profile/Samantha.jpg');

}



.image-tej {

	background-image: url('/assets/images/profile/Tej.JPG');

}



.image-jae {

	background-image: url('/assets/images/profile/Jae.jpg');

}



.image-rachel {

	background-image: url('/assets/images/profile/Rachel.jpg');

}



.image-lisa {

	background-image: url('/assets/images/profile/Lisa-v2.png');

}



.image-jonathan {

	background-image: url('/assets/images/profile/Jonathan.png');

}



.image-aidan {

	background-image: url('/assets/images/profile/Aidan.jpg');

}


.image-ranak {

	background-image: url('/assets/images/profile/ranak.jpg');

}

.image-madison {
	background-image: url('/assets/images/profile/Madison.jpg');
}

.image-trey {
	background-image: url('/assets/images/profile/Trey.jpg');
}



.team-member-name {

	margin-top: 5px;

	font-size: 28px;

	font-weight: 300;

	margin-bottom: 5px;

	color: #555;

	text-align: center;

}



.team-member-position {

	font-size: 18px;

	font-weight: 400;

	color: #555;

	letter-spacing: 0.022em;

	margin-bottom: 25px;

	text-align: center;

}



.team-member p {

	font-size: 18px;

	font-weight: 300;

	line-height: 1.4;

	letter-spacing: 0.012em;

	margin-bottom: 20px;

	color: #555;

	text-align: left;

	text-justify: inter-character;

}



.team-member p i {

	margin-right: 0.5em;

}



.highlight-accent {

	color: #ba7f00;

}

/* new menu */

.navigation-menu ul>* a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

nav {
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
	box-shadow: 0 0 2px 0 rgba(123, 123, 123, 0.375);
	background-color: #f9f9f9;
}

nav *,
nav *::before,
nav *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.icon__arrow-down {
	display: inline-block;
	background-image: url('/assets/images/icon/expand-more.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	vertical-align: -4px;
	margin-left: 2px;
	margin-right: -6px;
}

.logo__ssl {
	float: left;
	background-image: url('/assets/images/icon/logo-ssl.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 57px;
	height: 45px;
	margin: 8px 0 0 2em;
}

.logo__ssl-name {
	float: left;
	background-image: url('/assets/images/icon/select-spectrum-text.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 220px;
	height: 45px;
	margin: 10px 1em 0 0;
}

header#cl-header{
    height: 119px;
  }
  
      #cl-header nav{
      border: 0px;
      border-style: solid;
      border-bottom-width: 5px;
      border-image: linear-gradient(to right, darkblue, darkorchid, orange, red) 1;
  }
      .navigation-menu{
          display:flex;
          justify-content: space-between;
      }
  
      .top-menu{
          display:flex;
          justify-content: right;
          align-items: center;
          margin-top:5px;
          margin-bottom: 20px;
          transition: margin 250ms ease-in-out;
          -webkit-transition: margin 250ms ease-in-out;
          -moz-transition: margin 250ms ease-in-out;
          -ms-transition: margin 250ms ease-in-out;
          -o-transition: margin 250ms ease-in-out;
}

        
    .top-menu-hide{
      margin-top: -70px;
  
    }
  
      .top-menu__items-container li {
          padding:0px 10px;
          
      }
      .top-menu__items-container li:nth-child(3) {
          padding:0px 10px;
          max-height: 24px;
          
      }

  
      ul.top-menu__items-container{
      display:flex;
      align-items: center;
      justify-content: right;
      /* background-color: #dfdfdf; */
      padding: 0.5em 0.5em 0;
      margin-top:-5px;
      }
  
      .top-menu__items-container .spectrum-marketplace-login > span{
      display:flex;
      flex-direction:row;
      align-items: center;
      }
  
      .top-menu__items-container .spectrum-marketplace-login > a{
      display:flex;
      flex-direction:column;
      align-items: center;
      margin-top:22px;
      }
  
      .top-menu__items-container .spectrum-marketplace-login a span:first-child{
      display:flex;
      justify-content: center;
      align-items: center;
      }
  
  
      .top-menu__items-container .spectrum-marketplace-login > a:hover .material-icons{
        color:#6b6b6b;
      }
  
  
      .icon-smp{
      display: flex;
      justify-content: right;
      align-items: center;
      width:100%;
      margin-right:70px;
      transition:all 250ms ease-in-out;
      -webkit-transition:all 250ms ease-in-out;
      -moz-transition:all 250ms ease-in-out;
      -ms-transition:all 250ms ease-in-out;
      -o-transition:all 250ms ease-in-out;
}
  
  .spectrum-marketplace-login .material-icons{
      color: rgb(10 17 94);
      border: 1px solid rgb(10 17 94);
      transition: all 250ms ease-in-out;
      padding:0.05em;
      margin:0;
      margin-left:5px;
      border-radius:50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
}
  
      ul.top-menu__items-container li>a{
          display:flex;
          align-items: center;
      }
  
      .top-menu__items-container a, .top-menu__items-container a:visited{
      color: rgb(10 17 94);
      transition: all 250ms ease-in-out;
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -ms-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
}
  
      .top-menu_wrapper {
      display: flex;
      /*background-color: #444444;
      */padding: 0 0 0 0.5em;
      border-radius: 8px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
}
  
  .top-menu__items-container li div{
      display:flex;
      align-items: center;
      color: #3b3b3b;
  }
  
  .top-menu__items-container li i{
      margin-right:5px;
      color:rgb(10 17 94);
  }
  
  .top-menu__items-container a{
      font-weight: 700;
      display: flex;
      align-items: center;
  }
  
  .top-menu__items-container a:hover{
      color: #000000;
  }
  
  ul.top-menu__items-container.top-menu__right-items{
    background-color: #e6e6e6;
    padding:2px;
    box-shadow: 1px 1px 5px;
    margin-right: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
  

.cr-navigation-menu , .cr-navigation-menu > ul{
	display:flex;
}

.cr-navigation-menu__inner{
	margin-left:80px;
	display: flex;
    justify-content: center;
    align-items: end;
}

.cr-navigation-menu > ul > li {
    margin: 0 20px;
}

.cr-navigation-menu > ul > li > a {
	display:flex;
    color: rgb(10 17 94);
	font-size: 1.3rem;
	line-height: 2rem;
	border-bottom: 5px solid transparent;
}

.cr-navigation-menu > ul > li:hover > a {
	border-color: rgb(10 17 94);
}

.cr-navigation-menu .material-icons {
    font-size: 2rem;
}


.cr-nav-menu__w-sub-head > li {
    padding:10px;
}

.cr-nav-menu__w-sub-head{
	display:none;
	position: absolute;
	background-color: #ffffff;
	box-shadow: 0 0 5px #6b6b6b;
	padding-top:10px;
	border: 2px solid #9dbafa;
	border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	-ms-border-radius: 0 0 20px 20px;
	-o-border-radius: 0 0 20px 20px;
}

li:hover > .cr-nav-menu__w-sub-head{
	display:flex;
	flex-direction: row;
	position:absolute;
}

li:hover > .cr-nav-menu__w-sub-head.cr-nav-menu_single-col-nav {
    flex-direction: column;
}


.cr-nav-menu__w-sub-head > li > a{
    font-size: 1.3rem;
    color: rgb(10 17 94);
	  font-weight: bold;
    display:block;

}

.cr-nav-menu__w-sub-head > li > ul > li > a{
	padding: 10px 0;
    display: flex;
	align-items: center;
	color:#636363;
	margin-left:20px;

}

.cr-navigation-menu > ul > li > ul > li > ul > li > a:hover{
	color:#001cdd;

}

.cr-navigation-menu > ul > li > ul > li > ul > li > a:before{
    /* content:'\276F'; */
	margin-right:5px;
	color:rgb(103, 103, 103);

}



.cr-navigation-menu li[data-navigation-static].set__hidden {
    visibility: hidden;
}

.top-menu__middle-link{

	/* border-right:3px solid rgb(253, 183, 31);
	border-right:3px solid rgb(253, 183, 31); */
	border:0px;
	border-right-width: 4px;
	border-left-width: 4px;
    border-style: solid;

	border-image: linear-gradient(to bottom, darkblue, darkorchid, orange, red) 1;
}


.set__hidden{
	display:none;
}

.set__menu-hidden-md{
    display:flex;
  }
  
  .set__menu-show-md{
    display:none;
  }


.cr-nav-menu__w-sub-head li ul li ul li a{
  margin-left:50px;
  color:#636363;

}

.cr-nav-menu_single-col-nav{
	flex-direction: row;
}

.top-menu__items-container>li{
	border: 0px;
    border-right-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to bottom, darkblue, darkorchid, orange, red) 1;
    justify-content: center;
    align-items: center;
    display: flex;
}

.top-menu__items-container>li:last-child{
   border-right:none;
}

.cr-mobile-menu{
  display:none;
}

.cr-mobile-close-btn{
	display: none;
}

.section-container__header {
    margin: 0 !important;
}

ul.top-menu__items-container>li:first-child {
  line-height: 41px;
}


.hero-section {
  margin-top: 0;
}




/* from the homepage file */

span.cr-part-bar {
  width: 0;
  background-image: linear-gradient(180deg, darkblue, darkorchid, orange, red);
/* background-image: linear-gradient(180deg, black, transparent); */
height: 30px;
}

.top-menu__items-container>li {
  border: 0px;
}

.top-menu__items-container>li:nth-child(3){
/* border-right-width: 3px;
border-left-width: 3px;
  border-style: solid; */
  /* border-image: linear-gradient(to bottom, darkblue, darkorchid, orange, red) 1; */
}

ul.top-menu__items-container {
  margin-top: -7px;
}

span.cr-text-hide {
  display: flex;
  justify-content: center;
  align-items: center;
visibility:hidden;
opacity:0;
width:0px;
overflow:hidden;
white-space: nowrap;
transition: all 250ms ease-in-out;

}

.top-menu__mail .material-icons {
font-size:2.5em;
}
.top-menu__ss img{
width:30px;
}
.top-menu__sp img{
width:40px;

}

.top-menu__items-container li:hover span.cr-text-hide{
  opacity:1;
visibility: visible;
}

.top-menu__items-container li.top-menu__mail:hover span.cr-text-hide{
  width:200px;
}
.top-menu__items-container li.top-menu__ss:hover span.cr-text-hide{
  width:150px;
}
.top-menu__items-container li.top-menu__sp:hover span.cr-text-hide{
  width:175px;
}

.top-menu__items-container .spectrum-marketplace-login > a {
  flex-direction: row;
margin-top:0;
}

/* Home page file css ends */


@media only screen and (max-width:1460px){
    .logo__ssl-name{
    width:150px !important;
    }
  
  }
  
  
  @media only screen and (max-width:1360px){
  
  .cr-navigation-menu__inner{
    margin-left:10px;
  }
  
  /* .logo__ssl {
      width: 54px !important;
      margin: 0 0 0 10px !important;
  } */

  
  .logo__ssl-name{
    width:150px !important;
  }

  .set__menu-hidden-md{
    display:none;
  }
  
  .set__menu-show-md{
    display:block;
  }
  }
  
  @media only screen and (max-width: 960px) {
    .cr-mobile-menu{
      display:block;
      cursor: pointer;
      margin-right:20px;
    }
    
    .cr-navigation-menu__inner.menu-clicked{
        display:flex;
    }
        .cr-navigation-menu{
            justify-content: space-between;
            align-items: center;
            background-color: #e9e9e9;
            padding: 1em 0;
        }
    
        .top-menu {
        justify-content: center;
        }
        .cr-logo{
          margin-top:0px;
          margin-left:20px;
        display:flex;
        align-items: center;
        }
    
        .cr-logo span{
          margin:0px;
        }
        .cr-navigation-menu > ul {
          display:none;
        flex-direction: column;
          align-items: center;
        justify-content: start;
        position: absolute;
        background-color: #efefef;
        width: 100%;
        top: 0;
        margin: 0;
        height: 100vh;
        overflow:scroll;
       }
    
       ul.cr-navigation-menu__inner:nth-child(2) {
        padding-top: 90px;
       }

       header#cl-header {
        height: 81px;
       }
    
        .top-menu__items-container>li{
            border:none;
            margin-top:30px;
        }
    
        .cr-mobile-hide{
            display:none !important;
        }
        
        .cr-nav-menu__w-sub-head, .cr-nav-menu__w-sub-head li, li:hover > .cr-nav-menu__w-sub-head {
            display:none !important;
        }
    
        .cr-nav-menu__w-sub-head > li > a {
        border:none;
    
      }
    
      .cr-navigation-menu > ul > li > a {
        font-size: 2rem;
        line-height: 3.5rem;
        border-bottom: none;
    }
    
        .cr-mobile-close-btn{
            font-size: 3em;
            cursor: pointer;
            position: absolute;
            top: 20px;
          right:20px;
            border: 2px solid;
            width: 40px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: rgb(10 17 94);
            color: #e3e3e3;
        }
    
        .cr-mobile-menu .material-icons{
            font-size: 3em;
            background-color: rgb(10 17 94);
            color: #e3e3e3;
        }

        .set__menu-hidden-md{
            display:flex;
          }
          
          .set__menu-show-md{
            display:none;
          }
    }  
    
    
footer {

	background-color: #f7f7f7;

	max-width: 100vw;

	width: 100%;

	padding: 40px 0 1em;

	//padding: 22px;

	//padding: 0 0 1em 2em;

	//padding-bottom: 15px;

	overflow: hidden;

	//width: 100%;

	/*box-shadow: 0 0 3px 0 rgba(123, 123, 123, 0.375);

    -webkit-box-shadow: 0 0 3px 0 rgba(123, 123, 123, 0.375);

    -moz-box-shadow: 0 0 3px 0 rgba(123, 123, 123, 0.375);*/

}



.footer-light {

	background-color: #fff;

	//box-shadow: none;

	//-webkit-box-shadow: none;

	//-moz-box-shadow: none;

}



.footer-content {

	/* max-width: 900px; */

	/* Use for large fonts 18px/14px */

	max-width: 980px;

	/* Use for small fonts 16px/12px */

	margin: 0 auto;

	padding: 0 2em;

}



.footer-menu {

	padding-top: 40px;

	overflow: hidden;

}



.footer-col {

	margin-right: 80px;

	width: auto;

	text-align: left;

	float: left;

}



.footer-menu .footer-col:last-child {

	margin-right: 0;

}



input[type="checkbox"] {

	display: none;

}



.product-title {

	color: #555;

	font-size: 1.2em;

	font-weight: 400;

	position: relative;

	z-index: 1;

	margin-bottom: 5px;

	margin-top: 0;

	letter-spacing: 0.022em;

	line-height: 1.3;

}



.product-list {

	padding: 0;

	list-style: none;

	margin: 0;

}



.product-list li {

	margin-bottom: 5px;

	line-height: 1.3;

	letter-spacing: 0.022em;

}



.product-list a {

	color: #555;

	display: inline-block;

	font-size: 1.1em;

	font-weight: 300;

}



.product-list li a img {

	width: 16px;

	height: 16px;

	vertical-align: -2px;

	margin-right: 0.3em;

}



input[type="checkbox"]:checked+.col-section .product-list {

	transition: all 0.2s ease-in-out;

	visibility: visible;

	position: static;

	transform: none;

	display: block;

}



input[type="checkbox"]:checked+.col-section h3::after {

	transform: rotate(45deg) scale(1.08);

}



#footer-breadcrumb {

	margin-top: 4em;

	margin-left: auto;

}



.breadcrumb-container {

	white-space: normal;

	font-size: 1.1em;

	margin-left: -2.2em;

	margin-bottom: -1em;

	letter-spacing: 0.022em;

}



.breadcrumb-container li {

	display: inline;

	color: #555;

	margin-right: 5px;

	margin-left: 5px;

}



.breadcrumb-container li:first-child {

	margin-left: 0;

}



.breadcrumb-container li:last-child a,

.breadcrumb-container li:last-child a:hover {

	font-weight: 400;

}



.breadcrumb-container li a {

	color: #555;

	font-weight: 300;

}



.breadcrumb-container li a:hover {

	color: #333;

	font-weight: 300;

}



#footer-navigation-breadcrumb {

	display: none;

	visibility: hidden;

}



.footer-base {

	/*padding-top: 34px;*/

	padding-top: 5px;

	padding-bottom: 21px;

	color: #555;

	font-size: 1.1em;

	font-weight: 300;

	letter-spacing: 0.022em;

}



.footer-more-ways {

	margin-bottom: 7px;

	padding-bottom: 6px;

	border-bottom: 1px solid #d6d6d6;

}



.nowrap {

	white-space: nowrap;

}



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

	.footer-legal div:last-child {

		display: block;

		float: left;

		padding-top: 0.3em;

	}

}



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

	footer {

		padding: 0 16px;

		padding-bottom: 21px;

	}



	.footer-more-ways {

		width: 93vw;

	}



	.footer-col {

		width: 93vw;

	}



	.footer-col .item {

		border-bottom: 1px solid #d6d6d6;

	}



	.product-title {

		padding: 1em 0 1em 0;

		margin: 0;

		cursor: pointer;

	}



	.product-title ::after {

		content: "+";

		float: right;

		font-size: 14px;

		font-weight: 400;

		margin-top: -2px;

		margin-right: 8px;

		transition: all 0.2s ease-in-out;

	}



	.product-list {

		position: absolute;

		transition: all 0.2s ease-in-out;

		//transform: translateX(-100px);

		z-index: 0;

		padding: 5px 0 16px 0;

		visibility: hidden;

		display: none;

	}



	.product-list li {

		margin: 0;

	}



	.product-list a {

		display: block;

		padding: 6px 14px;

	}



	.footer-col {

		overflow: hidden;

	}

}



@media only screen and (min-width: 767px) {

	.item-padding-top {

		padding-top: 24px;

	}

}



.footer-legal-copyright {

	margin-right: 30px;

	float: left;

	margin-top: 3px;

}



.footer-legal-links {

	float: right;

	/* or left */

}



.footer-legal-links a {

	border-right: 1px solid #d6d6d6;

	margin-right: 10px;

	padding-right: 12px;

	display: inline-block;

	margin-top: 3px;

	white-space: nowrap;

	color: #555;

	font-weight: 300;

}



.footer-legal-links a:last-child {

	border-right: none;

}



.footer-legal-links a:hover {

	color: #333;

}

.available-spectrum-wrapper {
	display: block;
	margin: 0 auto;
	max-width: 1140px;
	/*padding: 0 20px;*/
}

.extended-w {
	max-width: 1380px;
}

.extended-max-w {
	max-width: 80vw;
	width: 80vw;
}

.reduced-w {
	max-width: 600px;
}

.side-split {
	margin-left: 3em;
}

.content-divider-container {
	width: 100%;
	text-align: center;
}

.content-divider-container .content-map {
	display: inline-block;
	vertical-align: top;
	max-width: 980px;
	width: 100%;
	margin: 0 2em 2em 1em;
	box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	-webkit-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	-moz-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.content-divider-container .content-description {
	display: inline-block;
}

.logo-container {
	display: flex;
	flex-direction: row;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}

.list-container {
	display: flex;
	flex-direction: row;
	flex-flow: row wrap;
	align-items: baseline;
	justify-content: center;
	/* space-evenly */
	vertical-align: baseline;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.list-container.auto-h {
	justify-content: center;
	align-content: flex-start;
	align-items: stretch;
}

.list-container .card-container {
	max-width: 340px;
	/*width: auto;*/
	width: 340px;
	height: auto;
	border-radius: 4px;
	background-color: #fff;
	margin: 0 15px 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 4px rgba(85, 85, 85, 0.175);
	-webkit-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.175);
	-moz-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.175);
}

.list-container .card-container.fixed-h {
	height: 320px;
	width: 100%;
}

.list-container .card-container.small-fixed-h {
	height: 160px;
	width: 100%;
}

.list-container .card-container.news-fixed-h {
	height: 170px;
	width: 100%;
}

.list-container .card-container.contact-fixed-h {
	height: 150px;
	width: 100%;
}

.sticky-b {
	position: absolute;
	bottom: 40px;
	right: 0;
	left: 0;
	width: auto;
}

a.card-link {
	text-decoration: none;
	font-weight: 400;
}

a.news-link:hover {
	color: #3372ff
}

.line-gap {
	margin-top: 2em;
}

.line-gap.lr {
	margin-top: 3em;
}

.list-container .small-card {
	max-width: 300px;
	width: 300px;
}

.list-container .large-card {
	max-width: 600px;
	width: 600px;
}

.list-container .medium-card {
	max-width: 450px;
	width: 450px;
}

.medium-card.as__news-card {
	min-height: 165px;
}

.list-container .full-card {
	max-width: 100%;
	width: 100%;
}

.list-container .card-container .item {
	position: relative;
	height: 100%;
}

.list-container .card-container .item .map-container .image {
	/* 300 x 185 */
	width: 100%;
	height: 180px;
	border-radius: 5px 5px 0 0;
	object-position: center;
	object-fit: cover;
	/* contain */
}

.list-container .card-container .item .map-container .map-only {
	margin-bottom: -6px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	-webkit-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	-moz-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
}

.list-container .company-logo {
	width: 120px;
	height: 120px;
	border-radius: 5px 5px 0 0;
	object-position: center;
	object-fit: contain;
	/* contain */
	margin-left: 2em;
	margin-right: 2em;
}

@media screen and (max-width: 680px) {
	.company-icon-expand > .available-spectrum-wrapper {
		width: 100vw;
	}
}



.list-container .company-logo.set__medium {
	width: 180px;
	height: 180px;
}

.list-container .card-container .item .map-container .large-image {
	width: 600px;
	height: 100%;
}

.list-container .card-container .item .map-container .medium-image {
	width: 450px;
	height: 280px;
}

.list-container .card-container .item .map-container .full-image {
	width: 100%;
	height: 100%;
}

.company-icon-expand a img,
.company-icon-expand img {
	transition: all 0.2s ease-in-out;
}

.company-icon-expand a:hover img,
.company-icon-expand img.company-logo:hover {
	transform: scale(1.2);
}

.list-container .card-container .item .content {
	text-align: left;
	margin: 25px 25px 0;
}

.list-container .card-container .item .content .headline.centered {
	text-align: center;
}

.list-container .card-container .item .content .headline {
	font-size: 1.15em;
	font-weight: 400;
	color: #555;
	margin-bottom: 10px
}

.list-container .card-container .item .content .headline i {
	margin-right: 0.3em;
	font-size: 20px;
	vertical-align: -7px;
}

#Narrowband .headline a,
#Broadband .headline a,
#MillimeterWave .headline a {
	color: #555;
}

#Narrowband .headline a:hover,
#Broadband .headline a:hover,
#MillimeterWave .headline a:hover {
	color: #1f64ff;
}

.list-container .card-container .item .content .title-only {
	margin-bottom: 25px;
}

.list-container .card-container .item .content .large-h {
	font-size: 1.4em;
}

.list-container .card-container .item .content .description {
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.35;
	letter-spacing: 0.012em;
	color: #555;
	text-align: left;
	word-wrap: break-word;
}

.list-container .card-container .item .content .description.set__centered,
.list-container .card-container .item .content .description.set__centered a {
	text-align: center;
}

.list-container .card-container .item .content .ieee-802-standard-compatible {
	background-image: url('/assets/images/icon/ieee802.16s.jpg');
	width: 256px;
	height: 91px;
	background-size: contain;
	background-position: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	-webkit-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	-moz-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	margin-left: auto;
	margin-right: auto;
}

.list-container .card-container .item .content .description.wrap-last {
	display: inline-block;
	padding-left: 4px;
	font-size: 14px;
	font-weight: 400;
	vertical-align: 1px;
}

.list-container .card-container .item .content .description i,
.list-container .card-container .item .content .sub-headline span i {
	/*vertical-align: -5px;*/
	margin-left: -4px;
	margin-right: 0.3em;
	font-size: 1.5em;
}

.list-container .card-container .item .content .newsletter.btn-lr i.download {
	vertical-align: -8px;
	margin-right: 0.3em;
	font-size-adjust: 0.5;
}

.card-list>*,
.card-list-n>* {
	list-style: none;
	list-style-position: outside;
	line-height: 1.4;
	letter-spacing: 0.012em;
	font-size: 1.1em;
	font-weight: 300;
	color: #555;
	text-align: left;
	word-wrap: break-word;
	text-justify: inter-character;
}

.center-t {
	text-align: center;
	align-items: center;
}

.section-list>* {
	line-height: 1.7;
	letter-spacing: 0.012em;
	font-size: 18px;
	font-size-adjust: 0.5;
	font-weight: 300;
}

.list-b {
	font-weight: 400;
}

li.add-disk::before,
li.disc::before {
	content: '\2022';
	color: #666;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	margin-top: 3px;
}

.list-bn {
	font-weight: 400;
	margin-bottom: 1em;
}

.last-m {
	margin-bottom: 2em;
}

li {
	list-style: none;
	list-style-position: outside;
}

.card-list li::before,
.list-b li::before {
	content: '\2022';
	color: #666;
	display: inline-block;
	width: 1em;
	margin: 3px 0 3px -1em;
}

.sub-headline {
	font-size: 15px;
	font-weight: 400;
	/*margin: 10px 0 10px 0;*/
	color: #555;
}

.list-container .card-container .item .overlay {
	position: absolute;
	height: 180px;
	width: 340px;
	opacity: 0;
	border-radius: 5px 5px 0 0;
	background-color: rgba(54, 63, 65, 0.4);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.item span.new-listing {
	position: absolute;
	top: 1em;
	left: 1em;
	width: auto;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	-webkit-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	-moz-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	font-size: 0.65em;
	font-weight: 600;
	letter-spacing: 0.022em;
	color: #fff;
	text-align: center;
	background: #f09300;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.list-container .card-container .item .no-filter {
	opacity: 1;
	background-color: unset;
}

.list-container .card-container .item .static-overlay {
	height: auto;
	width: 600px;
	opacity: 0.7;
}

.list-container .card-container .item .static-overlay-lr {
	height: 366px;
	width: 600px;
}

.list-container .card-container .item .static-overlay-md {
	height: 280px;
	width: 450px;
}

.list-container .card-container .item .static-overlay-sm {
	height: 180px;
	width: 100%;
}

.overlay .sub-text {
	position: absolute;
	top: 16px;
	right: 16px;
	width: auto;
	padding-left: 8px;
	padding-right: 8px;
	height: 24px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.022em;
	color: #fff;
	text-align: center;
	background: #4780ff;
}

.overlay .sticky-title {
	top: 16px;
	right: auto;
	left: 16px;
}

.list-container .card-container .item .overlay:hover {
	opacity: 1;
}

.trim-b {
	padding-bottom: 0;
}

.trim-bottom {
	padding-bottom: 0;
}

p.centered {
	text-align: center;
}

.add-b {
	margin-bottom: 2em;
}

.item span.set__news.new-listing {
	position: relative;
	top: 0;
	left: 0;
	margin-right: 1em;
	vertical-align: 2px;
}


/* PR page hover effect */

.list-container.pr-page .medium-card.as__news-card a {
	display:flex;
	height: 100%;
   }
   .list-container.pr-page .medium-card.as__news-card {
   border-top: 5px solid #c5c9e5;
   overflow:hidden;
   transition: all 250ms ease-in-out;
   }

   .list-container.pr-page .medium-card.as__news-card:hover {
   border-color: #3d70dd;
   box-shadow: 0 1px 4px rgba(85, 85, 85, 0.5);
   }

   .list-container.pr-page .medium-card.as__news-card:hover .hover-bar-bottom{
	   bottom: -12px;
   }

   .hover-bar-bottom{
   display: flex;
   background-color: #004ced;
   height: 50px;
   width: 50px;
   position: absolute;
   bottom: -61px;
   right: -13px;
   align-items: center;
   justify-content: center;
   border-radius: 30px;
   opacity:0.8;
   transition: bottom 200ms ease-in;
}
   .hover-bar-bottom .material-icons{
   color:#ffffff;
}

.list-container.pr-page .card-container .item .content .headline {
   color: #4440d7;
}


/*
@media screen and (max-width: 1005px) {
	.list-container .medium-card.as__news-card {
		max-width: 340px;
		width: 340px;
	}
}

@media screen and (max-width: 740px) {
	.list-container .medium-card.as__news-card {
		max-width: 450px;
		width: 450px;
	}
}
*/

/*

.m-ssl-logo {

    background-image: url('/assets/images/icon/select-spectrum-banner.png');

    height: 45px;

    width: 200px;

    float: left;

    padding-top: 8px;

    bottom: 0;

    background-position: center;

    background-repeat: no-repeat;

    background-size: contain;

}

*/

.m-ssl-logo {

	background-image: url('/assets/images/icon/select-spectrum-adjusted.png');

	height: 50px;

	width: 220px;

	float: left;

	padding-top: 7px;

	background-position: center;

	background-repeat: no-repeat;

	background-size: contain;

}



.before-image {

	margin-bottom: 2em;

}



.reduced-w {

	float: left;

	margin-right: 3em;

}



.external-links-disclaimer.split-text {

	padding-left: 1em;

}



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



	.section-hero .welcome-title h1,

	.section-hero .welcome-title-centered h1 {

		font-size: 36px;

	}



	p.section-text.area {

		font-size-adjust: 0.47;

	}



	.btn-lr.fixed {

		font-size-adjust: 0.45;

		line-height: 1.3;

	}

}



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

	.reduced-w {

		padding-left: 40px;

	}



	a.newsletter {

		padding: 12px 30px;

	}

}



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

	.card-container.full-card.split-card {

		margin-top: -3.1em;

		border-radius: 0 0 5px 5px;

		max-width: 600px;

		width: 600px;

	}



	.available-spectrum-wrapper.reduced-w.first-card .card-container.large-card,

	.available-spectrum-wrapper.reduced-w.first-card .card-container.large-card .map-only {

		border-radius: 5px 5px 0 0;

	}



	.reduced-w {

		max-width: 100vw;

		width: 100%;

		margin-bottom: 0;

		padding-left: 40px;

		padding-right: 40px;

		float: none;

	}



	.btn-wrapper {

		text-align: center;

	}



	.before-image {

		margin-bottom: 3em;

	}



	.centered-list {

		width: 100vw;

	}



	.reduced-w .list-container .card-container {

		margin-left: 0;

		margin-right: 80px;

	}



	.list-container .card-container .item .map-container .image {

		width: 100%;

	}



	.list-container .card-container .item .overlay {

		width: 100%;

	}

}



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

	.card-container.full-card.split-card {

		margin-top: 0;

		border-radius: 5px;

		max-width: 600px;

		width: 600px;

	}



	.available-spectrum-wrapper.reduced-w.first-card .card-container.large-card,

	.available-spectrum-wrapper.reduced-w.first-card .card-container.large-card .map-only {

		border-radius: 5px;

	}

}



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

	.list-container .card-container .item .overlay {

		display: none;

	}

}



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

	#menu-search {

		top: 0;

		margin-top: 50px;

		left: -150px;

	}

}



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

	.m-ssl-logo {

		background-image: url('/assets/images/icon/select-spectrum-logo.png');

		height: 50px;

		width: 50px;

	}



	#navbar {

		padding-left: 0;

		padding-right: 0;

	}

}



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

	.gsearch {

		visibility: hidden;

	}

}



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



	/*@media only screen and (max-width:1188px) {*/

	.m-ssl-logo {

		background-image: url('/assets/images/icon/select-spectrum-adjusted.png');

		height: 50px;

		width: 220px;

	}



	section {

		padding: 40px 0;

	}



	/*#navbar { position: relative; }*/

	.mobile-nav-icon {

		display: block;

		padding-top: 17px;

		text-align: left;

		color: #555;

		font-size: 16px;

	}



	.nav-links {

		display: none;

		position: absolute;

		min-width: 100px;

		left: 0;

		top: 40px;

		background-color: #FFF;

		padding-top: 10px;

		padding-bottom: 15px;

		padding-right: 15px;

		text-align: left;

		border: 1px solid #e7e7e7;

	}



	.nav-links li {

		/*font-size-adjust: 0.45;*/

		font-size: 14px;

		display: block;

		padding-top: 5px;

		padding-bottom: 5px;

		padding-left: 0px;

		background-color: #FFF;

	}



	.nav-links li:last-child {

		padding-bottom: 0;

	}



	.nav-links li:hover ul {

		display: block;

		position: relative;

		text-align: left;

		white-space: normal;

		left: 0;

		top: 0;

		border: 0;

		text-indent: 1em;

	}



	.nav-links li ul .sub-category ul {

		position: absolute;

		float: left;

		top: 1px;

	}



	.nav-links li ul .sub-category ul li {

		display: block;

		z-index: 98;

		width: 100%;

	}



	.nav-links li ul .sub-category .sub-sub-category ul {

		position: relative;

		display: block;

		right: 0;

	}



	/*

    .sub-category {

        

        float: left;

        right: 25px;

        top: 6px;

    }

    */

	/*

    #menu-search {

        top: -19px;

    }



    #menu-about, #menu-search {

        right: 100%;

    }

    */

}



/*

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

    .nav-links li:hover ul li:hover ul {

        display: none;

    }

}

*/

.selector-map {

	height: calc(100vh - 80px);

	width: 100%;

	border: none;

	margin-top: 16px;

}

.request-form-container {

	max-width: 600px;

	width: 100%;

	margin: 0 auto;

	position: relative;

}



#request-form input,

#request-form textarea,

#request-form button[type="submit"] {

	font-family: 'Nunito';

	font-size: 15px;

	font-weight: 300;

}



#request-form {

	background: #fff;

	padding: 25px;

	margin: 40px 0;

	border-radius: 5px;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	box-shadow: 0 1px 5px rgba(85, 85, 85, 0.175);

	-webkit-box-shadow: 0 1px 5px rgba(85, 85, 85, 0.175);

	-moz-box-shadow: 0 1px 5px rgba(85, 85, 85, 0.175);

}



fieldset {

	border: medium none !important;

	margin: 0 0 10px;

	min-width: 100%;

	padding: 0;

	width: 100%;

}



#request-form input,

#request-form textarea {

	width: 100%;

	border: 1px solid #ccc;

	background: #FFF;

	color: #555;

	margin: 0 0 5px;

	padding: 10px;

}



#request-form input:hover,

#request-form textarea:hover {

	-webkit-transition: border-color 0.3s ease-in-out;

	-moz-transition: border-color 0.3s ease-in-out;

	transition: border-color 0.3s ease-in-out;

	border: 1px solid #aaa;

}



#request-form textarea {

	height: 150px;

	max-width: 100%;

	resize: none;

}



/*

  #request-form button {

    cursor: pointer;

    width: 15em;

    border: none;

    background: #4780ff;

    color: #FFF;

    margin-top: 10px;

    margin-bottom: 0;

    padding: 12px 30px;

    font-size: 16px;

    font-weight: 400;

    border-radius:5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

  }

  

  #request-form button:hover {

    background: #4780ff;

    -webkit-transition: background 0.3s ease-in-out;

    -moz-transition: background 0.3s ease-in-out;

    transition: background-color 0.3s ease-in-out;

  }

  

  #request-form button:active {

    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);

  }

  */

#request-form input:focus,

#request-form textarea:focus {

	outline: 0;

	border: 1px solid #4780ff;

}



::-webkit-input-placeholder {

	color: #888;

}



:-moz-placeholder {

	color: #888;

}



::-moz-placeholder {

	color: #888;

}



:-ms-input-placeholder {

	color: #888;

}

.customNavigation {

	margin: 0 0 1em 0;

}



a.slider-link {

	position: relative;

	margin: 5em 0 0 5em;

}



img.slider-button {

	width: 13px;

	height: 13px;

	vertical-align: -1px;

	text-align: center;

}



img.icon__arrows {

	width: 32px;

	height: 32px;

	cursor: pointer;

}



a.button__arrows.next {

	position: relative;

	left: 4em;

	float: right;

	padding-right: 2em;

	/*display: block;*/

	display: none;

	bottom: 11.6em;

}



a.button__arrows.next.adjusted.listings-item_1 {

	bottom: 15.7em;

}



a.button__arrows.next.adjusted {

	bottom: 14.3em;

}



a.button__arrows.prev {

	position: relative;

	left: -5em;

	padding-left: 3em;

	/*display: inline;*/

	display: none;

	top: 12.3em;

}



.customNavigation .btn {

	display: inline-block;

	overflow: visible;

	/*padding: 4px 10px;*/

	border: 1px solid #555;

	border-radius: 4px;

	cursor: pointer;

	font-size: 16px;

	font-weight: 400;

	-webkit-transition: all 0.1s ease-in 0s;

	-moz-transition: all 0.1s ease-in 0s;

	-o-transition: all 0.1s ease-in 0s;

	transition-property: all 0.1s ease-in 0s;

	-webkit-font-smoothing: antialiased;

	color: #555;

	text-decoration: none;

	text-align: center;

	margin: 0 5px 0 5px;

}



.prev-newest-available,

.prev-recent-transactions {

	padding: 5px 16px 5px 10px;

}



.next-newest-available,

.next-recent-transactions {

	padding: 5px 10px 5px 16px;

}



.customNavigation .next-newest-available,

.customNavigation .next-recent-transactions {

	float: right;

}



/* 

.customNavigation .btn:hover {

    border-color: #4780ff;

}

*/

.owl-carousel .owl-wrapper:after {

	content: ".";

	display: block;

	clear: both;

	visibility: hidden;

	line-height: 0;

	height: 0

}



.owl-carousel {

	display: none;

	position: relative;

	width: 100%;

	-ms-touch-action: pan-y

}



.owl-carousel .owl-wrapper {

	display: none;

	position: relative;

	-webkit-transform: translate3d(0, 0, 0)

}



.owl-carousel .owl-wrapper-outer {

	overflow: hidden;

	position: relative;

	width: 100%

}



.owl-carousel .owl-wrapper-outer.autoHeight {

	-webkit-transition: height 100ms ease-in-out;

	-moz-transition: height 100ms ease-in-out;

	-ms-transition: height 100ms ease-in-out;

	-o-transition: height 100ms ease-in-out;

	transition: height 100ms ease-in-out

}



.owl-carousel .owl-item {

	display: flex;

	flex-direction: row;

	flex-flow: row wrap;

	align-items: baseline;

	justify-content: center;

	float: left;

}



.owl-controls .owl-page,

.owl-controls .owl-buttons div {

	cursor: pointer

}



.owl-controls {

	/*

    -webkit-user-select: none;

    -khtml-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    */

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)

}



.grabbing {

	cursor: url(grabbing.png) 8 8, move

}



.owl-carousel .owl-wrapper,

.owl-carousel .owl-item {

	-webkit-backface-visibility: hidden;

	-moz-backface-visibility: hidden;

	-ms-backface-visibility: hidden;

	-webkit-transform: translate3d(0, 0, 0);

	-moz-transform: translate3d(0, 0, 0);

	-ms-transform: translate3d(0, 0, 0)

}



.owl-controls {

	position: absolute;

	top: 10em;

	width: 100%;

}



.owl-controls .owl-buttons {

	display: inline-block;

	position: absolute;

	width: 100%;

}



.owl-controls .owl-buttons .owl-prev img {

	left: 0;

	position: absolute;

	margin-left: -4em;

	padding-left: 1em;

}



.owl-controls .owl-buttons .owl-next img {

	right: 0;

	position: absolute;

	margin-right: -4em;

	padding-right: 1em;

}



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

	.owl-controls .owl-buttons .owl-prev img {

		margin-left: -3em;

	}



	.owl-controls .owl-buttons .owl-next img {

		margin-right: -3em;

	}

}



/*

.owl-centered .owl-wrapper {

	display: table !important;

  }

  .owl-centered .owl-item {

	display: table-cell;

	float: none;

	vertical-align: middle;

  }

  .owl-centered .owl-item li {

	text-align: center;

  }

  */

.popup-container {

	z-index: 999999;

	display: none;

	position: fixed;

	top: 0;

	padding-top: 3.9em;

}



.popup-container .popup-overlay {

	width: 100vw;

	height: 100vh;

	background: rgba(17, 17, 17, 0.575);

	opacity: 0.8;

	position: absolute;

	top: 0;

	cursor: pointer;

}



.popup-container .popup-wrapper,

.popup-container .popup-wrapper .full-size {

	max-width: 65vw;

	width: 100%;

	height: auto;

	background-color: transparent;

	position: relative;

	left: calc(50vw - 50%);

	top: calc(50vh / 2.5);

	overflow: hidden;

	top: 1em;

}



/*

.popup-container .popup-wrapper,

.popup-container .popup-wrapper .full-size {

	background-color: transparent;

	position: relative;

	left: calc(50vw - 50%);

	overflow: hidden;

	height: calc(100vh - 7.8em);

}



.popup-wrapper .popup-image {

	height: 100%;

	border-radius: 5px;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

}



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



	.popup-container .popup-wrapper,

	.popup-container .popup-wrapper .full-size {

		padding-top: 2.5em;

	}

}

*/

.popup-container .popup-overlay .popup-close {

	position: absolute;

	/*top: 3.9em;*/

	top: 0;

	padding-top: 3.9em;

	left: 1em;

	z-index: 97;

	cursor: pointer;

	color: #fff;

}



.popup-container .popup-overlay .popup-close i {

	vertical-align: -6px;

	font-size-adjust: 0.5;

}



.popup-wrapper .popup-image {

	width: 100%;

	height: 100%;

	border-radius: 5px;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

}



.popup-wrapper .popup-image.limited-h {

	width: 90%;

	max-height: 95vh;

	height: auto;

}



#LI7 .column-container__content img,

img#Resizable,

/*#Spectrum-Overview .column-container__content img,

#Spectrum-Overview .map-container__available-spectrum img,

#Spectrum-Overview .spectrum__images-container .wrapper__map-image img,*/

#as__View-Listings #New-Listings .card-container .item .map-container img,

#as__View-Image #New-Listings .card-container .item .map-container img,

#as__View-Listings #Recent-Transactions .card-container .item .map-container img,

#expand-map .card-container .item .map-container img {

	cursor: zoom-in;

	cursor: -moz-zoom-in;

	cursor: -webkit-zoom-in;

}

/*
 *  Modern Blue Theme
 *
 *  Browser Compatibility:
 *      Firefox 7+
 *      Chrome 14+
 *      Edge 1+
 *      Safari 5+
 *      Opera 11+
 *      Internet Explorer 11 (Partial Support)
 *      Internet Explorer 9 & 10 (Limited Functionality)
 */
*::-webkit-scrollbar {
	width: 12px
}

* {
	scroll-behavior: smooth;
	scrollbar-width: thin;
	scrollbar-color: #ccc #f7f7f7;
	-ms-overflow-style: scrollbar;
	scrollbar-width: 12px
}

*::-webkit-scrollbar-track {
	background: #f7f7f7
}

*::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 12px;
}

/*
 *	Custom Theme Setup
 */
body {
	font-size: 100%;
}

section {
	padding: 40px 0;
}

.section-portfolio,
.about,
.section-container__content,
.section__wrapper {
	max-width: 80vw;
	width: auto;
	margin: 0 auto 0 auto;
}

#UpcomingEvents,
#PastEvents {
	max-width: 95vw;
}

.set__maximum-width {
	max-width: 100vw;
}

.section-container__header {
	width: 100vw;
	height: 400px;
	padding: 0;
	margin: 53px 0 0 0;
	overflow-y: hidden;
}

.section__header-image {
	overflow-x: hidden;
	height: 100%;
	width: 100%;
	background-color: rgba(161, 186, 217, 0.5);
	background-image: linear-gradient(rgba(85, 85, 85, 0), rgba(85, 85, 85, 0)), url('/assets/images/tower_.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right 50% top 75%;
}

.section__header-image {
	background-image: linear-gradient(90deg, rgba(70, 127, 255, 0.4) 40%, rgba(255, 255, 255, 0) 65%), url('/assets/images/tower_.webp')
}

.section__header-image h1 {
	margin: auto 40% auto 2em;
	font-size: 3.5em;
}

.section__header-image .page-title {
	width: 100%;
}

.section__header-image .content-position.center {
	justify-content: left;
}

[data-animation='fadein'] {
	-webkit-animation: fadein;
	-moz-animation: fadein;
	-ms-animation: fadein;
	-o-animation: fadein;
	animation: fadein;
}

[data-duration='2s'] {
	animation-duration: 2s;
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-moz-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-ms-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-o-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.content-position {
	display: flex;
	height: 100%;
	align-items: center;
}

.content-position.left {
	justify-content: left;
}

.content-position.right {
	justify-content: right;
}

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

.welcome h1 {
	font-size: 3.5em;
	font-weight: 200;
	line-height: 1.3;
	letter-spacing: 0.012em;
	color: #fff;
	margin: auto 15% auto 10%;
}

.page-title h1 {
	font-size: 3.5em;
	line-height: 1.3;
	font-weight: 200;
	letter-spacing: 0.012em;
	color: #fff;
}

@media screen and (max-width: 1005px) {
	.section__header-image {
		background-image: linear-gradient(180deg, rgba(70, 127, 255, 0.40) 100%, rgba(255, 255, 255, 0) 0%), url('/assets/images/tower_.jpg');
	}

	.section__header-image h1 {
		margin: 0;
		padding: 20px 0;
		font-size: 3em;
	}

	.section__header-image .welcome h1 {
		font-size: 2.8em;
		margin: 0 0.5em;
	}

	.section__header-image .content-position,
	.section__header-image .content-position.center {
		justify-content: center;
		text-align: center;
	}

	.section__header-image .page-title {
		width: unset;
	}
}

@media only screen and (max-width: 1005px) {
	.section-container__header {
		height: 350px;
	}
}

@media screen and (max-width: 600px) {
	.section-container__header {
		height: 300px;
	}

	.section__header-image h1 {
		font-size: 2.8em;
	}

	.section__header-image .page-title,
	.section__header-image .welcome {
		margin: 0 0.3em;
		max-width: 95vw;
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.section-container__header {
		/*height: 250px;*/
		height: 125px;
	}

	#Homepage.section-container__header {
		height: 175px;
	}

	.section-container__header .section__header-image h1 {
		/*font-size: 2.6em;*/
		font-size: 2em;
	}
}

@media only screen and (max-width: 440px) {
	.section-container__header {
		height: 145px;
	}

	#Homepage.section-container__header {
		height: 175px;
	}
}

@media only screen and (max-width: 380px) {
	.section-container__header .section__header-image h1 {
		/*font-size: 2.4em;*/
		font-size: 1.75em;
	}
}

@media only screen and (max-width: 340px) {
	.section-container__header {
		/*height: 280px;*/
		height: 165px;
	}
}

/*
@media only screen and (max-width: 340px) {
	.section-container__header .section__header-image h1 {
		font-size: 2.2em;
	}
}
*/
p.section-text.area,
.section__text,
.list-b {
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: 0.012em
}

.list-b {
	font-size: 1.1em;
	font-weight: 400;
}

.section__text.title-small.set__before-text {
	margin-bottom: 0
}

.section__text.title-small {
	font-size: 2em;
	font-weight: 300;
}

.section__text.set__after-title {
	margin-top: 0;
	padding-left: 1em;
}

.section__grey-background {
	background-color: #f7f7f7;
}

.section__important-notice {
	background-color: #ebdedd;
}

.section__important-notice p span.expand-content {
	display: none;
}

.section__important-notice .section__text {
	font-size: 1.03em;
	line-height: 1.35;
}

.section__divider-line::after {
	display: block;
	content: '';
	height: 2px;
	width: 100px;
	background-color: #1f64ff;
	margin: 30px auto 30px auto;
}

h2.section_title,
h3.section_title {
	font-size: 2.5em;
	font-weight: 200;
	text-align: center;
	padding-top: 20px;
}

.set__centered {
	text-align: center;
}

.set__left {
	text-align: left;
}

.set__right {
	text-align: right;
}

.ieee-802-standard-compatible.set__image-left {
	margin-left: 0 !important;
}

.spacing__top-large {
	margin-top: 2em;
}

.spacing__none {
	margin: 0 auto;
	padding: 0 auto;
}

a.button {
	display: inline-block;
	padding: 14px;
	margin: 1em 10px 1em 10px;
	color: #1f64ff;
	background-color: unset;
	border: 1px solid #1f64ff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	text-align: center;
}

a.button.set__filled {
	color: #fff;
	background-color: #1f64ff;
}

a.button.set__filled:hover {
	background-color: #004cf7;
	border-color: #004cf7;
}

.content-position a:last-child {
	margin-right: 0;
}

.content-position a:first-child {
	margin-left: 0;
}

a.button:hover {
	color: #fff;
	background: #1f64ff;
}

a.button.set__width {
	max-width: 180px;
	width: 100%;
}

a.button.set__width.extended {
	max-width: 200px;
}

a.button.set__width.as__summary {
	max-width: 240px;
}

a.button.set__width.as__resource {
	max-width: 340px;
}

@media only screen and (max-width:480px) {
	a.button.set__width {
		max-width: 50vw;
		width: 100%;
		font-size: 0.95em;
	}

	a.button.set__width.as__summary {
		max-width: 80vw;
		width: 100%;
		font-size: 0.95em;
	}

	a.button.set__width.as__resource {
		max-width: 60vw;
		width: 100%;
		font-size: 0.95em;
	}
}

a.button.set__width.as__spectrum-search {
	max-width: 260px;
}

.set__font-large {
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: 0.022em;
	line-height: 1.7;
}

.set__extra-bold {
	font-weight: 600;
}

.set__underline-normal {
	position: relative;
}

.set__underline-normal::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0.1em;
	bottom: 0;
	left: 0;
	background-color: #555;
	visibility: visible;
}

a {
	text-decoration: none;
	font-weight: 400;
	color: #1f64ff;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	/*white-space: pre;*/
}

a.set__title-default-link,
a.set__title-bold {
	color: #555;
	font-weight: 300;
}

a.set__title-bold {
	font-weight: 400;
}

a:hover.set__title-default-link,
a:hover.set__title-bold {
	color: #1f64ff;
}

a:hover {
	color: #004cf7;
}

a.outline {
	background-color: #ebf1ff;
	border-radius: 4px;
	padding: 5px 7px 5px 7px;
	/*margin-left: -3px;*/
}

a.outline.light {
	background-color: #f5f8ff;
}

a.outline.light:hover {
	background-color: #ebf1ff;
}

a.underline,
a.ltr {
	position: relative;
}

a.ltr {
	font-size: 1.05em;
	line-height: 1.3;
}

a.underline::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #1f64ff;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a.underline:hover::before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

a.ltr:before {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #1f64ff;
	visibility: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a.ltr:hover::before {
	visibility: visible;
	width: 100%;
}

.column__first {
	flex: 1;
}

.column__first.as__small-image {
	flex: 0 1;
}

.column__second .column__image.as__small {
	margin: 0.5em auto;
	max-width: 650px;
}

.column__image-pycom {
	max-height: 235px;
	width: auto;
}

@media only screen and (max-width: 440px) {
	.column__image-pycom {
		height: unset;
		max-width: 335px;
		width: 100%;
	}
}

.set__image-puloli {
	background-image: url('/assets/images/Puloli_logo_and_name.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 150px;
	height: 50px;
	box-shadow: none;
}

@media only screen and (max-width:1166px) {
	.column__first.as__small-image {
		flex: 1 0 100%;
		margin: 0 auto;
		text-align: center;
	}

	.column__first .column__image-spectrum-search {
		float: none;
		margin-right: 0;
	}
}

.column__second .set__top .left {
	margin-left: 3em;
	margin-top: 0;
}

.set__vertical-centered {
	margin: auto 3em;
}

.set__right {
	margin: 0 3em 0 0;
}

.set__vertical-centered.right {
	margin: auto 3em auto 0;
}

img.column__image.set__no-border {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

@media only screen and (max-width:1400px) {
	.column__first {
		flex: 1 0 100%;
	}

	.set__vertical-centered,
	.set__vertical-centered.right {
		margin: 1em 0;
	}
}

.next-to__image {
	margin-right: 3em;
}

.next-to__text {
	margin-top: -1.5em;
}

.set__side-view {
	align-items: flex-start;
}

.column__second {
	flex: 1;
}

.column-container__content {
	display: flex;
	flex-flow: row wrap;
	overflow: hidden;
	align-items: flex-start;
	text-align: left;
}

.column-container__content.set-order__reverse {
	flex-flow: row-reverse wrap;
}

.column__image {
	width: 100%;
	height: auto;
	margin-top: 1.5em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	-webkit-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	-moz-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375)
}

.column__image-spectrum-search {
	max-height: 200px;
	max-width: 80vw;
	float: left;
	margin-right: 6em
}

.set__image-effect {
	transition: all 0.2s ease-in-out
}

.set__image-effect:hover {
	transform: scale(1.05);
}

.trim-end {
	padding-bottom: 0;
}

.trim-start {
	padding-top: 0;
}

.add-end {
	margin-bottom: 4em;
}

.add-start {
	margin-top: 2em;
}

#as__View-Listings.trim-start.mobile-reduce {
	padding-top: 2em;
}

#as__View-Listings.trim-start.mobile-reduce .section__text.title-small.set__before-text {
	margin-top: 0;
}

@media only screen and (max-width: 1400px) {
	#mobile__row-image {
		margin-bottom: -3em;
	}

	#as__View-Listings.trim-start.mobile-reduce {
		padding-top: 1em;
	}

	#as__View-Listings.trim-start.mobile-reduce #Recent-Transactions {
		margin-bottom: -3em;
	}
}

#as__View-Listings.trim-start.mobile-reduce .section__text.set__after-title i {
	font-size: 1em;
	vertical-align: -3px;
}

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

	#as__View-Listings.trim-start.mobile-reduce .section__text.title-small.set__before-text,
	#as__View-Listings.trim-start.mobile-reduce .section__text.set__after-title {
		text-align: center;
	}

	#as__View-Listings.trim-start.mobile-reduce .section__text.set__after-title {
		padding-left: 0;
	}
}

.logo-container {
	display: flex;
	justify-content: center;
}

.logo__spectrum-marketplace {
	max-height: 130px;
	max-width: 80vw;
}

.logo__spectrum-search {
	max-height: 220px;
	max-width: 80vw;
}

.as__regular li {
	margin-bottom: 0.3em;
}

.as__regular li ul li::before {
	content: '\026AC';
}

/*
.card-list li:last-child {
    margin-bottom: 1em;
}
*/
.section__list>* {
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: 0.012em;
	list-style-type: decimal;
	color: #555;
	text-align: left;
	word-wrap: normal;
}

ol.section__list {
	margin: 0 0 1.5em;
	padding: 0;
	counter-reset: item;
}

ol.section__list>li {
	margin: 0;
	padding: 5px 0;
	max-width: auto;
	text-indent: 2em;
	list-style-type: none;
	counter-increment: item;
}

ol.section__list>li:before {
	display: inline-block;
	padding-right: 0.5em;
	font-weight: 400;
	content: counter(item) ".";
}

.item__pin-outside {
	position: absolute;
	padding-top: 8px;
	padding-left: 10px;
	font-size: 0.85em;
}

.item__pin-outside.as__video {
	position: absolute;
	margin-top: 2.8em;
	padding-left: 0;
}

.add-end__video {
	margin-bottom: 8em;
}

.card-container .item__pin-outside i {
	vertical-align: -5px;
	margin-left: -4px;
	margin-right: 0.3em;
	font-size: 1.6em;
}

.section__card-list {
	display: flex;
	flex-direction: row;
	flex-flow: row wrap;
	align-items: baseline;
	align-content: center;
	justify-content: center;
	vertical-align: baseline;
	list-style: none;
	padding: 0;
}

.set__extended-width {
	max-width: 100vw;
}

.set__card-list {
	max-width: 450px;
	min-width: 450px;
	height: auto;
	border-radius: 4px;
	background-color: #fff;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	-webkit-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	-moz-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
}

.set__card-list a {
	white-space: normal;
}

@media only screen and (max-width:680px) {
	.set__card-list {
		max-width: 380px;
		min-width: 380px;
	}
}

@media only screen and (max-width:430px) {
	.set__card-list {
		max-width: 380px;
		min-width: unset;
	}
}

.card-list.as__horizontal {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-webkit-column-gap: 3em;
	-moz-column-gap: 3em;
	column-gap: 3em;
}

.set__card-list.as__horizontal {
	max-width: 800px;
	min-width: 800px;
}

@media only screen and (max-width:1005px) {
	.card-list.as__horizontal {
		columns: unset;
		column-gap: unset;
	}

	.set__card-list.as__horizontal {
		max-width: 450px;
		min-width: 450px;
	}
}

@media only screen and (max-width:680px) {
	.set__card-list.as__horizontal {
		max-width: 380px;
		min-width: 380px;
	}
}

@media only screen and (max-width:430px) {
	.set__card-list.as__horizontal {
		max-width: 380px;
		min-width: unset;
	}
}

@media only screen and (max-width:1555px) {
	.set__card-list {
		width: 100%;
	}
}

.set__card-list .item {
	position: relative;
	height: 100%;
}

.set__card-list .item .content {
	text-align: left;
	margin: 25px 25px;
	padding: 25px 0;
}

.section__card-list .section__wrapper {
	margin: 0 60px;
	/*flex: 1 0 30%;*/
}

@media only screen and (max-width:1188px) {
	.section__card-list .section__wrapper {
		margin: 0 25px;
	}
}

@media only screen and (max-width:680px) {
	.section__card-list .section__wrapper {
		margin: 0;
	}
}

.section__card-list .section__wrapper h3.section_title {
	font-size: 2.3em;
}

/*
.set__card-list .content .set-as__propagation-comparison-study {
	background-image: url('/assets/images/available-spectrum/narrowband/700 MHz 2300 MHz Comparison.jpg');
	max-width: 450px;
	height: 332px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: -1.5em auto;
}
*/
.set__card-list .content .set__image {
	width: 100%;
	height: auto;
	margin: -0.5em auto;
}

.set__card-list .content .set__image .small {
	width: 100%;
	height: 100%;
}

.set__card-list .content .ieee-802-standard-compatible {
	background-image: url('/assets/images/icon/ieee802.16s.jpg');
	width: 256px;
	height: 91px;
	background-size: contain;
	background-position: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	-webkit-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	-moz-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	margin: 1em auto 0 auto;
	transition: all 0.2s ease-in-out;
	image-rendering: optimizeSpeed;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.set__card-list .content .ieee-802-standard-compatible.set__left,
.image__wispa.set__left {
	margin-left: 0;
}

.set-image__spectrum-search,
.image__wispa {
	background-image: url('/assets/images/icon/spectrum-search.png');
	width: 256px;
	height: 101px;
	background-size: contain;
	background-position: left top 8px;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
	margin: 0;
}

.image__wispa {
	background-image: url('/assets/images/company-logo/wispa.png');
	width: 160px;
	height: 160px;
	background-position: center;
}

.set__card-list .content .ieee-802-standard-compatible:hover,
.set-image__spectrum-search:hover,
.image__wispa:hover {
	transform: scale(1.05);
}

.set__card-list .content .description {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 0.012em;
	color: #555;
	text-align: left;
	word-wrap: break-word;
}

.set__card-list .set__bold {
	font-weight: 400;
}

.set__card-list .content p i {
	margin-right: 0.5em;
}

.set__card-list .content .headline>* {
	font-size: 1.15em;
	font-weight: 400;
	/*color:#555;*/
	margin-bottom: 10px
}

#as__View-Listings .card-container .content .headline,
#as__View-Listings .card-container .content .description {
	text-align: center;
}

.info-container {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: center;
	align-content: baseline;
	max-width: 100%;
	width: 100%;
	height: auto;
}

.list-container1 {
	display: flex;
	flex-direction: row;
	flex-flow: row wrap;
	align-items: baseline;
	justify-content: center;
	/* space-evenly */
	vertical-align: baseline;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.list-container1.auto-h {
	justify-content: center;
	align-content: flex-start;
	align-items: stretch;
}

.section_card {
	flex: 1 0 25%;
	margin-bottom: 40px;
}

.set__card,
.set__card.revert {
	max-width: 450px;
	width: 100%;
	height: auto;
	border-radius: 4px;
	background-color: #fff;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	-webkit-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	-moz-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
}

.set__card.revert {
	min-height: unset;
	height: auto;
	min-width: 450px;
}

.list-container .set__card .item {
	position: relative;
	height: 100%;
}

.as__426 {
	min-height: 426px;
}

.as__363 {
	min-height: 363px;
}

.as__815 {
	min-height: 815px;
}

.headline {
	font-size: 1.15em;
	font-weight: 400;
	color: #555;
	margin-bottom: 10px
}

.map-container__available-spectrum {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	width: 100%;
	height: 100%;
}

.map-container__available-spectrum .set__image {
	box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	-webkit-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	-moz-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	max-width: 1024px;
	/*max-height: 60vh;*/
}

.map-container__available-spectrum .set__image.as__extra {
	margin-top: 2em;
	max-width: 1024px;
	height: auto;
}

.map-container__available-spectrum .set__search-url {
	flex: 1 0 100%;
	margin-top: 1em;
}

.map-container__available-spectrum .set__search-url i {
	margin-right: 0.2em;
}

.set__card .content {
	text-align: left;
	margin: 25px 25px;
	padding: 25px 0;
}

.set__card .content .description {
	font-size: 1em;
	font-weight: 300;
	line-height: 1.33;
	letter-spacing: 0.022em;
	color: #555;
	text-align: left;
	word-wrap: break-word;
}

.set__card .content .ieee-802-standard-compatible {
	background-image: url('/assets/images/icon/ieee802.16s.jpg');
	width: 256px;
	height: 91px;
	background-size: contain;
	background-position: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	-webkit-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	-moz-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	margin-left: auto;
	margin-right: auto;
}

.set__card .content .description {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 0.012em;
	color: #555;
	text-align: left;
	word-wrap: break-word;
}

/*
.section-grey, #cl-footer, .section-container__header {
box-shadow: 0 0 3px 0 rgba(123, 123, 123, 0.375);
  -webkit-box-shadow: 0 0 3px 0 rgba(123, 123, 123, 0.375);
  -moz-box-shadow: 0 0 3px 0 rgba(123, 123, 123, 0.375);
}
*/
.section-grey,
footer {
	box-shadow: 0 0 3px 0 rgba(123, 123, 123, 0.375);
	-webkit-box-shadow: 0 0 3px 0 rgba(123, 123, 123, 0.375);
	-moz-box-shadow: 0 0 3px 0 rgba(123, 123, 123, 0.375);
}

.info-container .section_card .section__wrapper {
	padding-left: 40px;
	padding-right: 40px;
}

.set__card .set__bold {
	font-weight: 400;
}

.set__card .content p i {
	margin-right: 0.5em;
}

.info-container .section_card .section__wrapper h3 a {
	color: #555;
	font-weight: 200;
}

.info-container .section_card .section__wrapper h3 a:hover {
	color: #1f64ff;
}

/*
 *  Steps List
 */
ol.as__steps-list {
	font-family: 'Nunito', sans-serif;
	padding-left: 80px;
	margin: 2em auto 0 auto;
	/*margin-bottom: 60px;*/
	counter-reset: section;
	max-width: 60vw;
}

ol.as__steps-list.add__top {
	margin: 60px auto;
}

ol.as__steps-list.set__reduced-width {
	max-width: 50vw;
}

ol.as__steps-list ol.set__after-p li {
	margin-bottom: 0.5em;
}

ol.as__steps-list li.set__blue-numbered {
	padding: 10px 0;
	position: relative;
	min-height: 50px;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0.012em;
}

ol.as__steps-list li.set__blue-numbered:before {
	content: counters(section, '.');
	counter-increment: section;
	position: absolute;
	font-size: 1.05em;
	font-weight: 300;
	left: -75px;
	top: 0;
	height: 50px;
	width: 50px;
	background: #5a8dff;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	line-height: 50px;
	z-index: 50;
}

ol.as__steps-list.set__four-colors li.set__blue-numbered:nth-child(2):before {
	background: #467fff;
	border-left-color: #467fff;
}

ol.as__steps-list.set__four-colors li.set__blue-numbered:nth-child(3):before {
	background: #3372ff;
	border-left-color: #3372ff;
}

ol.as__steps-list.set__four-colors li.set__blue-numbered:nth-child(4):before {
	background: #1f64ff;
	border-left-color: #1f64ff;
}

/*
  ol.as__steps-list li:after {
    content: "";
    border-left: 1px solid #5a8dff;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50px;
    z-index: 0;
  }

  ol.as__steps-list li:last-child:after {
    border: none;
  }
  */
ol.as__steps-list li.set__blue-numbered>p {
	padding-left: 2em;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.7em;
}

.set__after-p {
	margin-left: 2em;
}

.set__list-icon li {
	list-style: none;
	list-style-position: outside;
	background-image: url('/assets/images/icon/baseline_check_circle_white_24dp.png');
	padding-left: 1.5em;
	margin: 0 0 6px 0;
	background-size: 20px 20px;
	background-position: 0 7px;
	background-repeat: no-repeat;
}

ol.as__items-list {
	list-style: none;
	padding: 0 auto;
	margin: 3em auto;
	counter-reset: section;
}

ol.as__items-list.remove__end {
	margin-bottom: 0;
}

ol.as__items-list::after {
	clear: both;
	content: "";
	display: table;
}

ol.as__items-list li {
	margin-bottom: 3em;
}

ol.as__items-list li:last-child {
	margin-bottom: 0;
}

ol.as__items-list ol.set-items__full-width li {
	margin-bottom: 0.5em;
}

@media only screen and (min-width: 980px) {
	ol.as__items-list li {
		float: left;
		width: 47.5%;
		margin-right: 5%;
	}

	ol.as__items-list ol.set-items__full-width li {
		float: left;
		width: 100%;
		margin-right: 0;
	}

	ol.as__items-list li:nth-child(2n) {
		margin-right: 0;
	}

	ol.as__items-list.as__one-row li {
		width: 100%;
	}
}

@media only screen and (min-width: 1188px) {
	ol.as__items-list.as__one-row li {
		float: left;
		max-width: 30%;
		margin-right: 5%;
		margin-left: 5%;
	}

	ol.as__items-list.as__one-row li:nth-child(1n) {
		margin-left: 0;
	}

	ol.as__items-list.as__one-row li:nth-child(3n) {
		margin-right: 0;
	}
}

@media only screen and (max-width:480px) {
	ol.as__items-list {
		margin-left: -2em;
	}
}

ol.as__items-list li h3 {
	position: relative;
	z-index: 1;
	margin: 0;
	font-family: 'Nunito', sans-serif;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.022em;
	margin-bottom: 1.2em
}

ol.as__items-list li.set__underline h3 :after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	border-bottom: 2px solid #1f64ff;
	width: 30px;
}

ol.as__items-list li p {
	font-family: 'Nunito', sans-serif;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: 0.012em;
	color: #555;
}

ol.as__items-list li.set__underline div.as__button-columns {
	columns: 2;
	column-gap: 2em;
	column-width: 300px;
	column-fill: balance;
}

ol.as__items-list li.set__underline div.as__button-columns p {
	margin-top: 0;
}

ol.as__items-list li.set__underline div.as__button-columns p a.outline.light {
	white-space: nowrap;
}

.as__more-buttons {
	margin-top: -1em;
}

.spectrum__images-container {
	text-align: center;
}

.spectrum__images-container .wrapper__map-image {
	max-width: 1024px;
	margin: 0 auto 2em auto;
}

.wrapper__map-image.set__mw {
	max-width: 650px;
}

.spectrum__images-container .wrapper__map-image img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	-webkit-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	-moz-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
}

.as__listings-card {
	min-height: 320px;
}

ol.as__items-list li p.as__bold-item {
	font-weight: 400;
}

.content p b,
.content ol li b {
	font-weight: 600;
}

@keyframes flickerAnimation {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.7;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes flickerAnimation {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.7;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes flickerAnimation {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.7;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes flickerAnimation {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.7;
	}

	100% {
		opacity: 1;
	}
}

#ContactFormMessage {
	display: none;
}

/* 
 *	[Mobile only] Drop-down descriptions for team members
*/
.team-member p a.as__about {
	white-space: pre;
}

.team-member p a.as__about.open,
.team-member p a.as__about.close {
	display: none;
}

.team-member p span.set__expand {
	display: unset;
}

@media screen and (max-width: 987px) {
	.team-member p span.set__expand {
		display: none;
	}

	.team-member p a.as__about.open {
		display: unset;
	}
}

/*
 *	Pop-up News under
 */
.section-news__container {
	position: fixed;
	bottom: -10px;
	right: 20px;
	margin-left: 20px;
	z-index: 9999;
	font-family: 'Nunito', sans-serif;
	display: none;
}

.section-news__container .news-notification {
	max-width: 600px;
	width: 100%;
	border: 0;
	text-align: left;
	z-index: 999;
	box-sizing: border-box;
	box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	-webkit-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	-moz-box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #ffffff;
	position: relative;
}

.section-news__container .news-notification .card__container {
	display: flex;
	align-items: center;
	height: 200px;
}

.section-news__container .news-notification .card__container.small {
	height: 160px;
}

.section-news__container .news-notification .card__container .notification__image-wrapper img {
	max-height: 180px;
	height: 100%;
	width: auto;
	overflow: hidden;
	object-fit: contain;
	margin-left: 0.8em;
}

.section-news__container .news-notification .card__container .notification__content-wrapper {
	margin: 0;
	height: 100%;
	width: 100%;
	color: #555;
	padding-left: 1em;
	padding-right: 1em;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.section-news__container .news-notification .card__container .notification__content-wrapper .notification__content {
	font-family: inherit;
	margin: 0;
	padding: 0;
}

.section-news__container .news-notification .card__container .notification__content-wrapper .notification__content p {
	font-size: 0.8em;
	line-height: 1.3;
	letter-spacing: 0.022em;
}

.section-news__container .news-notification .card__container .notification__content-wrapper .notification__content p.notification__headline {
	font-weight: 400;
	font-size: 1em;
	margin: 0.4em 0 0;
	line-height: 1.2;
}

.section-news__container .news-notification .card__container .notification__content-wrapper .notification__content p.notification__description {
	color: #777;
	margin-top: 0.8em;
}

.section-news__container .news-notification .card__container .notification__content-wrapper .notification__content p span {
	font-size: 0.8em;
	vertical-align: 3px;
	margin-left: 2px;
}

.section-news__container.is__embedded .news-notification .card__container .notification__content-wrapper .notification__content p span {
	font-size: inherit;
	vertical-align: 0;
	margin-left: 0;
}

.section-news__container .news-notification .card__container .notification__content-wrapper .notification__content p:last-child {
	margin-top: 1.4em;
	margin-bottom: 1em;
}

.section-news__container .news-notification .card__container .notification__content-wrapper .notification__content p:last-child a {
	margin: 0;
}

.section-news__container .news-notification .card__container .notification__content-wrapper .notification__content small {
	margin-top: 1.4em;
	display: block;
	font-size: 0.7em;
	color: #777;
}

.section-news__container .news-notification .card__container .notification__content-wrapper .notification__content small i {
	font-size: 1.4em;
	vertical-align: -4px;
	margin-right: 0.3em;
}

.section-news__container .news-notification .notification__close {
	position: absolute;
	top: 0.6em;
	right: 1.8em;
	cursor: pointer;
}

.section-news__container .news-notification .notification__close i {
	position: absolute;
	display: block;
	font-size: 1em;
	color: #777;
}

@media screen and (max-width: 630px) {
	.section-news__container .news-notification .card__container .notification__image-wrapper {
		display: none;
	}
}

@media screen and (max-width: 430px) {
	.section-news__container .news-notification .card__container .notification__content-wrapper .notification__content p.notification__description {
		display: none;
	}

	.section-news__container .news-notification .card__container {
		height: 160px;
	}
}

@media screen and (max-width: 280px) {
	.section-news__container .news-notification .card__container .notification__content-wrapper .notification__content small {
		margin-top: 0.6em;
	}

	.section-news__container .news-notification .card__container .notification__content-wrapper .notification__content p.notification__headline {
		font-size: 0.95em;
	}
}

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

	.section-news__container,
	.section-news__container .news-notification,
	.section-news__container .news-notification .card__container {
		display: none;
	}
}

.list-container .card-container .item .content .description i.set__new-badge,
.list-container .card-container .item .content .sub-headline span i.set__new-badge {
	color: #f09300;
	font-size: 1.7em;
	vertical-align: -7px;
}

.spectrum-marketplace-logo.header-banner {
	margin-right: 0;
}

@media screen and (max-width: 580px) {
	.spectrum-marketplace-logo.header-banner {
		max-width: 100vw;
		height: auto;
	}
}

/*
 *	Contact Form (Large Banner)
 */
.column-container__content {
	/*
 	 *	[BUG FIX] theme.css:643 - {overflow:hidden}
 	 */
	overflow: visible !important;
}

.column-container__content .column__second .card-list.section-list.as__regular.set__bold li {
	font-weight: 400;
}

.column-container__content .column__second .card-list.section-list.as__regular.set__bold li ul li {
	font-weight: 300;
}

.column-container__content .column__second.set__list-gap ol.card-list li::before {
	margin: 0.1em 0 0.35em -1em;
}

@media screen and (max-width: 959px) {
	.column-container__content .column__second.set__list-gap ol.card-list li::before {
		margin: 0.075em 0 0.175em -1em;
	}
}

.contact-container__content .contact-wrapper .request-form-container {
	max-width: 400px;
	padding: 0;
	box-shadow: 0 1px 4px rgba(85, 85, 85, 0.575);
}

.contact-container__content .contact-wrapper .request-form-container #request-form {
	margin: 0;
}

.contact-container__content .contact-wrapper .request-form-container #request-form #ContactForm {
	padding: 0;
	margin: 0;
	text-align: center;
}

.contact-container__content .contact-wrapper .request-form-container #request-form #ContactForm input {
	max-width: 300px;
	width: 100%;
	margin: 0.5em 0.5em 0.5em 0;
}

.contact-container__content .contact-wrapper .request-form-container #request-form #ContactForm a.button {
	max-width: 180px;
	width: 150px;
	padding: 14px;
	font-size: 1em;
	margin: 0.5em 0;
}

.contact-container__content .contact-wrapper .request-form-container #request-form #ContactForm fieldset {
	margin: 0;
}

.column-container__content .column__second.set__list-gap ol.card-list.section-list>* {
	font-size: 1.15em;
	font-size-adjust: none;
}

.contact-container__content {
	max-width: 65vw;
	width: 100%;
	margin: 3em auto 0 auto;
	font-family: 'PT Sans', sans-serif;
}

.contact-container__content .contact-wrapper {
	background-image: linear-gradient(180deg, rgba(31, 98, 255, 0.85) 30%, rgba(85, 85, 85, 0.175) 70%), url('https://www.selectspectrum.com/assets/images/urban-skyline.webp');
	color: #fff;
	background-size: cover;
	background-position: 100%;
	background-repeat: no-repeat;
	padding-top: 0;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
}

.contact-container__content .contact-wrapper #ContactFormMessage p {
	color: #555;
	font-size: 1.15em;
	margin: 0.15em 0;
	padding: 0;
}

.contact-container__content .contact-wrapper .contact__text-container {
	color: inherit;
	padding: 1.875em 2.3125em 2.5em 2.3125em;
	border-radius: 4px;
}

.contact-container__content .contact-wrapper .contact__text-container h1 {
	margin-top: 0.1em;
	font-size: 2.8em;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.012em;
	color: #fff;
}

.contact-container__content .contact-wrapper .contact__text-container h3 {
	margin-top: 3em;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.95em;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.075em;
	color: #fff;
}

.contact-container__content .contact-wrapper .contact__text-container p {
	font-family: 'Nunito', sans-serif;
	font-size: 1.25em;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0.022em;
	margin: 0;
	max-width: 90%;
}

@media screen and (min-width: 1770px) {
	.contact-container__content .contact-wrapper .contact__text-container p {
		max-width: 80%;
	}
}

@media screen and (max-width: 1570px) {
	.contact-container__content .contact-wrapper .contact__text-container h1 {
		font-size: 2.5em;
	}
}

@media screen and (max-width: 1400px) {
	.contact-container__content {
		max-width: 100vw;
		width: 100%;
		margin-top: 1em;
	}

	.contact-container__content .contact-wrapper .contact__text-container h1 {
		font-size: 2.6em;
	}
}

@media screen and (max-width: 1280px) {
	.contact-container__content .contact-wrapper .request-form-container {
		margin-right: 2em;
	}
}

@media screen and (max-width: 1005px) {
	.contact-container__content .contact-wrapper {
		padding-bottom: 1em;
	}

	.contact-container__content .contact-wrapper .request-form-container {
		margin: 1em auto 2em auto;
	}

	.contact-container__content .contact-wrapper .contact__text-container {
		text-align: center;
		padding-bottom: 1em;
	}

	.contact-container__content .contact-wrapper .contact__text-container p {
		max-width: 100%;
	}

	.contact-container__content .contact-wrapper .contact__text-container h3 {
		margin-top: 1em;
	}

	.contact-container__content .contact-wrapper .contact__text-container h1 {
		margin-bottom: 0.5em;
	}
}

@media screen and (min-width: 1005px) {
	.contact-container__content .contact-wrapper {
		display: flex;
		height: 350px;
		align-items: center;
		padding-top: 0;
		background-image: linear-gradient(75deg, rgba(31, 98, 255, 0.85) 40%, rgba(85, 85, 85, 0.175) 60%), url('https://www.selectspectrum.com/assets/images/urban-skyline.jpg');
	}

	.contact-container__content .contact-wrapper .contact__text-container {
		background-color: transparent;
		max-width: 40%;
		padding-top: 0;
	}

	.contact-container__content .contact-wrapper .contact__text-container h1 {
		margin-bottom: 1rem;
		margin-left: 0;
	}
}

@media screen and (max-width: 600px) {
	.contact-container__content .contact-wrapper .request-form-container {
		width: 90%;
	}

	.contact-container__content .contact-wrapper .contact__text-container {
		padding: 1.875em 1.3125em 0.875em 1.3125em;
	}

	.contact-container__content .contact-wrapper .contact__text-container h1 {
		font-size: 2.3em;
		margin-bottom: 0.3em
	}

	.contact-container__content .contact-wrapper .contact__text-container p {
		font-size: 1.15em;
	}

	.contact-container__content .contact-wrapper .request-form-container {
		margin-bottom: 0.5em;
		margin-top: 0.5em;
	}
}

.testimonial__quote {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 0;
	border: none;
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 43.75em) {
	.testimonial__quote {
		flex-wrap: wrap;
	}
}

.testimonial__quote footer::before {
	content: '';
}

.testimonial__text {
	min-height: 9.0909090909em;
	padding: 1.3636363636em 1.8181818182em;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: 0.012em;
	color: #555;
	background: white;
	border-radius: 0 30px;
	box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
	font-style: italic;
}

.testimonial__text span.title {
	font-style: normal;
}

.testimonial__text span.author {
	font-weight: 400;
	font-style: normal;
}

.testimonial__text span.position {
	font-style: normal;
}

@media (min-width: 43.8125em) {
	.testimonial__text {
		max-width: 95%;
		padding: 2.2727272727em 2.7272727273em;
	}
}

@media (max-width: 43.75em) {
	.testimonial__text {
		margin-bottom: 1.3636363636em;
	}
}

@media (min-width: 43.8125em) {
	.testimonial__text {
		border-radius: 0 50px;
	}
}

.testimonial__text img {
	max-width: 450px;
	width: 100%;
	float: right;
	margin: 0 auto 0.5em 1em;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375);
}

/*
 *	Grid: Colored Background
 *	Notes: Set to a maximum of 3 columns
 */
.grid_1 {
	display: grid;
	grid-template-columns: .5fr .5fr .5fr;
	grid-template-rows: 1fr;
	grid-gap: 1.5em;
}

.grid_1 h3 {
	text-align: left;
	font-size: 1.75em;
	font-weight: 200;
	margin-bottom: 0.5em !important;
}

.grid_1 span.sm-ln::after {
	content: '';
	position: absolute;
	border-bottom: 2px solid #1f64ff;
	width: 30px;
}

.grid_1 .content {
	padding: 1em 3em;
	color: #f7f7f7;
}

.grid_1 .content p.set__mt {
	margin-top: 1.5em !important;
}

.row1c1 {
	width: 100%;
	height: 100%;
	background-color: rgba(128, 73, 155, 0.95);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375) !important;
}

.row1c2 {
	width: 100%;
	height: 100%;
	background-color: rgba(32, 153, 172, 0.95);
	box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375) !important;
}

.row1c3 {
	width: 100%;
	height: 100%;
	background-color: rgba(199, 66, 54, 0.95);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0 1px 4px rgba(85, 85, 85, 0.375) !important;
}

.row1c1,
.row1c2,
.row1c3 {
	border-radius: 4px;
}

@media screen and (max-width: 1088px) {
	.grid_1 {
		grid-template-columns: .5fr .5fr;
	}

	.row1c1 {
		border-bottom-left-radius: 0;
	}

	.row1c2 {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}

	.row1c3 {
		border-top-right-radius: 0;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
	}
}

@media screen and (max-width: 680px) {
	.grid_1 {
		grid-template-columns: 1fr;
		grid-gap: 1em !important;
	}

	.row1c1,
	.row1c2,
	.row1c3 {
		border-radius: 4px;
	}
}

.grid_1 p a {
	font-size: 0.85em;
}

#bg {
	background-image: url('/assets/images/Wireless_City.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#bg .list-container .card-container {
	box-shadow: 0 1px 4px rgba(85, 85, 85, 0.775);
}

a.title_linked {
	color: #555;
	font-weight: 200;
}

a.title_linked:hover {
	color: #004cf7;
}

/*
 *	DO NOT MODIFY
 */
.loading-screen {
	visibility: hidden;
}

body[data-visibility] {
	visibility: visible;
}



