@media ( min-width: 1200px ) {
  
}

@media ( min-width: 992px ) {

}

@media ( min-width: 1023px ) {

}

@media ( max-width: 768px ) {

}

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/opensans/open-sans-v17-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/opensans/open-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/opensans/open-sans-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/opensans/open-sans-v17-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/opensans/open-sans-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/opensans/open-sans-v17-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/opensans/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/opensans/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/opensans/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/opensans/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/opensans/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/opensans/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/opensans/open-sans-v17-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/opensans/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/opensans/open-sans-v17-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/opensans/open-sans-v17-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/opensans/open-sans-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/opensans/open-sans-v17-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/opensans/open-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/opensans/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/opensans/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/opensans/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/opensans/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/opensans/open-sans-v17-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@media only screen and (min-width: 993px) {
.container {width: 90%;}
}


*{ 
border:0px;
margin:0px;
padding:0px;
text-decoration:none;
outline:none;
-webkit-tap-highlight-color: rgba(255,255,255,0.4);
box-sizing:border-box;
}

*::selection {
background:#ccc;
color:#fff;
}

textarea, input[type="text"] {

}

html, body {
height: 100%;
}

body {
background: #fff;
color: #111;
font-family: 'Open Sans', Arial, Verdana, sans-serif;
font-size: 15px;
-webkit-text-size-adjust: none;
font-weight:400;
}

div {
position: relative;
}

img, iframe, video {
vertical-align:bottom;
}

h1, h2, h3, h4, h5, h6 {
margin: 0 0 10px 0;
-webkit-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
letter-spacing: 0.01em;

}

h1{
font-size:38px;
color: #134093;
}

@media ( max-width: 768px ) {
h1{
font-size:28px;
}
}

.imageheader h1{
color:#fff;
font-size:38px;
-webkit-hyphens: none;
hyphens: none;
text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}

@media ( max-width: 768px ) {
.imageheader h1{
font-size:28px;
}
}

.stage h1{
color:#fff;
font-size:48px;
-webkit-hyphens: none;
hyphens: none;
}

@media ( min-width: 1200px ) {
.stage h1{
font-size:58px;
} 
}

@media ( max-width: 768px ) {
.stage h1{
font-size:30px;
}
}


h2{
font-size:28px;
color: #134093;
}

@media ( max-width: 768px ) {
h2{
font-size:22px;
}
}


h2 strong{
font-weight: 600;
}

h3{
font-size:18px;
color: #666;
line-height: 1.5;
}

h4{
font-weight: 400;
line-height: 1.45;
color: #666;
}

h5{
font-size:17px;
color: #666;
font-weight: 400;
line-height: 1.5;
}

h6{
font-size:18px;
font-weight: 500;
color: #666;
}


@media ( max-width: 768px ) {
h6{
font-size:16px;
}
}


.blue{color: #134093;}

p {
margin: 0 0 10px 0;
line-height:24px;
font-weight:400;
line-height: 1.5em;
letter-spacing: 0.02em;
-webkit-hyphens: auto;
hyphens: auto;
color: #333;
}

.table{
color: #333;
font-size: 15px;
}

p a{
color:#666;
}

p a:hover{
color:#888;
border-bottom:1px dotted #999;
}

a.readmore:after {    
font-family: 'FontAwesome';
content: '\f105';
margin:0 0 0 5px;
transform:translate(0,1px);
color: #ee7f22;
display:inline-block;
transition:.1s;
}

a.readmore:hover:after{
transform:translate(3px,1px);
}

.no-hyphens{
-webkit-hyphens: none;
hyphens: none;
word-wrap: break-word;
}

a:hover{text-decoration: none;}

.arrow_right{
padding-right:35px; 
}

.arrow_right:after{
font-family: 'FontAwesome';
content: "\f054";
z-index:100;
color:#fff;
position: absolute;
top:50%;
margin-top:-5px;
right:15px;
transition:all .15s;
}

.arrow_right:hover:after{
color:#d30000;
right:10px;
}

hr{
height: 0;
margin: 20px 0;
border-bottom: 3px solid #ccc;
width: 100px;
text-align: left;
}

.shaded{
display: inline;
color: #fff!important;
background: none repeat scroll 0px 0px #285e7a;
box-shadow: 5px 0 0 #285e7a, -5px 0 0 #285e7a;
background-origin: border-box;
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
}

.lined{
text-transform:uppercase;
font-weight:bold;
letter-spacing:6px;
position: relative;
z-index: 1;
overflow: hidden;
text-align: center;
margin-bottom:30px;
}

.lined:before, .lined:after{
background-color: #aaa;
content: "";
display: inline-block;
height: 1px;
position: relative;
vertical-align: middle;
width: 50%;
}

.lined:before{right: 1em;margin-left: -50%;}
.lined:after{left: 1em;margin-right: -50%;}

/* LAYOUT */

.bodywrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto; 
width:100%;
position:relative;
}

.section{
width: 100%;
padding: 0;
}




.row{margin-bottom: 0;}

/*.col{outline: 1px dotted #ccc;}*/

.padding30{padding-top:30px; padding-bottom:30px;}
.padding50{padding-top:50px; padding-bottom:50px;}
.padding70{padding-top:70px; padding-bottom:70px;}
.padding100{padding-top:100px; padding-bottom:100px;}

.paddingbottom10{padding-bottom:10px;}
.paddingbottom20{padding-bottom:20px;}

.spacer10{height:10px;}
.spacer20{height:20px;}
.spacer30{height:30px;}
.spacer50{height:50px;}
.spacer100{height:100px;}

@media ( max-width: 768px ) {
.desktop{display: none;}
.mobile{display: block;}
.wrap{width:100%;}

.padding30{padding-top:15px; padding-bottom:15px;}
.padding50{padding-top:25px; padding-bottom:25px;}
.padding70{padding-top:35px; padding-bottom:35px;}
.padding100{padding-top:50px; padding-bottom:50px;}

.spacer100{height:50px;}
}

.fullwidth{
width:100%;
}

.content img{
margin:5px 0 15px 0;
}

.image_right{
float:right;
margin:0 !important;
padding:7px 0 10px 20px;
width:40%;
}

.image_left{
float:left;
margin:0 !important;
padding:7px 20px 10px 0;
width:40%;
}

@media ( max-width: 768px ) {
.image_right, .image_left{
float:none;
width:100%;
padding:5px 0 15px 0;
}
}

.bodywrap {
margin: 0 auto 0; 
}

.push {

}

.footer { 
background:#09255d;
margin: 0 auto; 
width:100%;
padding:50px 0 100px 0;
transition: transform .2s;
color:#fff;
text-align:left;
font-size: 15px;
letter-spacing: 1px;
line-height: 1.7;
}

.footer a, .footer *{
color:#fff;
}

.footer a:hover{
opacity:.7;
}

.footer ul{
list-style: none;
}

@media ( max-width: 768px ) {
.footer{
height:auto;
}

.bodywrap {
margin: 0 auto; 
min-height: auto;
height: auto;
}

.push {
height:auto;
display:none;
}
}

/* NAVIGATION */

.navigation {
position:absolute;
right:55px;
top:20px;
}

.navigation ul{
list-style: none;
}

.navigation ul li{
margin: 0 0 0  20px;
float: left;
position: relative;
}


.navigation ul li a{
display: block;
color: #777777;
font-size: 15.5px;
letter-spacing: 0.01em;
}

.navigation ul li a:hover{
color: #134093;
text-decoration: none;
}

.navigation ul li a.current{
color: #ee7c00;
font-weight: bold;
}

.navigation ul li a.current:hover{
opacity: 1;
}

.navigation ul li ul{
position: absolute;
z-index: 100;
left: -20px;
padding-top: 10px;
display: none;
padding-bottom: 20px;
}

.navigation ul li ul li{
float:none;
border-left: 0 ;
padding:5px 0 6px 0px;
min-width: 400px;

}

.navigation ul li ul li a{
text-transform: none;
font-weight: 400;
}

.navoverlay{
background:#fff;
width: 100%;
height:0;
position: absolute;
left:0;
top:80px;
z-index: 99;
transition: 0.15s;
opacity: 0.4;
display: block !important;
z-index: 99;
border-bottom: 1px solid #ee7c00;
}

@media ( max-width: 1023px ) {
.navoverlay{
border-bottom: 0px solid #ee7c00;
display: none;
}

}

.searchicon{
position: absolute;
right: 15px;
top:18px;;
}

@media (max-width: 1023px ) {
.searchicon{
position: absolute;
right: 55px;
top:3px;
}
}


.searchwrap{
background: #fafafa;
position: absolute;
bottom:-61px;
width: 100%;
display: none;


}

.searchinput{
background: #fafafa;
width: 100%;
font-size: 20px;
padding: 15px 0;
font-weight: 400;
color: #333;
}


.searchinput:focus{
background: #fafafa;
}

/* CUSTOM */

#gl{height: 70vh; position: absolute; top:0; left:0; right: 0;}

.topline{
background: #eee;
font-size: 14px;
padding:4px 0 3px 0;
}

.topline a {
color: #666;
margin-left: 3px;
}


.header{
background:#fff;
padding: 20px 0;
/* box-shadow: 0 0 6px rgba(0,0,0,0.3); */
border-bottom: 1px solid #ee7c00;
}

.logo{
height:40px;
}


@media ( max-width: 1023px ) {
.header{padding: 15px 0;
} 
.logo{height:30px;}
}



.btn-white{
float: right;
right: 0;
margin-bottom:-30px;
background: #fff;
padding: 25px;
color: #134093;
}

.btn-white:hover{
color: #134093;
}

.btn-white img{
vertical-align: text-top;
transition:.2s;
}

.btn-white:hover > img{
transform:translateX(2px);
}


@media ( max-width: 768px ) {

.btn-white{
position: relative;
margin-right: -15px;
margin-bottom:-30px;
background: #fff;
padding: 25px;
color: #134093;
float: right;
}

}

.btn-blue{
background: #134093;
padding: 10px 20px;
color: #fff !important;
margin-top: 5px;
display: inline-block;
}


.btn-blue:hover{
background: #ee7c00;
color: #fff;
text-decoration: none;
border-bottom: 0;
}


.imageheader{
min-height: 40vh;
overflow: hidden;
}

.stage{
min-height: 65vh;
}

@media ( max-width: 768px ) {
.stage{
min-height: 45vh;
}

}

.bgimg{
background-size: cover;
background-position: center;
position: absolute;
top:0;right:0;bottom:0;left:0;
transition:0.5s;
}

.teasersection{
border:5px solid #fff;
}


.imageteaser:hover > .bgimg, a:hover > .bgimg, .stage:hover > .bgimg{
transform:scale(1.05);
}

.imageheader h2,.imageheader h6, .imageteaser h2, .imageteaser h6, .imageteaser h1, .imageteaser h1{
color:#fff;
text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}

.imageteaser{
min-height: 300px; 
height: 25vh;
overflow: hidden;
padding: 30px 40px 30px 40px;
border:5px solid #fff;
}

.teasergradient{
background: -moz-linear-gradient(top,  rgba(9,37,93,0) 0%, rgba(9,37,93,0.4) 100%); 
background: -webkit-linear-gradient(top,  rgba(9,37,93,0) 0%,rgba(9,37,93,0.4) 100%); 
background: linear-gradient(to bottom,  rgba(9,37,93,0) 0%,rgba(9,37,93,0.4) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0009255d', endColorstr='#6609255d',GradientType=0 );
position:absolute; 
top:0; left:0; right:0; bottom:0; 
}

.teaseroverlay{
opacity: 0;
transition:0.2s;
position:absolute; 
top:0; left:0; right:0; bottom:0; 
background:#09255d;
}

.imageheader:hover > .teaseroverlay, .imageteaser:hover > .teaseroverlay, a:hover > .teaseroverlay, div:hover > .teaseroverlay{
opacity: 0.9;
}


.breadcrumb{
background-color:unset;
padding: 0 0 15px 0;
color: #134093;
}

.breadcrumb-item+.breadcrumb-item::before {
display: inline-block;
padding-right: .5rem;
color: #6c757d;
content: "→";
}

.breadcrumb a{
color:#134093;
}


.breadcrumb a:hover{
color:#ee7c00;
}


.product{
padding-bottom: 10px;
}

.product img{
transition:.15s;
}

.product:hover > img{
transform:scale(1.02);
z-index: 0;
}

.productimage{
background-size: contain;
background-repeat: no-repeat;
background-position: center;
width: 100%;
}

.product h2{
font-weight: 400;
font-size: 22px;
margin-bottom: 5px;
}

.product h6{
padding-bottom: 10px;
margin-bottom: 0;
color: #aaa;
font-weight: 400;
font-size: 15px;
z-index: 1;
}

.product p{
font-size: 15px;
}

.productsubnav{
padding:25px 0 60px 0;
}


.productsubnav li{
list-style: none;
float: left;
}

.productsubnav li a{
background: #ccc;
padding: 7px 12px;
margin-right: 5px;
color: #fff;
font-size: 16px;
letter-spacing: 0.02em;
transition:0.15s;
}

.productsubnav li a:hover{
background: #134093;;
}


.thumbnails .productthumbnail{
opacity: .3;
cursor: pointer;
transition:.15s;
width: 33.333%;
float: left;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}

.thumbnails .productthumbnail img{
width: 100%;
}

.thumbnails .productthumbnail.active{
opacity: 1;
}


.thumbnails .productthumbnail:hover{
opacity: .9;
}


.content ul, ul.bullets{
padding:10px 0 10px 0;
list-style:none;
}

.content ol{
margin:10px 0;
}

.content li, ul.bullets li{
margin:0 0 10px 15px;
line-height:23px;
letter-spacing: 0.02em;
-webkit-hyphens: auto;
hyphens: auto;
color: #333;
}

.content ol li{
margin:0 0 10px 18px;
padding-left:3px;
}

.content ul li:before, ul.bullets li:before{    
font-family: 'FontAwesome';
content: '\f0da';
margin:0 10px 0 -15px;
color: #ee7c00;;
position:absolute;
}

.content li a, ul.bullets li a{
color:#666;
}

.content li a:hover{
opacity:.7;
}

/* VIDEO / YOUTUBE */

.video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.video{
position: relative;
padding-bottom: 56.25%;
padding-top: 0px;
height: 0;
overflow: hidden;
}

/* GRID */
/*<div class="grid" data-columns> */

@media ( max-width: 768px ) {
.grid[data-columns]::before {content: '1 .column.size-1of1';}
}

@media ( min-width: 1023px ) {
.grid[data-columns]::before {content: '2 .column.size-1of2';}
}

@media ( min-width: 992px ) {
.grid[data-columns]::before {content: '3 .column.size-1of3';}
}

.column { float: left; }
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33.333%; }
.item{padding:0 15px 15px 15px;}

/* ACC */

.acc_item{
border-bottom: 1px solid #ccc;
padding: 12px 0;
font-size: 16px;
line-height: 22px;
}

.acc_btn{
font-weight: 500;
cursor: pointer;
padding-top: 4px;
padding-right: 15px;
}

.acc_btn p{
margin: 0;
}

.acc_btn:after{
font-family: 'FontAwesome';
content: "\f0d7";
z-index:100;
color:#bd9b07;
position: absolute;
top:3px;
right:5px;
transition:all .2s;
}

.acc_btn.active:after{
transform: rotate(-180deg);
}

.acc_btn:hover{
opacity: .7;
}

.acc_content{
padding-top: 12px;
display: none;
}

.cms .acc_content{
display: block;
}


/* MAP */

.map{
height:400px;
background:#f9f8f8;
width:100%;
}

@media ( max-width: 750px ) { 
.map{
height:250px;
}
}


/* *** */

.arrow_up_section{
position:fixed;
z-index:15;
bottom:0;
padding: 0;
margin: 0;
}

.arrow_up_section .row{
margin-bottom: 0;
}

.arrow_up{
position:absolute;
right:10px;
bottom:-200px;
z-index:10;
transition:.5s;
background:#134093;
width:60px;
height:60px;
line-height:60px;
text-align:center;
font-size:40px;
}

.arrow_up.visible{
bottom:0;
}

.arrow_up i{
color:#fff;
}

/* GALLERY */

.gallerywrap a img{
float:left;
position:relative;
}

.gallerywrap:hover img{
opacity:.5;
z-index:900;
}

.gallerywrap a img{
transition: all .4s;
}

.gallerywrap a:hover img{
transform: scale(1.07);
transition: all .1s;
opacity:1;
z-index:1000;
}

.collagewrap{
background:#fff;
}

.collage{ 
padding:10px;
background:#fff;
}

.collage img{
vertical-align:bottom;
float:left;
}

.collage img a{
float:left;
}

/* CONTENTOVERLAY / LIGHTBOX */

.contentoverlay{
position:fixed;
top:0;
left:0;
bottom:0;
right:0;
background:#fff;
background:rgba(255,255,255,0.85);
z-index:1250;
overflow-y:scroll;
-webkit-overflow-scrolling: touch;
text-align:center;
padding: 40px 15px;
display:none; 
}

.contentoverlay img{
max-width:100%;
}

.contentoverlayclose{
position:fixed;
cursor:pointer;
top:15px;
right:30px; 
font-size:20px;
z-index:360;
color:#666;
}

.contentoverlayclose:hover{
opacity:0.5;
}


/* FORM */


.form_error {
border:1px solid red !important;
color: red !important;
-webkit-animation: shake .1s;
-webkit-animation-iteration-count:3;
-moz-animation: shake .1s;
-moz-animation-iteration-count:3;
animation: shake .1s;
animation-iteration-count:3;
}

.text_error {
color: red !important;
-webkit-animation: shake .1s;
-webkit-animation-iteration-count:3;
-moz-animation: shake .1s;
-moz-animation-iteration-count:3;
animation: shake .1s;
animation-iteration-count:3;
}

@-webkit-keyframes shake
{
0%   {-webkit-transform: translate(0,0)}
33%  {-webkit-transform: translate(-10px,0)}
66%  {-webkit-transform: translate(10px,0)}
100%  {-webkit-transform: translate(0,0)}
}

@-moz-keyframes shake
{
0%   {-moz-transform: translate(0,0)}
33%  {-moz-transform: translate(-10px,0)}
66%  {-moz-transform: translate(10px,0)}
100%  {-moz-transform: translate(0,0)}
}

@keyframes shake
{
0%   {transform: translate(0,0)}
33%  {transform: translate(-10px,0)}
66%  {transform: translate(10px,0)}
100%  {transform: translate(0,0)}
}

.not_selectable{
-moz-user-select:none;
-webkit-user-select:none;
user-select:none;
}


/* MARQUEE */

@keyframes marquee{0%{transform:translate(0,0);}100%{transform:translate(-1800px,0);}}
.marqueesection{background:#eee;}
.marqueewrap{width:100000px;}
.marquee.animated{animation:marquee 80s linear infinite}
.marquee a{transition:.1s;display:inline-block;color:#c0392b}
.marquee h3{font-size:20px;display:inline;font-weight:300;letter-spacing:1px;color:#111;}
.marquee h3 a:hover{color:#111;}
.marquee h3 strong{font-size:22px;display:inline;font-weight:300;letter-spacing:1px;color:#333}
@media (max-width:800px){.marquee h3{font-size:18px;display:inline;}}


/*  * * * *  */

.fadeInOnLoad{
opacity:0; 
transition: .15s;
}

.clearer{
clear:both;
}

.overflowhidden{
overflow:hidden;
}


@media ( min-width: 1023px ) {
.mobile{
display: none;
}
}


/* MOBILE  NAVIGATION * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media ( max-width: 1023px ) {

.navigation{
display: none;
} 

.navicon{
position: absolute;
right: 15px;
top:0px;
height: 30px;
width: 30px;
line-height:0;
text-align: right;
display: block;
z-index: 100;
}

.navicon img{
height: 30px;
}

.outerwrap{
transition: transform .2s;
}

.shifted{
transition: transform .2s;
transform: translateX(-270px);
}

.subnav_mobile{
background: #09255d;
position: fixed;
width: 270px;
top:0;
bottom:0;
right:-270px;
transition: transform .2s;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
padding: 20px 0;
}

.subnav_mobile ul{
list-style: none;
}

.subnav_mobile ul li{
margin: 0 0 0 0;
text-transform:uppercase;
}

.subnav_mobile ul li ul li{
text-transform:none;
margin-left: 20px;
}

.subnav_mobile ul li a{
padding:5px 5px 5px 20px;
display: block;
font-weight:300;
color:#fff;
letter-spacing: 1px;
word-wrap: break-word;
hyphens:auto;

}


.subnav_mobile ul li:last-child{
border-bottom:none;
}

.subnav_mobile ul li a:hover{
opacity: .8;
}

.subnav_mobile ul li a.current{
color: #fff;
font-weight: bold;
}

.subnav_mobile ul li ul{
padding:0 0 0 20px;
}

.subnav_mobile ul li ul li{
}

.subnav_mobile ul li ul li a{
padding:7px 0;
color:#fff;
}

.subnav_mobile ul li ul li:last-child a{
margin-bottom:10px;
}

.subnav_mobile.shifted{
box-shadow: 0 0 6px rgba(0,0,0,.3) !important;
}

.subnav_mobile_overlay{
background: rgba(255,255,255,.7);
position: fixed;
top:0;
left:0;
right:0;
bottom:0;
display: none;
transition: transform .2s;
}

.bodywrap{
transition: transform .2s;
}

}

/* Dots */

.slick-dotted.slick-slider{
/*margin-bottom: 30px;*/
}

.slick-dots{
position: absolute;
/*bottom: -25px;*/
bottom: 15px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
z-index: 100;
}

.slick-dots li{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}

.slick-dots li button{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}

.slick-dots li button:hover,.slick-dots li button:focus{
outline: none;
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before{
opacity: 1;
}

.slick-dots li button:before{
font-family: sans-serif;
font-size: 22px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before{
opacity: .75;
color: black;
}


/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus { 
  -webkit-text-fill-color: #111 !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  transition: background-color 5000s ease-in-out 0s;
}


.slick-item{


}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    /*background: #fff url('./ajax-loader.gif') center center no-repeat;*/
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick/slick.eot');
    src: url('./fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick/slick.woff') format('woff'), url('../fonts/slick/slick.ttf') format('truetype'), url('../fonts/slick/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
font-family: 'FontAwesome';

    font-size: 40px;
    line-height: 1;

    opacity: .75;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
      content: '\f104';
}
[dir='rtl'] .slick-prev:before
{
    content: '\f104';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\f105';
}
[dir='rtl'] .slick-next:before
{
    content: '\f105';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.slick{margin: 25px -5px 15px -5px; }
.slickbox{margin: 0 5px;}


.inside-article{padding: 0 !important;}

.nav-previous, .nav-next{
display:none;
}

a.page-numbers{color:#09255d; padding: 0 5px:}

h2 a{
    color: #134093;
}

.wp-block-separator {
    border: 0 solid;
    border-right: none;
    border-left: none;
}

hr {
    height: 0;
    margin: 20px 0;
    border-bottom: 2px solid #ccc !important;
    width: 100px;
    text-align: left;
}