h1 {font-size:32px;} 
h2 {font-size:30px;}
h3 {font-size:28px;}
h4 {font-size:26px;}
h5 {font-size:24px;}
h6 {font-size:20px;}
p {font-size:18px;}


/* Additions */
.btn.btn-lg {padding: 0 20px;}
.bold {font-weight: bold;}

.container.maxwid {
    max-width: 1320px !important;
}
.paragraph--type--product-content div#overview {
    background-color: #000;
}

/* banner */
.fwa515-banner {
	background:url('/sites/zyxel/files/library/assets/products/nebula-fwa515/fwa515_Banner_1920x765.jpg') no-repeat bottom;
/* 	height:765px; */
/* 	background-size:cover; */
	background-size:100% auto;
	position:relative;
	aspect-ratio: 1920 / 765;	 
}

.fwa515-area {
    width: 100%;
    height: 100%;
}

.fwa515-box {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 65%;
	height: 100%;
	padding-left: 15%;
	color: #fff;
}

.fwa515-box h1 {
	font-size: 100px;
	font-weight:bold;
}

.fwa515-box h2 {
	font-size: 50px;
	font-weight:bold;
}

.fwa515-box p {
	font-size: 32px;	
    margin-top: 15px;
}
	
/* @media screen and (max-width: 1601px) {
.fwa515-banner {
	 height:550px;
}
} */

@media screen and (max-width: 1280px) {
.fwa515-box h1 {
	font-size: 80px;
}
.fwa515-box h2 {
	font-size: 40px;
}
.fwa515-box p {
	font-size: 26px;	
}
}

/* @media screen and (max-width: 1025px) {
.fwa515-banner {
	 height:450px;
}
.fwa515-box {
	padding-left: 5%;
}
} */

@media screen and (max-width: 991px) {
/* .fwa515-banner {
	background:url('/sites/zyxel/files/library/assets/products/nebula-fwa515/fwa515_Banner_1920x765.jpg') no-repeat 80% bottom;
	height:450px;	
	background-size:100% auto;
    position: relative;
} */
.fwa515-box h1 {
	font-size: 60px;
}
.fwa515-box h2 {
	font-size: 30px;
}
.fwa515-box p {
	font-size: 20px;	
}
}

@media screen and (max-width: 700px) {
.fwa515-banner {
	background:url('/sites/zyxel/files/library/assets/products/nebula-fwa515/fwa515_Banner_750x732.jpg') no-repeat 50% bottom;
	height:620px;	
	background-size: cover;
    position: relative;
	aspect-ratio: auto;	
}
.fwa515-box {
    width: 100%;
	padding-left: 0;
	padding-top: 40px;	
	align-items: center;
    text-align: center;
	justify-content: flex-start;
}	
.fwa515-box h1 {
	font-size: 32px;
}
.fwa515-box h2 {
	font-size: 18px;
	margin-bottom: 5px;
}
.fwa515-box p {	
    margin-top: 10px;	
	font-size: 16px;
}
}

@media (min-width: 701px) {
.fwa515-box h2 span.break {
    display: block;
  }
}


/* intro */
.intro-section {
	background:url('/sites/zyxel/files/library/assets/products/nebula-fwa515/01_Intro.jpg') no-repeat top;
/* 	height:400px; */
/* 	background-size:cover; */
	background-size:100% auto;	 
	position:relative;	
	aspect-ratio: 1920 / 665;	 
}

.intro-text {
	color:#fff;
    width: 90%;
	padding: 10vw 0;
    margin: 0 auto;
    text-align: center;	
}

.intro-text h3 {
	margin-bottom: 20px;		
}

@media screen and (max-width: 991px) {
/* .intro-section {
	 background:url('/sites/zyxel/files/library/assets/products/nebula-fwa515/01_Intro.jpg') no-repeat 80% top;
	 height:400px;
	 background-size:100% auto;	 
	 position:relative;	
} */
.intro-text {
    text-align: left;	
}
}

@media screen and (max-width: 700px) {
.intro-section {
	background:none;
	aspect-ratio: auto; 
}	
}

/* speed */
.speed-section {
/* 	background-color:#000; */
	padding: 10vw 0 5vw;
}

.speed-text {
	color:#fff;
    width: 50%;
    margin: 0 auto;
    text-align: center;	
}

.speed-text h3 {
	margin-bottom: 20px;		
}

.speed-features {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 8%;
	font-size: 18px;
}
	
.speed-image {
    width: 90%;
    margin: 0 auto;
}

.speed-image img {
    margin: 0 auto;
}

@media screen and (max-width: 1680px) {
.speed-text {
    width: 60%;
}
}

@media screen and (max-width: 1300px) {
.speed-text {
    width: 80%;
}
}

@media screen and (max-width: 991px) {
.speed-text {
    width: 90%;
    text-align: left;	
}
.speed-features {
    margin-left: 20px;
}
}


/* deployment */
.deployment-section {
/* 	background-color:#000; */
	padding: 5vw 0;
}

.deployment-text {
    color: #fff;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
}

.deployment-text h3 {
    margin-bottom: 20px;
}

.deployment-features{
	display: flex;
    flex-direction: row;
    justify-content: center;
	width: 90%;
    margin: 0 auto;
}

.deployment-features .box{
	width: 90%;
	position: relative;
    margin-top: 40px;	
}

.deployment-features .image {
	padding-left: 40px;
	position: relative;
}

.deployment-features .image img {
    width: 80%;
    margin: 0 auto;
}

.deployment-features .panel {
    background-color: transparent !important;
}

.deployment-features .panel-default {
    border-color: #64be00 !important;
}

.deployment-features .panel-default:first-child {
    border-top: 2px solid #64be00 !important;
}
	
.deployment-features .panel-heading {
    padding: 0;
    position: relative;
    cursor: pointer;
	background-color: transparent !important;
}

.deployment-features .panel-title, .deployment-features .panel-title:hover, .deployment-features .panel-title:focus, .deployment-features .panel-title:hover:focus {
	color: #fff;
	font-size: 18px;
}

.deployment-features .panel-title:after {
    border: 1px solid #64be00 !important;	
}

.deployment-features .panel-body{
    background-color: transparent !important;	
    padding: 20px 20px 30px 30px !important;
}

.deployment-features .panel-body p{
	width:95%;
	color: #fff;	
}

.deployment-features .panel {
	border-top: 1px solid #64be00 !important;
    padding: 10px 0;
}

.deployment-features .accordion .panel-heading [data-toggle=collapse]:after {
font-family: FontAwesome;
    content: "\f106";
    font-size: 25px;
    line-height: 12px;
    position: absolute;
    right: 5px;
    top: 15px;
    border-radius: 99px;
    border: 1px solid #ff8900;
    width: 25px;
    height: 25px;
    padding: 4px;
}

.deployment-features .accordion .panel-heading [data-toggle=collapse].collapsed:after {
    content: "\f105";
	padding: 6px;
}

@media screen and (max-width: 1025px) {
.deployment-features .box{
	width: 100%;
	position: relative;
}
}

@media screen and (max-width: 991px) {
.deployment-text {
    width: 95%;
    text-align: left;	
}
.deployment-features {
    flex-direction: column;
}
.deployment-features .image{
	padding-left: 0px;
}
}

@media screen and (max-width: 500px) {
.deployment-features .image img {
    width: 80%;
    margin: 0 auto;
}
}


/* ncc */
.ncc-bg {
    position: relative;
    display: flex;
	height: 700px;	
}

.ncc-video.desktop-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 1;
	transform: translate(-50%, -50%);
	object-fit: cover;
	clip-path: polygon(0% 0%, calc(100% - 0px) 0%, calc(100% - 0px) calc(100% - 0px), 0% calc(100% - 1px));  
}

.ncc-video.mobile-video {
    display: none;
}

.ncc-text {
  display: flex;
  flex-direction: column;
  width: 48%;
  margin: 0 auto;
  padding-left: 10vw;
  height: 100%;
  position: absolute;
  justify-content: center;
  z-index: 10;
  color: #fff;
}

.ncc-text h3 {
    margin-bottom: 20px;
}

.ncc-features {
	padding-left: 20px;
    margin-top: 30px;
	font-size: 18px;
}

@media screen and (min-width: 1680px) {
.ncc-text {
    padding-left: 15vw;
  }
}

@media screen and (min-width: 1920px) {
.ncc-text {
    padding-left: 20vw;
  }
}

@media screen and (max-width: 1024px) {
.ncc-video.desktop-video {
    left: 40%;
}
.ncc-text {
    width: 42%;
}
}

@media screen and (max-width: 991px) {
.ncc-bg {
    display: flex;
    flex-direction: column;
    position: static;
    height: auto;
}
.ncc-video.desktop-video {
   display: none;
}
.ncc-video.mobile-video {
    display: block;
    position: static;
    width: 100%;
    height: auto;
}
.ncc-text {
	position: relative; 	
    width: 90%;
	padding-left: 0;	
    order: -1;
    box-sizing: border-box;	
}
}

/* design​ */
.design-bg {
    position: relative;
    display: flex;
	height: 700px;	
}

.design-video.desktop-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 1;
	transform: translate(-50%, -50%);
	object-fit: cover;
	clip-path: polygon(0% 0%, calc(100% - 0px) 0%, calc(100% - 0px) calc(100% - 0px), 0% calc(100% - 1px));  
}

.design-video.mobile-video {
    display: none;
}

.design-text {
  display: flex;
  flex-direction: column;
  width: 48%;
  margin: 0 auto;
  padding-left: 10vw;
  height: 100%;
  position: absolute;
  justify-content: center;
  z-index: 10;
  color: #fff;
}

.design-text h3 {
    margin-bottom: 20px;
}

.design-features {
	padding-left: 20px;
    margin-top: 30px;
	font-size: 18px;
}

@media screen and (min-width: 1680px) {
.design-text {
    padding-left: 15vw;
  }
}

@media screen and (min-width: 1920px) {
.design-text {
    padding-left: 20vw;
  }
}

@media screen and (max-width: 1024px) {
.design-video.desktop-video {
    left: 40%;
}
.design-text {
    width: 42%;
}
}

@media screen and (max-width: 991px) {
.design-bg {
    display: flex;
    flex-direction: column;
    position: static;
    height: auto;
}
.design-video.desktop-video {
   display: none;
}
.design-video.mobile-video {
    display: block;
    position: static;
    width: 100%;
    height: auto;
}
.design-text {
	position: relative; 	
    width: 90%;
	padding-left: 0;	
    order: -1;
    box-sizing: border-box;	
}
}

/* @media screen and (max-width: 991px) {
.design-bg video {
	display: none;
}
.design-bg {
	background:url('/sites/zyxel/files/library/assets/products/nwa50be/03_Smart-Mesh-MLO-mobile.jpg') no-repeat 50% bottom;
	height:960px;
	background-size:cover;
	position:relative;
}
.design-text {
    width: 90%;
    left: 5%;
    padding-top: 50px;
    justify-content: flex-start;	
}
} */

/* @media screen and (max-width: 768px) {
.design-bg {
	 height:920px;
}
} */

/* @media screen and (max-width: 700px) {
.design-bg {
	 height:860px;
}
}

@media screen and (max-width: 600px) {
.design-bg {
	 height:820px;
}
}

@media screen and (max-width: 500px) {
.design-bg {
	 height:780px;
}
}

@media screen and (max-width: 450px) {
.design-bg {
	 height:900px;
}
}
 */


/* security */
.security-section .frame {
	display: flex;
    flex-direction: row-reverse;	
/*     flex-direction: row; */
    justify-content: center;
    align-items: center;
    width: 95%;
    margin: 0 auto;
}
	
.security-section .content {
    width: 50%;
	padding-left: 5%;
	color: #fff;	
}

.security-section .content h3 {
	padding-bottom: 30px;
}

.security-features {
	padding-left: 20px;
    margin-top: 30px;
	font-size: 18px;
}
	
.security-section .video {
    width: 50%;	
}

.security-section .video video {
    width: 100%;	
}

@media screen and (max-width: 991px) {
.security-section .frame {
    flex-direction: column;	
    width: 90%;
    margin-top: 50px;
    margin-bottom: 50px;	
}
.security-section .content {
    width: 100%;
    padding: 0;
}
.security-section .video {
	width: 100%;
	margin-top: 30px;	
}
}


/* 5g videos */
div#four-video {
    padding: 10px 0 0;
}

#four-video .image {
    position:absolute;
    margin:auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#four-video .video-box video {
	width:50%;
    height:auto;
    margin-right:-0.1%;
    margin-bottom:-1%;	
}

#four-video .video-box video:last-child {
    float: left;
}


/* related links */
div#related-links {
	background-color: #fff;
}

div#success-stories​ {
	background-color: #fff;
}

.related-links h3 {
	font-weight:bold;
	padding-bottom:40px;
    text-align: center;
}

.links-section {
	display: flex;
    flex-direction: row;
    width: 100%;
}

.links-area ul {
	list-style: none;
    display: flex;
    justify-content: space-around;
}

.links-area ul li {
	width:30%;
}

.links-area .zoom a {
  display: block;
  overflow: hidden;
}

.links-area .zoom img {
  display: block;
  transition: transform 0.3s ease;
}

.links-area .zoom:hover img {
  transform: scale(1.1);
}

/* .links-area ul li:hover img {
    transform: scale(1.1);
} */

.links-area h5 a div {
    color: #010101;
	margin-top: 30px;
	font-size: 20px;
}

.links-area h5 a div:hover {
    color: #288719;
}

@media screen and (max-width: 769px) {
.links-area ul {
    flex-direction: column;
	padding: 20px 20px 0;
}
.links-area ul li {
    width: 100%;
    margin-bottom: 30px;
}
}


/* note */
div#note {
    padding-top: 10px;
    padding-bottom: 60px;
	background-color:#fff;
}


/* spec */
.spec-note ol {
	list-style: none;
}