/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

@import url("https://use.typekit.net/ejb3nyr.css");
/*
font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-style: normal;

font-family: proxima-nova, sans-serif;
font-weight: 300;
font-style: normal;

blue 0d3762
light blue e9f0f4   b2beca
dark blue 002246
gold bbaf8c
dark grey 2d2d2d
*/

/* Core Styles */
html {
  scroll-behavior: smooth;
}
html, button, input, select, textarea {
	font-family: "proxima-nova", Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #2d2d2d;
}
body {
	font-family: "proxima-nova", Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: 1.4;
	background: #fff;
}
::-moz-selection {
	background: #002246;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #002246;
	color: #fff;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 2em auto;
	padding: 0;
}
img {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
a {
	outline: 0;
	text-decoration: none;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
a:focus {
	outline: 0;
}
a:hover {
	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
p {
	line-height: 1.4;
}
p a,ul li a,ol li a {
  font-weight: 600;
  color: #0d3762;
}
p a:hover,ul li a:hover,ol li a:hover {
	color: #002246;
}
p .img-left {
    padding: 1em;
}
p .img-right {
    padding: 1em;
}
.bg-white {
    background: #fff;
}
.bg-lightblue {
    background: #e9f0f4;
}
.bg-darkgray {
    background: #2d2d2d;
}
.bg-gray {
	background: #f5f5f5;
}
.text-white {
    color: #fff;
}
.text-gray {
    color: #f5f5f5;
}
a.btn {
    display: inline-block;
	color: #fff;
	font-weight: 600;
	line-height: 1;
	background: #bbaf8c;
	padding: 0.5em 1em;
	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
a.btn:hover {
	color: #fff;
	background: #002246;
	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.lightbox {
	display: none;
}
.featherlight-inner {
    padding: 1em;
}
h1,h2,h3,h4,h5,h6 {
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -1px;
}
h1 {
    font-size: 2.2em;
    color: #2d2d2d;
    margin: 0 0 0.25em;
}
h2 {
    font-size: 2em;
    color: #2d2d2d;
    margin: 0 0 0.25em;
}
h3 {
    font-size: 1.6em;
    color: #2d2d2d;
    margin: 0 0 0.5em;
}
h4 {
    font-size: 1.4em;
    color: #2d2d2d;
    margin: 0 0 0.5em;
}
h5 {
    font-size: 1.2em;
    color: #2d2d2d;
    margin: 0 0 0.5em;
}
h6 {
    font-size: 1.1em;
    color: #2d2d2d;
    margin: 0 0 0.5em;
}
.mobile-menu {
    position: absolute;
    top: 0.75em;
    right: 1em;
}
.header {
    position: sticky;
    top: 0;
    padding: 0.5em 1em;
    z-index: 999;
	background: #fff;
  	-webkit-transition: all 0.1s;
  	-moz-transition: all 0.1s;
  	-o-transition: all 0.1s;
  	transition: all 0.1s;
}
.scrolled .header {
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.utility-left,.utility-right,.bottom-row {
	display: none;
}
.logo {
	flex: 1;
	margin: 0 auto;
}
.logo h1 {
	padding: 0;
	margin: 0;
    line-height: 0;
    font-size: 0;
}
.logo h1 a {
	color: #fff;
}
.logo img {
	max-width: 160px;
	height: auto;
}
ul.navigation {
	display: none;
}
.search-field {
    width: 100%;
    max-width: 140px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 0.5em 1em 0.5em 32px;
	background: transparent url('/themes/custom/medalcraft/images/search-ico.png') 10px 10px no-repeat;
	background-size: 16px auto;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.search-field:focus {
    max-width: 160px;
}
.cta a {
    display: inline-block;
	color: #fff;
	font-weight: 600;
	background: #bbaf8c;
	padding: 0.5em 1em;
	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.cta a:hover {
	background: #002246;
	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.body {
    background: #fff;
}
.footer {
	display: block;
	padding: 0;
	background: #fff;
	background-size: 100% auto;
    color: #666;
    border-top: 1px solid #ccc;
}
.footer .container {
	padding: 2em;
}
.footer .cols {
	display: none;
	margin: 0 auto;
	max-width: 1600px;
	text-align: left;
}
.footer .col {
	display: none;
}
.footer .company {
	display: block !important;
	width: 100%;
	text-align: center;
}
.footer .company a.btn {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	margin: 1em auto;
}
.footer .company a.btn:hover {
	color: #fff;
}
.footer .company img {
    max-width: 180px;
}
.footer .company .phone {
	font-size: 1.2em;
	font-weight: 600;
	color: #0d3762;
}
.footer .copyright {
	display: block;
	margin: 0 auto;
    font-size: 0.9em;
    color: #666;
    border-top: 1px solid #ccc;
}
.footer .copyright p {
	width: 100%;
	text-align: center;
	margin: 0.5em 0;
}
.footer .dev a {
    padding: 0;
}
.footer .col h5 {
	font-size: 1.1em;
	margin: 1em 0;
	padding: 0;
}
.footer .col h5,.footer .col h5 a {
	color: #0d3762;
	font-weight: 600;
}
.footer .col h5 a:hover {
	color: #bbaf8c;
}
.footer .col ul {
	list-style-type: none;
	margin: 0 0 1em;
	padding: 0;
}
.footer .col ul li {
    padding: 0 0 0.5em;
}
.footer .col a {
	display: block;
	color: #666;
	font-weight: normal;
}
.footer .col a:hover {
	color: #0d3762;
}
.social {
    display: block;
	padding: 1em 0 0;
}
.social a {
	display: inline-block !important;
	margin: 0 0.5em;
	padding: 0.5em 0.6em;
	border: 2px solid #e9f0f4;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.social a:hover {
	border: 2px solid #0d3762;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.social a img {
	width: 21px;
	height: 21px;
}

/* Dropdown Navigation */
.dropdown-sidebar {
	display: none;
}

/* Breadcrumbs */
.breadcrumbs-component {
    display: none;
}

/* Homepage Hero Banner Component */
.hero-banner-component {
	background: #000;
    visibility: hidden;
}
.hero-banner-component.owl-loaded {
    visibility: visible;
}
.hero-banner-component .slide {
    position: relative;
    overflow: hidden;
}
.hero-banner-component .copy,.hero-banner-component .image {
	text-align: center;
}
.hero-banner-component .image {
    position: static;
    z-index: 1;
}
.hero-banner-component .image img {
    width: 100%;
    height: auto;
}
.hero-banner-component .copy {
    width: 90%;
    padding: 5% 5% 10%;
	font-size: 18px;
	line-height: 1.5;
	color: #2d2d2d;
    background: #e9f0f4;
}
.hero-banner-component .text {
    margin-bottom: 1em;
}
.hero-banner-component .headline {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	color: #2d2d2d;
	margin: 0 0 0.25em;
}
.hero-banner-component .headline a {
	color: #0d3762;
}
.hero-banner-component .headline a:hover {
	color: #bbaf8c;
}
.hero-banner-component a.btn {
    display: inline-block;
}
.hero-banner-component .desktop-image {
    display: none !important;
}
.hero-banner-component .mobile-image {
    display: block;
}
.hero-banner-component .owl-dots {
    position: absolute;
	bottom: 1em;
	right: auto;
	left: auto;
	width: 100%;
	text-align: center;
}
.hero-banner-component .owl-dot {
	width: 10px;
	height: 10px;
	margin: 0 0.25em;
	padding: 0;
	background: #666 !important;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.hero-banner-component .owl-dot.active {
	background: #bbaf8c !important;
}

/* Homepage Why */
.why-home {
	background: #fff;

}
.why-home .heading {
	padding: 2em;
	text-align: center;
	max-width: 1140px;
	margin: 0 auto;
}
.why-home .heading h2,.why-home .heading h2 a {
	color: #0d3762;
}
.why-home .heading h2 a:hover {
	color: #002246;
}
.why-home .heading h3 {
	color: #bbaf8c;
}
.why-home .heading p {
	text-align: left;
}
.why-home .flag {
	background: #1e2f4b url('/themes/custom/medalcraft/images/flag-background.jpg') top left no-repeat;
	background-size: cover;
	padding: 2em;
}
.why-home .text-block {
	display: block;
	padding: 2em;
	margin: 0 0 2em;
	background: #e9f0f4;
}
.why-home .text-block:hover {
	background: #bbaf8c;
	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.why-home .text-block h4 {
	text-align: center;
	color: #002246;
	margin: 0 0 0.5em;
}
.why-home .text-block h4 a {
	color: #002246;
}
.why-home .text-block p {
	text-align: left;
	margin: 0;
}
.why-home .text-block a p {
	color: #2d2d2d;
}
.why-home .text-block:hover h4,.why-home .text-block:hover h4 a,.why-home .text-block:hover p {
	color: #fff;
}

/* Homepage Industries */
.industries-home {
	background: #fff;

}
.industries-home .heading {
	padding: 2em;
	text-align: center;
	max-width: 1140px;
	margin: 0 auto;
}
.industries-home .heading h2,.industries-home .heading h2 a {
	color: #0d3762;
}
.industries-home .heading h2 a:hover {
	color: #002246;
}
.industries-home .heading h3 {
	color: #bbaf8c;
}
.industries-home .heading p {
	text-align: left;
}
.industries-home .blue {
	background: #1e2f4b url('/themes/custom/medalcraft/images/blue-background.jpg') top left repeat-x;
	padding: 2em;
}
.industries-home .category-block {
	display: block;
	margin: 0 0 2em;
	background: #fff;
}
.industries-home .category-block img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.industries-home .category-block-pad {
	padding: 2em;
}
.industries-home .category-block:hover {
	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.industries-home .category-block h3 {
	text-align: center;
	color: #002246;
	margin: 0 0 0.5em;
}
.industries-home .category-block h3 a {
	color: #002246;
}
.industries-home .category-block h3 a:hover {
	color: #bbaf8c;
}
.industries-home .category-block p {
	text-align: left;
	margin: 0;
}
.industries-home .blue a.btn {
	display: block;
	margin: 0 auto;
	max-width: 180px;
	text-align: center;
}

/* Interior Industries */
.prodcat-int {
	background: #0d3762;
}
.prodcat-int .heading {
	padding: 2em 2em 0;
	text-align: center;
	max-width: 1140px;
	margin: 0 auto;
}
.prodcat-int .heading h2,.prodcat-int .heading h2 a {
	color: #fff;
}
.prodcat-int .heading h3 {
	color: #fff;
}
.prodcat-int .heading p {
	text-align: left;
	color: #fff;
}
.prodcat-int .blue {
	background: #0d3762;
	padding: 2em;
}
.prodcat-int .category-block {
	display: block;
	margin: 0 0 2em;
	background: #fff;
}
.prodcat-int .category-block img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.prodcat-int .category-block-pad {
	padding: 2em;
}
.prodcat-int .category-block:hover {
	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.prodcat-int .category-block h3 {
	text-align: center;
	color: #002246;
	margin: 0 0 0.5em;
}
.prodcat-int .category-block h3 a {
	color: #002246;
}
.prodcat-int .category-block h3 a:hover {
	color: #bbaf8c;
}
.prodcat-int .category-block p {
	text-align: left;
	margin: 0;
}
.prodcat-int .blue a.btn {
	display: block;
	margin: 0 auto;
	max-width: 300px;
	text-align: center;
}

/* Interior Hero Banner Component */
.int-hero-banner-component {
	background: #000;
}
.int-hero-banner-component .slide {
    position: relative;
    overflow: hidden;
}
.int-hero-banner-component .copy,.int-hero-banner-component .image {
	text-align: center;
}
.int-hero-banner-component .image {
    position: static;
    z-index: 1;
}
.int-hero-banner-component .image img {
    width: 100%;
    height: auto;
}
.int-hero-banner-component .copy,.page-node-type-flexible-page .hero-banner-component .slide .copy {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 90%;
    padding: 2.5% 5%;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}
.page-node-type-flexible-page .hero-banner-component .slide-left .copy,.page-node-type-flexible-page .hero-banner-component .slide-left .headline {
	text-align: left !important;
}
.page-node-type-flexible-page .hero-banner-component .slide-right .copy,.page-node-type-flexible-page .hero-banner-component .slide-right .headline {
	text-align: right !important;
}
.page-node-type-flexible-page .hero-banner-component .slide-center .copy,.page-node-type-flexible-page .hero-banner-component .slide-center .headline {
	text-align: center !important;
}
.int-hero-banner-component .text {
    margin-bottom: 1em;
}
.int-hero-banner-component .headline {
	font-size: 48px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	text-shadow: 5px 0px 30px rgba(0,0,0,0.5);
}
.int-hero-banner-component .subheadline {
	font-size: 21px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 0.5em;
	text-shadow: 5px 0px 30px rgba(0,0,0,0.5);
}
.int-hero-banner-component .desktop-image {
    display: none;
}
.int-hero-banner-component .mobile-image {
    display: block;
}

/* Alternate Landing Header No Image */
.int-alt-banner-component {
	background: #fff;
}
.int-alt-banner-component .container {
	padding: 2em;
    text-align: center;
    max-width: 1140px;
    margin: 0 auto;
}
.int-alt-banner-component .headline {
    text-align: center;
    color: #0d3762;
}
.int-alt-banner-component p {
    text-align: left;
}
.landing .int-alt-banner-component,.landing .richtext-component.align-center {
	border-bottom: 1px solid #ccc;
}

/* Rich Text Component */
.richtext-component .container {
    padding: 2em;
}
.richtext-component .richtext {
    max-width: 1140px;
    margin: 0 auto;
}
.richtext-component.with-icons .richtext {
    max-width: unset;
    margin: unset;
}
.richtext-component h1,.richtext-component h1 a,.richtext-component h2,.richtext-component h2 a {
    color: #0d3762;
}
.richtext-component h1 a:hover,.richtext-component h2 a:hover {
    color: #613393;
}
.richtext-component.alignment-center {
	text-align: center;
}
.richtext-component.alignment-left {
	text-align: left;
}
.richtext-component.alignment-right {
	text-align: right;
}

/* Product List */
.product-results {
	background: #fff;
}
.product-results .container,.product-results .heading {
	padding: 2em;
	text-align: center;
	max-width: 1140px;
	margin: 0 auto;
}
.product-results .heading h2,.product-results .heading h2 a {
	color: #0d3762;
}
.product-results .heading p {
	text-align: left;
}
.product-results .filters {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f5f5f5;
	padding: 1.5em 2em;
}
.product-results .filters .container {
	display: block;
	max-width: 1480px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
.product-results .filter-label {
	font-size: 1.2em;
	color: #0d3762;
    background: transparent url('/themes/custom/medalcraft/images/filters-ico.png') left top no-repeat;
    background-size: 30px auto;
    padding-left: 40px;
    margin: 0 0 1em;
}
.product-results .filter-values a {
	color: #0d3762;
	font-size: 1.2em;
    margin-left: 1em;
}
.product-results .filter-values a {
    background: transparent url('/themes/custom/medalcraft/images/plus-ico.png') left center no-repeat;
    background-size: 21px auto;
    padding-left: 28px;
}
.product-results .filter-values a:hover {
	cursor: pointer;
}
.product-results .filter-values a.open {
    background: transparent url('/themes/custom/medalcraft/images/minus-ico.png') left center no-repeat;
    background-size: 21px auto;
    padding-left: 28px;
}
.product-results .product-examples {
	display: block;
	max-width: 1480px;
	margin: 0 auto;
	padding: 2em;
}
.product-results .product-example {
	margin: 0 0 2em;
}
.product-results .product-example img {
	width: 100%;
	height: auto;
	margin: 0 0 1em;
}
.product-results .product-example h3 {
	color: #0d3762;
	text-align: left;
	font-size: 1.2em;
	font-weight: 400;
}
.product-results .product-example h3 a {
	color: #0d3762;
}
.product-results .product-example h3 a:hover {
	color: #bbaf8c;
}
.product-results .product-examples a.btn {
	display: block;
    text-align: center;
    color: #bbaf8c;
    border: 2px solid #bbaf8c;
    background: #fff;
    max-height: 22px;
    margin-left: 25%;
    margin-right: 25%;
}
.product-results .product-examples a.btn:hover {
    color: #fff;
    border: 2px solid #bbaf8c;
    background: #bbaf8c;
}
.product-results .filter-values-options .filter-item {
	display: flex;
	padding: 1em;
}
.product-results .filter-values-options a {
	display: block;
	font-size: 18px;
    font-weight: 400;
    color: #444;
    padding: 0.25em 0;
    margin: 0;
}
.product-results .filter-values-options input {
	margin: 0 0.5em 0 0.5em;
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	transform: scale(1.5);
	padding: 5px;
}
.product-results .active-filters {
	padding: 2em;
	text-align: center;
}
.product-results .active-filters a {
	font-size: 18px;
	color: #0d3762;
    background: transparent url('/themes/custom/medalcraft/images/close-ico.png') left center no-repeat;
    background-size: 21px auto;
    padding-left: 28px;
    margin: 0 1em;
    line-height: 32px;
}

/* Product Detail */
.pdp-details-component {
	padding: 2em;
}
.pdp-category {
	display: inline-block;
	font-size: 1.3em;
	font-weight: 600;
	color: #bbaf8c;
	margin: 0 0 0.5em;
}
.pdp-category:before {
	display: inline-block;
	content: '/';
	padding: 0 0.25em;
	font-weight: normal;
}
.pdp-category:first-child:before {
	display: none;
}
.pdp-category:hover {
	color: #0d3762;
}
.pdp-details h1 {
	color: #0d3762;
}
.pdp-details ul {
	color: #666;
}
.pdp-details-ctas {
	margin: 1em 0 0;
}
.pdp-details-ctas h2 {
	font-size: 1.5em;
	font-style: italic;
	color: #0d3762;
	margin: 0 0 1em;
}
.pdp-details-ctas .btn-primary {
	font-size: 1.4em;
}
.pdp-imgs-thumbs .owl-stage {
	width: 100% !important;
	padding: 0 !important;
	text-align: center !important;
}
.pdp-imgs-thumbs .owl-item {
	display: inline-block;
	float: none !important;
	text-align: center;
}
.pdp-imgs-thumbs .owl-nav {
	position: relative;
	top: -0.75em;
	width: 100%;
	font-size: 5em !important;
	line-height: 0;
}
.pdp-imgs-thumbs .owl-next {
	float: right;
}
.pdp-imgs-thumbs .owl-prev {
	float: left;
}
.pdp-imgs-thumbs span {
	background: #fff;
	padding: 0.25em 0;
}
.pdp-imgs-thumbs a {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
}
.pdp-imgs-thumbs a.active {
	border: 1px solid #0d3762;
}
.pdp-imgs-thumbs img {
	height: 100%;
	width: auto;
}
.pdp-imgs {
	margin: 0 0 2em;
}
.pdp-imgs-lg {
	margin: 0 0 2em;
	text-align: center;
}
.pdp-img img {
	width: 100%;
	height: auto;
}
.pdp-details-attributes {
	font-size: 1.2em;
	color: #2d2d2d;
}
.pdp-details-attribute {
	padding: 0.5em 0;
	border-bottom: 1px solid #b8b4ac;
}
.pdp-details-attribute-label {
	font-weight: 600;
	color: #0d3762;
}
.pdp-details-attribute-value a {
	display: block;
	color: #bbaf8c;
	font-weight: 600;
}
.pdp-details-attribute-value a:hover {
	color: #0d3762;
}
.pdp-details-attribute-value p {
	font-size: 0.9em;
	padding: 0;
	margin: 0;
}
.pdp-related {
	padding: 2em;
	margin: 0 auto;
}
.pdp-related h2 {
	color: #0d3762;
	font-size: 2em;
	text-align: center;
	margin: 0 auto 1em;
}
.pdp-related .owl-carousel .owl-item img {
	height: auto;
	margin: 0 0 1em;
}
.pdp-related h3 {
	color: #0d3762;
	text-align: left;
	font-size: 1.2em;
	font-weight: 400;
}
.pdp-related h3 a {
	color: #0d3762;
}
.pdp-related h3 a:hover {
	color: #bbaf8c;
}
.pdp-related .pl-product a.btn {
	display: block;
    margin: 0 auto;
    max-width: 200px;
    text-align: center;
    color: #bbaf8c;
    border: 2px solid #bbaf8c;
    background: #fff;
}
.pdp-related .pl-product a.btn:hover {
    color: #fff;
    border: 2px solid #bbaf8c;
    background: #bbaf8c;
}
.pdp-related .owl-nav {
	position: relative;
	z-index: 2;
}
.pdp-related .owl-nav,.pdp-related .owl-dots {
	text-align: center;
}
.pdp-related .owl-dots {
    position: absolute;
	right: auto;
	left: auto;
	width: 100%;
	text-align: center;
	bottom: -2em;
}
.pdp-related .owl-dot {
	width: 10px;
	height: 10px;
	margin: 0 0.25em;
	padding: 0;
	background: #666 !important;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.pdp-related .owl-dot.active {
	background: #bbaf8c !important;
}
.pdp-related-products {
	margin: 0 0 4em;
}
.pdp-related a.btn {
	display: block;
    margin: 0 auto;
    max-width: 200px;
    text-align: center;
    color: #bbaf8c;
    border: 2px solid #bbaf8c;
    background: #fff;
}
.pdp-related a.btn:hover {
	color: #fff;
    border: 2px solid #bbaf8c;
    background: #bbaf8c;
}

/* Subnavigation Component */
.subnavigation-component {
	display: block;
	padding: 2em;
	text-align: center;
	background: #0d3762;
}
.subnavigation-component .subnavigation {
    padding: 0;
    max-width: 1380px;
    margin: 0 auto;
}
.subnavigation-component .subnavigation a {
	display: block;
	color: #fff;
	padding: 0.5em 1em;
	background: #002246;
	margin: 0 0 0.25em;
}
.subnavigation-component .subnavigation a:hover {
	color: #bbaf8c !important;
}
.subnavigation-component .subnavigation a.active {
	color: #0d3762;
	font-weight: 600;
	background: #fff;
	padding: 0.5em 1em;
}

/* Search */
.search-hero-banner-component {
	background: #000;
}
.search-hero-banner-component .slide {
    position: relative;
    overflow: hidden;
}
.search-hero-banner-component .copy,.isearchnt-hero-banner-component .image {
	text-align: center;
}
.search-hero-banner-component .image {
    position: static;
    z-index: 1;
    background: #000;
}
.search-hero-banner-component .image img {
    width: 100%;
    height: auto;
    opacity: 0.5;
}
.search-hero-banner-component .copy {
    position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    z-index: 2;
    width: 90%;
    padding: 4% 5%;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}
.search-hero-banner-component .copy .search-form {
	max-width: 780px;
	margin: 0 auto;
}
.search-hero-banner-component .copy .search-form .search-field {
	width: 80% !important;
	font-size: 1.2em !important;
	background: rgba(255,255,255,0.9) !important;
	padding: 0.5em 1em !important;
	max-width: unset !important;
}
.search-hero-banner-component .copy .search-form .search-btn {
	position: relative;
	width: 32px;
	height: 32px;
	top: -0.25em;
	right: 3.5em;
	background: transparent url('/themes/custom/medalcraft/images/search-ico.png') center center no-repeat;
	background-size: 32px auto;
	border: 0;
	text-indent: -9999px;
}
.search-hero-banner-component .text {
    margin-bottom: 1em;
}
.search-hero-banner-component .headline {
	color: #fff;
	margin: 0 0 0.5em;
}
.search-hero-banner-component .desktop-image {
    display: none;
}
.search-hero-banner-component .mobile-image {
    display: block;
}
.search-tabs {
	display: block;
	padding: 2em;
	text-align: center;
	background: #0d3762;
}
.search-tabs a {
	display: block;
	color: #fff;
	padding: 0.5em 1em;
	background: #002246;
	margin: 0 0 0.25em;
}
.search-tabs a:hover {
	color: #bbaf8c !important;
}
.search-tabs a.active {
	color: #0d3762;
	font-weight: 600;
	background: #fff;
	padding: 0.5em 1em;
}
.search-tabs a .qty {
	font-size: 0.9em;
	color: #bbaf8c;
}
.search-tab {
	padding: 2em;
}
.general-results {
	margin: 0 auto 2em;
	max-width: 1480px;
}
.results-heading {
	max-width: 1480px;
    margin: 0 auto 1em;
	padding: 0 0 1em;
	border-bottom: 1px solid #ccc;
}
.results-heading h2 {
	margin: 0;
	font-size: 24px;
}
.results-heading a.more {
	color: #0d3762;
}
.results-heading a.more:hover {
	color: #222;
}
.parts-results .pl-product a.btn {
	display: block;
	max-width: 120px;
}
.parts-results .pl-product a.btn,.video-results .pdp-video a.btn {
	display: block;
	max-width: 120px;
	background: transparent;
	border: 2px solid #444;
	color: #222;
	padding: 0.75em 2em;
	margin: 1em auto 0;
	font-size: 16px;
	text-align: center;
}
.parts-results .pl-product a.btn:hover,.video-results .pdp-video a.btn:hover {
	background: #222;
	border: 2px solid #222;
	color: #fff;
	padding: 0.75em 2.5em;
}
.text-result {
	padding: 0 0 1em;
	margin: 0 0 2em;
	border-bottom: 1px solid #ccc;
}
.text-result:last-child {
	border-bottom: 0;
}
.text-result h3 {
	font-size: 24px;
	margin: 0 0 0.5em;
}
.text-result h3 a {
	color: #0d3762;
}
.text-result h3 a:hover {
	color: #222;
}
.product-results .highlight,.general-results .highlight {
	display: inline;
	background: #0d3762;
    color: #fff;
    padding: 0.25em;
}
.search-ad {
	display: block;
    max-width: 1024px;
    margin: 2em;
    padding: 2em;
	background: #e9f0f4;
}
.search-ad-img img {
	width: 100%;
	height: auto;
}
.search-ad-copy {
	margin: 1em 0 0;
}
.search-ad-copy h2 {
	font-size: 1.75em;
	margin: 0.5em 0;
}
.search-ad-copy h2 a {
	color: #0d3762;
}
.search-ad-copy h2 a:hover {
	color: #bbaf8c;
}
.search-ad-copy p {
	color: #2d2d2d;
	margin: 0.5em 0 1em;
}
.search-ad-copy a.btn {
	margin-right: 0.5em;
}

/* Two Column Component */
.twocol-component {
    text-align: center;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.twocol-component .twocol p {
    text-align: left;
}
.twocol:first-child {
    border-bottom: 1px solid rgba(0,0,0,0.25);
}
.video-img {
    position: relative;
}
.video-img .play {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 64px;
    height: 64px;
    background: transparent url('/themes/custom/medalcraft/images/play-ico.png') center center no-repeat;
    background-size: cover;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.video-img .play:hover {
    zoom: 1.1;
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.regular-img img,.video-img img {
    width: 100%;
    height: auto;
}
.regular-copy .regular-pad,.video-copy .video-pad {
    padding: 2em;
}
.regular-copy h2,.regular-copy h2 a,.regular-copy h3 a,.video-copy h2 a,.video-copy h3 a {
    color: #0d3762;
}
.regular-copy h2 a:hover,.regular-copy h3 a:hover,.video-copy h2 a:hover,.video-copy h3 a:hover {
    color: #002246;
}

/* Two Column Text Component */
.twocoltext-component {
    text-align: center;
}
.twocoltext {
    padding: 2em;
}
.twocoltext p {
    text-align: left;
}
.twocoltext-img {
    padding: 0;
}
.twocoltext-img .desktop-image {
    display: none !important;
}
.twocoltext-img .mobile-image {
    display: block;
    width: 100%;
    height: auto;
}

/* Lead Form */
.lead-form {
	background: #1e2f4b url('/themes/custom/medalcraft/images/flag-background.jpg') top left no-repeat;
	background-size: cover;
	padding: 2em;
}
.lead-form .container {
	padding: 0;
	text-align: center;
	max-width: 1024px;
	margin: 0 auto;
}
.lead-form h1,.lead-form h2,.lead-form h3 {
	color: #fff !important;
	margin: 0 0 0.5em;
}
.lead-form p {
	color: #fff;
}
.lead-form form {
	margin: 2em 0 0;
}
.lead-form .halves {
	margin: 0 0 2em;
}
.lead-form input {
	display: block;
	width: 96%;
	padding: 2%;
	border: 0;
}
.lead-form select {
	display: block;
	width: 100%;
	padding: 2%;
	border: 0;
}
.lead-form .quarter input {
	display: block;
	width: 92%;
	padding: 4%;
	border: 0;
}
.lead-form textarea {
	display: block;
	width: 96%;
	height: 86%;
	padding: 2%;
	border: 0;
}
.lead-form input[type="checkbox"] {
	width: auto;
	border: 0;
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	margin-right: 0.25em;
	border: 0;
}
.one-third.resume {
	background: #002246;
	padding: 2em !important;
	color: #fff;
	text-align: center;
}
.one-third.resume label {
	display: block;
	font-size: 1.2em;
	margin: 0 0 0.5em;
	text-align: center;
	font-style: normal;
}
.one-third.resume input[type="file"] {
	display: inline-block;
	color: #bbaf8c;
	border: 2px solid #bbaf8c;
	background: transparent;
	padding: 1em;
	max-width: 70%;
	margin: 0 auto;
}
.lead-form label {
	display: block;
	color: #fff;
	font-style: italic;
	text-align: left;
	clear: both;
}
.lead-form input.submit-btn {
    display: inline-block;
	color: #fff;
	font-weight: 600;
	line-height: 1;
	background: #bbaf8c;
	padding: 0.5em 1em;
	margin: 0 auto;
    max-width: 180px;
	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.lead-form input.submit-btn:hover {
	background: #fff;
	color: #bbaf8c;
	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.lead-form .form-item-i-agree-to-receive-periodic-emails-from-medalcraft-mint-inc-,.lead-form .form-item--i-am-not-asking-for-an-appraisal-or-price-for-old-coins-or-meda {
	display: flex;
	gap: 1em;
	justify-content: flex-start;
    align-items: baseline;
    margin: 0 0 1em;
}

/* Contact Form */
.webform-submission-contact-form #edit-processed-text p a {
	color: #fff !important;
	text-decoration: underline;
}
.webform-submission-contact-form #edit-processed-text p a:hover {
	color: #e9f0f4 !important;
}
.webform-submission-contact-form .form-item-name-first label,.webform-submission-contact-form .form-item-name-last label,.webform-submission-contact-form .form-item-email label,.webform-submission-contact-form .form-item-phone label,.webform-submission-contact-form .form-item-company label,.webform-submission-contact-form .form-item-address-address label {
	font-size: 1.2em !important;
	font-style: normal !important;
	font-weight: bold !important;
	margin: 0 0 0.25em !important;
}
.lead-form .webform-submission-contact-form .form-item-i-am-not-asking-for-an-appraisal-or-price-for-old-coins-or-medal {
	display: flex;
	gap: 1em;
	justify-content: flex-start;
    align-items: baseline;
    margin: 0 0 1em;
}
.webform-submission-contact-form .contact-address .form-item-address-address,.webform-submission-contact-form .contact-address .form-item-address-city,.webform-submission-contact-form .contact-address .form-item-address-state-province,.webform-submission-contact-form .contact-address .form-item-address-postal-code,.webform-submission-contact-form .contact-address .form-item-address-country {
	margin: 0 0 1em;
}

/* Search Page */
.search-banner-component {
    background: #0d3762;
    text-align: center;
    padding: 3em;
}
.search-banner-component h1 {
    color: #fff;
}
.search-banner-component .search-field {
    width: 80%;
    max-width: unset;
    padding: 0.5em 1.5em;
    text-align: left;
    border: 1px solid #b2beca;
    background: rgba(255,255,255,0.9);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
}
.search-banner-component .search-btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: transparent url('/themes/custom/medalcraft/images/search-icon.png') center center no-repeat;
    background-size: 24px auto;
    text-indent: -9999px;
    border: 0;
    margin-left: -3em;
}
.search-banner-component .search-btn:hover {
   opacity: 0.75;
}
.search-results-component {
    padding: 3em;
}
.search-results-component .search-results-section {
    padding: 2em 0;
}
.search-results-section .search-result {
    display: block;
    border-top: 1px solid #ccc;
    padding: 1.5em 0;
    margin: 1.5em 0;
}
.search-results-section .search-result.no-border {
    border-top: 0px !important;
}
.search-results-section .search-result h3,.search-results-section .search-result h3 a {
    color: #0d3762;
}
.search-results-section .search-result h3 a:hover {
    color: #bbaf8c;
}
.search-results-section .search-result p {
    margin: 0;
}
.search-results-section .pagination {
    text-align: center !important;
}
.search-results-section .pagination ul {
    list-style-type: none;
    margin: 1em 0;
}
.search-results-section .pagination ul li {
    display: inline-block;
    font-size: 1.1em;
    margin: 0 0.5em;
}
.search-results-section .pagination ul li strong {
    color: #0d3762;
}
.search-results-section .pagination ul li a {
    color: #0d3762;
    font-weight: 300;
}
.search-results-section .pagination ul li a:hover {
    color: #bbaf8c;
}

/* Blog */
.article-component {
    text-align: center;
    padding: 2em;
}
.article-component .article-summary {
    padding: 1em;
    margin-bottom: 1em;
    text-align: left;
}
.article-component .article-summary img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 0 1em;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.article-component .article-summary img:hover {
    opacity: 0.75;
}
.article-component .article-summary h2 {
    font-size: 1.5em;
    margin: 0 0 0.5em;
    text-align: left;
}
.article-component .article-summary h2 a {
    color: #0d3762;
}
.article-component .article-summary h2 a:hover {
    color: #bbaf8c;
}
.article-component .article-summary p {
    margin: 0;
    padding: 0 0 0.5em;
}
.article-component .pagination {
    width: 100%;
    text-align: center !important;
}
.article-component .pagination ul {
    list-style-type: none;
    margin: 1em 0 0;
    padding: 0;
}
.article-component .pagination ul li {
    display: inline-block;
    font-size: 1.1em;
    margin: 0 0.5em;
}
.article-component .pagination ul li strong,.article-component .pagination ul li a.current {
    color: #0d3762;
    font-weight: bold;
}
.article-component .pagination ul li a {
    color: #666;
    font-weight: 300;
}
.article-component .pagination ul li a:hover {
    color: #bbaf8c;
}
.post-details {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 1em 0;
    margin: 1em 0;
}
.post-details a {
    color: #0d3762;
}
.post-details a:hover {
    color: #bbaf8c;
}
.post-details .post-date {
    display: block;
    background: transparent url('/themes/custom/medalcraft/images/date-ico.png') left center no-repeat;
    background-size: 24px auto;
    padding-left: 28px;
}
.post-details .post-author {
    display: block;
    background: transparent url('/themes/custom/medalcraft/images/contact-ico.png') left center no-repeat;
    background-size: 18px auto;
    padding-left: 28px;
}
.post-details .post-categories {
    display: block;
    background: transparent url('/themes/custom/medalcraft/images/category-ico.png') left center no-repeat;
    background-size: 24px auto;
    padding-left: 28px;
}
.news-detail h1 {
    color: #0d3762;
}
.news-detail .richtext-component h2 {
	font-size: 2em;
}
.news-detail .post-feature-img img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto 2em;
}
.related-component {
    text-align: center;
    padding: 1em;
    border-top: 1px solid #ddd;
}
.related-component .article-summary {
    padding: 1em;
    margin-bottom: 1em;
    text-align: left;
}
.related-component .article-summary img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 0 1em;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.related-component .article-summary img:hover {
    opacity: 0.75;
}
.related-component .article-summary h2 {
    font-size: 1.5em;
    margin: 0 0 0.5em;
    text-align: left;
}
.related-component .article-summary h2 a {
    color: #0d3762;
}
.related-component .article-summary h2 a:hover {
    color: #bbaf8c;
}
.related-component .article-summary p {
    margin: 0;
    padding: 0 0 0.5em;
}

/* Columns Component */
.columns-component {
    text-align: center;
    padding: 2em;
}
.columns-component .columns-col img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto 1em;
}
.columns-component .columns-col h2,.columns-component .columns-col h3,.columns-component .columns-col h4,.columns-component .columns-col h5,.columns-component .columns-col h6 {
	font-size: 1.4em;
}
.columns-component .columns-col h2 a,.columns-component .columns-col h3 a,.columns-component .columns-col h4 a,.columns-component .columns-col h5 a,.columns-component .columns-col h6 a {
	color: #002246;
}
.columns-component .columns-col h2 a:hover,.columns-component .columns-col h3 a:hover,.columns-component .columns-col h4 a:hover,.columns-component .columns-col h5 a:hover,.columns-component .columns-col h6 a:hover {
	color: #900;
}
.columns-component p {
	text-align: left;
}
.columns-component a.btn {
	font-size: 1.1em;
}

/* Search Provider */
.algolia {
	display: block;
	padding: 0 0 4em;
	text-align: center;
	color: #666;
	font-size: 0.9em;
}
.algolia img {
	max-width: 150px;
	height: auto;
	margin-left: 1em;
}

/* PDP FAQs */
.pdp-faqs {
	background: #f5f5f5;
	padding: 2em;
}
.pdp-faqs h2 {
	text-align: center;
	margin: 0 auto 1em;
}
.pdp-faq-items {
	display: block;
	max-width: 1480px;
	margin: 0 auto;
}
.pdp-faqs .pdp-faq-item h3 {
    padding-top: 0.5em;
    margin-top: 0.5em;
    border-top: 1px solid #b8b4ac;
}
.pdp-faqs .pdp-faq-item h3 a {
	display: block;
	font-size: 0.8em;
	color: #0d3762;
    background: transparent url('/themes/custom/medalcraft/images/plus-ico.png') left center no-repeat;
    background-size: 21px auto;
    padding-left: 28px;
}
.pdp-faqs .pdp-faq-item h3 a:hover {
	color: #bbaf8c;
}
.pdp-faqs .pdp-faq-item h3 a.open {
	color: #0d3762;
    background: transparent url('/themes/custom/medalcraft/images/minus-ico.png') left center no-repeat;
    background-size: 21px auto;
    padding-left: 28px;
}
.pdp-faq-item-content {
	padding-bottom: 1em;
}

/* Media Queries */
@media only screen and (min-width: 600px) {
	.product-results .product-examples {
		display: flex;
		gap: 2em;
		flex-wrap: wrap;
		padding: 3em 2em 4em;
		justify-content: center;
	}
	.product-results .product-example {
		flex: 1;
		min-width: 46%;
		max-width: 46%;
		margin: 0;
	}
	.columns-component .columns-row {
        display: flex;
        gap: 3em;
        max-width: 1480px;
        margin: 3em auto 1em;
        padding: 0;
        align-items: baseline;
        justify-content: center;
        flex-wrap: wrap;
    }
    .columns-component .columns-row:first-child {
        margin: 1em auto;
    }
}
@media only screen and (max-width: 767px) {
    .hero-banner-component .text {
        display: none;
    }
}
@media only screen and (max-width: 1139px) {
    .mmenu-search .search-form {
		padding: 20px !important;
    }
    .mmenu-search .search-field {
    	font-size: 0.9em;
    	width: 80%;
		max-width: unset;
		background: transparent;
		border: 1px solid #ccc;
		padding: 0.5em 1em 0.5em 36px;
		background: transparent url('/themes/custom/medalcraft/images/search-ico.png') 10px 10px no-repeat;
		background-size: 21px auto;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	.search-field:focus {
		max-width: unset;
	}
	.mmenu-search .search-btn {
		display: none;
	}
    .header {
        border-bottom: 1px solid #ccc;
    }
	.homepage-form .col {
		margin-bottom: 1em;
		flex: unset;
		padding-left: 0;
		padding-right: 0;
	}
	.homepage-form .form-submit {
	    margin-top: 1em;
	}
	.homepage-form .submit-btn {
	    width: 100%;
	}
	.homepage-form .checkboxes .col {
		margin: 0;
	}
	.richtext-component .richtext p a.btn {
        margin: 0 0 1em;
    }
	.results-heading {
		text-align: center;
	}
	/*.columns-component .columns-col {
		margin-bottom: 3em;
	}
	.columns-component .columns-col:last-child {
		margin-bottom: 0;
	}*/
	.featherlight iframe {
		width: 100%;
		max-width: 100%;
	}

	.lead-form .half,.lead-form .form-item-name-first,.lead-form .form-item-name-last,.lead-form .form-item-phone,.lead-form .form-item-email,.lead-form .two-third,.lead-form .one-third,.lead-form .quarter,.form-item-quantity,.form-item-size-diameter-,.form-item-quote-information {
		padding: 0 0 1em;
	}
	.lead-form .halves,.lead-form .quarters {
		margin: 0;
	}
	.lead-form .quarters {
		padding: 0;
	}
	.lead-form .quarter input {
		width: 96%;
   		padding: 2%;
	}
	.one-third.resume {
		padding: 2em !important;
		margin: 0 0 1em;
	}
	.lead-form label input[type="checkbox"] {
		margin: 0.25em 1em 2em 0.5em;
	}
}
@media only screen and (min-width: 1140px) {
   	hr {
		margin: 3em 0;
	}
	h1 {
	    font-size: 2.8em;
	}
    h2 {
        font-size: 2.6em;
    }
    h3 {
        font-size: 2.2em;
    }
    h4 {
        font-size: 1.8em;
    }
    h5 {
        font-size: 1.6em;
    }
    h6 {
        font-size: 1.4em;
    }
    a.btn {
	    padding: 0.75em 1.25em;
	}
	p {
		font-size: 1.2em;
	}
	p .img-left {
        float: left;
        padding: 1em 2em 2em;
        max-width: 50%;
        height: auto;
    }
    p .img-right {
        float: right;
        padding: 1em 2em 2em;
        max-width: 50%;
        height: auto;
    }
    .featherlight-inner {
        padding: 2em;
    }
    .mobile-menu {
        display: none;
    }
	.header {
		padding: 0;
	}
	.top-row,.bottom-row {
		display: flex;
		align-items: center;
    }
    .top-row {
		padding: 0.5em 1em;
		border-bottom: 1px solid #ccc;
	}
    .bottom-row {
		padding: 0 2em;
    }
    .utility-left,.logo,.utility-right {
    	display: block;
    	flex: 1;
    }
    .logo {
    	text-align: center;
    }
    .utility-left,.utility-right {
    	min-width: 30%;
    	max-width: 30%;
    }
    .utility-left {
    	padding: 1em;
    	text-align: left;
    }
    .utility-left a[title='phone'] {
    	color: #0d3762;
    	margin: 0 1em 0 0;
    	padding-left: 24px;
    	background: transparent url('/themes/custom/medalcraft/images/contact-ico.png') center left no-repeat;
    	background-size: 16px auto;
    }
    .utility-left a[title='email']  {
    	color: #0d3762;
    	margin: 0;
    	padding-left: 24px;
    	background: transparent url('/themes/custom/medalcraft/images/email-ico.png') center left no-repeat;
    	background-size: 16px auto;
    }
    .utility-left a[title='phone']:hover,.utility-left a[title='email']:hover {
    	color: #bbaf8c;
    }
    .utility-right {
    	padding: 1em;
    	text-align: right;
    }
    .utility-right a {
    	color: #0d3762;
    	margin: 0 0 0 1em;
    }
    .utility-right a:hover {
    	color: #bbaf8c;
    }
	.logo img {
		width: 100%;
		height: auto;
		min-width: 240px;
	}
	.bottom-row .search-form,.bottom-row .cta {
    	min-width: 30%;
    	max-width: 30%;
	}
	.social a img {
		width: 24px;
		height: 24px;
	}
	ul.navigation {
	    display: block;
	    flex: 1;
        list-style-type: none;
	    padding: 0;
	    margin: 0;
	    white-space: unset;
	    text-align: center;
    }
    ul.navigation li {
	    display: inline-block;
	    color: #0d3762;
	    padding: 0;
	    margin: 0;
    }
    ul.navigation li a {
	    display: inline-block;
	    font-size: 1.2em;
 		font-weight: 600;
	    color: #0d3762;
	    padding: 1em;
    }
    ul.navigation li a:hover,ul.navigation li a.active {
	    color: #fff;
	    background: #0d3762;
	    text-decoration: none;
    }
	.nav-drop {
		position: absolute;
		z-index: 9999;
		background: #fff;
		padding: 2em;
		border-top: 5px solid #0d3762;
		-webkit-box-shadow: 0px 30px 30px rgba(0,0,0,0.5);
	    -moz-box-shadow: 0px 30px 30px rgba(0,0,0,0.5);
	    box-shadow: 0px 30px 30px rgba(0,0,0,0.5);
    }
    .nav-multi {
    	display: flex;
    	gap: 2em;
	    left: 22%;
    }
    .nav-multi-col {
    	flex: 1;
    }
    .nav-multi-col .img {
		display: block;
		margin: 0 0 1em;
		padding: 0;
	}
	.nav-multi-col a.hd, .nav-multi-col a.lk, .nav-multi-col a.va {
		display: block;
		padding: 0;
		text-align: left;
 		font-weight: 400;
	}
	.nav-multi-col a.hd:hover,.nav-multi-col a.lk:hover,.nav-multi-col a.va:hover {
		background: transparent !important;
		color: #bbaf8c !important;
	}
	.nav-multi-col a.img.active,.nav-multi-col a.hd.active, .nav-multi-col a.lk.active, .nav-multi-col a.va.active {
		background: transparent !important;
		color: #bbaf8c !important;
	}
	.nav-multi-col a.hd {
		font-size: 1.2em;
		font-weight: 600;
		color: #0d3762;
		margin: 0 0 0.5em;
	}
	.nav-multi-col a.lk {
		font-size: 1em;
		color: #2d2d2d;
		margin: 0 0 0.5em;
	}
	.nav-multi-col a.va {
		font-size: 0.9em;
		color: #666;
	}
	.nav-single {
		background: #fff !important;
		padding: 0 !important;
	}
	.nav-single a {
		display: block !important;
		padding: 0.5em 1em !important;
		font-size: 1.1em !important;
		font-weight: 300 !important;
		color: #2d2d2d !important;
		text-align: left !important;
		border-bottom: 1px solid #ddd;
		min-width: 200px;
	}
	.nav-single a:last-child {
		border-bottom: 0px;
	}
	.nav-single a:hover {
		background: #e9f0f4 !important;
		color: #0d3762 !important;
	}
    .bottom-row .cta {
    	text-align: right;
    }
	.footer {
		padding: 2em 0;
	}
	.footer .container {
	    display: flex;
		padding: 2em 2em 4em;
	}
	.footer .col {
	    display: block;
	    padding: 0 1em;
	}
    .footer .company {
        width: auto;
        min-width: 30%;
	}
	.footer .col,.footer .company {
	    flex: 1;
	}
	.footer .copyright {
		display: block;
    }
    .breadcrumbs-component {
        display: block;
        background: #f5f5f5;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 1em 2em;
        font-size: 0.9em;
    }
    .breadcrumbs-component ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .breadcrumbs-component ul li {
        display: inline-block;
        padding: 0;
        margin: 0;
        font-weight: 400;
    }
    .breadcrumbs-component ul li:after {
        content: '/';
        color: #ccc;
        padding: 0 0.75em 0 1em;
    }
    .breadcrumbs-component ul li:last-child:after {
        display: none;
    }
    .breadcrumbs-component ul li a {
        color: #b8b4ac;
        font-weight: 400;
    }
    .breadcrumbs-component ul li a:hover {
        color: #444;
        text-decoration: none;
    }
	.hero-banner-component .desktop-image {
		display: block !important;
	}
	.hero-banner-component .mobile-image {
		display: none !important;
	}
	.hero-banner-component .headline {
	    font-size: 42px;
	    color: #fff;
	}
	.hero-banner-component .headline a {
	    color: #fff;
	}
    .hero-banner-component .text {
	    font-size: 21px;
	    color: #fff;
        margin: 0 0 1em;
        text-align: center;
    }
	.hero-banner-component a.btn {
		font-size: 21px;
		padding: 0.75em 1.5em;
	}
	.hero-banner-component .owl-dots {
    	bottom: 2em;
	}
	.hero-banner-component .owl-dot {
		margin-right: 0.5em;
	}
	.hero-banner-component .copy {
    	position: absolute;
    	display: block;
    	z-index: 2;
    	margin: 0 20%;
    	bottom: 0;
    	padding: 5% 10%;
    	width: 40%;
    	text-align: center;
        background: transparent;
    }
    .hero-banner-component .copy .headline,.hero-banner-component .copy .text {
    	text-shadow: 5px 0px 30px rgba(0,0,0,0.5);
    }
    .why-home .heading {
		padding: 6em 2em 2em;
	}
	.why-home .heading p {
		font-size: 1.2em;
		text-align: center;
	}
	.why-home .flag {
		background: #fff url('/themes/custom/medalcraft/images/flag-background.jpg') left 100px no-repeat !important;
		background-size: 100% auto !important;
		padding: 0 4em 8em;
	}
	.why-home .text-blocks {
		display: flex;
		flex-wrap: wrap;
		gap: 3em;
	}
	.why-home .text-block {
		flex: 1;
		padding: 3em;
		margin: 0;
		min-width: 25%;
	}
	.industries-home .heading {
		padding: 6em 2em 2em;
	}
	.industries-home .heading p {
		font-size: 1.2em;
		text-align: center;
	}
	.industries-home .blue {
		background: #fff url('/themes/custom/medalcraft/images/blue-background.jpg') left 100px repeat-x !important;
		padding: 0 4em 8em;
	}
	.industries-home .category-block-pad {
		padding: 2em;
	}
	.industries-home .category-blocks {
		display: flex;
		flex-wrap: wrap;
		gap: 3em;
		justify-content: center;
	}
	.industries-home .category-block {
		flex: 1;
		padding: 0;
		margin: 0;
		min-width: 30%;
		max-width: 30%;
	}
	.industries-home .category-block h3 {
		font-size: 1.8em;
	}
	.industries-home .blue a.btn {
		font-size: 1.2em;
		margin-top: 2em;
	}
	.prodcat-int .heading {
		padding: 6em 2em 2em;
	}
	.prodcat-int .heading p {
		font-size: 1.2em;
		text-align: center;
	}
	.prodcat-int .blue {
		padding: 0 4em 8em;
	}
	.prodcat-int .category-block-pad {
		padding: 3em;
	}
	.prodcat-int .category-blocks {
		display: flex;
		flex-wrap: wrap;
		gap: 3em;
		justify-content: center;
	}
	.prodcat-int .category-block {
		flex: 1;
		padding: 0;
		margin: 0;
		min-width: 30%;
		max-width: 30%;
	}
	.prodcat-int .category-block h3 {
		font-size: 1.8em;
	}
	.prodcat-int .blue a.btn {
		font-size: 1.2em;
		margin-top: 2em;
	}
	.video-img .play {
    	width: 80px;
    	height: 80px;
    }
    .int-hero-banner-component .desktop-image {
		display: block !important;
	}
	.int-hero-banner-component .mobile-image {
		display: none !important;
	}
	.int-hero-banner-component .headline {
		color: #fff;
	}
	.int-hero-banner-component .subheadline {
	    font-size: 32px;
	    font-weight: 400;
		color: #fff;
	}
	.int-alt-banner-component .container {
		padding: 4em 2em;
	}
	.int-alt-banner-component p {
		font-size: 1.2em;
    	text-align: center;
	}
	.product-results .heading {
		padding: 6em 2em 2em;
	}
	.product-results .heading p {
		font-size: 1.2em;
		text-align: center;
	}
	.product-results .filters .container {
		display: flex;
		text-align: unset;
	}
	.product-results .filter-label {
		flex: 1;
		text-align: left;
    	margin: 0;
	}
	.product-results .filter-values {
		flex: 1;
		text-align: right;
	}
	.product-results .filter-values-options {
		width: 100%;
	}
	.product-results .filter-values-options div {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin: 2em 0 1em;
		gap: 2em;
	}
	.product-results .filter-values-options .filter-item {
		flex: 1;
		padding: 0;
		justify-content: start;
		align-items: center;
		min-width: 17.5%;
		max-width: 17.5%;
	}
	.product-results .filter-values-options .filter-item label {
		line-height: 1.2;
	}
	.product-results .product-examples {
		padding: 4em 2em 6em;
	}
	.product-results .product-example {
		min-width: 23.25%;
		max-width: 23.25%;
		margin: 0;
	}
	.product-results .product-example h3 {
		font-size: 1.4em;
	}
	.product-results .product-examples a.btn {
		font-size: 1.2em;
		width: 100%;
		margin-top: 2em;
    	margin-left: 37%;
    	margin-right: 37%;
    	/*margin-left: calc(50% - 100px);*/
	}
	.subnavigation-component {
		margin: 0;
		padding: 1.5em 2em 0;
    }
    .subnavigation-component .subnavigation a {
		display: inline-block;
		font-size: 1.25em;
		padding: 1em;
		margin: 0 0.5em;
		background: transparent;
    }
    .subnavigation-component .subnavigation a.active {
		padding: 1em;
	}
    .richtext-component .container {
        display: flex;
        max-width: 1480px;
        margin: 0 auto;
        padding: 4em;
        align-items: center;
    }
	.richtext-component .container ul li,.richtext-component .container ol li {
		font-size: 1.2em;
	}
    .lead-form .container {
		padding: 4em 2em 6em;
	}
    .lead-form h3 {
		font-size: 2.6em;
    }
    .lead-form p {
		font-size: 1.2em;
	}
	.lead-form input,.lead-form textarea,.lead-form select {
		font-size: 1.2em;
	}
	.lead-form input.submit-btn {
		font-size: 1.4em;
	}
	.lead-form .halves,.lead-form .thirds,.lead-form .quarters {
        display: flex;
    }
    .lead-form .halves,.lead-form .thirds,.lead-form .quarters {
    	gap: 2em;
    }
    .lead-form .half,.lead-form .form-item-name-first,.lead-form .form-item-name-last,.lead-form .form-item-phone,.lead-form .form-item-email,.lead-form .two-third,.lead-form .one-third,.lead-form .quarter {
        flex: 1;
        padding: 0;
        margin: 0;
    }
    .lead-form .halves .fieldset-wrapper {
    	display: flex;
    	gap: 2em;
    }
    .lead-form input#edit-quantity,.lead-form input#edit-size-diameter- {
		padding: 4%;
		width: 92%;
	}
    .lead-form .thirds {
    	margin-bottom: 2em;
    }
    .lead-form .two-third {
    	min-width: 60%;
    }
    .lead-form input[type="file"] {
		font-size: 1em;
	}
    .lead-form input[type="file"] {
		font-size: 1em;
	}
    .quote-center blockquote {
        font-size: 1.2em;
    }
    .quote-center h3 {
        font-size: 1.8em;
    }
    .quote-center a.btn {
        font-size: 16px;
    }
    .twocol-component {
        display: flex;
        align-items: center;
    }
    .twocol-component.img-right {
        flex-direction: row-reverse;
    }
    .twocol-component .twocol p {
    	text-align: center !important;
	}
    .twocol-component a.btn {
    	font-size: 1.2em;
    }
    .twocol {
        flex: 1;
        max-width: 50%;
        border-bottom: 0;
    }
    .quote-full {
        display: flex;
        align-items: center;
    }
    .quote-full-center {
        padding: 2em;
    }
    .quote-full .disclaimer {
        padding-top: 8em;
        margin-bottom: -8em;
    }
    .twocol:first-child {
        border-bottom: 0px;
    }
    .video-img .video-btn {
        width: 72px;
        height: 72px;
    }
    .regular-copy .regular-pad,.video-copy .video-pad {
        padding: 1em 4em;
    }
    .regular-copy p,.video-copy p {
        padding: 0.75em 0;
        font-size: 1.2em;
    }
    .twocoltext-component {
        display: flex;
        align-items: center;
    }
    .twocoltext {
        flex: 1;
        padding: 3em;
    }
	.twocoltext-img {
        flex: 1;
        max-width: 15%;
	}
	.twocoltext-img .desktop-image {
		display: block !important;
        width: 100%;
        height: auto;
	}
	.twocoltext-img .mobile-image {
		display: none !important;
	}
    .featurednews-title {
        top: 1.2em;
        left: unset;
        margin: 0;
        background: transparent url('/themes/custom/medalcraft/images/news-ico.png') left center no-repeat;
        background-size: 28px auto;
        padding-left: 40px;
    }
	.search-banner-component {
        background: #0d3762 url('/themes/custom/medalcraft/images/search-hero.png') top right no-repeat;
        background-size: auto 100%;
        padding: 6em;
    }
    .search-banner-component h1 {
        font-size: 3.2em;
    }
    .search-banner-component .search-field {
        font-size: 1.4em;
        width: 60%;
        padding: 0.6em 1.5em;
    }
    .search-banner-component .search-btn {
        width: 36px;
        height: 36px;
        background: transparent url('/themes/custom/medalcraft/images/search-ico.png') center center no-repeat;
        background-size: 30px auto;
        margin-left: -3.5em;
        line-height: 2.5;
    }
    .search-results-component {
        padding: 4em;
    }
    .search-results-component .container {
        max-width: 1480px;
        margin: 0 auto;
        align-items: center;
    }
    .search-results-section h2 {
        font-size: 3em;
        margin: 0;
    }
    .search-results-section .pagination ul {
        margin: 2em 0;
    }
    .article-component {
        padding: 4em;
    }
    .articles {
        display: flex;
        flex-wrap: wrap;
    }
    .article-component .article-summary {
        flex: 1;
        max-width: 31%;
        min-width: 31%;
    }
    .article-component .pagination ul {
        margin: 3em 0 0;
    }
    .post-details {
        margin: 2em 0;
    }
    .post-details .post-date {
        display: inline-block;
    }
    .post-details .post-author {
        display: inline-block;
        margin-left: 2em;
    }
    .post-details .post-categories {
        display: inline-block;
        margin-left: 2em;
    }
    .social-component {
        padding: 4em;
    }
    .social-component .social-summary {
        min-width: 30%;
    }
    .categories {
		padding: 2em;
	}
	.category {
		flex: 1 21%;
		margin: 2%;
	}
	.category h2 {
		font-size: 1.25em;
	}
	.pdp-details-component {
		display: flex;
		padding: 6em 2em;
		gap: 4em;
		margin: 0 auto;
		max-width: 1480px;
	}
	.pdp-imgs,.pdp-details {
		flex: 1;
	}
	.pdp-imgs {
		max-width: 45%;
	}
	.pdp-details {
		padding: 0 2em 0 0;
	}
	.pdp-category {
		font-size: 2em;
	}
	.pdp-details-attributes {
		font-size: 1.4em;
	}
	.pdp-details-attribute {
		display: flex;
		gap: 2em;
		width: 100%;
		padding: 1em 0;
	}
	.pdp-details-attribute-label,.pdp-details-attribute-value {
		flex: 1;
	}
	.pdp-details-attribute-label {
		max-width: 40%;
	}
	.pdp-details-ctas {
		margin: 2em 0 0;
	}
	.pdp-related {
		padding: 4em;
	}
	.pdp-related h2 {
		font-size: 2.6em;
	}
	.pdp-related h3 {
		font-size: 24px;
	}
	.pdp-related .owl-nav button.owl-next,.pdp-related .owl-nav button.owl-prev {
		margin: 0 2em;
	}
	.pdp-related a.btn {
    	font-size: 1.2em;
	}
	.pdp-imgs-thumbs a {
		width: 100px;
		height: 100px;
	}
	.search-hero-banner-component .copy {
	    background: none;
	}
	.search-hero-banner-component .desktop-image {
		display: block !important;
	}
	.search-hero-banner-component .mobile-image {
		display: none !important;
	}
	.search-hero-banner-component .headline {
		color: #fff;
	}
	.search-hero-banner-component .copy .search-form .search-field {
		font-size: 1.4em !important;
	}
	.search-tabs {
		margin: 0;
		padding: 1em 2em 0;
	}
	.search-tabs a {
		display: inline-block;
		font-size: 1.25em;
		padding: 1em;
		margin: 0 0.5em;
		background: transparent;
	}
	.search-tabs a:hover {
		color: #0d3762;
	}
	.search-tabs a.active {
		padding: 1em;
	}
	.search-tab {
		padding: 4em;
	}
	.parts-results,.help-results,.video-results,.general-results {
		margin: 0 auto 4em;
	}
	.results-heading h2 {
		font-size: 36px;
	}
	.results-heading a.more {
		float: right;
		padding: 1em 0 0;
	}
	.text-result h3 {
		font-size: 30px;
	}
	.search-ad {
		display: flex;
    	margin: 4em auto 0;
    	gap: 2em;
    	align-items: center;
    }
    .search-ad-img {
		flex: 1;
		max-width: 30%;
	}
	.search-ad-copy {
		flex: 1;
		margin: 0;
	}
	.search-ad-copy h2 {
		margin: 0 0 0.5em;
	}
	.video-component h2 {
    	font-size: 36px;
	}
	.columns-component {
		padding: 4em;
	}
	.columns-component .columns-row {
		flex-wrap: unset;
	}
	.columns-component .columns-col {
		flex: 1;
		min-width: unset;
		max-width: unset;
		margin: 0;
	}
	.columns-component .columns-col h2 {
		font-size: 2em;
		color: #0d3762;
	}
	.columns-component .columns-col h3,.columns-component .columns-col h4,.columns-component .columns-col h5,.columns-component .columns-col h6 {
		font-size: 1.6em;
		color: #0d3762;
	}
	.webform-submission-contact-form .contact-address .form-item-address-city,.webform-submission-contact-form .contact-address .form-item-address-state-province,.webform-submission-contact-form .contact-address .form-item-address-postal-code,.webform-submission-contact-form .contact-address .form-item-address-country {
		width: 49%;
        padding: 0;
        margin: 0 0 1em;
        float: left;
	}
	.webform-submission-contact-form .contact-address .form-item-address-city,.webform-submission-contact-form .contact-address .form-item-address-postal-code {
        margin: 0 2% 1em 0;
	}
	.pdp-faqs {
		padding: 4em;
	}
	.pdp-faqs .pdp-faq-item h3 a {
		background-size: 24px auto;
    	padding-left: 36px;
	}
	.pdp-faqs .pdp-faq-item h3 a.open {
		background-size: 24px auto;
    	padding-left: 36px;
	}
}

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
}
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
}
@media only screen and (min-width: 1140px) and (max-width: 1240px) {
	.utility-left a[title='email'],.utility-left a[title='phone'],.utility-right a {
		font-size: 0.9em;
	}
	ul.navigation li a {
		font-size: 1em;
	}
	.bottom-row {
		padding: 0 1em;
	}
	.utility-left,.utility-right {
		padding: 0.5em;
	}
	.hero-banner-component .copy {
    	margin: 0 10% !important;
    	padding: 5% 10% !important;
    	width: 60% !important;
    }
}
@media only screen and (min-width: 1350px) {
}
@media only screen and (min-width: 1600px) {
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 0.4.10 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2014, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000001;text-align:center;white-space:nowrap;cursor:pointer;background:#666;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:50px 50px 0;border-bottom:50px solid transparent;min-width:30%;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;font-size: 24px;line-height:36px;width:36px;cursor:pointer;text-align:center;background:#fff;background:transparent;color:#000}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}.featherlight iframe{border:0}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}

/* MMenu */
.mm-menu.mm-horizontal>.mm-panel{-webkit-transition:left .4s ease;-moz-transition:left .4s ease;-ms-transition:left .4s ease;-o-transition:left .4s ease;transition:left .4s ease}.mm-menu .mm-hidden{display:none}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{background:inherit;display:block;overflow:hidden;width:100%;height:100%;padding:0;position:absolute;left:0;top:0;z-index:0}.mm-menu>.mm-panel{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;background:inherit;-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;width:100%;height:100%;padding:20px;position:absolute;top:0;left:100%;z-index:0}.mm-menu>.mm-panel.mm-opened{left:0;background:#002246;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;}.mm-menu>.mm-panel.mm-subopened{left:-40%}.mm-menu>.mm-panel.mm-highest{z-index:1}.mm-menu .mm-list{padding:20px 0}.mm-menu>.mm-list{padding:0}.mm-panel>.mm-list{margin-left:-20px;margin-right:-20px}.mm-panel>.mm-list:first-child{padding-top:0}.mm-list,.mm-list>li{list-style:none;display:block;padding:0;margin:0}.mm-list a,.mm-list a:hover{text-decoration:none}.mm-list>li{position:relative}.mm-list>li>a,.mm-list>li>span{font-size:19px;font-style:normal;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#fff;line-height:20px;display:block;padding:15px 10px;margin:0;background:#222}.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after{content:'';border-bottom-width:1px;border-bottom-style:solid;border-color:rgba(255,255,255,0.15);display:block;width:100%;position:absolute;bottom:0;left:0}.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after{width:auto;position:relative;left:auto}.mm-list a.mm-subopen{width:40px;height:98%;padding:0;position:absolute;right:0;top:0;z-index:2}.mm-list a.mm-subopen:before{content:'';display:block;height:v%;position:absolute;left:0;top:0}.mm-list a.mm-subopen.mm-fullsubopen{width:100%}.mm-list a.mm-subopen.mm-fullsubopen:before{border-left:none}.mm-list a.mm-subopen+a,.mm-list a.mm-subopen+span{padding-right:5px;margin-right:40px}.mm-list>li.mm-selected>a.mm-subopen{}.mm-list>li.mm-selected>a.mm-fullsubopen+a,.mm-list>li.mm-selected>a.mm-fullsubopen+span{padding-right:45px;margin-right:0}.mm-list a.mm-subclose{text-indent:20px;padding-top:12.5px}.mm-list>li.mm-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:10px;text-transform:uppercase;text-indent:20px;line-height:25px;padding-right:5px}.mm-list>li.mm-spacer{padding-top:40px}.mm-list>li.mm-spacer.mm-label{padding-top:25px}.mm-list a.mm-subopen:after{content:'';border:2px solid transparent;display:block;width:12px;height:12px;margin-bottom:-5px;position:absolute;bottom:50%;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-list a.mm-subclose:before{content:'';border:2px solid transparent;display:block;width:13px;height:13px;margin-bottom:-4px;position:absolute;bottom:50%;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-list a.mm-subopen:after{border-top:none;border-left:none;right:15px}.mm-list a.mm-subclose:before{border-right:none;border-bottom:none;left:15px}.mm-menu.mm-vertical .mm-list .mm-panel{display:none;padding:10px 0 10px 10px}.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after{border-color:transparent}.mm-menu.mm-vertical .mm-list li.mm-opened>.mm-panel{display:block}.mm-menu.mm-vertical .mm-list>li.mm-opened>a.mm-subopen{height:40px}.mm-menu.mm-vertical .mm-list>li.mm-opened>a.mm-subopen:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);top:12px;right:12px}html.mm-opened .mm-page{box-shadow:0 0 20px rgba(0,0,0,.5)}.mm-ismenu{background:#2d2d2d;color:rgba(255,255,255,.6)}.mm-menu .mm-list>li:after{border-color:#222}.mm-menu .mm-list>li>a.mm-subclose{background:#0d3762;color:#fff;}.mm-menu .mm-list>li>a.mm-subopen:after{border-color:#fff}.mm-menu .mm-list>li>a.mm-subclose:before{border-color:rgba(255,255,255,1)}.mm-menu .mm-list>li>a.mm-subopen:before{border-color:rgba(0,0,0,.15)}.mm-menu .mm-list>li.mm-selected>a:not(.mm-subopen),.mm-menu .mm-list>li.mm-selected>span{}.mm-menu .mm-list>li.mm-label{background:rgba(255,255,255,.05)}}.mm-fixed-bottom,.mm-fixed-top,.mm-page{-webkit-transition:none .4s ease;-moz-transition:none .4s ease;-ms-transition:none .4s ease;-o-transition:none .4s ease;transition:none .4s ease;-webkit-transition-property:top,right,bottom,left,border;-moz-transition-property:top,right,bottom,left,border;-ms-transition-property:top,right,bottom,left,border;-o-transition-property:top,right,bottom,left,border;transition-property:top,right,bottom,left,border}#mm-blocker,.mm-page{margin:0;top:0;right:0;bottom:0;left:0}.mm-page{border:0 solid transparent}html.mm-opening .mm-page{border:0 solid rgba(1,1,1,0)}.mm-fixed-bottom,.mm-fixed-top{position:fixed;left:0}.mm-fixed-top{top:0}.mm-fixed-bottom{bottom:0}html.mm-opened{overflow:hidden;position:relative}html.mm-opened body{overflow:hidden}html.mm-opened .mm-page{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;position:relative}html.mm-background .mm-page{background:inherit}#mm-blocker{background:url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent;display:none;width:100%;height:100%;position:fixed;z-index:999999}html.mm-blocking #mm-blocker,html.mm-opened #mm-blocker{display:block}.mm-menu.mm-offcanvas{display:none;position:fixed}.mm-menu.mm-current{display:block}html.mm-opening #mm-blocker,html.mm-opening .mm-fixed-bottom,html.mm-opening .mm-fixed-top,html.mm-opening .mm-page{left:80%}.mm-menu{width:80%}@media all and (max-width:175px){.mm-menu{width:140px}html.mm-opening #mm-blocker,html.mm-opening .mm-fixed-bottom,html.mm-opening .mm-fixed-top,html.mm-opening .mm-page{left:140px}}@media all and (min-width:550px){.mm-menu{width:440px}html.mm-opening #mm-blocker,html.mm-opening .mm-fixed-bottom,html.mm-opening .mm-fixed-top,html.mm-opening .mm-page{left:440px}}em.mm-counter{font:inherit;font-size:14px;font-style:normal;text-indent:0;line-height:20px;display:block;margin-top:-10px;position:absolute;right:40px;top:50%}em.mm-counter+a.mm-subopen{padding-left:40px}em.mm-counter+a.mm-subopen+a,em.mm-counter+a.mm-subopen+span{margin-right:80px}em.mm-counter+a.mm-fullsubopen{padding-left:0}.mm-vertical em.mm-counter{top:12px;margin-top:0}.mm-nosubresults>em.mm-counter{display:none}.mm-menu em.mm-counter{color:rgba(255,255,255,.3)}html.mm-opened.mm-dragging #mm-blocker,html.mm-opened.mm-dragging .mm-fixed-bottom,html.mm-opened.mm-dragging .mm-fixed-top,html.mm-opened.mm-dragging .mm-menu,html.mm-opened.mm-dragging .mm-page{-webkit-transition-duration:0s;-moz-transition-duration:0s;-ms-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.mm-header{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;background:inherit;border-bottom:1px solid transparent;text-align:center;line-height:20px;width:100%;height:60px;padding:30px 40px 0 40px;position:absolute;z-index:2;top:0;left:0}.mm-header .mm-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;width:100%;position:relative;z-index:1}.mm-header .mm-next,.mm-header .mm-prev{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;text-decoration:none;display:block;width:40px;height:100%;position:absolute;bottom:0}.mm-header .mm-next:before,.mm-header .mm-prev:before{content:'';border:2px solid transparent;display:block;width:7px;height:7px;margin-bottom:-5px;position:absolute;bottom:50%;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);margin-bottom:-15px}.mm-header .mm-prev{left:0}.mm-header .mm-prev:before{border-right:none;border-bottom:none;left:22px}.mm-header .mm-next{right:0}.mm-header .mm-next:before{border-top:none;border-left:none;right:18px}.mm-menu.mm-hassearch .mm-header{height:50px;padding-top:20px;top:50px}.mm-menu.mm-hassearch .mm-header .mm-mext:before,.mm-menu.mm-hassearch .mm-header .mm-prev:before{margin-bottom:-10px}.mm-menu.mm-hasheader li.mm-subtitle{display:none}.mm-menu.mm-hasheader>.mm-panel{padding-top:80px}.mm-menu.mm-hasheader>.mm-panel.mm-list{padding-top:60px}.mm-menu.mm-hasheader>.mm-panel>.mm-list:first-child{margin-top:-20px}.mm-menu.mm-hasheader.mm-hassearch>.mm-panel{padding-top:120px}.mm-menu.mm-hasheader.mm-hassearch>.mm-panel.mm-list{padding-top:100px}.mm-menu .mm-header{border-color:rgba(0,0,0,.15);color:rgba(255,255,255,.3)}.mm-menu .mm-header a:before{border-color:rgba(255,255,255,.3)}.mm-menu.mm-fixedlabels .mm-list{background:inherit}.mm-menu.mm-fixedlabels .mm-list>li.mm-label{background:inherit!important;opacity:.97;height:25px;overflow:visible;position:relative;z-index:1}.mm-menu.mm-fixedlabels .mm-list>li.mm-label>div{background:inherit;width:100%;position:absolute;left:0}.mm-menu.mm-fixedlabels .mm-list>li.mm-label>div>div{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-menu.mm-fixedlabels .mm-list>li.mm-label.mm-spacer>div>div{padding-top:25px}.mm-list>li.mm-label>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0}.mm-list>li.mm-label.mm-opened a.mm-subopen:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);right:17px}.mm-list>li.mm-collapsed{display:none}.mm-menu .mm-list li.mm-label>div>div{background:rgba(255,255,255,.05)}.mm-search,.mm-search input{-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.mm-list>li.mm-search{padding:10px;margin-top:-20px}.mm-list>li.mm-subtitle+li.mm-search{margin-top:0}div.mm-panel>div.mm-search{padding:0 0 10px 0}.mm-menu.mm-hasheader .mm-list>li.mm-search{margin-top:0}.mm-search{background:inherit;width:100%;padding:10px;position:relative;top:0;z-index:2}.mm-search input{border:none;font:inherit;font-size:14px;line-height:30px;outline:0;display:block;width:100%;height:30px;margin:0;padding:0 10px;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important}.mm-menu .mm-noresultsmsg{text-align:center;font-size:18px;font-weight:700;display:none;padding:60px 0}.mm-menu .mm-noresultsmsg:after{border:none!important}.mm-noresults .mm-noresultsmsg{display:block}.mm-menu li.mm-nosubresults>a.mm-subopen{display:none}.mm-menu li.mm-nosubresults>a.mm-subopen+a,.mm-menu li.mm-nosubresults>a.mm-subopen+span{padding-right:10px}.mm-menu.mm-hassearch>.mm-panel{padding-top:70px}.mm-menu.mm-hassearch>.mm-panel>.mm-list:first-child{margin-top:-20px}.mm-menu.mm-hasheader>.mm-panel>div.mm-search:first-child{margin-top:-10px}.mm-menu.mm-hasheader>.mm-panel>div.mm-search:first-child+.mm-list{padding-top:0}.mm-menu .mm-search input{margin:0!important;padding:0 .7em;width:70%;border:0;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important}input.mm-search-btn{float:right;width:30%!important;padding:.6em 1.5em;margin:0;color:#fff;font-size:.9em;font-weight:700;text-transform:uppercase;background:#f99d31;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5OWQzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMDg5MGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#f99d31 0,#f0890f 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f99d31),color-stop(100%,#f0890f));background:-webkit-linear-gradient(top,#f99d31 0,#f0890f 100%);background:-o-linear-gradient(top,#f99d31 0,#f0890f 100%);background:-ms-linear-gradient(top,#f99d31 0,#f0890f 100%);background:linear-gradient(to bottom,#f99d31 0,#f0890f 100%);border:0;border-radius:0}.mm-search form{border-top:1px solid #4e4e4e;padding:1em;background:#2d2d2d}.mm-search .srchresult a{display:block;border-top:1px solid #4e4e4e}.mm-search .srchresult a:first-child{border-top:0}.mm-menu .mm-noresultsmsg{color:rgba(255,255,255,.3)}label.mm-toggle{border-radius:30px;width:50px;height:30px;margin:-15px 0 0 0;position:absolute;top:50%;z-index:1}label.mm-toggle div{border-radius:30px;width:28px;height:28px;margin:1px}input.mm-toggle{position:absolute;left:-10000px}input.mm-toggle:checked~label.mm-toggle div{float:right}label.mm-toggle{right:20px}label.mm-toggle+a,label.mm-toggle+span{margin-right:70px}a.mm-subopen+label.mm-toggle{right:50px}a.mm-subopen+label.mm-toggle+a,a.mm-subopen+label.mm-toggle+span{margin-right:100px}em.mm-counter+a.mm-subopen+label.mm-toggle{right:90px}em.mm-counter+a.mm-subopen+label.mm-toggle+a,em.mm-counter+a.mm-subopen+label.mm-toggle+span{margin-right:140px}.mm-menu label.mm-toggle{background:rgba(0,0,0,.15)}.mm-menu label.mm-toggle div{background:#2d2d2d}.mm-menu input.mm-toggle:checked~label.mm-toggle{background:#4bd963}html.mm-slide .mm-menu{-webkit-transition:-webkit-transform .4s ease;-moz-transition:-moz-transform .4s ease;-o-transition:-o-transform .4s ease;transition:transform .4s ease}html.mm-slide.mm-opened .mm-menu{-webkit-transform:translateX(-40%);-moz-transform:translateX(-40%);-ms-transform:translateX(-40%);-o-transform:translateX(-40%);transform:translateX(-40%)}html.mm-slide.mm-opening .mm-menu{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}html.mm-slide.mm-right.mm-opened .mm-menu{-webkit-transform:translateX(40%);-moz-transform:translateX(40%);-ms-transform:translateX(40%);-o-transform:translateX(40%);transform:translateX(40%)}html.mm-slide.mm-right.mm-opening .mm-menu{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}html.mm-slide.mm-top.mm-opened .mm-menu{-webkit-transform:translateY(-40%);-moz-transform:translateY(-40%);-ms-transform:translateY(-40%);-o-transform:translateY(-40%);transform:translateY(-40%)}html.mm-slide.mm-top.mm-opening .mm-menu{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}html.mm-slide.mm-bottom.mm-opened .mm-menu{-webkit-transform:translateY(40%);-moz-transform:translateY(40%);-ms-transform:translateY(40%);-o-transform:translateY(40%);transform:translateY(40%)}html.mm-slide.mm-bottom.mm-opening .mm-menu{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}html.mm-zoom-menu .mm-menu{-webkit-transition:-webkit-transform .4s ease;-moz-transition:-moz-transform .4s ease;-o-transition:-o-transform .4s ease;transition:transform .4s ease}html.mm-zoom-menu.mm-opened .mm-menu{-webkit-transform:scale(.7,.7) translateX(-40%);-moz-transform:scale(.7,.7) translateX(-40%);-ms-transform:scale(.7,.7) translateX(-40%);-o-transform:scale(.7,.7) translateX(-40%);transform:scale(.7,.7) translateX(-40%);-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}html.mm-zoom-menu.mm-opening .mm-menu{-webkit-transform:scale(1,1) translateX(0);-moz-transform:scale(1,1) translateX(0);-ms-transform:scale(1,1) translateX(0);-o-transform:scale(1,1) translateX(0);transform:scale(1,1) translateX(0)}html.mm-zoom-menu.mm-right.mm-opened .mm-menu{-webkit-transform:scale(.7,.7) translateX(40%);-moz-transform:scale(.7,.7) translateX(40%);-ms-transform:scale(.7,.7) translateX(40%);-o-transform:scale(.7,.7) translateX(40%);transform:scale(.7,.7) translateX(40%);-webkit-transform-origin:right center;-moz-transform-origin:right center;-ms-transform-origin:right center;-o-transform-origin:right center;transform-origin:right center}html.mm-zoom-menu.mm-right.mm-opening .mm-menu{-webkit-transform:scale(1,1) translateX(0);-moz-transform:scale(1,1) translateX(0);-ms-transform:scale(1,1) translateX(0);-o-transform:scale(1,1) translateX(0);transform:scale(1,1) translateX(0)}html.mm-zoom-menu.mm-top.mm-opened .mm-menu{-webkit-transform:scale(.7,.7) translateY(-40%);-moz-transform:scale(.7,.7) translateY(-40%);-ms-transform:scale(.7,.7) translateY(-40%);-o-transform:scale(.7,.7) translateY(-40%);transform:scale(.7,.7) translateY(-40%);-webkit-transform-origin:center top;-moz-transform-origin:center top;-ms-transform-origin:center top;-o-transform-origin:center top;transform-origin:center top}html.mm-zoom-menu.mm-top.mm-opening .mm-menu{-webkit-transform:scale(1,1) translateY(0);-moz-transform:scale(1,1) translateY(0);-ms-transform:scale(1,1) translateY(0);-o-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu{-webkit-transform:scale(.7,.7) translateY(40%);-moz-transform:scale(.7,.7) translateY(40%);-ms-transform:scale(.7,.7) translateY(40%);-o-transform:scale(.7,.7) translateY(40%);transform:scale(.7,.7) translateY(40%);-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;-ms-transform-origin:center bottom;-o-transform-origin:center bottom;transform-origin:center bottom}html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu{-webkit-transform:scale(1,1) translateY(0);-moz-transform:scale(1,1) translateY(0);-ms-transform:scale(1,1) translateY(0);-o-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}html.mm-zoom-page .mm-page{-webkit-transition-property:-webkit-transform,top,right,bottom,left,border;-moz-transition-property:-moz-transform,top,right,bottom,left,border;-ms-transition-property:-ms-transform,top,right,bottom,left,border;-o-transition-property:-o-transform,top,right,bottom,left,border;transition-property:transform,top,right,bottom,left,border}html.mm-zoom-page.mm-opened .mm-page{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1);-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}html.mm-zoom-page.mm-opening .mm-page{-webkit-transform:scale(1.5,1.5);-moz-transform:scale(1.5,1.5);-ms-transform:scale(1.5,1.5);-o-transform:scale(1.5,1.5);transform:scale(1.5,1.5)}html.mm-zoom-page.mm-right.mm-opened .mm-page{-webkit-transform-origin:right center;-moz-transform-origin:right center;-ms-transform-origin:right center;-o-transform-origin:right center;transform-origin:right center}html.mm-zoom-page.mm-top.mm-opened .mm-page{-webkit-transform-origin:center top;-moz-transform-origin:center top;-ms-transform-origin:center top;-o-transform-origin:center top;transform-origin:center top}html.mm-zoom-page.mm-bottom.mm-opened .mm-page{-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;-ms-transform-origin:center bottom;-o-transform-origin:center bottom;transform-origin:center bottom}html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel{-webkit-transform:scale(1.5,1.5);-moz-transform:scale(1.5,1.5);-ms-transform:scale(1.5,1.5);-o-transform:scale(1.5,1.5);transform:scale(1.5,1.5);-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;-webkit-transition-property:-webkit-transform,left;-moz-transition-property:-moz-transform,left;-ms-transition-property:-ms-transform,left;-o-transition-property:-o-transform,left;transition-property:transform,left}html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel.mm-opened{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel.mm-opened.mm-subopened{-webkit-transform:scale(.7,.7);-moz-transform:scale(.7,.7);-ms-transform:scale(.7,.7);-o-transform:scale(.7,.7);transform:scale(.7,.7)}html.mm-opening.mm-fullscreen #mm-blocker,html.mm-opening.mm-fullscreen .mm-fixed-bottom,html.mm-opening.mm-fullscreen .mm-fixed-top,html.mm-opening.mm-fullscreen .mm-page{left:100%}.mm-menu.mm-fullscreen{width:100%}@media all and (max-width:140px){.mm-menu.mm-fullscreen{width:140px}html.mm-opening.mm-fullscreen #mm-blocker,html.mm-opening.mm-fullscreen .mm-fixed-bottom,html.mm-opening.mm-fullscreen .mm-fixed-top,html.mm-opening.mm-fullscreen .mm-page{left:140px}}@media all and (min-width:10000px){.mm-menu.mm-fullscreen{width:10000px}html.mm-opening.mm-fullscreen #mm-blocker,html.mm-opening.mm-fullscreen .mm-fixed-bottom,html.mm-opening.mm-fullscreen .mm-fixed-top,html.mm-opening.mm-fullscreen .mm-page{left:10000px}}.mm-menu.mm-top.mm-fullscreen{height:100%}html.mm-top.mm-opening.mm-fullscreen #mm-blocker,html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top,html.mm-top.mm-opening.mm-fullscreen .mm-page{top:100%}html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom{bottom:-100%}@media all and (max-height:140px){.mm-menu.mm-top.mm-fullscreen{height:140px}html.mm-top.mm-opening.mm-fullscreen #mm-blocker,html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top,html.mm-top.mm-opening.mm-fullscreen .mm-page{top:140px}html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom{bottom:-140px}}@media all and (min-height:10000px){.mm-menu.mm-top.mm-fullscreen{height:10000px}html.mm-top.mm-opening.mm-fullscreen #mm-blocker,html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top,html.mm-top.mm-opening.mm-fullscreen .mm-page{top:10000px}html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom{bottom:-10000px}}.mm-menu.mm-right.mm-fullscreen{width:100%}html.mm-right.mm-opening.mm-fullscreen #mm-blocker,html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom,html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,html.mm-right.mm-opening.mm-fullscreen .mm-page{right:100%}@media all and (max-width:140px){.mm-menu.mm-right.mm-fullscreen{width:140px}html.mm-right.mm-opening.mm-fullscreen #mm-blocker,html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom,html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,html.mm-right.mm-opening.mm-fullscreen .mm-page{right:140px}}@media all and (min-width:10000px){.mm-menu.mm-right.mm-fullscreen{width:10000px}html.mm-right.mm-opening.mm-fullscreen #mm-blocker,html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom,html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,html.mm-right.mm-opening.mm-fullscreen .mm-page{right:10000px}}.mm-menu.mm-bottom.mm-fullscreen{height:100%}html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom,html.mm-bottom.mm-opening.mm-fullscreen .mm-page{bottom:100%}html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top{top:-100%}@media all and (max-height:140px){.mm-menu.mm-bottom.mm-fullscreen{height:140px}html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom,html.mm-bottom.mm-opening.mm-fullscreen .mm-page{bottom:140px}html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top{top:-140px}}@media all and (min-height:10000px){.mm-menu.mm-bottom.mm-fullscreen{height:10000px}html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom,html.mm-bottom.mm-opening.mm-fullscreen .mm-page{bottom:10000px}html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top{top:-10000px}}.mm-menu.mm-fullscreen.mm-front,.mm-menu.mm-fullscreen.mm-next{left:-100%}@media all and (max-width:140px){.mm-menu.mm-fullscreen.mm-front,.mm-menu.mm-fullscreen.mm-next{left:-140px}}@media all and (min-width:10000px){.mm-menu.mm-fullscreen.mm-front,.mm-menu.mm-fullscreen.mm-next{left:-10000px}}.mm-menu.mm-top.mm-fullscreen.mm-front,.mm-menu.mm-top.mm-fullscreen.mm-next{top:-100%}@media all and (max-height:140px){.mm-menu.mm-top.mm-fullscreen.mm-front,.mm-menu.mm-top.mm-fullscreen.mm-next{top:-140px}}@media all and (min-height:10000px){.mm-menu.mm-top.mm-fullscreen.mm-front,.mm-menu.mm-top.mm-fullscreen.mm-next{top:-10000px}}.mm-menu.mm-right.mm-fullscreen.mm-front,.mm-menu.mm-right.mm-fullscreen.mm-next{right:-100%}@media all and (max-width:140px){.mm-menu.mm-right.mm-fullscreen.mm-front,.mm-menu.mm-right.mm-fullscreen.mm-next{right:-140px}}@media all and (min-width:10000px){.mm-menu.mm-right.mm-fullscreen.mm-front,.mm-menu.mm-right.mm-fullscreen.mm-next{right:-10000px}}.mm-menu.mm-bottom.mm-fullscreen.mm-front,.mm-menu.mm-bottom.mm-fullscreen.mm-next{bottom:-100%}@media all and (max-height:140px){.mm-menu.mm-bottom.mm-fullscreen.mm-front,.mm-menu.mm-bottom.mm-fullscreen.mm-next{bottom:-140px}}@media all and (min-height:10000px){.mm-menu.mm-bottom.mm-fullscreen.mm-front,.mm-menu.mm-bottom.mm-fullscreen.mm-next{bottom:-10000px}}html.mm-front .mm-fixed-bottom,html.mm-front .mm-fixed-top,html.mm-opening.mm-front .mm-fixed-bottom,html.mm-opening.mm-front .mm-fixed-top{left:0;right:auto}html.mm-front .mm-fixed-top,html.mm-opening.mm-front .mm-fixed-top{top:0}html.mm-front .mm-fixed-bottom,html.mm-opening.mm-front .mm-fixed-bottom{bottom:0}html.mm-opened.mm-fullscreen .mm-page{box-shadow:none!important}.mm-menu.mm-top{width:100%}html.mm-top.mm-opened #mm-blocker,html.mm-top.mm-opened .mm-page{top:0}html.mm-top.mm-opened.mm-opening #mm-blocker,html.mm-top.mm-opened.mm-opening .mm-fixed-bottom,html.mm-top.mm-opened.mm-opening .mm-fixed-top,html.mm-top.mm-opened.mm-opening .mm-page{left:0}.mm-menu.mm-right{left:auto;right:0}html.mm-right.mm-opened #mm-blocker,html.mm-right.mm-opened .mm-fixed-bottom,html.mm-right.mm-opened .mm-fixed-top,html.mm-right.mm-opened .mm-page{left:auto;right:0}html.mm-right.mm-opened.mm-opening #mm-blocker,html.mm-right.mm-opened.mm-opening .mm-fixed-bottom,html.mm-right.mm-opened.mm-opening .mm-fixed-top,html.mm-right.mm-opened.mm-opening .mm-page{left:auto}.mm-menu.mm-bottom{width:100%;top:auto;bottom:0}html.mm-bottom.mm-opened #mm-blocker,html.mm-bottom.mm-opened .mm-page{bottom:0;top:auto}html.mm-bottom.mm-opened.mm-opening #mm-blocker,html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom,html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,html.mm-bottom.mm-opened.mm-opening .mm-page{top:auto;left:0}.mm-menu.mm-top{height:80%}html.mm-top.mm-opening #mm-blocker,html.mm-top.mm-opening .mm-fixed-top,html.mm-top.mm-opening .mm-page{top:80%}html.mm-top.mm-opening .mm-fixed-bottom{bottom:-80%}@media all and (max-height:175px){.mm-menu.mm-top{height:140px}html.mm-top.mm-opening #mm-blocker,html.mm-top.mm-opening .mm-fixed-top,html.mm-top.mm-opening .mm-page{top:140px}html.mm-top.mm-opening .mm-fixed-bottom{bottom:-140px}}@media all and (min-height:1100px){.mm-menu.mm-top{height:880px}html.mm-top.mm-opening #mm-blocker,html.mm-top.mm-opening .mm-fixed-top,html.mm-top.mm-opening .mm-page{top:880px}html.mm-top.mm-opening .mm-fixed-bottom{bottom:-880px}}.mm-menu.mm-right{width:80%}html.mm-right.mm-opening #mm-blocker,html.mm-right.mm-opening .mm-fixed-bottom,html.mm-right.mm-opening .mm-fixed-top,html.mm-right.mm-opening .mm-page{right:80%}@media all and (max-width:175px){.mm-menu.mm-right{width:140px}html.mm-right.mm-opening #mm-blocker,html.mm-right.mm-opening .mm-fixed-bottom,html.mm-right.mm-opening .mm-fixed-top,html.mm-right.mm-opening .mm-page{right:140px}}@media all and (min-width:550px){.mm-menu.mm-right{width:440px}html.mm-right.mm-opening #mm-blocker,html.mm-right.mm-opening .mm-fixed-bottom,html.mm-right.mm-opening .mm-fixed-top,html.mm-right.mm-opening .mm-page{right:440px}}.mm-menu.mm-bottom{height:80%}html.mm-bottom.mm-opening #mm-blocker,html.mm-bottom.mm-opening .mm-fixed-bottom,html.mm-bottom.mm-opening .mm-page{bottom:80%}html.mm-bottom.mm-opening .mm-fixed-top{top:-80%}@media all and (max-height:175px){.mm-menu.mm-bottom{height:140px}html.mm-bottom.mm-opening #mm-blocker,html.mm-bottom.mm-opening .mm-fixed-bottom,html.mm-bottom.mm-opening .mm-page{bottom:140px}html.mm-bottom.mm-opening .mm-fixed-top{top:-140px}}@media all and (min-height:1100px){.mm-menu.mm-bottom{height:880px}html.mm-bottom.mm-opening #mm-blocker,html.mm-bottom.mm-opening .mm-fixed-bottom,html.mm-bottom.mm-opening .mm-page{bottom:880px}html.mm-bottom.mm-opening .mm-fixed-top{top:-880px}}html.mm-front.mm-opened .mm-page{top:0!important;right:0!important;bottom:0!important;left:0!important}.mm-menu.mm-front,.mm-menu.mm-next{-webkit-transition:none .4s ease;-moz-transition:none .4s ease;-ms-transition:none .4s ease;-o-transition:none .4s ease;transition:none .4s ease;-webkit-transition-property:top,right,bottom,left,-webkit-transform;-moz-transition-property:top,right,bottom,left,-moz-transform;-ms-transition-property:top,right,bottom,left,-o-transform;-o-transition-property:top,right,bottom,left,-o-transform;transition-property:top,right,bottom,left,transform}html.mm-front #mm-blocker,html.mm-front .mm-page{z-index:0}.mm-menu.mm-front{z-index:1;box-shadow:0 0 15px rgba(0,0,0,.5)}html.mm-opened.mm-next .mm-page{box-shadow:none}html.mm-opening .mm-menu.mm-front,html.mm-opening .mm-menu.mm-next{left:0}.mm-menu.mm-top.mm-front,.mm-menu.mm-top.mm-next{left:0}html.mm-opening .mm-menu.mm-top.mm-front,html.mm-opening .mm-menu.mm-top.mm-next{left:0;top:0}.mm-menu.mm-right.mm-front,.mm-menu.mm-right.mm-next{left:auto}html.mm-opening .mm-menu.mm-right.mm-front,html.mm-opening .mm-menu.mm-right.mm-next{left:auto;right:0}.mm-menu.mm-bottom.mm-front,.mm-menu.mm-bottom.mm-next{top:auto;left:0}html.mm-opening .mm-menu.mm-bottom.mm-front,html.mm-opening .mm-menu.mm-bottom.mm-next{left:0;bottom:0}.mm-menu.mm-front,.mm-menu.mm-next{left:-80%}@media all and (max-width:175px){.mm-menu.mm-front,.mm-menu.mm-next{left:-140px}}@media all and (min-width:550px){.mm-menu.mm-front,.mm-menu.mm-next{left:-440px}}.mm-menu.mm-top.mm-front,.mm-menu.mm-top.mm-next{top:-80%}@media all and (max-height:175px){.mm-menu.mm-top.mm-front,.mm-menu.mm-top.mm-next{top:-140px}}@media all and (min-height:1100px){.mm-menu.mm-top.mm-front,.mm-menu.mm-top.mm-next{top:-880px}}.mm-menu.mm-right.mm-front,.mm-menu.mm-right.mm-next{right:-80%}@media all and (max-width:175px){.mm-menu.mm-right.mm-front,.mm-menu.mm-right.mm-next{right:-140px}}@media all and (min-width:550px){.mm-menu.mm-right.mm-front,.mm-menu.mm-right.mm-next{right:-440px}}.mm-menu.mm-bottom.mm-front,.mm-menu.mm-bottom.mm-next{bottom:-80%}@media all and (max-height:175px){.mm-menu.mm-bottom.mm-front,.mm-menu.mm-bottom.mm-next{bottom:-140px}}@media all and (min-height:1100px){.mm-menu.mm-bottom.mm-front,.mm-menu.mm-bottom.mm-next{bottom:-880px}}html.mm-front .mm-fixed-bottom,html.mm-front .mm-fixed-top,html.mm-opening.mm-front .mm-fixed-bottom,html.mm-opening.mm-front .mm-fixed-top{left:0;right:auto}html.mm-front .mm-fixed-top,html.mm-opening.mm-front .mm-fixed-top{top:0}html.mm-front .mm-fixed-bottom,html.mm-opening.mm-front .mm-fixed-bottom{bottom:0}html.mm-opened.mm-light .mm-page{box-shadow:0 0 10px rgba(0,0,0,.3)}.mm-ismenu.mm-light{background:#f3f3f3;color:rgba(0,0,0,.6)}.mm-list>li.on>a{background:#e05206}.mm-list>li.mobiledk>a{background:rgba(0,0,0,.03)}.mm-list>li.mobilecopy{display:block;background:rgba(0,0,0,.03);padding:2em 1em;font-size:.9em;text-align:center;line-height:1.2}.mm-list>li.mobilecopy:after{border:0!important}.mm-list>li.mobilecopy a{padding:0;background:0 0;display:inline-block;overflow:visible;text-transform:none;font-family:Calibri,'Open Sans',sans-serif;font-size:.9em}.mm-menu.mm-light .mm-list>li:after{border-color:rgba(0,0,0,.1)}.mm-menu.mm-light .mm-list>li>a.mm-subclose{background:rgba(255,255,255,.6);color:rgba(0,0,0,.3)}.mm-menu.mm-light .mm-list>li>a.mm-subclose:before,.mm-menu.mm-light .mm-list>li>a.mm-subopen:after{border-color:rgba(0,0,0,.3)}.mm-menu.mm-light .mm-list>li>a.mm-subopen:before{border-color:rgba(0,0,0,.1)}.mm-menu.mm-light .mm-list>li.mm-selected>a:not(.mm-subopen),.mm-menu.mm-light .mm-list>li.mm-selected>span{background:rgba(255,255,255,.6)}.mm-menu.mm-light .mm-list>li.mm-label{background:rgba(0,0,0,.03)}.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened>a.mm-subopen,.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened>ul{background:rgba(0,0,0,.03)}.mm-menu.mm-light .mm-search input{background:rgba(0,0,0,.1);color:rgba(0,0,0,.6)}.mm-menu.mm-light .mm-noresultsmsg{color:rgba(0,0,0,.3)}.mm-menu.mm-light em.mm-counter{color:rgba(0,0,0,.3)}.mm-menu.mm-light .mm-list li.mm-label>div>div{background:rgba(0,0,0,.03)}.mm-menu.mm-light .mm-header{border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.3)}.mm-menu.mm-light .mm-header a:before{border-color:rgba(0,0,0,.3)}.mm-menu.mm-light label.mm-toggle{background:rgba(0,0,0,.1)}.mm-menu.mm-light label.mm-toggle div{background:#f3f3f3}.mm-menu.mm-light input.mm-toggle:checked~label.mm-toggle{background:#00a6da}html.mm-opened.mm-white .mm-page{box-shadow:0 0 10px rgba(0,0,0,.3)}.mm-ismenu.mm-white{background:#fff;color:rgba(0,0,0,.6)}.mm-menu.mm-white .mm-list>li:after{border-color:rgba(0,0,0,.1)}.mm-menu.mm-white .mm-list>li>a.mm-subclose{background:rgba(0,0,0,.06);color:rgba(0,0,0,.3)}.mm-menu.mm-white .mm-list>li>a.mm-subclose:before,.mm-menu.mm-white .mm-list>li>a.mm-subopen:after{border-color:rgba(0,0,0,.3)}.mm-menu.mm-white .mm-list>li>a.mm-subopen:before{border-color:rgba(0,0,0,.1)}.mm-menu.mm-white .mm-list>li.mm-selected>a:not(.mm-subopen),.mm-menu.mm-white .mm-list>li.mm-selected>span{background:rgba(0,0,0,.06)}.mm-menu.mm-white .mm-list>li.mm-label{background:rgba(0,0,0,.03)}.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened>a.mm-subopen,.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened>ul{background:rgba(0,0,0,.03)}.mm-menu.mm-white .mm-search input{background:rgba(0,0,0,.1);color:rgba(0,0,0,.6)}.mm-menu.mm-white .mm-noresultsmsg{color:rgba(0,0,0,.3)}.mm-menu.mm-white em.mm-counter{color:rgba(0,0,0,.3)}.mm-menu.mm-white .mm-list li.mm-label>div>div{background:rgba(0,0,0,.03)}.mm-menu.mm-white .mm-header{border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.3)}.mm-menu.mm-white .mm-header a:before{border-color:rgba(0,0,0,.3)}.mm-menu.mm-white label.mm-toggle{background:rgba(0,0,0,.1)}.mm-menu.mm-white label.mm-toggle div{background:#fff}.mm-menu.mm-white input.mm-toggle:checked~label.mm-toggle{background:#00a6da}html.mm-opened.mm-black .mm-page{box-shadow:none}.mm-ismenu.mm-black{background:#000;color:rgba(255,255,255,.6)}.mm-menu.mm-black .mm-list>li:after{border-color:rgba(255,255,255,.2)}.mm-menu.mm-black .mm-list>li>a.mm-subclose{background:rgba(255,255,255,.25);color:rgba(255,255,255,.3)}.mm-menu.mm-black .mm-list>li>a.mm-subclose:before,.mm-menu.mm-black .mm-list>li>a.mm-subopen:after{border-color:rgba(255,255,255,.3)}.mm-menu.mm-black .mm-list>li>a.mm-subopen:before{border-color:rgba(255,255,255,.2)}.mm-menu.mm-black .mm-list>li.mm-selected>a:not(.mm-subopen),.mm-menu.mm-black .mm-list>li.mm-selected>span{background:rgba(255,255,255,.25)}.mm-menu.mm-black .mm-list>li.mm-label{background:rgba(255,255,255,.15)}.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened>a.mm-subopen,.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened>ul{background:rgba(255,255,255,.15)}.mm-menu.mm-black .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.6)}.mm-menu.mm-black .mm-noresultsmsg{color:rgba(255,255,255,.3)}.mm-menu.mm-black em.mm-counter{color:rgba(255,255,255,.3)}.mm-menu.mm-black .mm-list li.mm-label>div>div{background:rgba(255,255,255,.15)}.mm-menu.mm-black .mm-header{border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.3)}.mm-menu.mm-black .mm-header a:before{border-color:rgba(255,255,255,.3)}.mm-menu.mm-black label.mm-toggle{background:rgba(255,255,255,.2)}.mm-menu.mm-black label.mm-toggle div{background:#000}.mm-menu.mm-black input.mm-toggle:checked~label.mm-toggle{background:#222}
.mm-menu > .mm-panel.mm-opened,.mm-list > li > a {
	background: #002246;
	font-size: 21px;
	text-transform: none;
	font-weight: 300;
}
.mm-list > li > a {
	padding: 20px;
}
.mm-list > li > a:hover {
	color: #fff;
}
.mm-list > li > a.mm-selected {
  	background: #bbaf8c;
	font-weight: 600;
}
.mm-list > li.secondary > a {
	font-size: 18px;
	color: #fff;
}
.mm-menu.mm-vertical .mm-list .mm-panel {
	padding: 10px 0;
	background: #002246;
}
.mm-menu.mm-vertical .mm-list li li:after {
	border: 0 !important;
}
.mm-menu.mm-vertical .mm-list li.mm-opened>ul li a {
	padding: 10px 20px;
	font-size: 18px;
	font-weight: normal;
	background: #002246;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/* Helper classes */
.align-center {
	float: none !important;
	text-align: center;
}
.align-left {
	float: none !important;
	text-align: left;
}
.align-right {
	float: none !important;
	text-align: right;
}
.text-justify {
    text-align: justify;
}
.ir {
	background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before {
	content: ""; display: block; width: 0; height: 150%; }
.hidden {
	display: none !important; visibility: hidden; }
.visuallyhidden {
	border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible {
	visibility: hidden; }
.disabled {
    display: none;
}
.clearfix:before, .clearfix:after {
	content: " "; display: table; }
.clearfix:after {
	clear: both; }
.clearfix {
	*zoom: 1; }
#user-login-form {
	padding: 3em 1em;
	text-align: center;
}
#user-login-form label {
	display: block;
	font-size: 21px;
	font-weight: bold;
}
#user-login-form input {
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	padding: 0.5em;
	border: 1px solid #ccc;
	margin: 0.5em 0;
	text-align: left;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
}
#user-login-form input:focus {
	border: 1px solid #666;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
#user-login-form input#edit-submit {
	display: inline-block;
	width: auto;
	font-size: 21px;
	padding: 0.5em 1.5em;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #bbaf8c;
	border: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
#user-login-form input#edit-submit:hover {
	background: #002246;
	color: #fff;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
div.layout-node-form.clearfix:after {
	display: none !important;
}

/* Print styles */
@media print {

}

/* Added because Drupal 8 won't let me modify the div with this class */
.views-element-container{
	display:inherit;
}
