/* --
TYPEKIT FONTS

Proxima Nova Regular
font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;

Proxima Nova Medium
font-family: proxima-nova, sans-serif;
font-weight: 500;
font-style: normal;

Proxima Nova Semibold
font-family: proxima-nova, sans-serif;
font-weight: 600;
font-style: normal;

Proxima Nova Bold
font-family: proxima-nova, sans-serif;
font-weight: 700;
font-style: normal;

-- */
body {
	font: 300 16px/26px proxima-nova, sans-serif;
	color: #242021;
	overflow-x: hidden;
}
html {
	box-sizing: border-box;
	height: 100%;
}
*, *:before, *:after {
	box-sizing: inherit;
	outline: 0;
}
html,
button,
input,
select,
textarea {
	font: 300 16px/24px proxima-nova, sans-serif;
	color: #3a3a39;
}
a {
	color: #A9986D;
	outline: 0;
	text-decoration: none;
}
a:focus {
	outline: 0;
}
a:hover {
	text-decoration: underline;
	color: #A9986D;
}
figure {
	margin: 0;
}
p {
	margin: 20px 0 !important;
}
.show-mobile {
	display: none !important;
}
h1 {
	font: 600 50px/60px proxima-nova, sans-serif;
}
.maincontent h1 {
	font: 600 32px/34px proxima-nova, sans-serif;
	margin-bottom: 30px;
}
h2 {
	font: 700 26px/28px proxima-nova, sans-serif;
}
h3 {
	font: 700 22px/24px proxima-nova, sans-serif;
}
h4 {
	font: 600 18px/20px proxima-nova, sans-serif;
}
h5 {
	font: 600 14px/16px proxima-nova, sans-serif;
}
.maincontent h2,
.maincontent h3,
.maincontent h3 {
	margin: 15px 0;
}
hr {
	border: 0;
	background: #666;
	height: 1px;
	margin: 40px 0;
}
figure img {
	max-width: 100%;
	height: auto;
}
.todo {
	border: 1px solid red !important;
}

/* -- forms -- */
.alert p {
	margin: 0 !important;
}
.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #a9986d;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(169, 152, 109, .25);
}
.form-check-input:focus {
	box-shadow: 0 0 0 .25rem rgba(169, 152, 109, .25);
}
.form-check-input:checked {
	background-color: #a9986d;
	border-color: #a9986d;
	position: relative;
}
.form-check-input:checked:before {
	content: "✓";
	color: #000;
	font-size: 25px;
	font-weight: 700;
	position: absolute;
	top: -9px;
	left: 1px;
}
.maincontent .form-check {
	display: inline-block;
	width: 24%;
}
label[for="form-input-filmDepartments"] {
	margin-bottom: 10px;
	display: block;
}

/* -- btn -- */
.button {
	border: 2px solid #FFF;
	border-radius: 20px;
	padding: 5px 40px;
	text-transform: uppercase;
	color: #FFF;
	display: inline-block;
}
.button:hover {
	opacity: .7;
	color: #FFF;
	text-decoration: none;
}
.button.wide {
	padding: 5px 60px;
}
.button.dark {
	border: 2px solid #000;
	color: #000;
	background: none;
}
.button.dark:hover {
	color: #000;
}
.btn-primary {
	color: #fff;
	background-color: #a9986d;
	border-color: #a9986d;
}
.btn-primary:hover {
	background-color: #a9986d;
	border-color: #a9986d;
	opacity: .8;
}

/* -- edit button -- */
.editor-button {
	position: fixed;
	z-index: 9 !important;
}
.editor-button a {
	display: inline-block;
	padding: 10px 20px;
	background: #00DD00;
	overflow: hidden;
	font: 12px Arial, sans-serif;
	color: #FFF !important;
	text-decoration: none !important;
	text-align: center;
}
.editor-button a:hover {
	opacity: .7;
}

/* -- mobile nav-- */
.hamburger {
	position: absolute;
	top: -40px;
	right: 0;
	z-index: 3;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	overflow: visible;
}
.hamburger-box {
	width: 25px;
	height: 25px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 25px;
	height: 3px;
	background-color: #FFF;
	position: absolute;
	transition-property: none;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -8px;
}
.hamburger-inner::after {
	bottom: -8px;
}
.hamburger.active .hamburger-inner,
.hamburger.active .hamburger-inner::before,
.hamburger.active .hamburger-inner::after {
	background-color: #FFF;
}
.hamburger.active .hamburger-inner {
	transform: rotate(45deg);
	height: 2px;
	width: 20px;
}
.hamburger.active .hamburger-inner::before {
	top: 0;
	opacity: 0;
}
.hamburger.active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	height: 2px;
	width: 20px;
}
.mobileoverlay,
.mobileoverlay ul {
	display: none;
}
/* -- header -- */
#header {
	background: #000;
	padding: 20px 0;
	border-top: 10px solid #a9986d;
}
#header .container {
	position: relative;
}
#header .logo {
	position: relative;
	display: block;
	width: 150px;
	height: 128px;
	z-index: 5;
	line-height: normal;
}
#header .logo .mobile {
	display: none;
}
#header .logo .desktop {
	width: 150px;
	height: 128px;
}

/* -- Utility Nav -- */
#header .utilitynav {
	position: absolute;
	right: 0;
	top: 0;
}
#header .utilitynav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header .utilitynav li {
	position: relative;
	margin: 0;
	padding: 0;
}
#header .utilitynav .nav > ul > li {
	display: inline-block;
	padding-left: 20px;
	padding-bottom: 5px;
}
#header .utilitynav a {
	color: #FFF;
	display: block;
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
}
#header .utilitynav a:hover,
#header .utilitynav a.active {
	color: #a9986d;
	text-decoration: none;
}
#search {
	background: #000;
	border: 2px solid #FFF;
	border-radius: 20px;
	padding: 1px 20px;
	text-transform: uppercase;
	color: #FFF;
	width: 200px;
	font-size: 14px;
	font-weight: 500;
}
#search::placeholder {
	opacity: 1;
}
#search:focus::placeholder {
	opacity: .3;
}

/* -- iOS ONLY CSS -- */
@supports (-webkit-touch-callout: none) {
	#search,
	#search:focus {
		color: black !important;
		font-size: 16px;
	}
	#search:focus::placeholder {
		opacity: 1;
	}
}

/* -- Main Nav -- */
#header .headernav {
	position: absolute;
	right: 0;
	top: 100px;
}
#header .headernav::before {
	content: "";
	border-top: 1px solid #a9986d;
	width: 9999px;
	position: absolute;
	left: 30px;
	top: -20px;
	height: 40px;
}

/* -- parent level -- */
#header .headernav .nav > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header .headernav .nav > ul > li {
	position: relative;
	margin: 0;
	padding: 0;
}
#header .headernav .nav > ul > li {
	display: inline-block;
	padding-left: 30px;
	padding-bottom: 20px;
}
#header .headernav .nav > ul > li a {
	color: #FFF;
	display: block;
	position: relative;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 500;
	white-space: nowrap;
}
#header .headernav .nav > ul > li a:hover,
#header .headernav .nav > ul > li a.active {
	color: #a9986d;
	text-decoration: none;
}

/* -- dropdown, second level -- */
#header .headernav .nav > ul > li > ul > li > a {
	font-size: 15px;
}
#header .headernav .nav > ul > li > ul {
	display: none;
	position: absolute;
	width: 100px;
	left: 0;
	top: 100%;
	margin: 0;
	padding: 0;
}
#header .headernav > nav > ul > li:hover > ul {
	display: block;
	background: rgba(00, 00, 00, .85);
	width: auto;
	padding: 10px 30px;
	z-index: 999;
}
#header .headernav > nav > ul > li > li > a {
	padding: 5px 0;
}

#header .headernav .nav > ul > li.nav-news > ul {
	left: auto;
	right: 0;
}

/* -- third level -- */
#header .headernav ul ul ul {
	display: block;
	margin-bottom: 10px;
}
#header .headernav .nav ul ul ul a {
	font-size: 15px;
}

/* -- Left Nav -- */
.leftnav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.leftnav li {
	position: relative;
	margin: 0;
	padding: 0;
}
.leftnav a {
	display: block;
	position: relative;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}
.leftnav a:hover {
	opacity: .7;
	text-decoration: none;
}

.leftnav a.active {
	text-decoration: underline;
}
.leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.leftnav ul {
	padding-left: 30px;
}
.searchnav > li > a,
.parent-why-new-mexico > li > a {
	color: #000;
	font-weight: 600;
}
.searchnav > li > ul,
.parent-why-new-mexico > li > ul {
	padding-bottom: 30px;
	padding-left: 0;
}

/* -- hero slideshow -- */
.slideshow .slide {
	height: 650px;
	background-position: bottom center;
	background-size: cover;
}
#internal .slideshow .slide {
	height: 405px;
}
.slideshow .slide .container {
	text-align: center;
	color: #FFF;
	height: 100%;
	padding: 100px 50px;
}
.slideshow .slide .container * {
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5)
}
.slideshow .slick-dots {
	bottom: 50px;
}

/* -- hero callout message -- */
.callout {
	background: #000;
	padding: 40px;
	color: #FFF;
}
.callout h1,
.callout h2,
.callout h3,
.callout h4 {
	color: #a9986d;
}
.callout.tan,
.callout.tan h1,
.callout.tan h2,
.callout.tan h3,
.callout.tan h4 {
	color: #FFF;
}

/* -- copy block -- */
.copyblock {
	margin: 50px 0;
}
figcaption {
	font-style: italic;
}
.copyblock img {
	width: auto;
	max-width: 100%;
}
.copyblock.width50 {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.copyblock.width75 {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.copyblock table.thumbs td {
	vertical-align: top;
}

/* -- button block -- */
.buttonblockoutside {
	padding: 70px 0 60px 0;
	width: 100%;
	background: #000;
}
.buttonblockoutside ul {
	list-style: none;
	margin: 0 100px;
	padding: 0;
	text-align: center;
}
.buttonblockoutside li {
	display: inline-block;
	width: 33%;
	padding: 0 10px 10px 10px;
}
.buttonblockoutside a {
	display: block;
	background: #a9986d;
	color: #FFF;
	padding: 10px 50px;
	white-space: nowrap
}
.buttonblockoutside a:hover {
	text-decoration: none;
	opacity: .8;
}

/* -- image + copy slideshow block -- */
.imageCopySlideshow {
	background: #efefef;
	padding: 100px 0;
}
.imageCopySlideshow .slick-dots {
	bottom: -50px;
}
.imageCopySlideshow .slick-dots li button {
	border: 2px solid #a9986d;
}
.imageCopySlideshow .slick-dots li button:hover,
.imageCopySlideshow .slick-dots li.slick-active button {
	background: #a9986d;
}
.oneUpBox {
	background: #FFF;
	border-radius: 15px;
	box-shadow: 0 9px 42px 3px rgba(117, 117, 117, 0.2);
	padding: 50px;
}
.oneUpBox .border-end {
	border-right: 1px solid #656565;
}
.threeUpBox .slick-track {
	display: flex !important;
}
.threeUpBox .slick-slide {
	height: inherit !important;
}
.threeUpBox .card {
	border-radius: 15px;
	box-shadow: 0 5px 10px 3px rgba(117, 117, 117, 0.2);
}
.threeUpBox .card-img-top {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.threeUpBox .card-title {
	font-size: 24px;
	font-weight: bold;
}

/* -- image button block -- */
.imageButtonBlock {
	background: #FFF;
	padding: 135px 0 100px 0;
}

.imageButtonBlock h2 {
	margin-bottom: 100px;
}

/* -- contact -- */
.contactblock {
	background: #FFF;
	position: relative;
	padding: 80px 0;
}
.contactblock .box {
	background: #FFF;
	border-radius: 15px;
	box-shadow: 0 9px 42px 3px rgba(117, 117, 117, 0.2);
	padding: 50px;
}
.contactblock .button {
	cursor: pointer;
	background: #a9986d;
	color: #FFF;
	border-radius: 25px;
	padding: 10px 80px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	border: 0;
}
.contactblock .button:hover {
	opacity: .7;
}
.contactblock .warning {
	border: 1px solid #CC0000 !important;
}
.successmessage {
	color: #00BB33;
	display: none;
	padding: 5px 0;
}
.warningmessage {
	color: #CC0000;
	display: none;
	padding: 5px 0;
}
#secretHoneypotParamName {
	display: none;
}
.social a {
	font-size: 28px;
	display: inline-block;
	margin-right: 10px;
	padding: 8px;
	color: #FFF;
	background-color: #A9986D;

}
.social a:hover {
	opacity: .8;
}

/* -- IMAGE + COPY BLOCK -- */
.imagecopy {
	display: flex;
	flex-wrap: wrap;
}
.inline-image {
	padding: 80px 0;
}
.imagecopy .col-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.imagecopy .col-image {
	width: 40%;
}
.imagecopy .col-copy {
	width: 60%;
	padding: 75px 300px 75px 100px;
}
.imagecopy .col-copy h3 {
	margin-top: 0;
}
.imagecopy.right .col-image {
	order: 2;
}
.imagecopy.right .col-copy {
	order: 1;
}
.imagecopy.right .col-copy {
	padding: 75px 100px 75px 200px;
}
.imagecopy.right.morepadding .col-copy {
	padding: 150px 100px 150px 200px;
}
.imagecopy.right .col-copy .moveright {
	float: right;
}
.imagecopy .button,
.inline-image .button {
	border-color: #000;
	color: #000;
}

/* -- image/color background + copy -- */
.image-background {
	padding: 75px 0 65px 0;
	width: 100%;
	background-repeat: no-repeat !important;
	background-position: top center;
	background-size: cover !important;
	background-attachment: fixed !important;
	background: #FFF;
	color: #FFF;
}
.image-background h2 {
	margin-top: 0;
	margin-bottom: 40px;
}
.image-background .copy {
	width: 800px;
	margin: auto;
}
.image-background .button {
	margin-top: 10px;
	display: inline-block;
}

/* -- slideshow images on left block -- */
.slideshowProducts {
	background: #efefef;
	padding: 100px 0 100px 0;
}
.slideshowProducts h2 {
	padding-bottom: 50px;
}
.productslideshow {
	list-style: none;
	margin: 0;
	padding: 0;
}
.slideshowProducts .copy p {
	margin-top: 0;
}
.slideshowProducts .slick-dots {
	top: auto;
	bottom: -30px;
	width: 520px;
}
.slideshowProducts .slick-dots li {
	height: 15px;
	width: 15px;
}
.slideshowProducts .slick-dots li button  {
	border-color: #EAB03A;
	height: 15px;
	width: 15px;
}
.slideshowProducts .slick-dots li.slick-active button {
	background-color: #EAB03A;
}

/* -- THUMBNAIL BLOCK -- */
.thumbnails {
	padding: 100px 0 60px 0;
}

/* -- FOOTER -- */
#footer {
	background: #a9986d;
	color: #FFF;
}
#footer .container {
	position: relative;
	padding: 75px 40px;
}
#footer .footernav ul {
	list-style: none;
	margin: 8px 0 0 0 ;
	padding: 0;
}
#footer .footernav > ul > li {
	display: inline-block;
	vertical-align: top;
	width: 19.5%;
	padding: 0 20px;
}
#footer .footernav a {
	display: block;
	color: #FFF;
	text-transform: uppercase;
	padding: 2px 20px 5px 0 ;
	font-size: 15px;
	line-height: normal;
}
#footer .footernav a:hover {
	opacity: .7;
	text-decoration: none;
}
#footer .footernav > ul > li > a {
	color: #000;
	border-bottom: 1px solid #FFF;
	font-weight: 500;
}
#footer .copyright {
	background: #000;
	padding: 20px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	line-height: normal;
}

/* -- BACKGROUND COLOR CHANGES -- */

.white {
	background-color: #fff;
}

.black {
	background-color: #000;
}
.black h2 {
	color: #FFF;
}
.tan {
	background-color: #a9986d;
}
.tan h2 {
	color: #FFF;
}

/* -- GOOGLE SEARCH RESULTS -- */
#___gcse_0 {
	padding-top: 30px;
}
.gsc-wrapper {
	font: 300 16px/20px proxima-nova, sans-serif;
}
.gsc-control-cse {
	padding: 1em 0 !important;
}
.gsc-control-cse,
.cse_block_container,
.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult,
.gsc-webResult.gsc-result:hover {
	border-color: transparent !important;
	background-color: transparent !important;
}
#gs_id50 {
	background: #FFF !important;
}
.gsst_a .gscb_a {
	color: #000 !important;
}
.gsc-search-button-v2 {
	padding: 9px 27px !important;
	border-radius: unset !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	padding: 5px 15px !important;
	text-decoration: none !important;
	color: #FFF !important;
	background-color: #A9986D !important;
	cursor: pointer;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
	background-color: #000 !important;
}
.gsc-results .gsc-cursor-box {
	margin: 30px 0 0 0 !important;
}
.gsc-input {
	background-color: transparent !important;
	color: #3d3d3d;
}
.gcsc-more-maybe-branding-root,
.gsc-url-top {
	display: none !important;
}
.gs-title {
	font-weight: bold;
}

/* -- FILMOLOGY PAGE -- */
.filmologySlideshow {
	background: #efefef;
	padding: 20px 20px 40px 5px;
}
.filmologySlideshow .slick-dots {
	bottom: -20px;
}
.filmologySlideshow .slick-dots li button {
	border: 2px solid #a9986d;
}
.filmologySlideshow .slick-dots li button:hover,
.filmologySlideshow .slick-dots li.slick-active button {
	background: #a9986d;
}
.tablink a {
	display: block;
	color: black;
	padding: 5px;
	border: 1px solid #CCC;
	border-top: 0;
	background-color: #f1f1f1;
	text-align: center;
	transition: 0.3s;
}
#datecontainer .row:first-of-type .tablink a {
	border-top: 1px solid #CCC !important;
}
.tablink a .bi {
	display: none;
}
.tablink a:hover {
	background-color: #DDD;
	text-decoration: none;
}
.tablink a.active {
	background-color: #CCC;
}
.tablink a.active .bi {
	display: inline;
}
.tabcontent {
	padding: 30px;
	border: 1px solid #CCC;
	display: none;
	z-index: 3;
}

/* =============================================================================
 Media Queries */

/* Small Desktop */
@media only screen and (max-width: 1200px) {
	#header .headernav a {
		font-size: 16px;
	}
	.buttonblockoutside ul {
		margin: 0;
	}
	.buttonblockoutside a {
		padding: 10px;
	}
	#header .headernav .nav > ul > li a {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1170px){
	.container {
		width: 100%;
	}
	#header .logo {
		margin-left: 20px;
	}
	#header .logo .desktop {
		display: none;
	}
	#header .logo .mobile {
		width: 125px;
		height: 107px;
		display: block;
	}
	#header .headernav {
		top: 80px;
		right: 20px;
	}
	#header .headernav::before {
		left: 15px;
	}
	#header .headernav .nav > ul > li a {
		font-size: 14px;
	}
	#header .headernav .nav > ul > li {
		padding-left: 15px;
		padding-bottom: 20px;
	}
	#header .headernav .nav > ul > li > ul {
		left: auto;
		right: 0;
	}
	h1 {
		font-size: 40px;
		line-height: normal;
	}
	.slideshow {
		border-bottom: 35px solid #000;
	}
	.slideshow .slide {
		height: auto;
		padding: 150px 30px;
	}
	.slideshow .slick-track {
		display: flex !important;
	}
	.slideshow .slick-slide {
		height: inherit !important;
	}
	.featured .box {
		width: 30%;
	}
	.imagecopy .col-copy,
	.imagecopy.right .col-copy,
	.imagecopy.right.morepadding .col-copy {
		padding: 50px;
	}
	.thumbnails {
		padding: 50px 0 30px 0;
	}
	.image-background {
		padding: 75px 0;
	}
	.slideshowProducts {
		padding: 50px 0 70px 0;
	}
	.slideshowProducts .slick-dots {
		width: 100%;
	}
	.boxesoverimage {
		padding: 50px;
	}
	#footer .container {
		padding: 40px;
	}
}

/* Tablet */
@media only screen and (max-width: 999px){
	h1 {
		font-size: 50px;
		line-height: normal;
	}
	h2 {
		font-size: 35px;
		line-height: normal;
	}
	.slideshow {
		border-bottom: 20px solid #000;
	}
	.slideshow .slide {
		height: 450px;
	}
	.show-mobile {
		display: block !important;
	}
	#header .headernav::before {
		display: none;
	}
	.hide-mobile {
		display: none !important;
	}
	.mobileoverlay {
		background: #000;
		position: relative;
		/*height: 100vh;*/
		height: 100%;
		width: 100%;
		z-index: 2;
		top: -75px;
		display: none;
	}
	.mobileoverlay > ul {
		list-style: none;
		margin: 0;
		padding: 145px 30px 0 30px;
		display: block;
	}
	.mobileoverlay ul:nth-of-type(2) li:first-of-type > a {
		border-top: 0;
	}
	.mobileoverlay ul.nav-u {
		padding: 0 30px;
	}
	.mobileoverlay > ul > li:first-of-type > a {
		border-top: 1px solid #FFF;
	}
	.mobileoverlay a {
		display: block;
		padding: 5px 10px;
		color: #FFF;
		border-bottom: 1px solid #FFF;
	}
	.mobileoverlay a:hover {
		text-decoration: none;
		background: #A9986D;
	}
	.mobileoverlay li #search {
		margin: 40px 0;
		width: 100%;
	}
	.slideshow .slick-dots {
		display: none !important;
	}
	.slideshow .slide {
		height: auto;
		padding: 50px 30px;
	}
	h1  {
		font-size: 35px;
	}
	.oneUpBox {
		padding: 40px;
	}
	.oneUpBox .slick-next {
		 right: -30px;
	}
	.oneUpBox .slick-prev {
		left: -30px;
	}
	.backgroundblock {
		padding: 20px;
		background-position: bottom center;
	}
	.backgroundblock h2 {
		font-size: 30px;
		line-height: normal;
	}
	.imagecopy {
		display: block;
		flex-wrap: nowrap;
	}
	.imagecopy .col-copy,
	.imagecopy.right .col-copy,
	.imagecopy.right.morepadding .col-copy {
		width: 100%;
	}
	.imagecopy .col-image {
		width: 100%;
		height: 400px;
	}
	.imagecopy.right .col-copy .moveright {
		float: none;
		width: auto;
	}
	.imagecopy.right .col-copy {
		padding: 30px;
	}
	.image-background {
		padding: 50px 0;
	}
	.image-background h2 {
		margin-top: 0;
	}
	.image-background .copy {
		width: 100%;
		padding: 0 20px;
		font-size: 15px;
		line-height: 20px;
	}
	.buttonblockoutside {
		padding: 10px 0 20px 0;
	}
	table.thumbs img {
		width: 130px;

	}
	#footer .container {
		display: block;
		flex-wrap: unset;
		padding: 30px 0 0 0;
	}
	#footer .brand {
		width: 100%;
		padding: 0 0 20px 20px;
	}
	#footer .links {
		text-align: center;
		width: 100%;
	}
	#footer .social {
		top: 30px;
		right: 20px;
	}
	#footer .copyright {
		font-size: 12px;
		padding: 10px 20px;
	}
}

/* -- small mobile -- */
@media only screen and (max-width: 768px) {
	.navcontain {
		border: 1px #000 solid;
		padding: 5px 15px !important;
	}
	#leftcolumn h3 {
		cursor: pointer;
		padding: 0 !important;
		margin: 0 !important;
		position: relative;
		font-size: 20px;
	}
	#leftcolumn h3:after {
		content: "\f27e";
		position: absolute;
		top: 4px;
		right: 0;
		display: inline-block;
		font-family: bootstrap-icons !important;
		font-size: 20px;
		font-style: normal;
		font-weight: normal !important;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		vertical-align: -.125em;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	#leftcolumn .leftnav {
		display: none;
		margin-top: 20px;
	}
	.border-end {
		border: 0!important;
	}
	.buttonblockoutside li {
		display: block;
		width: 100%;
	}
	table.thumbs img {
		width: 70px;

	}
	.columns .col {
	    flex: 1 0 100%;
	}
}

/* -- small mobile -- */
@media only screen and (max-width: 550px) {
	h1 {
		font-size: 30px;
		line-height: 30px;
	}
	h2 {
		line-height: 30px;
		font-size: 30px;
	}
	.slideshow .slide .container {
		padding: 0;
	}
	.contactblock .button {
		padding: 10px 20px;
	}
	.contactblock,
	.imageCopySlideshow,
	.iconButtonBlock {
		padding: 70px 0;
	}
	.copyblock {
		margin: 70px 0;
	}
	.inline-image {
		padding: 70px 0 20px 0;
	}
	.button,
	.button.wide {
		padding: 5px 15px;
	}
}
