/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version 1.0.0
Text Domain:  Avada
*/

/* importing fonts from google */

@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
/* end importing fonts from google */

h1 { font-weight: 400 !important; }

#main {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.fusion-mobile-menu-design-modern .fusion-header>.fusion-row {
	height: 65px;
}
.product-select-top {
	padding-top: 30px !important;
}
.hero-container {
	width: 100%;
	height: 247px;
	background-repeat: no-repeat;
	background-size: cover;
}


.gfield_radio label{
    display: inline-block;
}
.gfield_radio label img{
    pointer-events: none;
}

.searchform .search-button input {
	color: transparent;
}
/* for some reason article search submit has a value="" showing. I'm not sure if we can remove these from all articles so I am making the colour transparent for now - bit of a hack TODO: fix this properly later. */

/* adding article.article as a selector to overwrite the avada changes to search height. */
article.article .hero-container .searchform .search-input, .searchform .search-input {
	margin: 0 auto;
	position: relative;
	width: 721px;
	height: 50px;
	display: block;
	border-radius: 10px;
	border: none;
	top: 95px;
	color: #666666;
	font-size: 16px;
	font-weight: 100;
	padding-left: 20px;
	font-family: "Nunito Sans", arial, sans-serif;
	background: white;
}
.hero-container-small {
	height: 128px;
	background-position: center;
	background-color: #fba73f;
}
.hero-container-small .search-input {
	top: 33%;
}
.top-menu {}
.top-menu ul {
	text-align: center;
	padding-top: 25px;
}
.top-menu ul li {
	display: inline-block;
	text-decoration: none;
	padding: 0 20px;
}
.top-menu ul li p {
	padding-top: 20px;
}
.gfield_required {
	display: none;
}
#menu-widget-3 ul li a:after {
	content: "" !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	font-size: 16px !important;
}
.menu-item a img {
	width: 50%;
}

.fusion-content-widget-area .widget ul {
	text-align: center;
}
.fusion-checklist .fusion-li-item, ul.fusion-checklist .fusion-li-item {
	margin-bottom: 22px;
}
.fusion-checklist .fusion-li-icon, ul.fusion-checklist .fusion-li-icon {
	font-size: 26px;
}
.featured-videos img {}
.videos-container {
	text-align: center;
	background-color: #1877a0;
	background-image: url(/wp-content/uploads/blue-wave-background.png);
	background-size: contain;
	height: 362px;
	background-position: center center;
}
.single-video .video-page-container .width-100, .single-video .video-page-container .width-100 {
	margin: 0 !important;
}

body.single-product .product-videos h2 {
	font-size: 16px !important;
	font-weight: 400;
  }

.fusion-fullwidth.fullwidth-box.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
/* 	padding: 0 40px; */
}
.fusion-fullwidth.contact.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
	padding: 0px;
}
.videos-container img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.videos-inner>h1 {
	color: #fff !important;
	font-size: 1.35em !important;
	top: 26px;
	position: relative;
	text-transform: uppercase;
}
.videos-container .video h1 {
	font-size: 16px;
	display: block;
	color: #ffffff;
	position: absolute;
	top: 130px;
	left: 0;
	right: 0;
}
.videos-container .video {
	display: inline-block;
	top: 55px;
	position: relative;
	width: 224px;
	margin: 0 3.5rem;
}
.video-page-container li {
	white-space: nowrap;
}

.video-rating-stars {
	padding-bottom: 30px;
}
#contact-background h1.contact-title {
	color: #fff;
	text-align: center;
}
.contact-title span {
	font-weight: bold;
}
#contact-background {
	height: 200px;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
	align-items: center;
}
#wrapper .post-content h2.contact-form-title {
	font-size: 22px;
	text-align: center;
}
li#field_2_7 label.gfield_label {
	display: none;
}
.contact-steps {
	margin-top: 20px !important;
	margin-bottom: 40px !important;
}
#wrapper .contact-steps {
	text-align: center;
}
#wrapper .contact-steps input[type="radio"] {
	display: none;
}
#wrapper .contact-container input[type="radio"] {
	display: none;
}
#wrapper .contact-steps img {
	width: 150px;
	padding-bottom: 20px;
}
#wrapper .contact-steps label {
	text-align: center;
	padding: 0 20px;
}
#wrapper .contact-steps li {
	display: inline-block;
}

#wrapper .contact-container input {
	width: 100%;
	height: 40px;
    font-size: 16px;
	color: #333;
}

 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999 !important;
  opacity: 1; /* Firefox */
  font-family: "Nunito Sans", sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #999 !important;
}


#wrapper .contact-container .select-language {
	text-align: center;
}
#wrapper .contact-container .select-language label:first-child {
	font-weight: normal;
	font-size: 18px !important;
	padding-bottom: 10px;
}
#wrapper .contact-container .select-language li {
	display: inline-block;
	padding: 0 20px !important;
}
#wrapper .contact-container .select-language li label {
	max-width: 100%;
}
#wrapper .contact-container .select-language input {
	display: none;
}
.gform_infobox_information {
	border: 1px solid #ddd !important;
	background: none !important;
}
ul#input_2_9 {
	display: flex;
	flex-wrap: wrap;
}
.gform_wrapper ul.gfield_radio li {
	flex: 1 1 160px;
}
ul .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}
.contact-container .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}
.contact-container .gform_wrapper .top_label li ul.gfield_radio {
	width: 100%;
}

.contact-container {
	margin: 0 auto;
	position: relative;
	display: block;
	height: 100%;
}
.contact-container:after {
	content: "";
	z-index: -1;
	opacity: 0.3;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url("/wp-content/uploads/product-header-bg.png");
	background-size: cover;
}
#contact-form-with-title {
	width: 50%;
	margin: 0 auto;
}
.input-field {
	margin: 0px !important;
}
.attachment-field {
	margin-top: 60px !important;
}
.product-section-header {}
.product-section-header h1 {
	font-size: 18px;
}
.product-header-section a {
	color: #FDA834;
	padding-right: 44px;
}
.product-header {
	min-height: 288px;
}
.product-header-text {
	margin-top: 20px !important;
}
.product-header-text h1 {
	font-size: 30px !important;
}
.product-header-image {
	margin-top: 60px !important;
}
/* end fusion import */

.searchform {
	text-align: center;
	position: relative;
	top: -35px;
	width: 586px;
	margin: 0 auto;
}
.searchform .search-button {
	display: inline-block;
	width: 33px;
	vertical-align: top;
	position: relative;
	/* 	background-position-y: 12px; */
	top: 102px;
}
.searchform .search-button {
	right: 1% !important;
}
.search input, .searchform input {
	display: inline-block;
}
.searchform input {
	border: none !important;
	/* padding: 8px 15px; */
	font-size: 13px;
	color: #333;
	display: inline-block;
}
.search-button {
	background-image: url(/wp-content/uploads/icon-search.png);
	background-repeat: no-repeat;
	/* 	background-color: white; */
	background-size: cover;
}
div.search-button .searchsubmit {
	background-color: transparent;
	border: none !important;
}
.article-hero .hero-container {
	height: 200px;
}
.article-hero .hero-container .searchform {
	top: -17px;
	position: relative;
}
article.article .hero-container {
	background-image: url(https://support.prometheanworld.com/wp-content/uploads/long-poly.jpg);
	height: 128px;
}
h1 {
	margin: 1em 0;
}
a {
	font-size: inherit !important;
}
article.article .hero-container .searchform {
	top: -55px;
	position: relative;
	width: 586px;
}
.page-content article.article .page-content-inner img {
	margin: 15px 0;
}
.searchform {
	width: 586px;
}
article.article .hero-container .searchform .search-input {
	width: 100%;
}
article.article .hero-container .searchform .search-button {
	top: 55px;
	right: 8px;
	float: right;
}
article.article .fusion-title-size-one {
	display: block;
	margin-top: 20px !important;
}
.article-product-menu {
	margin-top: 30px;
}

article.article p a, article.article a {
	color: #ff6600 !important;
}

.search-section article.dlm_download a {
	color: #333 !important;
}

.search-section article.article a {
	color: #333 !important;
}

.search-section article.video a {
	color: #333 !important;
}


.search-section article.article a:hover {
	color: #ff6600 !important;
}
article.article .related-all li a {
	color: #333;
}
.fusion-text .related-all {
	margin-left: 20px;
}
.fusion-text .related-all li {
	padding: 10px 0;
}
.applicable-all li img {
	max-height: 130px;
	max-width: 200px
}
.article_title {
	font-weight: bold;
	text-align: center;
}
.categories_header {
	font-size: 1.1em;
	font-weight: bold !important;
}
.applicable-all {
	list-style: none;
	display: flex;
	flex-wrap: initial;
	padding-left: 0;
	justify-content: center;
	align-items: flex-end;
	flex-flow: row wrap;
}
.applicable-all li {
	color: #333;
	padding: 10px 20px;
	text-align: center;

}
.entry-content p img {
	/* 	width: 50%; */
}
.entry-content p b {
	color: black;
}
.article_categories .applicable-all li h2 {
	font-size: 1em;
}
.article_categories .applicable-all li a img {
	margin-bottom: 0;
}
.fusion_module_block_preview img {
	display: block !important;
}
.fusion-builder-column {
	display: block;
	text-align: left;
}
/* search and product menu */

.search-small {
	height: 109px !important;
	background-image: none !important;
}
.product .search-small {
	background-color: #333333;
}
#orange-background .search-small {
	background-color: inherit;
}
.video-page-container .product-video-player {
	background-image: url(/wp-content/uploads/long-poly.jpg) !important;
}
.search-small .searchform {
	top: -10px;
}
.search-small .search-input {
	top: 39px;
}
.search-small .search-button {
	top: 46px;
}
.product-tile .fusion-column-wrapper .title h1 {
	font-size: 30px;
}

.product-tile .fusion-title h1 { font-weight: 400; }

.title-sep-container {
	display: none;
}
/* .product-search-small {
	margin-bottom: 20px;
} */

/*
.page section#content .product-header { padding-left: 150px; padding-right: 150px; } */

.page #main .product-tile .fusion-row {
	padding: 20px 40px 0px 40px;
	margin-bottom: 0;
}
.page #main .product-header ul {
	margin-bottom: 0;
}
.page #main .product-header li {
	display: inline-block;
	padding-right: 20px;
}
.page #main .product-header li a {
	color: #ff6600;
}

.search-results-nav:before {
    content:"";
    background-color: #eae9e8eb;
    position: absolute;
    height: 77px;
    width: 100%;
    right: 2px;
    z-index: 0;
}
/* end search and product menu */

#main .fullwidth-box .fusion-row {
	/* 	background: white; */
}
.single #main, .home #main {
	background: white;
	padding: 0 !important;
}

#featured-article ul { display: flex; flex-wrap: wrap;}
#featured-article li { float: left; width: 50%;}
#featured-article h1, #featured-article a { color: #ffffff; }

#main article.article, .search #main {
	padding: 0;
}
.article_support_call{
  display:none;
}

.w3-progress-container {
	width: 3.5%;
	height: 1.1em;
	position: absolute;
	left: -80px;
	top: 8px;
}
.color-orange {
	background-color: #fd9e00;
}
.color-gray {
	background-color: #a6a5a8;
}
.w3-round-xlarge {
	border-radius: 0px 20px 20px 0px;
}
.product-articles-text {
	margin-top: 20px !important;
}
#main .product-page-article-list {
	padding: 20px 0 0 0;
}
a:hover {
	color: #ff6600;
	cursor: pointer !important;
}
.product-page-article-list a {
	color: #fbb148;
	padding-top: 10px;
}
.product-page-article-list .fusion-li-item-content {
	padding-bottom: 5px;
}

.product-software-tile li a { color: white;}

#main .tile-button {
	text-transform: inherit;
}
#main .articles-tile-button {
	background: #fd9e00;
}
#main .manuals-tile-button {
	background: #a6a5a8;
}
#main .videos-tile-button {
	background: #02659d;
}
#main .software-tile-button {
	background: #60cadc;
}
#main .community-tile-button {
	background: #18707a;
}
#main .product-image {
	/* 	top: 20px; */
}
.mega-menu-horizontal a {
	color: #ffffff;
}
.article-title-div {
	z-index: 0;
	position: relative;
}
.fusion-container, .news-container, .product-header {
	z-index: 0;
}
/* .product-header {
	border-top: 20px solid #f2f2f2;
	border-bottom: 20px solid #f2f2f2;
} */

#product-header-image .product-image img {
	max-height: 230px;
	width: auto !important;
}
#main .product-header .fusion-row:first-child {
	display: flex;
	align-items: center;
}
.product-tile {
	margin-bottom: 0;
	/* 	border-bottom: 20px solid #f2f2f2; */
}
#main .product-title h1 {
	margin-top: 20px;
}
.fusion-header .mega-menu-toggle-block {
	display: none;
}
.mega-menu li a:after {
	display: none !important;
}
nav.fusion-main-menu li.fusion-main-menu-search {
	display: none;
}
.fusion-logo-background img {
	max-width: 249px;
}
#main .events .fusion-row {
	background: transparent !important;
}
.video-checklist {
	margin-bottom: 20px !important;
}
e .video-checklist li {
	position: relative;
	left: 10px;
}
.video-page-container .video-highlight-div {
	top: -70px;
}
#main .contact-container .fusion-row {
	/* 	min-height: 800px; */
}
#main .contact-container .contact-details {
	font-size: 1.2em !important;
	text-align: center;
	line-height: 1.5;
	padding-top: 10px;
}
#main .contact-container .contact-details span {
	color: #ff6600;
}
.name_first, .name_last {
	display: block !important;
}
.activinspire-container {
	min-height: 800px;
}
/* gravity forms label alignmment */

#label_5_6_1, #label_5_5_1 {
	position: relative;
}
ul#gform_fields_6 li {
	font-family: Arial !important;
}
#gform_fields_2 .gform_infobox_note {
	background: none;
}
#field_2_29 {
	padding-left: 0;
}
/*Search page styles*/

.icon-article {
	background-image: url("/wp-content/uploads/article-icon.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 30px;
	display: inline-block;
	top: 8px;
	position: relative;
	margin-right: 10px;
}
.icon-download {
	background-image: url("/wp-content/uploads/icon-download.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 30px;
	display: inline-block;
	top: 11px;
	position: relative;
	margin-right: 10px;
}
.icon-manual {
	background-image: url("/wp-content/uploads/icon-manual.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 30px;
	display: inline-block;
	top: 8px;
	position: relative;
	margin-right: 12px;
}
.icon-video {
	background-image: url("/wp-content/uploads/icon-video.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 28px;
	height: 30px;
	display: inline-block;
	top: 8px;
	position: relative;
	margin-right: 13px;
}
.search-results input#search-form, .search-no-results input#search-form {
	top: 73px;
}
.search-results .search-button, .search-no-results .search-button {
	top: 80px;
}
.search-results #main, .search-no-results #main {
	min-height:640px;
	padding-bottom: 50px;
}
.search-results #mega-menu-wrap-max_mega_menu_1 {
	margin: 40px 0;
}
.search-results header.page-header, .search-no-results header.page-header {
	margin-top: 30px;
}
.search-results .hero-container, .search-no-results .hero-container {
	height: 128px;
	/* background-image: url(/wp-content/uploads/long-poly.jpg); */
	background: rgb(104,202,218);
	background: linear-gradient(90deg, rgba(104,202,218,1) 0%, rgba(31,97,147,1) 100%);
}
.search-results .search-section, .search-results .page-header, .search-no-results .search-section, .search-no-results header.page-header {
	/* 	padding: 0 100px; */
	padding: 0 30px;
}
.search-results #tabs_nav, #search-container {
	text-align: center;
	height: 110px;
}

.search-section {
	min-height: 120px;
}

#search-container {
	/* margin-top: -16px; */
}

#tabs_nav {
	display: flex;
	justify-content: space-evenly;
}

#tabs_nav span {
	position: relative;
	z-index:10;
	height: 77px;
}

.search-results div#my_results:last-child {
	margin-bottom: 50px;
}


h2#search_title {
    margin-top: 26px;
    text-align: left;
}
h2#search_title span {
	padding-left: 10px;
	color: #ff6600;
}
#tabs_nav span a {
	color: #666;
    /* border: 1px solid #666; */
    padding-right: 10px;
    padding-left: 10px;
    transition: transform 0.3s;
    display: inline-table;
    text-align: center;
    width: 100%;
	height: 100%;
	border-right-width: 0px;
    border-top-width: 0;
    border-bottom-width: 0;
	border-color: lightgray;

	display: grid;
	align-items: center;

	font-size: 18px !important;
	outline: none !important;
}
#tabs_nav span a:hover{

	color: #ff6600;

}
#tabs_nav span a.tab-selected {
	background: #ff6600;
	color: #fff;
	border: 1px solid #ff6600;
	width: 100%;
}


#tabs_nav span.tabs_nav_option_rightmost a {
	border-right-width: 1px;
}

.tabs_nav_option{
	width: 100%;
}

.search-results .tabs-nav span a.tab-selected {
	color: #ff6600;
}
#search-container h4 {
	font-weight: 300;
}
.search-results #article a {
	font-family: "Century Gothic", Helvetica, Arial;
	color: #333;
	cursor: default;
}
.search-results .search_result_synopsis {
/* 	top: -4px;
	position: relative;
	font-size: 14px;
	color: #888;
	padding-right: 30px; */
}
.search-results .search_result_synopsis p {
	margin-bottom: 0;
	margin-top: 2px;
    color: #666;
    font-size: 14px;
    text-align: left;
}
.search-results div#my_results {
	margin-top: 100px;
}

.search-results .entry-header {
	padding-right: 10px;
    float: left;
    left: 36px;
    position: relative;
}

#my_results {
	width: 100%;
	left: 0;
    position: relative;
}

#search-container .entry-content a, .search_result_synopsis {
	left: 15px;
    position: relative;
    display: block;
	overflow: hidden;
	text-align: left;
	
	padding-right: 10px;
}



.search_results_icon{
/* 	padding-top: 10px; */
}

.search_result_synopsis {
	padding-top: 0px;
	text-align: right;
}

#search-container .entry-content a { color: #333333; }

#search-container .entry-content span {
/* 	padding-right: 10px;
	float: left;
	left: 36px;
    position: relative; */
}
#search-container .entry-content .fab {
	width: 20px;
}

.wp-caption .wp-caption-text:hover {
	display: none !important;
}

article .content-inner span:before {
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	z-index:99;
	left: 15px;
	top: 15px;
	background-size:contain;
	background-position: center center;
	background-repeat: no-repeat;
   }

   article .content-inner span.manual-icon:before {
	   background-image:url("../../../wp-content/uploads/manual-icon.svg");
   }

   article .content-inner span.download-icon:before {
	   background-image:url("../../../wp-content/uploads/download-icon.svg");
   }

   article .content-inner span.article-icon:before {
	   background-image:url("../../../wp-content/uploads/article-icon-1.svg");
   }

   article .content-inner span.video-icon:before {
	   background-image:url("../../../wp-content/uploads/video-icon.svg");
   }

   article .content-inner span.product-icon:before {
	   background-image:url("../../../wp-content/uploads/product-icon.svg");
   }



/* END search page styles*/

/* utility classes */
.invisible{
	visibility:hidden;
}

.bold{
	font-weight: bold;
}

.bolder{
	font-weight: bolder;
}

/* END utility classes */

.product_panel_headings{
	font-size: 14px;
	margin-bottom: -15px;
	color: lightgrey;
}
.product_panel_title{
	padding-top: 20px;
	margin-bottom: -10px;
}
.product_panel_links{
	margin-top: -11px;
}
.product_panel{
	background-color: #f5f5f5;
	text-align: center;
}
/* removing product panel on mobile */
@media screen and (max-width: 800px) {
	.product_panel {
		display: none;
	}
}
@media screen and (min-width: 801px) {
	.product_panel {
		display: block;
	}
}


.product_panel .product_panel_img {
	max-width: 100%;
    height: 160px;
    padding: 15px;
    width: 180px;
}

#productPanel{
	display: inline-block;
    margin-top: 12px;
    margin-bottom: 3px;
    width: 100%;
    height: 170px;
    background-color: white !important;
    max-width: 1180px;
}
.product_panel_data{
	margin-top: 12px;
	font-size: 14px;
}
/* full width layout - commented out for now
.full-width-container { max-width: 1400px; margin: 0 auto; }
.events .fusion-builder-row { max-width: 1400px; text-align: center;}
/* end full width layout */

#mega-menu-wrap-main_navigation #mega-menu-main_navigation li#mega-menu-item-35959>a.mega-menu-link {
	background-color: #282828 !important;
}
.hero-container {
	height: 207px;
}
.hero-container h1 {
	text-align: center;
	padding: 0;
	margin: 0;
	color: #fff !important;
	position: relative;
	top: 30px;
	font-size: 30px !important;
}
.searchform {
	text-align: center;
	position: relative;
	top: -35px;
}
.searchform .search-input {
	/* 	left: 5px; */
	width: 586px;
	width: 100%;
}
form#search_form div#input-div {
	position: relative;
	/*   width: 50%; */
	margin: 0 auto;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-icon-top>a.mega-menu-link {
	height: 110px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li#mega-menu-item-14047>a.mega-menu-link:before {
	background-size: 187px 93px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li#mega-menu-item-14117.mega-icon-top>a.mega-menu-link:before, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li#mega-menu-item-14051.mega-icon-top>a.mega-menu-link:before {
	background-size: 80%;
	position: relative;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-icon-top>a.mega-menu-link>span.mega-title-below {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
}
.max_menu {
	margin: 70px;
	margin-top: 90px;
	margin: 60px 0 40px 0;
}
#wrapper #main #content .menu-spacing {
	margin-right: 50px;
	margin-bottom: 60px;
}
/* body.home #wrapper #main #content .max-menu ul li a:before { background-size: contain; } */

.mega-menu-link:before {
	background-size: contain !important;
}
.news-container {
	/* 	margin-top: 60px; */
	/*     margin-bottom: 20px; */
	padding-left: 100px;
	padding-right: 100px;
	background-image: linear-gradient(to bottom left, #616162, #2F2E30 80%) !important;
}
#main .news-container .fusion-builder-row {
	background-color: transparent;
}
#main .news-container .fusion-builder-row h1, #main .news-container .fusion-builder-row p {
	color: #ffffff;
}
#main .news-container .fusion-builder-row a {
	color: #ED5F38;
}
/* quick links */

.quick-links {
	padding-top: 30px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.quick-links ul li {
	list-style: none;
	display: inline-block;
	padding: 0 50px;
}
.quick-links img {
	width: 126px;
	padding-bottom: 35px;
}
#arrange-demo h1 {
	font-size: 21px;
}
/* end quick links */

.blue-background .fusion-row {
	/* 	padding: 40px 0px; */
	background: transparent !important;
}
.blue-background img {
	width: 240px;
}
#main #activcare {
	color: #fff !important;
}
#main div#activcare h1 {
	font-size: 21px;
	color: #fff;
	margin-bottom: 20px;
}
.text-rtl, .text-rtl * {
	direction: rtl !important;
	text-align: right!important;
}
.gform_wrapper .gform_previous_button {
	display: none !important;
}
.gform_wrapper .gform_heading {
	display: none !important;
}
/* product page styling */

#main .product-header {
	display: flex;
	align-items: center;
}
#main .product-header .fusion-row, #main .product-videos .fusion-row, #main .product-articles-tile .fusion-row, #main .product-manuals-tile .fusion-row, #main .product-software-tile .fusion-row, #main .product-community-tile .fusion-row {
	background: none !important;
}
#main #product-header-image {
	margin-right: 0 !important;
}
.tile-button {
	margin-bottom: 20px;
}
#main .articles-tile-button, #main .software-tile-button {
	/* 	background: linear-gradient(to right, #61c1cc, #1f6b8e); */
	background: linear-gradient(to right, #ee6a3f, #c0403a);
}
#main .tile-button {
	border: 1px solid #fff;
}
#main .manuals-tile-button, #main .community-tile-button {
	background: #f0783b;
}
#main .manuals-tile-button {
	background: linear-gradient(to right, #61c1cc, #1f6b8e);
}
.product-tile .fusion-column-wrapper .title h1 {
	font-size: 1.75em;
	text-transform: uppercase;
	text-align: center;
}
.product-videos {
	background-image: linear-gradient(to right, #ee6a3f, #c0403a);
}
.product-videos h1, .product-videos h2, .product-videos p, .product-videos a {
	color: #fff !important;
}
.product-videos .video-page-thumbnail-title {
	display: grid;
}
.product-articles-tile {
	background: linear-gradient(to right, #61c1cc, #1f6b8e);
}
.product-manuals-tile {}
.product-software-tile {
	/* 	background: linear-gradient(to right, #f4984d, #ee6a3f); */
	background-color: #166993 !important;
}
.post-content .product-software-tile a {
	color: #fff;
}
.product-software-tile h1 {
	color: #fff !important;
}
.product-articles-tile .product-articles-text h1, .product-articles-tile .product-articles-text a {
	color: #fff;
}
.product-manuals-tile .product-manuals-text h1, .product-manuals-tile .product-manuals-text a {
	color: #333;
}
.product-community-tile .product-community-text h1, .product-community-tile .product-community-text a {
	color: #fff;
}
.product-page-article-list {
	-webkit-column-count: 2;
	/* Chrome, Safari, Opera */
	-moz-column-count: 2;
	/* Firefox */
	column-count: 2;
}
.product-page-article-list li {
	display: inline-block;
	width: 100%;
}
.product-community-tile .product-community-text h1 {
	color: #fff !important;
}
/* footer */

footer h4 { font-family: "Nunito Sans", sans-serif !important; }

.fusion-footer footer .fusion-columns .fusion-column, .fusion-copyright-content {
	/* 	text-align: center; */
}
.fusion-footer .fusion-footer-widget-area>.fusion-row, .fusion-footer .fusion-footer-copyright-area>.fusion-row {
	padding-left: 0;
}
.fusion-footer .fusion-footer-widget-area .widget-title {
	color: #ff9900;
	font-size: 16px;
	font-weight: bold;
}
.fusion-body .fusion-footer-copyright-center .fusion-copyright-notice {
	text-align: left !important;
}
.fusion-body .fusion-footer-copyright-center .fusion-copyright-notice a {
	color: #ff6600;
	font-size: 12px !important;
}
.fusion-footer .fusion-footer-widget-area ul li {
	padding-bottom: 7px;
}
#video-side-container li a {
	color: #ff6600;
}
.video-highlight-p a:before {
	content: "";
	background: url("/wp-content/uploads/video-play-btn-icon.png") center center no-repeat;
	background-size: contain;
	float: left;
	width: 30px;
	height: 30px;
	padding-right: 10px
}
.video-page-container .video-highlight-span {
	padding-left: 10px;
}
.video-page-container .video-highlight-text-div, .video-page-container .video-highlight-text-div-last {
	margin-left: 0;
	border: none !important;
}
.video-page-container p.skip-section-text {
	margin: 0 !important;
}
.video-page-container .video-time {
	margin-left: 7%;
	position: relative;
}
#main input[type="button"], #main input[type="submit"] {
	text-transform: inherit;
	padding: 10px 19px;
}
form .gform_body a, span.select-a-language a {
	color: #ff6600 !important;
}
#main .fusion-checklist .fusion-li-item, #main ul.fusion-checklist .fusion-li-item {
	padding: 0 !important;
}
.home .fusion-checklist div {
	color: #ffffff;
}
input.searchsubmit::before {
	font-family: FontAwesome;
	content: '\f2002';
}
.search-input {
	transition: none 0s ease 0s;
}
@media screen and (max-width: 1100px) {
	.product-tile ul {
		column-count: inherit;
		-webkit-column-count: inherit;
	}
}
@media screen and (max-width: 1100px) {
	.fusion-fullwidth {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.fusion-megamenu-bullet:before {
	content: none;
}
.row .fusion-megamenu-title {
	color: #ff9900;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
nav .fusion-mega-menu li {
	cursor: auto !important;
}
nav .fusion-mega-menu li:hover {
	cursor: auto !important;
}
.fusion-main-menu li {
	cursor: auto !important;
}
sup {
	font-size: 0.8em !important;
}
sup a {
	font-size: 0.8em !important;
}
table th sup a {
	color: white;
}
/*
#menu-header-products li:first-of-type a span:hover {
	color: #ffffff;
} */

.fusion-megamenu span a:hover {
	color: #ffffff;
}
.fusion-megamenu li a.menu-image-title-after:hover {
	color: #ff9900;
}
.row .fusion-megamenu-holder {
	border-width: 0;
}
.fusion-main-menu .sub-menu li a:hover {
	color: #ff6600;
}

.fusion-header { padding-left: 30px !important; padding-right: 30px !important; height: 84px !important; }

.fusion-header .fusion-logo {
	margin-top: 13px;
}
.fusion-main-menu>ul>li>a {
	border: none;
	position: relative;
}
select.search_filter {
	display: none;
	height: 50px;
	border: none;
	border-radius: 20px;
	width: 50px;
	position: absolute;
	top: 39px;
	background: #f3f3f3;
	color: #969595;
	left: 24%;
	z-index: 10;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	-webkit-appearance: none;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#featured-videos-container {
	padding: 20px 100px;
}
#featured-videos-container .fusion-builder-row {
	background-color: inherit !important;
	padding-bottom: 30px;
	padding-top: 10px;
}
.no-border .fusion-builder-row {
	background-color: inherit !important;
}
#activcare .fusion-builder-row {
	padding-top: 50px;
	padding-bottom: 30px;
	/*background: inherit !important;*/
}
.fusion-layout-column {
	margin-bottom: 0 !important;
}
#featured-videos-container .video-link {
	padding-top: 10px;
}
#featured-videos-container h1, #featured-videos-container a {
	color: #ffffff !important;
}
#arrange-demo {
	padding: 50px 0 !important;
}
div.events .fusion-title-size-one {
	margin-bottom: 0 !important;
	display: block;
	padding-top: 10px;
}
.fusion-title.fusion-title-center {
	display: block;
}
#main #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li#mega-menu-item-14048.mega-icon-top>a.mega-menu-link:before {
	min-width: 120px;
}
.search-button {
	background-size: 90%;
}
.searchform .search-button {
	top: 104px;
	/*     right: 66px; */
}
.search-button input[type="submit"]:hover {
	background-color: transparent;
}
.search-input {
	transition: none 0s ease 0s;
}
.three-options {
	margin-bottom: 30px;
}
/* form#search_form .search-button { right: 26.2% } */

/* related videos */

article.article .fusion-text ul.related-all {
	column-count: 1;
}
.fusion-text ul.related-all {
	column-count: 2;
	margin-left: 0;
}
.single-video .related-all li {
	position: relative;
}
.single-video .related-all img {
	max-width: 150px;
}
.single-video .related-all li a {
	top: 44%;
	vertical-align: middle;
	position: absolute;
	line-height: 1.5 !important;
	padding-left: 10px;
	white-space: pre-line;
	word-break: break-word;
	transform: translateY(-50%);
}
.single-video .related-all li a:hover {
	color: #ff6600;
}

.single-video .related-all img {
	max-width: 149px;
}
.video-highlight-p a:before {
	padding-right: 30px;
	margin-bottom: 50px;
}
.video-page-container .video-highlight-span {
	padding-left: 0px;
}
.video-page-container .video-time {
	margin-left: 0;
	color: #333;
}
.video-page-container .fusion-layout-column {
	background-color: inherit !important;
}
.video-page-container .fusion-builder-row {
	background-color: inherit !important;
}
.video-time {
	margin-bottom: 30px !important;
}
/* end related videos */

.search-small .search-button {
	top: 49px !important;
}
form#search_form .search-button {
	position: absolute;
	right: 0;
}
.search form#search_form .search-button {
	position: absolute;
	top: 83px;
	width: 35px;
	float: right;
	right: 8px !important;
}
.search #filter_select {
	display: none;
}
.search-small select#type {
	top: 39px;
}
@media screen and (max-width: 800px) {
	.search #main {
		height: 970px;
	}
	.search .search_result_synopsis{
		display:none;
	}
}

@media screen and (max-width: 600px) {
	.search #my_results article.dlm_download, #my_results article.product, #my_results article.video, #my_results article.article {
/* 		top: 0px !important; */
	}
	#search-container .entry-content span { left: 10px; }

}

#filter_select {
	top: 73px;
}
#post-47150 {
	margin-bottom: 0;
}
p#search_title_template, #search_title_template span {
	display: none;
}
.product-header a {
	color: #ff6600;
}
.product-header ul {
	list-style: none;
}
.hidden {
	display: none !important;
}

/* target everyother search result */
.search #my_results article:nth-child(even) {
	background-color: #f5f5f5;  }


.search #my_results article .entry-content {
	min-height: 59px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 20px;
    display: grid;
    place-content: flex-end;
}
.search_results_link {
	font-weight: bold;
	font-size: 14px !important;
}

#my_results article:first-of-type { border-top: 1px solid #f5f5f5; }
#my_results article.article, #my_results article.dlm_download, #my_results article.product, #my_results article.video{
	position: relative;
	top: -40px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}
#ul_pagination .single-video .search-small, .single-video .fusion-column-wrapper {
	background-color: inherit !important;
}
.fusion-column-wrapper {
	background-color: inherit !important;
}
div.post-content .video-blue-gradient {
	background-image: linear-gradient(to right, #5fbdc8, #1d6a8a);
}
div.post-content .video-blue-gradient h1, div.post-content .installation-tile h2 {
	color: #ffffff;
}
div.post-content .video-black-gradient {
	background-color: #383838;
}
div.post-content .video-black-gradient h1, div.post-content .video-black-gradient h2 {
	color: #ffffff !important;
}
div.post-content .video-yellow-red-gradient {
	background-image: linear-gradient(to right, #f4984d, #c0413a);
}
div.post-content .video-yellow-red-gradient h1, div.post-content .video-yellow-red-gradient h2 {
	color: #ffffff !important;
}
.product-tile img {
	border: 1px solid #ffffff;
}
.product-tile .getting-started-tile-button {
	background: linear-gradient(to right, #f4984d, #c0413a);
}
.single-videocollection article>h1 {
	display: none;
}
.search .fa, .search .fab, .search .fal, .search .far, .search .fas {
	color: #ff6600;
}
#pagination_ul {
	margin-top: 0;
	margin-bottom: 40px;
}
#pagination_ul .pagination_li {
	list-style: none;
	display: inline-block;
	padding-right: 10px;
}
#pagination_ul .pagination_li a {
	color: #ff6600;
}
#pagination_ul .pagination_li span {
	color: #333;
}
i.far {
	width: 20px;
}
.restrict-img-height .fusion-imageframe img {
	max-height: 160px;
	width: auto;
	text-align: center;
	margin: 20px 20px;
}
input[type=text]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}
input[type=text]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
/* .post-content .table-1 table th { padding-bottom: 0; } */

table {
	margin: 20px 0;
}
table h2 {
	margin-bottom: 0 !important;
}
table, th, td {
	border: 1px solid #acacac !important;
	padding: 5px;
}
table th {
	padding: 20px;
	font-weight: bold;
	background-color: #27638f;
	color: white;
/* 	border-color: white !important; */
}
table .spaces {
	background-color: #f1f1f1;
}
.min-height-400 {
	min-height: 400px;
}
.min-height-500 {
	min-height: 500px;
}
.min-height-600 {
	min-height: 600px;
}
.min-height-700 {
	min-height: 700px;
}
.min-height-800 {
	min-height: 800px;
}

/* aligning header and menu items */
.fusion-main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 13px;
}

header .fusion-header .fusion-logo { margin: 13px 0 0 0;}
/* end aligning header and menu items */

.fusion-megamenu-wrapper.col-span-12 .fusion-megamenu {
	pointer-events: none;
	/* this is so it behaves like display none and mouse does not interact with child when hidden */
	opacity: 0;
	transition: opacity 0.1s;
	/* change length to longer for a nicer fade */
	transition-delay: 1s;
}
.fusion-main-menu>ul>li.product-header-menu:hover .fusion-megamenu-wrapper.col-span-12 .fusion-megamenu {
	pointer-events: auto;
	opacity: 1;
	transition: opacity 0.1s;
	/* fade in when hovered */
	transition-delay: 0s;
}
ul li.product-header-menu ul.fusion-megamenu {
	top: -30px;
	position: relative;
	padding-top: 70px;
}
/* quick menu */

.fusion-main-menu>ul>li.product-header-menu {
	/* 	padding-left: 100px;    */
}
#menu-header-products .sub-menu a:hover {
	background: #ffffff;
	color: #333;
}

ul li.product-header-menu .fusion-megamenu-holder {
	padding: 30px 20px 0px 20px;
	margin:40px;
	border-radius: 12px;

}






#menu-header .sub-menu { margin-top: 0; }

@media only screen and (max-width: 950px) {
	header .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-nav-holder {
		padding-top: 0px;
	}
}

.fusion-megamenu-wrapper.col-span-12 .fusion-megamenu {
	column-count: 4;
	height: 100%;
	padding: 20px 0;
	padding-bottom: 40px;
	/* 	overflow: hidden; */
}
.fusion-megamenu li.menu-item-has-children {
	width: 100%;
}
.fusion-megamenu {
	display: inline-block !important;
}
.fusion-megamenu-wrapper .fusion-megamenu-submenu {
	padding-top: 0 !important;
}
.fusion-mobile-menu-design-modern .fusion-mobile-nav-item a:hover {
	background-color: none;
	color: #ff6600;
}

#wrapper #main.width-100 .nonhundred-percent-fullwidth { margin-left: 0; margin-right: 0; }

li.fusion-mobile-nav-item {
	margin-bottom: 0;
}
/* end quick menu */

/* chat */

.online-chat-wrapper, .offline-chat-wrapper {
	position: absolute;
	width: inherit;
	bottom: 10%;
	float: right;
	color: white;
	z-index: 999;
	right: 8%;
}

.online-chat-wrapper-icontact, .offline-chat-wrapper-icontact, .online-chat-wrapper-icontact-mobile{
	position: fixed;
	width: inherit;
	bottom: 6%;
	float: right;
	color: white;
	z-index: 999;
	right: 3%;
}
.offline-chat-wrapper {}
.chat {
	/* 	background: url(http://supportprw.wpengine.com/wp-content/uploads/contact-chat-icon.png);
    background-size: contain;
    width: 100px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    background-position: center;
    background-repeat: no-repeat; */
}
.chat a, a.chat {
	background: url(/wp-content/uploads/contact-chat-icon.png);
	background-size: contain;
	width: 100px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 50px;
}
.chat a:hover, a.chat:hover {
	background: url(/wp-content/uploads/chat-icon-hover.png);
	background-size: contain;
	width: 100px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 50px;
	transition: opacity 1s ease-in-out;
}
.chat-online {}
.chat-offline {}

#chat_iframe{
	display:none;
	position: fixed;
	width: 384px;
    height: 447px;
	position: fixed;
	bottom: 1%;
	float: right;
	color: white;
	z-index: 999;
	right: 0%;

}
#icontact-chat{
	display:none;
	position:relative;
}
.ie-iframe-fixed-customer-chat {
    z-index: 11;
}

.expandCollapseButton{
	display: none;
    position: fixed;
    bottom: 424px;
    z-index: 999;
    right: 354px;
}

#collapseChatButton img {
	width: 22px;
    top: 4px;
    position: relative;
    filter: invert(100%) sepia(0%) saturate(7486%) hue-rotate(159deg) brightness(100%) contrast(98%);
}

#eula-preform {
	display:none;
	position: fixed;
	width: 384px;
    height: 337px;
	position: fixed;
	bottom: 1%;
	float: right;
	z-index: 9999;
	right: 0%;
    color: #333;
    background-color: whitesmoke;
    padding: 20px;
    font-size: 14px;
    border: 1px solid #dedede;
}

#eula-preform p {
	line-height: 1.7;
}

#eula-preform h1 {
	margin-top: 0.67em;
    margin-bottom: 0.67em;
    text-align: center;
	margin-top:0;
}

#eula-preform a#eula-continue {
	text-align: center;
    margin: 0 auto;
    background-color: rgb(37, 97, 147);
    border-radius: 4px;
    color: white;
    margin-top: 20px;
    top: 40px;
    padding: 10px;
    position: relative;
    display: block;
    margin: 0 auto;

    font-weight: bold;
    font-size: 16px;
    font-family: "Roboto", "avenir next", sans-serif;
    text-transform: uppercase;
}


#eula-preform a#eula-continue:hover {
	background-color: rgb(28,73,111);

}

/* END chat */

.white_text{
	color: white;
}

.videoIframeDiv {
	border: 1px solid #dadada;
}
/* language select */

header li.language-select ul.sub-menu {
	border-top: none;
	left: -20px;
}
/* end language select */

.home #activcare .fusion-builder-row {
	padding-top: 0;
}
ul li.fusion-mobile-current-nav-item>a {
	background-color: #333;
}
.fusion-mobile-menu-icons .fusion-icon-bars {
	top: 10px;
	position: relative;
}
.fusion-logo-link img:hover {
	cursor: hand;
}

#retrieving_results {
	top: 20px;
	position: relative;
}
/* #main.width-100  .fusion-fullwidth { margin-left: 0; margin-right: 0; } */

/* media queries */

@media screen and (min-width: 200px) {
	.online-chat-wrapper, .offline-chat-wrapper {
		right: 34%;
	}
}
@media screen and (min-width: 400px) {
	.online-chat-wrapper, .offline-chat-wrapper {
		right: 24%;
	}
}
@media screen and (min-width: 600px) {
	.online-chat-wrapper, .offline-chat-wrapper {
		right: 17%;
	}
}
@media screen and (min-width: 900px) {
	.online-chat-wrapper, .offline-chat-wrapper {
		right: 11%;
	}
}
@media screen and (max-width: 600px) {
	.home .hero-container h1 {
		font-size: 22px !important;
	}
	.home #activcare .fusion-builder-row {
		padding: 0;
	}
	article.article .hero-container .searchform {
		width: 80%;
	}
	#tabs_nav span {
		margin-bottom: 20px;
		display: inline-block;
	}
	.search-results div#my_results {
		margin-top: 0;
	}
}
@media screen and (max-width: 800px) {
	.searchform {
		width: 80%;
	}
	#main .product-header .fusion-row:first-child {
		display: block;
	}
	.searchform {
		width: 70%;
	}
	#search-entry {
		width: 100%;
	}
	#product-header-content .product-title h1 {
		text-align: center;
	}
	.page #main .product-header ul {
		text-align: center;
	}
	.fusion-footer footer .fusion-row .fusion-columns .fusion-column {
		text-align: center;
	}
	.fusion-footer footer a:hover {
		color: #ff6600;
	}
	#main article.article>.fusion-row {
		display: block;
	}
	.single-video div.video .fusion-text ul.related-all {
		column-count: 1;
	}

	/* hide top pagination while keeping the bottom one visible - mobile only */
	#my_results #pagination_ul:nth-of-type(1) { display: none; }
}
@media screen and (max-width: 950px) {
	.search-results div#my_results ul#pagination_ul {
		height: 50px;
		text-align: center;
		float: none;
		bottom: -50px;
		left: 50%;
		position: absolute;
		font-size: 16px;
		width: fit-content;
	}



	.applicable-all {
		justify-content: left;
    	align-items: start;
    	flex-flow: column;
	}
	.applicable-all li {
		padding: 0;
	}
	.applicable-all li img {
		display: none;
	}
}
@media screen and (max-width: 800px){
.search-results div#my_results ul#pagination_ul {
	text-align: left;
	bottom: -47px;
	left: 25%;
	position: absolute;
	display: block;
 }
}

@media screen and (max-width: 600px){
 .search-results div#my_results ul#pagination_ul {
	 bottom: -115px;
 }
}

@media screen and (min-width: 951px) {
	.search-results div#my_results ul#pagination_ul {
		height: 50px;
		text-align: center;
		float: none;
		bottom: -50px;
		left: 50%;
		position: absolute;
		font-size: 16px;
		width: fit-content;
	}
}

@media screen and (max-width: 1100px) {
	.fusion-fullwidth {
		padding-left: 20px;
		padding-right: 20px;
	}
	.product-tile ul {
		column-count: inherit;
		-webkit-column-count: inherit;
	}

}

.product-header #product-header-content ul { display: flex; flex-wrap: wrap; justify-content: space-around; text-align: left; }
.product-header #product-header-content ul li { flex-grow: 1;}

@media screen and (min-width: 200px) {
	.product-header #product-header-content ul { flex-basis: 100%; }
	.product-header #product-header-content ul li { flex-basis: 100%; }
}

@media screen and (min-width: 600px) {
	.product-header #product-header-content ul {  }
}

@media screen and (min-width: 800px) {
	.product-header #product-header-content ul { text-align: left; }
}

@media screen and (min-width: 1200px) {
	.product-header #product-header-content ul { flex-basis: 50%; }
	.product-header #product-header-content ul li { flex-basis: 50%; padding-right: 10px; }
}



@media screen and (max-width: 1100px) {
	.product-tile ul {
		column-count: inherit;
		-webkit-column-count: inherit;
	}

}
@media screen and (max-width: 1100px) {
	.fusion-fullwidth {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.fusion-megamenu-bullet:before {
	content: none;
}
.fusion-megamenu-title {
	/*color: #ff6600 !important; text-transform: uppercase; */
}
.fusion-megamenu-holder {
	border-width: 1px;
}
.fusion-main-menu .sub-menu li a:hover {
	color: #ff6600;
}
.fusion-header .fusion-logo {
	margin-top: 13px;
}
.fusion-main-menu>ul>li>a {
	border: none;
	position: relative;
}
select.search_filter {
	height: 50px;
	border: none;
	border-radius: 20px;
	width: 50px;
	position: absolute;
	top: 95px;
	background: #f3f3f3;
	color: #969595;
	left: 24%;
	z-index: 10;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	-webkit-appearance: none;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#featured-videos-container {
	padding: 20px 100px;
}
#featured-videos-container .fusion-builder-row {
	background-color: inherit !important;
	padding-bottom: 30px;
	padding-top: 10px;
}
.no-border .fusion-builder-row {
	background-color: inherit !important;
}
#activcare .fusion-builder-row {
	padding-top: 50px;
	padding-bottom: 30px;
	/*background: inherit !important;*/
}
.fusion-layout-column {
	margin-bottom: 0 !important;
}
#featured-videos-container .video-link {
	padding-top: 10px;
}
#featured-videos-container h1, #featured-videos-container a {
	color: #ffffff !important;
}


#featured-videos-container span.fusion-imageframe {
	z-index: -1;
}

#featured-videos-container .imageframe-align-center {
	background-image: url(https://support.prometheanworld.com/wp-content/uploads/play-2.svg);
/* 	z-index: -1; */
	background-repeat: no-repeat;
	background-size: 70px;
	background-position: center;
}


.product-videos .imageframe-align-center span a.fusion-no-lightbox:after {
	content: " ";
	background-image: url(https://support.prometheanworld.com/wp-content/uploads/play-2.svg);
	z-index: 9999;
	background-repeat: no-repeat;
	background-size: 70px;
	background-position: center;
	height: 141px;
	width:200px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 auto;
}




/* .product-videos .fusion-imageframe { z-index: -1; } */




#arrange-demo {
	padding: 50px 0 !important;
}
#main #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li#mega-menu-item-14048.mega-icon-top>a.mega-menu-link:before {
	min-width: 120px;
}
.search-button {
	background-size: 90%;
}
.searchform .search-button {
	top: 104px;
	/*right: 36px;*/
}
.search-input {
	transition: none 0s ease 0s;
}
.three-options {
	margin-bottom: 30px;
}
.single-video .fusion-text ul.related-all {
	list-style-type: none;
	column-count: 2;
	margin-left: 0;
}
.single-video .related-all li {
	position: relative;
}
.related-all img {
	max-width: 150px;
}
.single-video .related-all li a {
	top: 44%;
	vertical-align: middle;
	position: absolute;
	line-height: 0;
	padding-left: 10px;
}
.video-highlight-p a:before {
	padding-right: 30px;
	margin-bottom: 50px;
}
.video-page-container .video-highlight-span {
	padding-left: 0px;
}
.video-page-container .video-time {
	margin-left: 0;
	color: #333;
}
.video-time {
	margin-bottom: 30px !important;
}
/*link states */
/* One state for default links */
a:link, a:visited, a:active {
    color: #ff6600;
}

/* Alternative state for default links */
  a:link.alt_link_colour, a:visited.alt_link_colour, a:active.alt_link_colour {
    color: #333333;
}


a:hover { color: #ff9752; }

header.fusion-header-wrapper{ background: #333; }


#product_code_input{
	width: 450px;
	height: 50px;
	border-radius: 10px;
	padding: 10px;
	left: 29%;
	position: relative;
}


/* pending changes to adjust anchor tags to account for header, currently header has been made non sticky but if that changes we'll look at this css again  */
/* 
.single-article :target {
  display: block;
  position: relative;
  top: -120px;
}  */

 

/* article :target {    
  top: 0px;    
  visibility: visible;    
}      */

/* 

a[name], div[name] {
  display: block;
  position: relative;
  top: -120px;
}
*/

/*hiding result from search*/
#post-36997{
	display:none;
}

#post-15070{
	display:none;
}

#post-28351{
	display:none;
}

/* homepage ActivInspire download section */
#activinspire-download-section { z-index: 1 }
#activinspire-download-section h1, #activinspire-download-section p, #activinspire-download-section a { color: #ffffff; }

#activinspire-download-section a { display: inline-block; margin: 10px; }

@media only screen and (max-width: 900px) {
	#activinspire-download-section a {
		display: block !important;
		text-align: center;
		margin-left: 0;
		margin-right: 0;
	}

	#activinspire-download-section .fusion-column-wrapper { text-align: center; }

}

#activinspire-download-section a.red-btn {
    background-color: #E50105;
    padding: 10px;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
     -moz-transition: scale(1.4);
}



#activinspire-download-section a.red-btn:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.05);
}



#activinspire-download-section p { margin-bottom: 30px; }



#activinspire-download-section a:not(.red-btn) {
    border: 1px solid white;
    padding: 10px;
    border-radius: 4px;
}



#activinspire-download-section a:not(.red-btn):hover {
    background-color: white;
    color: #f70;
}

.yellow-orange {
    background: #fcc204; /* Old browsers */
    background: -moz-linear-gradient(left,  #fcc204 0%, #f35202 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #fcc204 0%,#f35202 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #fcc204 0%,#f35202 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc204', endColorstr='#f35202',GradientType=1 ); /* IE6-9 */
}
/* END homepage ActivInspire download section */

/*product page buy me section*/
#product-buy-me-div { text-align: center; margin-top: 20px; }
#product-buy-me-div .buy-me {
	color: white;
	background: linear-gradient(to right, #ee6a3f, #c0403a);
	border-radius: 25px;
	box-shadow: none !important;
	padding: 10px 20px;
}

#welcomeMesssage {
	overflow: hidden;
	padding: 10px;
}


/* end - the product page buy me section*/

/* set page width for search page */
body.search #main > .fusion-row { max-width: none !important; }
.product-header ul { padding-left: 0; display: flex; }
/* .product-header ul li { padding-right: 30px; } */

/* CSS FROM AVADA - USED FOR NEW CONTACT AND PRODUCT CATEGORY PAGES - NEEDS REFACTORING */
.fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-left .fusion-mobile-nav-item a { font-size: 20px !important; }

/* product category section - placeholder CSS till I can move over into correct file */

.product-selector-parent .product-main-image {
    float: right;
    max-width: 260px;
}

.product-section { display: none; margin-bottom: 40px; }
.product-section h1 { font-size: 27px; font-weight: bold; margin-bottom: 0; }

div#one { display: block; }


.product-selector-parent .product-thumbnail {
    float: right;
    max-width: 70px;
    margin-right: 10px;
}

.product-category-block { margin-bottom: 40px; }

.product-selector-parent { padding-bottom: 50px; }
.product-selector-parent .product-category-text { clear: both; }
.product-selector-parent .product-category-text h3 { top: 10px; position: relative; margin-bottom: 10px; }
.product-selector-parent .product-category-text h1, .product-selector-parent .product-category-text h3 { text-align: right; }
.product-selector-parent .product-thumbnail { margin-bottom: 10px; }

#category-menu-list li {
border: 1px solid #666;
    border-radius: 3px;
    list-style: none;
    padding: 5px 15px;
    color: #666;
}

#category-menu-list li:hover {
    background: #F04912;
    color: white;
    border: 1px solid #F04912;
    opacity: 1;
    transition: 0.3s;
    transform: scale(1.06);
}

#category-menu-list {
    display: flex;
    justify-content: space-around;
}

#category-menu-list .list-selected {
    background: #F04912;
    color: white;
    border: 1px solid #F04912;
    transform: scale(1.06);
}





.ilightbox-inner-toolbar, .ilightbox-social ul, .ilightbox-button, .ilightbox-thumbnails { display: none; }

/* END product category section */

p.find_prod_code {
    position: absolute;
    right:0;
    top: 160px;
}

.hero-container .search_form { color: white; }





/* new contact page */

div#contact-email-form, #contact-telephone-form { display: none; }
.contact-selection { width: 350px; }

div#contact-email-form, div#contact-community-form { position: relative; top: -300px; margin: 0 auto !important; }
div#contact-email-form { max-width: 700px; }
div#contact-email-form form {}

div#contact-email-form form input, div#contact-email-form form select {
    width: 100%;
    height: 40px;
    font-size: 14px;
    border-radius: 2px;
}

div#contact-email-form  input {
    width: 15px;
}

div#contact-email-form form select { width: 100%; }

div#contact-community-form ul { column-count: 4;}
div#contact-community-form ul li {}

#contact-email-form-title h1 { margin-bottom: 0; font-size: 26px; }
div#contact-email-form form li div span.address_zip { padding: 0; }
div#contact-email-form form #input_95_3_2_container input { margin-bottom: 0; }

div#contact-email-form form span { /*display: block; */ width: 100%; color: rgba(247, 104, 27, 1.0); }
div#contact-telephone-form form span { color: rgba(247, 104, 27, 1.0); }

div#contact-email-form form .contact-file-upload input { width: 90px;}

#contact-title { margin-top: 80px; }
#contact-title h1, #contact-title h2 { color: white; font-weight: 100; margin-bottom: 10px; }
#contact-title h1 span { font-weight: 600; }

section.selection-container {
    display: flex;
    justify-content: center;
    position: relative;
    top: -340px;
    font-family: "Nunito sans", sans-serif;
}
div.contact-selection {
    text-align: center;
    margin-right: 40px;
    height: 270px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 14px 17px 0 rgba(83,83,83,0.19);
    border-radius: 4px;
}
div.contact-selection .icon {
    width: 109px;
    height: 109px;
    border-radius: 360px;
    margin: 0 auto;
    position: relative;
    top: -35px;
    background: #FFFFFF;
    box-shadow: 0 8px 8px -3px rgba(171,171,171,0.50);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

div.contact-selection .icon img { }
div.contact-selection h1 {
    top: -10px;
    position: relative;
    font-weight: 300;
    font-size: 26px;
    margin-top: 0;
}
div.contact-selection p {
    top: -13px;
    position: relative;
    margin: 0px 20px;
    color: #5d5d5d;
    font-weight: 100;
}
div.contact-selection div.contact-cta {
    background-color: rgba(255, 102, 0, 1.0);
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
}
div.contact-selection .contact-email { }
div.contact-selection .contact-chat { }
div.contact-selection .contact-telephone { }

#contact-chat-form { display: none; }
#contact-telephone-form { position: relative; top: -300px; }
#contact-telephone-form .gfield_radio label img {
    width: 50px;
    margin-bottom: 10px;
}
#contact-telephone-form ul {
    text-align: center;
}

#contact-community-form { display: none; }

#contact-telephone-form #field_100_1 { margin-bottom: 50px; }

#input_100_1 {
    display: flex;
    justify-content: space-around;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 40px;
}

#input_100_1 li {
    padding: 0!important;
    margin: 0 20px;
    text-align: center;
    flex: 1 0 21%;
}
#contact-telephone-form input[type="radio"] { display: none; }

#gform_submit_button_96 { display: none; }

div.contact-selection {
    transition: all 0.2s ease-in-out
}

div.contact-selection:hover {
    transition: all 0.2s ease-in-out
}

div.contact-selection div.contact-cta {
    transition: all 0.5s ease;

}

div.contact-selection div.contact-cta:hover {
    transition: all 0.5s ease-in-out;
    background: #3ab9d9;
}

.community-categories h2 { text-align: center; margin-top: 30px; margin-bottom: 0;}
#contact-community-form ul { padding-top: 15px 0; list-style: none; margin-top: 0; padding-left: 0; }
#contact-community-form ul li { padding: 10px; }
#contact-community-form ul li a { color: #333; }
#contact-community-form ul li a:before {
    content: "";
    background-image: url(https://support.prometheanworld.com/wp-content/uploads/icon-community-category.svg);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    top: 7px;
    position: relative;
    left: 6px;
}

.community-search {
    display: none;
}
.community-search input {}


.contact-selected {
    background-color: #3ab9d9 !important;
}

/* end new contact page */

/* FIX FOR PRODUCT MENU - DELETE WHEN NOT NEEDED */
img.menu-image-title-below { display: none; }


/* END NEW CSS FROM AVADA */

* { word-break: break-word; }
@media only screen and (max-width: 800px) {
	.single-article #main>.fusion-row, .search-results #main .fusion-row {
	display: block;
	}
	.article-icon, .manual-icon, .product-icon, .video-icon, .download-icon { display: none; }
	#search-container .entry-content a, .search_result_synopsis { left: 0; }
	.search #my_results article .entry-content {
		display: grid;
    	place-items: start;
    	padding: 20px 0;
		height: auto;
	}
	.search-results #main, .search-no-results #main { min-height: 1300px; }
	.search-results div#my_results ul#pagination_ul { bottom: -75px; }
	#tabs_nav span a { word-break: initial; }
	.search-results #tabs_nav {
		flex-wrap: wrap;
        display: flex;
		
	}
	#tabs_nav span {
		position: relative;
    	z-index: 10;
    	flex-basis: calc(50% - 12px);
    	height: 50px;
	}
	.search-results-nav:before {
		background-color: initial;
	}
	.search-results div#my_results { margin-top: 140px; }
	
	.search-section	#my_results article { 
		width: 100%;
		
	}
	div.fusion-column-wrapper .contact-resolve, div.fusion-column-wrapper .contact-view-more { width: initial; }
	.avada-footer-fx-sticky #boxed-wrapper { height: auto }
	
	table { width: 100%; }
	
	
	
}

.search-section	#my_results article {
	display: flex;
    align-items: center;
}

#page-id-14090 {
	
}

.avada-footer-fx-sticky #boxed-wrapper { display: block; }

.contact-resolve { top: 0px; }
.search-section { min-height: 250px;}
.search-results #main, .search-no-results #main { min-height: 1300px; }
#menu-header { position: relative; top: 10px; }



.page-id-14090 #search-container .entry-content a, .page-id-14090 .search_result_synopsis { left: 55px; }

@media only screen and (max-width: 800px) {
	.page-id-14090 #search-container .entry-content a, .page-id-14090 .search_result_synopsis { left: 0; padding: 10px; }
	.search-results .entry-header { left: 10px; }
}
