/*** TYPOGRAPHY ***/

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@import url(https://db.onlinewebfonts.com/c/3f3ccd1cde5372ca42bf662d7d366119?family=Blair+ITC+Std+Light);
@import url(https://db.onlinewebfonts.com/c/5fc0f841e0c03261f520e6a5160d10c9?family=Blair+ITC+Std);
@import url(https://db.onlinewebfonts.com/c/39647bd50f6ae4309c41f87b703e6b70?family=Blair+ITC+Std+Bold);

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

    

/** MEDIA QUERY **/
    
@media (min-width: 768px) {
	
}


/** GLOBAL **/

html {
  scroll-behavior: smooth;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

body {
 	color: #262626;
 	font-family: "DM Sans", sans-serif;
	font-size:18px;
}

h1 {
	padding: 50px 0 20px 0;
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
}

h2 {
	padding: 20px 0 20px 0;
	text-align: center;
	max-width: 80%;
	margin: 0 auto !important;
}

.content_left h2 {
	padding: 20px 0 20px 0;
	text-align: center;
	max-width: 80%;
	margin: 0 auto !important;
}

h3 {
	padding: 0;
	font-size: 22px;
	font-weight: 700;
}

img {
	width: 100%;
	height: auto;
}

hr {
	border-color: #666666;
	margin-top: 30px;	
	margin-bottom: 30px;
}

a {
	color: #2b5da5;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

.lead_1 {
	font-weight: 700;
	font-size: 22px;
	padding-bottom: 0px;
	color: #1b023a;
}

.lead {
	font-weight: 700;
	font-size: 22px;
	padding-bottom: 0px;
	color: #1b023a;
}



/** BUTTONS **/

.btn {
	border-radius: 0;	
	margin-top: 20px;
	font-size: 14px;
	line-height: 14px;
    color: #773dbd;
    background-color: #ffffff;
    /*background-color: #773dbd;*/
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #773dbd;
    padding: 12px 20px 10px 20px;
    transition: all ease 0.5s;   	
}

.btn:hover {
    text-decoration: none;	
    border: 2px solid #773dbd;	
    /*background-color: #ffffff;*/
	background-color: #773dbd;    
    color: #ffffff;
    transition: all ease 0.5s;
}

.btn_light {
	text-transform: uppercase;
	border:none;
    color: rgba(0,0,0,1);
    background-color: rgba(255,255,255,0.8);
    transition: all ease 0.5s;
}

.btn_light:hover {
	border:none;	
	color: rgba(255,255,255,1);
    background-color: rgba(165,158,137,1);
    transition: all ease 0.5s;   		
}

.btn_small {
	color: rgba(0,0,0,1);	
	margin-top: -3px;
	font-size: 14px;
	line-height: 14px;
    padding: 6px 12px 4px 12px; 		
}

a.btn_copy {
	font-size: 12px;
    background-color: #ffffff;
    border: 1px solid #262626; 
    color: #262626;
    transition: all ease 0.5s;
	padding: 16px 20px 14px 20px;
	margin-top: 0;         	
}

a.btn_copy:hover {
    background-color: #262626;
    border: 1px solid #262626;
    color: #ffffff;
    transition: all ease 0.5s;    	
}

.btn_np {
	margin: 0px 4px;
	width: 60px !important;
	padding: 16px 10px 14px 10px;
}

.btn_np_pre {
	margin-left: 20px;
}

.btn_read_more {
	margin: 0 0 20px 20px;
	/*width: 120px !important;
	padding: 16px 10px 14px 10px;*/
}

.btn_read_more:hover {
	text-decoration: none !important;
}

.btn_wide {
	width: 100%;
}

.btn_top {
    border: 2px solid #773dbd;
    padding: 12px 20px 10px 20px;	
	text-transform: uppercase;
	border:none;
    color: rgba(0,0,0,1);
    background-color: #773dbd;
	position: absolute;
	top: 0;
	right: 0;
}

.gform_button {
	border-radius: 0;	
	margin-top: 20px;
	font-size: 14px;
	line-height: 14px;
    color: #773dbd;
    background-color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #773dbd;
    padding: 12px 20px 10px 20px;
    transition: all ease 0.5s;  	
}

.gform_button:hover {
    text-decoration: none;	
    border: 2px solid #773dbd;	
	background-color: #773dbd;    
    color: #ffffff;
    transition: all ease 0.5s;
}

img.gform_ajax_spinner {
	display: none !important;
}


/** HEADER **/

.header {
	background: linear-gradient(180deg, #040328 0%, #1b023a 100%),#262626;
	background: linear-gradient(180deg, #7f7f7f 0%, #474747 100%),#7f7f7f;
}

/*.brand {
	text-align: center;
}

.brand img {
	padding: 30px 0 20px 0;
	width: 280px;
	height: auto;
	margin: 0 auto;
}*/


/** CONTENT **/

.container_full_width {
	max-width: 100% !important;
}

.home .content {
	margin-top: 0;
}

.page-template-home-2 .content {
	margin-top: 0;
}

.page-template-home-2 .hp_big_logo {
	margin-top: 30px;
}


.content {
	margin-top: 0px;
	padding: 20px 0;
	text-align: center;
}

.content_content {
	max-width: 850px;
	margin: 0 auto;	
}

.content_content img {
	padding-bottom: 30px;
}

/** HOMEPAGE **/


.homepage_four {
	margin-top: 0px;
}

.hp_links .hide_on_mobile {
	display:none;
}

@media (min-width: 768px) {
	.hp_links .hide_on_mobile {
		display:block;
	}
}

.hp_links {
	padding-top: 20px;
	padding-top: 0px;
	text-align:center;
	/*position: relative;*/	
}

.hp_links img:hover {
	opacity: 0.6;
}

.hp_link p {
	/*margin-bottom: -70px;
	position: relative;
	top: -90px;
	height: 90px;*/
	margin: 0;
	text-align: center;
	display:block;
	background-color: rgba(0,0,0,0.8);
}

.hp_link p.le {
	/*background-color: #546570;*/
	/*background-color: #666666;*/
	background-color: #2b5da5;	
}

.hp_link p.mil {
	/*background-color: #635f39;*/
	/*background-color: #666666;*/
	background-color: #516032;		
}

.hp_link p.comm {
	/*background-color: #616161;*/
	/*background-color: #666666;*/
	background-color: #528697;		
}

.hp_link p.top_pad a {
	padding-top: 20px;
}

.hp_link p a {
	text-align: center;
	display:block;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;	
	font-size: 16px;
	font-weight: 700;
	color: rgba(255,255,255,1);
	text-decoration: none;
}

@media (min-width: 992px) {
	
	/*.hp_link {
		border-right: 1px solid #ffffff;
		border-left: 1px solid #ffffff;			
	}
	
	.hp_link_left {
		margin-left: -6px;
	}
	
	.hp_link_middle {
		margin-right: 3px;
		margin-left: 3px;			
	}
	
	.hp_link_right {
		margin-left: 0px;
	}	
	
	.hp_link p {
		height: 110px;
		top: -110px;
	}	
	
	.hp_link p.top_pad a {
		padding-top: 40px;
	}*/
	
	.hp_link p a {
		font-size: 22px;	
	}

}

.hp_link a:hover {
	color: rgba(255,255,255,0.7);
}   


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 20px;
    padding-bottom: 10px;

}

.custom-html-widget {
	font-size: 30px;
	line-height: 36px;
	padding-right: 20px;	
}

.hp_big_logo {
	/*background: linear-gradient(180deg,  #773dbd 0%, #1b023a 100%), #773dbd;*/
	background: #773dbd;
	color: #ffffff;	
}

.hp_big_logo .tradeshow_iv {
	background-image: url('../images/Inveris_IV_white_angle.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.1;
	display:block;
	position:absolute;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.hp_big_logo h1 {
	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
    font-size: 30px;	
}

@media (min-width: 768px) { 
	.hp_big_logo h1 {
		text-align: left;
		/*padding-top: 100px;
		padding-bottom: 100px;*/
	    font-size: 30px;	
	}	
}

.hp_big_logo .brand {
	height: 100%;
	text-align: center;
}


.hp_big_logo .brand img {
	/*padding: 130px 0 50px 0;*/
	height: auto;
	width:100%;
	max-width: 300px;
	margin: 0 auto;
	padding: 50px 0 30px 0; 
}

@media (min-width: 768px) { 
	.hp_big_logo .brand img {
		padding: 0; 
	}
}


.hp_big_logo .fats_brand {
	text-align: center;
}

.hp_big_logo .fats_brand img {
	padding: 30px 0 30px 0;
	height: auto; 	
	width:200px;
	margin: 0 auto; 
}

.align_vertical_center {
	position: relative;
  top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.align_vertical_center span {
	display:block;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 40px;
	padding-bottom: 10px;
}

/*.hp_tradeshow {
	background: linear-gradient(180deg, #1b023a 0%, #040328 100%),#262626;
	color: #ffffff;		
}

.hp_tradeshow .tradeshow_iv {
	background-image: url('../images/Inveris_IV_white_angle.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.1;
	display:block;
	position:absolute;
	top: -50px;
	height: calc(100% + 50px);
	width: 100%;
	z-index: -1;
}*/

.hp_tradeshow {
	/*background: linear-gradient(180deg, #ff8207 0%, #ce6601 100%),#ce6601;
	background: #92241d;
	background: #dbc47f;
	color: #ffffff;	*/
	background: #ffffff;
	color: #616161;
	padding-bottom: 0;	
}

.hp_tradeshow h2 {
	/*padding-bottom: 20px;
	color: #ffffff !important;*/
	padding-bottom: 0px;
	color: #616161 !important;		
}

.hp_tradeshow h3 {
	text-align: center;
	padding-top: 20px;
}

.hp_tradeshow .event {
	border-bottom: none;
	padding-bottom: 0;
	min-height: 0;
}

.hp_tradeshow .event_info {
	text-align: center;
}

.hp_tradeshow .event a {
	color: rgba(65,65,65,1);
}

.hp_tradeshow .event a:hover {
	color: rgba(65,65,65,0.5);
}


.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    left: -50px;
    top: 50%;
    display: block;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #000;
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel button.owl-dot.owl-nav:hover {
	background-color: #fff;
    color: #ccc;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    right: -50px;
    top: 50%;
    display: block ;
    font-size: 3em ;
    margin: 0;
    cursor: pointer;
    color: #000;
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel button.owl-dot.owl-nav:hover {
	background-color: #fff;
    color: #ccc;
}

.owl-nav {
	display:none;
}

@media (min-width: 768px) { 
	.owl-nav {
		display:block;
	}
}

.tradeshow_footer {
	border-top: 1px solid #cccccc;
	margin-top: 50px;
}


.hp_news {
	/*background: linear-gradient(180deg, #7f7f7f 0%, #474747 100%),#7f7f7f;
	background: #dbc47f;
	background: #616161;*/
	background: #ffffff;
	padding-bottom: 30px;		
}

.hp_news h2 {
	padding-bottom: 0px;
	color: #616161;
}

.hp_news .news_list {
	padding-top: 20px;
	padding-bottom: 0px;
}

.hp_news .news_list p.news_title {
	height: 120px;
}

.hp_articles h2 {
	padding-bottom: 20px;
}

.hp_articles .news_list {
	padding-top: 20px;
	padding-bottom: 0px;
}


/** TEAM **/


.team_item {
	/*background: linear-gradient(180deg, #040328 0%, #1b023a 100%),#262626;*/
	background: #1b023a;
	border: 1px solid #ffffff;
	text-align: center;
	color: #ffffff;	
}

.team_item .team_link img:hover {
	opacity: 0.85;
}

.team_item a {
	font-size: 22px;
	color: rgba(255,255,255,0.7);
	text-decoration: none;
}

.team_item a:hover {
	color: rgba(255,255,255,1);
}

.team_item h3 {
	padding: 20px 0 0 0;
}

.team_item .position {
	text-transform: uppercase;
	font-size: 15px;
	height: 35px;
	padding: 0 30px;
	color: rgba(255,255,255,0.7);
}

.team_item img {
	padding-bottom: 0;
}

.team_content {
	text-align: center;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}

.team_content p {
	max-width: 950px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.team_content ul {
	text-align:left;
	max-width: 950px;
	margin: 0 auto;
	padding-left: 0;
	margin-bottom: 30px;
	list-style-type: none;	
}

.team_content li {
	border-top: 1px solid #cccccc;
	padding: 10px 0;
}

.pi_logo {
	max-width: 400px;
	padding: 30px 50px 50px 50px;
	margin: 0 auto;
}

#gform_7 {
	text-align:left;
	max-width: 950px;
	margin: 0 auto;
}

/** HISTORY **/

p.number {
	color: #1b023a;
	font-size: 40px;
	font-weight: 700;
	padding-top: 30px;
}

 section.timeline {
	padding: 20px 0 30px 0;
	background: #eeeeee;
}

.timeline_content {
	max-width: 1000px;
	margin: 0 auto;		
}

.timeline_content h3 {
	text-align: center;
	padding: 30px 0 20px 0;
}


/**.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current .wpostahs-main-title button {
    border-color: #773dbd;
    background: #773dbd !important;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .wpostahs-slider-nav-title:hover .wpostahs-main-title button {
    background: #773dbd;
    transition: all 0.5s ease-in-out;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav-title .wpostahs-title {
	color: #1b023a;
	color: #773dbd;
}

.wpostahs-slick-slider span.slick-arrow svg {
    height: 18px;
    width: 18px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    fill: #262626;
}

.wpostahs-slider-nav-content {
	text-align:left;
}

.wpostahs-slider-design-2 .wpostahs-slider-for .wpostahs-centent-title {
	color: #773dbd;
}

.wpostahs-slider-nav-content .slide-border-right {
	background: rgba(255,255,255,0.7);	
}

@media (min-width: 768px) {

	.wpostahs-slider-nav-content .slide-border-left {
		border: 0px solid #cccccc;
		border-right: none;
	}
	
	.wpostahs-slider-nav-content .slide-border-right {
		border: 0px solid #cccccc;
		border-left: none;	
	}

}

.wpostahs-slider-for {
	padding-top: 0px;

}

.wpostahs-slider-for .text-align:center {
	height: 400px;
	overflow: hidden;
}

.wpostahs-slider-nav-content h2 {
	font-size: 28px !important;
	font-weight: 700;		
	color: #1b023a;
	max-width: 100%;
	margin: 0 auto !important;
	padding: 0px 20px 0 20px !important;
	display:none;			
}

.wpostahs-slider-design-2 .wpostahs-centent {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 10px 20px 0 20px;	
}

.wpostahs-slider-design-2 img {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	padding: 10px 20px 0 20px;	
}

.wpostahs-slider-design-2 .wpostahs-centent p {
	font-size: 15px !important;	
}

@media (min-width: 768px) {
	
	.wpostahs-slider-nav-content h2 {
		text-align:left !important;				
	}
	
	.wpostahs-slider-design-2 .wpostahs-centent {
		text-align:left !important;
		max-width: 100% !important;	
	}
	
	.wpostahs-slider-design-2 .wpostahs-centent p {
		text-align:left !important;	
	}

}**/


/** PATENTS **/


table {
	width: 100%;
	font-size: 14px;	
}

table th {
	text-align: left !important;
	background: #1b023a;
	color: #ffffff;
	border: 1px solid #cccccc;
	padding: 8px;
}

table td {
	text-align: left !important;
	border: 1px solid #cccccc;
	padding: 8px;
}

.main-color-light {
	background: #cccccc;
}

.sub-color-dark {
	background: #eeeeee;
}


/** EVENTS **/

.event {
	padding-bottom: 20px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #cccccc;	
}

@media (min-width: 992px) {
	.event {
		/*text-align:left;*/
		min-height: 440px;	
	}	
	.event h3 {
		/*padding-top: 50px;*/
		padding-top: 20px;
	}
}

.event_info span {
	display:inline-block;
	padding: 0 10px;
}

.event a {
	text-decoration: none;
	transition: all ease 0.5s; 
}

.event a:hover {
	text-decoration: underline;
    transition: all ease 0.5s; 	
}

.event_image img {
	width: 100%;
	height: auto;
	padding-bottom: 0;
	/*padding-top: 20px;*/
}

/*.event_0 .event_image img {
	padding-top: 30px;
}

.event_1 .event_image img {
	padding-top: 30px;
}

.event_2 .event_image img {
	padding-top: 30px;
}*/



/** FAQs **/


.content_faqs {
	padding-bottom: 50px;
	max-width: 950px;	
}

/* Accordion
================================================== */
.acc {
  margin: 0 auto;
}
.acc__card {
  margin: 20px 0;
  position: relative;  
}
.acc__title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;	
  /*background: rgba(0,0,0,0.1);*/
  background: rgba(255,255,255,1);
  border: 1px solid rgba(0,0,0,0.8);
  border-radius: 5px;	
  cursor:pointer !important;
  display: block;
  padding: 15px 50px 15px 15px;
  position: relative;
  text-align: left;
}
.acc__title::after {
    width: 10px;
    height: 10px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    position: absolute;
    right: 20px;
    content: " ";
    top: calc(50% - 5px);
    transform: rotate(-45deg);
    transition: all 0.2s ease-in-out;
  }
.acc__title.active::after {
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
  }

.acc__title:hover {
	background: rgba(255,255,255,1);
    transition: all 0.2s ease-in-out;  	
	}
.acc .active {
	background: rgba(255,255,255,1);
    transition: all 0.2s ease-in-out;  	
	}	
.acc__panel {
	padding: 20px 20px 20px 20px;	
	display: none;
	margin: 0;
	text-align: left;
}

.acc__panel p {
	padding-top: 10px !important;
	font-size: 18px !important;
	line-height: 24px !important;
	font-weight: 300 !important;
}

.acc__panel p a.copy_link {
	text-align: left;
}

/** SEARCH & FILTER **/

/**** SEARCH & FILTER PRO ****/

.content_blog {
	max-width: 1100px;
}

.page-id-57 ul {
	max-width: 100%;
}

.page-id-57 .content p:first-child {
	padding-top: 40px;
	font-weight: 300;
	font-size: 18px !important;
	line-height: 24px !important;
}

:focus-visible {
    outline: none;
}

.searchandfilter ul {
	padding-left:0 !important;
	padding-top: 28px;
	text-align: center;
	padding-bottom: 28px;
	border-bottom: 1px solid #262626;
}

.searchandfilter li {
	display: inline-block !important;
	padding: 0 5px !important;
}

.searchandfilter input {
	border: 1px solid #262626;
	max-width: 270px !important;
	width: 270px;
	padding: 5px 5px 4px 15px !important;
	height: 40px !important;	
}

@media (min-width: 768px) {
	.searchandfilter input {
		max-width: 140px !important;	
	}	
}

@media (min-width: 992px) {
	.searchandfilter input {
		max-width: 240px !important;	
	}	
}

.searchandfilter li .search-filter-reset {
	min-width: 80px !important;
	width: 80px !important;	
    font-weight: 700;
    position:relative;
    top: -2px;
	font-size: 14px;
	line-height: 14px;
    background-color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #262626;
    padding-left: 5px !important;
    transition: all ease 0.5s;    	
}

.searchandfilter li .search-filter-reset:hover {
    background-color: #262626;
    border: 2px solid #262626;
    color: rgba(255,255,255,1);
    transition: all ease 0.5s;
}

.searchandfilter li select {
	border: 1px solid #262626;
	width: 270px !important;
	padding: 4px 5px 3px 15px !important;
	height: 40px !important;
	margin-bottom: 10px;
}

@media (min-width: 600px) {
	.searchandfilter li select {
		width: 360px !important;
	}	
}

select.sf-input-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%20000002%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
    background-repeat: no-repeat, repeat;
    /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
    background-position: right .7em top 50%, 0 0;
    /* icon size, then gradient */
    background-size: .65em auto, 100%;
    color: rgba(40,34,60,1) !important; 
}

.news_list {
	padding-top: 50px;
	padding-bottom: 50px;
}

.page-id-57 .news_list {
	padding-top: 0px;
	padding-bottom: 50px;
}

.news_item {
	margin: 0 0 30px 0;
	/*background: #eeeeee;*/
	border: 1px solid #eeeeee;
}

.news_featured_image {
	height: 150px;
	background-position: center center;
	background-size: cover;	
}

.news_link {
	width: 100%;
	height: 100%;
	display: block;
}

.news_item img {
	width: 110%;
	height: auto;
}

.news_featured_image:hover {
	opacity: 0.6;
}

.news_date {
	color: #262626;
	font-size: 14px;
	padding: 10px 20px 4px 20px;
	position:relative;
}

.content_left .news_date {
	padding: 0;
}

.news_item p a {
	display:block;
	text-decoration: none;
	padding: 0 20px 0 20px;
}


@media (min-width: 992px) {
	.news_item p a {
		min-height: 160px;
	}
}

@media (min-width: 1200px) {
	.news_item p a {
		min-height: 100px;
	}
}

.news_item a:hover {
	text-decoration: underline;
}

.content_left .news_item .news_date {
	padding: 10px 20px 4px 20px;
}

.news_date .news_cat_name {
	padding-top: 10px;
	display:block;
	font-weight: 700;
}

.news_date .news_date_right {
	display:block;
	position: absolute;
	right: 20px;
	top: 20px;
	font-weight: 300;
	text-align: right;
}

.news_date_single {
	color: #262626;
	font-size: 16px !important;
	text-align: left;	
}

.content_left {
	text-align: left;
}

.content_left h1 {
	text-align: left;
	max-width: 100%;	
}

.content_left h2 {
	text-align: left;
	max-width: 100%;	
}

.single_content_bottom {
	margin-top: 70px;
	border-top: 1px solid #262626;
	border-bottom: 1px solid #262626;		
	padding: 30px 0 50px 0;
}


/** FOOTER **/

.footer {
	/*background: linear-gradient(180deg, #040328 0%, #1b023a 100%),#262626;*/
	background: #522d6d;
	color: #ffffff;
	font-size: 14px;
	/*text-align: center;*/
}

/*.footer ul {
	text-align: center !important;
}

.footer p {
	text-align: center !important;
}*/

.footer_iv {
	background-image: url('../images/Inveris_IV_white_crop.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.02;
	display:block;
	position:absolute;
	height: 100%;
	width: 100%;
	z-index: -1;
}

@media (min-width: 992px) {
	.footer_iv  {
		background-image: url('../images/Inveris_IV_white.png');
		background-size: 170%;
	}	
}

@media (min-width: 1200px) {
	.footer_iv  {
		background-size: 150%;
	}	
}

.footer_brand {
	width: 100%;
	/*text-align: center;*/
}

.footer_brand img {
	width: 180px;
	height: auto;
	padding-top: 80px;
	padding-bottom: 40px;
}

.footer hr {
	border-color: #aaaaaa;
	margin-top: 30px;	
	margin-bottom: 20px;
}

.footer h3 {
	font-size: 22px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.footer a {
	color: #ffffff;
	text-decoration: none;	
}

.footer a:hover {
	color: #aaaaaa;
	text-decoration: none
}

.footer ul {
	padding: 0 !important;
	margin-left: 0 !important;
}

.footer li {
	font-size: 16px;
	list-style-type: none;
	margin: 0 !important;
	padding: 6px 0 !important;
}

.footer_copyright {
	padding-top: 40px;
	padding-bottom: 50px;
}

.social_links li {
	border: none;
	display: inline-block;
	font-size: 32px;
	margin: 0 10px 0 0 !important;	
}



/* Products */

span.red {
    color: #e41e2d!important;
    font-weight: 700 !important;
}

span.bold {
    font-weight: 700 !important;
}

span.bold_black {
    color: #000!important;
    font-weight: 700 !important;
}



.content_background_image {
	background-position: left center;
	background-size: cover;
	min-height: 300px;
	position: relative;	
	margin-bottom: 50px;
}

.content_background_image_tint {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(255,255,255,0.7);
}

.content_background_image p {
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	max-width: 850px;
	margin: 0 auto;
	color: #000000;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 30px;
}

.page-template-product h2 {
	text-transform: uppercase;
    font-weight: 400!important;	
	font-size: 20px;
	margin: 0;
	max-width: 940px;
	padding: 0 30px 20px 30px;		
}

.page-template-product .product_content h3 {
	font-weight: 600!important;	
	text-transform: uppercase;
	text-align: left;
	margin: 0;
	padding: 20px 30px 20px 30px;		
}

.page-template-product .product_content h4 {
	font-size: 18px;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
	padding: 20px 30px 10px 30px;		
}

.page-template-product .product_content p {
	text-align: left;
	max-width: 850px;
	margin: 0 auto;
	padding: 0 30px;	
	padding-bottom: 30px;
}

.page-template-product .product_content p+ul {	
	margin-top: -15px;
}

.page-template-product .product_content p.caption {	
	margin-top: -15px !important;
	font-size: 0.8em;
}

.page-template-product ul {
	text-align: left;
	max-width: 850px;
	margin: 0 auto;
	padding: 0 30px;	
	padding-bottom: 30px;
	margin-left: 30px;	
}

.page-template-product ul li ul {
	text-align: left;
	max-width: 850px;
	margin: 0 auto;
	padding: 0 10px;
	padding-top: 10px;	
	padding-bottom: 10px;
	margin-left: 10px;
	font-size: 0.9em;	
}

.page-template-product ol {
	text-align: left;
	max-width: 850px;
	margin: 0 auto;
	padding: 0 30px;	
	padding-bottom: 30px;
	margin-left: 30px;	
}

.page-template-product li { 
	margin-bottom: 10px;
}

.page-template-product ul li ul li { 
	margin-bottom: 6px;
}

.page-template-product .content_content p img { 
	padding-bottom: 0;
}

.page-template-product .content_table p {
	max-width:none;
	padding: 0 !important;
}




.page-template-product-le h1 {
	/*color: #546570;*/
	color: #3e4a53;			
}

.page-template-product-le .content_background_image_tint {
	/*background-color: rgba(84,101,112,0.8);*/
	background-color: rgba(62,74,83,0.8);	
}

.page-template-product-le h2 {
	text-transform: uppercase;
    font-weight: 400!important;	
	font-size: 20px;
	margin: 0;
	max-width: 940px;
	padding: 0 30px 20px 30px;
	/*color: #546570;*/
	color: #3e4a53;				
}

.page-template-product-le .product_content h3 {
	font-weight: 600!important;	
	text-transform: uppercase;
	text-align: left;
	margin: 0;
	padding: 20px 30px 20px 30px;
	/*color: #546570;*/
	color: #3e4a53;			
}

.page-template-product-le .product_content h4 {
	font-size: 18px;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
	padding: 20px 30px 10px 30px;
	color: #546570;				
}

.page-template-product-le .product_content p {
	text-align: left;
	max-width: 850px;
	margin: 0 auto;
	padding: 0 30px;	
	padding-bottom: 30px;
	/*color: #546570;*/
	color: #3e4a53;		
}

.page-template-product-le .product_content p+ul {	
	margin-top: -15px;
}

.page-template-product-le .product_content p.caption {	
	margin-top: -15px !important;
	font-size: 0.8em;
}

.page-template-product-le ul {
	text-align: left;
	max-width: 850px;
	margin: 0 auto;
	padding: 0 30px;	
	padding-bottom: 30px;
	margin-left: 30px;
	/*color: #546570;*/
	color: #3e4a53;			
}

.page-template-product-le ul li ul {
	text-align: left;
	max-width: 850px;
	margin: 0 auto;
	padding: 0 10px;
	padding-top: 10px;	
	padding-bottom: 10px;
	margin-left: 10px;
	font-size: 0.9em;	
}

.page-template-product-le ol {
	text-align: left;
	max-width: 850px;
	margin: 0 auto;
	padding: 0 30px;	
	padding-bottom: 30px;
	margin-left: 30px;	
}

.page-template-product-le li { 
	margin-bottom: 10px;
}

.page-template-product-le ul li ul li { 
	margin-bottom: 6px;
}

.page-template-product-le .content_content p img { 
	padding-bottom: 0;
}

.page-template-product-le .content_table p {
	max-width:none;
	padding: 0 !important;
}



.page-template-product-mil h1 {
	/*color: #635f39;*/
	color: #4b482c;		
}

.page-template-product-mil .content_background_image_tint {
	/*background-color: rgba(99,95,57,0.8);*/
	background-color: rgba(75,72,44,0.8);	
}


.page-template-product-mil h2 {
	text-transform: uppercase;
    font-weight: 400!important;	
	font-size: 20px;
	margin: 0;
	max-width: 940px;
	padding: 0 30px 20px 30px;
	/*color: #635f39;*/
	color: #4b482c;		
}

.page-template-product-mil .product_content h3 {
	font-weight: 600!important;	
	text-transform: uppercase;
	text-align: left;
	margin: 0;
	padding: 20px 30px 20px 30px;
	/*color: #635f39;*/
	color: #4b482c;			
}

.page-template-product-mil .product_content h4 {
	font-size: 18px;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
	padding: 20px 30px 10px 30px;
	/*color: #635f39;*/
	color: #4b482c;			
}

.page-template-product-mil .product_content p {
	text-align: left;
	max-width: 850px;
	margin: 0 auto;
	padding: 0 30px;	
	padding-bottom: 30px;
	/*color: #635f39;*/
	color: #4b482c;		
}

.page-template-product-mil .product_content p+ul {	
	margin-top: -15px;
}

.page-template-product-mil .product_content p.caption {	
	margin-top: -15px !important;
	font-size: 0.8em;
}

.page-template-product-mil ul {
	text-align: left;
	max-width: 850px;
	margin: 0 auto;
	padding: 0 30px;	
	padding-bottom: 30px;
	margin-left: 30px;
	/*color: #635f39;*/
	color: #4b482c;	
}

.page-template-product-mil ul li ul {
	text-align: left;
	max-width: 850px;
	margin: 0 auto;
	padding: 0 10px;
	padding-top: 10px;	
	padding-bottom: 10px;
	margin-left: 10px;
	font-size: 0.9em;	
}

.page-template-product-mil ol {
	text-align: left;
	max-width: 850px;
	margin: 0 auto;
	padding: 0 30px;	
	padding-bottom: 30px;
	margin-left: 30px;	
}

.page-template-product-mil li { 
	margin-bottom: 10px;
}

.page-template-product-mil ul li ul li { 
	margin-bottom: 6px;
}

.page-template-product-mil .content_content p img { 
	padding-bottom: 0;
}

.page-template-product-mil .content_table p {
	max-width:none;
	padding: 0 !important;
}




.product_featured_image {
	padding-right: 30px;
	padding-left: 30px;	
}

.product_feature {
	text-align: left;
	margin-top: 40px;
	padding-bottom: 30px;
	padding-right: 30px;
	border-bottom: 1px solid #cccccc;
}

.product_feature p {
	padding: 0;	
	padding-bottom: 10px;
}

.product_feature_icon {
	text-align: center;
}

.product_feature_icon img {
	padding-top: 20px;
	width: 80px;
	height: auto;
}

.download_btn {
	font-size: 18px;	
	margin-top: 70px;
	margin-bottom: 20px;
}

.download_btn_content {
	font-size: 18px;	
	margin-top: 10px;
	margin-bottom: 10px;
}

.download_btn i {
	padding-right: 6px;
}

.content_table {
	margin-top: 50px;
	padding-left: 30px;
	padding-right: 0px;
}

.content_table .VR {
	text-transform: uppercase;
	font-weight: 900;
	color: #ffffff;
	text-align: center !important;
	width: 60px;
}

.content_table .AR {
	text-transform: uppercase;
	font-weight: 900;
	color: #ffffff;
	text-align: center !important;
	width: 60px;
}

.content_table .yes {
	background: green;
	text-transform: uppercase;
	font-weight: 900;
	color: #ffffff;
	text-align: center !important;
	width: 60px;
}

.content_table .no {
	background: red;
	text-transform: uppercase;
	font-weight: 900;
	color: #ffffff;
	text-align: center !important;
	width: 60px;		
}


.page-template-product .product_content .content_table h3 {
	padding-left: 0;
}

@media (min-width: 768px) {
	.content_col_two:first-child h3 {
		padding-top: 0 !important;
		margin-top: 0 !important
	}
	.content_col_two:first-child p {
		padding-top: 0 !important;
		margin-top: 0 !important
	}
}

/** TOP NAV LINKS **/



.top_nav {
	position:fixed;
	z-index: 100;
	top: 0;
	left: 0;
	height: 38px;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	/*background: linear-gradient(180deg,  #773dbd 0%, #1b023a 100%), #773dbd;*/
	background: #773dbd;	
	text-align:right;
	/*border-bottom: 1px dotted rgba(255,255,255,0.5);*/
}

.admin-bar .top_nav {
	top: 32px;
}

.top_nav_links .btn {
	margin-top: 0;
	font-size: 12px;
	background: transparent;
	border-left: 1px solid rgba(255,255,255,1);
	border-top: none;
	border-bottom: none;
	padding-top: 12px;
	color: rgba(255,255,255,1);
}


.top_nav_links_mobile {
	display: block;
}

.top_nav_links_desktop {
	display: none;
}

.top_nav_links_desktop img {
	width: auto;
	height: 38px;
	max-width: 400px;
	display: inline-block;
}


@media (min-width: 870px) {
	.top_nav_links_mobile {
		display: none;
	}
	
	.top_nav_links_desktop {
		display: block;
	}
}

.top_nav_links_mobile .btn {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}

.top_nav_links .btn:hover {
	color: rgba(255,255,255,0.7);
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
    padding-top: 20px;
}

li#mega-menu-176-0-0 .mega-sub-menu {
    padding-top: 10px !important;
}

li#mega-menu-185-0-0 .mega-sub-menu {
    padding-top: 10px !important;
}

li#mega-menu-221-0-0 .mega-sub-menu {
    padding-top: 10px !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px 15px 0px 15px;
}


.scenario_item {
	border: 1px solid #cccccc;
	margin-bottom: 30px;
}

.scenario_item p {
	padding: 20px;	
}

@media (min-width: 768px) {
	.scenario_item p {
		min-height: 240px;	
	}
}

@media (min-width: 1024px) {
	.scenario_item p {
		min-height: 340px;	
	}
}

li.mega-current-menu-item>a {
	font-weight: 900 !important;
}


.hws_products h2 {
	font-size: 20px;
}

.hws_products h2 a {
	text-decoration: none;
}

.hws_products h2 a:hover {
	text-decoration: underline;
}

.hws_image img:hover {
	opacity: 0.5;
}

.hp_progress {
	display: none;
}

@media (min-width: 768px) { 
	.hp_progress {
		display: block;
	}
}


.hp_progress {
	background: #616161;
	/*background-image: url('../images/Main_1_large.jpg');
	background-size: cover;*/
	padding: 0;
}

.hp_progress_tint {
	z-index: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.6);	
}

/*.hp_progress .container {
	max-width: 95%;
	margin: 0 auto;
}*/

.hp_progress .container {
	max-width: 100%;
	margin: 0 auto;
}

.hp_progress_padding {
	/*padding-top: 30px;
	padding-bottom:50px;*/
} 

/*.hp_progress h2 {
	position: relative;
	z-index:1;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
}*/

.hp_progress h2 {
	position: absolute;
	font-size: 22px;
	font-weight: bold;
	top: 15px;
	left: 10%;
	z-index:1;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
}

.hp97 {
	position: relative;
	margin: 4px;
}

.hp97_image {
	background: #616161;
}

.hp97_image img {
	background: #616161;
	border: 3px solid transparent;
}

.hp97:hover img{
	opacity: 0.5;
	border: 3px solid #ffffff;	
}

.hp97:hover h3 a {
	color: rgba(255,255,255,1);
}

.hp97 h3 {
	width: 100%;
	font-size: 30px;
	line-height: 34px;
	text-align: center;
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media (min-width: 768px) { 
	.hp97 h3 {
		font-size: 20px;
		line-height: 24px;
	}	
}

@media (min-width: 1100px) { 
	.hp97 h3 {
		font-size: 30px;
		line-height: 34px;
	}	
}

@media (min-width: 1200px) { 
	.hp97 h3 {
		font-size: 38px;
		line-height: 42px;
	}	
}

.hp97 h3 a {
	color: rgba(255,255,255,0.4);
	text-decoration: none;
}

.arrow {
	display: none;
}

@media (min-width: 768px) {
	
	.arrow {
		display: block;
		z-index: 100;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: -40px;
		font-size: 60px;
		color: #ffffff;
		text-shadow: 0 0 4px rgba(0,0,0,0.9);
	}

}

/*HOME PAGE CTA;*/
.hp_funding {
	/*background: #0095a9;*/
	/*background: #011955;*/
	background: #2b5da5;
	color: #ffffff;
	padding: 4px 0 0 0;
	text-align:center;
}

.hp_funding .btn {
	position: relative;
	top: -12px;
	padding: 10px 12px;
	/*background-color: #ff7f30;*/
	background-color: #d0cfcd;
	/*color: #ffffff;*/
	color: #2b5da5;
	border:none;	
}

.hp_funding .btn:hover {
	background-color: #ffffff;
	/*color: #0094a8;*/
	color: #2b5da5;
}

.hp_funding p {
	margin-bottom: 0;
}

.hp_funding span {
	font-size: 20px;
	font-weight: 700;
	padding: 0;
}

span.hide_on_desktop {
	padding: 0;
}

@media (min-width: 768px) { 
	.hp_funding span {
		padding-right: 20px;
	}
	
	span.hide_on_desktop {
		display:none;
	}

}


.cta {
	background: #0095a9;
	color: #ffffff;
	margin-top: 0px;
	padding: 4px 0 0 0;
	text-align:center;
}

.cta .btn {
	position: relative;
	top: -12px;
	padding: 10px 12px;
	/*background-color: #ff7f30;*/
	background-color: #d0cfcd;
	/*color: #ffffff;*/
	color: #2b5da5;
	border:none;	
}

.cta .btn:hover {
	background-color: #ffffff;
	/*color: #0095a9;*/
	color: #2b5da5;	
}

.cta p {
	margin-bottom: 0;
}

.cta span {
	font-size: 20px;
	font-weight: 700;
	padding: 0;
}

@media (min-width: 768px) { 
	
	.cta span {
		padding-right: 20px;
	}
	
	span.hide_on_desktop {
		display:none;
	}

}

.lowercase {
	text-transform: lowercase !important; 
	}
	
	
.testimonial {
	border:1px solid rgba(0,0,0,0.4);
	/*background:rgba(0,0,0,0.075);*/	
	padding: 60px 20px 60px 20px;
	margin-bottom: 30px;
	position:relative;
	text-align: left; 
}

.testimonial p {

}

.testimonial p.ref {
	font-size: 14px;	
}

img.quote_open {
	display:block;
	position: absolute;
	width: 70px !important;
	height:auto;
	top: -28px;
	left:-2px;
	margin: 25px 0;
	opacity: 0.5;
	padding: 0;
}

img.quote_close {
	display:block;	
	position: absolute;
	width: 70px !important;
	height:auto;
	bottom: -28px;
	right:-2px;
	margin: 25px 0;
	opacity: 0.5;
	padding: 0;	
}


.content_landing_products {
	max-width: 90%;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 768px) {
	
	.content_landing_products {
		max-width: 80%;
	} 
	
}

.content_landing_image_strip_two {
	margin-top: 50px;
}


.fp_products h3 {
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

.fp_products h3 a {
	text-decoration: none;
}

.fp_products h3 a:hover {
	text-decoration: underline;
}

.fp_image {
	background-size: cover;
}

.fp_image:hover {
	opacity: 0.5;
}


.landing_overlay h2 {
	color: #262626;
	padding: 90px 0 20px 0;
}

.landing_overlay p.lead {
	color: #262626;
	padding: 0;
	top: 0;
	transform: translateY(0);
}

.commercial_legend {
	background-color: #8d0d0d;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
    position: relative;
    top: 3px;
    margin-top: 10px;
}

.law_enforcement_legend {
	background-color: #0288d1;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
    border-radius: 50%;
    position: relative;
    top: 3px;
    margin-top: 10px;   
}	

.military_legend {
	background-color: #4b7222;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
    border-radius: 50%;
    position: relative;
    top: 3px;
    margin-top: 10px;   
}	

.international_legend {
	background-color: #9c27b0;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
    border-radius: 50%;
    position: relative;
    top: 3px;
    margin-top: 10px;   
}

.private_header {
	background: #616161;
}

.private_brand {
	text-align:center;
}

.private_brand img {
	width: 180px;
	height: auto;
	margin: 20px auto;
}

.private_header_2 {
	background: white;
}

.private_brand_2 {
	text-align:center;
}

.private_brand_2 img {
	height: auto;
	margin: 30px auto;
}

@media (min-width: 768px) {
	.private_brand_2 img {
		width: 70%;	
	}
}

@media (min-width: 1024px) {
	.private_brand_2 img {
		width: 650px;	
	}
}

.private_table {
	margin-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

.page-template-private h1 {
	margin-top: 0;
	padding-top: 0;
}

.location {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.location h2 {
	font-size: 22px;
	padding: 0 0 20px 0;
}

.location p {
	font-size: 13px;
	margin-bottom: 4px;
}

.location p.title {
	font-weight: 900;
	font-size: 15px !important;
}	


@media (min-width: 768px) {
	
	.content_form_text {
		padding: 0 30px;
	}
	
}

.content_form_text h2 {
	padding: 30px 0;
	max-width: 100%;
	font-weight: 600 !important;
	font-size: 22px;
}

/** DOWNLOADS **/

.downloads_h3 {
	padding: 30px 0 20px 0;
	border-top: 1px dotted #262626;
	margin-top: 30px;	
}

.download {
	padding: 10px 0 0 0;
}

.download .btn {
	width: 100%;
	margin-top: 0;
	
}

/** TIMELINE **/

.year {
	padding: 20px 10px 0 10px;
}

.year_title {
	color: #773dbd;
}

.year_image {
	padding-top: 10px;
	padding-bottom: 20px;
}

.year_content {
	font-size: 14px;
	line-height: 18px;
}

.three_links {
		padding-bottom: 50px;
	}


/** TOP THREE **/

@media (min-width: 768px) {
	
	.three_image {
		padding-top: 160px;
		padding-right: 20px;
	}
	
	.three_image_bottom {
		padding-top: 20px;
		padding-right: 20px;
	}
	
	.three_links {
		padding-top: 250px;
		padding-right: 20px;
	}	
	
}


#mega-menu-wrap-primary li.sub_header a {
	font-weight: bold !important;
	padding: 10px 0 3px 0 !important;
}


/** VIDEO **/

.product_video {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/** JOBS **/

.jobs_list_holder .form-select {
	border-radius: 0;
}

.jobs_list_holder .card {
	border-radius: 0;
}

.jobs_list {
	padding-top: 30px;
}

.showing {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.jobs_list_holder .pagination .page-link {
	border-radius: 0 !important;
}

.jobs_list_holder .pagination .page-link {
	color: #773dbd;
}

.jobs_list_holder .pagination .active>.page-link {
	background-color: #773dbd;
	border-color: #773dbd;
	color: #ffffff;
}

.jobs_list_holder .mobile_apply {
	margin-bottom: 30px;
}

@media (min-width:  1000px) {
	.jobs_list_holder .mobile_apply {
		display: none;
	}
}

.page-id-56677 .content img {
	padding-top: 30px;
}

.page-id-56677 .content figure+h2 {
	padding-top: 20px;
}


body div.gform_wrapper div.gform_body select {
    /*-webkit-appearance: none;*/
    height: 42px !important;
}

@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
	  body div.gform_wrapper div.gform_body select {
	    font-size: 30px;
	    padding: 10px 0;
	}
}

/* NEW HP STYLES FOR STORE LINK */

.hp_store {
	/*background: #0095a9;*/
	background: #528697;
	padding: 0;
}

/* NEW CAMPAIGN LANDING PAGE */

.cl_content {
	text-align: left;
}

.cl_cta {
	margin-top: 0;
}


/** NEW REGIONAL CONTACTS STYLES **/

.regional_map {
	position: relative;
	height: 100%;
	width: 100%;
	margin-top: -50px;		
}

.map_height {
	transform: scaleY(0.75);
}

.regional_map .map_image {
    display:none;
}

.regional_map .highlighted {
    display:block;
}

.map_image .active {
    display:block;
}

.panel:not(.active) {
    display:none;
}

.panel {
	margin-top: 0px;
	padding-top: 30px;
	border-top: 1px solid #cccccc;
}

.regional_map .map_hover {
	display:block !important;
	z-index:200;
	position: absolute;
}

.location .team_item p {
	margin-bottom: 30px;
}


/** NEW COLOUR BRANDING CHANGES **/

.mil_strip {
	height: 10px;
	background: #516032;
}

.ps_strip {
	height: 10px;
	background: #2b5da5;
}

.con_strip {
	height: 10px;
	background: #528697;
}

.fats_strip {
	height: 10px;
	background: #e41e2d;
}

.denomination {
	height: 45px;
	margin-top: 0px;
	padding: 1px;
	text-align: center;
	border-top: 1px solid #ffffff;
}

.denom_title {
	padding-top: 8px;
	color: #ffffff;
	text-transform: uppercase;	
}

.denom_mil {
	background: #516032;	
}

.denom_ps {
	background: #2b5da5;	
}

.denom_con {
	background: #528697;	
}

#mega-menu-55907-0-1 {
	background-color: rgba(229,231,224,1) !important;
	padding-bottom: 20px !important;	
}

#mega-menu-55907-0-1 a:hover{
	color: rgba(81,99,56,1) !important;
}

#mega-menu-55907-0-1 .mega-disable-link a:hover{
	color: rgba(97,97,97,1) !important;
}

#mega-menu-55907-0-2 {
	background-color: rgba(223,231,242,1) !important;
	padding-bottom: 20px !important;	
}

#mega-menu-55907-0-2 a:hover{
	color: rgba(43,93,165,1) !important;
}

#mega-menu-55907-0-2 .mega-disable-link a:hover{
	color: rgba(97,97,97,1) !important;
}

#mega-menu-55906-0-1 {
	background-color: rgba(229,231,224,1) !important;
	padding-bottom: 20px !important;	
}

#mega-menu-55906-0-1 a:hover{
	color: rgba(81,99,56,1) !important;
}

#mega-menu-55906-0-1 .mega-disable-link a:hover{
	color: rgba(97,97,97,1) !important;
}

#mega-menu-55906-0-2 {
	background-color: rgba(223,231,242,1) !important;
	padding-bottom: 20px !important;	
}

#mega-menu-55906-0-2 a:hover{
	color: rgba(43,93,165,1) !important;
}

#mega-menu-55906-0-2 .mega-disable-link a:hover{
	color: rgba(97,97,97,1) !important;
}

#mega-menu-55906-0-3 {
	background-color: rgba(229,237,240,1) !important;
	padding-bottom: 20px !important;	
}

#mega-menu-55906-0-3 a:hover{
	color: rgba(82,134,151,1) !important;
}

#mega-menu-55906-0-3 .mega-disable-link a:hover{
	color: rgba(97,97,97,1) !important;
}

.mil_page h1 {
	color: rgba(81,99,56,1);	
}

.mil_page h2 {
	color: rgba(81,99,56,1);	
}

.mil_page h3 {
	color: rgba(81,99,56,1);	
}

.ps_page h1 {
	color: rgba(43,93,165,1);
}

.ps_page h2 {
	color: rgba(43,93,165,1);
}

.ps_page h3 {
	color: rgba(43,93,165,1);
}

.con_page h1 {
	color: rgba(82,134,151,1);	
}

.con_page h2 {
	color: rgba(82,134,151,1);	
}

.con_page h3 {
	color: rgba(82,134,151,1);	
}

.navigation {
	margin-top: 38px;
}

@media only screen and (min-width: 1201px) {
  #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-55307 img {
    margin-top: -6px;
  }
}

.homepage_banner {
	position: relative;
}

.homepage_banner .btn_invisible {
	position: absolute;
	height: 15%;
	background: rgba(0,0,0,0);
	display: block !important;
}

.homepage_banner .btn_i_mil {
	width: 10%;
	bottom: 11%;
	right: 35%;
}

.homepage_banner .btn_i_ps {
	width: 11%;
	bottom: 11%;
	right: 21%;
}

.homepage_banner .btn_i_rc {
	width: 15%;
	bottom: 11%;
	right: 2%;
}

.hide_on_mobile {
	display:none;
}

@media (min-width: 768px) {
	.hide_on_mobile {
		display:block;
	}
}

.hide_on_desktop {
	display:block;
}

@media (min-width: 768px) {
	.hide_on_desktop {
		display:none;
	}
}

.homepage_banner_mobile {
	border-bottom: 4px #de002b solid;
}

.homepage_banner_mobile a {
	font-weight: bold;
	display:block;
	width: 100%;
	margin: 0;
	padding: 8px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.7);
	text-align: center;	
}

.homepage_banner_mobile a:hover {
	color: rgba(255,255,255,1);	
}

.homepage_banner_mobile .btn_bm_mil {
	background: rgba(81,99,56,1);
}

.homepage_banner_mobile .btn_bm_ps {
	background: rgba(43,93,165,1);	
}

.homepage_banner_mobile .btn_bm_rc {
	background: rgba(82,134,151,1);		
}

.content_landing_news {
	padding: 0 20px;
}

@media (min-width: 768px) {
	.content_landing_news {
		padding: 0 50px;
	}
}

.page-id-56544 {
	background-image: url('https://inveristraining.com/wp-content/uploads/2025/02/MIL_Montage_LP.jpg');
	background-repeat:no-repeat;
	background-size: 100% auto;
	background-position: 0 140px;
}

.page-id-111 {
	background-image: url('https://inveristraining.com/wp-content/uploads/2025/02/MIL_Montage_LP.jpg');
	background-repeat:no-repeat;
	background-size: 100% auto;
	background-position: 0 140px;
}

.page-id-13 {
	background-image: url('https://inveristraining.com/wp-content/uploads/2025/02/MIL_Montage_LP.jpg');
	background-repeat:no-repeat;
	background-size: 100% auto;
	background-position: 0 140px;
}

.page-id-56546 {
	background-image: url('https://inveristraining.com/wp-content/uploads/2025/02/PS_Montage_LP.jpg');
	background-repeat:no-repeat;
	background-size: 100% auto;
	background-position: 0 140px;
}

.page-id-11 {
	background-image: url('https://inveristraining.com/wp-content/uploads/2025/02/PS_Montage_LP.jpg');
	background-repeat:no-repeat;
	background-size: 100% auto;
	background-position: 0 140px;
}

.page-id-55495 {
	background-image: url('https://inveristraining.com/wp-content/uploads/2025/02/RC_Montage_LP.jpg');
	background-repeat:no-repeat;
	background-size: 100% auto;
	background-position: 0 140px;
}

.page-id-55560 {
	background-image: url('https://inveristraining.com/wp-content/uploads/2025/02/RC_Montage_LP.jpg');
	background-repeat:no-repeat;
	background-size: 100% auto;
	background-position: 0 140px;
}

.page-id-113 {
	background-image: url('https://inveristraining.com/wp-content/uploads/2025/02/RC_Montage_LP.jpg');
	background-repeat:no-repeat;
	background-size: 100% auto;
	background-position: 0 140px;
}

.page-id-21 {
	background-image: url('https://inveristraining.com/wp-content/uploads/2025/02/IV_Montage.jpg');
	background-repeat:no-repeat;
	background-size: 100% auto;
	background-position: 0 98px;
}

@media (min-width: 768px) {
	.clf2 {
		padding-top: 350px;
	}
}

@media (min-width: 768px) {
	.clft {
		padding-top: 450px;
	}
}

.content_background_image_lt {
	background-position: left top;
	background-size: 100% auto;
	min-height: none;
	position: relative;	
	margin-bottom: 0;
	background-repeat: no-repeat;
}

.content_background_image_lt p {
	text-align: left;
}

@media (min-width: 768px) {
	.content_background_image_lt p {
		max-width: 80%;
	}
}

.content_background_image_lt h2 {
	padding-top: 50px;
}