/* This is for the Energy Star Logo in the tables for VM & VM Complete*/
.table-icon:last-of-type {
margin-bottom: 0px !important;
}

.page-vm .product-model-table th:last-of-type span,
.page-planar-vm-complete .product-model-table th:last-of-type span {
display: none;
}

.page-planar-vm-complete .dark-section.product-model-table-section {
box-shadow: none !important;
}


/*Leadership page custom CSS*/
.page-leadership .grid-section .col-md-4 {
width: 24%;
text-align: center;
display: inline-block;
vertical-align: top;
}

.page-leadership .grid-section .col-md-8 {
width: 75%;
display: inline-block;
}

.page-leadership .grid-section .col-md-4 img {
width: 100%;
max-width: 200px;
}

.page-leadership .grid-section .container {
margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
.page-leadership .grid-section .col-md-4 {
width: 100%;
display: block;
}
.page-leadership .grid-section .col-md-8 {
width: 100%;
display: block;
}
}


/* Accordion List Styles*/
.panel-body ul {
list-style-type: disc;
margin-left: 30px;
}


/* Award Styles*/
.page-awards-recognition .pl-page-inner-content h3 {
    margin-bottom: 10px;
}


/* Grid Styles*/
.grid-wrap {
margin-top: 30px;
margin-bottom: 30px;
} 

.divider {
height: 30px;
width: 100%;
background-color: yellow;
}

.fifty-fifty {
display: flex;
flex-direction: row;
align-items: center;
}

@media only screen and (max-width: 767px) {
.fifty-fifty {
display: block;
}
}

/* Drivers and Software Page*/
.page-drivers-and-software .panel-body {
padding: 0px !important;
}
.page-drivers-and-software iframe #content-container,
.page-drivers-and-software iframe #site-container {
width: inherit !mportant;
}

/* Education Page*/
body.page-training .panel-body {
     padding: 0px;
}

body.page-training .panel {
     padding-bottom: 0px;
}

body.page-training .installer-course table thead tr th:nth-child(1),
body.page-training .tech-courses table thead tr th:nth-child(1) {
    width: 32.3%;
}

body.page-training .installer-course table thead tr th:nth-child(2),
body.page-training .tech-courses table thead tr th:nth-child(2) {
    width: 23.5%;
}

body.page-training .installer-course table a.button,
body.page-training .tech-courses a.button {
	width: auto !important;
}

body.page-training .hide-course {
display: none !important;
visibility: hidden !important;
}

@media only screen and (max-width: 991px) {
body.page-training .responsive-table table, 
body.page-training .responsive-table tbody, 
body.page-training .responsive-table td, 
body.page-training .responsive-table th, 
body.page-training .responsive-table thead, 
body.page-training .responsive-table tr {
    display: block !important;
}

body.page-training .responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

body.page-training .responsive-table tr {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    display: inline-block !important;
    position: relative;
width: 100%;
}

body.page-training .responsive-table td {
            /* Behave  like a "row" */
            border: none;
            border-bottom: 1px solid #dddfe2;
            position: relative;
            white-space: normal;
            text-align: left;
            width: 100%;
}

body.page-training .responsive-table td:before {
                vertical-align: top;
                display: inline-block;
                width: 45%;
                padding-right: 10px;
                text-align: left;
                font-weight: bold;
                font-size: 16px;
                /*Label the data*/
                content: attr(data-title);
                min-height: 22px;
   }

body.page-training .responsive-table {
position: relative;
display: inline-block;
}

body.page-training .panel-body {
     padding: 0px;
}

body.page-training .panel-default>.panel-heading {
     padding: 10px 0px;
}

}

/* list styles in grid elements */
.grid-section ul {
list-style-type: disc;
margin-left: 30px;
}


/*Extended Warranties and Service Plans*/
.page-extended-warranties-and-service-plans .tab-content h2 {
border-left: 5px solid #c10505;
padding-left: 6px;
font-size: 2.1em;
margin-bottom: 26px;
letter-spacing: .03em;
}

.page-extended-warranties-and-service-plans .tab-content .service-plans {

}

.page-extended-warranties-and-service-plans  .tab-content .service-plans-copy {
display: flex;
flex-direction: column;
order: 1;
}

.page-extended-warranties-and-service-plans  .tab-content .service-plans img {
width: 100%;
max-width: 370px;
height: auto;
/*max-height: 510px;*/
padding: 0px 0px 10px 10px;
display: flex;
order: 2;
}

@media only screen and (max-width: 625px) {
.page-extended-warranties-and-service-plans .tab-content .service-plans {
display: flex;
flex-direction: column;
flex-wrap: no-wrap;
}

.page-extended-warranties-and-service-plans .tab-content .service-plans img {
max-width: 100%;
/*max-height: auto;*/
padding: 10px 0px 10px 0px;
order: 0;
}
}

/* Unordered List override */
/*div.accordionGridBody ol, ul {
    list-style: none;
    margin-left: 0px;
}*/

/* Responsive YouTube Video*/
.embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    /*padding-top: 30px;*/
    margin-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Display Financing Styles*/
.left-col {
padding-left: 0px;
}

.right-col {
padding-right: 0px;
}

.mobile-table {
display:  none;
}

.mobile-table ol, .desktop-table ol {
    margin: 0px;
    padding-left: 15px;
}

.desktop-table th {
text-align: center;
}

@media only screen and (max-width: 991px) {
.left-col, .right-col {
padding-left: 0px;
padding-right: 0px;
}
}

@media only screen and (max-width: 800px) {
.mobile-table {
display:  block;
}

.desktop-table {
display: none;
}
}

/*.charter-options span.sub-text {
font-size: 0.65em;
}

.charter-options ol {
list-style: decimal;
    margin: 0 0 1em 1.2em;
}

.charter-options td {
vertical-align: top !important;
}

.charter-options th {
vertical-align: middle !important;
text-align: center;
padding: 15px 20px;
}

.charter-options .panel-body {
padding:  0px;
}

body.page-display-financing h2 {
margin-top: 20px;
margin-bottom: 10px;
}*/

/* Webinar */
.mobile-on-demand-video-row {
margin-top: 30px;
}
/*body.section-webinars .breadcrumbs-wrapper {
display: none;
}
body.section-webinars .dotted-top {
display: none;
}*/

body.section-webinars  .webinar-body .col-md-4.column {
background-color:  #f2f4f7;
}

body.page-planar-lookthru-transparent-oled-display-webinar .breadcrumbs-wrapper,
body.page-nab-2020-webinar .breadcrumbs-wrapper,
body.page-distribution-partner-quarterly-product-update-webinar .breadcrumbs-wrapper,
body.page-dmr-partner-quarterly-product-update-webinar .breadcrumbs-wrapper,
body.page-led-product-update-webinar .breadcrumbs-wrapper,
body.page-infocomm-2020-virtual-event .breadcrumbs-wrapper,
body.page-planar-evernew-managed-service-program-webinar .breadcrumbs-wrapper,
body.page-sports-webinar .breadcrumbs-wrapper,
body.page-us-government-webinar .breadcrumbs-wrapper,
body.page-june-2020-virtual-product-technology-showcase-concluded .breadcrumbs-wrapper,
body.page-latin-america-webinar-series .breadcrumbs-wrapper,
body.page-ve-1-planar-products-services-portfolio-overview-webinar .breadcrumbs-wrapper,
body.page-ve-2-advances-in-led-display-technology .breadcrumbs-wrapper,
body.page-ve-3-collaboration-display-advances .breadcrumbs-wrapper,
body.page-ve-4-delivering-maximum-impact-custom-creative-display-solutions  .breadcrumbs-wrapper {
display: none;
}

body.page-planar-lookthru-transparent-oled-display-webinar .dotted-top, 
body.page-nab-2020-webinar .dotted-top,
body.page-distribution-partner-quarterly-product-update-webinar .dotted-top,
body.page-dmr-partner-quarterly-product-update-webinar .dotted-top,
body.page-led-product-update-webinar .dotted-top,
body.page-infocomm-2020-virtual-event .dotted-top,
body.page-planar-evernew-managed-service-program-webinar .dotted-top,
body.page-sports-webinar .dotted-top,
body.page-us-government-webinar .dotted-top,
body.page-june-2020-virtual-product-technology-showcase-concluded .dotted-top,
body.page-latin-america-webinar-series .dotted-top,
body.page-ve-1-planar-products-services-portfolio-overview-webinar .dotted-top,
body.page-ve-2-advances-in-led-display-technology .dotted-top,
body.page-ve-3-collaboration-display-advances .dotted-top,
body.page-ve-4-delivering-maximum-impact-custom-creative-display-solutions .dotted-top {
background-image: none !important;
}

/*body.page-nab-2020-webinar .webinar-body .col-md-4.column,
body.page-planar-lookthru-transparent-oled-display-webinar .col-md-4.column,
body.page-planar-evernew-managed-service-program-webinar .webinar-body .col-md-4.column,
body.page-june-2020-virtual-product-technology-showcase-concluded .webinar-body .col-md-4.column,
body.page-us-government-webinar .webinar-body .col-md-4.column,
body.page-ve-1-planar-products-services-portfolio-overview-webinar .webinar-body .col-md-4.column,
body.page-ve-2-advances-in-led-display-technology .webinar-body .col-md-4.column,
body.page-ve-3-collaboration-display-advances .webinar-body .col-md-4.column,
body.page-ve-4-delivering-maximum-impact-custom-creative-display-solutions .webinar-body .col-md-4.column {
 background-color:  #f2f4f7;
}*/

/* Title buttons */
.header-marquee .category-marquee-area .category-marquee-content-area .category-marquee-title .marquee-buttons-desktop .button {
    min-width: 178px;
}

/* Support By Product Tables */
body.page-discontinued-products .panel-body {
padding: 0px;
}
@media only screen and (max-width: 800px) {
body.page-508-accessibility .responsive-table td:before {
    width: 100%;
}
body.page-508-accessibility .responsive-table .table-head {
    display: none;
}
}

/* START: Modules Page and Design Tools Page*/
body.page-modules-drivers .module-wrapper {
  display: flex;
  flex-direction: column;
}

body.page-modules-drivers .module-wrapper .inner-module-wrapper {
  display: flex; 
  flex: 1; 
  flex-direction:row; 
  justify-content: flex-start;
  background-color: #ffffff;
  border-left: 5px solid #c10505;
  box-shadow: 1px 0 9px 0 rgba(0,0,0,.2);
  margin-bottom: 30px;
}

body.page-modules-drivers .img-wrap img {
  display: flex;
  max-width: 165px;
}

body.page-modules-drivers .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 15px;
}

body.page-modules-drivers .content-wrap h4 {
  color: #9b9b9b; 
  font-style: italic; 
  font-weight: 600; 
  letter-spacing: .02em; 
  font-size: .9em; 
  line-height: 1.6em; 
  margin-bottom: 0px;
}

body.page-modules-drivers .content-wrap ul {
  padding: 0px; 
  margin-left: 18px;
}

body.page-modules-drivers .module-row{
  display: flex;
}

body.page-design-tools .design-tools-wrap,
body.page-government .design-tools-wrap {
    display: flex;
    flex-direction: row;
    flex: auto;
    justify-content: start;
}

body.page-government .design-tools-wrap {
margin-top: 30px;
}

body.page-design-tools .design-tool,
body.page-government .design-tool {
	margin-bottom: 60px;
	box-shadow: 1px 0 9px 0 rgba(0,0,0,.2);
	display: flex;
	flex-direction: column;
	flex: auto;
	flex-grow: inherit;
	min-height: 460px;
}

body.page-government .design-tool {
min-height: 625px;
}

body.page-design-tools .design-tool img,
body.page-government .design-tool img {
    border-left: 4px solid #c10505 !important;
    display: flex;
    flex-direction: column;
    flex: auto;
}

body.page-design-tools .design-tool h3,
body.page-government .design-tool h3 {
	margin-top: 15px;
	margin-top: 15px;
	padding: 0px 15px;
	display: flex;
	flex-direction: row;
	flex-grow: inherit;
}

body.page-design-tools .design-tool p,
body.page-government .design-tool p {
    padding: 15px;
}

body.page-government .design-tool p.main-copy {
min-height: 281px;
}


@media screen and (max-width: 1199px) {
	body.page-design-tools .design-tool,
body.page-government .design-tool {
		min-height: 467px;
	}
}

@media screen and (max-width: 991px) {
	body.page-design-tools .design-tool,
body.page-government .design-tool {
		min-height: 545px;
	}
body.page-government .design-tool h3 {
    min-height: 43px;
}

body.page-government .design-tool p.main-copy {
    min-height: 506px;
}
}

@media screen and (max-width: 767px) {
	body.page-design-tools .design-tool,
body.page-government .design-tool {
		min-height: 0px;
	}
body.page-government .design-tool h3 {
    min-height: 0px;
}

body.page-government .design-tool p.main-copy {
    min-height: 0px;
}
}

@media (max-width: 1192px) {
  body.page-modules-drivers .img-wrap img {
    max-width: 215px;
  }
  
}

@media (max-width: 991px) {
  body.page-modules-drivers .module-wrapper {
    margin-bottom: 30px;
  }

  body.page-modules-drivers .module-row {
    flex-direction: column;
  }
  
}
 
@media (max-width: 680px) {
  body.page-modules-drivers .module-wrapper {
    flex-direction: column;
    margin-bottom: 30px;
  }
  
  body.page-modules-drivers .module-wrapper .inner-module-wrapper {
    flex-direction: column; 
  }
  
  body.page-modules-drivers .img-wrap {
    flex-direction: column;
  }

  body.page-modules-drivers .img-wrap img {
    flex-direction: column;
    max-width: 100%;
  }
  body.page-modules-drivers .content-wrap {
    flex-direction: column;
  }
}

/*Social Icons*/
.footer-social {
  text-align: right;
}
footer.pl-footer ul.pl-social li a.new-fb {
    background-image: url("https://www.planar.com/media/439490/facebook.png");
margin: 0px 0px 8px 6px;
}
footer.pl-footer ul.pl-social li a.new-twitter {
    background-image: url("https://www.planar.com/media/439493/twitter.png");
margin: 0px 0px 8px 6px;
}
footer.pl-footer ul.pl-social li a.new-linkedin {
    background-image: url("https://www.planar.com/media/439491/linkedin.png");
margin: 0px 0px 8px 6px;
}
footer.pl-footer ul.pl-social li a.new-vimeo {
    background-image: url("https://www.planar.com/media/439494/vimeo.png");
margin: 0px 0px 8px 6px;
}
footer.pl-footer ul.pl-social li a.new-youtube {
    background-image: url("https://www.planar.com/media/439495/youtube.png");
margin: 0px 0px 8px 6px;
}
footer.pl-footer ul.pl-social li a.new-rss {
    background-image: url("https://www.planar.com/media/439492/rss.png");
margin: 0px 0px 8px 6px;
}

/* Events */
.hide-event-section {
display: none;
visibility: hidden;
}

/* Warranty Page*/
.warranty-icon .coverage h3 {
  text-align: center;
}

.coverage {
    margin-top: 15px;
}
.covers-bullet-wrap {
    display: flex;
    flex-direction: row;
    flex-grow: inherit;
    justify-content: space-between;
}

.covers-bullet-wrap .col-md-6.bullets {
    display: flex;
    flex-direction: column;
    flex: auto;
    flex-grow: inherit;
    justify-content: start;
}

.rte-bullets .covers-bullet-wrap .col-md-6.bullets ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: inherit;
    flex: auto;
padding: 0px;
}

.rte-bullets .covers-bullet-wrap .col-md-6.bullets ul li {
    min-height: 60px;
}

.warranty-icon-wrap {
   margin-top: 60px;
   display: flex;
   flex-direction: row;
   padding-left: 50px;
   padding-right: 50px;
}

@media (max-width: 1199px) {
	.warranty-icon {
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	.rte-bullets .covers-bullet-wrap .col-md-6.bullets ul li {
		min-height: 83px;
	}

       .warranty-icon-wrap {
	   display: inherit;
	   padding-left: 0px;
   	   padding-right: 0px;
	}
}

@media (max-width: 767px) {
	.covers-bullet-wrap {
		flex-direction: column;
	}

	.rte-bullets .covers-bullet-wrap .col-md-6.bullets ul li {
		min-height: auto;
	}

	.rte-bullets .covers-bullet-wrap .col-md-6.bullets ul {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

/* MAIN NAV */
/*#pl-nav li.support ul.dropdown-menu.nonFatNav,
#pl-nav li.support ul.dropdown-menu.nonFatNav li.dropdown-submenu ul.dropdown-menu {
    min-width: 315px;
}

#pl-nav li.support ul.dropdown-menu.nonFatNav h2 {
    margin: 13px 15px;
}

#pl-nav li.support ul.dropdown-menu.nonFatNav li.dropdown-submenu a {
    padding: 6px 15px 6px 28px;
}*/


/* US GOVERNMENT PAGE */
@media (max-width: 991px) {
	body.page-usgovernment .header-marquee .category-marquee-area .category-marquee-content-area {
		height: 70px;
	}

	body.page-usgovernment .header-marquee .category-marquee-area .category-marquee-content-area .category-marquee-title {
	   height: 70px;
	}
}

/* TEST FORM HEIHGT */
iframe#evercare-2-col, iframe#resel-deal-reg-2-col {
height: 1300px !important;
}

iframe#resel-deal-reg-2-col {
overflow-y: hidden !important;
}

@media only screen and (max-width: 991px) {
iframe#resel-deal-reg-2-col {
height: 2000px !important;
}
}

@media only screen and (max-width: 584px) {
iframe#evercare-2-col {
height: 2200px !important;
}
}

/* Regions */
.india-row {
margin-bottom: 60px;
}

.india-row .mobile {
display: none;
}

.india-row img {
margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
.india-row .mobile {
display: block;
margin-top: 60px;
}

.india-row .desktop {
display: none;
}
}

/* US Government Deal Reg Form */
#gov-deal-reg-form {
 height: 1250px !important;
}

@media only screen and (max-width: 991px) {
#gov-deal-reg-form {
 height: 2150px !important;
}
}

@media only screen and (max-width: 512px) {
#gov-deal-reg-form {
 height: 2150px !important;
}
}


/*Government Vertical Pages*/
body.page-us-state-local-government .where-to-buy-section .section-title,
body.page-us-federal-government .where-to-buy-section .section-title {
text-align: center
}

body.page-us-state-local-government .where-to-buy-section p.copy,
body.page-us-federal-government .where-to-buy-section p.copy {
font-size: 1.2em; 
text-align: center; 
max-width: 800px; 
margin: 0 auto 30px;
}

/*body.page-government .design-tools-wrap .lp-callout.red, 
body.page-us-state-local-government .design-tools-wrap .lp-callout.red, 
body.page-us-state-local-government .security-wrap .lp-callout.red,
body.page-us-federal-government .design-tools-wrap .lp-callout.red, 
body.page-us-federal-government .security-wrap .lp-callout.red,
body.page-government .side-panel .lp-callout.red,
body.page-us-state-local-government .side-panel .lp-callout.red,
body.page-us-federal-government .side-panel .lp-callout.red {
    background-color: #c10505;
    color: #ffffff;
}

body.page-government .design-tools-wrap .lp-callout.red span, 
body.page-us-state-local-government .design-tools-wrap .lp-callout.red span, 
body.page-us-state-local-government .security-wrap .lp-callout.red span,
body.page-us-federal-government .design-tools-wrap .lp-callout.red span,
body.page-us-federal-government .security-wrap .lp-callout.red span,
body.page-government .side-panel .lp-callout.red span,
body.page-us-state-local-government .side-panel .lp-callout.red span,
body.page-us-federal-government .side-panel .lp-callout.red span {
    color: #ffffff;
}

body.page-government .design-tools-wrap .lp-callout.red:before,
body.page-us-state-local-government .design-tools-wrap .lp-callout.red:before,
body.page-us-state-local-government .security-wrap .lp-callout.red:before,
body.page-us-federal-government .design-tools-wrap .lp-callout.red:before,
body.page-us-federal-government .security-wrap .lp-callout.red:before,
body.page-government .side-panel .lp-callout.red:before,
body.page-us-state-local-government .side-panel .lp-callout.red:before,
body.page-us-federal-government .side-panel .lp-callout.red:before {
    background-color: #383838;
}

body.page-government .design-tools-wrap .lp-callout:before,
body.page-us-state-local-government .design-tools-wrap .lp-callout:before,
body.page-us-state-local-government .security-wrap .lp-callout:before,
body.page-us-federal-government .design-tools-wrap .lp-callout:before,
body.page-us-federal-government .security-wrap .lp-callout:before,
body.page-government .side-panel .lp-callout:before,
body.page-us-state-local-government .side-panel .lp-callout:before,
body.page-us-federal-government .side-panel .lp-callout:before {
    width: 0px;
}

body.page-government .design-tools-wrap .lp-callout:hover:before,
body.page-us-state-local-government .design-tools-wrap .lp-callout:hover:before,
body.page-us-state-local-government .security-wrap .lp-callout:hover:before,
body.page-us-federal-government .design-tools-wrap .lp-callout:hover:before,
body.page-us-federal-government .security-wrap .lp-callout:hover:before,
body.page-government .side-panel .lp-callout:hover:before,
body.page-us-state-local-government .side-panel .lp-callout:hover:before,
body.page-us-federal-government .side-panel .lp-callout:hover:before {
    width: 100%;
    -webkit-transform-origin: 0 100%;
}*/

body.page-us-state-local-government .partners-wrap .contact {
width: 100% !important;
max-width: 200px !important;
}

body.page-us-state-local-government .where-to-buy-section {
padding-bottom: 0px !important;
}

body.page-us-state-local-government .partners-wrap a {
position: relative;
  display: inline-block;
  font-size: .9em;
font-weight: 700;
  color: #ffffff;
  overflow: hidden;
  background: linear-gradient(to right, #383838, #383838 50%, #c10505 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position .1s ease;
  text-decoration: none;
  padding: 10px 13px;
  text-transform: uppercase;
width: 100%;
max-width: 200px;
box-shadow: 0 3px 4px 0 rgba(0,0,0,.2);
letter-spacing: .02em;
}

body.page-us-state-local-government .partners-wrap a:hover {
  background-position: 0 100%;
}

body.page-us-federal-government .design-tools-wrap .col-md-3.column > div {
    margin-bottom: 60px;
    box-shadow: 1px 0 9px 0 rgba(0,0,0,.2);
    display: flex;
    flex-direction: column;
    flex: auto;
    flex-grow: inherit;
background-color: #ffffff;
    max-height: 437px;
width: fit-content;
}

body.page-us-state-local-government .design-tools-wrap .col-md-4.column > div {
    margin-bottom: 60px;
    box-shadow: 1px 0 9px 0 rgba(0,0,0,.2);
    display: flex;
    flex-direction: column;
    flex: auto;
    flex-grow: inherit;
min-height: 503px;
background-color: #ffffff;
width: fit-content;
}

@media only screen and (max-width: 991px) {
body.page-us-state-local-government .design-tools-wrap .col-md-4.column > div {
    min-height: 0px;	
}
}


/*body.page-us-federal-government .design-tools-wrap .col-md-3.column > div {
max-height: 385px;
}*/

body.page-us-state-local-government .design-tools-wrap .col-md-4.column .slim-panel-title,
body.page-us-federal-government .design-tools-wrap .col-md-3.column .slim-panel-title {
/*bottom: 60px;*/
position: relative;
}

body.page-us-state-local-government .design-tools-wrap .col-md-4.column .slim-panel-title h3,
body.page-us-federal-government .design-tools-wrap .col-md-3.column .slim-panel-title h3 {
    padding: 12px;
    background-color: rgba(0,0,0,.8);
    color: #fff;
    font-style: italic;
}

body.page-us-state-local-government .design-tools-wrap .col-md-4.column p,
body.page-us-federal-government .design-tools-wrap .col-md-3.column p {
padding: 15px 12px;
position: relative;
/*top: -60px;*/
}

body.page-us-state-local-government .design-tools-wrap .col-md-4.column p.gov-card-main-copy,
body.page-us-federal-government .design-tools-wrap .col-md-3.column p.gov-card-main-copy {
min-height: 105px;
}

@media only screen and (max-width: 1199px) {
body.page-us-federal-government .design-tools-wrap h3 {
    min-height: 66px;
}

body.page-us-federal-government .design-tools-wrap .col-md-3.column p.gov-card-main-copy {
    min-height: 120px;
}
}

@media only screen and (max-width: 991px) {
body.page-us-federal-government .design-tools-wrap h3 {
    min-height: 0px;
}

body.page-us-federal-government .design-tools-wrap .col-md-3.column > div {
	min-height: 440px;
max-height: none;
}
}

@media only screen and (max-width: 767px) {
body.page-us-federal-government .design-tools-wrap .col-md-3.column p.gov-card-main-copy {
    min-height: 0px;
}
}

#pl-nav div.dropdown-menu .tertiary-menu a, #pl-nav ul.dropdown-menu .tertiary-menu a {
    padding: 10px 20px 10px 45px !important;
}


.stretch {
    background-repeat: no-repeat;
    background-size: cover;
}

/* main subnav */
#pl-nav div.dropdown-menu .fatNav-wrap, #pl-nav ul.dropdown-menu .fatNav-wrap {
    min-height: 600px;
}

/*.register .lp-button.red {
width: 100%;
    text-align: center;
    font-weight: 700;
position: relative;
  display: inline-block;
  font-size: .9em;
  color: #ffffff;
  overflow: hidden;
  background: linear-gradient(to right, #383838, #383838 50%, #c10505 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position .1s ease;
  text-decoration: none;
  padding: 10px 13px;
  text-transform: uppercase;
}

.register .lp-button.red:hover {
background-position: 0 100%;
cursor: pointer;
}*/

/* Featured Case Study : Markets > Retail */
body.page-retail .content-marquee .content-marquee-image {
	background-position: top;
}

/* Planar Complete Page */
.complete-row .col-md-4.column div div {
margin: 0 auto;
text-align: center;
}

.complete-row .col-md-4.column h3 {
margin: 30px 0px 15px 0px;
}

.complete-row .col-md-4.column .left {
text-align: left;
float: none;
}


/* ================================

	Pro Services Page

================================ */
body.page-professional-services-support .manufacturing .col-md-6.column {
    text-align: center;
}

body.page-professional-services-support .manufacturing .col-md-6.column img {
    max-height: 202px;
    margin-bottom: 30px;
	margin-top: 60px;
}

body.page-professional-services-support .manufacturing .col-md-6.column p {
	padding: 0px 30px;
	margin-bottom: 60px;
}

body.page-professional-services-support .service-section {
	background-position: top center;
	background-size: cover;
}

body.page-professional-services-support .design-tools-wrap {
    display: flex;
    flex-direction: row;
    flex: auto;
    justify-content: start;
}

body.page-professional-services-support .design-tools-wrap {
margin-top: 30px;
}

body.page-professional-services-support .design-tool {
	margin-bottom: 30px;
	box-shadow: 1px 0 9px 0 rgba(0,0,0,.2);
	display: flex;
	flex-direction: column;
	flex: auto;
	flex-grow: inherit;
	min-height: 460px;
	background-color: #ffffff;
}


body.page-professional-services-support .design-tool img {
    border-left: 4px solid #c10505 !important;
    display: flex;
    flex-direction: column;
    flex: auto;
}


body.page-professional-services-support .design-tool {
	margin-top: 15px;
	margin-top: 15px;
	display: flex;
	flex-direction: column;
	flex-grow: inherit;
}

body.page-professional-services-support .design-tool h3 {
	padding: 0px 15px;
	margin-top: 15px;
}

body.page-professional-services-support .design-tool p {
    padding: 15px 15px 0px 15px;
}

/*body.page-professional-services-support .design-tool p.main-copy {
	min-height: 281px;
}*/

body.page-professional-services-support .tech-support .design-tool p.main-copy {
	min-height: 142px;
}

/* Red Buttons*/
/*body.page-professional-services-support .lp-callout.red {
    background-color: #c10505;
    color: #ffffff;
}

body.page-professional-services-support .lp-callout.red span {
    color: #ffffff;
}

body.page-professional-services-support .lp-callout.red:before {
    background-color: #383838;
}

body.page-professional-services-support .lp-callout:before {
    width: 0px;
}

body.page-professional-services-support .lp-callout:hover:before {
    width: 100%;
    -webkit-transform-origin: 0 100%;
}*/


body.page-professional-services-support .tech-support a,
body.page-professional-services-support .sales-suprort a {
	min-width: 250px;
}


@media screen and (max-width: 1199px) {
	body.page-professional-services-support .design-tool {
			min-height: 467px;
		}
}

@media screen and (max-width: 991px) {
	body.page-professional-services-support .design-tool {
		min-height: 545px;
	}

	body.page-professional-services-support .design-tool h3 {
	    min-height: 43px;
	}

	/*body.page-professional-services-support .design-tool p.main-copy {
	    min-height: 506px;
	}*/
}

@media screen and (max-width: 767px) {
	body.page-professional-services-support .design-tool {
		min-height: 0px;
	}

	body.page-professional-services-support .design-tool h3 {
	    min-height: 0px;
	}

	body.page-professional-services-support .design-tool p.main-copy {
	    min-height: 0px;
	}
}


/* ================================

	House Of Worship

================================ */
/* Red Buttons*/
/*body.page-house-of-worship .featured-product .lp-callout.red,
body.page-house-of-worship .brochure-section .lp-callout.red,
body.page-house-of-worship .side-panel .lp-callout.red,
body.page-planar-directlight-ultra .brochure-section .lp-callout.red {
    background-color: #c10505;
    color: #ffffff;
}

body.page-house-of-worship .featured-product .lp-callout.red span,
body.page-house-of-worship .brochure-section  .lp-callout.red span,
body.page-house-of-worship .side-panel .lp-callout.red span,
body.page-planar-directlight-ultra .brochure-section .lp-callout.red span {
    color: #ffffff;
}

body.page-house-of-worship .featured-product .lp-callout.red:before,
body.page-house-of-worship .brochure-section .lp-callout.red:before,
body.page-house-of-worship .side-panel .lp-callout.red:before,
body.page-planar-directlight-ultra .brochure-section .lp-callout.red:before {
    background-color: #383838;
}

body.page-house-of-worship .featured-product .lp-callout:before,
body.page-house-of-worship .brochure-section .lp-callout:before,
body.page-house-of-worship .side-panel .lp-callout:before,
body.page-planar-directlight-ultra .brochure-section .lp-callout:before {
    width: 0px;
}

body.page-house-of-worship .featured-product .lp-callout:hover:before,
body.page-house-of-worship .brochure-section .lp-callout:hover:before,
body.page-house-of-worship .side-panel .lp-callout:hover:before,
body.page-planar-directlight-ultra .brochure-section .lp-callout:hover:before {
    width: 100%;
    -webkit-transform-origin: 0 100%;
}*/

body.page-house-of-worship .split-header a {
	position: relative;
	display: inline-block;
	font-size: .9em;
	font-weight: 700;
	color: #ffffff;
	overflow: hidden;
	background: linear-gradient(to right, #383838, #383838 50%, #c10505 50%);
	background-size: 200% 100%;
	background-position: 100%;
	transition: background-position .1s ease;
	text-decoration: none;
	padding: 10px 13px;
	text-transform: uppercase;
	width: 100%;
	min-width: 200px;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,.2);
	letter-spacing: .02em;
	text-align: center;
}

body.page-house-of-worship .split-header a:hover {
	background-position: 0 100%;
}


body.page-house-of-worship .padding-listings .dark-section {
	padding-bottom: 30px;
}

body.page-house-of-worship .featured-product .container {
	padding: 80px 0px 50px;
	height: 100%;
}


body.page-house-of-worship .red-accent h1 {
    border-left: 5px solid #c10505;
    padding-left: 6px;
    font-size: 2.9em;
}

body.page-house-of-worship .header-image {
	margin-top: 30px;
}

body.page-house-of-worship .half-half {
	text-align: left;
}


body.page-house-of-worship .dark-section.brochure-section h2,
body.page-planar-directlight-ultra .brochure-section h2 {
	text-align: right;
	margin: 0px;
}

body.page-house-of-worship .dark-section.brochure-section p,
body.page-planar-directlight-ultra .brochure-section p {
	margin: 0px;
}

body.page-house-of-worship .dark-section.brochure-section p a,
body.page-planar-directlight-ultra .brochure-section p a {
	margin-left: 110px;
}

@media screen and (max-width: 991px) {
	body.page-house-of-worship .fifty-fifty-image img {
		margin: 0 auto;
		display: block;
	}

	body.page-house-of-worship .half-half {
		text-align: center;
		padding-right: 15px;
		padding-left: 15px;
	}

	body.page-house-of-worship .dark-section.brochure-section h2,
body.page-planar-directlight-ultra .brochure-section h2 {
		text-align: center;
		margin-bottom: 30px;
	}

	body.page-house-of-worship .dark-section.brochure-section p,
body.page-planar-directlight-ultra .brochure-section p {
		text-align: center;
	}

	body.page-house-of-worship .dark-section.brochure-section p a,
body.page-planar-directlight-ultra .brochure-section p a {
		margin-left: 0px;
	}
}


/* ================================

	Showrooms

================================ */
.showrooms-contained {

}

.showrooms-contained .container {
box-shadow: -1px 10px 11px 0 rgb(0 0 0 / 20%);
background-color: #ffffff;
padding-left: 30px;
padding-right: 30px;
}

@media screen and (max-width: 991px) {
.showrooms-contained h1 {
font-size: 1.9em;
}

.showrooms-contained .container .col-sm-6 {
min-height: 394px;
}

.last-row-us .col-sm-6:nth-child(3),
.last-row-us .col-sm-6:nth-child(4),
.last-row-eu .col-sm-6:nth-child(3),
.last-row-eu .col-sm-6:nth-child(4),
.last-row-lat .col-sm-6:nth-child(3),
.last-row-lat .col-sm-6:nth-child(4),
.last-row-as .col-sm-6:nth-child(3),
.last-row-as .col-sm-6:nth-child(4) {
display: none !important;
}
}

@media screen and (max-width: 767px) {
.last-row-lat .col-sm-6:nth-child(2) {
display: none !important;
}
}


/* ================================

	Workspace/Workplaces

================================ */
body.page-workspace .header-marquee.one-image, body.page-workplaces .header-marquee.one-image,
body.page-workspace .content-panel.pl-page, body.page-workplaces .content-panel.pl-page {
	display: none;
}

body.page-workspace .markets-new-header img, body.page-workplaces .markets-new-header img {
	border-radius: 10px;
}


/* ================================

	DirectLight Ultra

================================ */
body.page-planar-directlight-ultra, body.page-planar-directlight-ultra-complete {
	background-color: #ffffff;
}

body.page-planar-directlight-ultra #product-tabs .tab-content .tab-pane .tab-item .product-tile,
body.page-planar-directlight-ultra-complete #product-tabs .tab-content .tab-pane .tab-item .product-tile,
body.page-planar-directlight-ultra .content-panel,
body.page-planar-directlight-ultra-complete .content-panel {
	box-shadow: none;
}

body.page-planar-directlight-ultra .ultra-section img,
body.page-planar-directlight-ultra-complete .ultra-section img {
border-radius: 10px;
/*box-shadow: 1px 0 9px 0 rgb(0 0 0 / 60%);*/
}

.ultra-case-studies {
    background-color: #f2f4f7;
}

@media screen and (max-width: 767px) {
body.page-planar-directlight-ultra .ultra-section img,
body.page-planar-directlight-ultra-complete .ultra-section img {
margin-bottom: 15px;
}
}


/* ================================

	Vertically Aligned

================================ */
.vertically-aligned-section img {
	border-radius: 10px;
    /*box-shadow: 1px 0 9px 0 rgb(0 0 0 / 60%);*/
}

.vertically-aligned-section .row.clearfix  {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex: 1 auto;
}

.vertically-aligned-section .row.clearfix .col-md-6.column {
    display: flex;
    flex-direction: column;
    justify-content: center;
width: 50%;
}

.vertically-aligned-section .row.clearfix .col-md-3.column {
    display: flex;
    flex-direction: column;
    justify-content: center;
width: 25%;
}

.vertically-aligned-section .row.clearfix .col-md-9.column {
    display: flex;
    flex-direction: column;
    justify-content: center;
width: 75%;
}

@media screen and (max-width: 991px) {
.vertically-aligned-section .row.clearfix .col-md-6.column {
width: 100%;
}
.vertically-aligned-section .row.clearfix {
 flex-direction: column;
}

.vertically-aligned-section.right-image .row.clearfix {
 flex-direction: row;
flex-flow: column-reverse;
}

.vertically-aligned-section img, .vertically-aligned-section .video {
margin-bottom: 20px;
}
}

/* ================================

	Large Tables (accessories-table)

================================ */
.accessories-table table td, 
.accessories-table table th {
padding: 15px;
}

@media screen and (max-width: 798px) {
.accessories-table table {
height: inherit !important;
}

.accessories-table table td, 
.accessories-table table th {
height: inherit !important;
}
}


/* ================================

  Custom Display Applications With Hover State

================================ */
.display-application {
  padding: 0px;
  background-color: #000000;
}

.header-copy {
  color: #ffffff;
  text-align: center;
}
.header-copy h2 {
  font-size: 40px;
}

.header-copy p {
  font-size: 18px;
  margin-bottom: 40px
}

.display-app-wrap-flex {
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.display-app-wrap {
  position: relative;
  overflow: hidden;
  background-color: #blue;
  border-radius: 10px;
  margin-bottom: 30px;
max-height: 196px;
}

.display-app-wrap .row:last-of-type {
  margin-bottom: 0px;
}

.display-app-wrap .overlaybox img.bkg-image {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.display-app-wrap .overlay {
  background-color: #000000;
  opacity: .75;
  position: absolute;
  bottom: -151px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out !important;
  z-index: 2;
  display: block;
}

.display-app-wrap:hover .overlay {
  opacity: .75;
  bottom: 0px;
  transition: all 0.3s ease-out !important;
}

.display-app-wrap .overlaybox h3 {
  color: #ffffff;
  position: absolute;
  text-align: center;
  z-index: 20;
  bottom: 2px;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 0px 15px;
  transition: all 0.3s ease-out !important;
}



.display-app-wrap .overlay-text {
  position: absolute;
  text-align: center;
  z-index: 20;
  bottom: -50px;
  left: 0;
  right: 0;
/*   transform: translateY(-50%); */
  transition: all 0.3s ease-out !important;
}

.overlay-text a {
color: #ffffff;
  background-color: rgb(193, 5,5);
  width: 100%;
  max-width: 200px;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  padding: 10px;
  border-radius: 20px;
  transition: all 0.3s ease-out !important
}

.overlay-text a:hover {
  text-decoration: none;
  background-color: rgb(168, 4,4);
}


.display-app-wrap:hover .overlay-text {
  bottom: 20%;
  transition: all 0.3s ease-out !important;
}

.display-app-wrap:hover .overlaybox h3 {
  bottom: 50%;
  transition: all 0.3s ease-out !important;
}

/* .display-app-wrap:hover overlay {
  opacity: 0.7;
  transition: all 0.3s ease-out !important;
} */

@media screen and (max-width: 1199px) {
  .display-app-wrap {
    max-height: 162px;
  }

  .display-app-wrap .overlay {
    bottom: -70%;
  }
}

@media screen and (max-width: 991px) {
  .display-app-wrap {
    max-height: 191px;
  }
  

  .display-app-wrap .overlaybox h3 {
    bottom: 3%;
  }
}

@media screen and (max-width: 741px) {
  .display-app-wrap-flex .col-xs-6 {
    width: 100%;
  }
  .display-app-wrap {
    max-height: 309px;
  }

  .display-app-wrap .overlaybox h3 {
    bottom: 7%;
  }
}


/* ===================

Display Applications 

=================== */
.old-details-display-applications h2.section-title {
text-align: center;
}

.old-details-display-applications .content-panel.slim {
	height: auto;
	margin: 0 0 0px;
border-radius: 10px;
overflow: hidden;
}

.old-details-display-applications .content-panel.slim .slim-panel-image h3.slim-panel-title {
    text-align: center;
}

.old-details-display-applications .content-panel.slim .slim-panel-content {
	display: none;
}

.old-details-display-applications .slim-panel-recs {
	display: none;
}


/* ========================

Market - Virtual Production (VR) 

======================== */
body.page-virtual-production {
	background-color: #ffffff;
}

body.page-virtual-production #product-tabs .tab-content .tab-pane .tab-item .product-tile,
body.page-virtual-production .content-panel {
	box-shadow: none;
}

.vp-partners h2.section-title, .vp-partners p {
color: #ffffff;
}

.vp-partners p a {
color: #ffffff;
text-decoration: underline;
}

.vp-partners p a:hover {
color: #c5161c;
}

.vp-partners img {
	text-align:  center;
	margin:  0 auto;
	display:  block;
}

body.page-virtual-production .old-details-display-applications .grey-section,
body.page-virtual-production-video .old-details-display-applications .grey-section {
	background-color: #000000;
}

body.page-virtual-production .old-details-display-applications .grey-section h2.section-title,
body.page-virtual-production-video .old-details-display-applications .grey-section h2.section-title{
	color: #ffffff;
}

body.page-virtual-production .pl-page-inner-content .row,
body.page-virtual-production-video .pl-page-inner-content .row {
display: none;
}


body.page-virtual-production .teams-section,
body.page-virtual-production-video {

}

body.page-virtual-production .teams-section h2,
body.page-virtual-production-video .teams-section h2 {
	text-align: center;
}

body.page-virtual-production .teams-section p,
body.page-virtual-production-video .teams-section p {
	text-align: center;
	margin: 0 auto 30px auto;
}

body.page-virtual-production .teams-section .team-card-wrap,
body.page-virtual-production-video .teams-section .team-card-wrap {
	
}

body.page-virtual-production .teams-section .team-card,
body.page-virtual-production-video .teams-section .team-card {
	position: relative;
	border-radius: 10px;
	overflow:  hidden;
}

body.page-virtual-production .teams-section .team-card img,
body.page-virtual-production-video .teams-section .team-card img {
	width:  100%;
	height: auto;
	display: block;
}

body.page-virtual-production .teams-section .team-card h3,
body.page-virtual-production-video .teams-section .team-card h3 {
	position:  absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
	background-color:  rgba(0, 0, 0, .75);
	display: block;
	width: 100%;
	text-align: center;
	padding: 12px;
}

body.page-virtual-production .pl-feature.full-video-feature {
height: 100vh;
margin-top: 88px;
}

/*body.page-virtual-production a.lp-button.red:hover,
body.page-virtual-production-video a.lp-button.red:hover {
	background-color:  #a80404;
	transition: background-color 0.3s ease-out !important;
}*/

.vp-form-wrap {
	height: 650px;
	overflow: hidden;
}

@media screen and (max-width: 991px) {
	.vp-form-wrap {
		height: 100%;
	}
}



@media screen and (max-width: 767px) {
	body.page-virtual-production .content-panel.slim,
	body.page-virtual-production-video .content-panel.slim {
	    padding-bottom: 0px;
	}

	body.page-virtual-production .col-sm-4.slim-panel-col,
	body.page-virtual-production-video .col-sm-4.slim-panel-col {
	    width: 50%;
	}
}

@media screen and (max-width: 568px) {
	body.page-virtual-production .col-sm-4.slim-panel-col,
	body.page-virtual-production-video .col-sm-4.slim-panel-col {
	    width: 100%;
	}
}


/* ========================

Market - Virtual Production (VR)
*** Product Banner *** 

======================== */
.product-banner {
	background-image: url(/media/440080/product-background-v2_1903x679.jpg);
}

.product-banner h2, .product-banner p {
	color:  #ffffff;
}

.product-banner h2 {
	font-size: 2.3em;
}

.product-banner p {
	font-size: 1.2em;
}

/*.product-banner p a, .vp-partners p a {
	color: #ffffff;
	text-decoration:  underline;
	transition: color 0.3s ease-out !important;
}

.product-banner p a:hover, .vp-partners p a:hover {
	color: #c10505;
	transition: color 0.3s ease-out !important;
}

.product-banner p a.lp-button {
	text-decoration: none !important;
	color: #ffffff;
}

.product-banner p a.lp-button:hover {
	color: #ffffff;
}*/

/* ================================

   CLI VX

================================ */
body.page-vx {
   background-color: #ffffff;
}

/*body.page-vx #product-tabs .tab-content .tab-pane .tab-item .product-tile,*/
body.page-vx .content-panel {
   box-shadow: none;
}


/* ========================

Full Screen Video Element Height

======================== */
/*.pl-feature.full-video-feature {
height: 100vh !important;
}*/


/* ========================

Case Study Button (Temporary until contact button is in main nav)

======================== */
#planar-case-studies .body-container .case-study-details-row .case-study-details-block-group .case-study-details-block .case-study-details-column .case-study-details-button-3 a, #planar-case-studies .body-container .case-study-details-row .case-study-details-block-group .case-study-details-block .case-study-details-column .case-study-details-button-3 a:visited {
    padding: 0 30px;
    color: #fff!important;
    display: block;
    font-size: 20px;
    font-weight: 700;
    background-color: #901215;
    border-radius: 0px;
}


a.lp-button, a.lp-callout, a.pl-pill, a.pl-small-pill, button.pl-pill, input.pl-pill {
text-transform: capitalize;
}


#product-tabs #related .row {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-grow: inherit;
}

#product-tabs #related .row .col-sm-6 {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-grow: inherit;
}


#product-tabs .tab-content #related .tab-item .product-tile {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-grow: inherit;
    flex: 1 auto;
    height: auto;
}

#product-tabs #related .product-tile .product-tile-info {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}


@media screen and (max-width: 991px)  {

#product-tabs .tab-content #related .tab-item .product-tile {
    flex-direction: column;
}

#related .product-tile .product-tile-left, .product-tile .product-tile-info {
	width: 100% !important;
}

}

@media screen and (max-width: 767px)  {

#product-tabs .tab-content #related .tab-item .product-tile {
    flex-direction: row;
}

#product-tabs #related .row {
	display: block;
}

#product-tabs #related .row .col-sm-6 {
	display: block;
}

}

@media screen and (max-width: 540px)  {

#product-tabs .tab-content #related .tab-item .product-tile {
    flex-direction: column;
}

}

/* ========================

Workspaces  (Sub-Pages)

======================== */
/*collaboration-and-visualization*/
.page-collaboration-and-visualization .header-marquee, .page-collaboration-and-visualization .content-panel {
display: none;
}

@media screen and (max-width: 923px)  {
body.page-multi-use-spaces .pl-feature.bleed-feature {
    padding-top: 65%;
}
}

@media screen and (max-width: 768px)  {
body.page-multi-use-spaces .pl-feature.bleed-feature {
    padding-top: 0;
}
}


/* ========================

First Section 
(Allowing space for the fixed header)

======================== */
.first-section {
margin-top: 88px;
}

/* ========================

CLXV section on the Homepage
(Temporary)

======================== */
.CLVX .pl-feature-slide-content {
text-align: left;
    float: right;
}

/* ========================

MicroLED
(Temporary)

======================== */
.rainbow-bar {
position: relative;
}

.rainbow-bar::before {
content: " ";
background-image: linear-gradient(140deg, #46a846, #efcc28, #e02c32, #df254d, #dd1977, #842782, #1672b2);
height: 16px;
width: 100%;
position: absolute;
top: 0;
}

.rainbow-bar::after {
content: " ";
background-image: linear-gradient(140deg, #46a846, #efcc28, #e02c32, #df254d, #dd1977, #842782, #1672b2);
/*background-image: linear-gradient(140deg, red, orange, yellow, green, blue, purple);*/
height: 16px;
width: 100%;
position: absolute;
bottom: 0;
}

.rainbow-bar .container {
width: 100% !important;
padding-left: 5%;
padding-right: 5%;
}


/* ========================

    Residential Market

======================== */
body.page-luxury-living {
    background-color: #232630;
}

body.page-luxury-living .category-marquee-content-area {
    background-image: linear-gradient(90deg, #a57136, #fcea87, #a57136);
    border-top: 5px solid #232630;
    border-bottom: 5px solid #232630;
}

body.page-luxury-living .header-marquee .category-marquee-area .category-marquee-content-area .category-marquee-title {
    background-color: rgba(36,162,243,0);
}

body.page-luxury-living .select-wrapper.pl-select, label.pl-select,
body.page-luxury-living h2.red-accent {
    border-left: 5px solid #D9B966;
}

body.page-luxury-living .header-marquee .category-marquee-area .category-marquee-content-area .category-marquee-title h1 {
    color: #232630;
}

body.page-luxury-living .content-panel {
    background-color: #232630;
    color: #ffffff;
    padding-top: 0px;
}

body.page-luxury-living .side-panel {
box-shadow: none;
}

body.page-luxury-living .side-color-strip {
border-left: 0px solid #c10505;
padding: 0px;
}

body.page-luxury-living .content-panel table td {
    color: #000000;
}

body.page-luxury-living .content-panel table th {
    background-color: #424249;
}

body.page-luxury-living #product-tabs .tab-content #specsContainer a.lp-button {
    background-image: linear-gradient(90deg, #a57136, #fcea87, #a57136);
    color: #424249;
    transition: background-image 0.3s ease-out !important;
}

body.page-luxury-living #product-tabs .tab-content #specsContainer a.lp-button:hover {
    background-image: linear-gradient(90deg, #a57136, #a57136, #a57136);
    transition: background-image 0.3s ease-out !important;
}

body.page-luxury-living .select-wrapper.pl-select:before, label.pl-select:before {
    color: #000000;
}

body.page-luxury-living #product-tabs .tab-content .tab-pane .tab-item .product-tile, .content-panel {
    box-shadow: none;
}

body.page-luxury-living #product-tabs .nav-tabs>li>a {
    background-color: #424249;
    border-top: 4px solid #424249;
    border-right: 0px solid #fcea87;
}

body.page-luxury-living #product-tabs .nav-tabs>li.active>a, body.page-luxury-living #product-tabs .nav-tabs>li:hover>a {
    background-color: #232630;
    color: #ffffff;
    border-top: 4px solid #D9B966;
}

body.page-luxury-living #product-tabs .nav-tabs>li:last-child>a {
    border-right: 0;
}

.gold-bar {
    background-image: linear-gradient(90deg, #a57136, #fcea87, #a57136);
    border-top: 5px solid #232630;
    border-bottom: 5px solid #232630;
    padding: 20px 30px;
}

/*@media screen and (min-width: 1200px) {
    .gold-bar .container {
        width: 100% !important;
        max-width: 1880px;
    }
}

@media screen and (min-width: 970px) {
    .gold-bar .container {
        width: 100% !important;
        max-width: 1880px;
    }
}*/

.gold-bar img {
    float: left;
    max-width: 242px;
    border: 5px solid #232630;
    margin: 0px 20px 10px 0px;
}

.gold-bar h2 {
    font-size: 1.5em;
    font-weight: 600;
    color: #232630;
    margin-bottom: 2px;
}

.right-column-text {
    margin-top: 42px;
}

.resi-table .product-model-table-section {
    background-color: #424249; 
}

.resi-table {
    position: relative;
}

.resi-table .dark-section {
    background-image: none;
    padding-top: 0px;
}

.resi-table h2 {
    display: none;
    visibility: hidden;
}

.resi-table table.product-model-table {
    margin: 0px;
}

.resi-table table.product-model-table td,
.resi-table table.product-model-table tbody tr:nth-child(2n) td {
    background: transparent;
    color: #ffffff;
    border: none;
    border-top: 1px solid #ffffff;
}

.resi-table table.product-model-table tbody tr th:nth-of-type(1),
.resi-table table.product-model-table tbody tr td:nth-of-type(1)  {
    color: #000000;
    background-image: linear-gradient(90deg, #a57136, #fcea87, #a57136);
    font-weight: bold;
    width: 30%;
}

.resi-table table.product-model-table tbody tr th:nth-of-type(3),
.resi-table table.product-model-table tbody tr td:nth-of-type(3)  {
    width: 15%;
}

.resi-table table.product-model-table tbody tr td:nth-of-type(1) {
    border-top: 1px solid #000000;
}

.resi-table table.product-model-table tbody tr td:last-of-type {
    padding-bottom: 40px;
}

.resi-table table.product-model-table th {
    border: none;
    text-transform: none;
}

.resi-table table.product-model-table th:first-of-type {
    color: #000000;
    text-transform: uppercase;
    background-image: linear-gradient(90deg, #a57136, #fcea87, #a57136);
    width: 30%;
}

.resi-table table.product-model-table th:nth-of-type(3) {
    width: 15%;
}

.resi-table .dark-section.product-model-table-section:nth-child(2) {
    box-shadow: none;
    background-color: #232630;
}

.resi-table .dark-section.product-model-table-section:nth-child(3) {
    box-shadow: none;
}

.resi-table .dark-section.product-model-table-section:nth-child(1) th {
padding-top: 80px;
}

.resi-table .dark-section.product-model-table-section:nth-child(2) th,
.resi-table .dark-section.product-model-table-section:nth-child(3) th {
    padding-top: 40px;
}

.resi-product {
    padding: 60px;
    height: 90vh;
}

@media screen and (min-width: 1200px) {
    .resi-product .container {
        width: 100% !important;
        max-width: 1880px;
    }
}

@media screen and (min-width: 970px) {
    .resi-product .container {
        width: 100% !important;
        max-width: 1880px;
    }
}

.resi-product .mobile-image {
    display:  none;
    visibility: hidden;
}

.vertically-aligned-section.resi-product img {
    border-radius: 0px;
}

.resi-product .grey-card {
    background-color: rgba(35, 38, 48, 0.9);
    color: #ffffff;
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.4);
    padding: 10px;
}

.resi-product .grey-card a {
    color: #D9B966;
}

.resi-product .grey-card a:hover {
    color: #a57136;
}

.resi-product .grey-card .grey-card-content {
    border: 1px solid #ffffff;
}

.resi-product .grey-card .grey-card-content .grey-card-header,
.resi-product .grey-card .grey-card-content .grey-card-body {
    padding: 10px;
}

.resi-product .grey-card .grey-card-content .grey-card-body {
    padding-bottom: 0px;
}

.resi-product .grey-card .grey-card-content .grey-card-body .col-xs-4 {
padding-right: 0px;
}

.resi-product .grey-card .grey-card-content .grey-card-body .col-xs-8 {
padding-left: 0px;
}

.resi-product .grey-card .grey-card-content .grey-card-body .col-xs-4 img {
    max-width: 100px;
float: right;
}

@media screen and (max-width: 589px) {
.resi-product .grey-card .grey-card-content .grey-card-body .col-xs-4,
.resi-product .grey-card .grey-card-content .grey-card-body .col-xs-8 {
width: 100%;
}

.resi-product .grey-card .grey-card-content .grey-card-body .col-xs-4 {
padding-left: 0px;
}

.resi-product .grey-card .grey-card-content .grey-card-body .col-xs-8 {
padding-right: 0px;
}

   .resi-product .grey-card .grey-card-content .grey-card-body .col-xs-4 img {
float: left;
margin-top: 30px;
}
}

.resi-product .grey-card .grey-card-content .grey-card-body .row {
clear: both;
}

.resi-product .grey-card .grey-card-content .grey-card-header {
    border-bottom: 1px solid #ffffff;
}

.resi-product .grey-card .grey-card-content .grey-card-header h2,
.resi-diagram .model-table table th h2 {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 1.7em
}

.resi-product .grey-card .grey-card-content .grey-card-header .sub-head {
    font-size: 1.3em;
    font-weight: 300;
}

.resi-icon-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 30px auto 0px;
    max-width: 570px;
    padding-left: 15px;
    padding-right:  15px;
}

.resi-icon-wrap .icons {
    display: flex;
    flex-direction: column;
    flex: 1 auto;
    flex-grow: grow;
    margin-bottom: 15px;
    padding-left: 5px;
    padding-right:  5px;
}

.resi-icon-wrap .icons img {
    border-radius:  5px;
}

.resi-product.planar-luxe {
    background-position-y: -180px;   
    background-size: inherit;
    background-repeat: no-repeat;
}

.resi-product.planar-luxe-micro {
    background-position-x: 90%;
    background-size: cover;
    background-repeat: no-repeat;
}

.resi-product.luxe-ultrares {
background-size: cover;
background-position-x: 90%;
background-repeat: no-repeat;
}

.resi-diagram img {
    /*max-width: 360px;*/
    border-radius: none;
    width: 100%;
    height: auto;
}

.vertically-aligned-section.resi-diagram .row.clearfix .col-md-6.column {
    text-align: center;
}

.resi-diagram .model-table table {
    margin: 0px;
    text-align: center;
    border-top: 5px solid #232630;
    border-bottom: 5px solid #232630;
    width: 100%;
    color: #ffffff;
}

.resi-diagram .model-table table td {
    background-color: transparent;
    border-top: 1px solid #ffffff !important;
    border-bottom: 0px solid #232630;
    font-size: 1.2em;
}

.resi-diagram .model-table table th {
    font-weight: 400;
    text-align: center;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 1.7em;
    color: #232630;
    background-image: linear-gradient(90deg, #a57136, #fcea87, #a57136);
}

.resi-offerings {
    color: #ffffff;
}

.vertically-aligned-section.resi-offerings .row.clearfix .col-md-3.column {
    text-align: center;
}

.resi-offerings h2 {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.7em;
}

.resi-offerings img {
    max-width: 155px;
    border-radius: none;
}

.resi-offerings a {
    color: #D9B966;
}

.resi-offerings a:hover {
    color: #a57136;
}

@media screen and (max-width: 991px) {
    .resi-product .mobile-image {
        display:  block;
        visibility: visible;
    }

    body.page-luxury-living .resi-product {
        padding:  0px;
        height: inherit;
        background-image: none !important;
    }

    .resi-product .container {
        padding:  0px;
        width: 100%;
    }

    .resi-product .grey-card {
        box-shadow:  none;
    }

    .vertically-aligned-section.resi-offerings .row.clearfix {
        flex-direction:  row;
    }
}

body.page-luxury-living #product-tabs nav.mobile-product-nav {
    border-top: 4px solid #D9B966;
    border-bottom: 4px solid #D9B966;
}

body.page-luxury-living #product-tabs nav.mobile-product-nav span.mobile-product-nav-current,
body.page-luxury-living #product-tabs nav.mobile-product-nav button.mobile-product-nav-more {
    color:  #ffffff;
}

@media screen and (max-width: 651px) {
    .vertically-aligned-section.resi-offerings .row.clearfix {
        flex-direction:  column;
        text-align:  center;
    }

    .vertically-aligned-section.resi-offerings .row.clearfix .col-md-3.column,
    .vertically-aligned-section.resi-offerings .row.clearfix .col-md-9.column {
        width:  100%;
    }
}

/* START: Brochure Section */
body.page-luxury-living .brochure-section {
    color: #fff;
    border-top: 2px solid #D9B966;
    border-bottom: 2px solid #D9B966;
    padding: 30px 0px;
}

body.page-luxury-living .brochure-section p {
margin-bottom: 0px;
}

body.page-luxury-living .brochure-section p a {
    margin-left: 110px;
background-image: linear-gradient(
90deg
, #a57136, #fcea87, #a57136);
    color: #424249;
    transition: background-image 0.3s ease-out !important;
}

body.page-luxury-living .brochure-section p a:hover {
    background-image: linear-gradient(
90deg
, #a57136, #a57136, #a57136);
    transition: background-image 0.3s ease-out !important;
}

body.page-luxury-living .brochure-section h2 {
    text-align: right;
    margin: 0px;
}

@media screen and (max-width: 991px) {

body.page-luxury-living .brochure-section h2 {       
text-align: center;
    margin-bottom: 30px;
}

body.page-luxury-living .brochure-section p a {
margin: 0 auto !important;
}

body.page-luxury-living .brochure-section p {
text-align: center;
}
}

/* END: Brochure Section */

/* ===============================================
Planar Lifestyles Live Event
=============================================== */

body.page-lifestyles-rave-event .header-marquee,
body.page-lifestyles-rave-event .content-panel.pl-page,
body.page-planar-lifestyles-live-event .header-marquee,
body.page-planar-lifestyles-live-event .content-panel.pl-page {
display: none;
visibility: hidden;
}

body.page-lifestyles-rave-event .resi-product,
body.page-planar-lifestyles-live-event .resi-product {
height: 100vh;
}

body.page-lifestyles-rave-event .grid-section ul ul,
body.page-planar-lifestyles-live-event .grid-section ul ul {
list-style-type: circle !important;
}

body.page-lifestyles-rave-event .resi-product .grey-card,
body.page-planar-lifestyles-live-event .resi-product .grey-card {
width: 100%;
    max-width: 768px;
    margin: 0 auto;
}

body.page-lifestyles-rave-event .resi-product .grey-card h1,
body.page-planar-lifestyles-live-event .resi-product .grey-card h1 {
text-align: center;
    margin-bottom: 30px;
color: #D9B966;
margin-top: 30px;
}

body.page-lifestyles-rave-event .resi-product .grey-card h1 span,
body.page-planar-lifestyles-live-event .resi-product .grey-card h1 span {
clear:both;
display: block;
}

body.page-lifestyles-rave-event .resi-product .grey-card h3,
body.page-planar-lifestyles-live-event .resi-product .grey-card h3 {
color: #D9B966;
}

body.page-lifestyles-rave-event .vertically-aligned-section .row.clearfix .col-md-12.column,
body.page-planar-lifestyles-live-event .vertically-aligned-section .row.clearfix .col-md-12.column {
    display: flex;
    flex-direction: column;
    justify-content: center;
virtically-align: middle;
width: 100%;
height: 100vh
}

body.page-lifestyles-rave-event .btn-wrap,
body.page-planar-lifestyles-live-event .btn-wrap {
text-align: center;
margin: 30px auto;
}

body.page-lifestyles-rave-event .resi-product .grey-card a.lp-button,
body.page-planar-lifestyles-live-event .resi-product .grey-card a.lp-button {
    background-image: linear-gradient(
90deg
, #a57136, #fcea87, #a57136);
    color: #424249;
    transition: background-image 0.3s ease-out !important;
}

body.page-lifestyles-rave-event .resi-product .grey-card a.lp-button:hover,
body.page-planar-lifestyles-live-event .resi-product .grey-card a.lp-button:hover {
        background-image: linear-gradient(
90deg
, #a57136, #a57136, #a57136);
    transition: background-image 0.3s ease-out !important;
}

body.page-lifestyles-rave-event .ui-dialog,
body.page-planar-lifestyles-live-event .ui-dialog {
background-color: transparent;
}

body.page-lifestyles-rave-event .ui-dialog button.ui-dialog-titlebar-close,
body.page-planar-lifestyles-live-event .ui-dialog button.ui-dialog-titlebar-close {
    right: -52px !important;
    top: -10px !important;
}

body.page-lifestyles-rave-event .ui-dialog button.ui-dialog-titlebar-close:after,
body.page-planar-lifestyles-live-event .ui-dialog button.ui-dialog-titlebar-close:after {
    content: "\f00d";
    color: #ffffff;
}


/* ===============================================
Contact Us Thank You Page
=============================================== */
body.page-thank-you .header-marquee,
body.page-thank-you .content-panel.pl-page {
display: none;
visibility: hidden;
}

body.page-thank-you .thank-you {
padding: 15% 15px 17%;
background-position: top center;
}

body.page-thank-you .resi-product .grey-card {
width: 100%;
    max-width: 768px;
    margin: 0 auto;
}

body.page-thank-you .resi-product .grey-card .grey-card-content .grey-card-header {
border-bottom: 0px;
}

body.page-thank-you .resi-product .grey-card h1 {
text-align: center;
color: #FFFFFF;
margin-top: 30px;
}

@media screen and (max-width: 991px) {
body.page-thank-you .resi-product {
    background-image: url(/media/440677/edmonton-public-library_3000x1450.jpg) !important;
}
}

.luxury-title {
color: #ffffff;
}


/* ===============================================
Case Studies Page
=============================================== */
#planar-case-studies .body-container .case-study-details-row .case-study-details-block-group .case-study-details-block .case-study-details-column .case-study-details-column-top .case-study-details-featured-product img {
width: 100% !important;
max-width: 129px;
height: auto !important;
}

/* ===============================================
Training Page Revamp
=============================================== */
body.TrainingCoursesLanding .pl-feature.training-hero,
body.TrainingCourseDetailsLanding .pl-feature.training-hero {
	/*height: 75vh;*/
	background-size: cover;
	background-repeat:  no-repeat;
}

body.TrainingCoursesLanding .pl-feature.training-hero:after,
body.TrainingCourseDetailsLanding .pl-feature.training-hero:after {
    content: " ";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
}

body.TrainingCoursesLanding .pl-feature.training-hero h2,
body.TrainingCourseDetailsLanding .pl-feature.training-hero h2 {
	color: #fff;
	text-align: center;
	max-width: 70%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

body.TrainingCoursesLanding .request,
body.TrainingCourseDetailsLanding .request {
	background-size: cover;
	background-repeat:  no-repeat;
	position: relative;
padding: 15% 0px;
background-image: url("/media/440724/contact-trainer-background_3000x1201.jpg");
}

body.TrainingCoursesLanding .request:after,
body.TrainingCourseDetailsLanding .request:after {
	content: " ";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 0;
}

body.TrainingCoursesLanding .request h2,
body.TrainingCoursesLanding .request p,
body.TrainingCourseDetailsLanding .request h2, 
body.TrainingCourseDetailsLanding .request p {
	text-align:  center;
	color: #ffffff;
	position:  relative;
	z-index:  1;
}

body.TrainingCoursesLanding .request .button-wrap,
body.TrainingCourseDetailsLanding .request .button-wrap {
	text-align: center; 
	margin: 0 auto;
	position:  relative;
	z-index:  1;
}

body.TrainingCoursesLanding .ui-dialog,
body.TrainingCourseDetailsLanding .ui-dialog {
    top: -2530px;
    left: 602px;
    display: block;
}

body.TrainingCoursesLanding .logo-container {
height: 0px;
}

body.TrainingCoursesLanding .logo-container .col-md-12.column {
height: 170px;
}

@media screen and (max-width: 991px) {
body.TrainingCoursesLanding .logo-container {
height: 100px;
}
}

@media screen and (max-width: 390px) {
body.TrainingCoursesLanding .logo-container {
height: 0px;
}
body.TrainingCoursesLanding .logo-container .logo-wrap img {
max-width: 290px;
}

body.TrainingCoursesLanding .course-list.grey-section {
padding: 90px 0;
}
}

body.TrainingCoursesLanding .logo-container .logo-wrap {
text-align: center;
    position: relative;
    display: flex;
    flex-direction: row;
    flex: 1 auto;
    justify-content: center;
    z-index: 2;
    top: -154px;
}


/* ===============================================
MicroPalooza Tour 2021
=============================================== */
body.page-micropalooza-tour .vertically-aligned-section .row.clearfix .col-md-12.column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    virtically-align: middle;
    width: 100%;
    height: 100%;
}

body.page-micropalooza-tour .resi-product {
    height: 100%;
    margin-top: 88px;
}

body.page-micropalooza-tour .gradient-border-wrap {
    border-radius: 10px;
    overflow:  hidden;
    max-width: 1024px;
    margin: 0 auto;
    box-shadow: 5px 5px 5px 1px rgb(0 0 0 / 40%);
}

body.page-micropalooza-tour .gradient-border {
    background-image: linear-gradient(140deg, #46a846, #efcc28, #e02c32, #df254d, #dd1977, #842782, #1672b2);
    padding: 3px;
}

body.page-micropalooza-tour .grey-card {
    max-width: 1024px;
    margin: 0 auto;
    border-radius: 7px;
    box-shadow: none;
    background-color: rgba(35, 38, 48, 1);
}

body.page-micropalooza-tour .resi-product .grey-card .grey-card-content,
body.page-micropalooza-tour .resi-product .grey-card .grey-card-content .grey-card-header {
    border: none;
}

/*body.page-micropalooza-tour .grey-card:before {
    content: " ";
    background-image: linear-gradient(140deg, #46a846, #efcc28, #e02c32, #df254d, #dd1977, #842782, #1672b2);
    height: 6px;
    width: 100%;
    max-width: 1024px;
    position: absolute;
    top: 0;
    margin-left: -10px;
}

body.page-micropalooza-tour .grey-card:after {
    content: " ";
    background-image: linear-gradient(140deg, #46a846, #efcc28, #e02c32, #df254d, #dd1977, #842782, #1672b2);
    height: 6px;
    width: 100%;
    max-width: 1024px;
    position: absolute;
    bottom: 0;
    margin-left: -10px;
}*/

body.page-micropalooza-tour .grey-card h1 {
    line-height: 1em;
    margin: 20px 0px;
}

body.page-micropalooza-tour .grey-card h1 span {
    display: block;
    width: 100%;
    clear: both;
    font-size: 0.7em;
}

body.page-micropalooza-tour .header-marquee,
body.page-micropalooza-tour .content-panel {
    display: none;
    visibility: hidden;
}

.city-image-wrap {
    margin: 30px 0px;
    display: flex;
    flex-direction: row;
    justify-content:  center;
    flex-wrap: wrap;
}

.city-image-wrap .city {
    border-radius: 8px;
    overflow: hidden;
}

.city-image-wrap .city a {
opacity: 1;
 transition: opacity .5s ease;
}

.city-image-wrap .city a:hover {
opacity: 0.5;
}

.city-details {
    text-align: center;
    background-color:  #000000;
    position: relative;
    padding: 10px ;
    margin-top: -15px;
}

.city-details:before {
    content: " ";
    background-image: linear-gradient(140deg, #46a846, #efcc28, #e02c32, #df254d, #dd1977, #842782, #1672b2);
    height: 3px;
    width: 100%;
    max-width: 768px;
    position: absolute;
    top: 0;
    left: 0;
}

/*.city-details:after {
    content: " ";
    background-image: linear-gradient(140deg, #46a846, #efcc28, #e02c32, #df254d, #dd1977, #842782, #1672b2);
    height: 4px;
    width: 100%;
    max-width: 768px;
    position: absolute;
    bottom: 0;
    left: 0;
}*/

.blank .city-details {
    background-color:  transparent;
}

@media screen and (max-width: 991px) {
    body.page-micropalooza-tour .resi-product {
        padding: 0px;
        height: inherit;
    }

body.page-micropalooza-tour .resi-product .container {
    padding: 0px 15px;
    width: 100%;
}

    body.page-micropalooza-tour .vertically-aligned-section .row.clearfix .col-md-12.column {
        margin: 5% auto;
    }

    .city-details {
        margin-top: -25px;
    }

    .city-image-wrap .city {
        margin-bottom: 30px;
    }

    .city-image-wrap {
        margin: 0px;
    }
}

@media screen and (max-width: 568px) {
    .city-image-wrap {
        margin: 0px 0px;
        /*margin-bottom: 30px;*/
    }

    .blank {
        display: none;
        visibility:  hidden;
    }
}

/* ===========================
Temporary Showrooms
============================ */
body.page-showrooms .content-panel.pl-page {
    padding-bottom: 0px;
}