body {
	position: relative;
}

h5 {
	color: #000000;
	font-family: open-sans, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
}

.model_head {
	font-weight: 400;
	text-transform: uppercase;
	color: #000000;
}

.section-break {
	margin-top: 5rem;
}

.invitation-span {
	display: block;
	text-align: center;
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	color: #808080;
	font-family: open-sans, sans-serif;
	line-height: 26px;
	margin-bottom: 10px;
}

/* Scrollspy Navigation Link Styles */
#overview_link {
	background-image: url("/images/icons/at-a-glance-normal.svg");
}

#overview_link:hover,
#overview_link.active {
	background-image: url("/images/icons/at-a-glance-ro.svg");
}

#specifications_link {
	background-image: url("/images/icons/specifications-normal.svg");
}

#specifications_link:hover,
#specifications_link.active {
	background-image: url("/images/icons/specifications-ro.svg");
}

#accessories_link {
	background-image: url("/images/icons/accessories-normal.svg");
}

#accessories_link:hover,
#accessories_link.active {
	background-image: url("/images/icons/accessories-ro.svg");
}

#support_link {
	background-image: url("/images/icons/support-normal.svg");
}

#support_link:hover,
#support_link.active {
	background-image: url("/images/icons/support-ro.svg");
}

#videos_link {
	background-image: url("/images/icons/video-normal.svg");
}

#videos_link:hover,
#videos_link.active {
	background-image: url("/images/icons/video-ro.svg");
}

#faqs_link {
	background-image: url("/images/icons/faqs normal.svg");
}

#faqs_link:hover,
#faqs_link.active {
	background-image: url("/images/icons/faqs ro.svg");
}

#features_link {
	background-image: url("/images/icons/features normal.svg");
}

#features_link:hover,
#features_link.active {
	background-image: url("/images/icons/features ro.svg");
}

#pricing_link {
	background-image: url("/images/icons/pricing normal.svg");
}

#pricing_link:hover,
#pricing_link.active {
	background-image: url("/images/icons/pricing ro.svg");
}


#GNSS_link {
	background-image: url("/images/icons/1220_Icon_Waypoint_BLK-01.svg");
	background-size: 32px 32px;
  background-position: left center;
  background-repeat: no-repeat;
}

#GNSS_link:hover,
#GNSS_link.active {
	background-image: url("/images/icons/1220_Icon_Waypoint_CSS-White.svg");
}



#testimonials_link {
	background-image: url("/images/icons/testimonial-normal.svg");
}

#testimonials_link:hover,
#testimonials_link.active {
	background-image: url("/images/icons/testimonial-ro.svg");
}

#downloads_link {
	background-image: url("/images/icons/download-new-normal.svg");
}

#downloads_link:hover,
#downloads_link.active {
	background-image: url("/images/icons/download-new-ro.svg");
}

/* Section Styles */
#overview_main_section {
	padding-bottom: 120px;
}

/* Backgrounds */
.poly_background {
	background-image: url("/images/backgrounds/poly-background.jpg");
	background-repeat: repeat-x;
}

/* Callout Styles */
.callout_line {
	background-color: #c2c2c2;
}

.callout_line.vertical,
.callout_line.diag {
	width: 1px;
}

.callout_line.horizontal {
	height: 1px;
}

.callout_bullet {
	border: 1px solid #c2c2c2;
	border-radius: 8px;
	height: 6px;
	width: 6px;
}

/* Product Specification Styles */
.physical_spec_container {
	margin-bottom: 5rem;
}

.physical_spec_image {
	background-position: center center;
	background-size: cover;
	display: inline-block;
	position: relative;
}

.spec span {
	letter-spacing: 0px;
	font-weight: 300;
	font-family: futura-pt, sans-serif;
	color: #bebebe;
	background-color: white;
}

.bottomspec {
	border-bottom: 1px solid #bebebe;
	margin: 10px 0 20px;
	line-height: .1em;
	position: absolute;
}

.sidespec {
	border-left: 1px solid #bebebe;
	position: absolute;
}

.sidespec span {
	position: absolute;
	left: -15px;
	top: 50%;
}

/* Battery Specification graphic */
#battery_specs {
	width: 400px;
	height: 90px;
	background: -webkit-gradient(linear, center top, center bottom, color-stop(32%, #F6F7F9), to(#DEE0E1));
	background: -webkit-linear-gradient(top, #F6F7F9 32%, #DEE0E1);
	background: linear-gradient(to bottom, #F6F7F9 32%, #DEE0E1);
	border-width: 1px;
	border-color: #BCBDC0;
	border-radius: 6px;
	border-style: solid;
}

#battery_specs .spec {
	width: 80px;
	height: 100%;
	float: left;
	color: #818285;
	font-family: open-sans, sans-serif;
	font-weight: 300;
}

#battery_specs .spec .lg_text {
	font-size: 43px;
	letter-spacing: -2px;
	line-height: 34px;
}

#battery_specs .spec .md_text {
	font-size: 14px;
}

#battery_specs .spec .sm_text {
	font-size: 9px;
	line-height: 7px;
}

#battery_specs .vdivider {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #bcbdc0;
	float: left;
	height: 100%;
}

#battery_specs #battery_icon {
	background-image: url("/images/icons/battery.png");
	background-position: center;
	background-size: cover;
}

#battery_specs .spec_split {
	width: 152px;
	float: left;
	font-weight: 400;
	font-family: open-sans, sans-serif;
}

#battery_specs .spec_split .grey {
	height: 65px;
	padding: 10px 15px;
	border-radius: 0px 5px 0px 0px;
	background: -webkit-gradient(linear, center top, center bottom, from(#9D9FA2), color-stop(100%, #8A8C8F));
	background: -webkit-linear-gradient(top, #9D9FA2, #8A8C8F 100%);
	background: linear-gradient(to bottom, #9D9FA2, #8A8C8F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF9D9FA2, endColorstr=#FF8A8C8F, GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9D9FA2', endColorstr='#FF8A8C8F', GradientType=0)";
	color: #d6d7d9;
	text-align: left;
}

#battery_specs .spec_split .grey .lg_text {
	font-size: 28px;
	line-height: 25px;
	letter-spacing: -1px;
}

#battery_specs .spec_split .grey .de_lg_text {
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -1px;
}

#battery_specs .spec_split .grey .md_text {
	font-size: 19px;
	line-height: 17px;
}

#battery_specs .spec_split .grey .de_md_text {
	font-size: 16px;
	line-height: 17px;
}

#battery_specs .spec_split .orange {
	height: 23px;
	background-color: #F99D1C;
	border-radius: 0px 0px 5px 0px;
	color: #000000;
	text-align: center;
	font-size: 10px;
	line-height: 20px;
}

/* Memory Specifications */
.memspec_container {
	margin-right: 3rem;
}

.mem_spec {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #bebebe;
	border-radius: 12px;
	width: 120px;
	text-align: center;
	color: #bebebe;
	font-family: futura-pt, sans-serif;
}

.mem_spec .lg_text {
	letter-spacing: -1px;
	font-weight: 300;
	line-height: 31px;
	font-size: 26px;
}

.mem_spec .md_text {
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0px;
	font-size: 10px;
	line-height: 12px;
}

.mem_spec_connector {
	background-color: #bebebe;
	height: 1px;
	width: 32px;
	margin-top: 31px;
}

/* Accessories Styles */
.accessory {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	min-height: 120px;
	max-height: 162px;
}

/* Products Banner Container Styles */
.main_product_banner {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	height: 560px;
}

/* Product Section Styles */
.product_header {
	letter-spacing: 10px;
	margin-bottom: 1rem;
	text-align: center;
}

.product_header strong {
	font-size: 30px;
	letter-spacing: 12px;
	line-height: 33px;
}

.product_header strong {
	font-weight: 400;
	display: block;
}

/* 3D Animation */
#product_animation_icon {
	margin-bottom: 5rem;
}

#product_animation_icon img {
	width: 179px;
}


/* Product Configurations Table Styles  */
#configurations_table tr {
	border-bottom: 1px solid #bebebe;
	width: 100%;
}

#configurations_table th {
	color: #7f7f7f;
	text-align: center;
	font-size: 11px;
	line-height: 11px;
	font-family: open-sans, sans-serif;
	font-weight: 300;
}

#configurations_table td:first-child {
	width: 150px;
	text-align: left;
	color: #2d2d2d;
	font-family: open-sans, sans-serif;
	font-weight: 300;
	padding: 10px 0px;
}

.table_checkmark {
	background-color: #cfea00;
	border-radius: 10px;
}

/* Accessory Styles */
a.title_link {
	text-decoration: none;
	color: inherit;
}

.serviceplans {
	font-weight: 400;
	font-family: maven-pro, sans-serif;
	color: #7f7f7f;
	text-transform: uppercase;
}

/* Video Styles */
#video_container {
	max-width: 550px;
}

/*================================================================================================*\
Video Carousel
\*================================================================================================*/
#videos .carousel-control-prev,
#videos .carousel-control-next {
	margin: 10% 0;
}

/* accordion styles */
#faq_accordion .card {
	border: none;
}

.accordion_head {
	font-family: '__Montserrat_5';
	letter-spacing: 2px;
	font-weight: 200;
	line-height: 19px;
	font-size: 16px;
	text-transform: unset;
}

.accordion_head.collapsed h5 {
	color: #7f7f7f;
}

.accordion_head h5 {
	color: #ffffff;
}


/*------------------------------------------------------------------------------------------------*\
| xs breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (max-width: 575px) {
	.header {
		font-size: 15px;
		line-height: 30px
	}

	.main_product_banner {
		height: 246px;
		margin-top: 70px;
	}

	.product_header {
		font-size: 14px;
		line-height: 15px;
		letter-spacing: 10px;
	}

	.product_header strong {
		font-size: 30px;
		letter-spacing: 12px;
		line-height: 33px;
	}

	/* Product Specifications */
	.spec span {
		font-size: 12px;
	}
	.poly_background {
		background-position: center top;
	}

	/* Configurations Table Styles */
	#configurations_table th {
		height: 150px;
		white-space: nowrap;
	}

	#configurations_table th>div {
		transform:
			translate(0px, 50px) rotate(270deg);
		width: 25px;
	}

	#configurations_table td:first-child {
		font-size: 11px;
		line-height: 20px;
	}

	.table_checkmark {
		width: 10px;
		height: 10px;
	}

	/* Accessories */
	.serviceplans {
		font-size: 9px;
		line-height: 11px;
		letter-spacing: 4px;
	}

	.serviceplans img {
		width: 65px;
		height: 65px;
	}
}



/*------------------------------------------------------------------------------------------------*\
| sm breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) and (max-width: 767px) {
	.header {
		font-size: 19px;
	}

	.main_product_banner {
		height: 300px;
		margin-top: 70px;
	}

	.product_header {
		font-size: 16px;
		line-height: 18px;
	}

	.product_header strong {
		font-size: 36px;
		letter-spacing: 13px;
		line-height: 40px;
	}

	/* Product Specifications */
	.spec span {
		font-size: 12px;
	}

	#battery_specs {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}



	.poly_background {
		background-position: center top;
	}

	/* Configuration Table Styles */
	#configurations_table th {
		width: 75px;
		padding-bottom: 1rem;
		vertical-align: top;
	}

	#configurations_table td:first-child {
		font-size: 13px;
		line-height: 26px;
	}

	.table_checkmark {
		width: 24px;
		height: 8px;
	}

	/* Accessories */
	.serviceplans {
		font-size: 11px;
		line-height: 13px;
		letter-spacing: 7px;
	}
}



/*------------------------------------------------------------------------------------------------*\
| md breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
	.main_product_banner {
		height: 433px;
		margin-top: 70px;
	}

	.product_header {
		font-size: 16px;
		line-height: 18px;
	}

	.product_header strong {
		font-size: 36px;
		letter-spacing: 13px;
		line-height: 40px;
	}



	/* Main Product Section Styles */
	.poly_background {
		background-position: center center;
	}

	.main_product_text {
		width: 65%;
	}

	#main_product_image {
		top: 80px;
	}

	#main_product_sheet_container {
		top: 425px;
	}

	#main_product_contact_button {
		position: relative;
		right: 0px;
	}

	#main_product_image,
	#main_product_sheet_container {
		position: absolute;
		right: 0px;
	}

	/* Product Specification Styles */
	.spec span {
		font-size: 13px;
	}

	/* Configuration Table Styles */
	#configurations_table th {
		width: 75px;
		padding-bottom: 1rem;
		vertical-align: top;
	}

	#configurations_table td:first-child {
		font-size: 13px;
		line-height: 26px;
	}

	.table_checkmark {
		width: 24px;
		height: 8px;
	}

	/* Accessories */
	.serviceplans {
		width: 90%;
		font-size: 11px;
		line-height: 13px;
		letter-spacing: 7px;
	}
}



/*------------------------------------------------------------------------------------------------*\
| lg breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
	.product_header {
		font-size: 16px;
		line-height: 18px;
	}

	.product_header strong {
		font-size: 36px;
		letter-spacing: 13px;
		line-height: 40px;
	}



	/* Main Product Section Styles */
	.poly_background {
		background-position: center center;
	}

	.main_product_text {
		width: 65%;
	}

	#main_product_image {
		top: -220px;
	}

	#main_product_sheet_container {
		top: 180px;
	}

	#main_product_contact_button {
		top: 375px;
	}

	#main_product_image,
	#main_product_sheet_container,
	#main_product_contact_button {
		position: absolute;
		right: 30px;
	}

	/* Product Specification Styles */
	.spec span {
		font-size: 13px;
	}

	/* Configuration Table Styles */
	#configurations_table th {
		width: 75px;
		padding-bottom: 1rem;
		vertical-align: top;
	}

	#configurations_table td:first-child {
		font-size: 13px;
		line-height: 26px;
	}

	.table_checkmark {
		width: 24px;
		height: 8px;
	}

	/* Accessories */
	.serviceplans {
		width: 90%;
		font-size: 11px;
		line-height: 13px;
		letter-spacing: 7px;
	}
}



/*------------------------------------------------------------------------------------------------*\
| xl breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1559px)  {
	.product_header {
		font-size: 16px;
		line-height: 18px;
	}

	.product_header strong {
		font-size: 36px;
		letter-spacing: 13px;
		line-height: 40px;
	}


	/* Main Product Section Styles */
	.poly_background {
		background-position: center center;
	}

	.main_product_text {
		width: 65%;
	}

	#main_product_image {
		top: -220px;
	}

	#main_product_sheet_container {
		top: 180px;
	}

	#main_product_contact_button {
		top: 375px;
	}

	#main_product_image,
	#main_product_sheet_container,
	#main_product_contact_button {
		position: absolute;
		right: 30px;
	}

	/* Product Specification Styles */
	.spec span {
		font-size: 13px;
	}


	/* Configuration Table Styles */
	#configurations_table th {
		width: 75px;
		padding-bottom: 1rem;
		vertical-align: top;
	}

	#configurations_table td:first-child {
		font-size: 13px;
		line-height: 26px;
	}

	.table_checkmark {
		width: 24px;
		height: 8px;
	}

	/* Accessories */
	.serviceplans {
		width: 90%;
		font-size: 11px;
		line-height: 13px;
		letter-spacing: 7px;
	}
}

/*------------------------------------------------------------------------------------------------*\
| xxl breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 1560px) {
	.product_header {
		font-size: 16px;
		line-height: 18px;
	}

	.product_header strong {
		font-size: 36px;
		letter-spacing: 13px;
		line-height: 40px;
	}



	/* Main Product Section Styles */
	.poly_background {
		background-position: center center;
	}

	.main_product_text {
		width: 65%;
	}

	#main_product_image {
		top: -220px;
	}

	#main_product_sheet_container {
		top: 180px;
	}

	#main_product_contact_button {
		top: 375px;
	}

	#main_product_image,
	#main_product_sheet_container,
	#main_product_contact_button {
		position: absolute;
		right: 30px;
	}

	/* Product Specification Styles */
	.spec span {
		font-size: 13px;
	}


	/* Configuration Table Styles */
	#configurations_table th {
		width: 75px;
		padding-bottom: 1rem;
		vertical-align: top;
	}

	#configurations_table td:first-child {
		font-size: 13px;
		line-height: 26px;
	}

	.table_checkmark {
		width: 24px;
		height: 8px;
	}

	/* Accessories */
	.serviceplans {
		width: 90%;
		font-size: 11px;
		line-height: 13px;
		letter-spacing: 7px;
	}
}

/*----------------------------------------------*\
| Download icons
\*----------------------------------------------*/
.download_icons {
	display: inline-block;
	width: 180px;
}

.download_icons a {
	text-decoration: none;
}

.download_icons div {
	background-image: url("/images/icons/download.svg");
	background-size: 100px 100px;
	width: 100px;
	height: 100px;
	display: inline-block;
}

.download_icons div:hover {
	background-image: url("/images/icons/download-ro.png");
	background-size: 100px 100px;
	width: 100px;
	height: 100px;
	display: inline-block;
}

.download_icons span {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	font-family: montserrat, sans-serif;
	line-height: 16px;
	color: #808080;
}

.download_icons.inactive div {
	background-image: url("/images/download-inactive.svg");
}


/*----------------------------------------------*\
| Video icons
\*----------------------------------------------*/
.icon-prev span {
	background-image: url("/images/icons/back-orange.svg");
	background-size: 100px 100px;
	width: 100px;
	height: 100px;
	display: inline-block;
}

.icon-next span {
	background-image: url("/images/icons/forward-orange.svg");
	background-size: 100px 100px;
	width: 100px;
	height: 100px;
	display: inline-block;
}