/*======================================================
Screen Style Sheet
Vita Needle Company
------------------------------------------------------
Author(s):Melody Tran
Created:July 23,2024

TOC: General, Scaffolding, Position Specific Styles, Tables, Buttons, Seperators, Custom Element Styles, Header, Primary Navigation, Home Banner, Inner Banner, Breadcrumbs, Tabbed Content, Image & Text Blocks, Video, Fancybox, Charts & Graphs, Forms, Search Results, Buckets, Single Image, Gallery & Carousel, Resource Library, Modals, Blog, PDF, Files, Paging, Job Listing, Address, Sidebar, Catalog, Footer

======================================================*/

/* Start General */
*{
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

.hidden,.hidetext,.special,.smallsite{display:none !important;}
.clear{clear:both;}
.clearfix:after {content:"";display:block;height:0;clear:both;}
.warning,.error{color:#a00;font-size:10px;text-align:left;display:block;}
.errorMessage,
.error-message{color:#a00;font-size:11px;font-weight:bold;text-align:left;margin:2px auto 0;display:block;}
#token,.special {width:0px;height:0px;padding:0px;margin:0px;border:none;position:absolute;left:-9999px;}
.center {text-align:center;margin-left:auto;margin-right:auto;}
address {margin:0;}
.left {float:left;}
.right {float:right;}
img.left {margin:0 15px 15px 0;}
img.right {margin:0 0 15px 15px;}
img {max-width:100%;}
.unstyled {list-style:none;margin:0;padding:0;}
.sep {margin:0 6px;display:inline-block;opacity:0.5;filter:alpha(opacity=50);}
input,textarea,a,.btn,button{outline:none;}
input[type="file"]:focus{cursor:pointer;}
.constrain {max-width:1200px;margin:0 auto;}
a,input,textarea,button,.button,
#header-top,
#header-bottom,
#search-toggle,
.search-form,
.img-wrapper:before,
.slick-arrow:before,
.fancybox-arrow:after {
	transition:all 0.2s;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
}

body.has-site-alert{
    padding-top: 220px; /* match header + site alert height */
}
body.has-site-alert #header{
    top: 60px; /* match site alert height */
}
html.noscroll,
html.noscroll body {
	overflow:hidden !important;
    position: relative;
    height: 100%;
}

.h1,
.h2,
.h3,
.h4{
	display: block;
}

h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child {
	margin-top:0;
}

a:hover {
	text-decoration:none;
}
p.smallfont{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.28px;
}
.bold:before {
	font-weight:bold;
}
img-comparison-slider {
	--divider-width: 1px;
	--divider-color: #012951;
	--default-handle-color: #012951;
	--handle-position-start: 90%;
  }
/* End General */

/* Start Scaffolding */

.w16 {
	width: 16.66%;
}
.w20 {
	width: 20%;
}
.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w33 {
  width: 33.33%;
}

.w40{
	width: 40%;
}

.w50 {
  width: 50%;
}

.w60{
	width: 60%;
}

.w66{
	width: 66.66%;
}

.w70 {
	width: 70%;
}

.w75 {
	width: 75%;
}

.w100 {
	width: 100%;
}

.block{
	max-width: 1200px;
	margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content: center;
	background-position: center center;
	padding-bottom: 40px; /* Change to adjust block padding */
	background-size: cover;
	position: relative;
}

.block:first-child{
	padding-top: 40px; /* Change to adjust block padding */
}

.block.full{
	max-width: 100%;
}

.block.full{
 	padding-left: calc(50vw - 600px);
 	padding-right: calc(50vw - 600px);
}

.block.full.wide{
 	padding-left: 0;
 	padding-right: 0;
}

.block.has-bg{
    padding-top: 40px; /* Change to adjust block padding */
}

.block.full.column-has-bg {
    padding-left:0;
    padding-right:0;
}

.block.full.column-has-bg > .column:first-child{
    padding-left: calc(50vw - 600px);
}

.block.full.column-has-bg > .column:last-child{
    padding-right: calc(50vw - 600px);
}

.block.has-bg + .block,
.block.column-has-bg + .block{
	padding-top: 40px;	/* Change to adjust block padding */
}

.block.has-bg + .block.column-has-bg{
	padding-top: 0; 
}

.block.column-has-bg{
	padding-top:0;
	padding-bottom:0;
}

.block.column-has-bg>.column{
	padding-top: 40px; /* Change to adjust block padding */
	padding-bottom: 40px; /* Change to adjust block padding */
}
.nested .block{
	padding-top:0;
	padding-bottom:0;
}
.nested + .nested{
	margin-top:40px;
}
.nested .block.has-bg .column:first-child,
.nested .block.column-has-bg .column:first-child{
    padding-left: 30px;
}
.nested .block.has-bg .column:last-child,
.nested .block.column-has-bg .column:last-child{
    padding-right: 30px;
}

.block .column{
	background-size: cover;
	display: block;
    flex-direction: column;
}

.block .column:not(:first-child){
	padding-left: 30px;
}

.block .column:not(:last-child){
	padding-right: 30px;
}

.block .column:last-child{
	margin-right: auto;
}

.block.narrow > .column > *{
    max-width: 767px;
    margin-left: auto;
    margin-right: auto;
}
.block.wide {
    max-width:100%;
}

.block.nopadding{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.block.text-left-middle{
    align-items: center;
}

.block.text-right-middle{
    align-items: center;
    text-align: right;
}

.block.text-center-top{
    text-align: center;
}

.block.text-center-middle{
    text-align: center;
    align-items: center;
}

.text-left-middle.column-has-bg{
    align-items: inherit;
}

.text-left-middle.column-has-bg > .column{
    justify-content: center;
    display: flex;
}

.text-left-middle.column-has-bg > .column > *{
    margin-left: 0;
}

/* End Scaffolding */

/* Start Position Specific Styles */
.richtext p:last-child{
	margin-bottom:0;
}
.heading + .richtext{
	margin-top:15px;
}
.richtext + .button,
.richtext + .heading,
.heading + .button,
p + .button{
	margin-top: 20px;
}
.button + .buckets,
.button + .heading,
.button + .nested,
.nested + .buckets,
.nested + .button,
.nested + .heading,
.image-single + .pdf-image,
.image-single + .pdf-file,
.panel-group + .heading,
.heading + .nested{
    margin-top: 30px;
}
.w25 .image-single + .image-single,
.w33 .image-single + .image-single,
.w40 .image-single + .image-single,
.w50 .image-single + .image-single{
	display: block;
	margin-top:30px;
}

/* End Position Specific Styles */

/* Tables */
table{
	width: 100%;
	min-width: 500px;
	border: none !important;
	box-shadow: 0px 4px 8px 0px #0000001A;

}
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th{
	font-family: "Noto Sans", sans-serif;
	color:#fff;
	background: #012951;
	font-weight: 700;
	text-transform: uppercase;
}
table,
table>thead>tr>td, 
table>thead>tr>th,
table>tbody>tr>td, 
table>tbody>tr>th{
	border: 1px solid #D3D4D8;
	border-collapse: collapse;
	padding:5px 8px;
}
table>tbody>tr:nth-child(even)>td{
	background: #F1F4F9;
}
table.data{
	background: #fff;
}
table.data thead th,
table.data tbody td{
	padding: 5px;
	font-size: 12px;
	text-align: center;
	border:none;
}
table.data tbody td{
	color:#2A2A2A;
}
table.data tbody td.label{
	box-shadow: none;
	border: none;
	height: 100%;
	vertical-align: middle;
	display: block;
	border-radius: initial;
	line-height: inherit;
}
table.data tbody td i{
	color: #0b9b18;
	font-size: 18px;
	vertical-align: middle;
}
/* .table-responsive-data{
	position: relative;
	overflow: auto;
	display: block;
	padding-bottom: 15px;
	border:0;
}
.table-responsive-data::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(238, 238, 238, 1);
  height:10px;
}

.table-responsive-data::-webkit-scrollbar {
  width: 12px;
  background-color: #eeeeee;
  height:5px;
  border-radius: 10px;
}

.table-responsive-data::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #0C0807;
}
}
.table-responsive-data{
	overflow-x: initial;
}
.table-responsive-data:before{
	 content:"Swipe to scroll";
	 font-size:12px;
	 margin-bottom:10px;
 } */
@media only screen and (max-width: 1199px) {
.table-responsive{
	position: relative;
	overflow: auto;
	display: block;
	padding-bottom: 15px;
	border:0;
}
.table-responsive::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(238, 238, 238, 1);
  height:10px;
}

.table-responsive::-webkit-scrollbar {
  width: 12px;
  background-color: #eeeeee;
  height:5px;
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #0C0807;
}
}
.table-responsive{
	overflow-x: initial;
}
tr.sticky {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #012951;
  box-shadow: 0 0 6px rgba(0,0,0,0.25);
}

.heading-key{
	border-top:1px solid #979797;
	border-left:1px solid #979797;
	border-right:1px solid #979797;
	margin-top:30px;
}
.heading-key tr th{
	color:#767676;
	padding:30px 0;
	width:25%;
	text-align: center;
}
.heading-key tr th i{
	padding-right:5px;
}
.fa-check{
	color:#0b9b18;
	font-size:16px;
}
.fa-minus{
	color:#1228c3;
	font-size:16px;
}
.fa-xmark{
	color:#cb0101;
	 font-size:16px;
}
.suggestions-table tr th{
	color:#fff;
	background:#012951;
	padding:12px 0;
	text-align: center;
}
.suggestions-table tr td{
	padding:12px 0;	
	text-align: center;
}
.suggestions-table tr:nth-child(even){
	background:#eceef1;
}
/* table stack */
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 767px), (min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	.no-more-table table,.no-more-table thead,.no-more-table tbody,.no-more-table th,.no-more-table td,.no-more-table tr { 
		display: block; 
	}
	
	.no-more-table table{
		border: 0 !important;
		min-width: 0 !important;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.no-more-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.no-more-table tr {
		padding: 8px 0;
	}
	
	.no-more-table tr:first-child {
		padding-top: 0;
	}
	.no-more-table tr:last-child {
		padding-top: 0;
	}
	
	.no-more-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50% !important;  
	}
	
	.no-more-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	.no-more-table td:before { content: attr(data-title); }
}


/* Separators */
hr{
	margin:40px auto;
	border-top:1px solid #D3D4D8;
}
.hr {
	height: 1px;
	background-color: #D3D4D8;
	width:100%;
	margin:40px auto;
	display:block;
}
.hr:first-child{
	margin-top: 0;
}
.hr:last-child {
	margin-bottom: 0;
}

/* Custom Style Elements */
.round,
.round:before {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.columnlist-2 > ul,
ul.columnlist-2{
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  list-style-position: outside;
  margin: 0;
}
.columnlist-3 > ul,
ul.columnlist-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  list-style-position: outside;
  margin: 0;
}
.columnlist-2 > ul li,
.columnlist-3 > ul li,
ul.columnlist-2 li,
ul.columnlist-3 li {
  padding-right: 10px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.columntext-2,
.columntext-3 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.columntext-2 > p {
  width: 50%;
  padding-right: 10px;
  margin-bottom: 0;
}
.columntext-2 > p + p {
  padding-left: 10px;
  padding-right: 0;
}
.columntext-3 > p {
  width: 33%;
  padding-right: 10px;
  margin-bottom: 0;
}
.columntext-3 > p + p {
  padding-left: 10px;
  padding-right: 0;
}

.quote,
.review{
	border-left:none;
	margin:0;
	position:relative;
	border: 1px solid #D3D4D8;
	background: #FFF;
	padding: 60px 20px 25px;
	font-size:16px;
}
.quote:before{
	color: #BBC9E3;
	content: "\201C";
	font-family: 'Font Awesome 6 Pro';
	font-size: 50px;
	font-weight: 900;
	line-height: 0.8;
	display: block;
	position: absolute;
	top: 15px;
	left: 20px;
}
.review:before{
	content: url("/assets/images/template/five-stars-icon.svg");
	display: block;
	position: absolute;
	top: 25px;
	left: 20px;
}
.quote .content,
.review .content{
	display:block;
}
.quote .content b,
.review .content b{
	color:#012951;
	font-family: "Noto Sans";
	font-size: 20px;
	font-weight: 700;
	line-height: 120%; /* 24px */
	display: block;
	margin-bottom:10px;
}
.quote .source,
.review .source{
	font-style:italic;
	margin:10px 0 0;
	display:block;
}
.quote .source:before,
.review .source:before{
	content:"\2013";
	margin-right:5px;
	display:inline-block;
}

.testimonials{
    position: relative;
}
.testimonials .slick-slider{
    padding-bottom: 0;
    margin-bottom: 0;
}
.testimonials .item{
    padding-left: 100px;
    padding-right: 100px;
}
.testimonials:before{
    content:'';
    width: 70px;
    height: 60px;
    background: url("/assets/images/template/quotes.svg") center center no-repeat transparent;
    display: block;
    position: absolute;
    left: 0;
    top:3px;
}
.testimonials .subtitle{
    display: block;
    margin-bottom: 10px;
}
.testimonials .author{
    display: block;
    margin-top: 15px;
}


/* ***************************************** Header */
#site-alert{
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #2A2A2A;
    color: white;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-form {
	position: relative;
	width: 265px;
	padding: 0 25px 0 0;
	border: 1px solid #D3D4D8;
	border-radius: 0;
	background: #fff;
	margin-left: 10px;
}
.search-form input,
.search-form button {
	color: #00102B;
	background:none;
	border:none;
	box-shadow:none;
	display:inline-block;
	vertical-align: middle;
}
.search-form input {
	width:100%;
	height: 36px;
	padding:0 10px;
}
.search-form input:focus{
	border-color: transparent;
}
.search-form button {
	color: #012951;
	font-size: 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	margin: 0;
	padding: 0;
}
.search-form button:after{
	font-family: "Font Awesome 6 Pro";
	content:'\f002';
	font-size: 16px;
	font-weight: 900;
}
.search-form button:hover:after{
	color: #EFC52F;
}
.search-form button:focus{
	box-shadow: none
}

.search-form ::placeholder {
  color: #00102B;
  opacity: 1; /* Firefox */
}

.search-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #00102B;
}

.search-form ::-ms-input-placeholder { /* Microsoft Edge */
 color: #00102B;
}

/* ***************************************** Primary Navigation */
#primary-nav a {
	text-decoration:none;
	display:block;
	position:relative;
}

@media only screen and (min-width:1200px) {
	#primary-nav{
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
		align-items: center;
	}
	#primary-nav > li {
		font-family: "Noto Sans";
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 22px;
		letter-spacing: -0.3px;
		margin: 0;
		padding: 0;
		min-width: 14%;
		position: relative;
	}
	#primary-nav > li > a{
		color:#5A5A5A;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		flex-wrap: wrap;
		height: 61px;
	}
	#primary-nav > li#navid-35{
		max-width: 18%;
	}
	#primary-nav > li#navid-86{
		background: #BBC9E3;
	}
	#primary-nav > li > a {
	    padding:0 20px;
	    position:relative;
	}	
    #primary-nav > li > a + i{
		display: none;
	}
	#primary-nav > li:hover,
	#primary-nav > li#navid-86:hover{
		background: #012951;
	}
	#primary-nav > li:hover>a{
		color:#fff;
	}
	#primary-nav ul {
		background:#FFF;
		box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.10);
		padding:15px 0;
		width:260px;
		position:absolute;
		top: 61px;
		left:0;
		z-index:10;
		display:none;
		transition:all 0.2s;
	}
	#primary-nav > li:hover>ul,
	#primary-nav ul.active{
		display: block;
	}
	#primary-nav > li#navid-55>ul{
		left:auto;
		right:30px;
	}
	#primary-nav > li#navid-55>ul>li>ul{
		width: 220px;
	}
	#primary-nav ul li {
		line-height:normal;
		margin:0;
		position: relative;
		text-align: left;
		font-weight: 400;
	}
	#primary-nav ul li a {
		color:#2A2A2A;
		padding:6px 20px;
	}
	#primary-nav ul li:hover>a{
		font-weight: 700;
	}
	#primary-nav ul li.parent > a{
		margin-right: 30px;
	}
	#primary-nav ul li.parent > i{
		position: absolute;
		z-index: 200;
		right: 15px;
		font-weight: 300;
		top: 8px;
	}
	#primary-nav ul ul{
		top: -15px;
		left: 260px;
		box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.10);
		padding-left: 10px;
	}
	#primary-nav ul ul li a{
		padding:6px 10px;
	}
}

/* ***************************************** Home Banner */
#home-banner{
	height: 550px;
	position: relative;
	overflow: hidden;
	z-index:0;
}
#home-banner:before{
	content:"";
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(15, 15, 15, 0.50) 0%, rgba(15, 15, 15, 0.00) 100%);
	position: absolute;
	top:0;
	left:0;
	z-index:1;
}
#home-banner .banner-video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}
#home-banner video{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index:-1;
}

#home-banner picture{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
}
#home-banner picture img{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#home-banner .caption{
	color:#fff;
	height: 100%;
	padding-right:30%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	position: relative;
	z-index:2;
}
#home-banner .caption .subtitle{
	color:#BBC9E3;
}
#home-banner .caption .buttons{
	display: flex;
}
#home-banner .caption .navy-btn{
	border:1px solid #fff;
}
/* ***************************************** Inner Banner */
.inner-banner-image{
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
}
.inner-banner-image img{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
/* ***************************************** Breadcrumbs */
#breadcrumbs{
	background: #F1F4F9;
	padding:16px 0;
	font-size: 14px;
	font-weight: 400;
}
.crumb-container span{
	color:#00102B;
}
.crumb-container span a{
	color:#00102B;
}
.crumb-container span:not(.current):after{
	content:"\f054";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
	margin:0 8px;
	color: #D3D4D8;
}
.crumb-container span.current{
	font-weight: 700;
}
/* ****************************************** Tabbed Content */

.tabs .tab-content {
	display:none;
}
.tabs .tab-content.current {
	display:block;
}
.tabbed-content .tab-content{
	padding: 30px 20px;
	border: 1px solid #D3D4D8;
	background: #FFF;
}
.tabbed-content .content-block{
	padding: 0;
}
.tabbed-content .nav-tabs{
	border:none;
}
.tabbed-content .nav-tabs li{
	transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
	font-weight: 700;
}
.tabbed-content .nav-tabs a{
	color:#2A2A2A;
	background: #BBC9E3;
	border:none;
	border-radius: 0;
	margin:0;
	padding: 10px 25px;
}
.tabbed-content .nav-tabs li.active a{
   color:#fff;
   background: #012951;
   border:none;
   border-radius: 0;
}
.tabbed-content .nav-tabs li + li{
	margin-left:10px;
}
.tabbed-content .block {
  padding: 0;
}
.tabbed-content.tabs-left {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.tabbed-content.tabs-left .nav-tabs {
  border-bottom: 0;
  margin-bottom: 0;
  display: block;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  width: 15%;
}
.tabbed-content.tabs-left .nav-tabs li {
  border: 0;
  margin-bottom: 0px;
  width: 100%;
}
.tabbed-content.tabs-left .nav-tabs li.active a,
.tabbed-content.tabs-left .nav-tabs li:hover a {
  border: 0; 
}
.tabbed-content.tabs-left .nav-tabs a {
  border: 0;
  margin: 0;
  font-weight: bold;
  padding: 15px 20px 12px 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}
.tabbed-content.tabs-left .tab-content {
  padding: 24px;
  border: none;
  width: 85%;
}

/* Accordion  */
.panel-group{
	margin-bottom: 0;
}
.panel-group .panel{
	border: 1px solid #D3D4D8;
	background: #FFF;
	border-radius: 0;
}
.panel-group .panel+.panel{
	margin-top:20px;
}
.panel-group .panel-heading{
	padding:0;
	border-radius: 0;
	border:none;
	background: none;
	font-weight: 700;
}
.panel-group .panel-heading a{
	color:#2A2A2A;
	padding: 15px 40px 15px 15px;
	display: block;
	position: relative;
}
.panel-group .panel-heading a:focus{
	text-decoration: none;
}
.panel-group .panel-heading a:before{
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	right: 15px;
}
.panel-group .panel-heading a[aria-expanded="true"]{

}
.panel-group .panel-heading a[aria-expanded="true"]:before{
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	right: 15px;
}
.panel-arrows .panel-heading a:before{
	content:'\f107';
}
.panel-arrows .panel-heading a[aria-expanded="true"]:before{
	content:'\f106';
}
.panel-plusminus .panel-heading a:before{
	content:'\2b';
}
.panel-plusminus .panel-heading a[aria-expanded="true"]:before{
	content:'\f068';
}
.panel-group .panel-body{
	border-radius: 0;
	border: none !important;
	padding: 5px 20px 20px;
}
.panel-group .block{
	padding: 0;
}

/* Image & Text Blocks */
.image-text-blocks{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.image-text-blocks .image-text-row{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-left:12px;
    margin-right:12px;
    padding-right:0;
    padding-left:0;
}
.image-text-blocks .image-text-row:last-child{
    margin-bottom: 15px;
    border-bottom:0;
    padding-bottom:0;
}
.image-text-blocks .image-text-row h4{
    margin-top: 0;
}
.image-text-blocks .image-text-right,
.image-text-blocks .image-text-alt:nth-child(even){
    flex-direction: row-reverse;
}
.image-text-blocks .image-text-left .image,
.image-text-blocks .image-text-alt:nth-child(odd) .image{
    width: 30%;
    margin-right: 3%;
}
.image-text-blocks .image-text-right .image,
.image-text-blocks .image-text-alt:nth-child(even) .image{
    width: 30%;
    margin-left: 3%;
}
.image-text-blocks .image-text-row .content{
    width: 66.66%;
}

.image-text-block{
    padding: 0 12px;
    margin:6px 0;
}
.image-text-block .image{
	width: 100%;
    height: 200px;
    position: relative;
    overflow:hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.image-text-block h4{
    display: block;
    margin: 16px 0 9px 0;
}
.image-text-block p:last-child{
    margin: 0;
}
.image-smaller-block{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.image-smaller-block .image{
	margin-right:15px;
	width: 30px;
	height: 30px;
	background-size: contain;
}
.image-smaller-block span.h5,
.image-smaller-block p.h5{
	width: 83%;
	margin:0;
}

.icon-text-blocks{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -16px;
}
.icon-text-block{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 16px 0 71px;
	margin: 16px 0;
	min-height: 40px;
	position: relative;
}
.icon-text-block .image{
	width: 40px;
	height: 40px;
	position: absolute;
	left:16px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.icon-text-block h6{
	display: block;
	margin: 0;
}
.icon-text-block h6 + p.smallfont{
	margin-top:5px;
}

/* Video Blocks */
.video-block {
	text-align:center;
}
.video {
	background:center center no-repeat;
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
	height:323px;
	width:100%;
	max-width: 570px;
	margin:0 auto;
	padding:0;
	display:block;
	position:relative;
}
.video:after{
    content:'';
    background: linear-gradient(0deg, rgba(1, 41, 81, 0.50) 0%, rgba(1, 41, 81, 0.50) 100%);
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
}
.video .play {
	margin-top: -43px;
	margin-left: -43px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 86px;
	height: 86px;
	background-color: white;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video .play i {
	font-size: 32px;
	color:#00102B;
	margin-left: 5px;
}
.video:hover .play{
    background-color: #eee;
}
.video-block .subtitle {
	font-size:0.9em;
	margin-bottom:0;
}
/* Fancybox */
.fancybox-arrow{
	opacity: 1 !important;
}
.fancybox-arrow:after {
	background-color: transparent;
	background-image: none;
	color: white;
	font-size: 20px;
}
.fancybox-arrow:hover:after{
	opacity: .5;
}
.fancybox-arrow--left:after{
	font-family: "Font Awesome 6 Pro";
	content:'\f105';
}
.fancybox-arrow--right:after{
	font-family: "Font Awesome 6 Pro";
	content:'\f105';
}
.fancybox-button--close{
	top: -40px;
    right: -15px;
    left: auto;
    position: absolute;
    background-color: transparent;
    opacity:0;
}
.fancybox-button--close:hover{
	background-color: transparent;
	opacity: .5;
}
.fancybox-inner > .fancybox-infobar{
    display: none !important;
}
.fancybox-infobar{
	position:absolute;
	bottom:-30px;
	top: auto;
	padding: 0;
	right:0;
	left: auto;
}
.fancybox-infobar button{
	display: none;
}
.fancybox-infobar__body{
	background-color: transparent;
	line-height: inherit;
	text-align: right;
	opacity:0;
}
.fancybox-caption,
.custom-caption{
	border-top: 0;
	position: absolute;
    bottom: -30px;
    padding: 0;
    left: 0;
    opacity:0;
    color: white;
}
.fancybox-slide--complete .fancybox-caption,
.fancybox-slide--complete .custom-caption,
.fancybox-slide--complete .fancybox-infobar__body,
.fancybox-slide--complete .fancybox-button--close{
	opacity: 1;
}

/* Statistic Numbers  */
.percent .caption {
	font-size:1.2em;
	line-height:1.2;
}
.percent .caption.long {
	font-size:1em;
	width:auto;
}
.percent .number:after {
	content:"%";
}
.statistic {
	position:relative;
}
.statistic .number {
	font-size:140px;
	font-weight:bold;
	text-shadow:0 0 10px rgba(0,0,0,0.2);
	line-height:1;
	margin:0;
	padding:40px 0 40px;
}
.statistic .caption {
	text-transform:uppercase;
	line-height:1;
	width:200px;
	margin:0;
	position:absolute;
	top:0;
	left:15px;
}
.statistic .caption:before {
	font-size:40px;
	display:block;
}



/* ****************************************** Forms */
.forms .fieldset,
.additional_fields.fieldset{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.forms .input-group,
.additional_fields .input-group{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction:column;
	flex-direction: column;
	padding: 0 10px;
	margin:10px 0;
}
.forms .input-group .hr{
	margin:30px 0;
}
.forms input[type=text], 
.forms input[type=email],
.forms input[type=number],
.forms input[type=tel], 
.forms textarea,
.forms select,
.forms #file-uploader-image,
.forms .bootstrap-select,
.additional_fields input{
	color:#2A2A2A;
	font-size:16px;
	font-weight: 400;
	line-height:48px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background: #fff;
	border: 1px solid #D3D4D8;
	width:100%;
	height:48px;
	margin:0;
	padding:10px 10px 10px 15px;
	display:block;
}
.forms input[type=text]:focus, 
.forms input[type=email]:focus,
.forms input[type=number]:focus,
.forms input[type=tel]:focus, 
.forms textarea:focus,
.forms select:focus,
.forms #file-uploader-image:focus,
.additional_fields input:focus{
     border-color:#012951;
}
.forms textarea {
	line-height:1.4 !important;
	height:144px !important;
	padding:10px 12px !important;
}
.forms label,
.additional_fields .input-group label{
	color:#2A2A2A;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
.forms label .required{

}
.forms .clearfix{
	width: 100%;
	display: block;
}
.forms #file-uploader-image{
	padding: 0 10px;
	position: relative;
}
.forms #file-uploader-image:focus{
	outline: 0;
}
.forms .file-uploader-items .file-wrap{
	margin-bottom:0;
}
.forms .file-uploader-items .title{
	display:block;
	margin-bottom:0;
	height: 35px;
}
.forms .file-uploader-items img{
	display: none;
}
.forms .file-uploader-items .delete-button{
	background: none;
	position: absolute;
	text-indent: inherit;
	font-size: 0;
	top: 0px;
    right: -18px;
    cursor: pointer;
}
.forms .file-uploader-items .delete-button:before{
	content:'×';
	font-size: 15px;
}
.forms .file-uploader-buttons{
	position: absolute;
	right: 0;
	top:0;
	line-height: normal;
}
.forms .qq-upload-button,
.forms .qq-clear-button{
	font-size: 0;
	width: 40px;
	height: 48px;
	line-height: 48px;
	padding:0;
	border:0;
	margin:0;
	background-color: transparent;
}
.forms .qq-upload-button:before,
.forms .qq-clear-button:before{
	font-family: "Font Awesome 6 Pro";
	color: #012951;
	font-size:20px;
	font-weight: 900;
}
.forms .qq-upload-button:before{
	content:'\f0c6';
}
.forms .qq-clear-button:before{
	content:'\f2ed';
}
.forms .qq-upload-button:hover,
.forms .qq-clear-button:hover{
	background-color: transparent; 
}
.forms .qq-upload-button:hover:before,
.forms .qq-clear-button:hover:before{

}
.forms .errorMessage{
	padding: 0;
	width: 100%;
	margin: 0;
	font-weight: normal;
	font-size: 10px;
	position: absolute;
	top: 25px;
	left: 17px;
}
.forms .submit-group{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
	margin-top: 15px;
	margin-bottom:0;
}
.forms .submit-group .submit{
    margin-left: 0;
    margin-right: 0;
	border:none;
	min-width: auto;
}
.forms .submit-group .submit:hover{
	padding-right:20px;
}
.forms .submit-group .sending {
    display: none;
    margin-left: 15px;
}

/* Shifty Forms */

.forms.shifty label{
	display: none;
}
.forms.shifty .input-group label{
	position: absolute;
	display:block;
    top: 16px;
    left: 15px;
    line-height: 1em;
    font-size: 14px;
    font-weight: normal;
    margin:0;
    opacity: 0.5;
    -webkit-transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
}
.forms.shifty .input-group label.focus{
	top: -13px;
	font-size: 11px;
	-webkit-transition: all 0.165s ease;
	-moz-transition: all 0.165s ease;
	-ms-transition: all 0.165s ease;
	-o-transition: all 0.165s ease;
	transition: all 0.165s ease;
	font-style: normal;
	opacity: 1.0;
}
.forms.shifty .input-group label.focus:after{
	content: "\f107";
	display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 6 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-left: 0.5em;
}
.forms.shifty .input-group label.hidden{
	opacity: 0.0;
}
.forms.shifty label.error{
	display: none !important;
}


/* Custom Selects, Checkboxes & Radios */
.input-group select{
	border:1px solid #D3D4D8;
	border-radius:4px;
	height:48px;
	padding: 0 10px;
}
.forms .bootstrap-select{
	padding: 0;
	border: 0;
}
.forms .bootstrap-select:focus,
.forms .bootstrap-select button:focus{
	outline: 0 !important;
}
.forms .bootstrap-select button{
	line-height: 48px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background: #fff;
	border: 1px solid #D3D4D8;
	padding: 0 10px;
}
.forms .bootstrap-select.open button,
.forms .bootstrap-select.open button:hover,
.forms .bootstrap-select button:active,
.forms .bootstrap-select.open button:active,
.forms .bootstrap-select.open button:focus{
	-webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #2A2A2A;
}
.forms .bootstrap-select button span{
	font-weight: normal;
	text-transform: none;
}
.forms .bootstrap-select .dropdown-toggle  .caret{
	border:0;
	top: 4px;
    right: 20px;
}
.forms .bootstrap-select button .caret:before{
	font-family: "Font Awesome 6 Pro";
	content:'\f107';
}
.forms .bootstrap-select.open button .caret:before{
	content:'\f106';
}
.forms .bootstrap-select .dropdown-menu{
	margin:0 0 0 -1px;
	border-radius: 0;
	border: 1px solid #2A2A2A;
	padding:0;
	background-color: #eeeeee;
}
.forms .bootstrap-select .dropdown-menu a{
	padding: 8px 10px;
}
.forms .bootstrap-select .dropdown-menu a:hover{
	background-color: #dddddd;
}
.forms .bootstrap-select .dropdown-menu a:active,
.forms .bootstrap-select .dropdown-menu a:focus{
	outline: 0;
}
.forms .checkbox-container,
.forms .radio-container,
.forms .switch-container{
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 15px;
	line-height: 24px;
	color: #2A2A2A;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
}
.forms .switch-container{
	padding-left:60px;
}
.forms .radio-container{
    width: 100px;
    float: left;
    display: block;
}
.forms .radio-container + .radio-container{
	margin-top: 5px;
}
.forms .checkbox-container input,
.forms .radio-container input,
.forms .switch-container input{
	opacity: 0;
	position: absolute;
	cursor: pointer;
	left: 0;
	width: 100%;
	height: 100%;
	margin:0;
	z-index:2;
}
.forms .checkbox-container .checkmark{
	position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #012951;
    border-radius: 0px;
    line-height: 20px;
}
.forms .radio-container .radio{
	position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #012951;
    border-radius: 20px;
    line-height: 20px;
    margin: 0;
}
.forms .switch-container .switch{
	position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 50px;
    background-color: #d7d8d8;
    border: 1px solid #d7d8d8;
    border-radius: 23px;
    line-height: 30px;
    margin: 0;
}
.checkbox-container .checkmark:after,
.radio-container .radio:after,
.switch-container .switch:after  {
	font-family: "Font Awesome 6 Pro";
    position: absolute;
    display: none;
}
.forms .checkbox-container:hover input ~ .checkmark:after {
    content: '\f0c8';
	display: block;
	font-weight: bold;
	top: -1px;
	left: 4%;
	font-size: 19px;
	color: #012951;
}
.forms .radio-container:hover input ~ .radio:after{
	content:'\f111';
	display: block;
    font-weight: bold;
	top: -19%;
	left:10%;
	font-size: 17px;
	color: #012951;
}
.forms .switch-container input ~ .switch:after{
	content:'\f111';
	display: block;
    font-weight: bold;
	top: -4px;
	left:1px;
	font-size: 20px;
	color: #ffffff;
}
.checkbox-container input:checked ~ .checkmark:after,
.forms .checkbox-container:hover input:checked ~ .checkmark:after{
    display: block;
    content: "\f14a";
    font-weight: bold;
    top: -1px;
	left: 4%;
	font-size: 19px;
	color: #012951;
}

.radio-container input:checked ~ .radio:after,
.forms .radio-container:hover input:checked ~ .radio:after{
	display: block;
	content:'\f111';
	font-weight: bold;
	top: -19%;
	left:10%;
	font-size: 17px;
	color: #da3037;
}
.switch-container input:checked ~ .switch{
	background-color: #da3037;
	border-color:#da3037;
}
.switch-container input:checked ~ .switch:after{
	display: block;
	content:'\f111';
	font-weight: bold;
	top: -4px;
	right:0;
	left: auto;
	font-size: 20px;
	color: #ffffff;
	border:0;
}

/* ***************************************** Search Results */
.sisea-highlight {
	text-shadow:1px 1px 1px #fff;
	background:#e9e9e9;
	padding:3px;
}
.sisea-paging {
	color:#777;
	font-size:12px;
	text-transform:uppercase;
	margin:15px 0;
}
.sisea-result-pages {
	margin-right:2px;
}
.sisea-current-page {
	color:#000;
}
.sisea-result {
	border-bottom:1px solid #ddd;
	padding:20px 0;
}
.sisea-result:first-child {
	border-top:1px solid #ddd;
}
.sisea-result h3 {
	color:#888;
	font-size:1.4em;
}
.sisea-result p {
	margin:0;
}
.simplesearch-paging{
    margin-bottom: 30px;
}
.simplesearch-paging:last-child{
    margin-bottom: 0;
}
.simplesearch-result{
    margin-bottom: 30px;
}

/* Buckets */
.buckets{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
	margin: 20px -12px 0;
}

.bucket{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction:column;
	flex-direction: column;
	padding: 0 12px;
	margin:12px 0;
}

.bucket .content{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction:column;
	flex-direction: column;
}

.bucket .content .button{
	margin-left: 0;
}

.one-column .bucket{
	width: 100%;
}

.two-columns .bucket{
	width: 50%;
}

.three-columns .bucket{
	width: 33.33%;
}

.four-columns .bucket{
	width: 25%;
}

.five-columns .bucket{
	width: 20%;
}

.six-columns .bucket{
	width: 16.66%;
}
/* Single Image */

.image-single {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
	border:1px solid #d3d4d8;
}
.image-single .image-single-inner {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
	}
.image-single i {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.image-single i:before{
  color:#bbc9e3;
  padding: 5px 8px 5px 8px;
  position: absolute;
  top:3px;
  right: 3px;
}
.before-after-container{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 42px;
	row-gap: 42px;
	margin:30px 0;
}
.before-after-container .before-after-link-wrap{
	width: 31%;
}
.before-after-link-wrap{
	border:1px solid #d3d4d8;
	display: flex;
	justify-content: center;
	align-items: center;
}
.before-after-link-wrap>a{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.before-after-link-wrap>a span.h4{
	position: absolute;
	top:10px;
	left:10px;
}
.before-after-link-wrap>a:before{
	content: "\f424";
	font-family: 'Font Awesome 6 Pro';
	color:#bbc9e3;
	font-weight: 600;
	padding: 5px 8px 5px 8px;
	position: absolute;
	top:3px;
	right: 3px;
}
.image-single.img-left .image-single-inner {
  margin-left: 0;
}
.image-single.img-right .image-single-inner {
  margin-right: 0;
}
.image-single.img-middle {
  height: 100%;
}

.image-single.fill{
    position: relative;
    height: 100%;
    overflow: hidden;
}
.image-single.fill .image-single-inner{
	width: 100%;
	height: 100%;
}
.image-single.fill img {
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.image-single p.img-caption-in{
    background-color: rgba(17, 17, 17, 0.5);
    color: white;
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 10px 15px;
    margin: 0;
    text-align: left;
    width: 100%;
}
.image-single.img-center .image-single-inner{
	text-align: center;
}
.image-single p.img-caption-out{
	padding: 10px 15px;
}

.img-wrapper{
	position: relative;
	text-align: center;
}

.img-wrapper.img-left{
	float: left;
	padding: 0 22px 10px 0;
    margin-top: 7px;
}

.img-wrapper.img-right{
	float: right;
	padding: 0 0 10px 22px;
    margin-top: 7px;
}

.img-wrapper.img-full img{
	width: 100%;
}

.img-wrapper a{
	display: block;
	height: 100%;
}

a.img-wrapper:focus{
	outline: 0;
}

.img-wrapper:before {
	font-size:40px;
	line-height:30px;
	margin:-15px 0 0 -15px;
	position:absolute;
	top:50%;
	left:50%;
}
.img-wrapper i{
	position: absolute;
	right: 15px;
	top: 15px;
}
.img-wrapper:hover:before {
	font-size:44px;
	text-shadow:0 0 10px rgba(0,0,0,0.5);
}


/* Gallery & Carousels */
.slick-prev{
	left:-30px;
}
.slick-next{
	right:-30px;
}
.gallery{
	clear:both;
	position: relative;
	max-width: 100%;
}
.gallery.fullwidth .img-wrapper{
	width:100%;
	margin:10px auto;
	float:none;
}
.gallery.two-col .img-wrapper{
    width:48%;
}
.gallery.three-col .img-wrapper{
    width:31%;
}
.gallery.four-col .img-wrapper{
    width:23%;
}
.gallery.five-col .img-wrapper{
    width:18%;
}

.gallery.img-full img{
	min-height: 100%;
	min-width: 100%;
	max-width: none;
}
.gallery .img-wrapper {
    margin:0 8px;
}
.gallery .img-wrapper .image{
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.gallery .img-wrapper img{
    margin: 0 auto;
    min-width: 100%;
    min-height: 100%;
}

.gallery.default{
	max-width: inherit;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
	margin: 0 -10px;
}

.gallery.default .img-wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction:column;
	flex-direction: column;
	padding: 0 8px;
	margin:8px 0;
	height: 300px;
}
.gallery.default .img-wrapper .image{
	border:1px solid #d3d4d8;
}
.gallery.default .img-wrapper img,
.gallery.carousel .img-wrapper img{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: 320px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.gallery.default[data-count="5"] .img-wrapper{
    width: 20%;
}
.gallery.default[data-count="4"] .img-wrapper{
    width: 25%;
}
.gallery.default[data-count="3"] .img-wrapper{
    width: 33.33%;
}
.gallery.default[data-count="2"] .img-wrapper{
    width: 50%;
}
.gallery.default[data-count="1"] .img-wrapper{
    width: 100%;
}
.gallery.content{
    float: left;
}
.gallery.content .block{
	padding-top:20px;
	padding-bottom:20px;
}
.gallery.carousel{
	width: 100%;
	padding: 0;
}
.gallery.carousel.column-1 .img-wrapper{
	margin:0;
	height: 350px;
	border:1px solid #D3D4D8;
}
.gallery.carousel:not(.column-1) .img-wrapper{
	height: 350px;
}
.gallery.carousel.column-1 .slick-prev{
	left:0;
}
.gallery.carousel.column-1 .slick-next{
	right:0;
}
.gallery.carousel .slick-arrow{
	width: 24px;
	height: 24px;
	top: auto;
	bottom: -13px;
}
.gallery.carousel .slick-prev{
	left:30%;
	z-index:2;
}
.gallery.carousel .slick-next{
	right:30%;
}


.gallery.carousel .slick-prev:before,
.gallery.content .slick-prev:before{
	font-family: "Font Awesome 6 Pro";
	content:'\f060';
	font-size: 24px;
	font-weight: 400;
	color:#012951;
}
.gallery.carousel .slick-next:before,
.gallery.content .slick-next:before{
	font-family: "Font Awesome 6 Pro";
	content:'\f061';
	font-size: 24px;
	font-weight: 400;
	color:#012951;
}
.gallery.carousel.has-pager{
	padding-bottom:35px;
}
.gallery.carousel.has-pager .slick-dots{
	bottom: 0;
	width: 30%;
	left: 50%;
	margin-left: -15%;
}
.gallery.carousel.has-pager .slick-dots li button:before{
	color:#BBC9E3;
	opacity: 1;
	font-size: 14px;
}
.gallery.carousel.has-pager .slick-dots li.slick-active button:before{
	color:#012951;
}
.gallery-thumbs .slick-track {
  transform: none !important;
}
.gallery-thumbs .thumb {
  margin: 15px 15px 15px 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.gallery-thumbs .thumb:focus {
  outline: 0;
}
.gallery-thumbs .thumb:hover {
  opacity: 0.8;
}
.gallery.caption-outer .img-wrapper:before {
	top:44%;
}
.gallery .caption {
    width: 100%;
    color: #161922;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin: 0;
	padding:10px 15px;
	display:block;
}
.gallery .caption.caption-inner{
	background-color: #F0F1F3;
	border-bottom: 4px solid #C5201C;
	position: absolute;
	bottom: 0;
	z-index: 2;
	margin: 0;
}



/* Resource Library */

.mixit-controls{
    margin: 0 0 65px 0;
    position: relative;
	z-index: 5;
}
.mixit-controls .control-group{
	position: relative;
	width: 230px;
	display: inline-block;
	margin-right: 15px;
	height: 24px;
}
.mixit-controls a span{
    font-weight: bold;
    display: inline-block;

}
.mixit-controls .controls{
    border: 1px solid #ddd;
	border-radius: 4px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	max-height: 40px;
	overflow: hidden;
	position: absolute;
	width: 230px;
}
.mixit-controls .controls.open{
    max-height: 1000px;
}
.mixit-controls .controls.open .mixitup-control-active{
    border-bottom: 1px solid #ddd;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.mixit-controls .control{
    display: block;
	font-size: 14px;
	line-height: 24px;
	padding: 8px 10px 11px 10px;
	order: 2;
	width: 100%;
	cursor: pointer;
	font-weight: 400;
	text-align: left;
	position: relative;
	background-color: white;
	text-transform: capitalize;
}
.mixit-controls .control[data-filter="all"]{
	color: gray;
}
.mixit-controls .control:after{
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	right: 15px;
	top: 10px;
	content: '\f107';
	display: none;
	z-index: 6;
}
.mixit-controls .control:hover{
	background-color: #eee;
}
.mixit-controls .control.mixitup-control-active{
	order: 1;
	width: 230px;
	height: 40px;
	overflow:hidden;
}
.mixit-controls .control.mixitup-control-active:after{
    display: block;
}
.mixit{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}
.mixit .item{
    width: 25%;
    padding-left: 16px;
    padding-right: 16px;
    display: inline-block;
    cursor: pointer;
    
}

/* Modal/Popup Boxes */
.modal{
	z-index:99999;
	text-align: center;
}
.modal-dialog{
	width: auto;
	max-width: 600px;
	margin-top:5%;
}
.modal-content{
	border-radius: 0;
	padding: 30px;
	width: 100%;
	max-width: 600px;
	min-height: 400px;
	margin: 0 auto;
	border: 1px solid gray;
}
.modal-content .table>tbody>tr>td:first-child,
.modal-content table>tbody>tr>td:first-child{
	text-transform: capitalize;
}
.modal .close{
	border-radius: 50%;
	position: absolute;
	right:-20px;
	top: -20px;
	font-size: 26px;
	width: 30px;
	height: 30px;
	color: #2A2A2A;
	background: #BBC9E3;
	opacity: 1;
}
.modal .close:hover{
	opacity: .6;
}
.modal form{
	text-align: left;
}
.modal img{
	height: auto;
}
.forms .modal-header {
	padding-right:50px;
	padding-left:50px;
}
.forms .modal-body {
	padding:20px 50px 40px;
}

/* ************ Blog ************ */

#main-content .search-form{
	margin-bottom: 30px;
}
.post-item {
	width: 100%;
	display: flex;
	align-items: flex-start;
	column-gap: 30px;
	padding-bottom:40px;
	border-bottom: 1px solid #D3D4D8;
	margin-bottom:40px;
}
.post-item .img-wrapper img{
	width: 265px;
	max-width: none;
}
.post-item span.h6{
	color:#A1A4B1;
}
.post-item h3 a{
	color:#012951;
}
.post-filter{
	margin-bottom: 25px;
}
.post-filter li{
	list-style-type: none;
}
.post-filter.no-count .count{
	display: none;
}
.post-info h2{
	font-size: 18px;
	margin: 16px 0 10px 0;
}
.post-info .tags{
	display:block;
}
.post-info .categories{
	display: block;
}
.post-entry .post-info{
	margin-bottom: 25px;
}
.post-entry .post-info span{
	display: inline-block;
	position: relative;
	padding-right: 10px;
}
.post-entry .post-info span:after{
	content:'|';
	position: absolute;
	right:-2px;
	top: 0;
}
.post-entry .post-info span:last-child:after{
	display: none;
}
.post-entry .gallery.slider.img-full .slides,
.post-entry .img-wrapper.img-full{
	height: 300px;
	overflow:hidden;
}
.post-entry .gallery.slider.img-full .slides img,
.post-entry .img-wrapper.img-full img{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.latest-posts,
.post-filter{
	border:1px solid #D3D4D8;
	background:#fff;
}
.latest-posts .heading,
.post-filter .heading{
	margin:0;
	background: #012951;
	color:#fff;
	padding:10px 20px;
}
.latest-posts .latest-posts-inner,
.post-filter ul{
	padding:16px 20px;
}
.latest-posts .post-latest,
.post-filter ul li{
	padding:8px 0;
}
.quip{
	margin-top: 30px;
}
.quip h3,.quip .h3{
	margin-bottom: 0;
}
.quip-comment{
	padding:0 !important;
}
.quip-comment .quip-fld{
	margin-bottom: 8px;
}
.quip-comment .quip-name,
.quip-comment .quip-email{
	width: 48%;
}
.quip-comment .quip-name{
	float: left;
}
.quip-comment .quip-email{
	float: right;
}
.quip-comment .quip-fld input[type="text"],
.quip-comment .quip-fld input[type="email"]{
	width: 100%;
}
.quip-add-comment label{
	display:block;
	float: none !important; 
	width: auto !important;
}
.quip-add-comment .quip-notify label{
	display: inline-block;
}

/* ************ PDF Buttons ************ */

.pdf-ctas {  
    text-align: center;
    margin: 30px 0;
}
.pdf-ctas > a {
    display: inline-block;
}
.pdf-iframe {
    position: relative;
    padding-bottom: 129.4%; /* 8.5:11 */
    padding-top: 0px;
    height: 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.pdf-iframe iframe,
.pdf-iframe object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.pdf-iframe .resp { display: none; }
@media only screen and (max-width: 1199px) {
    .pdf-iframe .default { display: none !important; }
    .pdf-iframe .resp { display: block !important; }
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
	.pdf-iframe .default {
		display: none;
	}
	.pdf-iframe .resp {
		display: block !important;
	}
}
_:-ms-fullscreen .pdf-iframe .default,
 :root .ie11up .pdf-iframe .default,
_:-ms-lang(x) .pdf-iframe .default,
.ie10up .pdf-iframe .default {
	display: none;
}
_:-ms-fullscreen .pdf-iframe .resp,
_:-ms-lang(x) .pdf-iframe .resp,
.ie10up .pdf-iframe .resp,
 :root .ie11up .pdf-iframe .resp {
	display: block !important;
}

/* ************ File Downloads ************ */

.files{
	margin:0;
	padding:0;
}
.files li{
	margin:10px 0;
	padding:0;
	list-style-type: none;
}
.files li a{
	color:#00102b;
	font-weight: 700;
	display: block;
	font-size: 14px;
	padding: 8px 10px 8px 32px;
	border: 1px solid #00102b;
	background-color:#fff;
	position: relative;
}
.files li a:hover,
.files li a:active{
	text-decoration: none;
	background-color:#BBC9E3;
}
.files .icon-download:before{
	font-family: "Font Awesome 6 Pro";
	content:'\f019';
	color:#00102b;
	font-weight: 900;
	position: absolute;
	left:8px;
}

/* ************ Paging ************ */
.paging ul{
	margin: 0;
	padding:0;
	width: 100%;
	text-align: center;
}
.paging ul li{
	margin:0;
	padding:0;
	list-style-type: none;
	display: inline-block;
}
.paging ul li a{
	color:#A1A4B1;
	font-size: 14px;
	font-weight:700;
	padding: 5px 10px;
	display: block;
}
.paging ul li a:hover,
.paging ul li a:active,
.paging ul li a.active{
	text-decoration: none;
	text-shadow: none;
	color:#012951;
}

/* ************ Job Listing ************ */

.job-listing{
    margin-bottom: 30px;
}
.job-listing .button{
    margin-top: 20px;
}
.job-listing:last-child{
    margin-bottom:0;
}

/* ************ Address ************ */

.location{
	padding-left:0;
	margin: 32px 0 0 0;
	max-width: 500px;
}

.location li{
	list-style-type: none;
	position: relative;
	padding-left:30px;
	margin-bottom: 5px;
	display: inline-block;
	width: 40%;
}

.location li.address{
	float: left;
	margin-right:2%;
	width: 55%;
}

.location i{
	position: absolute;
	left:0;
	top:2px;
}

/* ****************************************** Sidebar */

.sidebar h3{
	text-transform: none;
	margin: 0;
}
.sidebar h3 i{
	display: none;
}
.sidebar ul{
	padding-left: 0;
}
.sidebar ul li{
	list-style-type: none;
	position: relative;
}
.sidebar ul li a{
	display: block;
	margin-right: 12px;
	padding: 2px 0;
}
.sidebar ul li ul{
	padding-left: 15px;
	display: none;
}
.sidebar .parent{
	cursor: pointer;
}
.sidebar .parent > i:after{
	font-family: "Font Awesome 6 Pro";
	content:'\f067';
	position: absolute;
	top:0;
	right:0;
	font-style: normal;
}
.sidebar .parent.active > i:after{
	content:'\f068';
	
}
.sidebar .parent.active > ul{
	display: block;
}
.sidebar ul li ul li a{
	font-size: 14px;
}

/* ****************************************** Catalog */
.cart-message {
  position: fixed;
  background-color: #EFC52F;
  color: #2A2A2A;
  right: 30px;
  bottom: 10%;
  display: block;
  padding: 5px 10px;
  font-weight: bold;
  display: none;
  border-radius: 5px;
  z-index: 999;
}


/* "Edit Page" button */
#edit-page {
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-decoration:none !important;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:0.05em;
	line-height:1;
	background:#2bc271;
	border-radius:0 0 8px 0;
	-moz-border-radius:0 0 8px 0;
	-webkit-border-radius:0 0 8px 0;
	width:40px;
	padding:5px 0;
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
}
#edit-page:hover {
	color:#2bc271;
	background:#fff;
}

#update-browser{
	display: none;
}

.forms .file-uploader-buttons .qq-upload-drop-area {
    background: #6db34b;
    height: 100%;
    left: -120px;
    min-height: 45px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 200px;
    z-index: 2;
}
.forms .file-uploader-buttons .qq-upload-drop-area span {
    display: block;
    font-size: 13px;
    margin-top: 5px;
    position: absolute;
    top: 20%;
    width: 100%;
    color: #fff;
}

/* IE Specific */
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  .image-single .image-single-inner {
    min-height: 1px;
    flex: 1;
  }
  .text-left-middle.column-has-bg > .column,
  .forms .fieldset{
    display: block;
  }
  .forms .input-group{
	  display: inline-block;
	  vertical-align: top;
  }
}
.oldie .hidden-lg {
  display: none !important;
}
.oldie .image-text-blocks,
.oldie .buckets{
  display: block;
}
.oldie .block .column,
.oldie .image-text-block,
.oldie .buckets .bucket,
.oldie .forms .fieldset,
.oldie .forms .input-group,
.oldie .tabbed-content.tabs-left ul,
.oldie .tabbed-content.tabs-left .tab-content{
  display: inline-block !important;
  vertical-align: top;
}
.oldie .w50,
.oldie .buckets.two-columns .bucket,
.oldie .gallery.column-2 .img-wrapper{
  width: 49%;
}
.oldie .w33,
.oldie .tabbed-content.tabs-left ul,
.oldie .buckets.three-columns .bucket,
.oldie .gallery.column-3 .img-wrapper{
  width: 32%;
}
.oldie .w25,
.oldie .buckets.four-columns .bucket,
.oldie .gallery.column-4 .img-wrapper{
  width: 24%;
}
.oldie .buckets.five-columns .bucket,
.oldie .gallery.column-5 .img-wrapper{
  width: 19%;
}
.oldie .w30 {
  width: 29%;
}
.oldie .w40 {
  width: 39%;
}
.oldie .w60 {
  width: 59%;
}
.oldie .w66,
.oldie .tabbed-content.tabs-left .tab-content{
  width: 65%;
}
.oldie .w70 {
  width: 69%;
}
.oldie .w75 {
  width: 74%;
}
/*======================================================
Screen Style Sheet
Vita Needle Company
------------------------------------------------------
Author(s):Melody Tran
Created:July 23,2024
======================================================*/

/* Tablet */
@media only screen and (max-width: 1199px) {
	.block .column{
		padding-left: 16px;
		padding-right: 16px;
	}
	.block .column,
	.block.wide .column>div:not(.nested){
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
	.nested .block:not(.t100) .column:first-child{
		padding-left:0 !important;
	}
	.nested .block:not(.t100) .column:last-child{
		padding-right:0 !important;
	}
	.nested .block.t100 .column{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.block.wide .column{
		 padding-left: 0 !important;
		 padding-right: 0 !important;
	 }
	.block.swap-tablet{
		flex-direction: row-reverse;
	}
	.block.t100.swap-tablet{
		flex-direction: column-reverse;
	}
	.block.m100.swap-tablet .column:first-child{
		margin-top:25px;
	}
	.block.m100.swap-tablet .column:last-child{
		margin-top:0;
	}
	.block.t100 > .column{
		width: 100%;
	}
	.block.t75 > .column{
		width: 75%;
	}
	.block.t66 > .column + .column{
		width: 33%;
	}
	.block.t66 > .column{
		width: 66%;
	}
	.block.t60 > .column{
		width: 60%;
	}
	.block.t60 > .column + .column{
		width: 40%;
	}
	.block.t50 > .column{
		width: 50%;
	}
	.block.t40 > .column{
		width: 40%;
	}
	.block.t40 > .column + .column{
		width: 60%;
	}
	.block.t33 > .column{
		width: 33.33%;
	}
	.block.t25 > .column{
		width: 25%;
	}
	.block.t100 > .column + .column{
		margin-top: 15px;
	}
	.block.t100.full.column-has-bg > .column + .column{
		margin-top:0;
	}
	.block.t100.column-has-bg .column-has-bg-left,
	.block.t100.column-has-bg .column-has-bg-right{
		min-height:300px;
	}
	.block .block.t100 > .column{
		width: 100%;
	}
	.block .block.t75 > .column{
		width: 75%;
	}
	.block .block.t60 > .column{
		width: 60%;
	}
	.block .block.t60 > .column + .column{
		width: 40%;
	}
	.block .block.t50 > .column{
		width: 50%;
	}
	.block .block.t40 > .column{
		width: 40%;
	}
	.block .block.t40 > .column + .column{
		width: 60%;
	}
	.block .block.t33 > .column{
		width: 33.33%;
	}
	.block .block.t25 > .column{
		width: 25%;
	}
	.constrain{width:100%;  padding-left:16px; padding-right:16px;}
	.fullsite {display:none !important;}
	.smallsite {display:block !important;}	
	
	/* Start Mobile Nav */
	
	#overlay {
		background: rgba(243, 243, 243, 0.4);
		height:100%;
		width: 100%;
		position: fixed;
		top:125px;
		left:0;
		z-index: 999;
		display: none;
	}
	#mobile-nav {
		position: fixed;
		z-index: 9999;
		width: 86%;
		padding: 0 0 0;
		top: 125px;
		right: 0;
		margin: 0 auto;
		background: #F1F4F9;
		border-radius:2px 0px 0px 0px;
		-moz-border-radius:2px 0px 0px 0px;
		-webkit-border-radius:2px 0px 0px 0px;
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
		display: none;
		height: 100%;
	}
	#mobile-nav.active{
		display: block;
	}
	#mobile-nav .search-form {
		width: 92%;
		margin: 20px 4%;
		max-width: inherit;
	}
	#mobile-nav > ul {
		display: none;
		padding: 0 0 500px 0;
		max-height: 900px;
		overflow-y: scroll;
		overflow-x: hidden;
		z-index:0;
	}
	#mobile-nav.active > ul{
		display: block;
		position: relative;
	}
	#mobile-nav ul li{
		font-weight: 700;
	}
	#mobile-nav ul li a{
		color:#2A2A2A;
		display: block;
		padding:15px 20% 14px 4%;
	}
	#mobile-nav ul li a>i{
		color:#012951;
	}
	#mobile-nav ul li .fa-plus {
		cursor: pointer;
		position: absolute;
		width: 50px;
		z-index: 2;
		text-align: center;
		right: 4%;
		color: #012951;
		font-weight: 600;
		margin: -33px 0 0 0;
		font-size: 18px;
	}
	#mobile-nav ul li.open >.fa-plus:before{
		content:"\f068";
	}
	#mobile-nav .primary-nav ul {
		display: none;
		background: #012951;
		padding:10px 0;
	}
	#mobile-nav .primary-nav ul li{
		font-weight: 600;
		text-transform: capitalize;
	}
	#mobile-nav .primary-nav ul li a{
		color:#fff;
		padding:10px 20% 10px 8%;
		padding-left:8%;
	}
	#mobile-nav .primary-nav ul li .fa-plus{
		color:#fff;
		margin-top: -29px;
	}
	#mobile-nav .primary-nav ul ul{
		background:#F8F8F8;
	}
	#mobile-nav .primary-nav ul ul li a{
		color:#2A2A2A;
	}
	#mobile-nav .primary-nav ul.active{
		display: block;
	}
	#mobile-nav .primary-nav li.open > a{
		position: relative;
	}
	.search-form input{
		line-height: 38px;
		height: 40px;
	}
	.search-form button{
		width: 40px;
		height: 40px;
		line-height: 40px;
		right:8px;
	}
	/* End Mobile Nav */
	
	#inner-banner{
		height: 100px;
	}
	#inner-banner .contain{
		width: 94%;
		left:20px;
	}
	.video{
		height: 213px;
	}
	.fancybox-stage{
		width: 100%;
		margin: 0 auto;
	}
	.fancybox-slide--iframe .fancybox-content {
		max-width: inherit;
		width: 90%;
		max-height: inherit;
		height: 400px;
	}
	.fancybox-arrow{
		width: 40px;
	}
	.img-wrapper.img-left,
	.img-wrapper.img-right{
		float: none;
		padding: 0;
		margin-top: 0;
	}
	.columnlist-3 ul,
	ul.columnlist-3 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.image-text-block:not(.w33){
		width: 50% !important;
	}
	.image-text-block.image-text-row{
		width: 100% !important;
	}
	.panel-group .panel-title{
		 font-size: 18px;
		 line-height: 20px;
	 }
	.table-responsive:before{
		 content:"Swipe to scroll";
		 font-size:12px;
		 margin-bottom:10px;
	 }
	 .gallery.carousel.column-1 .img-wrapper{
		 height: 380px;
	 }
	 .gallery.carousel.column-1 .img-wrapper img{
		 max-height: 400px;
	 }
	 .gallery.default .img-wrapper{
		 height: 230px;
	 }
	 /* .gallery.default .img-wrapper img{
		 max-height: 250px;
	 } */
	 .gallery.carousel .img-wrapper img{
		 max-height:none;
	 }
	 .gallery.content{
		 padding:0 15px;
	 }
	 .slick-prev{
		 left:0;
	 }
	 .slick-next{
		 right:0;
	 }
	 .gallery.carousel .slick-prev{
		 left:25%;
	 }
	 .gallery.carousel .slick-next{
		 right:25%;
	 }
	 #home-banner .caption{
		 padding:20px;
	 }
	 .block:not(.t100)>.column.w25 .button + .button,
	 .block:not(.t100)>.column.w33 .button + .button,
	 .block:not(.t100)>.column.w40 .button + .button{
		 display: block;
		 margin-top:20px;
		 margin-left:0;
	 }
	 .block:not(.t100)>.column.w25 .button,
	 .block:not(.t100)>.column.w33 .button{
		 width: 100%;
		 min-width: inherit !important;
	 }
	 .image-text-blocks{
		 align-items: flex-start;
	 }
	 .image-smaller-block .image{
		 margin-right:auto;
	 }
	 .post-item .img-wrapper img{
		 width: 150px;
	 }
	 .gallery.carousel.has-pager .slick-dots{
		 width:50%;
		 margin-left: -25%;
	 }
	 .icon-text-block{
		 width: 33.33%;
	 }
}

/* Phone (portrait and landscape) */
@media only screen and (max-width : 767px) {
	.block.swap-mobile{
		flex-direction: row-reverse;
	}
	.block.m100.swap-mobile{
		flex-direction: column-reverse;
	}
	.block.m100.swap-mobile .column:first-child{
		margin-top:25px;
	}
	.block.m100.swap-mobile .column:last-child{
		margin-top:0;
	}
	.block.m100 .column,
	.block.m100 .column + .column{
		width: 100%;
	}
	.block.m75 .column{
		width: 75%;
	}
	.block.m60 .column{
		width: 60%;
	}
	.block.m60 .column + .column{
		width: 40%;
	}
	.block.m50 .column{
		width: 50%;
	}
	.block.m40 .column{
		width: 40%;
	}
	.block.m40 .column + .column{
		width: 60%;
	}
	.block.m33 .column{
		width: 33.33%;
	}
	.block.m25 .column{
		width: 25%;
	}
	.block.m100 .column + .column{
		margin-top: 15px;
	}
	.block .block.m100 .column{
		width: 100% !important;
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.block .block.m75 .column{
		width: 75%;
	}
	.block .block.m60 .column{
		width: 60%;
	}
	.block .block.m60 .column + .column{
		width: 40%;
	}
	.block .block.m50 .column{
		width: 50%;
	}
	.block .block.m40 .column{
		width: 40%;
	}
	.block .block.m40 .column + .column{
		width: 60%;
	}
	.block .block.m33 .column{
		width: 33.33%;
	}
	.block .block.m25 .column{
		width: 25%;
	}
	input{
		font-size: 16px!important;
		touch-action: none;
	}
	.img-wrapper img{
		margin:0 auto;
		display:block;
	}
	.gallery.default .img-wrapper{
		width: 50% !important;
		height: 200px;
	}
	.gallery.default .img-wrapper img{
		max-height: 210px;
	}
	.paging ul li a{
		padding: 5px 12px;
	}
	.crumb-container .crumb.first ~ .crumb{
		display: none;
	}
	.crumb-container span.first a i{
		font-weight: bold;
		margin-right: 5px;
	}
	.crumb-container span:not(.current):after{
		content:"";
		margin:0;
	}
	.columntext-2,
	.columntext-3 {
		display: block;
	}
	.columntext-2 > p,
	.columntext-3 > p {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.columntext-2 > p + p,
	.columntext-3 > p + p {
		padding-left: 0;
		padding-right: 0;
		margin-top: 15px;
	}
	.columnlist-2 > ul,
	ul.columnlist-2 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.columnlist-3 > ul,
	.columnlist-3 ul,
	ul.columnlist-3 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.image-text-block:not(.w33),
	.image-text-block{
		width: 100% !important;
	}
	.image-text-row {
		margin-bottom: 35px !important;
	}
	.image-text-row .image{
		width: 100% !important;
		margin: 0 0 15px 0 !important;
	}
	.image-text-row .content{
		width: 100% !important;
	}
	.fancybox-slide--iframe .fancybox-content {
		height: auto;
		width: auto;
	}
	.tabbed-content.has-dropdown {
		position: relative;
		padding-top:40px;
	}
	.tabbed-content.has-dropdown .nav-tabs {
		display: flex;
		flex-wrap: wrap;
		max-height: 40px;
		overflow: hidden;
		position: absolute;
		width: 100%;
		top: 0;
		z-index: 2;
		margin: 0 !important;
	}
	.tabbed-content.has-dropdown .nav-tabs li {
		margin: 0;
		display: block;
		width: 100%;
		height: 40px;
		padding: 0;
		border-radius: 0;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
	.tabbed-content.has-dropdown .nav-tabs li a {
		font-size: 14px;
		padding-top: 11px;
	}
	.tabbed-content.has-dropdown .nav-tabs li.active {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
	.tabbed-content.has-dropdown .nav-tabs:after {
		font-family: 'Font Awesome 6 Pro', sans-serif;
		content: '\f107';
		color: white;
		position: absolute;
		right: 15px;
		top: 9px;
		z-index: 2;
		pointer-events: none;
	}
	.tabbed-content.has-dropdown .nav-tabs.open {
		max-height: 1000px;
	}
	.tabbed-content.has-dropdown .nav-tabs.open:after {
		content: '\f106';
	}
	.tabbed-content.has-dropdown .tab-content {
		width: 100%;
		padding: 20px 0;
	}
	.panel-group .panel-body .block .column{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.forms .input-group{
		width: 100%;
	}
	#home-banner{
		height: auto;
	}
	#home-banner:before{
		background: linear-gradient(90deg, rgba(15, 15, 15, 0.60) 0%, rgba(15, 15, 15, 0.30) 100%)
	}
	#home-banner .caption{
		padding:20px 0 120px;
		justify-content: flex-start;
	}
	#home-banner .caption .buttons{
		flex-direction: column;
	}
	#home-banner .caption .buttons .button{
		margin:0;
	}
	#home-banner .caption .buttons .button + .button{
		margin-top:10px;
	}
	#home-banner .stock-chart-button{
		width: 98%;
		left: 1%;
		right: auto;
		padding:15px;
	}
	.inner-banner-image{
		height: 180px;
	}
	.inner-banner-image img{
		
		max-height: 220px;
	}
	.gallery.carousel .slick-prev{
		left:20px;
	}
	.gallery.carousel .slick-next{
		right:20px;
	}
	.gallery.carousel.has-pager .slick-dots{
		width: 60%;
		margin-left: -30%;
	}
	.post-item{
		flex-direction: column;
	}
	.post-item .img-wrapper{
		margin-bottom:10px;
	}
	.icon-text-block{
		width: 50%;
	}
}
