button::before {
    content: '\f0da';
	display: inline-block;
	width: 0;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	font-size: initial;
	color: transparent;
}
@supports (-ms-ime-align:auto) {
  button { padding-top: 2px; } 
}
.DesktopOnly {
	display:block;
}
.MobileOnly {
	display:none;
}
@media screen and (max-width: 1024px){
	.DesktopOnly {
		display:none;
	}
	.MobileOnly {
		display:block;
	}
}
/********************************************************************************

      - HOME PAGE -

********************************************************************************/

/* Brand & Manual MOL Listings */
.brand-releases a:hover, .manual-releases a:hover {
    text-decoration: none;
}
.brand-releases__display-image, .manual-releases__display-image {
    width: 100%;
    height: auto;
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-size: 100%;
	background-position: center;
	transition: all 0.3s ease 0s;
}
.brand-releases .brand-releases__display-image, .manual-releases .manual-releases__display-image {
    box-shadow: rgb(51 51 51 / 18%) 0px 0px 10px inset;
}
.brand-releases .brand-releases__display-image:hover, .manual-releases .manual-releases__display-image:hover {
    box-shadow: rgb(74 74 74 / 54%) 0px 0px 30px inset;
}
a.brand-logo {
    display: block;
    background: rgba(0,0,0,.06);
}
.brand-logo img {
    width: auto;
    height: 75px;
    margin: 0 auto;
    display: block;
}
.brand-releases__title h4, .manual-releases__title h4 {
	min-height: 60px;
    margin: 1em 0 .5rem 0;
	color: #000;
    font-size: 18px;
    font-weight: 600;
}
.manual-releases__title h4 {
	min-height: auto;
}
.manual-releases__summary {
	color: #474B51;
}
.brand-releases button, .manual-releases button {
    margin: 0 auto;
    display: inherit;
}
.brand-releases:hover h4, .brand-releases button:hover, .manual-releases:hover h4, .manual-releases button:hover {
	text-decoration: none !important;
}
.brand-releases:hover .brand-releases__display-image, .manual-releases:hover .manual-releases__display-image {
    background-size: 110% !important;
}
.brand-releases:hover button, .manual-releases:hover button {
	border: 3px solid #38e8ff;
	color: #000;
	background-color: rgba(255,255,255,0);
}
/* Modal MOL Site Listings */
#MOLsites {
    padding: 2em;
}
#MOLsites .channelbox .row {
    padding: 1em 2em;
}
@media screen and (max-width: 767px){
	#MOLsites {
	    padding: 1em;
	}
	.brand-releases__title h4, .manual-releases__title h4 {
		min-height: auto;
	}
}
/* Force Equal Heights on Headlines */
.brand-releases__title h4, .manual-releases__title h4 {
	min-height: 75px;
}
@media screen and (max-width: 1200px) {
	.brand-releases__title h4, .manual-releases__title h4 {
		min-height: 95px;
	}	
}
@media screen and (max-width: 1029px) {
	.brand-releases__title h4, .manual-releases__title h4 {
		min-height: 120px;
	}	
}
@media screen and (max-width: 959px) {
	.brand-releases__title h4, .manual-releases__title h4 {
		min-height: 75px;
	}	
}
@media screen and (max-width: 767px) {
	.brand-releases__title h4, .manual-releases__title h4 {
		min-height: auto;
	}	
}
/********************************************************************************

      - SECTION COLORED STYLES -

********************************************************************************/
.dark-blue, .dark-blue h2, .dark-blue h3, .dark-blue h4, .dark-blue h5, .dark-blue h6, .dark-blue p, .dark-blue ul, .dark-blue ol {
	color: #fff;
}
.light-grey {
	background-color: #f2f3f5;
}
/********************************************************************************

      - Article Section -

********************************************************************************/
div#template_1_2 {
    margin: 0;
}
.newsobject #hero-section {
    width: 100%;
    height: auto;
    min-height: auto;
    
}
div#col_1 {
    width: 100%;
	padding: 0px;
	float: none !important;
    margin-bottom: 4rem;
}
div#col_2, #asset-section {
    width: 100%;
	padding: 0px;
	position: relative;
	float: none !important;
	background-color: #f1f1f1;
	padding-left: 8.33%;
    padding-right: 8.33%; 
	padding-top: 2rem;
    padding-bottom: 2rem;
}
.article_body,
.f6_vehicle_detail_body {
    max-width: 100% !important;
}
.article_body_col,
.f6_vehicle_detail_body_col {
    max-width: 100%;
    width: 100%;
}
.iconrow.parbase {
    float: none;
    top: .25rem;
    position: relative;
    left: .5rem;
    width: auto;
	font-weight: bolder;

}
@media screen and (min-width: 640px) {
.iconrow.parbase {
	max-width: fit-content;
}

	
.f6_vehicle_detail_body_col .iconrow.parbase 
    {
    top: 0;
    left: 0;
}
}

	 a.download-link::before,
 a.asset-link::before {font-weight: 300 !important;}

.article_title_contain {
    max-width: 50em;
    margin: 0 8.66%;
}
.article_title_contain br {
    display: none;
}


@media screen and (min-width: 768px) {
	.news_article {
    	margin-right: 0;
	}
}
.news_article .boilerplate .image {
    text-align: center;
}
.article_title_contain p {
    display: block;
    margin: 0 !important;
}
.news_article h2,
.news_article h3,
.news_article h4,
.news_article h5,
.news_article h6 {
    margin-left: 8.33%;
    margin-right: 8.33%;
    max-width: 100%;
}

.news_article .article_title_contain h2,
.news_article .article_title_contain h3,
.news_article .article_title_contain h4,
.news_article .article_title_contain h5,
.news_article .article_title_contain h6 {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}
@media screen and (max-width: 768px) {
	.news_article .article_title_contain h3 {
		font-size: 1.4rem;
	}
.news_article .article_title_contain h2 {
		font-size: 1.65rem;
		font-weight: 500;
	}
}


@media screen and (min-width: 960px) {
	.news_article h2,
	.news_article h3,
	.news_article h4,
	.news_article h5,
	.news_article h6 {
		margin-left: auto;
		margin-right: auto;
		max-width: 900px;
	}
}
.exp-action {
    display: none;
}
.news_article table {
    display: revert !important; 
    margin-bottom: 3rem !important;
    border: 0px !important;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
    /*min-width: 56rem;*/
    /*max-width: 50em;*/
    min-width:900px;
    max-width: 900px;
}
.news_article table tbody td, .news_article table tbody th {
    padding: 0.5rem;
    width: auto !important;
    font-size: .85rem;
}
.news_article table p {
    font-size: .85rem;
    margin: 0;
    display: initial;
}

.table__container-item {
    overflow-x: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
@media screen and (max-width: 1299px) {
	.news_article table {
		/*max-width: 83.3%;*/
		max-width: 900px;
		margin-bottom: 2rem !important;
		width: auto !important;
	}
	.table__container-item {
		overflow-x: auto;
		margin-right: 1rem;
		margin-left: 1rem;
		margin-bottom: 2rem;
	}
}
@media screen and (max-width: 960px) {
	.news_article table {
		min-width: auto;
		width: 83.3% !important;
	}
}
#col_1 .news_article .image.parbase.section {
    max-width: 900px;
    margin: 2em auto;
}
.news_article p, .news_article ul, .news_article ol, .textimage-top  {
	/*max-width: 50em;*/ /* citation paragraphs don't work with EM */
	max-width: 900px;
    margin-left: 8.33%;
    margin-right: 8.33%;
    font-size: 1.05rem;

}
/*.news_article p span {
    font-size: 1rem !important;
}*/
/* This style affects vehicle page cliff notes */

/* Overwrite styles for Vehicle Page */
.f6_vehicle_detail_body h3 {
	font-size: 125%;
	/*margin-top: 1.25em;*/
}
.f6_vehicle_detail_body .news_article table ul li {
    font-size: .85rem;
}
@media screen and (max-width: 639px) {
	.f6_vehicle_detail_body h3 {
		font-size: 100%;
	}
}
/* End Overwrite */

@media screen and (min-width: 768px) {
	.news_article p, .news_article ul, .news_article ol, .news_article ul li, .textimage-top  {
		font-size: 1.125rem;
		line-height: 1.9rem;
	}
}
.news_article ul, .news_article ol {
	padding-left: 2rem;
}
@media screen and (min-width: 768px) {
	.news_article ul, .news_article ol {
		padding-left: 3rem;
	}
}
@media screen and (min-width: 960px) {
	.article_title_contain {
    	max-width: 900px;
    	margin: 0 auto;
	}
	.news_article p, .news_article ul, .news_article ol, table, .textimage-top {
    	margin-left: auto !important;
    	margin-right: auto !important;
	}	
}
/* Table Overwrite - Light Lines inside, dark outside */
table tbody tr:nth-child(even) {
	border-bottom: 1px solid #f1f1f1;
}
table tbody tr:last-child {
    border-bottom: 0;
}
table tbody, table tfoot, table thead {
	border: 1px solid #f1f1f1;
}
.news_article table tbody tr td {
    border: 1px solid #f1f1f1;
}
/********************************************************************************

      - BRIGHTCOVE STYLES -

********************************************************************************/
div[data-reactroot] {
	background-color: rgba(17, 54, 95, 0.95) !important;
}
div[data-reactroot] iframe {
    border-radius: 10px;
    border: 3px solid #05C3DD !important;
}
.vjs-control-bar button::before {
    display: none;
}
/********************************************************************************

      - Assets Section -

********************************************************************************/
.rightpar .channelbox-title {
    margin-bottom: 25px;
}
.rightpar .channelbox.section {
    width: 100%;
    margin: 8px 0 4px;
    display: inline-block;
}
#col_2 h1, #asset-section h1 {
    font-weight: 500;
}
#col_2 h2, #asset-section h2, h3.drop-down-header {
    font-size: 1.75rem !important;
    font-weight: 500;
}
@media screen and (max-width: 960px) {
    #col_2 h1, #asset-section h1 {
    	font-size: 2rem !important;
    	font-weight: 500;
	}
	#col_2 h2, #asset-section h2, h3.drop-down-header {
    	font-size: 1.5rem !important;
	}
}
.newsobject .collapse-box .channelbox-title {
	font-size: 21px;
}
.collapse-box.is-open .channelbox-title {
	border: none;
}
.newsobject .rightpar::before,
.vehicledetail .rightpar::before{
    content: 'Assets';
    font-size: 2rem;
    font-family: brand-theme-font, sans-serif;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    margin-bottom: 9px;
    border-bottom: 1px solid #0e76c3;
    padding-bottom: 1.25rem;
}
.rightpar.parsys.no-header::before {
    content: '' !important;
    border-bottom: none;
}
.newsobject .rightpar .sectioncontainer {
	padding: 0;
}
/*--------------- OVERWRITE OLD RELEASE STYLES -------------*/
#col_1 .news_article div[style="position: relative; display: block; max-width: 100%;"] {
    max-width: 1200px !important;
    margin: 0 auto;
}
/*--------------- YouTube/HTML Videos -----------------*/
.newsobject #col_2 .rightpar .sectioncontainer .youtube-container {
    width: calc(100% / 3 - 1.5rem);
    display: inline-block !important;
    margin-bottom: 2em;
    margin-right: 1.5rem;
    position: relative;
}
.newsobject #col_2 .rightpar .sectioncontainer .youtube-container:last-child {
    margin-right: 0;
}
.newsobject .rightpar .sectioncontainer > .content > div .parsys .rawhtml.parbase.section hr {
    display: none;
}
/*.newsobject #col_2 .rightpar .sectioncontainer .youtube-container .raw_container {
    padding-top: 56.25%;
}*/
#col_2 .sectioncontainer .content .youtube-container .video-container {
	max-width: none;
    padding: 0;
    object-fit: inherit;
    padding-top: 56.25%;
}
.newsobject #col_2 .rightpar .sectioncontainer .youtube-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/* Videos with Each One in a Section Container Component */
.newsobject #col_2 .rightpar .sectioncontainer .sectioncontainer, .vehicledetail #col_2 .rightpar .sectioncontainer .sectioncontainer {
    width: calc(100% / 3 - 1.7rem);
    display: inline-block;
    margin-right: 1.5rem;
}
.newsobject #col_2 .rightpar .sectioncontainer .sectioncontainer:last-child, .vehicledetail #col_2 .rightpar .sectioncontainer .sectioncontainer:last-child {
    margin-right: 0;
}
.newsobject .rightpar .sectioncontainer .sectioncontainer > .content > div {
    border: none;
    padding: 0;
    margin: 0;
}
.newsobject #col_2 .rightpar .sectioncontainer .sectioncontainer .videoembed, .vehicledetail #col_2 .rightpar .sectioncontainer .sectioncontainer .videoembed {
    width: 100%;
    padding: 0;
    margin: 0;
}
.newsobject #col_2 .rightpar .sectioncontainer .sectioncontainer .youtube-container, .vehicledetail #col_2 .rightpar .sectioncontainer .sectioncontainer .youtube-container {
    width: 100%;
    margin: 0;
}
.newsobject #col_2 .rightpar .sectioncontainer .sectioncontainer .youtube-container .raw_container, .vehicledetail #col_2 .rightpar .sectioncontainer .sectioncontainer .youtube-container .raw_container {
	padding: 0;
}
.newsobject #col_2 .rightpar .sectioncontainer .youtube-container iframe, .vehicledetail #col_2 .rightpar .sectioncontainer .youtube-container iframe {
	border: none;
}
/* GIF Containers */
.newsobject #col_2 .rightpar .sectioncontainer .sectioncontainer .rawhtml.parbase.section, .vehicledetail #col_2 .rightpar .sectioncontainer .sectioncontainer .rawhtml.parbase.section {
    display: inline-block !important;
    width: 100%;
}
.newsobject #col_2 .rightpar .sectioncontainer .sectioncontainer .rawhtml.parbase.section img, .vehicledetail #col_2 .rightpar .sectioncontainer .sectioncontainer .rawhtml.parabase.section img, .newsobject #col_2 .rightpar .sectioncontainer .sectioncontainer .rawhtml.parbase.section .gif-graphic, .vehicledetail #col_2 .rightpar .sectioncontainer .sectioncontainer .rawhtml.parabase.section .gif-graphic {
    max-width: none;
    width: 100%;
}
#col_2 .sectioncontainer .sectioncontainer .multidownload.parbase.section {
    position: relative;
    right: auto;
    left: 0;
}
#col_2 .sectioncontainer .sectioncontainer .multi-download-file-container {
	display: inline-block;
}
#col_2 .sectioncontainer > .content > div > .parsys > .multidownload.parbase.section .multi-download-button-container {
    width: max-content;
}
#col_2 .sectioncontainer .sectioncontainer .multi-download-file-container .multi-download-list {
	margin: 0;
}
#col_2 .sectioncontainer .sectioncontainer .multi-download-file-container li {
    list-style: none;
}
.f6_vehicle_detail_body_col .vehicledetail .rightpar .sectioncontainer .sectioncontainer > .content > div {
	border-bottom: none;
}
@media screen and (max-width: 989px) {
	.newsobject #col_2 .rightpar .sectioncontainer .youtube-container, .vehicledetail #col_2 .rightpar .sectioncontainer .youtube-container {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.newsobject #col_2 .rightpar .sectioncontainer .sectioncontainer, .vehicledetail #col_2 .rightpar .sectioncontainer .sectioncontainer {
		width: 100%;
		margin: 0;
	}
}
/*--------------- Brightcove Videos -------------------*/
.newsobject #col_2 .rightpar .sectioncontainer .videoembed, .vehicledetail #col_2 .rightpar .sectioncontainer .videoembed {
    width: calc(100% / 2 - 2px);
    display: inline-block;
    max-width: none;
}
.vjs-big-play-button::before {
	content: '';
	display: none;
}
/*#downloadButton {
    margin-top: 14px;
}*/
@media screen and (max-width: 989px) {
	.newsobject #col_2 .rightpar .sectioncontainer .videoembed, .vehicledetail #col_2 .rightpar .sectioncontainer .videoembed {
		width: 100%;
	}
}
/*--------------- DOWNLOAD BUTTON -------------------*/
.article_body .channelbox .collapse-box, #asset-section .channelbox .collapse-box {
    cursor: pointer;
}
.multi-download-gallery-container {
	display: none;
}
.download-all {
    position: absolute;
    top: 2rem;
    right: 8.33%;
	display: flex;
}
.download-all .button {
    float: right;
    margin-bottom: 5px;
}
/*.download-all .button:after {
    content: "*";
    vertical-align: super;
    font-size: smaller;
    position: absolute;
    top: 0px;
    margin-left: 2px;
    font-weight: 400;
}*/
.rightpar .footnote {
    clear: both;
    width: 100%;
    display: inline-block;
    padding-right: 21px;
    text-align: right;
    font-style: italic;
}
.rightpar .footnote p {
    font-size: 12px;
}
.collapse-box .multi-download-button {
    margin-bottom: 26px;
    text-align: right;
}
#col_2 .sectioncontainer, #col_2 .galleryphotogrid {
	position: relative;
}
#col_2 .sectioncontainer .multidownload.parbase.section, #col_2 .galleryphotogrid .multidownload.parbase.section {
    position: absolute;
    top: 1.25em;
    right: 0;
}
/* Move Download Button to Accordion Below */
/*#col_2 > .rightpar .multidownload {
    position: relative;
    bottom: -3.75em;
}
#col_2 .multi-download-file-container, multi-download-gallery-container, .multi-download-button-container {
    float: right;
    position: relative;
    z-index: 10;
}*/
/* Download Button for Each Accordion */
#col_2 .multidownload.parbase.section {
    margin-bottom: 1em;
}
#col_2 .multi-download-button a {
    width: auto;
    display: inline-block;
    font-family: brand-theme-font, sans-serif;
    color: #fff;
    text-transform: initial;
    border-radius: 50px;
    padding: 0.25rem 2rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5;
    border: 3px solid #08498a;
    background-color: #08498a;
    transition: .4s ease;
    position: relative;
    outline: none;
    outline-style: none;
    text-decoration: none;
}
#col_2 .multi-download-button a:focus, #col_2 .multi-download-button a:hover {
    border: 3px solid #38e8ff;
    color: #000;
    background-color: rgba(255,255,255,0);
    text-decoration: none;
}
@media screen and (max-width: 500px) {
	/*#col_2 > .rightpar .multidownload {
		bottom: -3.1em;
	}*/
    #col_2 .multi-download-button a {
        font-size: .75em;
        line-height: 1rem;
    	padding: 0.25rem 0.75rem;
	}
	#col_2 .download a {
		font-size: 1rem;
	}
}
/* Hides Individual File Downloads */
#col_2 .multi-download-file-container {
    display: none;
}
/*--------------- BLUE QUOTE -------------------*/
.quote-blue {
    font-size: 1.5rem !important;
    line-height: 2.2rem !important;
    color: #0F79C8;
    max-width: 85% !important;
}

@media screen and (min-width: 768px) {
   .quote-blue {
    	font-size: 1.7rem !important;
    	line-height: 2.5rem !important;
	}
}
@media screen and (min-width: 1440px) {
   .quote-blue {
	max-width: 1200px !important;    
	}
}
/* ----------- IMAGE & GALLERIES --------------*/
.top_parsys.parsys {
    text-align: center;
}
/*.top_parsys img {
    margin: 0 auto;
    max-width: 56rem;
    max-height: 42rem;
    width: 83.33%;
}*/
/*#media-section img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}*/
.top_parsys #media-section {
	max-height: 33rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.top_parsys #media-section > div[id] {
	width: 100%;
}
#media-section img {
	width: 100%;
	max-width: none;
}
#col_2 .imagewithmodal {
    display: none;
}
#col_2 .rightpar .imagewithmodal, #asset-section .imagewithmodal {
   display: inline-block;
}
@media screen and (min-width: 768px) {
	#col_2 .rightpar .imagewithmodal, #asset-section .imagewithmodal {
	   display: inline-block;
		max-width: calc(32% - 1rem);
		padding-right: 1rem;
		 display: inline-flex;
		max-width: 50%;
		margin-top: 0;
		border: 0;
		border-radius: 0;
		box-shadow: 0 0 0 0px rgb(10 10 10 / 20%);
		line-height: 0;
		background: none;
		height: auto;
		overflow: hidden;
		transition: all .3s;
		margin-top: 0;
		vertical-align: top;
	}
	 #col_2 .rightpar .imagewithmodal img, #asset-section .imagewithmodal img {
		background: #fff;
		transition: all .3s;
		min-height: 5.75rem;
		object-fit: cover;
		 max-width: 100%;
		 max-height:100%;
	}
	#col_2 .rightpar .imagewithmodal a, #asset-section .imagewithmodal a {
		display: block;
		height: 11.5vw;
		text-align: center;
		margin: 0.5rem;
	}
	.top_parsys.parsys {
		margin-bottom: 2rem;
	}
	.gallery-wrapper .thumbnail {
		height: auto;
	}
	.gallery-wrapper .thumbnail {
		display: inline-flex;
		max-width: 50%;
		margin-top: 0;
		border: 0;
		border-radius: 0;
		box-shadow: 0 0 0 0px rgb(10 10 10 / 20%);
		line-height: 0;
		background: none;
		height: auto;
		overflow: hidden;
		transition: all .3s;
		margin-top: 0;
		vertical-align: top;
	}
	.gallery-item.thumbnail img {
		max-width: 100%;
		max-height: 100%;
	}
	.thumbnail a {
		display: block;
		height: 8.5vw;
		text-align: center;
		margin: 0.5rem;
	}
}
@media screen and (min-width: 1024px) {
	.top_parsys img {
    	width: auto;
	}
}
.gallery-modal-image-download {
    display: block !important;
}
/* ----------- VIDEOS & VIDEO GALLERIES --------------*/
.news_article .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
.news_article .videoembed {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 1200px) {
	#col_2 .video-container, #asset-section .video-container {
		max-width: 33%;
		object-fit: contain;
		padding-bottom: 18.6%;
		padding-top: 0px;
	}
}

@media screen and (min-width: 768px) {
	#col_2 .videoembed.parbase.section, #asset-section .videoembed.parbase.section {
		max-width: 33%;
	}
	#col_2 .row .videoembed, #col_2 .row .video-container, #asset-section .row .videoembed, #asset-section .row .video-container {
		max-width: 100% !important;
	}
}
/* ---------- CONTACTS ----------------------*/
.contacts hr {display:none;}
.contact_data_col {
    width: 100%;
    padding: 0 0 0 0px;
    margin: 0rem 0 1.5rem 0;
}
.contact_data_col p {
    font-size: 1rem !important;
    width: 100%;
    padding: 0 0 0 0px;
    margin: 0;
}
.contact_img_col {
    display: none !important; /* Important State prevents image to reappear for a second in accordion */
}
.newsobject .rightpar .contactlist.parbase.section {
    padding-top: 0;
}
/* ----------- DOWNLOAD FIXES --------------*/
.download a {
    margin-left: 3.5rem;
}
.download.parbase.section {
    min-height: 90px;
}
span.icon.type_pdf,
span.icon.type_xlsx,
span.icon.type_mp3,
span.icon.type_docx {
    width: 61px;
    height: 71px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
span.icon.type_pdf:after {
    background-image: none;
    background-size: inital;
    display: inline-flex;
    width: auto;
    height: auto;
    left: 0px;
    content: '\f1c1';
    font-family: "Font Awesome 5 Pro";
    position: relative;
    margin-left: 0;
    margin-top: 0;
    display: inline-block;
    top: 0;
    padding: 0;
    right: -0.5rem;
    color: #F70C1A;
    font-size: 3.25rem;
    font-weight: 200;
}
span.icon.type_xlsx:after {
    background-image: none;
    background-size: inital;
    display: inline-flex;
    width: auto;
    height: auto;
    left: 0px;
    content: '\f1c3';
    font-family: "Font Awesome 5 Pro";
    position: relative;
    margin-left: 0;
    margin-top: 0;
    display: inline-block;
    top: 0;
    padding: 0;
    right: -0.5rem;
    color: #0ba619;
    font-size: 3.25rem;
    font-weight: 200;
}
span.icon.type_docx:after {
    background-image: none;
    background-size: inital;
    display: inline-flex;
    width: auto;
    height: auto;
    left: 0px;
    content: '\f1c2';
    font-family: "Font Awesome 5 Pro";
    position: relative;
    margin-left: 0;
    margin-top: 0;
    display: inline-block;
    top: 0;
    padding: 0;
    right: -0.5rem;
    color: #0047b8;
    font-size: 3.25rem;
    font-weight:200;
}
span.icon.type_mp3:after {
    background-image: none;
    background-size: inital;
    display: inline-flex;
    width: auto;
    height: auto;
    left: 0px;
    content: '\f1c7';
    font-family: "Font Awesome 5 Pro";
    position: relative;
    margin-left: 0;
    margin-top: 0;
    display: inline-block;
    top: 0;
    padding: 0;
    right: -0.5rem;
    color: #11365f;
    font-size: 3.25rem;
    font-weight: 200;
}
.reverse-text div, .reverse-text p, .reverse-text h1, .reverse-text h2, .reverse-text h3, .reverse-text h4, .reverse-text h5, .reverse-text h6, .reverse-text ul, .reverse-text ol, .reverse-text a { color: #fff !important; }

/*******************************************************************************/

/* Hero half- section - styles */

/*******************************************************************************/
#hero-section-half {
    width: 100%;
    height: 28vw;
	min-height: 300px;
	background-color: #11365f;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
	color: #fff;
	max-height: 400px;
}
.hero-section__overlay::after {
    content: '';
    display: block;
    position: absolute;
    background: rgba(19,55,94,.4);
    width: 100%;
    height: 100%;
    z-index: 2;
}

#hero-section-half.pillar h1 {
    font-size: 4rem;
	line-height: 4.25rem
}
#hero-section-half .text .text {
    max-width: 100%;
    padding: 0;
    z-index: 3;
	position: relative;
}
#hero-section-half .parsys {
	width: 100%;}

#hero-section-half .text .text::after {
    content: '';
    display: block;
	border: 0;
    border-top: 1px solid #fff;
    width: 100px;
    margin-top: 1rem;
}
#hero-section-half p {
	font-size: 1.25rem;
	line-height: 1.5rem;
}
#hero-section-half::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(17,54,95,.5);
    content: '';
    max-height: 100%;
}
/* 1024 Pixels and Below */
@media screen and (max-width: 1023px) {
	#hero-section-half {
		background-size: cover;
		min-height: 300px;

	}
	#hero-section-half.pillar h1 {
    	font-size: 2rem;
		line-height: 2.25rem
	}
}
@media only screen and ( max-width: 767px ) {
    .channelbox #hero-section-half {
        min-height: 300px;
	}
}
/*******************************************************************************/

/* Contacts Page Styles */

/*******************************************************************************/
#contacts-page h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;	
}
#contacts-page h4 {
	padding-top: 1.5rem;
}
#contacts-page .contactlist.parbase.section {
	padding-top: 0;
}
/*******************************************************************************/

/* Vehicle Page Styles */

/*******************************************************************************/
.vehicle-header {
	clear: both;
	float: left;
	width: 100%;
	height: 33vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#vehicle-title {
	color: #fff;
	background: #000;
}
#vehicle-title h1 {
    font-size: 4rem;
    line-height: 4.25rem;
}
#vehicle-title p {
    font-size: 1.25rem;
    line-height: 1.5rem;
}
@media screen and (max-width: 1023px) {
    #vehicle-title h1 {
        font-size: 2rem;
        line-height: 2.25rem;
    }
}
.vehicle-tabs {
	clear: both;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vehicle-tabs button {
	margin: 1rem;
	color: #08498a;
	border: 3px solid #08498a;
	background: #fff;
}
.vehicle-tabs button.active {
	background-color: #444;
	border-color: #444;
	color: #fff !important;
}
.vehicle-tabs-sections {
	position: relative;
	overflow:hidden;
}
.vehicle-tabs-sections img {
	width: 70%;
	margin: 0px auto 1.5rem;
	display: block;
}
.info-section, .specs-section {
	display: none;
}
.cq-wcm-edit .info-section, .cq-wcm-edit .specs-section {
	display: block;
}
.active-section {
	display: inline;
}
.cream {
	background: #ebeadf;
}
.grey {
	background: #ecedef;
}
.copyright p {
	font-size: small;
}
.padding-sides {
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.padding-sides-small {
	padding-left: 1em;
	padding-right: 1em;
}
.grey-row-1 {
	background: #ecedef;
}
.grey-row-2 {
	background: #b2b3b6;
}
.vehicle-data .grey-row-1 .columns, .vehicle-data .grey-row-2 .columns {
    padding: 1.75em .5em;
    border-right: 1px solid #fff;
}
.grey-row-1 .columns:last-child, .grey-row-2 .columns:last-child {
    border-right: none;
}
.vehicle-data .grey-row-1 p, .vehicle-data .grey-row-2 p {
	margin: 0;
	display: block;
}
.vehicle-data p span {
	font-size: 24px;
}
.align-middle {
	display: inline-grid;
}
.specs-section h3 {
    text-align: left;
}
.vehicle-data-column-borders {
	border-right: 1px solid #b8b8b8;
	border-left: 1px solid #b8b8b8;
}
.center-image {
	display: flex;
    align-items: center;
}

/*******************************************************************************/

/* Accoridion Dropdown Styles */

/*******************************************************************************/
.drop-down-toggle {
	display: none;
}
.drop-down-btn { 
	transition: 300ms;
	font-weight: 300;
	position: relative;
	margin: 20px 20px 0 0;
	display: inline-block;
	padding: 0 0 0 2rem;
	width: 100%;
	text-align: left;
}
.drop-down-btn:after {
	content: "\f067";
	position: absolute;
	top: 9px;
	left: 0;
	font-family:'FONT AWESOME 5 PRO';
	font-size: 1.25rem;
	line-height: normal;
}
button.drop-down-btn:after {
    top: 4px !important;
    font-weight: 500;
}
.drop-down-btn.open:after{
	content: "\f068"
}
.drop-down-btn:hover{
	color: #45e8fe !important;
	border-color: #45e8fe;
}
.drop-down-header{
	display: inline-block;
	margin-bottom: 0px !important;
	vertical-align: middle;
}
.drop-down-item  .channelbox.section, .newsobject .rightpar .sectioncontainer > .content > div {
	border-bottom: 1px solid #0e76c3;
	padding-bottom: 1.25rem;
        margin: 8px 0 4px;
}
.drop-down-item .channelbox .channelbox {
    border: 0;
    margin: 0px;
}
.newsobject .rightpar .sectioncontainer > .content > div .parsys {
	padding-top: 1.5rem;
}
.drop-down-item {
	padding-top: 0;
	padding-bottom: 0;
}

/*******************************************************************************/

/* Video Detail */

/*******************************************************************************/


.video .text-center.featured-image-block.column {
    position: relative;
    /*padding-bottom: 56.25%;*/
    margin-top: 2rem;
    overflow: hidden;
	width: 100%;
	min-height: 50vh;
}
@media screen and (min-width: 960px) {
	.video .text-center.featured-image-block.column {
		min-height: 100vh;
	}
}
/*.video .featured-image-block-grid a {
    display: none;
}*/
/*.video .featured-image-block img {display: none;}*/
.video .row.large-up-4.small-up-2 {
    max-width: 1024px;
    padding: 1rem;
    min-height: 60vh;
}

/*.video iframe {
    position: absolute; 
	left: 0; 
	width: 100%; 
	height: 100%;
	margin: 0 auto;
	text-align:center;
}*/

.video .embed-script-holder0 {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 -> 9/16x100 */
  overflow: hidden;
}
.video .embed-script-holder0 > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video .tiktok-embed {
    border: 0;
    padding: 0;
}
.video .featured-image-block div {
    max-width: 100% !important;
}

.spec_contain center i {display:inline-block; max-width: 900px;}

@media screen and (max-width: 959px) {
.spec_contain center i {
    margin-left: 8.33%;
    margin-right: 8.33%;
}
}