@charset "UTF-8";@import url("http://hello.myfonts.net/count/3016be");/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../grabbing.html) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-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 CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../gif/ajaxloader.gif) no-repeat center center
}.col-xs-5ths,.col-sm-5ths,.col-md-5ths,.col-lg-5ths,.col-xl-5ths{position:relative;min-height:1px;padding-right:10px;padding-left:10px}.col-xs-5ths{width:20%;float:left}@media (min-width:768px){.col-sm-5ths{width:20%;float:left}}@media (min-width:992px){.col-md-5ths{width:20%;float:left}}@media (min-width:1200px){.col-lg-5ths{width:20%;float:left}}/*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}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}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media print{*{text-shadow:none !important;color:#000 !important;background:transparent !important;box-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff !important}.navbar{display:none}.table td,.table th{background-color:#fff !important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-size:1rem;line-height:1.55;color:#323232;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#43b02a;text-decoration:none}a:hover,a:focus{color:#2b721b;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img{display:block;width:auto;max-width:100%;height:auto}.img-responsive[src$=".svg"]{width:100% \9}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.55;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;width:auto;max-width:100%;height:auto}.img-thumbnail[src$=".svg"]{width:100% \9}.img-circle{border-radius:50%}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"HelveticaNeueLT","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:800;line-height:1.1;color:#000000}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:1rem;margin-bottom:.5rem}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:.5rem;margin-bottom:.5rem}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:2rem}h2,.h2{font-size:2rem}h3,.h3{font-size:2rem}h4,.h4{font-size:2rem}h5,.h5{font-size:1rem}h6,.h6{font-size:1rem}p{margin:0 0 .5rem}.lead{margin-bottom:1rem;font-size:1rem;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:1.5rem}}small,.small{font-size:100%}cite{font-style:normal}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:-0.5rem;margin:2rem 0 1rem;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:.5rem}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:1rem}dt,dd{line-height:1.55}dt{font-weight:bold}dd{margin-left:0}@media (min-width:1200px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:.5rem 1rem;margin:0 0 1rem;font-size:1.25rem;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.55;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:1rem;font-style:normal;line-height:1.55}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;box-shadow:none}pre{display:block;padding:0;margin:0 0 .5rem;font-size:0;line-height:1.55;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px}@media (min-width:768px){.container{width:740px}}@media (min-width:992px){.container{width:960px}}@media (min-width:1200px){.container{width:1170px}}@media (min-width:1600px){.container{width:1560px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px}.container-wide{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px}@media (min-width:768px){.container-wide{width:740px}}@media (min-width:992px){.container-wide{width:960px}}@media (min-width:1200px){.container-wide{width:1170px}}@media (min-width:1600px){.container-wide{width:1560px}}.container-wide>.navbar-header,.container-wide>.navbar-collapse{margin-right:-10px;margin-left:-10px}@media (min-width:1200px){.container-wide>.navbar-header,.container-wide>.navbar-collapse{margin-right:0;margin-left:0}}@media (min-width:1600px){.container-wide{width:90%;min-width:1560px}}.row{margin-left:-10px;margin-right:-10px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:10px;padding-right:10px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}@media (min-width:1600px){.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12{float:left}.col-xl-12{width:100%}.col-xl-11{width:91.66666667%}.col-xl-10{width:83.33333333%}.col-xl-9{width:75%}.col-xl-8{width:66.66666667%}.col-xl-7{width:58.33333333%}.col-xl-6{width:50%}.col-xl-5{width:41.66666667%}.col-xl-4{width:33.33333333%}.col-xl-3{width:25%}.col-xl-2{width:16.66666667%}.col-xl-1{width:8.33333333%}.col-xl-pull-12{right:100%}.col-xl-pull-11{right:91.66666667%}.col-xl-pull-10{right:83.33333333%}.col-xl-pull-9{right:75%}.col-xl-pull-8{right:66.66666667%}.col-xl-pull-7{right:58.33333333%}.col-xl-pull-6{right:50%}.col-xl-pull-5{right:41.66666667%}.col-xl-pull-4{right:33.33333333%}.col-xl-pull-3{right:25%}.col-xl-pull-2{right:16.66666667%}.col-xl-pull-1{right:8.33333333%}.col-xl-pull-0{right:auto}.col-xl-push-12{left:100%}.col-xl-push-11{left:91.66666667%}.col-xl-push-10{left:83.33333333%}.col-xl-push-9{left:75%}.col-xl-push-8{left:66.66666667%}.col-xl-push-7{left:58.33333333%}.col-xl-push-6{left:50%}.col-xl-push-5{left:41.66666667%}.col-xl-push-4{left:33.33333333%}.col-xl-push-3{left:25%}.col-xl-push-2{left:16.66666667%}.col-xl-push-1{left:8.33333333%}.col-xl-push-0{left:auto}.col-xl-offset-12{margin-left:100%}.col-xl-offset-11{margin-left:91.66666667%}.col-xl-offset-10{margin-left:83.33333333%}.col-xl-offset-9{margin-left:75%}.col-xl-offset-8{margin-left:66.66666667%}.col-xl-offset-7{margin-left:58.33333333%}.col-xl-offset-6{margin-left:50%}.col-xl-offset-5{margin-left:41.66666667%}.col-xl-offset-4{margin-left:33.33333333%}.col-xl-offset-3{margin-left:25%}.col-xl-offset-2{margin-left:16.66666667%}.col-xl-offset-1{margin-left:8.33333333%}.col-xl-offset-0{margin-left:0}}table{background-color:transparent}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:1rem}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.55;vertical-align:top;border-top:1px solid #ddd}.table{width:100%;max-width:100%;margin-bottom:1rem}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.55;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr:last-child,.table>tbody>tr:last-child,.table>tfoot>tr:last-child{border-bottom:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(even)>td,.table-striped>tbody>tr:nth-child(even)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:.75rem;overflow-y:hidden;overflow-x:auto;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:1rem;font-size:1.5rem;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:1rem;line-height:1.55;color:#323232}.form-control{display:block;width:100%;height:15rem;padding:6px 16px;font-size:1rem;line-height:1.55;color:#323232;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:rgba(50,50,50,0.6);opacity:1}.form-control:-ms-input-placeholder{color:rgba(50,50,50,0.6)}.form-control::-webkit-input-placeholder{color:rgba(50,50,50,0.6)}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{line-height:15rem;line-height:1.55 \0}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm{line-height:13rem}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg{line-height:25rem}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;min-height:1rem;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm,.form-horizontal .form-group-sm .form-control{height:13rem;padding:5px 13px;font-size:1rem;line-height:1.5;border-radius:3px}select.input-sm{height:13rem;line-height:13rem}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg,.form-horizontal .form-group-lg .form-control{height:25rem;padding:10px 20px;font-size:2rem;line-height:1.33;border-radius:6px}select.input-lg{height:25rem;line-height:25rem}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:18.75rem}.form-control-feedback{position:absolute;top:6rem;right:0;z-index:2;display:block;width:15rem;height:15rem;line-height:15rem;text-align:center}.input-lg+.form-control-feedback{width:25rem;height:25rem;line-height:25rem}.input-sm+.form-control-feedback{width:13rem;height:13rem;line-height:13rem}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#727272}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:8rem}.form-horizontal .form-group{margin-left:-10px;margin-right:-10px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:10px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.3px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 16px;font-size:1rem;line-height:1.55;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#3071a9}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#43b02a;font-weight:normal;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2b721b;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 20px;font-size:2rem;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 13px;font-size:1rem;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:1rem;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:1rem;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:-0.5rem 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.55;color:#333;white-space:nowrap}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:1rem;line-height:1.55;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:1200px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{position:absolute;z-index:-1;opacity:0;filter:alpha(opacity=0)}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:25rem;padding:10px 20px;font-size:2rem;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:25rem;line-height:25rem}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:13rem;padding:5px 13px;font-size:1rem;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:13rem;line-height:13rem}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 16px;font-size:1rem;font-weight:normal;line-height:1;color:#323232;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 13px;font-size:1rem;border-radius:3px}.input-group-addon.input-lg{padding:10px 20px;font-size:2rem;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .nav-divider{height:1px;margin:-0.5rem 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.55;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:115px;margin-bottom:0;border:1px solid transparent}@media (min-width:1200px){.navbar{border-radius:4px}}@media (min-width:1200px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:10px;padding-left:10px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:1200px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:355px}@media (max-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-10px;margin-left:-10px}@media (min-width:1200px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:1200px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}@media (min-width:1200px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{position:relative;top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:57px 10px;font-size:2rem;line-height:1rem;height:115px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:1200px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-10px}}.navbar-toggle{position:relative;float:right;margin-right:10px;padding:9px 10px;margin-top:40.5px;margin-bottom:40.5px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:1200px){.navbar-toggle{display:none}}.navbar-nav{margin:28.5px -10px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:1rem}@media (max-width:1199px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:1rem}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:1200px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:57px;padding-bottom:57px}.navbar-nav.navbar-right:last-child{margin-right:-10px}}@media (min-width:1200px){.navbar-left{float:left !important}.navbar-right{float:right !important}}.navbar-form{margin-left:-10px;margin-right:-10px;padding:10px 10px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:50px;margin-bottom:50px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:1199px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:1200px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-10px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:50px;margin-bottom:50px}.navbar-btn.btn-sm{margin-top:51px;margin-bottom:51px}.navbar-btn.btn-xs{margin-top:46.5px;margin-bottom:46.5px}.navbar-text{margin-top:57px;margin-bottom:57px}@media (min-width:1200px){.navbar-text{float:left;margin-left:10px;margin-right:10px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-nav>li>a{color:#FFF}.navbar-nav>li>a:hover,.navbar-nav>li>a:focus{color:#FFF;background-color:#43b02a}.breadcrumb{padding:8px 15px;margin-bottom:1rem;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:1rem 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 16px;line-height:1.55;text-decoration:none;color:#43b02a;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2b721b;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 20px;font-size:2rem}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 13px;font-size:1rem}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:1rem 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}.thumbnail{display:block;padding:4px;margin-bottom:1rem;line-height:1.55;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#43b02a}.thumbnail .caption{padding:9px;color:#323232}.alert{padding:15px;margin-bottom:1rem;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eee;color:#777}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:1rem;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:2rem;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:1rem}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#428bca}.panel-primary>.panel-heading .badge{color:#428bca;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:1.5rem;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate3d(0, -25%, 0);transform:translate3d(0, -25%, 0);-webkit-transition:-webkit-transform 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#141414}.modal-backdrop.fade{opacity:0}.modal-backdrop.in{opacity:.7}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.55px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.55}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}@media (min-width:1200px){.modal-lg{width:1198px}}.tooltip{position:absolute;z-index:1070;display:block;visibility:visible;font-size:1rem;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.container-wide:before,.container-wide:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after,.mega-menu-nav .thumbnail-menu .cd-secondary-nav:before,.mega-menu-nav .thumbnail-menu .cd-secondary-nav:after,.sw-brand-listing .cd-secondary-nav:before,.sw-brand-listing .cd-secondary-nav:after,.sw-service-listing .cd-secondary-nav:before,.sw-service-listing .cd-secondary-nav:after,.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar:before,.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.container-wide:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after,.mega-menu-nav .thumbnail-menu .cd-secondary-nav:after,.sw-brand-listing .cd-secondary-nav:after,.sw-service-listing .cd-secondary-nav:after,.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important;visibility:hidden !important}.affix{position:fixed;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}#content-wrapper{padding:40px 0 20px 0}.widget h2 img{display:inline}.navbar-relative-top{margin-bottom:0;position:relative}.navbar-relative-top .navbar-inner{min-height:115px;padding-right:0;padding-left:0;-webkit-box-shadow:0 1px 10px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 10px rgba(0,0,0,0.1);box-shadow:0 1px 10px rgba(0,0,0,0.1);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.navbar-relative-top .container{max-width:1170px}@media (max-width:979px){.navbar-relative-top{position:static;margin-left:-20px;margin-right:-20px;padding:0}.navbar-relative-top{margin-bottom:20px}.navbar-relative-top .navbar-inner{padding:10px}}@media (max-width:767px){}.navbar div.nav{position:relative;left:0;display:block;float:left;margin-top:8px}.navbar .navbar-inner div.nav ul{position:relative;left:0;display:block;float:left;margin:0 10px 0 0}.navbar .navbar-inner div.nav ul li{float:left;list-style:none;display:block;line-height:18px;color:#FFF}.navbar .navbar-inner div.nav ul li a{color:#FFF;float:none;padding:9px 10px 11px;line-height:19px}.navbar .navbar-inner div.nav ul li a:hover{color:#FFF;text-decoration:none}.navbar .navbar-inner div.nav ul li.current_page_item a{color:#FFF;text-decoration:none;background-color:#43b02a}img.alignnone{display:block;position:relative}img.alignright{float:right;margin:5px;display:inline}img.alignleft{float:left;margin:5px;display:inline}img.aligncenter{display:block;text-align:center;margin:auto}*,*::after,*::before{box-sizing:border-box}@media only screen and (max-width:1199px){body.nav-on-left.overflow-hidden{overflow:hidden}}.cd-main-content{min-height:100vh;z-index:2;position:relative}.no-js .cd-primary-nav{position:relative;height:auto;width:100%;overflow:visible;visibility:visible;z-index:2}.main-wrapper{background:#FFF}.cd-img-replace{display:inline-block;overflow:hidden;text-indent:100%;white-space:nowrap}.cd-nav ol,.cd-nav ul{list-style:none;padding:0}.cd-nav{font-size:1.15rem;position:fixed;height:100%;right:0;top:0;visibility:hidden;z-index:1;width:280px;background-color:#131313;overflow-y:auto;-webkit-overflow-scrolling:touch}.cd-nav>.content{margin:40px 0}.cd-nav .cd-navigation{max-width:100%}.cd-nav .sub-menu{padding:0 0 10px 15px;display:none}.cd-nav .sub-menu .sub-menu,.cd-nav>ul>li>.submenu{padding-bottom:0;display:block}.cd-nav li{width:100%}.cd-nav>ul>li{margin:2px 0}.cd-nav a{display:block;line-height:1.4em;padding:5px 10px 5px 30px;color:#FFF;font-weight:500;font-size:1.063em;font-family:"HelveticaNeueLT","Helvetica Neue",Helvetica,Arial,sans-serif}@media (min-width:768px) and (max-width:991px){.cd-nav a{padding-left:50px}}.cd-nav .sub-menu a{font-weight:400}.cd-nav>ul>li.menu-item-has-children>a{margin-right:10px;padding-right:35px}.cd-nav .menu-item.current-menu-item>a span,.cd-nav .menu-item.current-menu-item>a span:hover,.cd-nav .menu-item.current-menu-item>a span:focus{color:#43b02a}.cd-nav .menu-item>a>span{display:inline-block;height:100%;width:100%}html.no-touch .cd-nav .menu-item>a>span:hover,html.no-touch .cd-nav .menu-item>a>span:focus{color:#43b02a}.cd-nav .menu-item-has-children>a{position:relative}.cd-nav .menu-item-has-children>a>span{width:100%}nav.cd-nav.slidebar .nav>li>a:hover,nav.cd-nav.slidebar .nav>li>a:focus{background:none}nav.cd-nav.slidebar button.addad-dropdown-toggle{position:absolute;right:0;border:none;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);width:29px;height:30px;padding:0}nav.cd-nav.slidebar button.addad-dropdown-toggle::before,nav.cd-nav.slidebar button.addad-dropdown-toggle::after{width:7px}nav.cd-nav.slidebar button.addad-dropdown-toggle::before{right:13px}nav.cd-nav.slidebar button.addad-dropdown-toggle::after{right:9px}nav.cd-nav.slidebar:not(.main-nav-wrapper){width:285px;padding-top:0;padding-left:0;padding-right:0}nav.cd-nav.slidebar:not(.main-nav-wrapper) .header{display:none;padding-left:25px;padding-right:50px}nav.cd-nav.slidebar:not(.main-nav-wrapper) li{margin:2px 0}nav.cd-nav.slidebar:not(.main-nav-wrapper) li>a{padding:5px 50px 5px 30px}@media (max-width:991px){nav.cd-nav.slidebar:not(.main-nav-wrapper) li>a{font-size:1.25rem}}@media (min-width:992px){nav.cd-nav.slidebar:not(.main-nav-wrapper) li>a{font-size:1rem}}@media (max-width:991px){nav.cd-nav.slidebar:not(.main-nav-wrapper) li li a{font-size:1.063em}}@media (min-width:992px){nav.cd-nav.slidebar:not(.main-nav-wrapper) li li a{font-size:.9em}}nav.cd-nav.slidebar:not(.main-nav-wrapper) .addad-dropdown-toggle{margin-right:20px;border-radius:3px}nav.cd-nav.slidebar:not(.main-nav-wrapper) .-close{line-height:.7;padding:.55em .55em .2em .2em}@media (min-width:768px) and (max-width:991px){nav.cd-nav.slidebar:not(.main-nav-wrapper){width:345px}nav.cd-nav.slidebar:not(.main-nav-wrapper) li>a{padding:5px 70px 5px 50px}nav.cd-nav.slidebar:not(.main-nav-wrapper) .addad-dropdown-toggle{margin-right:40px}}.cd-nav .cd-nav-break{display:block;height:1px;width:100%;margin:.35em 0;background:#252525}.slide-nav-trigger{position:relative;width:44px;height:44px;overflow:hidden;white-space:nowrap;color:transparent;z-index:3}.navbar-design-side .navbar-toggle.slide-nav-trigger{display:inline-block}.slide-nav-trigger span,.slide-nav-trigger span::before,.slide-nav-trigger span::after{position:absolute;display:inline-block;height:3px;width:24px;background:inherit}.slide-nav-trigger span{position:absolute;top:50%;right:10px;margin-top:-2px;-webkit-transition:background .3s .3s;-moz-transition:background .3s .3s;transition:background .3s .3s;background:#2e3233}.slide-nav-trigger span::before,.slide-nav-trigger span::after{content:'';right:0;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:0 50%;-moz-transform-origin:0 50%;-ms-transform-origin:0 50%;-o-transform-origin:0 50%;transform-origin:0 50%;-webkit-transition:-webkit-transform .3s .3s;-moz-transition:-moz-transform .3s .3s;transition:transform .3s .3s}.slide-nav-trigger span::before{top:-6px}.slide-nav-trigger span::after{top:6px}.slide-nav-trigger.nav-is-visible span{background:rgba(46,50,51,0)}.slide-nav-trigger.nav-is-visible span::before{-webkit-transform:translateX(4px) translateY(-3px) rotate(45deg);-moz-transform:translateX(4px) translateY(-3px) rotate(45deg);-ms-transform:translateX(4px) translateY(-3px) rotate(45deg);-o-transform:translateX(4px) translateY(-3px) rotate(45deg);transform:translateX(4px) translateY(-3px) rotate(45deg)}.slide-nav-trigger.nav-is-visible span::after{-webkit-transform:translateX(4px) translateY(2px) rotate(-45deg);-moz-transform:translateX(4px) translateY(2px) rotate(-45deg);-ms-transform:translateX(4px) translateY(2px) rotate(-45deg);-o-transform:translateX(4px) translateY(2px) rotate(-45deg);transform:translateX(4px) translateY(2px) rotate(-45deg)}.cookie-consent{z-index:991;position:fixed;left:0;right:0;bottom:0;opacity:1;overflow:hidden;font-size:1rem;background:rgba(34,34,34,0.95);color:#fff;font-family:"HelveticaNeueLT","Helvetica Neue",Helvetica,Arial,sans-serif;box-sizing:border-box;transition:bottom 200ms ease-in-out,opacity 300ms ease-in-out}.cookie-consent>div{padding:10px;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media (min-width:768px){.cookie-consent>div{padding:.9em 1.8em}}.cookie-consent:not(.showing){bottom:-100px;opacity:0;visibility:hidden;transition:bottom 200ms ease-in-out,opacity 300ms ease-in-out,visibility 0s linear .3s}.cookie-consentdiv,.cookie-consent .cc_message,.cookie-consent .cc_btn{animation-duration:.8s;-webkit-animation-duration:.8s;-moz-animation-duration:.8s;-o-animation-duration:.8s;-webkit-animation-name:slideUp;animation-name:slideUp}.cookie-consent .cc_btn{background:#43b02a;color:#fff;width:auto;display:block;box-sizing:border-box;transition:background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;-webkit-transition:background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;border-radius:5px;-webkit-border-radius:5px;text-decoration:none;line-height:1;padding:8px 10px;cursor:pointer;text-align:center;margin-left:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}@media (min-width:768px){.cookie-consent .cc_btn{padding:8px 15px}}.cookie-consent .cc_btn:hover,.cookie-consent .cc_btn:focus{background:#8ed07f}.cookie-consent .cc_message{-ms-flex:1;flex:1;line-height:1.4;margin:0;transition:font-size 200ms}.cookie-consent .cc_message .cc_more_info{color:#43b02a;white-space:nowrap;text-decoration:none}.cookie-consent .cc_btn,.cookie-consent .cc_message{font-size:11px}@media (min-width:500px){.cookie-consent .cc_btn,.cookie-consent .cc_message{font-size:.8em}}@media (min-width:768px) and (max-width:991px){.cookie-consent .cc_btn,.cookie-consent .cc_message{font-size:.9em}}@media (min-width:992px){.cookie-consent .cc_btn,.cookie-consent .cc_message{font-size:.95em}}.cookie-consent[data-location='top']{position:relative;max-height:110px;-webkit-transition:max-height .3s;-o-transition:max-height .3s;transition:max-height .3s}.cookie-consent[data-location='top']>*{-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;opacity:1}.cookie-consent[data-location='top']:not(.showing){bottom:auto;opacity:1;max-height:0;padding:0;transition:max-height .3s,visibility 0s linear .3s}.cookie-consent[data-location='top']:not(.showing)>*{opacity:0}.cookie-consent[data-location='bottom']{background:rgba(34,34,34,0.85)}.dropdown-submenu{position:relative}.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px}.dropdown-submenu:hover>.dropdown-menu{display:block}.dropup .dropdown-submenu>.dropdown-menu{top:auto;bottom:0;margin-top:0;margin-bottom:-2px;-webkit-border-radius:5px 5px 5px 0;-moz-border-radius:5px 5px 5px 0;border-radius:5px 5px 5px 0}@media (min-width:1200px){.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container:before,.container:after{content:" ";display:table}.container:after{clear:both}.container:before,.container:after{content:" ";display:table}.container:after{clear:both}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container-fluid:before,.container-fluid:after{content:" ";display:table}.container-fluid:after{clear:both}.container-fluid:before,.container-fluid:after{content:" ";display:table}.container-fluid:after{clear:both}.container-wide{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container-wide:before,.container-wide:after{content:" ";display:table}.container-wide:after{clear:both}.container-wide:before,.container-wide:after{content:" ";display:table}.container-wide:after{clear:both}.form-group{margin-left:-15px;margin-right:-15px}.form-group:before,.form-group:after{content:" ";display:table}.form-group:after{clear:both}.form-group:before,.form-group:after{content:" ";display:table}.form-group:after{clear:both}.row{margin-left:-15px;margin-right:-15px}.row:before,.row:after{content:" ";display:table}.row:after{clear:both}.row:before,.row:after{content:" ";display:table}.row:after{clear:both}[class^="col"] .col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xl-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xl-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xl-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xl-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xl-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xl-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xl-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xl-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xl-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xl-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xl-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12,.col-xl-12{padding-left:15px;padding-right:15px}}body:not(.is-ale) .section-animate-on-load .section-row-title:not(.animated),body:not(.is-ale) .section-animate-on-scroll .section-row-title:not(.animated),body:not(.is-ale) .section-animate-on-load .section-single>:not(.column-background-container):not(.animated),body:not(.is-ale) .section-animate-on-scroll .section-single>:not(.column-background-container):not(.animated),body:not(.is-ale) .section-animate-on-load .section-single .extra-content-item:not(.animated),body:not(.is-ale) .section-animate-on-scroll .section-single .extra-content-item:not(.animated){visibility:hidden}/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.cubic{-webkit-animation-duration:1.6s;animation-duration:1.6s;-webkit-animation-timing-function:cubic-bezier(.075, .82, .165, 1);animation-timing-function:cubic-bezier(.075, .82, .165, 1)}.fadeIn,.fadeInNormal,.fadeInTiny,.fadeInBig{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);-ms-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDown,.fadeInDownNormal{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownTiny{0%{opacity:0;-webkit-transform:translate3d(0, -40px, 0);transform:translate3d(0, -40px, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownTiny{0%{opacity:0;-webkit-transform:translate3d(0, -40px, 0);-ms-transform:translate3d(0, -40px, 0);transform:translate3d(0, -40px, 0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDownTiny{-webkit-animation-name:fadeInDownTiny;animation-name:fadeInDownTiny}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);-ms-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);-ms-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeft,.fadeInLeftNormal{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftTiny{0%{opacity:0;-webkit-transform:translate3d(-40px, 0, 0);transform:translate3d(-40px, 0, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftTiny{0%{opacity:0;-webkit-transform:translate3d(-40px, 0, 0);-ms-transform:translate3d(-40px, 0, 0);transform:translate3d(-40px, 0, 0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeftTiny{-webkit-animation-name:fadeInLeftTiny;animation-name:fadeInLeftTiny}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);-ms-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);-ms-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRight,.fadeInRightNormal{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightTiny{0%{opacity:0;-webkit-transform:translate3d(40px, 0, 0);transform:translate3d(40px, 0, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightTiny{0%{opacity:0;-webkit-transform:translate3d(40px, 0, 0);-ms-transform:translate3d(40px, 0, 0);transform:translate3d(40px, 0, 0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRightTiny{-webkit-animation-name:fadeInRightTiny;animation-name:fadeInRightTiny}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);-ms-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0, 100%, 0);-ms-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUp,.fadeInUpNormal{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpTiny{0%{opacity:0;-webkit-transform:translate3d(0, 40px, 0);transform:translate3d(0, 40px, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpTiny{0%{opacity:0;-webkit-transform:translate3d(0, 40px, 0);-ms-transform:translate3d(0, 40px, 0);transform:translate3d(0, 40px, 0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUpTiny{-webkit-animation-name:fadeInUpTiny;animation-name:fadeInUpTiny}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);-ms-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut,.fadeOutNormal,.fadeOutTiny,.fadeOutBig{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0, 100%, 0);-ms-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}.fadeOutDown,.fadeOutDownNormal{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownTiny{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0, 40px, 0);transform:translate3d(0, 40px, 0)}}@keyframes fadeOutDownTiny{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0, 40px, 0);-ms-transform:translate3d(0, 40px, 0);transform:translate3d(0, 40px, 0)}}.fadeOutDownTiny{-webkit-animation-name:fadeOutDownTiny;animation-name:fadeOutDownTiny}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);-ms-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);-ms-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.fadeOutLeft,.fadeOutLeftNormal{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftTiny{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-40px, 0, 0);transform:translate3d(-40px, 0, 0)}}@keyframes fadeOutLeftTiny{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-40px, 0, 0);-ms-transform:translate3d(-40px, 0, 0);transform:translate3d(-40px, 0, 0)}}.fadeOutLeftTiny{-webkit-animation-name:fadeOutLeftTiny;animation-name:fadeOutLeftTiny}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);-ms-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);-ms-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.fadeOutRight,.fadeOutRightNormal{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightTiny{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(40px, 0, 0);transform:translate3d(40px, 0, 0)}}@keyframes fadeOutRightTiny{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(40px, 0, 0);-ms-transform:translate3d(40px, 0, 0);transform:translate3d(40px, 0, 0)}}.fadeOutRightTiny{-webkit-animation-name:fadeOutRightTiny;animation-name:fadeOutRightTiny}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);-ms-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);-ms-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}.fadeOutUp,.fadeOutUpNormal{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpTiny{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0, -40px, 0);transform:translate3d(0, -40px, 0)}}@keyframes fadeOutUpTiny{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0, -40px, 0);-ms-transform:translate3d(0, -40px, 0);transform:translate3d(0, -40px, 0)}}.fadeOutUpTiny{-webkit-animation-name:fadeOutUpTiny;animation-name:fadeOutUpTiny}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);-ms-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes point{0%{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}100%{-webkit-transform:translate(0, 12.5%);-ms-transform:translate(0, 12.5%);-o-transform:translate(0, 12.5%);transform:translate(0, 12.5%)}}@keyframes point{0%{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}100%{-webkit-transform:translate(0, 12.5%);-ms-transform:translate(0, 12.5%);-o-transform:translate(0, 12.5%);transform:translate(0, 12.5%)}}/*!
Theme Name: Addad
Theme URI: https://addcode.se
Author: Addcode
Description: 
Version: 1.0
=======
*/.simulate-link{color:#43b02a;cursor:pointer}.simulate-link:hover,.simulate-link:focus{color:#2b721b;text-decoration:underline}html{font-size:81.3%}body{font-size:1rem;line-height:1.55;font-family:"HelveticaNeueLT","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400}em{font-family:"HelveticaNeueLT","Helvetica Neue",Helvetica,Arial,sans-serif;font-style:italic}i{font-family:"HelveticaNeueLT","Helvetica Neue",Helvetica,Arial,sans-serif;font-style:italic}strong{font-family:"HelveticaNeueLT","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700}img{display:block;width:auto;max-width:100%;height:auto}img[src$=".svg"]{width:100% \9}img[src$=".svg"]{width:100% \9}img.alignleft{margin:5px 20px 15px 0}img.alignright{margin:5px 0 15px 20px}a,a:active,a:hover,a:focus,a:visited{outline:0}*[tabindex="-1"]{outline:0}.displaynone{display:none !important}.visuallyhidden{position:absolute !important;overflow:hidden;clip:rect(0 0 0 0);height:1px !important;width:1px !important;margin:-1px;padding:0 !important;border:0 !important}.nomargin{margin:0 !important}.nopadding{padding:0 !important}::selection{color:#FFF;background:#43b02a}::-moz-selection{color:#FFF;background:#43b02a}h1,.h1{font-size:2.572em;line-height:1.34em}h2,.h2{font-size:2.143em;line-height:1.34em}h3,.h3{font-size:1.714em;line-height:1.5em}h4,.h4{font-size:1.286em;line-height:1.5em}h5,.h5{font-size:1.071em;line-height:1.5em}h6,.h6{font-size:1.029em;line-height:1.5em}h1.standalone{margin:0 0 20px 0;font-size:2.272em}.hentry h1,body.wp-editor h1{font-size:2.143em}.hentry h2,body.wp-editor h2{font-size:1.564em}.hentry h3,body.wp-editor h3{font-size:1.286em}.hentry h4,body.wp-editor h4{font-size:1.136em}.hentry h2,body.wp-editor h2{line-height:1.34em}.hentry h3,body.wp-editor h3,.hentry h4,body.wp-editor h4,.hentry h5,body.wp-editor h5,.hentry h6,body.wp-editor h6{margin:0;line-height:1.5em}.hentry h3,body.wp-editor h3{padding:1.142em 0 .2855em 0}.hentry h4,body.wp-editor h4,.hentry h5,body.wp-editor h5,.hentry h6,body.wp-editor h6{padding:.571em 0 .2855em 0}.hentry img,body.wp-editor img{display:block;width:auto;max-width:100%;height:auto}.hentry img[src$=".svg"],body.wp-editor img[src$=".svg"]{width:100% \9}.hentry img[src$=".svg"],body.wp-editor img[src$=".svg"]{width:100% \9}.hentry p.meta-date,body.wp-editor p.meta-date{font-size:1.286em;font-family:"HelveticaNeueLT","Helvetica Neue",Helvetica,Arial,sans-serif;color:#777}.hentry h1,body.wp-editor h1,.hentry h2,body.wp-editor h2{padding:1.142em 0 .571em 0;margin:0}.hentry h1.title,body.wp-editor h1.title,.hentry h2.title,body.wp-editor h2.title{font-size:2.143em;padding:.571em 0 .571rem 0;margin:0;line-height:1.34em}.hentry p,body.wp-editor p,.hentry form,body.wp-editor form{padding:.571em 0 .571em 0;margin:0}.hentry>ol,body.wp-editor>ol,.hentry>ul,body.wp-editor>ul{padding:.571em 0 .571em 0;margin:0}.hentry ol,body.wp-editor ol,.hentry ul,body.wp-editor ul{padding-left:1.5rem;list-style-type:disc}.hentry ol ul,body.wp-editor ol ul,.hentry ul ul,body.wp-editor ul ul{list-style-type:circle}.hentry ol ul ul,body.wp-editor ol ul ul,.hentry ul ul ul,body.wp-editor ul ul ul{list-style-type:square}.hentry li,body.wp-editor li{line-height:1.55;padding-top:.2855em;padding-bottom:.2855em}.hentry blockquote,body.wp-editor blockquote{margin-top:.571em;margin-bottom:.571em;padding-left:1rem;font-family:"HelveticaNeueLT","Helvetica Neue",Helvetica,Arial,sans-serif;font-style:italic}.hentry blockquote p,body.wp-editor blockquote p{font-size:1rem;line-height:1.55;padding:0}.hentry table,body.wp-editor table,.hentry table.mceItemTable,body.wp-editor table.mceItemTable{font-family:"HelveticaNeueLT","Helvetica Neue",Helvetica,Arial,sans-serif;width:100%;max-width:100%;margin-bottom:1rem;margin:.571em 0 1.142em 0}.hentry table>thead>tr>th,body.wp-editor table>thead>tr>th,.hentry table.mceItemTable>thead>tr>th,body.wp-editor table.mceItemTable>thead>tr>th,.hentry table>tbody>tr>th,body.wp-editor table>tbody>tr>th,.hentry table.mceItemTable>tbody>tr>th,body.wp-editor table.mceItemTable>tbody>tr>th,.hentry table>tfoot>tr>th,body.wp-editor table>tfoot>tr>th,.hentry table.mceItemTable>tfoot>tr>th,body.wp-editor table.mceItemTable>tfoot>tr>th,.hentry table>thead>tr>td,body.wp-editor table>thead>tr>td,.hentry table.mceItemTable>thead>tr>td,body.wp-editor table.mceItemTable>thead>tr>td,.hentry table>tbody>tr>td,body.wp-editor table>tbody>tr>td,.hentry table.mceItemTable>tbody>tr>td,body.wp-editor table.mceItemTable>tbody>tr>td,.hentry table>tfoot>tr>td,body.wp-editor table>tfoot>tr>td,.hentry table.mceItemTable>tfoot>tr>td,body.wp-editor table.mceItemTable>tfoot>tr>td{padding:8px;line-height:1.55;vertical-align:top;border-top:1px solid #ddd}.hentry table>thead>tr>th,body.wp-editor table>thead>tr>th,.hentry table.mceItemTable>thead>tr>th,body.wp-editor table.mceItemTable>thead>tr>th,.hentry table>tbody>tr>th,body.wp-editor table>tbody>tr>th,.hentry table.mceItemTable>tbody>tr>th,body.wp-editor table.mceItemTable>tbody>tr>th,.hentry table>tfoot>tr>th,body.wp-editor table>tfoot>tr>th,.hentry table.mceItemTable>tfoot>tr>th,body.wp-editor table.mceItemTable>tfoot>tr>th,.hentry table>thead>tr>td,body.wp-editor table>thead>tr>td,.hentry table.mceItemTable>thead>tr>td,body.wp-editor table.mceItemTable>thead>tr>td,.hentry table>tbody>tr>td,body.wp-editor table>tbody>tr>td,.hentry table.mceItemTable>tbody>tr>td,body.wp-editor table.mceItemTable>tbody>tr>td,.hentry table>tfoot>tr>td,body.wp-editor table>tfoot>tr>td,.hentry table.mceItemTable>tfoot>tr>td,body.wp-editor table.mceItemTable>tfoot>tr>td{padding:8px;line-height:1.55;vertical-align:top;border-top:1px solid #ddd}.hentry table>thead>tr:last-child,body.wp-editor table>thead>tr:last-child,.hentry table.mceItemTable>thead>tr:last-child,body.wp-editor table.mceItemTable>thead>tr:last-child,.hentry table>tbody>tr:last-child,body.wp-editor table>tbody>tr:last-child,.hentry table.mceItemTable>tbody>tr:last-child,body.wp-editor table.mceItemTable>tbody>tr:last-child,.hentry table>tfoot>tr:last-child,body.wp-editor table>tfoot>tr:last-child,.hentry table.mceItemTable>tfoot>tr:last-child,body.wp-editor table.mceItemTable>tfoot>tr:last-child{border-bottom:1px solid #ddd}.hentry table>thead>tr>th,body.wp-editor table>thead>tr>th,.hentry table.mceItemTable>thead>tr>th,body.wp-editor table.mceItemTable>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.hentry table>caption+thead>tr:first-child>th,body.wp-editor table>caption+thead>tr:first-child>th,.hentry table.mceItemTable>caption+thead>tr:first-child>th,body.wp-editor table.mceItemTable>caption+thead>tr:first-child>th,.hentry table>colgroup+thead>tr:first-child>th,body.wp-editor table>colgroup+thead>tr:first-child>th,.hentry table.mceItemTable>colgroup+thead>tr:first-child>th,body.wp-editor table.mceItemTable>colgroup+thead>tr:first-child>th,.hentry table>thead:first-child>tr:first-child>th,body.wp-editor table>thead:first-child>tr:first-child>th,.hentry table.mceItemTable>thead:first-child>tr:first-child>th,body.wp-editor table.mceItemTable>thead:first-child>tr:first-child>th,.hentry table>caption+thead>tr:first-child>td,body.wp-editor table>caption+thead>tr:first-child>td,.hentry table.mceItemTable>caption+thead>tr:first-child>td,body.wp-editor table.mceItemTable>caption+thead>tr:first-child>td,.hentry table>colgroup+thead>tr:first-child>td,body.wp-editor table>colgroup+thead>tr:first-child>td,.hentry table.mceItemTable>colgroup+thead>tr:first-child>td,body.wp-editor table.mceItemTable>colgroup+thead>tr:first-child>td,.hentry table>thead:first-child>tr:first-child>td,body.wp-editor table>thead:first-child>tr:first-child>td,.hentry table.mceItemTable>thead:first-child>tr:first-child>td,body.wp-editor table.mceItemTable>thead:first-child>tr:first-child>td{border-top:0}.hentry table>tbody+tbody,body.wp-editor table>tbody+tbody,.hentry table.mceItemTable>tbody+tbody,body.wp-editor table.mceItemTable>tbody+tbody{border-top:2px solid #ddd}.hentry table .table,body.wp-editor table .table,.hentry table.mceItemTable .table,body.wp-editor table.mceItemTable .table{background-color:#fff}.hentry table>tbody>tr:nth-child(even)>td,body.wp-editor table>tbody>tr:nth-child(even)>td,.hentry table.mceItemTable>tbody>tr:nth-child(even)>td,body.wp-editor table.mceItemTable>tbody>tr:nth-child(even)>td,.hentry table>tbody>tr:nth-child(even)>th,body.wp-editor table>tbody>tr:nth-child(even)>th,.hentry table.mceItemTable>tbody>tr:nth-child(even)>th,body.wp-editor table.mceItemTable>tbody>tr:nth-child(even)>th{background-color:#f9f9f9}.hentry table th,body.wp-editor table th,.hentry table.mceItemTable th,body.wp-editor table.mceItemTable th{font-weight:700}.hentry table td,body.wp-editor table td,.hentry table.mceItemTable td,body.wp-editor table.mceItemTable td{border:none}.hentry table td.right,body.wp-editor table td.right,.hentry table.mceItemTable td.right,body.wp-editor table.mceItemTable td.right,.hentry table th.right,body.wp-editor table th.right,.hentry table.mceItemTable th.right,body.wp-editor table.mceItemTable th.right{text-align:right}.hentry input[type="submit"],body.wp-editor input[type="submit"]{margin-top:1.142em}h1 a,h2 a,h3 a,h4 a,h5 a,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h1 a:focus,h2 a:focus,h3 a:focus,h4 a:focus,h5 a:focus,h1 .simulate-link,h2 .simulate-link,h3 .simulate-link,h4 .simulate-link,h5 .simulate-link,h1 .simulate-link:hover,h2 .simulate-link:hover,h3 .simulate-link:hover,h4 .simulate-link:hover,h5 .simulate-link:hover,h1 .simulate-link:focus,h2 .simulate-link:focus,h3 .simulate-link:focus,h4 .simulate-link:focus,h5 .simulate-link:focus{color:inherit}p.ingress{font-size:1.143em}.btn,.button,#submit,.widget_search #searchsubmit,.reply .comment-reply-link,input[type=button],.wp-block-button__link{display:inline-block;font-size:.9em;line-height:1.55;text-align:center;vertical-align:middle;cursor:pointer;white-space:nowrap;text-shadow:none;padding:.5em 1em}.btn:active,.button:active,#submit:active,.widget_search #searchsubmit:active,.reply .comment-reply-link:active,input[type=button]:active,.wp-block-button__link:active,.btn:hover,.button:hover,#submit:hover,.widget_search #searchsubmit:hover,.reply .comment-reply-link:hover,input[type=button]:hover,.wp-block-button__link:hover,.btn.active,.button.active,#submit.active,.widget_search #searchsubmit.active,.reply .comment-reply-link.active,input[type=button].active,.wp-block-button__link.active{outline:0;background-image:none}.btn:active,.button:active,#submit:active,.widget_search #searchsubmit:active,.reply .comment-reply-link:active,input[type=button]:active,.wp-block-button__link:active,.btn.active,.button.active,#submit.active,.widget_search #searchsubmit.active,.reply .comment-reply-link.active,input[type=button].active,.wp-block-button__link.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.btn-xs,.button.btn-xs,#submit.btn-xs,.widget_search #searchsubmit.btn-xs,.reply .comment-reply-link.btn-xs,input[type=button].btn-xs,.wp-block-button__link.btn-xs{font-size:.929rem}.btn.btn-sm,.button.btn-sm,#submit.btn-sm,.widget_search #searchsubmit.btn-sm,.reply .comment-reply-link.btn-sm,input[type=button].btn-sm,.wp-block-button__link.btn-sm{font-size:1rem}.btn.btn-m,.button.btn-m,#submit.btn-m,.widget_search #searchsubmit.btn-m,.reply .comment-reply-link.btn-m,input[type=button].btn-m,.wp-block-button__link.btn-m{font-size:1.143rem}.btn.btn-lg,.button.btn-lg,#submit.btn-lg,.widget_search #searchsubmit.btn-lg,.reply .comment-reply-link.btn-lg,input[type=button].btn-lg,.wp-block-button__link.btn-lg{font-size:1.286rem}.wp-block-button.is-style-cta-wide .btn,.wp-block-button.is-style-cta-wide .button,.wp-block-button.is-style-cta-wide #submit,.wp-block-button.is-style-cta-wide .widget_search #searchsubmit,.wp-block-button.is-style-cta-wide .reply .comment-reply-link,.wp-block-button.is-style-cta-wide input[type=button],.wp-block-button.is-style-cta-wide .wp-block-button__link,.wp-block-button.is-style-addad-default-wide .btn,.wp-block-button.is-style-addad-default-wide .button,.wp-block-button.is-style-addad-default-wide #submit,.wp-block-button.is-style-addad-default-wide .widget_search #searchsubmit,.wp-block-button.is-style-addad-default-wide .reply .comment-reply-link,.wp-block-button.is-style-addad-default-wide input[type=button],.wp-block-button.is-style-addad-default-wide .wp-block-button__link{width:100%}.wp-block-button.is-style-cta-wide,.wp-block-button.is-style-addad-default-wide{width:100%}.tooltip{font-size:.8rem;line-height:1.44em}body.blog_active .hentry p.meta-date{display:none}label,input,button,select,textarea{font-size:1.071rem;line-height:1.4em;font-weight:400}select{font-size:1rem}textarea{height:auto}.textalign_left{text-align:left}.textalign_center{text-align:center}.textalign_right{text-align:right}.no-gutter-width{padding-right:0;padding-left:0}.element-invisible{position:absolute !important;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);left:0}body.wp-editor{max-width:650px;margin:20px 40px !important;font-size:17px}.clearDiv{clear:both}.addadNoShadow{-moz-box-shadow:0 0 0 0 #FFF;-webkit-box-shadow:0 0 0 0 #FFF;box-shadow:0 0 0 0 #FFF}select,textarea,input{margin-bottom:.8rem}textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:auto;padding:.6em .5em;line-height:20px;color:#323232;-webkit-text-fill-color:#323232;-webkit-appearance:none;border-radius:0;border:1px solid #ddd;-moz-box-shadow:0 0 0 0 #FFF;-webkit-box-shadow:0 0 0 0 #FFF;box-shadow:0 0 0 0 #FFF;font-size:1rem;font-weight:400;resize:none}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{box-shadow:none;border:1px solid #959595;outline:none}.gfield_error:not(.gfield_contains_required) textarea,.gfield_error:not(.gfield_contains_required) input[type="text"],.gfield_error:not(.gfield_contains_required) input[type="password"],.gfield_error:not(.gfield_contains_required) input[type="datetime"],.gfield_error:not(.gfield_contains_required) input[type="datetime-local"],.gfield_error:not(.gfield_contains_required) input[type="date"],.gfield_error:not(.gfield_contains_required) input[type="month"],.gfield_error:not(.gfield_contains_required) input[type="time"],.gfield_error:not(.gfield_contains_required) input[type="week"],.gfield_error:not(.gfield_contains_required) input[type="number"],.gfield_error:not(.gfield_contains_required) input[type="email"],.gfield_error:not(.gfield_contains_required) input[type="url"],.gfield_error:not(.gfield_contains_required) input[type="search"],.gfield_error:not(.gfield_contains_required) input[type="tel"],.gfield_error:not(.gfield_contains_required) input[type="color"],.gfield_error:not(.gfield_contains_required) .uneditable-input{border-color:#000000}textarea:-webkit-autofill,input[type="text"]:-webkit-autofill,input[type="password"]:-webkit-autofill,input[type="datetime"]:-webkit-autofill,input[type="datetime-local"]:-webkit-autofill,input[type="date"]:-webkit-autofill,input[type="month"]:-webkit-autofill,input[type="time"]:-webkit-autofill,input[type="week"]:-webkit-autofill,input[type="number"]:-webkit-autofill,input[type="email"]:-webkit-autofill,input[type="url"]:-webkit-autofill,input[type="search"]:-webkit-autofill,input[type="tel"]:-webkit-autofill,input[type="color"]:-webkit-autofill,.uneditable-input:-webkit-autofill,textarea:-webkit-autofill:hover,input[type="text"]:-webkit-autofill:hover,input[type="password"]:-webkit-autofill:hover,input[type="datetime"]:-webkit-autofill:hover,input[type="datetime-local"]:-webkit-autofill:hover,input[type="date"]:-webkit-autofill:hover,input[type="month"]:-webkit-autofill:hover,input[type="time"]:-webkit-autofill:hover,input[type="week"]:-webkit-autofill:hover,input[type="number"]:-webkit-autofill:hover,input[type="email"]:-webkit-autofill:hover,input[type="url"]:-webkit-autofill:hover,input[type="search"]:-webkit-autofill:hover,input[type="tel"]:-webkit-autofill:hover,input[type="color"]:-webkit-autofill:hover,.uneditable-input:-webkit-autofill:hover,textarea:-webkit-autofill:focus,input[type="text"]:-webkit-autofill:focus,input[type="password"]:-webkit-autofill:focus,input[type="datetime"]:-webkit-autofill:focus,input[type="datetime-local"]:-webkit-autofill:focus,input[type="date"]:-webkit-autofill:focus,input[type="month"]:-webkit-autofill:focus,input[type="time"]:-webkit-autofill:focus,input[type="week"]:-webkit-autofill:focus,input[type="number"]:-webkit-autofill:focus,input[type="email"]:-webkit-autofill:focus,input[type="url"]:-webkit-autofill:focus,input[type="search"]:-webkit-autofill:focus,input[type="tel"]:-webkit-autofill:focus,input[type="color"]:-webkit-autofill:focus,.uneditable-input:-webkit-autofill:focus{transition:background-color 5000s ease-in-out 0s}button.btn,button{outline:none}textarea{height:auto}.gform_wrapper .validation_message{display:none}.gform_wrapper .validation_error{color:#000000;background:rgba(0,0,0,0.2);border-radius:3px;border:1px solid #000000;padding:5px 10px;margin-bottom:10px}.contact-form-row .contact-form .gform_wrapper .validation_error{top:-35px}.description-row{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%}@media (max-width:767px){.description-row{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.description-row.container:before,.description-row.container:after,.description-row.row:before,.description-row.row:after,.description-row:before,.description-row:after{display:none}}.description-row>div{-webkit-flex:0 1 auto;-moz-flex:0 1 auto;-ms-flex:0 1 auto;-o-flex:0 1 auto;flex:0 1 auto}@media (min-width:768px){.description-row .text_and_btn-text{padding-right:4em}}.extrafiler-container{padding:.571em 0 1.142em}.extrafiler-container h3{padding:0;margin:0}.extrafiler-container .extrafiler{padding:0;margin:0}.extrafiler-container .extrafiler .extrafiler-item,.wp-block-file{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;text-shadow:none;padding-top:.8em;padding-bottom:.8em;line-height:1.5em;color:#43b02a;border:0;background:#e8e8e8;margin-bottom:1px;border-radius:0;font-size:.938em;font-weight:700}.extrafiler-container .extrafiler .extrafiler-item:hover,.extrafiler-container .extrafiler .extrafiler-item:focus,.wp-block-file:hover,.wp-block-file:focus{color:#2b721b;background-color:#f5f5f5}.extrafiler-container .extrafiler .extrafiler-item>i,.wp-block-file>i{margin-right:.6em}.extrafiler-container .extrafiler .extrafiler-item>i.nothing,.wp-block-file>i.nothing{margin-right:0}.extrafiler-container .extrafiler .file-title{-webkit-flex:1;-moz-flex:1;-ms-flex:1;-o-flex:1;flex:1}.wp-block-file,.wp-block-file__content-wrapper{padding:0;margin:.571em 0 1.142em;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:stretch;-webkit-box-align:stretch;-moz-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;-webkit-box-pack:space-between;-moz-box-pack:space-between;-ms-flex-pack:space-between;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify}.wp-block-file a:first-of-type,.wp-block-file__content-wrapper a:first-of-type,.wp-block-file .wp-block-file__textlink,.wp-block-file__content-wrapper .wp-block-file__textlink{-webkit-flex:1;-moz-flex:1;-ms-flex:1;-o-flex:1;flex:1;padding:10px 15px;text-decoration:none}.wp-block-file a:first-of-type::before,.wp-block-file__content-wrapper a:first-of-type::before,.wp-block-file .wp-block-file__textlink::before,.wp-block-file__content-wrapper .wp-block-file__textlink::before{content:"\f016";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-right:.5em}.wp-block-file a:first-of-type[href$=".mp4"]::before,.wp-block-file__content-wrapper a:first-of-type[href$=".mp4"]::before,.wp-block-file .wp-block-file__textlink[href$=".mp4"]::before,.wp-block-file__content-wrapper .wp-block-file__textlink[href$=".mp4"]::before{content:"\f017"}.wp-block-file a:first-of-type[href$=".pdf"]::before,.wp-block-file__content-wrapper a:first-of-type[href$=".pdf"]::before,.wp-block-file .wp-block-file__textlink[href$=".pdf"]::before,.wp-block-file__content-wrapper .wp-block-file__textlink[href$=".pdf"]::before{content:"\f1c1"}.wp-block-file a:first-of-type[href$=".jpg"]::before,.wp-block-file__content-wrapper a:first-of-type[href$=".jpg"]::before,.wp-block-file .wp-block-file__textlink[href$=".jpg"]::before,.wp-block-file__content-wrapper .wp-block-file__textlink[href$=".jpg"]::before,.wp-block-file a:first-of-type[href$=".jpeg"]::before,.wp-block-file__content-wrapper a:first-of-type[href$=".jpeg"]::before,.wp-block-file .wp-block-file__textlink[href$=".jpeg"]::before,.wp-block-file__content-wrapper .wp-block-file__textlink[href$=".jpeg"]::before,.wp-block-file a:first-of-type[href$=".png"]::before,.wp-block-file__content-wrapper a:first-of-type[href$=".png"]::before,.wp-block-file .wp-block-file__textlink[href$=".png"]::before,.wp-block-file__content-wrapper .wp-block-file__textlink[href$=".png"]::before{content:"\f1c5"}.wp-block-file .wp-block-file__button,.wp-block-file__content-wrapper .wp-block-file__button{background:none;padding:0;font-size:0;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;margin-right:1rem}.wp-block-file .wp-block-file__button::after,.wp-block-file__content-wrapper .wp-block-file__button::after{content:"\f019";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:1rem;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#43b02a}.wp-block-file+.wp-block-file{margin-top:-1.1em}.wp-block-file__content-wrapper .editor-rich-text,.wp-block-file__button-richtext-wrapper{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;padding-top:0;padding-bottom:0}.gallery-columns-6 .gallery-item,ul.wp-block-gallery.columns-6 li.blocks-gallery-item{width:16.666% !important}@media (min-width:768px) and (max-width:991px){.gallery-columns-6 .gallery-item,ul.wp-block-gallery.columns-6 li.blocks-gallery-item{width:33.333% !important}}.gallery-columns-3 .gallery-item,ul.wp-block-gallery.columns-3 li.blocks-gallery-item{width:33.333% !important}.gallery,ul.wp-block-gallery{padding:.571em 0;margin:0 -0.571em !important;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.gallery.container:before,ul.wp-block-gallery.container:before,.gallery.container:after,ul.wp-block-gallery.container:after,.gallery.row:before,ul.wp-block-gallery.row:before,.gallery.row:after,ul.wp-block-gallery.row:after,.gallery:before,ul.wp-block-gallery:before,.gallery:after,ul.wp-block-gallery:after{display:none}.gallery .gallery-caption,ul.wp-block-gallery .gallery-caption{display:none}.gallery .gallery-item,ul.wp-block-gallery .gallery-item,.gallery li.blocks-gallery-item,ul.wp-block-gallery li.blocks-gallery-item{float:left;padding:.571em;min-width:9rem;-webkit-flex:0 1 auto;-moz-flex:0 1 auto;-ms-flex:0 1 auto;-o-flex:0 1 auto;flex:0 1 auto;margin:0 !important}@media (max-width:767px){.gallery .gallery-item,ul.wp-block-gallery .gallery-item,.gallery li.blocks-gallery-item,ul.wp-block-gallery li.blocks-gallery-item{width:50% !important}}.gallery .gallery-item img,ul.wp-block-gallery .gallery-item img,.gallery li.blocks-gallery-item img,ul.wp-block-gallery li.blocks-gallery-item img{border:none !important}@supports (object-fit: cover){.gallery .gallery-item dt,ul.wp-block-gallery .gallery-item dt,.gallery li.blocks-gallery-item dt,ul.wp-block-gallery li.blocks-gallery-item dt,.gallery .gallery-item figure,ul.wp-block-gallery .gallery-item figure,.gallery li.blocks-gallery-item figure,ul.wp-block-gallery li.blocks-gallery-item figure{display:block;position:relative;height:0;padding-bottom:100%}.gallery .gallery-item dt img,ul.wp-block-gallery .gallery-item dt img,.gallery li.blocks-gallery-item dt img,ul.wp-block-gallery li.blocks-gallery-item dt img,.gallery .gallery-item figure img,ul.wp-block-gallery .gallery-item figure img,.gallery li.blocks-gallery-item figure img,ul.wp-block-gallery li.blocks-gallery-item figure img{position:absolute;height:100%;object-fit:cover;object-position:center}}.main-logo{float:left;padding:0;z-index:10;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);position:relative}.main-logo .logo-img{width:300px;height:60px}.hide-subnav .sub-menu,.hide-subnav .dropdown-menu,.hide-subnav ul{display:none !important}.hide-subnav.dropdown-submenu a::before,.hide-subnav.dropdown-submenu a::after{display:none !important}.header-wrapper .topbar-row{-webkit-transform:translateZ(0) scale(1, 1);width:100%;background:#242424;color:#FFF;position:relative;z-index:20}.header-wrapper .topbar-row a{color:#323232}.header-wrapper .topbar-row.topbar-full-width .container{width:100%}.header-wrapper .topbar-row .container{position:relative;font-size:12px}@media (min-width:1200px){.header-wrapper .topbar-row .container{height:38px}}.header-wrapper .topbar-row .container .topbar-link-container{position:relative;margin:0;padding:0;list-style:none;height:100%;z-index:21;overflow:hidden}.header-wrapper .topbar-row .container .topbar-link-container:not(.topbar-link-float-left){float:right}.header-wrapper .topbar-row .container .topbar-link-container .topbar-link{position:relative;float:left;height:100%;line-height:38px}.header-wrapper .topbar-row .container .topbar-link-container .topbar-link span,.header-wrapper .topbar-row .container .topbar-link-container .topbar-link a{float:left}.header-wrapper .topbar-row .container .topbar-link-container .topbar-link.icon{margin-left:40px}.header-wrapper .topbar-row .container .topbar-link-container .topbar-link.icon i,.header-wrapper .topbar-row .container .topbar-link-container .topbar-link.icon svg{font-size:24px;width:24px;text-align:center;top:7px;left:-32px;position:absolute}.header-wrapper .topbar-row .container .topbar-link-container .tb-short-text{display:none}.header-wrapper .topbar-row .container .topbar-btn-container{position:relative;float:right;margin:0;padding:0;z-index:22;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.header-wrapper .topbar-row .container .topbar-btn-container .topbar-btn{font-size:12px;margin:0 0 0 10px;padding:2px 11px;line-height:1.6;border-width:1px}.header-wrapper .topbar-row .container .topbar-btn-container.topbar-btn-full{height:100%}.header-wrapper .topbar-row .container .topbar-btn-container.topbar-btn-full .topbar-btn{height:100%;padding-top:0;padding-bottom:0;border:none;border-radius:0;background-color:#4a4a4a}@media (min-width:1200px){.header-wrapper .topbar-row .container .topbar-btn-container.topbar-btn-full .topbar-btn{line-height:38px}}@media (max-width:1199px){.header-wrapper .topbar-row .container .topbar-btn-container.topbar-btn-full .topbar-btn{line-height:62px}}.header-wrapper .topbar-row .container .topbar-btn-container.topbar-btn-full .topbar-btn:hover,.header-wrapper .topbar-row .container .topbar-btn-container.topbar-btn-full .topbar-btn:focus{background-color:#303030}@media (min-width:768px) and (max-width:991px){.header-wrapper .topbar-row .topbar-link a{color:#43b02a}.header-wrapper .topbar-row .container{height:38px;font-size:13px}.header-wrapper .topbar-row .container .topbar-btn-container .topbar-btn{font-size:13px}}@media (max-width:767px){.header-wrapper .topbar-row .topbar-link a{color:#43b02a}.header-wrapper .topbar-row .container{height:62px;font-size:12px}.header-wrapper .topbar-row .container .topbar-link-container{float:left;height:50%;display:inline-block}.header-wrapper .topbar-row .container .topbar-link-container:not(.topbar-link-float-left){float:left}.header-wrapper .topbar-row .container .topbar-link-container .topbar-link{line-height:34.1px}.header-wrapper .topbar-row .container .topbar-link-container .topbar-link.icon i{top:3.5px}.header-wrapper .topbar-row .container .topbar-link-container .tb-long-text{display:none}.header-wrapper .topbar-row .container .topbar-link-container .tb-short-text{display:inline}.header-wrapper .topbar-row .container .topbar-link-container-2{clear:left}.header-wrapper .topbar-row .container .topbar-btn-container.topbar-btn-full .topbar-btn{font-size:12px;line-height:62px}.header-wrapper .topbar-row .container .topbar-link-container .topbar-link.icon{margin-left:32px}.header-wrapper .topbar-row .container .topbar-link-container .topbar-link.icon.topbar-link-hide-mobile{margin-left:0}.header-wrapper .topbar-row .container .topbar-link-container .topbar-link.icon.topbar-link-hide-mobile i{display:none}.header-wrapper .topbar-row .container .topbar-btn-container-2{display:none}}.header-wrapper{position:relative;background:#000000;z-index:3;height:auto}.header-wrapper.cd-main-header{height:auto}.header-wrapper .sticky-holder{max-width:100%;min-width:100%}.header-wrapper .sticky-wrapper{z-index:3;position:relative;-webkit-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s}.header-wrapper .sticky-wrapper.stuck-wrapper.sticky-past-holder{position:fixed;top:0;width:100%;-webkit-transform:translate(0, -100%);-ms-transform:translate(0, -100%);-o-transform:translate(0, -100%);transform:translate(0, -100%)}.header-wrapper .sticky-wrapper.stuck-wrapper.sticky-past-holder .navbar{height:80px}.header-wrapper .sticky-wrapper.stuck-wrapper.sticky-past-holder .navbar .navbar-inner{background-color:rgba(0,0,0,0.9)}.header-wrapper .sticky-wrapper.stuck-wrapper.sticky-past-holder.sticky-past-holder-2{-webkit-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.header-wrapper .sticky-wrapper.stuck-wrapper:not(.sticky-past-holder):not(.always-visible-sticky){top:0 !important}.header-wrapper .sticky-wrapper.hide-down-sticky{-webkit-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.header-wrapper .sticky-wrapper.always-visible-sticky .navbar{-webkit-transition:height .2s;-o-transition:height .2s;transition:height .2s}.header-wrapper .sticky-wrapper.always-visible-sticky.stuck-wrapper{position:fixed;top:0;width:100%}.header-wrapper .sticky-wrapper.always-visible-sticky.stuck-wrapper.sticky-past-holder,.header-wrapper .sticky-wrapper.always-visible-sticky.stuck-wrapper.sticky-past-holder-2{-webkit-transition:none;-o-transition:none;transition:none;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.header-wrapper .sticky-wrapper.hide-down-sticky.stuck-wrapper.sticky-past-holder.-frozen{position:absolute;border-top:50px solid #000000;margin-top:-50px}.header-wrapper .sticky-wrapper.hide-down-sticky.stuck-wrapper.sticky-past-holder.-frozen:not(.sticky-past-holder-2){-webkit-transition:none;-o-transition:none;transition:none}.addad-dropdown-toggle{position:relative;width:1.05em;height:.95em;display:block;padding:0;background:#131313;border:none;border-radius:3px;margin-left:5px}.addad-dropdown-toggle:hover{background:#252525}.addad-dropdown-toggle::before,.addad-dropdown-toggle::after{content:'';position:absolute;top:50%;margin-top:-1px;display:inline-block;height:2px;background:#FFF;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:width 0.3s, transform 0.3s, right 0.3s, color 0.2s;-o-transition:width 0.3s, transform 0.3s, right 0.3s, color 0.2s;transition:width 0.3s, transform 0.3s, right 0.3s, color 0.2s;width:6px}.current-menu-ancestor .addad-dropdown-toggle::before,.current-menu-ancestor .addad-dropdown-toggle::after{background:#43b02a}@media (max-width:1199px){.current-menu-ancestor .addad-dropdown-toggle::before,.current-menu-ancestor .addad-dropdown-toggle::after{background:#43b02a}}.addad-dropdown-toggle::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);right:8px}.addad-dropdown-toggle::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);right:5px}.open .addad-dropdown-toggle::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.open .addad-dropdown-toggle::after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.dropdown-submenu>a{position:relative;overflow:hidden}.dropdown-submenu>a::before,.dropdown-submenu>a::after{content:'';position:absolute;top:50%;margin-top:-1px;display:inline-block;height:2px;width:8px;background:#323232;-webkit-backface-visibility:hidden;backface-visibility:hidden;right:12px;-webkit-transform-origin:7px 50%;-moz-transform-origin:7px 50%;-ms-transform-origin:7px 50%;-o-transform-origin:7px 50%;transform-origin:7px 50%}.dropdown-submenu>a::before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.dropdown-submenu>a::after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.dropdown-submenu.current-menu-ancestor>a::before,.dropdown-submenu.current-menu-ancestor>a:hover::before,.dropdown-submenu.current-menu-ancestor>a:focus::before,.dropdown-submenu.current-menu-ancestor>a::after,.dropdown-submenu.current-menu-ancestor>a:hover::after,.dropdown-submenu.current-menu-ancestor>a:focus::after{background:#43b02a}.dropdown-submenu>a:hover::before,.dropdown-submenu>a:focus::before,.dropdown-submenu>a:hover::after,.dropdown-submenu>a:focus::after{background:#43b02a}.navbar-toggle{border:none}.navbar-default{background:transparent}.navbar-default.navbar-static-top{background:#000000}.navbar-default .navbar-inner{background:#000000}ul li.menu-item.fa:before{content:none}ul li.menu-item i.fa:before{margin-right:4px}ul li.menu-item:not(.menu-item-has-children)>a[target="_blank"]>span{position:relative}ul li.menu-item:not(.menu-item-has-children)>a[target="_blank"]>span::after{display:inline-block;font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f08e";vertical-align:middle;font-size:.7em;opacity:.5;padding-left:.5em}.navbar{border:none;min-height:0;height:115px;position:relative;pointer-events:auto}.navbar .navbar-inner{z-index:25;position:relative;border:none;height:100%;-webkit-transition:background .2s;-o-transition:background .2s;transition:background .2s;-webkit-box-shadow:none;box-shadow:none}.navbar .navbar-inner>.container{height:100%}.navbar .main-nav-wrapper{height:100% !important}.navbar .navbar-toggle{margin-top:0;margin-bottom:0;margin-right:0;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);position:relative;padding:0}.navbar .navbar-btn{z-index:20;position:relative;border-color:#000}@media (min-width:992px) and (max-width:1199px){.navbar .nav li{font-size:1.063rem}}@media (min-width:1200px){.navbar .nav li{font-size:1rem}}@media (min-width:1200px){.main-nav-wrapper{float:right;position:relative}.navbar .nav>li:last-child>.dropdown-menu,.navbar .nav>li:nth-last-child(2)>.dropdown-menu{right:0;left:auto}.dropdown-submenu>.dropdown-menu{border-radius:0}.navbar .nav{font-family:"HelveticaNeueLT","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;height:100%;float:right;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.navbar .nav>li{-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center}.navbar .nav>li>a{float:left;width:100%}.navbar .nav>li>a:not([data-toggle]),.navbar .nav>li>a.no-hover:not([data-toggle]),.navbar .nav>li>a.no-hover:hover:not([data-toggle]),.navbar .nav>li>a.no-hover:focus:not([data-toggle]){color:#FFF;background:transparent}.navbar .nav>li>a:hover,.navbar .nav>li>a:focus{color:#FFF;background:#43b02a}.navbar .nav>li>a:hover .addad-dropdown-toggle::before,.navbar .nav>li>a:focus .addad-dropdown-toggle::before,.navbar .nav>li>a:hover .addad-dropdown-toggle::after,.navbar .nav>li>a:focus .addad-dropdown-toggle::after{background:#FFF}.navbar .nav>li>a span{float:left}.navbar .nav>li>a button{float:left}.navbar .nav>li.current-menu-item>a,.navbar .nav>li.current-menu-item.open>a,.navbar .nav>li.current-menu-item>a:hover,.navbar .nav>li.current-menu-item.open>a:hover,.navbar .nav>li.current-menu-item>a:focus,.navbar .nav>li.current-menu-item.open>a:focus{color:#FFF;background:#43b02a}.navbar .nav>li.current-menu-item>a .addad-dropdown-toggle::before,.navbar .nav>li.current-menu-item.open>a .addad-dropdown-toggle::before,.navbar .nav>li.current-menu-item>a:hover .addad-dropdown-toggle::before,.navbar .nav>li.current-menu-item.open>a:hover .addad-dropdown-toggle::before,.navbar .nav>li.current-menu-item>a:focus .addad-dropdown-toggle::before,.navbar .nav>li.current-menu-item.open>a:focus .addad-dropdown-toggle::before,.navbar .nav>li.current-menu-item>a .addad-dropdown-toggle::after,.navbar .nav>li.current-menu-item.open>a .addad-dropdown-toggle::after,.navbar .nav>li.current-menu-item>a:hover .addad-dropdown-toggle::after,.navbar .nav>li.current-menu-item.open>a:hover .addad-dropdown-toggle::after,.navbar .nav>li.current-menu-item>a:focus .addad-dropdown-toggle::after,.navbar .nav>li.current-menu-item.open>a:focus .addad-dropdown-toggle::after{background:#FFF}.navbar .nav>li.open>a,.navbar .nav>li.open>a:hover,.navbar .nav>li.open>a:focus{color:#FFF;background:transparent}.navbar .nav li{font-family:"HelveticaNeueLT","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;text-shadow:none}.navbar .nav li a,.navbar .nav li button{-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.navbar .nav li li{font-size:.875rem;font-family:"HelveticaNeueLT","Helvetica Neue",Helvetica,Arial,sans-serif;text-shadow:none}.navbar .nav .dropdown-menu{border-radius:0;border:none;padding:0;min-width:11em;-webkit-transform:translateZ(0)}.navbar .nav .dropdown-menu>li{border-bottom:1px solid #eee}.navbar .nav .dropdown-menu>li:last-child{border-bottom:none}.navbar .nav .dropdown-menu>li>a{padding:.688em 1.25em}.navbar .nav .dropdown-menu>li>a:hover,.navbar .nav .dropdown-menu>li>a:focus{text-decoration:none;color:#43b02a}.navbar .nav .dropdown-menu>li.current-menu-item>a,.navbar .nav .dropdown-menu>li.current-menu-item>a:hover,.navbar .nav .dropdown-menu>li.current-menu-item>a:focus{color:#43b02a}.navbar .nav .dropdown-menu>li.dropdown-submenu>a{padding-right:30px}.navbar .standard>ul>li{height:100%}.navbar .standard>ul>li>a{height:100%}.custom-buttons .nav>li,.custom-buttons-round .nav>li{margin:0 2px 0}.custom-buttons .nav>li>a,.custom-buttons-round .nav>li>a{padding:8px 13px}.custom-buttons-round .nav>li>a{border-radius:5px}.custom-border-bottom .nav>li,.custom-border-double .nav>li,.custom-border-double-background .nav>li{margin:0 4px 0}.custom-border-bottom .nav>li>a,.custom-border-double .nav>li>a,.custom-border-double-background .nav>li>a{border-bottom:2px solid transparent}.custom-border-bottom .nav>li>a,.custom-border-double .nav>li>a,.custom-border-double-background .nav>li>a,.custom-border-bottom .nav>li>a.no-hover,.custom-border-double .nav>li>a.no-hover,.custom-border-double-background .nav>li>a.no-hover,.custom-border-bottom .nav>li>a.no-hover:hover,.custom-border-double .nav>li>a.no-hover:hover,.custom-border-double-background .nav>li>a.no-hover:hover,.custom-border-bottom .nav>li>a.no-hover:focus,.custom-border-double .nav>li>a.no-hover:focus,.custom-border-double-background .nav>li>a.no-hover:focus{padding:12px 8px 8px;border-bottom-color:transparent}.custom-border-bottom .nav>li>a:hover,.custom-border-double .nav>li>a:hover,.custom-border-double-background .nav>li>a:hover,.custom-border-bottom .nav>li>a:focus,.custom-border-double .nav>li>a:focus,.custom-border-double-background .nav>li>a:focus{background:none;border-bottom-color:#43b02a}.custom-border-bottom .nav>li.current-menu-item>a,.custom-border-double .nav>li.current-menu-item>a,.custom-border-double-background .nav>li.current-menu-item>a,.custom-border-bottom .nav>li.current-menu-item.open>a,.custom-border-double .nav>li.current-menu-item.open>a,.custom-border-double-background .nav>li.current-menu-item.open>a,.-whole-button .custom-border-bottom .nav>li.current-menu-ancestor>a,.-whole-button .custom-border-double .nav>li.current-menu-ancestor>a,.-whole-button .custom-border-double-background .nav>li.current-menu-ancestor>a,.custom-border-bottom .nav>li.current-menu-item>a:hover,.custom-border-double .nav>li.current-menu-item>a:hover,.custom-border-double-background .nav>li.current-menu-item>a:hover,.custom-border-bottom .nav>li.current-menu-item.open>a:hover,.custom-border-double .nav>li.current-menu-item.open>a:hover,.custom-border-double-background .nav>li.current-menu-item.open>a:hover,.-whole-button .custom-border-bottom .nav>li.current-menu-ancestor>a:hover,.-whole-button .custom-border-double .nav>li.current-menu-ancestor>a:hover,.-whole-button .custom-border-double-background .nav>li.current-menu-ancestor>a:hover,.custom-border-bottom .nav>li.current-menu-item>a:focus,.custom-border-double .nav>li.current-menu-item>a:focus,.custom-border-double-background .nav>li.current-menu-item>a:focus,.custom-border-bottom .nav>li.current-menu-item.open>a:focus,.custom-border-double .nav>li.current-menu-item.open>a:focus,.custom-border-double-background .nav>li.current-menu-item.open>a:focus,.-whole-button .custom-border-bottom .nav>li.current-menu-ancestor>a:focus,.-whole-button .custom-border-double .nav>li.current-menu-ancestor>a:focus,.-whole-button .custom-border-double-background .nav>li.current-menu-ancestor>a:focus{-webkit-box-shadow:none;box-shadow:none;background:none;border-bottom-color:#43b02a}.navbar-design-stacked .quick-menu-wrapper{height:35% !important}.navbar-design-stacked .quick-menu-wrapper #secondary-menu>li{font-size:.75em}.navbar-design-stacked .quick-menu-wrapper~.main-nav-wrapper{height:50% !important}.navbar-design-stacked .nav-pushfix-1{height:5%}.navbar-design-stacked .nav-pushfix-2{height:10%}.navbar-design-stacked .stuck-wrapper .nav-pushfix-1,.navbar-design-stacked .stuck-wrapper .nav-pushfix-2{height:0}}@media (min-width:1200px) and (min-width:992px) and (max-width:1199px){.navbar-design-stacked .quick-menu-wrapper #secondary-menu>li{font-size:.813em}}.navbar-design-split .navbar-inner>.container{position:relative;width:100%}.navbar-design-split .main-nav-wrapper,.navbar-design-split .secondary-nav-wrapper{z-index:1}.navbar-design-split .main-nav-wrapper{float:right;width:50%;pointer-events:none}.navbar-design-split .main-nav-wrapper>ul{pointer-events:auto;float:left;margin-left:154px}.navbar-design-split .main-nav-wrapper .post-edit-link{pointer-events:auto}.navbar-design-split .secondary-nav-wrapper{float:left}.navbar-design-split .secondary-nav-wrapper>ul{float:right;margin-left:0;margin-right:154px}@media (min-width:768px){.navbar-design-split .secondary-nav-wrapper .nav>li:last-child>.dropdown-menu,.navbar-design-split .secondary-nav-wrapper .nav>li:nth-last-child(2)>.dropdown-menu{right:auto;left:0}}.navbar-design-split .main-logo{position:absolute;width:auto;height:100%;z-index:0;float:none;text-align:center;top:0;left:50%;-webkit-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);-o-transform:translate(-50%, 0);transform:translate(-50%, 0)}.navbar-design-split .main-logo>a{width:100%;height:100%;pointer-events:none;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.navbar-design-split .main-logo>a>img{pointer-events:auto;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center}.navbar-design-side .navbar-inner>.container{width:100%}.navbar-design-side .navbar-collapse{display:none !important}.navbar.-whole-button [data-toggle="dropdown"].addad-dropdown-toggle{background:transparent}.cd-nav [data-toggle="custom"]>.addad-dropdown-toggle{background:transparent}@media (max-width:1199px){.slide-nav-trigger span,.slide-nav-trigger span::before,.slide-nav-trigger span::after{background:#FFF}}@media (max-width:420px){.slide-nav-trigger{-webkit-transition:right .3s;-o-transition:right .3s;transition:right .3s}.slide-nav-trigger.nav-is-visible{right:-10px}}.addad-notice{position:absolute;width:100%;pointer-events:none;opacity:0;background:#43b02a;font-size:.938rem;display:none;padding:0;-webkit-transition:transform 0.3s, opacity 0.3s;-o-transition:transform 0.3s, opacity 0.3s;transition:transform 0.3s, opacity 0.3s;-webkit-transform:translate(0, -100%);-ms-transform:translate(0, -100%);-o-transform:translate(0, -100%);transform:translate(0, -100%)}.addad-notice.-built{display:block}@media (max-width:767px){.addad-notice{font-size:.875rem}}.addad-notice>.container{background:#43b02a}.addad-notice.showing{position:relative;pointer-events:auto;opacity:1;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.addad-notice>div,.addad-notice>.container>div{position:relative;padding-top:.4em;padding-bottom:.4em}.addad-notice>div>*,.addad-notice>.container>div>*{display:inline-block;vertical-align:middle}.addad-notice div.icon-left{position:absolute;left:0;top:0;height:100%;width:50px;font-size:1.45em;background:#5fbc4a}.addad-notice div.icon-left i{color:#fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.addad-notices[data-position='top'] .addad-notice{position:relative;max-height:0;-webkit-transition:opacity 0.3s, max-height 0.3s;-o-transition:opacity 0.3s, max-height 0.3s;transition:opacity 0.3s, max-height 0.3s;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.addad-notices[data-position='top'] .addad-notice.showing{max-height:110px}.addad-notice .addad-message-container{margin-left:70px;margin-right:55px;display:inline-block}.addad-notice .addad-message{font-weight:700;margin:.3em 1em .3em 0;color:#fff}.addad-notice .addad-message a{color:#e6e6e6}.addad-notice .addad-message a:hover{color:#d9d9d9}.addad-notice .addad-close.-icon{position:absolute;right:25px;top:50%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);font-size:1.45em;color:#fff}.addad-notice .addad-close.-icon:hover,.addad-notice .addad-close.-icon:active{color:rgba(255,255,255,0.7)}.addad-notice .addad-actions{margin:.3em 0}.addad-notice .addad-actions .addad-action{margin-bottom:0;font-weight:normal;background-image:none;border:1px solid transparent;padding:6px 16px;font-size:1rem;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;font-size:.9em;line-height:1.55;text-align:center;vertical-align:middle;cursor:pointer;white-space:nowrap;padding:.5em 1em;border:none;border-radius:0;background:#43b02a;color:#000000;text-shadow:none;font-weight:700;font-size:.938rem;position:relative;height:2.2em;line-height:2.15em;padding:0 2.9em 0 .9em !important;margin-right:2.34em;float:left;font-size:.938em;margin-right:1.2em;margin-top:.2em;margin-bottom:.2em;white-space:normal}.addad-notice .addad-actions .addad-action:focus,.addad-notice .addad-actions .addad-action:active:focus,.addad-notice .addad-actions .addad-action.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.addad-notice .addad-actions .addad-action:hover,.addad-notice .addad-actions .addad-action:focus{color:#333;text-decoration:none}.addad-notice .addad-actions .addad-action:active,.addad-notice .addad-actions .addad-action.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.addad-notice .addad-actions .addad-action.disabled,.addad-notice .addad-actions .addad-action[disabled],fieldset[disabled] .addad-notice .addad-actions .addad-action{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.addad-notice .addad-actions .addad-action:active,.addad-notice .addad-actions .addad-action:hover,.addad-notice .addad-actions .addad-action.active{outline:0;background-image:none}.addad-notice .addad-actions .addad-action:active,.addad-notice .addad-actions .addad-action.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.addad-notice .addad-actions .addad-action.btn-xs{font-size:.929rem}.addad-notice .addad-actions .addad-action.btn-sm{font-size:1rem}.addad-notice .addad-actions .addad-action.btn-m{font-size:1.143rem}.addad-notice .addad-actions .addad-action.btn-lg{font-size:1.286rem}.wp-block-button.is-style-cta-wide .addad-notice .addad-actions .addad-action,.wp-block-button.is-style-addad-default-wide .addad-notice .addad-actions .addad-action{width:100%}.addad-notice .addad-actions .addad-action::after{position:absolute;bottom:0;right:-2.34em;width:2.2em;height:100%;background:inherit;display:inline-block;font:normal normal normal 14px/1 FontAwesome;content:"\f054";font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:2.25em;text-align:center}.addad-notice .addad-actions .addad-action::before{position:absolute;content:"";display:block;height:2.2em;width:.14em;right:-0.14em;top:0}.addad-notice .addad-actions .addad-action:hover,.addad-notice .addad-actions .addad-action:active,.addad-notice .addad-actions .addad-action:focus{color:#000000;background:#3c9e26}.addad-notice .addad-actions .addad-action:hover::after,.addad-notice .addad-actions .addad-action:active::after,.addad-notice .addad-actions .addad-action:focus::after{color:inherit;background:inherit}.addad-notice .addad-actions .addad-action:active,.addad-notice .addad-actions .addad-action:active::after{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.addad-notice .addad-actions::after{content:'';display:block;clear:both}.addad-notice.addad-notice-contained{-webkit-transition:margin-top 0.3s, transform 0.3s, opacity 0.3s;-o-transition:margin-top 0.3s, transform 0.3s, opacity 0.3s;transition:margin-top 0.3s, transform 0.3s, opacity 0.3s;margin-top:0}.addad-notice.addad-notice-contained>.container{-webkit-transition:padding;-o-transition:padding;transition:padding;padding-top:0;padding-bottom:0}/*!
Theme Name: Addad
Theme URI: https://addcode.se
Author: Addcode
Description: 
Version: 1.0
=======
*/.addcode-maintenance,.addcode-404{background:#323232}.addcode-maintenance>div,.addcode-404>div{display:table;height:100%;width:100%;max-width:50rem;margin:0 auto}.addcode-maintenance>div h1,.addcode-404>div h1{display:table-cell;position:relative;text-align:center;vertical-align:middle;bottom:50px;margin:0;font-size:2.329rem;color:#FFF}.less-exported{display:none !important;font-family:''}html,body{height:100%}body.has-open-slidebar{overflow:hidden}.site-container{position:relative}pre.xdebug-var-dump{font-size:14px}@keyframes saloon{from{transform:perspective(1000px) rotateY(90deg)}to{transform:perspective(1000px) rotateY(-270deg)}}.slidebar-backdrop,.addcode-backdrop{position:fixed;z-index:990;top:0;left:0;right:0;bottom:0;background-color:#141414;visibility:hidden;opacity:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:opacity 0.3s, visibility 0s 0.3s;-o-transition:opacity 0.3s, visibility 0s 0.3s;transition:opacity 0.3s, visibility 0s 0.3s;will-change:opacity}.slidebar-backdrop.-open,.addcode-backdrop.-open{visibility:visible}.slidebar-backdrop.-open.-animated,.addcode-backdrop.-open.-animated{opacity:.7;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}body[data-backdrop-position="main"] .slidebar-backdrop,body[data-backdrop-position="main"] .addcode-backdrop{z-index:2}.slidebar{position:fixed;z-index:992;top:0;bottom:0;overflow:auto;-webkit-overflow-scrolling:touch;overflow-x:hidden;background:#131313;color:#FFF;padding:3em 4em;visibility:hidden;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .2s,visibility .2s;-moz-transition:-moz-transform .2s,visibility .2s;-o-transition:-o-transform .2s,visibility .2s;transition:transform .2s,visibility .2s}body.admin-bar .slidebar{top:32px}@media screen and (max-width:782px){body.admin-bar .slidebar{top:46px}}@media screen and (max-width:600px){body.admin-bar .slidebar{top:0}}.slidebar .-close{position:absolute;z-index:1;line-height:1;border:0;font-size:2rem;text-decoration:none;background:transparent;top:0;padding:0 !important}.slidebar .-close:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.slidebar .-close>span{display:inline-block;padding:.55em}.slidebar.-left{left:0;padding-right:5em}.slidebar.-left .-close{left:0}.slidebar.-left .-close>span{padding-left:1em}.slidebar.-left.effect-slide{-webkit-transform:translate(-100%, 0);-ms-transform:translate(-100%, 0);-o-transform:translate(-100%, 0);transform:translate(-100%, 0)}.slidebar.-left.effect-saloon{-webkit-transform-origin:left;-moz-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transform:perspective(1500px) rotateY(90deg);-ms-transform:perspective(1500px) rotateY(90deg);-o-transform:perspective(1500px) rotateY(90deg);transform:perspective(1500px) rotateY(90deg)}.slidebar.-right{right:0;padding-left:5em}.slidebar.-right .-close{right:0}.slidebar.-right .-close>span{padding-right:1em}.slidebar.-right.effect-slide{-webkit-transform:translate(100%, 0);-ms-transform:translate(100%, 0);-o-transform:translate(100%, 0);transform:translate(100%, 0)}.slidebar.-right.effect-saloon{-webkit-transform-origin:right;-moz-transform-origin:right;-ms-transform-origin:right;transform-origin:right;-webkit-transform:perspective(1500px) rotateY(-90deg);-ms-transform:perspective(1500px) rotateY(-90deg);-o-transform:perspective(1500px) rotateY(-90deg);transform:perspective(1500px) rotateY(-90deg)}.slidebar.-open{visibility:visible}.slidebar.-open.effect-slide{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.slidebar.-open.effect-saloon{-webkit-transform:perspective(1500px) rotateY(0deg);-ms-transform:perspective(1500px) rotateY(0deg);-o-transform:perspective(1500px) rotateY(0deg);transform:perspective(1500px) rotateY(0deg)}.slidebar+.slidebar-button.-fixed{position:fixed;top:50%;z-index:5;margin-bottom:0;border-radius:.167em;border-bottom-left-radius:0;border-bottom-right-radius:0}.-left.slidebar+.slidebar-button.-fixed{left:0;-webkit-transform-origin:bottom left;-moz-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left;-webkit-transform:translateY(-50%) rotate(90deg) translateX(-50%) translateZ(0);-ms-transform:translateY(-50%) rotate(90deg) translateX(-50%) translateZ(0);-o-transform:translateY(-50%) rotate(90deg) translateX(-50%) translateZ(0);transform:translateY(-50%) rotate(90deg) translateX(-50%) translateZ(0)}.-right.slidebar+.slidebar-button.-fixed{right:0;-webkit-transform-origin:bottom right;-moz-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right;-webkit-transform:translateY(-50%) rotate(-90deg) translateX(50%) translateZ(0);-ms-transform:translateY(-50%) rotate(-90deg) translateX(50%) translateZ(0);-o-transform:translateY(-50%) rotate(-90deg) translateX(50%) translateZ(0);transform:translateY(-50%) rotate(-90deg) translateX(50%) translateZ(0)}@media screen and (max-width:600px){#wpadminbar{z-index:991}}nav.slidebar{width:480px;max-width:90vw}nav.slidebar ul{padding-left:0}nav.slidebar ul ul{font-size:.9em}nav.slidebar ul ul ul{padding-left:1em}nav.slidebar li>a{display:block;line-height:1.4em;color:#FFF;font-weight:400;font-family:"HelveticaNeueLT","Helvetica Neue",Helvetica,Arial,sans-serif}nav.slidebar li>a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}nav.slidebar.main-nav-wrapper li>a{padding:0}nav.slidebar>ul>li>a{font-size:2em}nav.slidebar>ul>li>a:focus,nav.slidebar>ul>li>a:hover{background:none;color:#43b02a}nav.slidebar>ul>li>a:focus button::before,nav.slidebar>ul>li>a:hover button::before,nav.slidebar>ul>li>a:focus button::after,nav.slidebar>ul>li>a:hover button::after{background:#43b02a}nav.slidebar .addad-dropdown-toggle{display:inline-block;background:none;border-radius:0;vertical-align:middle;margin-top:0}nav.slidebar .nav-header{margin-bottom:3em}@media (max-width:767px){nav.slidebar .nav-header{margin-bottom:2em}}nav.slidebar .nav>li>.sub-menu{display:none}.subNavContainer{position:relative}.subNavContainer .post-edit-link{top:-10px;right:-10px}.subNav{margin:0 0 1.2em 0;padding:0;border-left:solid 4px #6ad551;padding-left:1.5em}.subNav ul{margin:0;padding:0;margin-bottom:.25em}.subNav li{display:block;list-style:none}.subNav a{-webkit-transition:color .2s;-o-transition:color .2s;transition:color .2s;padding:.35em 1em;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;color:#323232}.subNav a:before{-webkit-transition:background .2s;-o-transition:background .2s;transition:background .2s;content:"";display:block;position:absolute;background:transparent;left:4px;z-index:1;border-bottom-right-radius:20px;border-top-right-radius:20px;height:20px;width:10px}.subNav>ul>li>a{font-size:1.171em;font-weight:500}.subNav .sub-menu a{padding-left:25px}.subNav .sub-menu .sub-menu{padding-left:15px;font-size:.929em}.subNav .current-menu-item>a,.subNav a:hover,.subNav a:focus{text-decoration:none;color:#43b02a}.subNav .current-menu-item>a:before,.subNav a:hover:before,.subNav a:focus:before{background:#6ad551}.subNav .current-menu-item>a:before{background:#43b02a}.subNav .current-menu-ancestor .sub-menu,.subNav .current-menu-item .sub-menu{display:block}.subNav .parent-duplicate{display:none}.ie-notifier{width:100%;background:#B94A48;height:80px;color:#F2DEDE;font-size:.8rem;font-family:Arial,Helvetica,sans-serif}.ie-notifier .container{width:1000px;margin:0 auto;height:80px;line-height:80px}.ie-notifier .text{float:left;margin-top:16px}.ie-notifier ul.icon-list{padding:0;margin-bottom:0;margin-left:4em}.ie-notifier ul.icon-list li{margin:0}.ie-notifier ul.icon-list i.fa{font-size:2em;line-height:1.4em}.ie-notifier .browsers{float:right;height:40px;margin-top:18px;width:193px}.ie-notifier a{width:40px;height:40px;display:block;margin:0 0 0 7px;float:left}.ie-notifier .chrome{background:url("../png/chrome.png") no-repeat}.ie-notifier .firefox{background:url("../png/firefox.png") no-repeat}.ie-notifier .safari{background:url("../png/safari.png") no-repeat}.ie-notifier .iexplorer{background:url("../png/iexplorer.png") no-repeat}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.addad-lazy:not(.-loaded){color:transparent;text-indent:-100%}.addad-lazy:not(.-loaded):not(.image-placeholder),.addad-lazy:not(.-loaded)[lazy-fade],.addad-lazy:not(.-loaded)[lazy-loading]{visibility:hidden;pointer-events:none}.addad-lazy-loading{text-align:center;opacity:.5}.section-row-column-background.section-relative-height .section-single{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.section-row-column-background.section-relative-height .column-relative-push{min-width:100%}.section-row-column-background.section-relative-height .column-relative-push::before{content:'';float:left;padding-bottom:100%}.section-row-column-background.section-relative-height .column-relative-push~.section-padding-container{right:100%}.section-row-column-background .section-container{padding-top:.3em}.section-row-column-background .container-fluid{margin:0;padding:0;width:100%}.section-row-column-background .container-fluid>.row{margin:0}.section-row-column-background .section-single{overflow:hidden;position:relative}.section-row-column-background .section-single.has_bgimage{text-shadow:1px 1px 1px rgba(0,0,0,0.2)}.section-row-column-background .section-single .section-padding-container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;min-width:100%;position:relative}.section-row-column-background .section-single .section-padding-container>.section-container{min-width:calc(100% +  20px);width:100%}@media (min-width:1200px){.section-row-column-background .section-single .section-padding-container>.section-container{min-width:calc(100% +  30px)}}.section-row-column-background .section-single .section_column_link_whole{position:absolute;z-index:100;top:0;left:0;width:100%;height:100%;text-indent:200%;white-space:nowrap;font-size:0;opacity:0;-webkit-transform-style:preserve-3d}.section-row-column-background .section-single .section_column_link_whole:focus{opacity:1;outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.section-row-column-background .section-single.color-bg{-webkit-transition:background-color .8s;-o-transition:background-color .8s;transition:background-color .8s}.section-row-column-background .section-single .column-background-container{isolation:isolate}.section-row-column-background .section-single .column-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.section-row-column-background .section-single .column-background-color{-webkit-transition:background-color .8s,opacity .8s;-moz-transition:background-color .8s,opacity .8s;-ms-transition:background-color .8s,opacity .8s;-o-transition:background-color .8s,opacity .8s;transition:background-color .8s,opacity .8s;top:-5%;left:-5%;width:110%;height:110%;-webkit-transform:translate3d(0, 0, 51px);transform:translate3d(0, 0, 51px)}.section-row-column-background .section-single .column-background-image{-webkit-transition:all .8s;-o-transition:all .8s;transition:all .8s;-webkit-backface-visibility:hidden;backface-visibility:hidden;object-fit:cover;font-family:'object-fit: cover','object-position: 50% 50%';object-position:50% 50%;width:100%;height:100%;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.section-row-column-background .section-single .column-background-image[data-v-align="top"]{object-fit:cover;font-family:'object-fit: cover','object-position: 50% 0%';object-position:50% 0}.section-row-column-background .section-single .column-background-image[data-v-align="bottom"]{object-fit:cover;font-family:'object-fit: cover','object-position: 50% 100%';object-position:50% 100%}.section-row-column-background .section-single .column-background-image[data-h-align="left"]{object-fit:cover;font-family:'object-fit: cover','object-position: 0% 50%';object-position:0 50%}.section-row-column-background .section-single .column-background-image[data-h-align="left"][data-v-align="top"]{object-fit:cover;font-family:'object-fit: cover','object-position: 0% 0%';object-position:0 0}.section-row-column-background .section-single .column-background-image[data-h-align="left"][data-v-align="bottom"]{object-fit:cover;font-family:'object-fit: cover','object-position: 0% 100%';object-position:0 100%}.section-row-column-background .section-single .column-background-image[data-h-align="right"]{object-fit:cover;font-family:'object-fit: cover','object-position: 100% 50%';object-position:100% 50%}.section-row-column-background .section-single .column-background-image[data-h-align="right"][data-v-align="top"]{object-fit:cover;font-family:'object-fit: cover','object-position: 100% 0%';object-position:100% 0}.section-row-column-background .section-single .column-background-image[data-h-align="right"][data-v-align="bottom"]{object-fit:cover;font-family:'object-fit: cover','object-position: 100% 100%';object-position:100% 100%}.section-row-column-background .section-single.show-section-column-link-whole{cursor:pointer;position:relative;overflow:hidden}.section-row-column-background .section-single.show-section-column-link-whole .column-background-image-container{-webkit-perspective:1000px;perspective:1000px;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 50px);transform:translate3d(0, 0, 50px)}.section-row-column-background .section-single.show-section-column-link-whole>.column-background-container,.section-row-column-background .section-single.show-section-column-link-whole>.section-padding-container,.section-row-column-background .section-single.show-section-column-link-whole>.column-background{pointer-events:none}.section-row-column-background .section-single.show-section-column-link-whole:hover .column-background-image{-webkit-transform:translate3d(0, 0, 50px);transform:translate3d(0, 0, 50px)}_::-webkit-full-page-media .section-row-column-background .section-single .column-background-container,_:future .section-row-column-background .section-single .column-background-container,:root .section-row-column-background .section-single .column-background-container{isolation:auto}.video-embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%}.video-embed-container iframe,.video-embed-container object,.video-embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%}.img-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.img-background>img,.img-background>.rounding-fix>img{position:absolute;object-fit:cover;font-family:'object-fit: cover','object-position: 50% 50%';object-position:50% 50%;width:100%;height:100%;z-index:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.img-background>img[data-v-align="top"],.img-background>.rounding-fix>img[data-v-align="top"]{object-fit:cover;font-family:'object-fit: cover','object-position: 50% 0%';object-position:50% 0}.img-background>img[data-v-align="bottom"],.img-background>.rounding-fix>img[data-v-align="bottom"]{object-fit:cover;font-family:'object-fit: cover','object-position: 50% 100%';object-position:50% 100%}.img-background>img[data-h-align="left"],.img-background>.rounding-fix>img[data-h-align="left"]{object-fit:cover;font-family:'object-fit: cover','object-position: 0% 50%';object-position:0 50%}.img-background>img[data-h-align="left"][data-v-align="top"],.img-background>.rounding-fix>img[data-h-align="left"][data-v-align="top"]{object-fit:cover;font-family:'object-fit: cover','object-position: 0% 0%';object-position:0 0}.img-background>img[data-h-align="left"][data-v-align="bottom"],.img-background>.rounding-fix>img[data-h-align="left"][data-v-align="bottom"]{object-fit:cover;font-family:'object-fit: cover','object-position: 0% 100%';object-position:0 100%}.img-background>img[data-h-align="right"],.img-background>.rounding-fix>img[data-h-align="right"]{object-fit:cover;font-family:'object-fit: cover','object-position: 100% 50%';object-position:100% 50%}.img-background>img[data-h-align="right"][data-v-align="top"],.img-background>.rounding-fix>img[data-h-align="right"][data-v-align="top"]{object-fit:cover;font-family:'object-fit: cover','object-position: 100% 0%';object-position:100% 0}.img-background>img[data-h-align="right"][data-v-align="bottom"],.img-background>.rounding-fix>img[data-h-align="right"][data-v-align="bottom"]{object-fit:cover;font-family:'object-fit: cover','object-position: 100% 100%';object-position:100% 100%}.img-background>.overlay-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.img-background>.rounding-fix{position:relative;overflow:hidden;height:calc(100% - 0.5px);width:calc(100% - 0.5px)}.img-background.custom-code-background{position:absolute !important;z-index:1}.img-background.custom-code-background .wistia_embed{visibility:hidden;position:absolute;height:100% !important;width:100% !important}.img-background.custom-code-background .wistia_embed button{display:none !important}.img-background.custom-code-background .wistia_embed video{object-fit:cover !important}.img-background.custom-code-background .wistia_embed div[data-handle="thumbnail"] img{height:100% !important;width:100% !important;top:0 !important;left:0 !important;border:0 !important;object-fit:cover !important}.img-background.custom-code-background~.img-background .overlay-background{display:none}.img-background.custom-code-background.-loaded .wistia_embed{visibility:visible}.img-background.-align-top>img,.img-background.-align-top>.rounding-fix>img{-webkit-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);-o-transform:translate(-50%, 0);transform:translate(-50%, 0);top:0}.img-background.-align-bottom>img,.img-background.-align-bottom>.rounding-fix>img{-webkit-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);-o-transform:translate(-50%, 0);transform:translate(-50%, 0);top:auto;bottom:0}.section_inside{background:#FFF}.img-background~.section_inside{background:transparent}.fixed-bg>.custom-code-background,.fixed-bg>.section_bg{position:fixed !important;z-index:-1}.fixed-bg>.section_row_bg{clip:rect(0, auto, auto, 0)}html:not(.touch) .fixed-bg>.section_row_bg img{position:fixed;bottom:0;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.fixed-bg>.custom-code-background~.section_bg,.fixed-bg>.custom-code-background~.section_row-bg{z-index:-2}h1.only-sections{margin:2.52vw 0;text-align:center}@media (min-width:1600px) and (max-width:1870px){h1.only-sections{margin: 2.772vw 0}}@media (min-width:1200px) and (max-width:1599px){h1.only-sections{margin: 40px 0}}@media (min-width:992px) and (max-width:1199px){h1.only-sections{margin: 35px 0}}@media (max-width:991px){h1.only-sections{margin: 30px 0}}h1.sections-only-h1{padding:.571em 0 .571em 0;margin:0;text-align:center;font-size:3em}.section_wrapper{z-index:1}.section_wrapper,.section-row{position:relative}.section_wrapper.white-bg,.section-row.white-bg,.column-background.white-bg,.section_wrapper.white-bg .section_inside,.section-row.white-bg .section_inside,.column-background.white-bg .section_inside{background:#FFF}.section_wrapper.gray-bg,.section-row.gray-bg,.column-background.gray-bg,.section_wrapper.gray-bg .section_inside,.section-row.gray-bg .section_inside,.column-background.gray-bg .section_inside{background:#eeeeee}.section_wrapper.custom-bg,.section-row.custom-bg,.column-background.custom-bg{background-position:center center;background-size:cover;text-shadow:1px 1px 1px rgba(0,0,0,0.2)}.section_wrapper.custom-bg.pattern-bg,.section-row.custom-bg.pattern-bg,.column-background.custom-bg.pattern-bg{background-size:auto;background-repeat:repeat}.section_wrapper.fixed-bg,.section-row.fixed-bg,.column-background.fixed-bg{overflow:hidden;position:relative;z-index:0}.section_wrapper.parallax-bg,.section-row.parallax-bg,.column-background.parallax-bg{background-attachment:fixed}.section_wrapper.custom-code-bg>.section-area-sideways,.section-row.custom-code-bg>.section-area-sideways,.column-background.custom-code-bg>.section-area-sideways{z-index:2}.section_wrapper .parallax-element,.section-row .parallax-element,.column-background .parallax-element{position:relative}.section_wrapper.color-bg,.section-row.color-bg,.column-background.color-bg,.section_wrapper .color-bg,.section-row .color-bg,.column-background .color-bg{text-shadow:none}.section-single.white-bg{background:#FFF}.section-single.gray-bg{background:#eeeeee}.section_inside.owl-carousel{position:relative}.owl-carousel{display:inline-block;position:relative}.owl-carousel .owl-controls{position:absolute;bottom:0;width:100%}.owl-carousel .owl-controls .owl-pagination{position:relative}.owl-carousel.-pre-init:not(.visuallyhidden){display:block}.owl-carousel.-pre-init:not(.visuallyhidden)>:not(:first-child){display:none}@media (min-height:720px){.header-wrapper:not(.topbar-parent)~main .section_cover,.header-wrapper:not(.topbar-parent)~main .section_cover .section_inside{height:calc(100vh - 115px )}main.main-wrapper div.section_wrapper~div.section_cover,main.main-wrapper div.section_wrapper~div.section_cover .section_inside{min-height:100vh}.section_cover .cover-position-center{top:50%;transform:translateY(-50%)}.section_cover .cover-position-top{position:absolute;width:100%;top:0}.section_cover .cover-position-bottom{position:absolute;width:100%;bottom:0}}@media (min-height:720px) and (min-width:1200px){.header-wrapper.topbar-parent~main .section_cover,.header-wrapper.topbar-parent~main .section_cover .section_inside{height:calc(100vh - 153px )}}@media (min-height:720px) and (max-width:1199px){.header-wrapper.topbar-parent~main .section_cover,.header-wrapper.topbar-parent~main .section_cover .section_inside{height:calc(100vh - 177px )}}.column-icon{position:relative;width:100%;overflow:hidden}.img-container:not(.img-icon-no-bg) .column-icon{max-width:200px}.column-icon .column-icon-inside:not(.no-bg){border-radius:50%;content:"";display:block;padding-top:100%}.column-icon .column-icon-inside:not(.no-bg) i{position:absolute;top:50%;left:50%;line-height:inherit;-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);text-shadow:none}.column-icon i{line-height:1.1;font-size:3em}@media (min-width:480px) and (max-width:991px){.section-count-4>.section-single{-webkit-flex:1 1 50%;-moz-flex:1 1 50%;-ms-flex:1 1 50%;-o-flex:1 1 50%;flex:1 1 50%}}.section-count-4:not(.img_to_top) .column-icon i{font-size:2.4em}@media (min-width:768px) and (max-width:991px){.section-count-4.img_to_top .column-element .img-container{margin-top:20px}}.img_to_left .column-icon i{float:right;margin-right:.1em}.img_to_right .column-icon i{float:left;margin-left:.1em}.img-thumbnail{border-radius:0;display:block}.img-thumbnail.img-circle{border-radius:50%}.img-thumbnail.img-rounded{border-radius:6px}.svg-clip{width:0;height:0;position:absolute}.img-container.img-hex{-webkit-clip-path:polygon(0 50%, 25% 93.333%, 75% 93.333%, 100% 50%, 75% 6.666%, 25% 6.666%);clip-path:polygon(0 50%, 25% 93.333%, 75% 93.333%, 100% 50%, 75% 6.666%, 25% 6.666%);-webkit-clip-path:url("#polygon-clip-hexagon");clip-path:url("#polygon-clip-hexagon")}.section-count-3:not(.img_to_top) .img-thumbnail,.section-count-4:not(.img_to_top) .img-thumbnail,.section-count-5:not(.img_to_top) .img-thumbnail{padding:2px}.section-row-odd{background:#eeeeee}.section_inside{z-index:1;position:relative;height:100%;width:100%}.section-area-sideways{position:relative;height:100%;width:100%}.wistia_embed,.wistia_embed~.section-area-sideways{z-index:1}.section-row{line-height:1.55}.section-row .section-area-sideways img,.section-row .section-area-sideways .img-icon .column-icon{margin:0 auto}.section-row .section-area-sideways .section-btn,.section-row .section-area-sideways .section-link{margin-top:.8565em;display:inline-block}.section-row .section-area-sideways .section-padding-container{padding-top:2.52vw;padding-bottom:2.52vw}@media (min-width:1600px) and (max-width:1870px){.section-row .section-area-sideways .section-padding-container{padding-top: 2.772vw}}@media (min-width:1200px) and (max-width:1599px){.section-row .section-area-sideways .section-padding-container{padding-top: 40px}}@media (min-width:992px) and (max-width:1199px){.section-row .section-area-sideways .section-padding-container{padding-top: 35px}}@media (max-width:991px){.section-row .section-area-sideways .section-padding-container{padding-top: 30px}}@media (min-width:1600px) and (max-width:1870px){.section-row .section-area-sideways .section-padding-container{padding-bottom: 2.772vw}}@media (min-width:1200px) and (max-width:1599px){.section-row .section-area-sideways .section-padding-container{padding-bottom: 40px}}@media (min-width:992px) and (max-width:1199px){.section-row .section-area-sideways .section-padding-container{padding-bottom: 35px}}@media (max-width:991px){.section-row .section-area-sideways .section-padding-container{padding-bottom: 30px}}.section-row .section-area-sideways h2.section-row-title{margin-bottom:2.52vw}@media (min-width:1600px) and (max-width:1870px){.section-row .section-area-sideways h2.section-row-title{margin-bottom: 2.772vw}}@media (min-width:1200px) and (max-width:1599px){.section-row .section-area-sideways h2.section-row-title{margin-bottom: 40px}}@media (min-width:992px) and (max-width:1199px){.section-row .section-area-sideways h2.section-row-title{margin-bottom: 35px}}@media (max-width:991px){.section-row .section-area-sideways h2.section-row-title{margin-bottom: 30px}}.section-row .section-area-sideways.section-padding-top-none .section-padding-container{padding-top:0}.section-row .section-area-sideways.section-padding-bottom-none .section-padding-container{padding-bottom:0}.section-row .section-area-sideways.section-padding-top-xsmall .section-padding-container{padding-top:1.68vw}@media (min-width:1600px) and (max-width:1870px){.section-row .section-area-sideways.section-padding-top-xsmall .section-padding-container{padding-top: 1.848vw}}@media (min-width:1200px) and (max-width:1599px){.section-row .section-area-sideways.section-padding-top-xsmall .section-padding-container{padding-top: 27px}}@media (min-width:992px) and (max-width:1199px){.section-row .section-area-sideways.section-padding-top-xsmall .section-padding-container{padding-top: 24px}}@media (max-width:991px){.section-row .section-area-sideways.section-padding-top-xsmall .section-padding-container{padding-top: 20px}}.section-row .section-area-sideways.section-padding-bottom-xsmall .section-padding-container{padding-bottom:1.68vw}@media (min-width:1600px) and (max-width:1870px){.section-row .section-area-sideways.section-padding-bottom-xsmall .section-padding-container{padding-bottom: 1.848vw}}@media (min-width:1200px) and (max-width:1599px){.section-row .section-area-sideways.section-padding-bottom-xsmall .section-padding-container{padding-bottom: 27px}}@media (min-width:992px) and (max-width:1199px){.section-row .section-area-sideways.section-padding-bottom-xsmall .section-padding-container{padding-bottom: 24px}}@media (max-width:991px){.section-row .section-area-sideways.section-padding-bottom-xsmall .section-padding-container{padding-bottom: 20px}}.section-row .section-area-sideways.section-padding-top-small .section-padding-container,.section-row .section-area-sideways.section-padding-top-Array .section-padding-container,.section-row .section-area-sideways.section-padding-top- .section-padding-container{padding-top:2.52vw}@media (min-width:1600px) and (max-width:1870px){.section-row .section-area-sideways.section-padding-top-small .section-padding-container,.section-row .section-area-sideways.section-padding-top-Array .section-padding-container,.section-row .section-area-sideways.section-padding-top- .section-padding-container{padding-top: 2.772vw}}@media (min-width:1200px) and (max-width:1599px){.section-row .section-area-sideways.section-padding-top-small .section-padding-container,.section-row .section-area-sideways.section-padding-top-Array .section-padding-container,.section-row .section-area-sideways.section-padding-top- .section-padding-container{padding-top: 40px}}@media (min-width:992px) and (max-width:1199px){.section-row .section-area-sideways.section-padding-top-small .section-padding-container,.section-row .section-area-sideways.section-padding-top-Array .section-padding-container,.section-row .section-area-sideways.section-padding-top- .section-padding-container{padding-top: 35px}}@media (max-width:991px){.section-row .section-area-sideways.section-padding-top-small .section-padding-container,.section-row .section-area-sideways.section-padding-top-Array .section-padding-container,.section-row .section-area-sideways.section-padding-top- .section-padding-container{padding-top: 30px}}.section-row .section-area-sideways.section-padding-bottom-small .section-padding-container,.section-row .section-area-sideways.section-padding-top-Array .section-padding-container,.section-row .section-area-sideways.section-padding-bottom- .section-padding-container{padding-bottom:2.52vw}@media (min-width:1600px) and (max-width:1870px){.section-row .section-area-sideways.section-padding-bottom-small .section-padding-container,.section-row .section-area-sideways.section-padding-top-Array .section-padding-container,.section-row .section-area-sideways.section-padding-bottom- .section-padding-container{padding-bottom: 2.772vw}}@media (min-width:1200px) and (max-width:1599px){.section-row .section-area-sideways.section-padding-bottom-small .section-padding-container,.section-row .section-area-sideways.section-padding-top-Array .section-padding-container,.section-row .section-area-sideways.section-padding-bottom- .section-padding-container{padding-bottom: 40px}}@media (min-width:992px) and (max-width:1199px){.section-row .section-area-sideways.section-padding-bottom-small .section-padding-container,.section-row .section-area-sideways.section-padding-top-Array .section-padding-container,.section-row .section-area-sideways.section-padding-bottom- .section-padding-container{padding-bottom: 35px}}@media (max-width:991px){.section-row .section-area-sideways.section-padding-bottom-small .section-padding-container,.section-row .section-area-sideways.section-padding-top-Array .section-padding-container,.section-row .section-area-sideways.section-padding-bottom- .section-padding-container{padding-bottom: 30px}}.section-row .section-area-sideways.section-padding-top-smallmedium .section-padding-container{padding-top:3.78vw}@media (min-width:1600px) and (max-width:1870px){.section-row .section-area-sideways.section-padding-top-smallmedium .section-padding-container{padding-top: 4.158vw}}@media (min-width:1200px) and (max-width:1599px){.section-row .section-area-sideways.section-padding-top-smallmedium .section-padding-container{padding-top: 60px}}@media (min-width:992px) and (max-width:1199px){.section-row .section-area-sideways.section-padding-top-smallmedium .section-padding-container{padding-top: 53px}}@media (max-width:991px){.section-row .section-area-sideways.section-padding-top-smallmedium .section-padding-container{padding-top: 45px}}.section-row .section-area-sideways.section-padding-bottom-smallmedium .section-padding-container{padding-bottom:3.78vw}@media (min-width:1600px) and (max-width:1870px){.section-row .section-area-sideways.section-padding-bottom-smallmedium .section-padding-container{padding-bottom: 4.158vw}}@media (min-width:1200px) and (max-width:1599px){.section-row .section-area-sideways.section-padding-bottom-smallmedium .section-padding-container{padding-bottom: 60px}}@media (min-width:992px) and (max-width:1199px){.section-row .section-area-sideways.section-padding-bottom-smallmedium .section-padding-container{padding-bottom: 53px}}@media (max-width:991px){.section-row .section-area-sideways.section-padding-bottom-smallmedium .section-padding-container{padding-bottom: 45px}}.section-row .section-area-sideways.section-padding-top-medium .section-padding-container{padding-top:5.04vw}@media (min-width:1600px) and (max-width:1870px){.section-row .section-area-sideways.section-padding-top-medium .section-padding-container{padding-top: 5.544vw}}@media (min-width:1200px) and (max-width:1599px){.section-row .section-area-sideways.section-padding-top-medium .section-padding-container{padding-top: 81px}}@media (min-width:992px) and (max-width:1199px){.section-row .section-area-sideways.section-padding-top-medium .section-padding-container{padding-top: 71px}}@media (max-width:991px){.section-row .section-area-sideways.section-padding-top-medium .section-padding-container{padding-top: 60px}}.section-row .section-area-sideways.section-padding-bottom-medium .section-padding-container{padding-bottom:5.04vw}@media (min-width:1600px) and (max-width:1870px){.section-row .section-area-sideways.section-padding-bottom-medium .section-padding-container{padding-bottom: 5.544vw}}@media (min-width:1200px) and (max-width:1599px){.section-row .section-area-sideways.section-padding-bottom-medium .section-padding-container{padding-bottom: 81px}}@media (min-width:992px) and (max-width:1199px){.section-row .section-area-sideways.section-padding-bottom-medium .section-padding-container{padding-bottom: 71px}}@media (max-width:991px){.section-row .section-area-sideways.section-padding-bottom-medium .section-padding-container{padding-bottom: 60px}}.section-row .section-area-sideways.section-padding-top-mediumlarge .section-padding-container{padding-top:7.56vw}@media (min-width:1600px) and (max-width:1870px){.section-row .section-area-sideways.section-padding-top-mediumlarge .section-padding-container{padding-top: 8.316vw}}@media (min-width:1200px) and (max-width:1599px){.section-row .section-area-sideways.section-padding-top-mediumlarge .section-padding-container{padding-top: 121px}}@media (min-width:992px) and (max-width:1199px){.section-row .section-area-sideways.section-padding-top-mediumlarge .section-padding-container{padding-top: 106px}}@media (max-width:991px){.section-row .section-area-sideways.section-padding-top-mediumlarge .section-padding-container{padding-top: 91px}}.section-row .section-area-sideways.section-padding-bottom-mediumlarge .section-padding-container{padding-bottom:7.56vw}@media (min-width:1600px) and (max-width:1870px){.section-row .section-area-sideways.section-padding-bottom-mediumlarge .section-padding-container{padding-bottom: 8.316vw}}@media (min-width:1200px) and (max-width:1599px){.section-row .section-area-sideways.section-padding-bottom-mediumlarge .section-padding-container{padding-bottom: 121px}}@media (min-width:992px) and (max-width:1199px){.section-row .section-area-sideways.section-padding-bottom-mediumlarge .section-padding-container{padding-bottom: 106px}}@media (max-width:991px){.section-row .section-area-sideways.section-padding-bottom-mediumlarge .section-padding-container{padding-bottom: 91px}}.section-row .section-area-sideways.section-padding-top-large .section-padding-container{padding-top:10.08vw}@media (min-width:1600px) and (max-width:1870px){.section-row .section-area-sideways.section-padding-top-large .section-padding-container{padding-top: 11.088vw}}@media (min-width:1200px) and (max-width:1599px){.section-row .section-area-sideways.section-padding-top-large .section-padding-container{padding-top: 161px}}@media (min-width:992px) and (max-width:1199px){.section-row .section-area-sideways.section-padding-top-large .section-padding-container{padding-top: 141px}}@media (max-width:991px){.section-row .section-area-sideways.section-padding-top-large .section-padding-container{padding-top: 121px}}.section-row .section-area-sideways.section-padding-bottom-large .section-padding-container{padding-bottom:10.08vw}@media (min-width:1600px) and (max-width:1870px){.section-row .section-area-sideways.section-padding-bottom-large .section-padding-container{padding-bottom: 11.088vw}}@media (min-width:1200px) and (max-width:1599px){.section-row .section-area-sideways.section-padding-bottom-large .section-padding-container{padding-bottom: 161px}}@media (min-width:992px) and (max-width:1199px){.section-row .section-area-sideways.section-padding-bottom-large .section-padding-container{padding-bottom: 141px}}@media (max-width:991px){.section-row .section-area-sideways.section-padding-bottom-large .section-padding-container{padding-bottom: 121px}}.section-row .section-area-sideways.section-padding-top-xlarge .section-padding-container{padding-top:15.12vw}@media (min-width:1600px) and (max-width:1870px){.section-row .section-area-sideways.section-padding-top-xlarge .section-padding-container{padding-top: 16.632vw}}@media (min-width:1200px) and (max-width:1599px){.section-row .section-area-sideways.section-padding-top-xlarge .section-padding-container{padding-top: 242px}}@media (min-width:992px) and (max-width:1199px){.section-row .section-area-sideways.section-padding-top-xlarge .section-padding-container{padding-top: 212px}}@media (max-width:991px){.section-row .section-area-sideways.section-padding-top-xlarge .section-padding-container{padding-top: 181px}}.section-row .section-area-sideways.section-padding-bottom-xlarge .section-padding-container{padding-bottom:15.12vw}@media (min-width:1600px) and (max-width:1870px){.section-row .section-area-sideways.section-padding-bottom-xlarge .section-padding-container{padding-bottom: 16.632vw}}@media (min-width:1200px) and (max-width:1599px){.section-row .section-area-sideways.section-padding-bottom-xlarge .section-padding-container{padding-bottom: 242px}}@media (min-width:992px) and (max-width:1199px){.section-row .section-area-sideways.section-padding-bottom-xlarge .section-padding-container{padding-bottom: 212px}}@media (max-width:991px){.section-row .section-area-sideways.section-padding-bottom-xlarge .section-padding-container{padding-bottom: 181px}}.section-row .section-area-sideways h2.section-title,.section-row .section-area-sideways h1.section-title{margin-top:0;margin-bottom:2.52vw;font-size:2.143em}@media (min-width:1600px) and (max-width:1870px){.section-row .section-area-sideways h2.section-title,.section-row .section-area-sideways h1.section-title{margin-bottom: 2.772vw}}@media (min-width:1200px) and (max-width:1599px){.section-row .section-area-sideways h2.section-title,.section-row .section-area-sideways h1.section-title{margin-bottom: 40px}}@media (min-width:992px) and (max-width:1199px){.section-row .section-area-sideways h2.section-title,.section-row .section-area-sideways h1.section-title{margin-bottom: 35px}}@media (max-width:991px){.section-row .section-area-sideways h2.section-title,.section-row .section-area-sideways h1.section-title{margin-bottom: 30px}}.section-row .section-area-sideways h2.section-title.slider-title,.section-row .section-area-sideways h1.section-title.slider-title{font-size:2.357em}.section-row .section-area-sideways .section-count-0 h1.section-title,.section-row .section-area-sideways .section-count-0 h2.section-title{margin:0}.section-row .section-area-sideways .img_to_top img.section-with-text,.section-row .section-area-sideways .img_to_top .column-icon.section-with-text,.section-row .section-area-sideways .img_to_top .column_element_custom{margin-bottom:20px}.section-row .section-area-sideways .section-pretitle{font-size:1.071em;margin-bottom:.4em;margin-top:0;color:#7f7f7f;text-transform:uppercase}.section-row .section-area-sideways h3.section-title{font-size:1.714em;line-height:1.35em;margin-top:.05em;margin-bottom:.05em}.section-row .section-area-sideways .textalign_left{text-align:left}.section-row .section-area-sideways .textalign_center{text-align:center}.section-row .section-area-sideways .textalign_right{text-align:right}.section-row .section-area-sideways .img_to_left.section-count-1 h3.section-title,.section-row .section-area-sideways .img_to_right.section-count-1 h3.section-title{font-size:1.929em}.section-row .section-area-sideways .img_to_left .column-icon-inside.no-bg,.section-row .section-area-sideways .img_to_right .column-icon-inside.no-bg{text-align:center}@media (min-width:1600px){.section-row .section-area-sideways:not(.section-row-column-background) .section-count-2.img_to_top{max-width:1560px;margin-left:auto;margin-right:auto}}.section-row .section-area-sideways .section-count-1.text_nofullwidth h3.section-title,.section-row .section-area-sideways .section-count-1.img_to_top h3.section-title{font-size:2.036em}.section-row .section-area-sideways .section-count-1.text_nofullwidth .section-single,.section-row .section-area-sideways .section-count-1.img_to_top .section-single{padding:0}.section-row .section-area-sideways .section-count-1.text_nofullwidth:not(.section-row-title-container),.section-row .section-area-sideways .section-count-1.img_to_top:not(.section-row-title-container),.section-row .section-area-sideways .section-area.text_nofullwidth .text-container:not(.section-row-title-container),.section-row .section-area-sideways .section-area.img_to_top .text-container:not(.section-row-title-container){max-width:50em;margin:0 auto}@media (min-width:768px){.section-row .section-area-sideways .section-count-2.text_nofullwidth .section-single:nth-of-type(1),.section-row .section-area-sideways .section-count-2.plain_text .section-single:nth-of-type(1){padding-right:1.5em}.section-row .section-area-sideways .section-count-2.text_nofullwidth .section-single:nth-of-type(2),.section-row .section-area-sideways .section-count-2.plain_text .section-single:nth-of-type(2){padding-left:1.5em}}.section-row .section-area-sideways .container-wide .img_to_left .text-container,.section-row .section-area-sideways .container-wide .img_to_right .text-container{max-width:45em}.section-row .section-area-sideways .container-wide .img_to_right .text-container{float:right;margin-right:8.33333333%}.section-row.only-html .section-row-container.section-padding-container{padding-left:0;padding-right:0}.section-row.only-html .section-row-container>.container-fluid{padding:0}.section-area{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:flex-start;-webkit-box-align:flex-start;-moz-box-align:flex-start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.section-area.container:before,.section-area.container:after,.section-area.row:before,.section-area.row:after,.section-area:before,.section-area:after{display:none}.section-area.col-align-center{-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center}.section-area.col-align-end{-ms-flex-align:flex-end;-webkit-box-align:flex-end;-moz-box-align:flex-end;-webkit-align-items:flex-end;align-items:flex-end}.section-row-column-background .section-area{-ms-flex-align:stretch;-webkit-box-align:stretch;-moz-box-align:stretch;-webkit-align-items:stretch;align-items:stretch}.section-row-column-background .section-area .section-padding-container{-webkit-align-self:center;-ms-align-self:center;align-self:center}.section-row-column-background .section-area.col-align-start .section-padding-container{-webkit-align-self:flex-start;-ms-align-self:flex-start;align-self:flex-start}.section-row-column-background .section-area.col-align-end .section-padding-container{-webkit-align-self:flex-end;-ms-align-self:flex-end;align-self:flex-end}.section-area .horizontal-row-template{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;min-width:100%;-ms-flex-align:flex-start;-webkit-box-align:flex-start;-moz-box-align:flex-start;-webkit-align-items:flex-start;align-items:flex-start}.section-area .horizontal-row-template.container:before,.section-area .horizontal-row-template.container:after,.section-area .horizontal-row-template.row:before,.section-area .horizontal-row-template.row:after,.section-area .horizontal-row-template:before,.section-area .horizontal-row-template:after{display:none}.section-area.col-align-start .horizontal-row-template.v-align-parent{-ms-flex-align:flex-start;-webkit-box-align:flex-start;-moz-box-align:flex-start;-webkit-align-items:flex-start;align-items:flex-start}.section-area.col-align-center .horizontal-row-template{-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center}.section-area.col-align-end .horizontal-row-template.v-align-parent,.section-area.col-align-end .horizontal-row-template{-ms-flex-align:flex-end;-webkit-box-align:flex-end;-moz-box-align:flex-end;-webkit-align-items:flex-end;align-items:flex-end}.addad_ad-area-rightcol{list-style-type:none}.addad_ad-area-rightcol>.addad_ad-area-container:last-child{margin-bottom:2.52vw}@media (min-width:1600px) and (max-width:1870px){.addad_ad-area-rightcol>.addad_ad-area-container:last-child{margin-bottom: 2.772vw}}@media (min-width:1200px) and (max-width:1599px){.addad_ad-area-rightcol>.addad_ad-area-container:last-child{margin-bottom: 40px}}@media (min-width:992px) and (max-width:1199px){.addad_ad-area-rightcol>.addad_ad-area-container:last-child{margin-bottom: 35px}}@media (max-width:991px){.addad_ad-area-rightcol>.addad_ad-area-container:last-child{margin-bottom: 30px}}.addad_ad-area-rightcol h3{font-size:1.286em;line-height:1.2;border-bottom:1px solid #c5c5c5;margin-top:0;margin-bottom:20px;padding:5px 0}.addad_ad-area-rightcol .addad_ad-area-container{position:relative}.addad_ad-area-rightcol .addad-ads-row .addad_ad-single{position:relative}.addad_ad-area-rightcol .addad-ads-row img{position:relative}.addad_ad-area-rightcol .addad-ads-row h4.addad_ad-img-title{position:absolute;bottom:0;left:0;right:0;margin:0 10px;background-color:#000000;background-color:rgba(0,0,0,0.7);color:#FFF}.addad_ad-area-rightcol .addad-ads-row .big_img a{color:#FFF}.addad_ad-area-rightcol .addad-ads-row .big_img h4{font-size:1.071em;height:32px}.addad_ad-area-rightcol .addad-ads-row .big_img span{line-height:16px;padding:8px;float:left}.addad_ad-area-rightcol .addad-ads-row .small_img a{color:#FFF}.addad_ad-area-rightcol .addad-ads-row .small_img h4{font-size:.857em}.addad_ad-area-rightcol .addad-ads-row .small_img span{line-height:1.2em;padding:7px;float:left}.addad_ad-area-rightcol .addad_ad-single{margin-bottom:20px}.addad_ad-area-rightcol .addad_ad-img-text h4{font-size:1.136em;margin:0;padding:0}.addad_ad-area-rightcol .addad_ad-img-text .addad_ad-img{margin-bottom:10px}.addad_ad-area-rightcol .addad_ad-img-text .addad_ad-text{font-size:.929rem;line-height:1.45}@media (min-width:768px) and (max-width:991px){.addad_ad-area-rightcol .addad_ad-img-text .addad_ad-text{padding-left:0}}.addad_ad-area-rightcol .addad_ad-img-text .addad_ad-text p{padding:0;margin:0}.blog .main-wrapper-content,.archive .main-wrapper-content,.single .main-wrapper-content,.page .main-wrapper-content{background:#eeeeee}.page-template-template-onlysections .main-wrapper-content,.home .main-wrapper-content{background:none}.page-template-template-onlysections-notopbottom .site-wrapper,.page-template-template-onlysections-notopbottom .site-container,.page-template-template-onlysections-notopbottom .section_cover{height:100%}.post-row{background:#eeeeee;padding-top:2.52vw;padding-bottom:.5rem;position:relative}@media (min-width:1600px) and (max-width:1870px){.post-row{padding-top: 2.772vw}}@media (min-width:1200px) and (max-width:1599px){.post-row{padding-top: 40px}}@media (min-width:992px) and (max-width:1199px){.post-row{padding-top: 35px}}@media (max-width:991px){.post-row{padding-top: 30px}}.post-row .content{padding:20px}.post-row .hentry,.post-row .post-slider{background:#FFF}.post-row .hentry[data-bg="light"],.post-row .post-slider[data-bg="light"]{background:#eeeeee}.post-row .hentry[data-bg="dark"],.post-row .post-slider[data-bg="dark"]{background:#1c1c1c}.post-row .hentry[data-bg="black"],.post-row .post-slider[data-bg="black"]{background:#000}.post-row .hentry{position:relative;margin-bottom:2.52vw}@media (min-width:1600px) and (max-width:1870px){.post-row .hentry{margin-bottom: 2.772vw}}@media (min-width:1200px) and (max-width:1599px){.post-row .hentry{margin-bottom: 40px}}@media (min-width:992px) and (max-width:1199px){.post-row .hentry{margin-bottom: 35px}}@media (max-width:991px){.post-row .hentry{margin-bottom: 30px}}.post-row .hentry .pre-title{color:#969696}.post-row .hentry .pre-title+.title{padding-top:0}.post-row .section-row .hentry{margin-bottom:0}.post-row .meta.author_hidden{margin:.571em 0 1em 3px}.post-row .meta{list-style-type:none;padding:0;margin:0 0 .571em 0}.post-row .meta .author{font-size:1.286em;font-family:"HelveticaNeueLT","Helvetica Neue",Helvetica,Arial,sans-serif;font-style:italic;color:#777;padding:0}.post-row .meta hr{margin:12px 0}.post-row .meta li{padding:3px 0;float:left;font-size:.857em;margin:0 18px 5px 0}.post-row .extrainfo{margin:0 0 15px 0;padding:0 0 0 22px}.post-row .more-news{margin-bottom:2.52vw}@media (min-width:1600px) and (max-width:1870px){.post-row .more-news{margin-bottom: 2.772vw}}@media (min-width:1200px) and (max-width:1599px){.post-row .more-news{margin-bottom: 40px}}@media (min-width:992px) and (max-width:1199px){.post-row .more-news{margin-bottom: 35px}}@media (max-width:991px){.post-row .more-news{margin-bottom: 30px}}.post-row .pagination{margin:0 0 2.52vw 0}@media (min-width:1600px) and (max-width:1870px){.post-row .pagination{margin: 0 0 2.772vw 0}}@media (min-width:1200px) and (max-width:1599px){.post-row .pagination{margin: 0 0 40px 0}}@media (min-width:992px) and (max-width:1199px){.post-row .pagination{margin: 0 0 35px 0}}@media (max-width:991px){.post-row .pagination{margin: 0 0 30px 0}}@media (max-width:767px){.post-row .pagination{margin:0 0 30px 15px}}.post-row .pagination>li>span.current{color:#323232}.post-row .sidebar-none .likebox-container{padding:15px 20px 9px;background:#f9f9f9;border-top:1px solid #ddd}.post-row .comments-wrap{padding:0;background:none;margin-bottom:2.52vw}@media (min-width:1600px) and (max-width:1870px){.post-row .comments-wrap{margin-bottom: 2.772vw}}@media (min-width:1200px) and (max-width:1599px){.post-row .comments-wrap{margin-bottom: 40px}}@media (min-width:992px) and (max-width:1199px){.post-row .comments-wrap{margin-bottom: 35px}}@media (max-width:991px){.post-row .comments-wrap{margin-bottom: 30px}}.post-row h3#reply-title{margin:0;padding:0}.post-row .comment-tabs{padding:0;margin-bottom:0}.post-row .tab-content{overflow:hidden}.post-row .tab-content .tab-pane{background:#FFF;padding:20px}.post-row .fb-comments{margin-top:0}.post-row .fb-comments,.post-row .fb-comments span,.post-row .fb-comments iframe[style]{width:100% !important}.post-row #comments{margin:0}.post-row #comments ol.commentlist{padding:0;margin:0 !important}.post-row #comments ol.commentlist li{padding:0;margin-bottom:20px}.post-row #comments ol.commentlist li li{margin:0 !important}.post-row #comments .comment-reply-link{float:right;background:none;padding:0;margin:0;border:none;color:#43b02a;font-weight:700;box-shadow:none}.post-row #comments .comment-reply-link:hover,.post-row #comments .comment-reply-link:focus{color:#2b721b;text-decoration:underline}.post-row #comments .comment-body{border-radius:8px;background-color:#f1f1f1;padding:7px 20px}.post-row #comments .comment-author{background:url("../png/commentarrows.png") no-repeat 20px 0;padding:10px 10px 0;height:20px}.post-row #comments .comment-author CITE{float:left;margin-right:10px;font-weight:700}.post-row #comments #comments .children{margin:0 0 15px 30px}.post-row #comments #comments .reply{float:right}.post-row #comments .comment-meta{font-size:.857rem;font-style:italic}.post-row #comments .comment-meta a{color:#555}.post-row #comments #respond{margin:0}.post-row #comments #respond p{float:left}.post-row #comments #respond form{margin:0}.post-row #comments #respond p.form-allowed-tags{display:none}.post-row #comments #respond label{display:block;float:left;width:100px}.post-row #comments #respond .required{margin-left:5px}.post-row #comments #respond input{float:left}.post-row #comments #respond p.form-submit,.post-row #comments #respond input#submit{float:none;clear:both}.post-row #comments li.bypostauthor{border:none}.main-wrapper-content{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.main-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:calc(100vh -  115px);min-width:100%}.footer-wrapper,.header-wrapper{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;position:relative}.footer-wrapper{z-index:1}.footer-row{font-size:1rem;background:#000000;color:#666;padding-top:2.8vw;padding-bottom:2.8vw;width:100%}@media (min-width:1600px) and (max-width:1870px){.footer-row{padding-top: 3.08vw}}@media (min-width:1200px) and (max-width:1599px){.footer-row{padding-top: 45px}}@media (min-width:992px) and (max-width:1199px){.footer-row{padding-top: 39px}}@media (max-width:991px){.footer-row{padding-top: 34px}}@media (min-width:1600px) and (max-width:1870px){.footer-row{padding-bottom: 3.08vw}}@media (min-width:1200px) and (max-width:1599px){.footer-row{padding-bottom: 45px}}@media (min-width:992px) and (max-width:1199px){.footer-row{padding-bottom: 39px}}@media (max-width:991px){.footer-row{padding-bottom: 34px}}.footer-row .hentry p{padding:.15em 0 .571em}.footer-row .footer-logo a,.footer-row .footer-logo img{float:left}.footer-row .footer-logo a{margin-bottom:2.52vw}@media (min-width:1600px) and (max-width:1870px){.footer-row .footer-logo a{margin-bottom: 2.772vw}}@media (min-width:1200px) and (max-width:1599px){.footer-row .footer-logo a{margin-bottom: 40px}}@media (min-width:992px) and (max-width:1199px){.footer-row .footer-logo a{margin-bottom: 35px}}@media (max-width:991px){.footer-row .footer-logo a{margin-bottom: 30px}}.footer-row .footer-logo .logo-img{width:125px;height:27px}.footer-row .footer-elements-container{position:relative}.footer-row .footer-elements-row{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer-row .footer-elements-row.container:before,.footer-row .footer-elements-row.container:after,.footer-row .footer-elements-row.row:before,.footer-row .footer-elements-row.row:after,.footer-row .footer-elements-row:before,.footer-row .footer-elements-row:after{display:none}.footer-row a{color:#666}.footer-row a:focus,.footer-row a:hover{color:#fff;text-decoration:underline}.footer-row .col-md-4{position:relative}.footer-row h3,.footer-row .hentry h3{margin:0 0 .571em;padding:0;color:#666;font-size:1.714em;line-height:1.5em}.footer-row ul{list-style-type:none;padding:0;margin:0}.footer-row hr{background-color:transparent;border-style:solid solid dotted solid;border-width:1px;border-color:transparent transparent #666 transparent;color:#666;margin-top:2.52vw;margin-bottom:2.52vw}@media (min-width:1600px) and (max-width:1870px){.footer-row hr{margin-top: 2.772vw}}@media (min-width:1200px) and (max-width:1599px){.footer-row hr{margin-top: 40px}}@media (min-width:992px) and (max-width:1199px){.footer-row hr{margin-top: 35px}}@media (max-width:991px){.footer-row hr{margin-top: 30px}}@media (min-width:1600px) and (max-width:1870px){.footer-row hr{margin-bottom: 2.772vw}}@media (min-width:1200px) and (max-width:1599px){.footer-row hr{margin-bottom: 40px}}@media (min-width:992px) and (max-width:1199px){.footer-row hr{margin-bottom: 35px}}@media (max-width:991px){.footer-row hr{margin-bottom: 30px}}.footer-row .footer-nav{list-style-type:none;padding:0;margin:0;font-size:1.286rem;width:100%;display:table;table-layout:fixed}.footer-row .footer-nav>li{display:table-cell;padding-right:10px}.footer-row .footer-nav li{margin:0 20px 0 0;font-family:"HelveticaNeueLT","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.05;font-size:.95em}.footer-row .footer-nav li a{font-family:"HelveticaNeueLT","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500}.footer-row .footer-nav li ul{padding:0;margin:0;padding-top:8px;padding-bottom:5px;padding-left:2px}.footer-row .footer-nav li li{float:none;text-transform:none;list-style-type:none;font-size:.87em;margin:0;line-height:1.05;padding-bottom:8px}.footer-row .footer-nav li li li li{padding-bottom:0}@media (max-width:767px){.footer-row .footer-nav li li{float:left}}.footer-row .footer-nav li li ul{padding-left:8px;padding-bottom:0}.footer-row .footer-nav li li li{font-size:.929em;line-height:1.05;background-size:3px 1px;background-position:left 9px}.footer-row .footer-nav li li li i.fa{display:inline-block}.footer-row .footer-nav li li li i.fa:before{content:"\f10c";display:inline-block;vertical-align:middle;font-size:6px;padding-right:4px}.footer-row .footer-nav li li li li{background-size:1px 1px;background-position:left 8px;line-height:1.05;padding-left:8px}.copyright-row{background:#0d0d0d;color:#FFF;padding-top:1.582vw;padding-bottom:1.582vw}@media (min-width:1600px) and (max-width:1870px){.copyright-row{padding-top: 1.7402vw}}@media (min-width:1200px) and (max-width:1599px){.copyright-row{padding-top: 25px}}@media (min-width:992px) and (max-width:1199px){.copyright-row{padding-top: 22px}}@media (max-width:991px){.copyright-row{padding-top: 19px}}@media (min-width:1600px) and (max-width:1870px){.copyright-row{padding-bottom: 1.7402vw}}@media (min-width:1200px) and (max-width:1599px){.copyright-row{padding-bottom: 25px}}@media (min-width:992px) and (max-width:1199px){.copyright-row{padding-bottom: 22px}}@media (max-width:991px){.copyright-row{padding-bottom: 19px}}.copyright-row a,.copyright-row a:hover,.copyright-row a:focus{color:#FFF}@media (max-width:480px){.copyright-row{padding-top:10px;padding-bottom:10px}.copyright-row .copyright-text{width:100%;float:left}}.addad-logo{float:right}.addad-logo img{width:24px;height:24px;opacity:.8}.map-row{background:#eeeeee}.map-row .gmaps-directions{margin-top:.2em;font-weight:400}.map-container{position:relative}.map-cover{display:none}.gform_wrapper .form-captcha .gfield_label{display:none}.gform_wrapper .form-captcha.gfield_error iframe{color:#000000;border-radius:3px;border:1px solid #000000}.clear{clear:both}.contact-form-row{background:#000000;color:#666;padding-top:2.8vw;padding-bottom:2.8vw}@media (min-width:1600px) and (max-width:1870px){.contact-form-row{padding-top: 3.08vw}}@media (min-width:1200px) and (max-width:1599px){.contact-form-row{padding-top: 45px}}@media (min-width:992px) and (max-width:1199px){.contact-form-row{padding-top: 39px}}@media (max-width:991px){.contact-form-row{padding-top: 34px}}@media (min-width:1600px) and (max-width:1870px){.contact-form-row{padding-bottom: 3.08vw}}@media (min-width:1200px) and (max-width:1599px){.contact-form-row{padding-bottom: 45px}}@media (min-width:992px) and (max-width:1199px){.contact-form-row{padding-bottom: 39px}}@media (max-width:991px){.contact-form-row{padding-bottom: 34px}}.contact-form-row h1.entry-title{font-size:2.143em;color:#666;margin:0 0 20px 0;text-align:center}.contact-form-row h3,.contact-form-row .hentry h3{margin:0;padding:0;color:#666;font-size:1.55em;font-size:1.714em;line-height:1.5em}.contact-form-row .icon-list-container{position:relative}.contact-form-row .contact-form .gform_wrapper{max-width:100%}.contact-form-row .contact-form .gform_wrapper .ginput_container{width:52%}.contact-form-row .contact-form .gform_wrapper .message-box .ginput_container{width:100%}.contact-form-row .contact-form .gform_wrapper .g-recaptcha>div>div{float:right}.contact-form-row .contact-form .gform_wrapper .secondary-label,.contact-form-row .contact-form .gform_wrapper .required-label{margin-top:2px;margin-right:2px}@media (min-width:768px){.contact-form-row .contact-form .gform_wrapper .secondary-label,.contact-form-row .contact-form .gform_wrapper .required-label{margin-right:15px}}.contact-form-row .contact-form .gform_wrapper input[type="text"],.contact-form-row .contact-form .gform_wrapper input[type="email"],.contact-form-row .contact-form .gform_wrapper textarea{border:2px solid #666;background:none;color:#e6e6e6;-webkit-text-fill-color:#e6e6e6;-moz-box-shadow:0 0 0 0 #FFF;-webkit-box-shadow:0 0 0 0 #FFF;box-shadow:0 0 0 0 #FFF;width:100%}.contact-form-row .contact-form .gform_wrapper input[type="text"]:focus,.contact-form-row .contact-form .gform_wrapper input[type="email"]:focus,.contact-form-row .contact-form .gform_wrapper textarea:focus{border-color:#999}@media (min-width:768px){.contact-form-row .contact-form .gform_wrapper input[type="text"],.contact-form-row .contact-form .gform_wrapper input[type="email"],.contact-form-row .contact-form .gform_wrapper textarea{margin-bottom:20px}}.contact-form-row .contact-form .gform_wrapper input[type="text"]~.secondary-label,.contact-form-row .contact-form .gform_wrapper input[type="email"]~.secondary-label,.contact-form-row .contact-form .gform_wrapper textarea~.secondary-label,.contact-form-row .contact-form .gform_wrapper input[type="text"]~.required-label,.contact-form-row .contact-form .gform_wrapper input[type="email"]~.required-label,.contact-form-row .contact-form .gform_wrapper textarea~.required-label{color:rgba(230,230,230,0.6)}.contact-form-row .contact-form .gform_wrapper input[type="text"]::placeholder,.contact-form-row .contact-form .gform_wrapper input[type="email"]::placeholder,.contact-form-row .contact-form .gform_wrapper textarea::placeholder,.contact-form-row .contact-form .gform_wrapper input[type="text"]::-webkit-input-placeholder,.contact-form-row .contact-form .gform_wrapper input[type="email"]::-webkit-input-placeholder,.contact-form-row .contact-form .gform_wrapper textarea::-webkit-input-placeholder{color:rgba(230,230,230,0.6)}.contact-form-row .contact-form .gform_wrapper input[type="text"]::-ms-input-placeholder,.contact-form-row .contact-form .gform_wrapper input[type="email"]::-ms-input-placeholder,.contact-form-row .contact-form .gform_wrapper textarea::-ms-input-placeholder{color:rgba(230,230,230,0.6)}.contact-form-row .contact-form .gform_wrapper input[type="text"]:-ms-input-placeholder,.contact-form-row .contact-form .gform_wrapper input[type="email"]:-ms-input-placeholder,.contact-form-row .contact-form .gform_wrapper textarea:-ms-input-placeholder{color:rgba(230,230,230,0.6)}.contact-form-row .contact-form .gform_wrapper input[type="text"]::-moz-placeholder,.contact-form-row .contact-form .gform_wrapper input[type="email"]::-moz-placeholder,.contact-form-row .contact-form .gform_wrapper textarea::-moz-placeholder,.contact-form-row .contact-form .gform_wrapper input[type="text"]:-moz-placeholder,.contact-form-row .contact-form .gform_wrapper input[type="email"]:-moz-placeholder,.contact-form-row .contact-form .gform_wrapper textarea:-moz-placeholder{color:rgba(230,230,230,0.6)}@media (min-width:768px) and (max-width:991px){.contact-form-row .contact-form .gform_wrapper .gfield{width:246.66666667px;float:none}.contact-form-row .contact-form .gform_wrapper .gfield .ginput_container{width:100%}.contact-form-row .contact-form .gform_wrapper .gfield.message-box{left:246.66666667px}.contact-form-row .contact-form .gform_wrapper .gfield.form-captcha{left:246.66666667px}.contact-form-row .contact-form .gform_wrapper .gfield.form-captcha .ginput_container{-moz-transform:scale(.74561404);-webkit-transform:scale(.74561404);transform:scale(.74561404);-webkit-transform-origin:left;-moz-transform-origin:left;-ms-transform-origin:left;transform-origin:left;float:left}}@media (min-width:768px){.contact-form-row .contact-form{position:relative}.contact-form-row .contact-form .gform_body,.contact-form-row .contact-form .gform_footer{float:left;width:100%;position:relative}.contact-form-row .contact-form .gform_footer{margin-top:10px}.contact-form-row .contact-form li{margin-left:-10px;margin-right:-10px}.contact-form-row .contact-form .gfield_label{padding-left:10px;padding-right:18px;float:left;width:100%;line-height:23px;text-align:left}.contact-form-row .contact-form .message-box,.contact-form-row .contact-form .captcha,.contact-form-row .contact-form .gfield:last-child{position:absolute;right:0;width:320px}.contact-form-row .contact-form .ginput_container,.contact-form-row .contact-form .gfield_captcha_input_container{position:relative;min-height:1px;padding-left:10px;padding-right:10px}.contact-form-row .contact-form .message-box .ginput_container{max-height:none}.contact-form-row .contact-form .gfield_captcha_input_container{width:100%;position:absolute;left:0}.contact-form-row .contact-form textarea{height:88px;resize:none}.contact-form-row .contact-form .message-box{top:0}.contact-form-row .contact-form .captcha label,.contact-form-row .contact-form .gfield:last-child label{float:left;margin-top:4px;margin-bottom:0;width:auto;padding-right:5px;width:40%}.contact-form-row .contact-form .captcha .gfield_captcha_input_container,.contact-form-row .contact-form .gfield:last-child .gfield_captcha_input_container{margin-top:3px;width:100%}.contact-form-row .contact-form .gfield:last-child:not(.captcha){bottom:0}.contact-form-row .contact-form .gform_button{float:right}}@media (min-width:768px) and (min-width:992px){.contact-form-row .contact-form .ginput_container,.contact-form-row .contact-form .gfield_captcha_input_container{float:left;width:50%}}@media (min-width:768px) and (min-width:768px){.contact-form-row .contact-form .ginput_container,.contact-form-row .contact-form .gfield_captcha_input_container{float:left;width:50%}}@media (min-width:768px) and (min-width:768px){.contact-form-row .contact-form .captcha{top:139px}}@media (min-width:1200px){.contact-form-row .contact-form li{margin-left:-15px;margin-right:-15px}.contact-form-row .contact-form .ginput_container,.contact-form-row .contact-form .gfield_captcha_input_container,.contact-form-row .contact-form .gfield_label{padding-left:15px;padding-right:15px}.contact-form-row .contact-form .message-box,.contact-form-row .contact-form .captcha,.contact-form-row .contact-form .gfield:last-child{right:0;width:390px}}@media (min-width:1600px){.contact-form-row .contact-form .message-box,.contact-form-row .contact-form .captcha,.contact-form-row .contact-form .gfield:last-child{width:520px}}@media (min-width:768px) and (max-width:991px){.contact-form-row .contact-form .message-box,.contact-form-row .contact-form .captcha,.contact-form-row .contact-form .gfield:last-child{left:246.66666667px;right:0;width:304px}}@media (max-width:767px){.contact-form-row .contact-form .gfield{width:100%}.contact-form-row .contact-form .gfield label.gfield_label{text-align:left}.contact-form-row .contact-form .gfield .ginput_container{width:100%}.contact-form-row .contact-form .gfield.form-captcha{width:304px}.contact-form-row .contact-form .gform_footer>input[type="submit"]{position:relative;margin-right:0;margin-left:0;float:right}}@media (max-width:420px){.contact-form-row .contact-form .gform_wrapper .gform_footer>input[type="submit"].gform_button{float:left;width:100%}.contact-form-row .contact-form .gform_wrapper{overflow:hidden}.contact-form-row .contact-form .gform_wrapper .form-captcha{float:left;width:304px}.contact-form-row .contact-form .gform_footer>input[type="submit"]{width:100%}}.associates-row{background:#eeeeee;padding-top:2.8vw;padding-bottom:2.52vw}@media (min-width:1600px) and (max-width:1870px){.associates-row{padding-top: 3.08vw}}@media (min-width:1200px) and (max-width:1599px){.associates-row{padding-top: 45px}}@media (min-width:992px) and (max-width:1199px){.associates-row{padding-top: 39px}}@media (max-width:991px){.associates-row{padding-top: 34px}}@media (min-width:1600px) and (max-width:1870px){.associates-row{padding-bottom: 2.772vw}}@media (min-width:1200px) and (max-width:1599px){.associates-row{padding-bottom: 40px}}@media (min-width:992px) and (max-width:1199px){.associates-row{padding-bottom: 35px}}@media (max-width:991px){.associates-row{padding-bottom: 30px}}.associates-row .container{position:relative}.associates-row .associate-single{text-align:center;margin-bottom:30px}.associates-row .associate-single .associate-container{padding:0 10px}.associates-row .textalign_left{text-align:left}.associates-row .textalign_center{text-align:center}.associates-row .textalign_right{text-align:right}.associates-row .textalign_right img{margin-left:auto;margin-right:auto}.associates-row h3{padding-bottom:20px;margin:0}.widgets-container{position:relative}.widget{margin-bottom:20px}.widget h3{margin-bottom:10px}.widget ul{list-style-type:none;padding:0;margin:0}.widget ul li{line-height:1.125rem;font-size:.875rem}.widget_search #searchsubmit{margin-top:7px}.gform_body ul{padding:0;margin:0;list-style-type:none}#wpadminbar li{line-height:32px}.extra_content_menu_list li.fa{display:list-item;font:inherit}.map_canvas,.map_container,.map-container{color:#323232}.map_canvas img,.map_container img,.map-container img{max-width:none}.hentry .custom_coworkers{list-style:none;padding:0}.hentry .custom_coworkers .associate-container{padding:1.142em 0 .571em 0}.hentry .map_container,.hentry .html_container.addPadding{padding:1.142em 0 1.142em 0}.footer-row .hentry .custom_coworkers .associate-container,.footer-row .hentry .map_container,.footer-row .hentry .html_container.addPadding{padding:.75em 0}.associate-container{position:relative;line-height:1.55}.associate-container .img-container img{margin:0 0 10px 0}.associate-container img{margin-bottom:1.142em;margin-left:auto;margin-right:auto}.associate-container h4{margin:0;padding:0;line-height:1.3;margin-bottom:.15em;font-size:1.286em}.associate-container .jobtitle{font-family:"HelveticaNeueLT","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;font-size:1.143em;color:#999;padding:0}.associate-container .telephone{padding-bottom:0}.associate-container .mail-btn{margin:.571em 0}.associate-container .contactmethod{background:transparent;border:none;border-radius:0;color:inherit;padding:0;margin:0;font-size:0}.associate-container .contactmethod::before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:1.28571429em;text-align:center;font-size:1rem;content:'\f003';height:1.3em;line-height:1.3em;margin-right:.25em}.associate-container .contactmethod-linkedin::before{content:'\f0e1'}.associate-container .contactmethod-twitter::before{content:'\f099'}.associate-container .contactmethod-mailto::before{content:'\f1fa'}.full-mail a{display:block}.full-mail a>span{word-break:break-word}.single-line-form{margin:1em 0 .571em 0}@media (min-width:768px){.single-line-form{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.single-line-form li.gfield{margin-right:.8em}.single-line-form .gform_wrapper{-webkit-flex:1 0 auto;-moz-flex:1 0 auto;-ms-flex:1 0 auto;-o-flex:1 0 auto;flex:1 0 auto}.single-line-form .gform_fields{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.single-line-form .gform_fields>li{-webkit-flex:1 1 auto;-moz-flex:1 1 auto;-ms-flex:1 1 auto;-o-flex:1 1 auto;flex:1 1 auto}}@media (max-width:767px){.single-line-form li.gfield{margin-bottom:.8em}}.single-line-form form{position:relative;padding:0}.single-line-form form input{margin:0}.single-line-form .gform_wrapper .validation_error{position:absolute;top:0;-webkit-transform:translate(0, -100%);-ms-transform:translate(0, -100%);-o-transform:translate(0, -100%);transform:translate(0, -100%);z-index:1;background:none;border:none;padding:0;margin:0}.single-line-form .gdpr-form-notification{display:none}.extra-btn-container{padding:.571em 0}.extra-btn-container.associate-container .mail-btn{margin:0}@media (max-width:767px){.extra-btn-container.cta-container .cta-btn{width:100%}}.extra-btn-container.cta-container input[type="submit"]{display:none !important}.associates-row .associate-container h4{margin:0;line-height:1.4em}.associates-row .associate-container h4+*{padding-top:10px}.associates-row .associate-container h4+.jobtitle{padding-top:0;padding-bottom:10px}.associates-row .associate-container .jobtitle{padding:0;font-size:1.071em}.associates-row .associate-container p{margin:0;padding:.571em 0 .571em 0}.associates{font-size:.9em}.associates img{border-radius:50%}.associates .img-container+.text-container{padding-left:1.5em}@media (max-width:767px){.associates .img-container+.text-container{padding-left:1em}}.associates .associate-container{margin:0;margin-bottom:2.2em}.associates .associate-container.row{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-ms-flex-align:stretch;-webkit-box-align:stretch;-moz-box-align:stretch;-webkit-align-items:stretch;align-items:stretch}.associates .associate-container h4{font-size:1.3em;margin-bottom:.35em}.associates .associate-container a{font-weight:normal}.associates .associate-container .jobtitle{font-size:.88em;opacity:.7;text-transform:uppercase}.associates .associate-container .contactperson-name,.associates .associate-container .jobtitle{color:inherit}.associates .text-container,.associates .img-container{width:auto;float:left}.associates .img-container{width:25%;max-width:130px;padding:0}.associates .img-container img{margin:0}.associates .text-container{width:65%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.associates .text-container:first-of-type{padding-left:0}.associates .text-container .contact-descr{margin-top:.5em;font-size:1.1em}.associates p{margin-bottom:0;padding:0;line-height:1.4}.associates .telephone{display:inline;margin-right:.5em}.associates .telephone>strong{display:none}.associates .mail-btn,.associates .contactmethod{background:transparent;border:none;border-radius:0;color:inherit;padding:0;margin:0;font-size:0}.associates .mail-btn::before,.associates .contactmethod::before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:1.28571429em;text-align:center;font-size:1rem;content:'\f003';height:1.3em;line-height:1.3em}.associates .contactmethod-linkedin::before{content:'\f0e1'}.associates .contactmethod-twitter::before{content:'\f099'}.associates .contactmethod-mailto::before{content:'\f1fa'}.smartpreview-content .associates,.slidebar .associates{font-size:.8rem}.smartpreview-content .associates .img-container,.slidebar .associates .img-container{width:85px;max-width:100px;padding:0}.custom_coworkers .mail-btn{margin-top:.571em}@media (min-width:768px){.associate-modal .modal-dialog{width:440px}}.associate-modal .modal-dialog,#addad_modal .modal-dialog,.associate-modal .modal-dialog.modal-sm,#addad_modal .modal-dialog.modal-sm{margin-left:auto;margin-right:auto}@media (min-width:768px){.associate-modal .modal-dialog.modal-sm,#addad_modal .modal-dialog.modal-sm{width:440px}}.associate-modal h4,#addad_modal h4{margin:0;padding:0;font-size:1.564em;line-height:1.32em}.associate-modal .hentry,#addad_modal .hentry{max-height:none;overflow:auto;position:relative;margin-bottom:0;border-radius:0 0 10px 10px}img.gfield_captcha{width:auto}.modal .gform_wrapper{margin:0 auto}.gform_wrapper label.gfield_label{display:none}.gform_wrapper .type-select,.gform_wrapper .type-multiselect,.gform_wrapper .type-checkbox,.gform_wrapper .type-radio,.gform_wrapper .type-post_category,.gform_wrapper .type-produkt,.gform_wrapper .type-fileupload,.gform_wrapper .type-address,.gform_wrapper .type-name,.gform_wrapper .type-list,.gform_wrapper .type-time,.gform_wrapper .type-product{margin:.5em 0}.gform_wrapper .type-select label.gfield_label,.gform_wrapper .type-multiselect label.gfield_label,.gform_wrapper .type-checkbox label.gfield_label,.gform_wrapper .type-radio label.gfield_label,.gform_wrapper .type-post_category label.gfield_label,.gform_wrapper .type-produkt label.gfield_label,.gform_wrapper .type-fileupload label.gfield_label,.gform_wrapper .type-address label.gfield_label,.gform_wrapper .type-name label.gfield_label,.gform_wrapper .type-list label.gfield_label,.gform_wrapper .type-time label.gfield_label,.gform_wrapper .type-product label.gfield_label{display:inline-block}.gform_wrapper .type-product input[type="number"]{width:100px}.gform_wrapper .type-product .secondary-label{display:none !important}.gform_wrapper .type-list .secondary-label{display:none !important}.gform_wrapper .type-list input{margin-bottom:0;font-size:.8rem;padding:.7em}.gform_wrapper .type-time .ginput_container_time{width:32%;margin-right:2%}.gform_wrapper .type-time .ginput_container_time:last-of-type{margin-right:0}.gform_wrapper .type-address .address_country label{display:none}.gform_wrapper .secondary-label,.gform_wrapper .required-label{display:none}.gform_wrapper li.gfield,form li.gfield,.woocommerce form .form-row li.gfield{float:left;width:100%;position:relative;padding:0}.gform_wrapper .gform_title,form .gform_title,.woocommerce form .form-row .gform_title{margin-bottom:.5em}.gform_wrapper input,form input,.woocommerce form .form-row input,.gform_wrapper textarea,form textarea,.woocommerce form .form-row textarea,.gform_wrapper select,form select,.woocommerce form .form-row select,.gform_wrapper .ginput_recaptcha,form .ginput_recaptcha,.woocommerce form .form-row .ginput_recaptcha,.gform_wrapper .type-gf_no_captcha_recaptcha .ginput_container,form .type-gf_no_captcha_recaptcha .ginput_container,.woocommerce form .form-row .type-gf_no_captcha_recaptcha .ginput_container,.gform_wrapper .gfield_radio,form .gfield_radio,.woocommerce form .form-row .gfield_radio,.gform_wrapper .gfield_checkbox,form .gfield_checkbox,.woocommerce form .form-row .gfield_checkbox{margin-bottom:.8rem;font-size:.882rem}.gform_wrapper input,form input,.woocommerce form .form-row input,.gform_wrapper textarea,form textarea,.woocommerce form .form-row textarea{padding:.85em}.gform_wrapper input[type="file"],form input[type="file"],.woocommerce form .form-row input[type="file"]{font-size:.75rem;padding:.5em 0}.gform_wrapper textarea,form textarea,.woocommerce form .form-row textarea{margin-bottom:.4rem}.gform_wrapper form,form form,.woocommerce form .form-row form{margin:0}.gform_wrapper ul,form ul,.woocommerce form .form-row ul{list-style-type:none;padding:0}.gform_wrapper label.gfield_label,form label.gfield_label,.woocommerce form .form-row label.gfield_label,.gform_wrapper label,form label,.woocommerce form .form-row label{width:100%;float:left;text-align:left;padding-left:5px;line-height:18px;padding-right:10px;font-size:.7em;color:#323232;text-transform:uppercase;margin-bottom:2px}.gform_wrapper .create-account input[type="checkbox"],form .create-account input[type="checkbox"],.woocommerce form .form-row .create-account input[type="checkbox"]{float:left;position:relative;margin-left:0 !important}.gform_wrapper .create-account span,form .create-account span,.woocommerce form .form-row .create-account span{float:left;display:block;margin-left:6px}.gform_wrapper .gfield_radio label,form .gfield_radio label,.woocommerce form .form-row .gfield_radio label,.gform_wrapper .gfield_checkbox label,form .gfield_checkbox label,.woocommerce form .form-row .gfield_checkbox label{margin-left:.5rem;font-size:.9em;text-transform:none}.gform_wrapper .gfield_captcha_container,form .gfield_captcha_container,.woocommerce form .form-row .gfield_captcha_container{float:left;width:60%}.gform_wrapper .ginput_container,form .ginput_container,.woocommerce form .form-row .ginput_container{width:100%}.gform_wrapper .gfield:last-child:not(.captcha) .ginput_container,form .gfield:last-child:not(.captcha) .ginput_container,.woocommerce form .form-row .gfield:last-child:not(.captcha) .ginput_container{width:100%}.gform_wrapper input,form input,.woocommerce form .form-row input{height:auto}.gform_wrapper input[type="tel"],form input[type="tel"],.woocommerce form .form-row input[type="tel"],.gform_wrapper input[type="url"],form input[type="url"],.woocommerce form .form-row input[type="url"],.gform_wrapper input[type="file"],form input[type="file"],.woocommerce form .form-row input[type="file"],.gform_wrapper input[type="text"],form input[type="text"],.woocommerce form .form-row input[type="text"],.gform_wrapper input[type="email"],form input[type="email"],.woocommerce form .form-row input[type="email"],.gform_wrapper input[type="number"],form input[type="number"],.woocommerce form .form-row input[type="number"],.gform_wrapper textarea,form textarea,.woocommerce form .form-row textarea,.gform_wrapper select,form select,.woocommerce form .form-row select{width:100%}.gform_wrapper textarea,form textarea,.woocommerce form .form-row textarea{height:110px}.gform_wrapper input[type="radio"],form input[type="radio"],.woocommerce form .form-row input[type="radio"],.gform_wrapper input[type="checkbox"],form input[type="checkbox"],.woocommerce form .form-row input[type="checkbox"]{margin:0 0 0 .4em}.gform_wrapper input[type="radio"]+label,form input[type="radio"]+label,.woocommerce form .form-row input[type="radio"]+label,.gform_wrapper input[type="checkbox"]+label,form input[type="checkbox"]+label,.woocommerce form .form-row input[type="checkbox"]+label{display:inline;width:auto;float:none;margin-left:0;color:#323232}.gform_wrapper .ginput_container_name label,form .ginput_container_name label,.woocommerce form .form-row .ginput_container_name label{position:relative;top:-0.8em;color:#585858;font-size:.8rem}.gform_wrapper .gform_footer input[type="submit"].gform_button,form .gform_footer input[type="submit"].gform_button,.woocommerce form .form-row .gform_footer input[type="submit"].gform_button{width:100%;margin-top:0;border-radius:3px;border-width:2px;font-weight:700}.gform_wrapper .form-captcha,form .form-captcha,.woocommerce form .form-row .form-captcha{float:left}@media (max-width:420px){.gform_wrapper .form-captcha,form .form-captcha,.woocommerce form .form-row .form-captcha{-webkit-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9);-webkit-transform-origin:left;-moz-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.gform_wrapper .gform_footer>input[type="submit"],form .gform_footer>input[type="submit"],.woocommerce form .form-row .gform_footer>input[type="submit"]{width:100%}}.gform_wrapper .gsection_description,form .gsection_description,.woocommerce form .form-row .gsection_description,.gform_wrapper .gfield_description,form .gfield_description,.woocommerce form .form-row .gfield_description,.gform_wrapper .instruction,form .instruction,.woocommerce form .form-row .instruction{margin-top:-0.5em;margin-bottom:1.5em;float:left}.gform_wrapper .gfield_description,form .gfield_description,.woocommerce form .form-row .gfield_description,.gform_wrapper .instruction,form .instruction,.woocommerce form .form-row .instruction{font-size:.8em;color:#323232;margin-left:.5em}.gform_wrapper .gsection_description,form .gsection_description,.woocommerce form .form-row .gsection_description{font-size:.9em;margin-bottom:2em}.ginput_container,.ginput_complex>span{position:relative;width:100%;float:left}.ginput_container>input[type="tel"]+i,.ginput_complex>span>input[type="tel"]+i,.ginput_container>input[type="url"]+i,.ginput_complex>span>input[type="url"]+i,.ginput_container>input[type="text"]+i,.ginput_complex>span>input[type="text"]+i,.ginput_container>input[type="email"]+i,.ginput_complex>span>input[type="email"]+i,.ginput_container>input[type="number"]+i,.ginput_complex>span>input[type="number"]+i,.ginput_container>textarea+i,.ginput_complex>span>textarea+i{display:none}.ginput_container>input[type="tel"]+label,.ginput_complex>span>input[type="tel"]+label,.ginput_container>input[type="url"]+label,.ginput_complex>span>input[type="url"]+label,.ginput_container>input[type="text"]+label,.ginput_complex>span>input[type="text"]+label,.ginput_container>input[type="email"]+label,.ginput_complex>span>input[type="email"]+label,.ginput_container>input[type="number"]+label,.ginput_complex>span>input[type="number"]+label,.ginput_container>textarea+label,.ginput_complex>span>textarea+label,.ginput_container>input[type="tel"]+i+label,.ginput_complex>span>input[type="tel"]+i+label,.ginput_container>input[type="url"]+i+label,.ginput_complex>span>input[type="url"]+i+label,.ginput_container>input[type="text"]+i+label,.ginput_complex>span>input[type="text"]+i+label,.ginput_container>input[type="email"]+i+label,.ginput_complex>span>input[type="email"]+i+label,.ginput_container>input[type="number"]+i+label,.ginput_complex>span>input[type="number"]+i+label,.ginput_container>textarea+i+label,.ginput_complex>span>textarea+i+label,.ginput_container>input[type="tel"]~.secondary-label,.ginput_complex>span>input[type="tel"]~.secondary-label,.ginput_container>input[type="url"]~.secondary-label,.ginput_complex>span>input[type="url"]~.secondary-label,.ginput_container>input[type="text"]~.secondary-label,.ginput_complex>span>input[type="text"]~.secondary-label,.ginput_container>input[type="email"]~.secondary-label,.ginput_complex>span>input[type="email"]~.secondary-label,.ginput_container>input[type="number"]~.secondary-label,.ginput_complex>span>input[type="number"]~.secondary-label,.ginput_container>textarea~.secondary-label,.ginput_complex>span>textarea~.secondary-label,.ginput_container>input[type="tel"]~.required-label,.ginput_complex>span>input[type="tel"]~.required-label,.ginput_container>input[type="url"]~.required-label,.ginput_complex>span>input[type="url"]~.required-label,.ginput_container>input[type="text"]~.required-label,.ginput_complex>span>input[type="text"]~.required-label,.ginput_container>input[type="email"]~.required-label,.ginput_complex>span>input[type="email"]~.required-label,.ginput_container>input[type="number"]~.required-label,.ginput_complex>span>input[type="number"]~.required-label,.ginput_container>textarea~.required-label,.ginput_complex>span>textarea~.required-label{display:inline-block;position:absolute;pointer-events:none;opacity:0;top:.25em;right:.5em;font-size:.588rem;text-transform:uppercase;text-align:right;line-height:1.4;padding:0;color:rgba(50,50,50,0.6);-webkit-transition:opacity 0.5s, color 0.2s;-o-transition:opacity 0.5s, color 0.2s;transition:opacity 0.5s, color 0.2s}.ginput_container>input[type="tel"]::placeholder,.ginput_complex>span>input[type="tel"]::placeholder,.ginput_container>input[type="url"]::placeholder,.ginput_complex>span>input[type="url"]::placeholder,.ginput_container>input[type="text"]::placeholder,.ginput_complex>span>input[type="text"]::placeholder,.ginput_container>input[type="email"]::placeholder,.ginput_complex>span>input[type="email"]::placeholder,.ginput_container>input[type="number"]::placeholder,.ginput_complex>span>input[type="number"]::placeholder,.ginput_container>textarea::placeholder,.ginput_complex>span>textarea::placeholder,.ginput_container>input[type="tel"]::-webkit-input-placeholder,.ginput_complex>span>input[type="tel"]::-webkit-input-placeholder,.ginput_container>input[type="url"]::-webkit-input-placeholder,.ginput_complex>span>input[type="url"]::-webkit-input-placeholder,.ginput_container>input[type="text"]::-webkit-input-placeholder,.ginput_complex>span>input[type="text"]::-webkit-input-placeholder,.ginput_container>input[type="email"]::-webkit-input-placeholder,.ginput_complex>span>input[type="email"]::-webkit-input-placeholder,.ginput_container>input[type="number"]::-webkit-input-placeholder,.ginput_complex>span>input[type="number"]::-webkit-input-placeholder,.ginput_container>textarea::-webkit-input-placeholder,.ginput_complex>span>textarea::-webkit-input-placeholder{color:rgba(50,50,50,0.6)}.ginput_container>input[type="tel"]::-ms-input-placeholder,.ginput_complex>span>input[type="tel"]::-ms-input-placeholder,.ginput_container>input[type="url"]::-ms-input-placeholder,.ginput_complex>span>input[type="url"]::-ms-input-placeholder,.ginput_container>input[type="text"]::-ms-input-placeholder,.ginput_complex>span>input[type="text"]::-ms-input-placeholder,.ginput_container>input[type="email"]::-ms-input-placeholder,.ginput_complex>span>input[type="email"]::-ms-input-placeholder,.ginput_container>input[type="number"]::-ms-input-placeholder,.ginput_complex>span>input[type="number"]::-ms-input-placeholder,.ginput_container>textarea::-ms-input-placeholder,.ginput_complex>span>textarea::-ms-input-placeholder{color:rgba(50,50,50,0.6)}.ginput_container>input[type="tel"]:-ms-input-placeholder,.ginput_complex>span>input[type="tel"]:-ms-input-placeholder,.ginput_container>input[type="url"]:-ms-input-placeholder,.ginput_complex>span>input[type="url"]:-ms-input-placeholder,.ginput_container>input[type="text"]:-ms-input-placeholder,.ginput_complex>span>input[type="text"]:-ms-input-placeholder,.ginput_container>input[type="email"]:-ms-input-placeholder,.ginput_complex>span>input[type="email"]:-ms-input-placeholder,.ginput_container>input[type="number"]:-ms-input-placeholder,.ginput_complex>span>input[type="number"]:-ms-input-placeholder,.ginput_container>textarea:-ms-input-placeholder,.ginput_complex>span>textarea:-ms-input-placeholder{color:rgba(50,50,50,0.6)}.ginput_container>input[type="tel"]::-moz-placeholder,.ginput_complex>span>input[type="tel"]::-moz-placeholder,.ginput_container>input[type="url"]::-moz-placeholder,.ginput_complex>span>input[type="url"]::-moz-placeholder,.ginput_container>input[type="text"]::-moz-placeholder,.ginput_complex>span>input[type="text"]::-moz-placeholder,.ginput_container>input[type="email"]::-moz-placeholder,.ginput_complex>span>input[type="email"]::-moz-placeholder,.ginput_container>input[type="number"]::-moz-placeholder,.ginput_complex>span>input[type="number"]::-moz-placeholder,.ginput_container>textarea::-moz-placeholder,.ginput_complex>span>textarea::-moz-placeholder,.ginput_container>input[type="tel"]:-moz-placeholder,.ginput_complex>span>input[type="tel"]:-moz-placeholder,.ginput_container>input[type="url"]:-moz-placeholder,.ginput_complex>span>input[type="url"]:-moz-placeholder,.ginput_container>input[type="text"]:-moz-placeholder,.ginput_complex>span>input[type="text"]:-moz-placeholder,.ginput_container>input[type="email"]:-moz-placeholder,.ginput_complex>span>input[type="email"]:-moz-placeholder,.ginput_container>input[type="number"]:-moz-placeholder,.ginput_complex>span>input[type="number"]:-moz-placeholder,.ginput_container>textarea:-moz-placeholder,.ginput_complex>span>textarea:-moz-placeholder{color:rgba(50,50,50,0.6)}.ginput_container>input[type="tel"]:not(:placeholder-shown):not(.placeholder-shown)+label,.ginput_complex>span>input[type="tel"]:not(:placeholder-shown):not(.placeholder-shown)+label,.ginput_container>input[type="url"]:not(:placeholder-shown):not(.placeholder-shown)+label,.ginput_complex>span>input[type="url"]:not(:placeholder-shown):not(.placeholder-shown)+label,.ginput_container>input[type="text"]:not(:placeholder-shown):not(.placeholder-shown)+label,.ginput_complex>span>input[type="text"]:not(:placeholder-shown):not(.placeholder-shown)+label,.ginput_container>input[type="email"]:not(:placeholder-shown):not(.placeholder-shown)+label,.ginput_complex>span>input[type="email"]:not(:placeholder-shown):not(.placeholder-shown)+label,.ginput_container>input[type="number"]:not(:placeholder-shown):not(.placeholder-shown)+label,.ginput_complex>span>input[type="number"]:not(:placeholder-shown):not(.placeholder-shown)+label,.ginput_container>textarea:not(:placeholder-shown):not(.placeholder-shown)+label,.ginput_complex>span>textarea:not(:placeholder-shown):not(.placeholder-shown)+label,.ginput_container>input[type="tel"]:not(:placeholder-shown):not(.placeholder-shown)+i+label,.ginput_complex>span>input[type="tel"]:not(:placeholder-shown):not(.placeholder-shown)+i+label,.ginput_container>input[type="url"]:not(:placeholder-shown):not(.placeholder-shown)+i+label,.ginput_complex>span>input[type="url"]:not(:placeholder-shown):not(.placeholder-shown)+i+label,.ginput_container>input[type="text"]:not(:placeholder-shown):not(.placeholder-shown)+i+label,.ginput_complex>span>input[type="text"]:not(:placeholder-shown):not(.placeholder-shown)+i+label,.ginput_container>input[type="email"]:not(:placeholder-shown):not(.placeholder-shown)+i+label,.ginput_complex>span>input[type="email"]:not(:placeholder-shown):not(.placeholder-shown)+i+label,.ginput_container>input[type="number"]:not(:placeholder-shown):not(.placeholder-shown)+i+label,.ginput_complex>span>input[type="number"]:not(:placeholder-shown):not(.placeholder-shown)+i+label,.ginput_container>textarea:not(:placeholder-shown):not(.placeholder-shown)+i+label,.ginput_complex>span>textarea:not(:placeholder-shown):not(.placeholder-shown)+i+label,.ginput_container>input[type="tel"]:not(:placeholder-shown):not(.placeholder-shown)~.secondary-label,.ginput_complex>span>input[type="tel"]:not(:placeholder-shown):not(.placeholder-shown)~.secondary-label,.ginput_container>input[type="url"]:not(:placeholder-shown):not(.placeholder-shown)~.secondary-label,.ginput_complex>span>input[type="url"]:not(:placeholder-shown):not(.placeholder-shown)~.secondary-label,.ginput_container>input[type="text"]:not(:placeholder-shown):not(.placeholder-shown)~.secondary-label,.ginput_complex>span>input[type="text"]:not(:placeholder-shown):not(.placeholder-shown)~.secondary-label,.ginput_container>input[type="email"]:not(:placeholder-shown):not(.placeholder-shown)~.secondary-label,.ginput_complex>span>input[type="email"]:not(:placeholder-shown):not(.placeholder-shown)~.secondary-label,.ginput_container>input[type="number"]:not(:placeholder-shown):not(.placeholder-shown)~.secondary-label,.ginput_complex>span>input[type="number"]:not(:placeholder-shown):not(.placeholder-shown)~.secondary-label,.ginput_container>textarea:not(:placeholder-shown):not(.placeholder-shown)~.secondary-label,.ginput_complex>span>textarea:not(:placeholder-shown):not(.placeholder-shown)~.secondary-label{opacity:1}.ginput_container>input[type="tel"]:valid+label::before,.ginput_complex>span>input[type="tel"]:valid+label::before,.ginput_container>input[type="url"]:valid+label::before,.ginput_complex>span>input[type="url"]:valid+label::before,.ginput_container>input[type="text"]:valid+label::before,.ginput_complex>span>input[type="text"]:valid+label::before,.ginput_container>input[type="email"]:valid+label::before,.ginput_complex>span>input[type="email"]:valid+label::before,.ginput_container>input[type="number"]:valid+label::before,.ginput_complex>span>input[type="number"]:valid+label::before,.ginput_container>textarea:valid+label::before,.ginput_complex>span>textarea:valid+label::before,.ginput_container>input[type="tel"]:valid+i+label::before,.ginput_complex>span>input[type="tel"]:valid+i+label::before,.ginput_container>input[type="url"]:valid+i+label::before,.ginput_complex>span>input[type="url"]:valid+i+label::before,.ginput_container>input[type="text"]:valid+i+label::before,.ginput_complex>span>input[type="text"]:valid+i+label::before,.ginput_container>input[type="email"]:valid+i+label::before,.ginput_complex>span>input[type="email"]:valid+i+label::before,.ginput_container>input[type="number"]:valid+i+label::before,.ginput_complex>span>input[type="number"]:valid+i+label::before,.ginput_container>textarea:valid+i+label::before,.ginput_complex>span>textarea:valid+i+label::before,.ginput_container>input[type="tel"]:valid~.secondary-label::before,.ginput_complex>span>input[type="tel"]:valid~.secondary-label::before,.ginput_container>input[type="url"]:valid~.secondary-label::before,.ginput_complex>span>input[type="url"]:valid~.secondary-label::before,.ginput_container>input[type="text"]:valid~.secondary-label::before,.ginput_complex>span>input[type="text"]:valid~.secondary-label::before,.ginput_container>input[type="email"]:valid~.secondary-label::before,.ginput_complex>span>input[type="email"]:valid~.secondary-label::before,.ginput_container>input[type="number"]:valid~.secondary-label::before,.ginput_complex>span>input[type="number"]:valid~.secondary-label::before,.ginput_container>textarea:valid~.secondary-label::before,.ginput_complex>span>textarea:valid~.secondary-label::before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:.25em;content:"\f00c";color:#191}.gfield_contains_required .ginput_container>input[type="tel"]:placeholder-shown~.required-label,.gfield_contains_required .ginput_complex>span>input[type="tel"]:placeholder-shown~.required-label,.gfield_contains_required .ginput_container>input[type="url"]:placeholder-shown~.required-label,.gfield_contains_required .ginput_complex>span>input[type="url"]:placeholder-shown~.required-label,.gfield_contains_required .ginput_container>input[type="text"]:placeholder-shown~.required-label,.gfield_contains_required .ginput_complex>span>input[type="text"]:placeholder-shown~.required-label,.gfield_contains_required .ginput_container>input[type="email"]:placeholder-shown~.required-label,.gfield_contains_required .ginput_complex>span>input[type="email"]:placeholder-shown~.required-label,.gfield_contains_required .ginput_container>input[type="number"]:placeholder-shown~.required-label,.gfield_contains_required .ginput_complex>span>input[type="number"]:placeholder-shown~.required-label,.gfield_contains_required .ginput_container>textarea:placeholder-shown~.required-label,.gfield_contains_required .ginput_complex>span>textarea:placeholder-shown~.required-label{opacity:1}.gfield_error.gfield_contains_required .ginput_container>input[type="tel"]:placeholder-shown~.required-label,.gfield_error.gfield_contains_required .ginput_complex>span>input[type="tel"]:placeholder-shown~.required-label,.gfield_error.gfield_contains_required .ginput_container>input[type="url"]:placeholder-shown~.required-label,.gfield_error.gfield_contains_required .ginput_complex>span>input[type="url"]:placeholder-shown~.required-label,.gfield_error.gfield_contains_required .ginput_container>input[type="text"]:placeholder-shown~.required-label,.gfield_error.gfield_contains_required .ginput_complex>span>input[type="text"]:placeholder-shown~.required-label,.gfield_error.gfield_contains_required .ginput_container>input[type="email"]:placeholder-shown~.required-label,.gfield_error.gfield_contains_required .ginput_complex>span>input[type="email"]:placeholder-shown~.required-label,.gfield_error.gfield_contains_required .ginput_container>input[type="number"]:placeholder-shown~.required-label,.gfield_error.gfield_contains_required .ginput_complex>span>input[type="number"]:placeholder-shown~.required-label,.gfield_error.gfield_contains_required .ginput_container>textarea:placeholder-shown~.required-label,.gfield_error.gfield_contains_required .ginput_complex>span>textarea:placeholder-shown~.required-label{color:#000000;opacity:.8}.ginput_container.ginput_list .secondary-label,.ginput_complex>span.ginput_list .secondary-label,.ginput_container.gfield_radio .secondary-label,.ginput_complex>span.gfield_radio .secondary-label,.ginput_container.gfield_checkbox .secondary-label,.ginput_complex>span.gfield_checkbox .secondary-label,.ginput_container.ginput_list .required-label,.ginput_complex>span.ginput_list .required-label,.ginput_container.gfield_radio .required-label,.ginput_complex>span.gfield_radio .required-label,.ginput_container.gfield_checkbox .required-label,.ginput_complex>span.gfield_checkbox .required-label{display:none}.ginput_container.ginput_complex{margin:0 -0.5%;width:101%}.ginput_container.ginput_complex>span{margin:0 .5%;width:49%}.ginput_container.ginput_complex>span.ginput_full{width:99%}.gform_wrapper .gfield_required{display:inline-block;position:absolute;right:.5em;visibility:hidden;font-size:.588rem}.gform_wrapper .gfield_required::before{display:inline-block;position:absolute;visibility:visible;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;right:0;content:"\f069";color:rgba(50,50,50,0.6);opacity:1}.gform_wrapper .gfield_error .gfield_required::before{color:#000000}.modal .gform_wrapper form{position:relative;margin:.571em 0 .571em 0;padding:0}.modal .gform_wrapper form:before,.modal .gform_wrapper form:after{content:" ";display:table}.modal .gform_wrapper form:after{clear:both}.modal .gform_wrapper form:before,.modal .gform_wrapper form:after{content:" ";display:table}.modal .gform_wrapper form:after{clear:both}@media (max-width:767px){.contact-form-row .gform_wrapper form{position:relative;margin:.571em 0 .571em 0;padding:0}.contact-form-row .gform_wrapper form:before,.contact-form-row .gform_wrapper form:after{content:" ";display:table}.contact-form-row .gform_wrapper form:after{clear:both}.contact-form-row .gform_wrapper form:before,.contact-form-row .gform_wrapper form:after{content:" ";display:table}.contact-form-row .gform_wrapper form:after{clear:both}}ul.contact-info,ul.icon-list{list-style-type:none;padding:.571em 0;margin-left:2em}ul.contact-info p,ul.icon-list p{margin:0;padding:.15em 0 .571em}ul.contact-info i.fa,ul.icon-list i.fa{font-size:1.2em;line-height:1.4em}ul.contact-info li,ul.icon-list li{width:100%;font-size:1.143em;font-family:"HelveticaNeueLT","Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.5em;margin-bottom:10px;position:relative}.footer-row ul.contact-info,.footer-row ul.icon-list{padding:0}.footer-row ul.contact-info li,.footer-row ul.icon-list li{padding:.12em 0;margin:0}.social-media-btns{padding:.571em 0}.social-media-btns a.fa{font-size:2.2em;text-decoration:none;margin:2px 10px 2px 0;color:#43b02a}.social-media-btns a.fa:hover,.social-media-btns a.fa:focus{color:#2b721b}.social-media-btns .likebox.facebok .pam{padding:0}.footer-row .social-media-btns a.fa{color:#666}.footer-row .social-media-btns a.fa:hover,.footer-row .social-media-btns a.fa:focus{color:#fff}.likebox{padding:.571em 0;margin:0;float:left;margin-right:20px}.likebox .pam{padding:0 !important}.likebox.facebook{padding:0}.likebox.linkedin{padding-bottom:.375em}.likebox.twitter{padding-bottom:.375em}.fade.in.opacity0{opacity:0}.modal-backdrop .loading-icon{z-index:20000;color:#FFF;font-size:25px;width:40px;text-align:center;margin:0 auto;margin-top:150px;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.modal-backdrop .loading-icon.opacity0{opacity:0}.modal-dialog{min-height:calc(100vh - 20px);display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;overflow:auto}.modal-dialog .modal-body>.hentry{margin-bottom:0}.modal-dialog .modal-content{border-radius:0}.modal-dialog .modal-header{position:relative;background:#000000;color:#fff}.modal-dialog .modal-header h1,.modal-dialog .modal-header h2,.modal-dialog .modal-header h3,.modal-dialog .modal-header h4{color:inherit;margin:0;padding-right:2.5em}.modal-dialog .modal-header .close{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;position:absolute;font-size:2.2em;height:100%;width:1.5em;top:0;right:0;margin:0;background:rgba(0,0,0,0.25);text-shadow:none;color:inherit;opacity:1;padding:0 !important}.modal-dialog .modal-header .close:hover,.modal-dialog .modal-header .close:focus{background:rgba(0,0,0,0.35)}.modal-dialog .modal-header .close:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.modal-dialog .modal-header .close .fa{font-size:.65em;margin:0 auto;width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.modal-dialog iframe{width:100%}a[data-rel="lightbox"]{cursor:zoom-in}.section-row.slider-title-wrapper{opacity:0;position:absolute;width:100%;z-index:2;height:inherit}.section-row.slider-title-wrapper h2.slider-title,.section-row.slider-title-wrapper h1.slider-title{margin-bottom:0}.post-slider.addad-slider .owl-item{-webkit-transition:height 800ms;-moz-transition:height 800ms;transition:height 800ms}.post-slider .slider_img{min-width:100%}.slider-parent .owl-fade-out,.post-slider.addad-slider .owl-fade-out{z-index:10;-webkit-animation:fadeOut 800ms both ease;-moz-animation:fadeOut 800ms both ease;animation:fadeOut 800ms both ease}.slider-parent .owl-fade-in,.post-slider.addad-slider .owl-fade-in{-webkit-animation:fadeIn 800ms both ease;-moz-animation:fadeIn 800ms both ease;animation:fadeIn 800ms both ease}.slider-parent .owl-fadeUp-in,.post-slider.addad-slider .owl-fadeUp-in{-webkit-animation:scaleUpFrom 800ms ease both;-moz-animation:scaleUpFrom 800ms ease both;animation:scaleUpFrom 800ms ease both}.slider-parent .owl-fadeUp-out,.post-slider.addad-slider .owl-fadeUp-out{-webkit-animation:scaleUpTo 800ms ease both;-moz-animation:scaleUpTo 800ms ease both;animation:scaleUpTo 800ms ease both}.slider-parent .owl-goDown-out,.post-slider.addad-slider .owl-goDown-out{-webkit-animation:scaleToFade 800ms ease both;-moz-animation:scaleToFade 800ms ease both;animation:scaleToFade 800ms ease both}.slider-parent .owl-goDown-in,.post-slider.addad-slider .owl-goDown-in{-webkit-animation:goDown 800ms ease both;-moz-animation:goDown 800ms ease both;animation:goDown 800ms ease both}.owl-carousel .section-area-sideways{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.owl-carousel .section-area-sideways .section-row-container{-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center}.owl-item{height:0}.owl-item.animate{-webkit-transition:height 1s;-moz-transition:height 1s;transition:height 1s}.owl-item.no-animate{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.owl-item>.section-row{height:100%}.slider-title.animate{visibility:visible;-webkit-transition:top 1s;-moz-transition:top 1s;transition:top 1s}.slider-title.no-animate{-webkit-transition:top 0s;-moz-transition:top 0s;transition:top 0s}.owl-carousel .owl-controls{position:static;margin-top:0}.owl-carousel .owl-controls .owl-pagination{position:absolute;bottom:0;margin-top:10px;width:100%;height:2em}.owl-carousel .owl-controls .owl-pagination .owl-page span{background:#43b02a;margin:4px 5px}.owl-carousel .owl-controls .owl-buttons div{z-index:10;position:absolute;top:50.1%;width:45px;height:4.5rem;margin:-2.15rem 0;display:block;border-radius:50%;background:none;opacity:0;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.owl-carousel .owl-controls .owl-buttons div i{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:3.8rem;font-size:4.5rem;position:relative;text-shadow:0 0 11px rgba(0,0,0,0.25)}.owl-carousel .owl-controls .owl-buttons div.owl-prev{left:0}.owl-carousel .owl-controls .owl-buttons div.owl-prev i{right:2px}.owl-carousel .owl-controls .owl-buttons div.owl-prev i:before{content:"\f104"}.owl-carousel .owl-controls .owl-buttons div.owl-next{right:0}.owl-carousel .owl-controls .owl-buttons div.owl-next i{left:2px}.owl-carousel .owl-controls .owl-buttons div.owl-next i:before{content:"\f105"}.section_wrapper .owl-carousel .owl-controls .owl-pagination{height:40px}.section_wrapper:hover .owl-controls .owl-buttons div.owl-prev,.post-slider:hover .owl-controls .owl-buttons div.owl-prev{left:15px;opacity:.7}.section_wrapper:hover .owl-controls .owl-buttons div.owl-next,.post-slider:hover .owl-controls .owl-buttons div.owl-next{right:15px;opacity:.7}.img-container{position:relative}.caption{color:#fff;font-size:11px;background:rgba(0,0,0,0.5);position:absolute;bottom:15px;right:25px;margin:0 0 15px 10px;padding:4px 6px}.post-slider{position:relative}.post-slider .caption{margin:0 0 35px 10px;bottom:0;right:0}.post-slider[data-resize="fit"]{position:relative;height:0;padding-bottom:52.47%}.post-slider[data-resize="fit"]>div{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}.post-slider[data-resize="fit"]>div>div,.post-slider[data-resize="fit"]>div .owl-wrapper-outer{height:100%}.post-slider[data-resize="fit"] .owl-wrapper-outer div{height:100%}.post-slider[data-resize="fit"] .owl-wrapper-outer div .caption{height:auto}.post-slider[data-resize="fit"] .owl-wrapper-outer div .owl-item{height:100% !important}.post-slider[data-resize="fit"] .slider_img{position:relative;min-width:0;margin:0 auto;height:auto;width:auto;max-height:100%;top:50%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%)}.map_container>a.addad_map{background-size:cover;background-position:center;display:block}.section-row.addad-row-custom-text .section-link{text-decoration:underline}.section-row.addad-row-custom-text .section-item-title a,.section-row.addad-row-custom-text .section-item-title .simulate-link,.section-row.addad-row-custom-text a.btn{text-decoration:none}.section-row.addad-row-custom-text .section-item-title a:hover,.section-row.addad-row-custom-text .section-item-title .simulate-link:hover{text-decoration:underline}#ui-datepicker-div.ui-widget{font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;background:#969696;border:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}#ui-datepicker-div.ui-datepicker{padding:0;font-size:90%;width:auto;margin:5px;z-index:10000 !important;-webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.25);-moz-box-shadow:1px 1px 5px rgba(0,0,0,0.25);-ms-box-shadow:1px 1px 5px rgba(0,0,0,0.25);-o-box-shadow:1px 1px 5px rgba(0,0,0,0.25);box-shadow:1px 1px 5px rgba(0,0,0,0.25)}#ui-datepicker-div .ui-datepicker-header{border:none;background:transparent;font-weight:normal;font-size:15px}#ui-datepicker-div .ui-datepicker-header .ui-state-hover{background:transparent;border-color:transparent;cursor:pointer;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}#ui-datepicker-div.ui-datepicker .ui-datepicker-title{margin-top:.4em;margin-bottom:.3em;color:#efefef}#ui-datepicker-div.ui-datepicker .ui-datepicker-prev-hover,#ui-datepicker-div.ui-datepicker .ui-datepicker-next-hover,#ui-datepicker-div.ui-datepicker .ui-datepicker-next,#ui-datepicker-div.ui-datepicker .ui-datepicker-prev{top:.9em;border:none}#ui-datepicker-div.ui-datepicker .ui-datepicker-prev-hover{left:2px}#ui-datepicker-div.ui-datepicker .ui-datepicker-next-hover{right:2px}#ui-datepicker-div.ui-datepicker .ui-datepicker-next span,#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span{margin-top:0;top:0;font-weight:normal;position:relative}#ui-datepicker-div.ui-datepicker .ui-datepicker-next span::after,#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span::after,#ui-datepicker-div.ui-datepicker .ui-datepicker-next span::before,#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span::before{content:'';position:absolute;left:0;margin:0;width:6px;height:2px;background:#efefef}#ui-datepicker-div.ui-datepicker .ui-datepicker-next span::after,#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span::after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);top:8px}#ui-datepicker-div.ui-datepicker .ui-datepicker-next span::before,#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span::before{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);top:4px}#ui-datepicker-div.ui-datepicker .ui-datepicker-next span:hover::after,#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span:hover::after,#ui-datepicker-div.ui-datepicker .ui-datepicker-next span:hover::before,#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span:hover::before{background:#d0d0d0}#ui-datepicker-div.ui-datepicker .ui-datepicker-next span::after{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}#ui-datepicker-div.ui-datepicker .ui-datepicker-next span::before{-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg)}#ui-datepicker-div.ui-datepicker table{margin:0;min-width:200px}#ui-datepicker-div.ui-datepicker th{padding:1em 0;color:#e0e0e0;font-size:13px;font-weight:normal;border:none;border-top:1px solid #ababab}#ui-datepicker-div.ui-datepicker td{background:#e1e1e1;border:none;padding:0}#ui-datepicker-div td .ui-state-default{background:transparent;border:none;text-align:center;padding:.6em .8em;margin:0;font-weight:normal;color:#323232;font-size:12px}#ui-datepicker-div .ui-state-disabled{opacity:1}#ui-datepicker-div .ui-state-disabled .ui-state-default{color:#eeeeee}#ui-datepicker-div td .ui-state-active,#ui-datepicker-div td .ui-state-hover{background:#d5d5d5}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.modal.modal-darken-backdrop{background:rgba(2,2,2,0.75)}div.modal-full{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-transform:none !important;-ms-transform:none !important;-o-transform:none !important;transform:none !important;min-height:100vh}div.modal-full .close{position:fixed;z-index:1;top:0;right:0;margin:.25em;color:#ddd;opacity:1;font-size:4rem;font-weight:300;line-height:.5;padding:.5em;margin:0;text-decoration:none;padding:0 !important}div.modal-full .close:hover,div.modal-full .close:focus{color:#eee}@media (max-width:480px){div.modal-full .close{font-size:3em;padding:.25em 15px}}div.modal-full .close:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}div.modal-full .close>span{padding:.5em}@media (max-width:480px){div.modal-full .close>span{padding:.25em 15px}}div.modal-full .modal-content{width:100%;vertical-align:middle;font-size:1.125rem;background:none;border:none;box-shadow:none;border-radius:0;color:#fff;padding:30px 0;padding-bottom:60px}div.modal-full .modal-content h1,div.modal-full .modal-content h2,div.modal-full .modal-content h3,div.modal-full .modal-content h4,div.modal-full .modal-content h5,div.modal-full .modal-content h6{color:#FFF}div.modal-full .modal-content a:not(.btn),div.modal-full .modal-content a:not(.btn):hover,div.modal-full .modal-content a:not(.btn):focus{color:#FFF}div.modal-full .media .img-container{padding:0 20px}@media (max-width:767px){div.modal-full .media .img-container{padding:0 0 25px 0}div.modal-full .media .img-container img{max-width:260px}}div.modal-full .media img{margin:0 auto}div.modal-full .media.layout-img_to_left img,div.modal-full .media.layout-img_to_right img{border-radius:50%}a#swipebox-close{background-size:0 0}a#swipebox-close:before{content:" × ";color:#fff;position:fixed;z-index:1;top:0;right:0;margin:.25em;color:#ddd;opacity:1;font-size:4rem;font-weight:300;line-height:.5;padding:.5em;margin:0;text-decoration:none}a#swipebox-close:before:hover,a#swipebox-close:before:focus{color:#eee}@media (max-width:480px){a#swipebox-close:before{font-size:3em;padding:.25em 15px}}@media (min-width:1200px){#swipebox-slider .slide .swipebox-video-container{padding:0}}.goto-wrapper{position:relative}.addad-gopast{position:fixed;width:100%;bottom:0;left:0;text-align:center;pointer-events:none;z-index:100;color:#FFF}.addad-gopast button{width:100%;border:none;background:rgba(0,0,0,0.9);font-weight:500;pointer-events:auto;cursor:pointer;padding:8px 18px;font-size:1.125em}.addad-gopast button .fa{font-size:1.28em;line-height:.75em;vertical-align:-13%;animation-name:point;animation-duration:.75s;animation-iteration-count:6;animation-direction:alternate;animation-timing-function:ease-in-out}.addad-gopast button span{position:relative;display:inline-block;height:100%;font-weight:700}.addad-gopast button img{display:inline;position:absolute;right:100%;height:calc(100% + 10px);width:auto;margin:-5px 0;margin-right:.6em}.addad-gopast[data-start]{opacity:0;visibility:hidden;-webkit-transition:opacity .5s , visibility .5s;-o-transition:opacity .5s , visibility .5s;transition:opacity .5s , visibility .5s}.addad-gopast[data-start].-start{opacity:1;visibility:visible}.addad-gopast.-with-title button .fa{margin:0 .1em 0 .3em}.addad-gopast.-stuck{position:absolute;top:auto;bottom:0;opacity:1;visibility:visible;-webkit-transition:opacity .5s , visibility .5s;-o-transition:opacity .5s , visibility .5s;transition:opacity .5s , visibility .5s}.addad-gopast.-past,.addad-gopast.-start.-past{opacity:0;visibility:hidden}.addad-gopast.goto-button button{width:auto;border-radius:5px 5px 0 0}.addad-gopast.goto-circle{padding-bottom:1.5em}.addad-gopast.goto-circle button{width:auto;border-radius:100%;padding:1em;background:#fff;animation-name:point;animation-duration:.75s;animation-iteration-count:6;animation-direction:alternate;animation-timing-function:ease-in-out}.addad-gopast.goto-circle .fa{position:relative;margin:0;width:1em;color:#43b02a;font-weight:700;animation:none}.addad-gopast.goto-circle .fa::before{content:"\f078"}.addad-gopast.goto-circle button:focus .fa,.addad-gopast.goto-circle button:hover .fa{color:#2b721b}.addad-gopast.goto-link{display:inline-block;position:relative;color:inherit;width:auto}.addad-gopast.goto-link button{background:none;font-size:1em}.addad-gopast.goto-link button .fa{color:#43b02a;font-weight:inherit}.col-xs-5ths,.col-sm-5ths,.col-md-5ths,.col-lg-5ths,.col-xl-5ths{position:relative;min-height:1px;padding-right:10px;padding-left:10px}.col-xs-5ths{width:20%;float:left}@media (min-width:768px){.col-sm-5ths{width:20%;float:left}}@media (min-width:992px){.col-md-5ths{width:20%;float:left}}@media (min-width:1200px){.col-lg-5ths{width:20%;float:left}}@media (min-width:1600px){.col-xl-5ths{width:20%;float:left}}@media (min-width:1600px){html{font-size:100%}body{font-size:1rem}}@media (min-width:1200px) and (max-width:1599px){html{font-size:87.5%}body{font-size:1rem}}@media (min-width:1200px){.post-row .content{padding:40px 40px 43px 40px}.post-row .threecol .content{padding:30px}.addad_ad-area-rightcol .addad-ads-row h4.addad_ad-img-title{margin:0 15px}.img_to_top.section-count-1 .img-container,.img_to_top.section-count-1 .text-container{padding:0 20px}.img_to_top.section-count-2 .img-container.img-normal,.img_to_top.section-count-3 .img-container.img-normal,.img_to_top.section-count-2 .img-container.img-circle,.img_to_top.section-count-3 .img-container.img-circle,.img_to_top.section-count-2 .img-container.img-rounded,.img_to_top.section-count-3 .img-container.img-rounded{padding:0 30px}.addad_ad-area-rightcol .addad_ad-img-text .addad_ad-img{padding-right:10px}.addad_ad-area-rightcol .addad_ad-img-text .addad_ad-img+.addad_ad-text{padding-left:10px}.section-count-1.img_to_right .img-container.img-normal,.section-count-1.img_to_left .img-container.img-normal,.section-count-1.img_to_right .img-container.img-circle,.section-count-1.img_to_left .img-container.img-circle,.section-count-1.img_to_right .img-container.img-rounded,.section-count-1.img_to_left .img-container.img-rounded{padding:0 50px}}@media (min-width:992px){.addad_ad-area-rightcol .addad-ads-row img{float:left}.section-row .section-area-sideways .font-size-xxsmall{font-size:.875rem}.section-row .section-area-sideways .font-size-xsmall{font-size:.938rem}.section-row .section-area-sideways .font-size-small{font-size:1rem}.section-row .section-area-sideways .font-size-medium{font-size:1.3rem}.section-row .section-area-sideways .font-size-large{font-size:1.6rem}.section-row .section-area-sideways .font-size-xlarge{font-size:2rem}.section-row-column-background .section-padding-container{padding-left:35px;padding-right:35px}.section-row-column-background .img_to_top .section-padding-container,.section-row-column-background .text_nofullwidth .section-padding-container{max-width:630px;margin:0 auto}.section-row-column-background .section-count-4.img_to_top .img-container.img-normal,.section-row-column-background .section-count-4.img_to_top .img-container.img-circle,.section-row-column-background .section-count-4.img_to_top .img-container.img-rounded{padding:0 20px}}@media (min-width:768px){.widgets-container{padding:0}.section-text-inside{padding:0 10px}.modal-dialog{margin-top:35px;min-height:calc(100vh - 70px)}.section-row .section-area-sideways .v-align-parent{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.section-row .section-area-sideways .v-align-child{-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center}.section-count-2:not(.img_to_top) .img-thumbnail{padding:2px}.section-row-column-background .container-fluid .section-area:not(.section-count-1) .img-responsive{width:100%}.section-row-column-background .container-fluid .section-area{height:100%;float:none;margin:0;width:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.section-row-column-background .container-fluid .section-area.container:before,.section-row-column-background .container-fluid .section-area.container:after,.section-row-column-background .container-fluid .section-area.row:before,.section-row-column-background .container-fluid .section-area.row:after,.section-row-column-background .container-fluid .section-area:before,.section-row-column-background .container-fluid .section-area:after{display:none}.section-row-column-background .container-fluid .section-area:before,.section-row-column-background .container-fluid .section-area:after{display:inline-block;content:normal}.section-row-column-background .container-fluid .section-area .section-single{float:left;vertical-align:top;padding:0;display:-webkit-flex;display:-ms-flexbox;display:flex}.section-row .section-area-sideways.section-row-column-background .section-count-4 h3{font-size:1.564em}.section-row .section-area-sideways:not(.section-row-column-background) .font-size-small .section-count-3.img_to_left h3,.section-row .section-area-sideways:not(.section-row-column-background) .font-size-small .section-count-3.img_to_right h3{font-size:1.136em}.section-row .section-area-sideways:not(.section-row-column-background) .font-size-small .section-count-3.img_to_left,.section-row .section-area-sideways:not(.section-row-column-background) .font-size-small .section-count-3.img_to_right,.section-row .section-area-sideways:not(.section-row-column-background) .font-size-small .section-count-3.img_to_left p,.section-row .section-area-sideways:not(.section-row-column-background) .font-size-small .section-count-3.img_to_right p{font-size:.929em}.section-row .section-area-sideways:not(.section-row-column-background) .font-size-small .section-count-4.img_to_left h3,.section-row .section-area-sideways:not(.section-row-column-background) .font-size-small .section-count-4.img_to_right h3{font-size:1.136em}.section-row .section-area-sideways:not(.section-row-column-background) .font-size-small .section-count-4.img_to_left,.section-row .section-area-sideways:not(.section-row-column-background) .font-size-small .section-count-4.img_to_right,.section-row .section-area-sideways:not(.section-row-column-background) .font-size-small .section-count-4.img_to_left p,.section-row .section-area-sideways:not(.section-row-column-background) .font-size-small .section-count-4.img_to_right p{font-size:.929em}.section-row .section-area-sideways:not(.section-row-column-background) .font-size-small .section-count-4 h3{font-size:1.564em}.section-row .section-area-sideways:not(.section-row-column-background) .font-size-small .section-count-4,.section-row .section-area-sideways:not(.section-row-column-background) .font-size-small .section-count-4 p{font-size:.929em}}@media (min-width:480px) and (max-width:767px){.section-row-column-background .container-fluid .section-area.section-count-4,.section-row-column-background .container-fluid .section-area.section-count-6{height:100%;float:none;margin:0;width:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.section-row-column-background .container-fluid .section-area.section-count-4.container:before,.section-row-column-background .container-fluid .section-area.section-count-6.container:before,.section-row-column-background .container-fluid .section-area.section-count-4.container:after,.section-row-column-background .container-fluid .section-area.section-count-6.container:after,.section-row-column-background .container-fluid .section-area.section-count-4.row:before,.section-row-column-background .container-fluid .section-area.section-count-6.row:before,.section-row-column-background .container-fluid .section-area.section-count-4.row:after,.section-row-column-background .container-fluid .section-area.section-count-6.row:after,.section-row-column-background .container-fluid .section-area.section-count-4:before,.section-row-column-background .container-fluid .section-area.section-count-6:before,.section-row-column-background .container-fluid .section-area.section-count-4:after,.section-row-column-background .container-fluid .section-area.section-count-6:after{display:none}.section-row-column-background .container-fluid .section-area.section-count-4:before,.section-row-column-background .container-fluid .section-area.section-count-6:before,.section-row-column-background .container-fluid .section-area.section-count-4:after,.section-row-column-background .container-fluid .section-area.section-count-6:after{display:inline-block;content:normal}.section-row-column-background .container-fluid .section-area.section-count-4 .section-single,.section-row-column-background .container-fluid .section-area.section-count-6 .section-single{float:left;vertical-align:top;display:-webkit-flex;display:-ms-flexbox;display:flex}}@media (max-width:1199px){.section_wrapper.fixed-bg,.section-row.fixed-bg{background-attachment:scroll;position:relative}.owl-carousel .owl-controls .owl-buttons div.owl-prev,.section_wrapper:hover .owl-controls .owl-buttons div.owl-prev,.post-slider:hover .owl-controls .owl-buttons div.owl-prev{opacity:.5}.owl-carousel .owl-controls .owl-buttons div.owl-next,.section_wrapper:hover .owl-controls .owl-buttons div.owl-next,.post-slider:hover .owl-controls .owl-buttons div.owl-next{opacity:.5}.footer-row{font-size:.929rem}}@media (min-width:992px) and (max-width:1199px){.post-row .content{padding:30px 20px 33px 20px}.post-row .threecol .content{padding:25px 20px}.addad_ad-area-rightcol .addad-ads-row img{float:left}.section-count-1.img_to_right .img-container.img-normal,.section-count-1.img_to_left .img-container.img-normal,.section-count-1.img_to_right .img-container.img-circle,.section-count-1.img_to_left .img-container.img-circle,.section-count-1.img_to_right .img-container.img-rounded,.section-count-1.img_to_left .img-container.img-rounded{padding:0 40px}.section-row .section-area-sideways .section-count-4.img_to_top .column-icon i{font-size:3.5em}.img_to_top.section-count-2 .img-container.img-normal,.img_to_top.section-count-3 .img-container.img-normal,.img_to_top.section-count-2 .img-container.img-circle,.img_to_top.section-count-3 .img-container.img-circle,.img_to_top.section-count-2 .img-container.img-rounded,.img_to_top.section-count-3 .img-container.img-rounded{padding:0 20px}}@media (max-width:991px){.map-cover{background-color:rgba(0,0,0,0.7);width:70px;height:100%;position:absolute;top:0;right:0;display:block}.dropdown-menu li{border:none}.subNavContainer{display:none}}@media (min-width:768px) and (max-width:991px){.section-count-1.img_to_right .img-container.img-normal,.section-count-1.img_to_left .img-container.img-normal,.section-count-1.img_to_right .img-container.img-circle,.section-count-1.img_to_left .img-container.img-circle,.section-count-1.img_to_right .img-container.img-rounded,.section-count-1.img_to_left .img-container.img-rounded{padding:0 10px}.no-gutter-width-sm,.no-gutter-width-sm [class^="col"]{padding-left:0;padding-right:0}.no-gutter-width-sm .row{margin:0}.addad_ad-area-rightcol .addad_ad-img-text h4{margin-top:0}.post-row .sidebar-left .content{padding:20px}.slides .title_1{font-size:1.414em;line-height:1.4em}.slides .title_2{font-size:1.843em;line-height:1.4em}.slides .link{margin-top:20px;font-size:1rem}.section-row .section-area-sideways .font-size-xxsmall{font-size:.875rem}.section-row .section-area-sideways .font-size-xsmall{font-size:.938rem}.section-row .section-area-sideways .font-size-small{font-size:1rem}.section-row .section-area-sideways .font-size-medium{font-size:1.2rem}.section-row .section-area-sideways .font-size-large{font-size:1.4rem}.section-row .section-area-sideways .font-size-xlarge{font-size:1.6rem}.section-row .section-area-sideways .section-count-4:not(.img_to_top) .column-icon i{font-size:1.3em}.section-row .section-area-sideways .section-count-4.img_to_top .column-icon i{font-size:3.5em}.section-row-column-background .section-padding-container{padding-left:20px;padding-right:20px}}@media (max-width:767px){html{font-size:81.3%}body{font-size:1rem}img.alignleft,img.alignright{max-width:120px}.navbar .container{padding-left:20px;padding-right:20px}.no-gutter-width-xs,.no-gutter-width-xs [class^="col"]{padding-left:0;padding-right:0}.no-gutter-width-xs .row{margin:0}.post-row{padding-top:35px}.post-row .post-slider .bx-pager{bottom:15px}.post-row .content{padding:20px;max-width:500px;margin-left:auto;margin-right:auto}.post-row .meta-container{padding:20px 0 0 0}.map-row{padding:0}.description-row .row{padding:30px 0}.description-row .row h2{text-align:center}h1.standalone{margin:0 0 25px 0}.contact-form-row{padding:25px 0}.hentry{margin-bottom:25px}body{padding:0}h1.standalone{padding-left:20px}.associate-container{max-width:390px;margin-right:auto;margin-left:auto;float:none}.addad_ad-area-rightcol h3{margin-bottom:25px}.addad_ad-area-rightcol .addad_ad-single{margin:0 0 25px 0;max-width:390px;margin-right:auto;margin-left:auto;float:none}.addad_ad-area-rightcol .addad_ad-single.small_img{float:left}.section-count-2 .img-thumbnail,.section-count-3 .img-thumbnail,.section-count-4 .img-thumbnail,.section-count-5 .img-thumbnail{padding:2px}.column-icon i{font-size:2.5em}.section-count-1.img_to_top .column-icon i{font-size:6em}.section-row .section-container{padding:0}.section-row .section-count-1 .section-container{padding:0}.section-row .section-area-sideways .section-count-2.img_to_top .column-element .img-container,.section-row .section-area-sideways .section-count-3.img_to_top .column-element .img-container,.section-row .section-area-sideways .section-count-4.img_to_top .column-element .img-container,.section-row .section-area-sideways .section-count-5.img_to_top .column-element .img-container{padding:0}.section-row .section-area-sideways .section-count-2.img_to_top .column-text>.text-container,.section-row .section-area-sideways .section-count-3.img_to_top .column-text>.text-container,.section-row .section-area-sideways .section-count-4.img_to_top .column-text>.text-container,.section-row .section-area-sideways .section-count-5.img_to_top .column-text>.text-container{padding:0}.section-row .section-area-sideways .section-count-2.textalign_center .section-single:not(.no_image) .text-container,.section-row .section-area-sideways .section-count-3.textalign_center .section-single:not(.no_image) .text-container,.section-row .section-area-sideways .section-count-4.textalign_center .section-single:not(.no_image) .text-container,.section-row .section-area-sideways .section-count-5.textalign_center .section-single:not(.no_image) .text-container{text-align:left}.section-row .section-area-sideways .section-count-3 .hentry p,.section-row .section-area-sideways .section-count-4 .hentry p{font-size:.929em}.section-row .section-area-sideways .section-count-3 h3.section-title,.section-row .section-area-sideways .section-count-4 h3.section-title{font-size:1.629em}.section-row .section-area-sideways .textalign_left.text_and_btn{text-align:center}.section-row .section-area-sideways .textalign_left.text_and_btn .contact-btn{margin-top:15px}.section-row .section-area-sideways .section-padding-container{padding-left:5px;padding-right:5px}.section-row .section-area-sideways .hentry{margin-bottom:0}.section-row .section-area-sideways img.section-with-text,.section-row .section-area-sideways .column_element_custom{margin-bottom:20px}.section-row .section-area-sideways h3{font-size:1.714em}.section-row .section-area-sideways .section-count-1 .section-single{max-width:390px;margin-right:auto;margin-left:auto;float:none}.section-row .section-area-sideways .section-single{padding-bottom:30px;max-width:390px;margin-right:auto;margin-left:auto;float:none}.section-row .section-area-sideways .section-single:last-child{padding-bottom:0}.section-row .section-area-sideways .img_to_top .column-element:not(.col-xs-12) img.section-with-text,.section-row .section-area-sideways .img_to_top .column-icon.section-with-text,.section-row .section-area-sideways .img_to_top .column_element_custom{margin-bottom:0}.section-row .section-area-sideways.section-row-column-background .section-single{max-width:none;padding-bottom:0}.section-row .section-area-sideways.section-row-column-background .section-single img,.section-row .section-area-sideways.section-row-column-background .section-single img.section-with-text,.section-row .section-area-sideways.section-row-column-background .section-single .column-icon.section-with-text,.section-row .section-area-sideways.section-row-column-background .section-single .column_element_custom{margin-bottom:0}.section-row .section-area-sideways .font-size-xxsmall{font-size:.9rem}.section-row .section-area-sideways .font-size-xsmall{font-size:.95rem}.section-row .section-area-sideways .font-size-small{font-size:1rem}.section-row .section-area-sideways .font-size-medium{font-size:1.1rem}.section-row .section-area-sideways .font-size-large{font-size:1.3rem}.section-row .section-area-sideways .font-size-xlarge{font-size:1.5rem}.followus-row .container{padding:10px 20px}.followus-row h3{float:none;margin:0}.addad_ad-area-rightcol{padding:0 20px}.more-news{margin-left:20px}.addad_ad-area-rightcol h4.addad_ad-img-title{max-width:370px}.contact-form-row .container{padding:0 20px}.associates-row{padding-top:30px;padding-bottom:25px}.associates-row .container{padding:0 20px}.associates-row .container h3{text-align:center;margin:0}.footer-row{padding:25px 0}.footer-row .footer-elements-row .footer-element{padding-bottom:.5em}.footer-row .footer-elements-row .footer-element .hentry{margin-bottom:0}.footer-row .footer-elements-row .footer-element:last-child{padding-bottom:0}.footer-row .footer-nav>li{display:block}.footer-row .footer-nav li{float:left;width:100%;margin-bottom:5px;margin-bottom:14px}.footer-row .footer-nav li ul{margin-bottom:-7px;margin-left:7px}.footer-row .container{padding:0 20px}.footer-row .span-right{text-align:left}.footer-row .addad-logo{margin-top:25px;float:left}.contact-form-row ul.contact-info{margin-bottom:30px}.addad_ad-area-rightcol .section-img-text .addad_ad-img{margin-bottom:15px}.associates-row .associate-modal .hentry{margin:0}}@media (max-width:767px) and (max-width:480px){.column-icon i{font-size:2.25em}}@media (max-width:767px) and (max-width:480px){.section-area .section-single[data-image-template="img-icon-no-bg"] .column-element{position:relative;float:left;width:16.66666667%;min-height:1px;padding-left:10px;padding-right:10px}.section-area .section-single[data-image-template="img-icon-no-bg"] .column-text{position:relative;float:left;width:83.33333333%;min-height:1px;padding-left:10px;padding-right:10px}.section-count-2 .section-single,.section-count-4 .section-single,.section-count-6 .section-single,.section-count-8 .section-single{width:100%}}@media (max-width:420px){.associates-row .associate-modal .hentry label.gfield_label{width:inherit;float:none;padding:0;text-align:left}.associates-row .associate-modal .hentry input[type="submit"].gform_button{margin-left:0}.associate-modal .hentry .gform_wrapper .gform_body .message-box+.gfield:not(.captcha){-moz-transform:scale(.95);-webkit-transform:scale(.95);transform:scale(.95);width:100%;float:right}.associate-modal .hentry .gform_wrapper .gform_body .message-box+.gfield:not(.captcha) .ginput_container{margin-left:0}}.pageWrapper{min-width:305px}.addadSelection{color:#FFF;background:#43b02a}.addadSelection{color:#FFF;background:#43b02a}.menu-parent-in-sub{display:none !important}.navbar-nav>li>.dropdown-menu{border-radius:0}.cd-nav{font-size:1.15rem;padding-bottom:60px}.cd-nav>ul>li{margin:4px 0}.cd-nav .cd-nav-break{display:block;height:3px;width:100%;margin:5px 0;background:#1c1c1c}.cd-nav .menu-item-has-children>a>span{width:auto}.slidebar.-right .-close>span{padding-right:.55em}#navbar .navbar-inner>.container,.footer-row>.container,.copyright-row>.container,#topbar>.container,.breadcrumbs-container>div{width:100%;padding:0 15px}@media (min-width:992px){#navbar .navbar-inner>.container,.footer-row>.container,.copyright-row>.container,#topbar>.container,.breadcrumbs-container>div{padding:0 30px}}@media (min-width:1600px){#navbar .navbar-inner>.container,.footer-row>.container,.copyright-row>.container,#topbar>.container,.breadcrumbs-container>div{padding:0 50px}}#cookie_consent.sw-notice{z-index:2}body.nav-on-left .cd-nav{right:auto;left:0}body.mobile-filter .cd-nav .content,body.mobile-filter .cd-nav>.-close{position:absolute;visibility:hidden;pointer-events:none}.toggle-mobile-filter{position:absolute;background:transparent;pointer-events:auto}@media (min-width:992px){.toggle-mobile-filter{display:none}}@media (min-width:992px){.cd-main-content,.cd-main-header{position:relative;-webkit-transition:-webkit-transform .3s;-moz-transition:-moz-transform .3s;transition:transform .3s}.cd-main-content{min-height:100vh;z-index:2}.cd-main-header{-webkit-backface-visibility:hidden;backface-visibility:hidden;opacity:.99;z-index:3 !important}.nav-is-fixed .cd-main-header{position:fixed;top:0;left:0;width:100%}.cd-main-header::after{clear:both;content:"";display:table}.cd-logo{position:absolute;top:12px;left:5%}.cd-logo img{display:block}.cd-logo{top:26px;left:4em}.cd-header-buttons{position:absolute;display:inline-block;top:3px;right:5%}.cd-header-buttons li{display:inline-block}.cd-header-buttons{top:18px;right:4em}.mega-menu-nav ul{position:fixed;top:0;right:0;height:100%;width:260px;overflow:auto;-webkit-overflow-scrolling:touch;z-index:1}.mega-menu-nav ul a{display:block;height:50px;line-height:50px;padding:0 20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #3a3f40;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);will-change:transform,opacity;-webkit-transition:-webkit-transform .3s,opacity .3s;-moz-transition:-moz-transform .3s,opacity .3s;transition:transform .3s,opacity .3s}.mega-menu-nav.is-hidden,.mega-menu-nav ul.is-hidden{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.mega-menu-nav.moves-out>li>a,.mega-menu-nav ul.moves-out>li>a{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%);opacity:0}.mega-menu-nav .cd-nav-gallery .cd-nav-item,.mega-menu-nav .cd-nav-icons .cd-nav-item{height:80px;line-height:80px}.mega-menu-nav .cd-nav-gallery .cd-nav-item h3,.mega-menu-nav .cd-nav-icons .cd-nav-item h3{overflow:hidden;text-overflow:ellipsis}.mega-menu-nav .cd-nav-gallery .cd-nav-item{padding-left:90px}.mega-menu-nav .cd-nav-gallery .cd-nav-item img{position:absolute;display:block;height:40px;width:auto;left:20px;top:50%;margin-top:-20px}.mega-menu-nav .cd-nav-icons .cd-nav-item{padding-left:75px}.mega-menu-nav .cd-nav-icons .cd-nav-item p{color:#2e3233;font-size:1.3rem;display:none}.mega-menu-nav .cd-nav-icons .cd-nav-item::before{content:'';display:block;position:absolute;left:20px;top:50%;margin-top:-20px;width:40px;height:40px;background-repeat:no-repeat;background-position:center center;background-size:40px 40px}.mega-menu-nav .cd-nav-icons .cd-nav-item.item-1::before{background-image:url("../line-icon-1.html")}.mega-menu-nav .cd-nav-icons .cd-nav-item.item-2::before{background-image:url("../line-icon-2.html")}.mega-menu-nav .cd-nav-icons .cd-nav-item.item-3::before{background-image:url("../line-icon-3.html")}.mega-menu-nav .cd-nav-icons .cd-nav-item.item-4::before{background-image:url("../line-icon-4.html")}.mega-menu-nav .cd-nav-icons .cd-nav-item.item-5::before{background-image:url("../line-icon-5.html")}.mega-menu-nav .cd-nav-icons .cd-nav-item.item-6::before{background-image:url("../line-icon-6.html")}.mega-menu-nav .cd-nav-icons .cd-nav-item.item-7::before{background-image:url("../line-icon-7.html")}.mega-menu-nav .cd-nav-icons .cd-nav-item.item-8::before{background-image:url("../line-icon-8.html")}.mega-menu-nav::after{clear:both;content:"";display:table}.mega-menu-nav.moves-out>li>a{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);opacity:1}.mega-menu-nav ul{position:static;height:auto;width:auto;background:transparent;overflow:visible;z-index:3;-webkit-transition:-webkit-transform .3s,opacity .3s;-moz-transition:-moz-transform .3s,opacity .3s;transition:transform .3s,opacity .3s}.mega-menu-nav ul.is-hidden{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.mega-menu-nav ul.moves-out>li>a{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);opacity:1}.mega-menu-nav .go-back{display:none}.mega-menu-nav .cd-secondary-nav,.mega-menu-nav .cd-nav-gallery,.mega-menu-nav .cd-nav-icons{position:absolute;top:115px;width:100vw;background:#FFF;padding:3rem 4rem;box-shadow:inset 0 1px 0 #e2e3df,0 3px 6px rgba(0,0,0,0.05);-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity .3s 0s,visibility 0s 0s,top .2s;-moz-transition:opacity .3s 0s,visibility 0s 0s,top .2s;transition:opacity .3s 0s,visibility 0s 0s,top .2s}.navbar.scrollUp .mega-menu-nav .cd-secondary-nav,.navbar.scrollDown .mega-menu-nav .cd-secondary-nav,.stuck-wrapper .navbar .mega-menu-nav .cd-secondary-nav,.stuck-wrapper .navbar .mega-menu-nav .cd-secondary-nav,.navbar.scrollUp .mega-menu-nav .cd-nav-gallery,.navbar.scrollDown .mega-menu-nav .cd-nav-gallery,.stuck-wrapper .navbar .mega-menu-nav .cd-nav-gallery,.stuck-wrapper .navbar .mega-menu-nav .cd-nav-gallery,.navbar.scrollUp .mega-menu-nav .cd-nav-icons,.navbar.scrollDown .mega-menu-nav .cd-nav-icons,.stuck-wrapper .navbar .mega-menu-nav .cd-nav-icons,.stuck-wrapper .navbar .mega-menu-nav .cd-nav-icons{top:80px}.mega-menu-nav .cd-secondary-nav::after,.mega-menu-nav .cd-nav-gallery::after,.mega-menu-nav .cd-nav-icons::after{clear:both;content:"";display:table}.mega-menu-nav .cd-secondary-nav.is-hidden,.mega-menu-nav .cd-nav-gallery.is-hidden,.mega-menu-nav .cd-nav-icons.is-hidden{opacity:0;visibility:hidden;-webkit-transition:opacity .3s 0s,visibility 0s .3s;-moz-transition:opacity .3s 0s,visibility 0s .3s;transition:opacity .3s 0s,visibility 0s .3s}.mega-menu-nav .cd-secondary-nav>li{height:auto;width:23%;float:left;margin-right:2.66%;border-right:1px solid #e2e3df;overflow:hidden;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.mega-menu-nav .cd-secondary-nav>li:nth-child(3n+2){margin-right:0;border-right:none}.mega-menu-nav .cd-secondary-nav>li>a{color:#000000;font-weight:700;font-size:1.6rem;margin-bottom:.6em}.mega-menu-nav .cd-secondary-nav a{height:30px;line-height:30px;padding:0 18% 0 0;color:#43b02a;border-bottom:none;font-size:1.4rem;text-decoration:none}.mega-menu-nav .cd-secondary-nav a:hover{color:#2b721b}.mega-menu-nav .cd-secondary-nav ul{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.mega-menu-nav .cd-secondary-nav ul ul{position:absolute;top:0;left:0;height:100%;width:100%}.mega-menu-nav .cd-secondary-nav ul ul.is-hidden{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.mega-menu-nav .cd-secondary-nav ul ul .go-back{display:block}.mega-menu-nav .cd-secondary-nav ul ul .go-back a{color:transparent}.mega-menu-nav .cd-secondary-nav .moves-out>li>a{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.mega-menu-nav .cd-nav-gallery li{width:22%;float:left;margin:0 4% 40px 0}.mega-menu-nav .cd-nav-gallery li:nth-child(3n+2){margin-right:0}.mega-menu-nav .cd-nav-gallery .cd-nav-item{border-bottom:none;padding:0;height:auto;line-height:1.2}.mega-menu-nav .cd-nav-gallery .cd-nav-item img{position:static;margin-top:0;height:auto;width:100%;margin-bottom:.6em}.mega-menu-nav .cd-nav-gallery .cd-nav-item h3{color:#69aa6f;font-weight:700;padding:0 .4em}.mega-menu-nav .cd-nav-icons li{width:32%;float:left;margin:0 2% 20px 0}.mega-menu-nav .cd-nav-icons li:nth-child(3n+2){margin-right:0}.mega-menu-nav .cd-nav-icons .cd-nav-item{border-bottom:none;height:80px;line-height:1.2;padding:24px 0 0 85px;position:relative}.mega-menu-nav .cd-nav-icons .cd-nav-item:hover{background:#f6f6f5}.mega-menu-nav .cd-nav-icons .cd-nav-item h3{color:#69aa6f;font-weight:700}.mega-menu-nav .cd-nav-icons .cd-nav-item p{display:block}.mega-menu-nav .cd-nav-icons .cd-nav-item::before{left:25px}.go-back a{position:relative}.go-back a::before,.go-back a::after{content:'';position:absolute;top:50%;margin-top:-1px;display:inline-block;height:2px;width:10px;-webkit-backface-visibility:hidden;backface-visibility:hidden}.go-back a::before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.go-back a::after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.go-back a::before,.go-back a::after{background:#43b02a}.go-back a:hover::before,.go-back a:hover::after{background:#2b721b}.mega-menu-nav .go-back a{padding-left:40px}.mega-menu-nav .go-back a::before,.mega-menu-nav .go-back a::after{left:20px;-webkit-transform-origin:1px 50%;-moz-transform-origin:1px 50%;-ms-transform-origin:1px 50%;-o-transform-origin:1px 50%;transform-origin:1px 50%}.cd-secondary-nav>.menu-item-has-children>a::before,.cd-secondary-nav>.menu-item-has-children>a::after{display:none}.mega-menu-nav .go-back a{padding-left:20px}.mega-menu-nav .go-back a::before,.mega-menu-nav .go-back a::after{left:1px}.mega-menu-nav .cd-secondary-nav>.go-back{width:auto;height:auto;float:none;margin:0;border:none;display:block;position:absolute;top:.5em;right:.75em}.mega-menu-nav .cd-secondary-nav>.go-back a,.mega-menu-nav .cd-secondary-nav>.go-back a::before,.mega-menu-nav .cd-secondary-nav>.go-back a::after{position:relative;background:none;transform:none;width:auto;height:auto;top:auto;left:auto;margin:0;padding:0}.mega-menu-nav .cd-secondary-nav>.go-back a{position:relative;display:block;width:22px;height:22px}.mega-menu-nav .cd-secondary-nav>.go-back a::before,.mega-menu-nav .cd-secondary-nav>.go-back a::after{content:'';position:absolute;display:inline-block;height:3px;width:100%;top:14%;left:50%;background:#737373}.mega-menu-nav .cd-secondary-nav>.go-back a::before{left:81%;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}.mega-menu-nav .cd-secondary-nav>.go-back a::after{left:18%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.mega-menu-nav .cd-secondary-nav>.go-back a:hover::before,.mega-menu-nav .cd-secondary-nav>.go-back a:hover::after{background:#444444}.cd-overlay{position:fixed;z-index:3;height:100%;width:100%;top:0;left:0;cursor:pointer;background-color:rgba(10,10,10,0.9);visibility:hidden;opacity:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:opacity .3s 0s,visibility 0s .3s,-webkit-transform .3s 0s;-moz-transition:opacity .3s 0s,visibility 0s .3s,-moz-transform .3s 0s;transition:opacity .3s 0s,visibility 0s .3s,transform .3s 0s}.cd-overlay.is-visible,.cd-overlay.search-visible{opacity:1;visibility:visible;-webkit-transition:opacity .3s 0s,visibility 0s 0s,-webkit-transform .3s 0s;-moz-transition:opacity .3s 0s,visibility 0s 0s,-moz-transform .3s 0s;transition:opacity .3s 0s,visibility 0s 0s,transform .3s 0s}.main-nav-wrapper{position:static}.mega-menu-nav.nav>li{position:static}.mega-menu-nav .menu-item>a>button{display:none}.mega-menu-nav .menu-item.menu-item-has-children>a>button{display:inline-block}.mega-menu-nav .cd-secondary-nav .menu-item-has-children>a>button{float:right;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.mega-menu-nav .cd-secondary-nav>.menu-item-has-children>a>button{display:none}.mega-menu-nav .see-all{display:none}.no-js .mega-menu-nav{position:relative;height:auto;width:100%;overflow:visible;visibility:visible;z-index:2}.no-js{position:relative;top:0;opacity:1;visibility:visible}.no-js .mega-menu-nav{position:absolute;z-index:3;display:inline-block;width:auto;top:0;right:150px;padding:0}.no-js .nav-is-fixed .mega-menu-nav{position:fixed}}@media (min-width:992px) and (min-width:768px) and (max-width:1199px){.mega-menu-nav .cd-secondary-nav,.mega-menu-nav .cd-nav-gallery,.mega-menu-nav .cd-nav-icons{top:100px}}.mega-menu-nav .menu-image{display:none}.mega-menu-nav .thumbnail-menu .cd-secondary-nav,.sw-brand-listing .cd-secondary-nav,.sw-service-listing .cd-secondary-nav{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px;box-sizing:content-box}@media (min-width:768px){.mega-menu-nav .thumbnail-menu .cd-secondary-nav,.sw-brand-listing .cd-secondary-nav,.sw-service-listing .cd-secondary-nav{width:740px;padding-left:calc(50vw -  370px);padding-right:calc(50vw -  370px)}}@media (min-width:992px){.mega-menu-nav .thumbnail-menu .cd-secondary-nav,.sw-brand-listing .cd-secondary-nav,.sw-service-listing .cd-secondary-nav{width:960px;padding-left:calc(50vw -  480px);padding-right:calc(50vw -  480px)}}@media (min-width:1200px){.mega-menu-nav .thumbnail-menu .cd-secondary-nav,.sw-brand-listing .cd-secondary-nav,.sw-service-listing .cd-secondary-nav{width:1170px;padding-left:calc(50vw -  585px);padding-right:calc(50vw -  585px)}}@media (min-width:1600px){.mega-menu-nav .thumbnail-menu .cd-secondary-nav,.sw-brand-listing .cd-secondary-nav,.sw-service-listing .cd-secondary-nav{width:1580px;padding-left:calc(50vw -  790px);padding-right:calc(50vw -  790px)}}.mega-menu-nav .thumbnail-menu .cd-secondary-nav>.see-all,.sw-brand-listing .cd-secondary-nav>.see-all,.sw-service-listing .cd-secondary-nav>.see-all{position:absolute;display:none;background:#dddddd;overflow:visible;border-top:3px solid #43b02a}@media (min-width:768px){.mega-menu-nav .thumbnail-menu .cd-secondary-nav>.see-all,.sw-brand-listing .cd-secondary-nav>.see-all,.sw-service-listing .cd-secondary-nav>.see-all{width:185px}}@media (min-width:992px){.mega-menu-nav .thumbnail-menu .cd-secondary-nav>.see-all,.sw-brand-listing .cd-secondary-nav>.see-all,.sw-service-listing .cd-secondary-nav>.see-all{width:240px}}@media (min-width:1200px){.mega-menu-nav .thumbnail-menu .cd-secondary-nav>.see-all,.sw-brand-listing .cd-secondary-nav>.see-all,.sw-service-listing .cd-secondary-nav>.see-all{width:292.5px}}@media (min-width:1600px){.mega-menu-nav .thumbnail-menu .cd-secondary-nav>.see-all,.sw-brand-listing .cd-secondary-nav>.see-all,.sw-service-listing .cd-secondary-nav>.see-all{width:395px}}.mega-menu-nav .thumbnail-menu .cd-secondary-nav>.see-all a,.sw-brand-listing .cd-secondary-nav>.see-all a,.sw-service-listing .cd-secondary-nav>.see-all a{width:100%;height:auto;line-height:inherit;font-size:1.5rem;color:#000000;padding:.833em 1.042em;margin:0}.mega-menu-nav .thumbnail-menu .cd-secondary-nav>.see-all a:hover,.sw-brand-listing .cd-secondary-nav>.see-all a:hover,.sw-service-listing .cd-secondary-nav>.see-all a:hover{color:#43b02a}.mega-menu-nav .thumbnail-menu .cd-secondary-nav>.see-all p,.sw-brand-listing .cd-secondary-nav>.see-all p,.sw-service-listing .cd-secondary-nav>.see-all p{margin:.5em 0;font-size:.58em;white-space:normal;color:#969696;font-weight:700}.mega-menu-nav .thumbnail-menu:not(.sw-product-menu) .menu-image-item,.sw-brand-listing:not(.sw-product-menu) .menu-image-item,.sw-service-listing:not(.sw-product-menu) .menu-image-item{width:25%;height:auto;border:none;padding-top:0;padding-left:2.5%;margin:0;clear:none}.mega-menu-nav .thumbnail-menu:not(.sw-product-menu) .menu-image-item:nth-child(3n + 3),.sw-brand-listing:not(.sw-product-menu) .menu-image-item:nth-child(3n + 3),.sw-service-listing:not(.sw-product-menu) .menu-image-item:nth-child(3n + 3){clear:left}.mega-menu-nav .thumbnail-menu:not(.sw-product-menu) .menu-image-item:nth-child(n + 7),.sw-brand-listing:not(.sw-product-menu) .menu-image-item:nth-child(n + 7),.sw-service-listing:not(.sw-product-menu) .menu-image-item:nth-child(n + 7){padding-top:2.5rem}.mega-menu-nav .thumbnail-menu:not(.sw-product-menu) .menu-image-text,.sw-brand-listing:not(.sw-product-menu) .menu-image-text,.sw-service-listing:not(.sw-product-menu) .menu-image-text{padding-left:5px}.mega-menu-nav .thumbnail-menu:not(.sw-product-menu) .menu-image-text .menu-description,.sw-brand-listing:not(.sw-product-menu) .menu-image-text .menu-description,.sw-service-listing:not(.sw-product-menu) .menu-image-text .menu-description{font-size:.929em;line-height:1.3;color:#aeaeae;margin:0}.mega-menu-nav .thumbnail-menu.sw-product-menu .addad-lazy-loading,.sw-brand-listing.sw-product-menu .addad-lazy-loading,.sw-service-listing.sw-product-menu .addad-lazy-loading{height:0 !important;line-height:0 !important;width:auto !important;position:absolute;left:calc(50% - 0.5em);top:50%}.mega-menu-nav .thumbnail-menu.sw-product-menu .cd-secondary-nav,.sw-brand-listing.sw-product-menu .cd-secondary-nav,.sw-service-listing.sw-product-menu .cd-secondary-nav{background:#eee}.mega-menu-nav .thumbnail-menu.sw-product-menu .cd-secondary-nav>.see-all,.sw-brand-listing.sw-product-menu .cd-secondary-nav>.see-all,.sw-service-listing.sw-product-menu .cd-secondary-nav>.see-all{display:block;margin-right:1em}.mega-menu-nav .thumbnail-menu.sw-product-menu .menu-image-item,.sw-brand-listing.sw-product-menu .menu-image-item,.sw-service-listing.sw-product-menu .menu-image-item{width:12.8%;margin:-1px;margin-left:2.2%;border-right:0;height:auto}.mega-menu-nav .thumbnail-menu.sw-product-menu .menu-image-item .is-hidden,.sw-brand-listing.sw-product-menu .menu-image-item .is-hidden,.sw-service-listing.sw-product-menu .menu-image-item .is-hidden{display:none}.mega-menu-nav .thumbnail-menu.sw-product-menu .menu-image-item:nth-child(3n + 3),.sw-brand-listing.sw-product-menu .menu-image-item:nth-child(3n + 3),.sw-service-listing.sw-product-menu .menu-image-item:nth-child(3n + 3){clear:none}.mega-menu-nav .thumbnail-menu.sw-product-menu .menu-image-item:nth-child(n + 7),.sw-brand-listing.sw-product-menu .menu-image-item:nth-child(n + 7),.sw-service-listing.sw-product-menu .menu-image-item:nth-child(n + 7){padding-top:0}.mega-menu-nav .thumbnail-menu.sw-product-menu .menu-image-item:nth-child(4n + 3),.sw-brand-listing.sw-product-menu .menu-image-item:nth-child(4n + 3),.sw-service-listing.sw-product-menu .menu-image-item:nth-child(4n + 3){margin-left:27.2%;clear:left}.mega-menu-nav .thumbnail-menu.sw-product-menu .menu-image-item:nth-child(n + 7),.sw-brand-listing.sw-product-menu .menu-image-item:nth-child(n + 7),.sw-service-listing.sw-product-menu .menu-image-item:nth-child(n + 7){margin-top:2%}.mega-menu-nav .thumbnail-menu.sw-product-menu .menu-image-item>a,.sw-brand-listing.sw-product-menu .menu-image-item>a,.sw-service-listing.sw-product-menu .menu-image-item>a{float:left;width:100%;background:#FFF;max-height:141px;position:relative;padding:0;padding-bottom:100%;background-color:#fff;height:auto}.mega-menu-nav .thumbnail-menu.sw-product-menu .menu-image-item>a .menu-image,.sw-brand-listing.sw-product-menu .menu-image-item>a .menu-image,.sw-service-listing.sw-product-menu .menu-image-item>a .menu-image{max-height:100%;max-width:100%;height:auto;width:auto;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}.mega-menu-nav .thumbnail-menu.sw-product-menu .menu-image-item:hover .menu-image-text>a,.sw-brand-listing.sw-product-menu .menu-image-item:hover .menu-image-text>a,.sw-service-listing.sw-product-menu .menu-image-item:hover .menu-image-text>a,.mega-menu-nav .thumbnail-menu.sw-product-menu .menu-image-item:focus .menu-image-text>a,.sw-brand-listing.sw-product-menu .menu-image-item:focus .menu-image-text>a,.sw-service-listing.sw-product-menu .menu-image-item:focus .menu-image-text>a{color:#43b02a}.mega-menu-nav .thumbnail-menu.sw-product-menu .menu-image-item .menu-image-text,.sw-brand-listing.sw-product-menu .menu-image-item .menu-image-text,.sw-service-listing.sw-product-menu .menu-image-item .menu-image-text{width:100% !important}.mega-menu-nav .thumbnail-menu.sw-product-menu .menu-image-item .menu-image-text>a,.sw-brand-listing.sw-product-menu .menu-image-item .menu-image-text>a,.sw-service-listing.sw-product-menu .menu-image-item .menu-image-text>a{background:#FFF;font-size:1em !important;border-top:3px solid #43b02a;padding:.7em .2em .7em .6em !important;margin:0 !important;background:#dddddd;font-weight:500 !important}.mega-menu-nav .thumbnail-menu.sw-product-menu .menu-image-item .menu-image-text>a::after,.sw-brand-listing.sw-product-menu .menu-image-item .menu-image-text>a::after,.sw-service-listing.sw-product-menu .menu-image-item .menu-image-text>a::after{display:none !important}.mega-menu-nav .thumbnail-menu.sw-service-menu .menu-image-item>a,.sw-brand-listing.sw-service-menu .menu-image-item>a,.sw-service-listing.sw-service-menu .menu-image-item>a{padding-right:7%}.mega-menu-nav .thumbnail-menu.sw-service-menu .menu-image-item>a .menu-image,.sw-brand-listing.sw-service-menu .menu-image-item>a .menu-image,.sw-service-listing.sw-service-menu .menu-image-item>a .menu-image{float:right}.mega-menu-nav .thumbnail-menu.sw-service-menu .menu-image-item,.sw-brand-listing.sw-service-menu .menu-image-item,.sw-service-listing.sw-service-menu .menu-image-item{width:25%;height:auto;border:none;padding-top:0;padding-left:2.5%;margin:0;clear:none}.mega-menu-nav .thumbnail-menu.sw-service-menu .menu-image-item:nth-child(3n + 3),.sw-brand-listing.sw-service-menu .menu-image-item:nth-child(3n + 3),.sw-service-listing.sw-service-menu .menu-image-item:nth-child(3n + 3){clear:left}.mega-menu-nav .thumbnail-menu.sw-service-menu .menu-image-item:nth-child(n + 7),.sw-brand-listing.sw-service-menu .menu-image-item:nth-child(n + 7),.sw-service-listing.sw-service-menu .menu-image-item:nth-child(n + 7){padding-top:2.5rem}.mega-menu-nav .thumbnail-menu.sw-service-menu .menu-image-text,.sw-brand-listing.sw-service-menu .menu-image-text,.sw-service-listing.sw-service-menu .menu-image-text{padding-left:5px}.mega-menu-nav .thumbnail-menu.sw-service-menu .menu-image-text .menu-description,.sw-brand-listing.sw-service-menu .menu-image-text .menu-description,.sw-service-listing.sw-service-menu .menu-image-text .menu-description{font-size:.929em;line-height:1.3;color:#aeaeae;margin:0}.mega-menu-nav .thumbnail-menu .menu-image-item,.sw-brand-listing .menu-image-item,.sw-service-listing .menu-image-item,.mega-menu-nav .thumbnail-menu .sw-brand-item,.sw-brand-listing .sw-brand-item,.sw-service-listing .sw-brand-item,.mega-menu-nav .thumbnail-menu .sw-service-item,.sw-brand-listing .sw-service-item,.sw-service-listing .sw-service-item{list-style:none;overflow:visible}.mega-menu-nav .thumbnail-menu .menu-image-item .addad-lazy-loading::before,.sw-brand-listing .menu-image-item .addad-lazy-loading::before,.sw-service-listing .menu-image-item .addad-lazy-loading::before,.mega-menu-nav .thumbnail-menu .sw-brand-item .addad-lazy-loading::before,.sw-brand-listing .sw-brand-item .addad-lazy-loading::before,.sw-service-listing .sw-brand-item .addad-lazy-loading::before,.mega-menu-nav .thumbnail-menu .sw-service-item .addad-lazy-loading::before,.sw-brand-listing .sw-service-item .addad-lazy-loading::before,.sw-service-listing .sw-service-item .addad-lazy-loading::before{margin:0}.mega-menu-nav .thumbnail-menu .menu-image-item .menu-image,.sw-brand-listing .menu-image-item .menu-image,.sw-service-listing .menu-image-item .menu-image,.mega-menu-nav .thumbnail-menu .sw-brand-item .menu-image,.sw-brand-listing .sw-brand-item .menu-image,.sw-service-listing .sw-brand-item .menu-image,.mega-menu-nav .thumbnail-menu .sw-service-item .menu-image,.sw-brand-listing .sw-service-item .menu-image,.sw-service-listing .sw-service-item .menu-image,.mega-menu-nav .thumbnail-menu .menu-image-item .sw-brand-logo img,.sw-brand-listing .menu-image-item .sw-brand-logo img,.sw-service-listing .menu-image-item .sw-brand-logo img,.mega-menu-nav .thumbnail-menu .sw-brand-item .sw-brand-logo img,.sw-brand-listing .sw-brand-item .sw-brand-logo img,.sw-service-listing .sw-brand-item .sw-brand-logo img,.mega-menu-nav .thumbnail-menu .sw-service-item .sw-brand-logo img,.sw-brand-listing .sw-service-item .sw-brand-logo img,.sw-service-listing .sw-service-item .sw-brand-logo img,.mega-menu-nav .thumbnail-menu .menu-image-item .sw-service-logo img,.sw-brand-listing .menu-image-item .sw-service-logo img,.sw-service-listing .menu-image-item .sw-service-logo img,.mega-menu-nav .thumbnail-menu .sw-brand-item .sw-service-logo img,.sw-brand-listing .sw-brand-item .sw-service-logo img,.sw-service-listing .sw-brand-item .sw-service-logo img,.mega-menu-nav .thumbnail-menu .sw-service-item .sw-service-logo img,.sw-brand-listing .sw-service-item .sw-service-logo img,.sw-service-listing .sw-service-item .sw-service-logo img{display:block;margin:0 auto}.mega-menu-nav .thumbnail-menu .menu-image-item>a,.sw-brand-listing .menu-image-item>a,.sw-service-listing .menu-image-item>a,.mega-menu-nav .thumbnail-menu .sw-brand-item>a,.sw-brand-listing .sw-brand-item>a,.sw-service-listing .sw-brand-item>a,.mega-menu-nav .thumbnail-menu .sw-service-item>a,.sw-brand-listing .sw-service-item>a,.sw-service-listing .sw-service-item>a,.mega-menu-nav .thumbnail-menu .menu-image-item .menu-image-text,.sw-brand-listing .menu-image-item .menu-image-text,.sw-service-listing .menu-image-item .menu-image-text,.mega-menu-nav .thumbnail-menu .sw-brand-item .menu-image-text,.sw-brand-listing .sw-brand-item .menu-image-text,.sw-service-listing .sw-brand-item .menu-image-text,.mega-menu-nav .thumbnail-menu .sw-service-item .menu-image-text,.sw-brand-listing .sw-service-item .menu-image-text,.sw-service-listing .sw-service-item .menu-image-text,.mega-menu-nav .thumbnail-menu .menu-image-item>ul,.sw-brand-listing .menu-image-item>ul,.sw-service-listing .menu-image-item>ul,.mega-menu-nav .thumbnail-menu .sw-brand-item>ul,.sw-brand-listing .sw-brand-item>ul,.sw-service-listing .sw-brand-item>ul,.mega-menu-nav .thumbnail-menu .sw-service-item>ul,.sw-brand-listing .sw-service-item>ul,.sw-service-listing .sw-service-item>ul,.mega-menu-nav .thumbnail-menu .menu-image-item .sw-brand-logo,.sw-brand-listing .menu-image-item .sw-brand-logo,.sw-service-listing .menu-image-item .sw-brand-logo,.mega-menu-nav .thumbnail-menu .sw-brand-item .sw-brand-logo,.sw-brand-listing .sw-brand-item .sw-brand-logo,.sw-service-listing .sw-brand-item .sw-brand-logo,.mega-menu-nav .thumbnail-menu .sw-service-item .sw-brand-logo,.sw-brand-listing .sw-service-item .sw-brand-logo,.sw-service-listing .sw-service-item .sw-brand-logo,.mega-menu-nav .thumbnail-menu .menu-image-item .sw-brand-name,.sw-brand-listing .menu-image-item .sw-brand-name,.sw-service-listing .menu-image-item .sw-brand-name,.mega-menu-nav .thumbnail-menu .sw-brand-item .sw-brand-name,.sw-brand-listing .sw-brand-item .sw-brand-name,.sw-service-listing .sw-brand-item .sw-brand-name,.mega-menu-nav .thumbnail-menu .sw-service-item .sw-brand-name,.sw-brand-listing .sw-service-item .sw-brand-name,.sw-service-listing .sw-service-item .sw-brand-name,.mega-menu-nav .thumbnail-menu .menu-image-item .sw-service-logo,.sw-brand-listing .menu-image-item .sw-service-logo,.sw-service-listing .menu-image-item .sw-service-logo,.mega-menu-nav .thumbnail-menu .sw-brand-item .sw-service-logo,.sw-brand-listing .sw-brand-item .sw-service-logo,.sw-service-listing .sw-brand-item .sw-service-logo,.mega-menu-nav .thumbnail-menu .sw-service-item .sw-service-logo,.sw-brand-listing .sw-service-item .sw-service-logo,.sw-service-listing .sw-service-item .sw-service-logo,.mega-menu-nav .thumbnail-menu .menu-image-item .sw-service-name,.sw-brand-listing .menu-image-item .sw-service-name,.sw-service-listing .menu-image-item .sw-service-name,.mega-menu-nav .thumbnail-menu .sw-brand-item .sw-service-name,.sw-brand-listing .sw-brand-item .sw-service-name,.sw-service-listing .sw-brand-item .sw-service-name,.mega-menu-nav .thumbnail-menu .sw-service-item .sw-service-name,.sw-brand-listing .sw-service-item .sw-service-name,.sw-service-listing .sw-service-item .sw-service-name{float:left;width:50%;padding:0;margin:0}.mega-menu-nav .thumbnail-menu .menu-image-item>a,.sw-brand-listing .menu-image-item>a,.sw-service-listing .menu-image-item>a,.mega-menu-nav .thumbnail-menu .sw-brand-item>a,.sw-brand-listing .sw-brand-item>a,.sw-service-listing .sw-brand-item>a,.mega-menu-nav .thumbnail-menu .sw-service-item>a,.sw-brand-listing .sw-service-item>a,.sw-service-listing .sw-service-item>a,.mega-menu-nav .thumbnail-menu .menu-image-item .sw-brand-logo,.sw-brand-listing .menu-image-item .sw-brand-logo,.sw-service-listing .menu-image-item .sw-brand-logo,.mega-menu-nav .thumbnail-menu .sw-brand-item .sw-brand-logo,.sw-brand-listing .sw-brand-item .sw-brand-logo,.sw-service-listing .sw-brand-item .sw-brand-logo,.mega-menu-nav .thumbnail-menu .sw-service-item .sw-brand-logo,.sw-brand-listing .sw-service-item .sw-brand-logo,.sw-service-listing .sw-service-item .sw-brand-logo,.mega-menu-nav .thumbnail-menu .menu-image-item .sw-service-logo,.sw-brand-listing .menu-image-item .sw-service-logo,.sw-service-listing .menu-image-item .sw-service-logo,.mega-menu-nav .thumbnail-menu .sw-brand-item .sw-service-logo,.sw-brand-listing .sw-brand-item .sw-service-logo,.sw-service-listing .sw-brand-item .sw-service-logo,.mega-menu-nav .thumbnail-menu .sw-service-item .sw-service-logo,.sw-brand-listing .sw-service-item .sw-service-logo,.sw-service-listing .sw-service-item .sw-service-logo{display:block;height:auto}.mega-menu-nav .thumbnail-menu .menu-image-item .menu-image-text .addad-dropdown-toggle,.sw-brand-listing .menu-image-item .menu-image-text .addad-dropdown-toggle,.sw-service-listing .menu-image-item .menu-image-text .addad-dropdown-toggle,.mega-menu-nav .thumbnail-menu .sw-brand-item .menu-image-text .addad-dropdown-toggle,.sw-brand-listing .sw-brand-item .menu-image-text .addad-dropdown-toggle,.sw-service-listing .sw-brand-item .menu-image-text .addad-dropdown-toggle,.mega-menu-nav .thumbnail-menu .sw-service-item .menu-image-text .addad-dropdown-toggle,.sw-brand-listing .sw-service-item .menu-image-text .addad-dropdown-toggle,.sw-service-listing .sw-service-item .menu-image-text .addad-dropdown-toggle,.mega-menu-nav .thumbnail-menu .menu-image-item .sw-brand-name .addad-dropdown-toggle,.sw-brand-listing .menu-image-item .sw-brand-name .addad-dropdown-toggle,.sw-service-listing .menu-image-item .sw-brand-name .addad-dropdown-toggle,.mega-menu-nav .thumbnail-menu .sw-brand-item .sw-brand-name .addad-dropdown-toggle,.sw-brand-listing .sw-brand-item .sw-brand-name .addad-dropdown-toggle,.sw-service-listing .sw-brand-item .sw-brand-name .addad-dropdown-toggle,.mega-menu-nav .thumbnail-menu .sw-service-item .sw-brand-name .addad-dropdown-toggle,.sw-brand-listing .sw-service-item .sw-brand-name .addad-dropdown-toggle,.sw-service-listing .sw-service-item .sw-brand-name .addad-dropdown-toggle,.mega-menu-nav .thumbnail-menu .menu-image-item .sw-service-name .addad-dropdown-toggle,.sw-brand-listing .menu-image-item .sw-service-name .addad-dropdown-toggle,.sw-service-listing .menu-image-item .sw-service-name .addad-dropdown-toggle,.mega-menu-nav .thumbnail-menu .sw-brand-item .sw-service-name .addad-dropdown-toggle,.sw-brand-listing .sw-brand-item .sw-service-name .addad-dropdown-toggle,.sw-service-listing .sw-brand-item .sw-service-name .addad-dropdown-toggle,.mega-menu-nav .thumbnail-menu .sw-service-item .sw-service-name .addad-dropdown-toggle,.sw-brand-listing .sw-service-item .sw-service-name .addad-dropdown-toggle,.sw-service-listing .sw-service-item .sw-service-name .addad-dropdown-toggle{display:none}.mega-menu-nav .thumbnail-menu .menu-image-item .menu-image-text a,.sw-brand-listing .menu-image-item .menu-image-text a,.sw-service-listing .menu-image-item .menu-image-text a,.mega-menu-nav .thumbnail-menu .sw-brand-item .menu-image-text a,.sw-brand-listing .sw-brand-item .menu-image-text a,.sw-service-listing .sw-brand-item .menu-image-text a,.mega-menu-nav .thumbnail-menu .sw-service-item .menu-image-text a,.sw-brand-listing .sw-service-item .menu-image-text a,.sw-service-listing .sw-service-item .menu-image-text a,.mega-menu-nav .thumbnail-menu .menu-image-item .sw-brand-name a,.sw-brand-listing .menu-image-item .sw-brand-name a,.sw-service-listing .menu-image-item .sw-brand-name a,.mega-menu-nav .thumbnail-menu .sw-brand-item .sw-brand-name a,.sw-brand-listing .sw-brand-item .sw-brand-name a,.sw-service-listing .sw-brand-item .sw-brand-name a,.mega-menu-nav .thumbnail-menu .sw-service-item .sw-brand-name a,.sw-brand-listing .sw-service-item .sw-brand-name a,.sw-service-listing .sw-service-item .sw-brand-name a,.mega-menu-nav .thumbnail-menu .menu-image-item .sw-service-name a,.sw-brand-listing .menu-image-item .sw-service-name a,.sw-service-listing .menu-image-item .sw-service-name a,.mega-menu-nav .thumbnail-menu .sw-brand-item .sw-service-name a,.sw-brand-listing .sw-brand-item .sw-service-name a,.sw-service-listing .sw-brand-item .sw-service-name a,.mega-menu-nav .thumbnail-menu .sw-service-item .sw-service-name a,.sw-brand-listing .sw-service-item .sw-service-name a,.sw-service-listing .sw-service-item .sw-service-name a{font-size:1.188em;line-height:1.2;width:100%;height:auto;padding:0;white-space:normal}.mega-menu-nav .thumbnail-menu .menu-image-item .menu-image-text a,.sw-brand-listing .menu-image-item .menu-image-text a,.sw-service-listing .menu-image-item .menu-image-text a,.mega-menu-nav .thumbnail-menu .sw-brand-item .menu-image-text a,.sw-brand-listing .sw-brand-item .menu-image-text a,.sw-service-listing .sw-brand-item .menu-image-text a,.mega-menu-nav .thumbnail-menu .sw-service-item .menu-image-text a,.sw-brand-listing .sw-service-item .menu-image-text a,.sw-service-listing .sw-service-item .menu-image-text a,.mega-menu-nav .thumbnail-menu .menu-image-item .sw-brand-name a,.sw-brand-listing .menu-image-item .sw-brand-name a,.sw-service-listing .menu-image-item .sw-brand-name a,.mega-menu-nav .thumbnail-menu .sw-brand-item .sw-brand-name a,.sw-brand-listing .sw-brand-item .sw-brand-name a,.sw-service-listing .sw-brand-item .sw-brand-name a,.mega-menu-nav .thumbnail-menu .sw-service-item .sw-brand-name a,.sw-brand-listing .sw-service-item .sw-brand-name a,.sw-service-listing .sw-service-item .sw-brand-name a,.mega-menu-nav .thumbnail-menu .menu-image-item .sw-service-name a,.sw-brand-listing .menu-image-item .sw-service-name a,.sw-service-listing .menu-image-item .sw-service-name a,.mega-menu-nav .thumbnail-menu .sw-brand-item .sw-service-name a,.sw-brand-listing .sw-brand-item .sw-service-name a,.sw-service-listing .sw-brand-item .sw-service-name a,.mega-menu-nav .thumbnail-menu .sw-service-item .sw-service-name a,.sw-brand-listing .sw-service-item .sw-service-name a,.sw-service-listing .sw-service-item .sw-service-name a{margin-top:8px}.mega-menu-nav .thumbnail-menu .menu-image-item .menu-image-text a.empty,.sw-brand-listing .menu-image-item .menu-image-text a.empty,.sw-service-listing .menu-image-item .menu-image-text a.empty,.mega-menu-nav .thumbnail-menu .sw-brand-item .menu-image-text a.empty,.sw-brand-listing .sw-brand-item .menu-image-text a.empty,.sw-service-listing .sw-brand-item .menu-image-text a.empty,.mega-menu-nav .thumbnail-menu .sw-service-item .menu-image-text a.empty,.sw-brand-listing .sw-service-item .menu-image-text a.empty,.sw-service-listing .sw-service-item .menu-image-text a.empty,.mega-menu-nav .thumbnail-menu .menu-image-item .sw-brand-name a.empty,.sw-brand-listing .menu-image-item .sw-brand-name a.empty,.sw-service-listing .menu-image-item .sw-brand-name a.empty,.mega-menu-nav .thumbnail-menu .sw-brand-item .sw-brand-name a.empty,.sw-brand-listing .sw-brand-item .sw-brand-name a.empty,.sw-service-listing .sw-brand-item .sw-brand-name a.empty,.mega-menu-nav .thumbnail-menu .sw-service-item .sw-brand-name a.empty,.sw-brand-listing .sw-service-item .sw-brand-name a.empty,.sw-service-listing .sw-service-item .sw-brand-name a.empty,.mega-menu-nav .thumbnail-menu .menu-image-item .sw-service-name a.empty,.sw-brand-listing .menu-image-item .sw-service-name a.empty,.sw-service-listing .menu-image-item .sw-service-name a.empty,.mega-menu-nav .thumbnail-menu .sw-brand-item .sw-service-name a.empty,.sw-brand-listing .sw-brand-item .sw-service-name a.empty,.sw-service-listing .sw-brand-item .sw-service-name a.empty,.mega-menu-nav .thumbnail-menu .sw-service-item .sw-service-name a.empty,.sw-brand-listing .sw-service-item .sw-service-name a.empty,.sw-service-listing .sw-service-item .sw-service-name a.empty{display:none}.mega-menu-nav .thumbnail-menu .menu-image-item a,.sw-brand-listing .menu-image-item a,.sw-service-listing .menu-image-item a,.mega-menu-nav .thumbnail-menu .sw-brand-item a,.sw-brand-listing .sw-brand-item a,.sw-service-listing .sw-brand-item a,.mega-menu-nav .thumbnail-menu .sw-service-item a,.sw-brand-listing .sw-service-item a,.sw-service-listing .sw-service-item a{color:#000000;cursor:pointer}.mega-menu-nav .thumbnail-menu .menu-image-item a:hover,.sw-brand-listing .menu-image-item a:hover,.sw-service-listing .menu-image-item a:hover,.mega-menu-nav .thumbnail-menu .sw-brand-item a:hover,.sw-brand-listing .sw-brand-item a:hover,.sw-service-listing .sw-brand-item a:hover,.mega-menu-nav .thumbnail-menu .sw-service-item a:hover,.sw-brand-listing .sw-service-item a:hover,.sw-service-listing .sw-service-item a:hover{color:#43b02a}.mega-menu-nav .thumbnail-menu .menu-image-item>ul>li,.sw-brand-listing .menu-image-item>ul>li,.sw-service-listing .menu-image-item>ul>li,.mega-menu-nav .thumbnail-menu .sw-brand-item>ul>li,.sw-brand-listing .sw-brand-item>ul>li,.sw-service-listing .sw-brand-item>ul>li,.mega-menu-nav .thumbnail-menu .sw-service-item>ul>li,.sw-brand-listing .sw-service-item>ul>li,.sw-service-listing .sw-service-item>ul>li{list-style:none;line-height:1;font-size:1.063em}.mega-menu-nav .thumbnail-menu .menu-image-item>ul>li a,.sw-brand-listing .menu-image-item>ul>li a,.sw-service-listing .menu-image-item>ul>li a,.mega-menu-nav .thumbnail-menu .sw-brand-item>ul>li a,.sw-brand-listing .sw-brand-item>ul>li a,.sw-service-listing .sw-brand-item>ul>li a,.mega-menu-nav .thumbnail-menu .sw-service-item>ul>li a,.sw-brand-listing .sw-service-item>ul>li a,.sw-service-listing .sw-service-item>ul>li a{display:inline-block;font-size:.875em;line-height:1.2;height:auto;padding:0;white-space:normal}.mega-menu-nav .thumbnail-menu .menu-image-item>ul>li a span::after,.sw-brand-listing .menu-image-item>ul>li a span::after,.sw-service-listing .menu-image-item>ul>li a span::after,.mega-menu-nav .thumbnail-menu .sw-brand-item>ul>li a span::after,.sw-brand-listing .sw-brand-item>ul>li a span::after,.sw-service-listing .sw-brand-item>ul>li a span::after,.mega-menu-nav .thumbnail-menu .sw-service-item>ul>li a span::after,.sw-brand-listing .sw-service-item>ul>li a span::after,.sw-service-listing .sw-service-item>ul>li a span::after{display:inline;content:'\00a0»'}.mega-menu-nav .thumbnail-menu .menu-image-text>a:first-child,.sw-brand-listing .menu-image-text>a:first-child,.sw-service-listing .menu-image-text>a:first-child,.mega-menu-nav .thumbnail-menu .menu-image-text>span:first-child,.sw-brand-listing .menu-image-text>span:first-child,.sw-service-listing .menu-image-text>span:first-child{font-size:1.13em;font-weight:700;margin-top:0;padding-bottom:9px;margin-bottom:9px;color:#000000;display:inline-block;position:relative;word-break:break-all;overflow:visible}.mega-menu-nav .thumbnail-menu .menu-image-text>a:first-child::after,.sw-brand-listing .menu-image-text>a:first-child::after,.sw-service-listing .menu-image-text>a:first-child::after,.mega-menu-nav .thumbnail-menu .menu-image-text>span:first-child::after,.sw-brand-listing .menu-image-text>span:first-child::after,.sw-service-listing .menu-image-text>span:first-child::after{content:'';display:block;height:2px;width:65px;position:absolute;bottom:0;background:#43b02a}.mega-menu-nav .thumbnail-menu .menu-image-text>a:first-child:hover,.sw-brand-listing .menu-image-text>a:first-child:hover,.sw-service-listing .menu-image-text>a:first-child:hover,.mega-menu-nav .thumbnail-menu .menu-image-text>span:first-child:hover,.sw-brand-listing .menu-image-text>span:first-child:hover,.sw-service-listing .menu-image-text>span:first-child:hover,.mega-menu-nav .thumbnail-menu .menu-image-text>a:first-child:focus,.sw-brand-listing .menu-image-text>a:first-child:focus,.sw-service-listing .menu-image-text>a:first-child:focus,.mega-menu-nav .thumbnail-menu .menu-image-text>span:first-child:focus,.sw-brand-listing .menu-image-text>span:first-child:focus,.sw-service-listing .menu-image-text>span:first-child:focus{color:#43b02a}.mega-menu-nav .thumbnail-menu.sw-brand-menu .cd-secondary-nav,.sw-brand-listing .cd-secondary-nav{box-sizing:border-box;width:100%;padding:2rem 4rem;max-height:calc(100vh - 200px);overflow-y:auto;font-size:1rem}.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item,.sw-brand-listing .menu-image-item{width:11.11111%;clear:none;margin:0;padding:0;padding-left:3%;border-left:none}.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item:nth-child(3n + 3),.sw-brand-listing .menu-image-item:nth-child(3n + 3){clear:none}.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item:nth-child(n + 7),.sw-brand-listing .menu-image-item:nth-child(n + 7){padding-top:0}.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item:nth-child(9n + 3),.sw-brand-listing .menu-image-item:nth-child(9n + 3){margin-left:-1.5%;clear:left}.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item .menu-image-text span,.sw-brand-listing .menu-image-item .menu-image-text span,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item .menu-image-text span,.sw-brand-listing .sw-brand-item .menu-image-text span,.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item .sw-brand-name span,.sw-brand-listing .menu-image-item .sw-brand-name span,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item .sw-brand-name span,.sw-brand-listing .sw-brand-item .sw-brand-name span{background:none;margin-top:7px;display:block;text-align:center;width:100%;font-size:.938em}.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item .menu-image-text span::after,.sw-brand-listing .menu-image-item .menu-image-text span::after,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item .menu-image-text span::after,.sw-brand-listing .sw-brand-item .menu-image-text span::after,.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item .sw-brand-name span::after,.sw-brand-listing .menu-image-item .sw-brand-name span::after,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item .sw-brand-name span::after,.sw-brand-listing .sw-brand-item .sw-brand-name span::after{content:none}.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item>a,.sw-brand-listing .menu-image-item>a,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item>a,.sw-brand-listing .sw-brand-item>a,.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item .sw-brand-logo,.sw-brand-listing .menu-image-item .sw-brand-logo,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item .sw-brand-logo,.sw-brand-listing .sw-brand-item .sw-brand-logo{width:100%;padding-bottom:.25em;border-bottom:2px solid transparent;-webkit-transition:border-color .2s;-o-transition:border-color .2s;transition:border-color .2s}.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item>a .menu-image,.sw-brand-listing .menu-image-item>a .menu-image,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item>a .menu-image,.sw-brand-listing .sw-brand-item>a .menu-image,.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item .sw-brand-logo .menu-image,.sw-brand-listing .menu-image-item .sw-brand-logo .menu-image,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item .sw-brand-logo .menu-image,.sw-brand-listing .sw-brand-item .sw-brand-logo .menu-image,.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item>a.sw-brand-logo img,.sw-brand-listing .menu-image-item>a.sw-brand-logo img,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item>a.sw-brand-logo img,.sw-brand-listing .sw-brand-item>a.sw-brand-logo img,.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item .sw-brand-logo.sw-brand-logo img,.sw-brand-listing .menu-image-item .sw-brand-logo.sw-brand-logo img,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item .sw-brand-logo.sw-brand-logo img,.sw-brand-listing .sw-brand-item .sw-brand-logo.sw-brand-logo img{filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");filter:gray;-webkit-filter:grayscale(100%)}.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item .menu-image-text,.sw-brand-listing .menu-image-item .menu-image-text,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item .menu-image-text,.sw-brand-listing .sw-brand-item .menu-image-text,.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item .sw-brand-name,.sw-brand-listing .menu-image-item .sw-brand-name,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item .sw-brand-name,.sw-brand-listing .sw-brand-item .sw-brand-name{clear:left;width:100%;display:none}.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item .menu-image-text a,.sw-brand-listing .menu-image-item .menu-image-text a,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item .menu-image-text a,.sw-brand-listing .sw-brand-item .menu-image-text a,.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item .sw-brand-name a,.sw-brand-listing .menu-image-item .sw-brand-name a,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item .sw-brand-name a,.sw-brand-listing .sw-brand-item .sw-brand-name a,.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item .menu-image-text.sw-brand-name,.sw-brand-listing .menu-image-item .menu-image-text.sw-brand-name,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item .menu-image-text.sw-brand-name,.sw-brand-listing .sw-brand-item .menu-image-text.sw-brand-name,.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item .sw-brand-name.sw-brand-name,.sw-brand-listing .menu-image-item .sw-brand-name.sw-brand-name,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item .sw-brand-name.sw-brand-name,.sw-brand-listing .sw-brand-item .sw-brand-name.sw-brand-name{text-align:center;color:#aeaeae;font-weight:400;pointer-events:none}.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item .menu-image-text a::after,.sw-brand-listing .menu-image-item .menu-image-text a::after,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item .menu-image-text a::after,.sw-brand-listing .sw-brand-item .menu-image-text a::after,.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item .sw-brand-name a::after,.sw-brand-listing .menu-image-item .sw-brand-name a::after,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item .sw-brand-name a::after,.sw-brand-listing .sw-brand-item .sw-brand-name a::after,.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item .menu-image-text.sw-brand-name::after,.sw-brand-listing .menu-image-item .menu-image-text.sw-brand-name::after,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item .menu-image-text.sw-brand-name::after,.sw-brand-listing .sw-brand-item .menu-image-text.sw-brand-name::after,.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item .sw-brand-name.sw-brand-name::after,.sw-brand-listing .menu-image-item .sw-brand-name.sw-brand-name::after,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item .sw-brand-name.sw-brand-name::after,.sw-brand-listing .sw-brand-item .sw-brand-name.sw-brand-name::after{display:none}.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item .menu-image-text a .arrow,.sw-brand-listing .menu-image-item .menu-image-text a .arrow,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item .menu-image-text a .arrow,.sw-brand-listing .sw-brand-item .menu-image-text a .arrow,.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item .sw-brand-name a .arrow,.sw-brand-listing .menu-image-item .sw-brand-name a .arrow,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item .sw-brand-name a .arrow,.sw-brand-listing .sw-brand-item .sw-brand-name a .arrow,.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item .menu-image-text.sw-brand-name .arrow,.sw-brand-listing .menu-image-item .menu-image-text.sw-brand-name .arrow,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item .menu-image-text.sw-brand-name .arrow,.sw-brand-listing .sw-brand-item .menu-image-text.sw-brand-name .arrow,.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item .sw-brand-name.sw-brand-name .arrow,.sw-brand-listing .menu-image-item .sw-brand-name.sw-brand-name .arrow,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item .sw-brand-name.sw-brand-name .arrow,.sw-brand-listing .sw-brand-item .sw-brand-name.sw-brand-name .arrow{display:none}.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item .menu-image-text span,.sw-brand-listing .menu-image-item .menu-image-text span,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item .menu-image-text span,.sw-brand-listing .sw-brand-item .menu-image-text span,.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item .sw-brand-name span,.sw-brand-listing .menu-image-item .sw-brand-name span,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item .sw-brand-name span,.sw-brand-listing .sw-brand-item .sw-brand-name span{display:inline}.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item .menu-image-text>a:first-child,.sw-brand-listing .menu-image-item .menu-image-text>a:first-child,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item .menu-image-text>a:first-child,.sw-brand-listing .sw-brand-item .menu-image-text>a:first-child,.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item .sw-brand-name>a:first-child,.sw-brand-listing .menu-image-item .sw-brand-name>a:first-child,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item .sw-brand-name>a:first-child,.sw-brand-listing .sw-brand-item .sw-brand-name>a:first-child,.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item .menu-image-text>span:first-child,.sw-brand-listing .menu-image-item .menu-image-text>span:first-child,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item .menu-image-text>span:first-child,.sw-brand-listing .sw-brand-item .menu-image-text>span:first-child,.mega-menu-nav .thumbnail-menu.sw-brand-menu .menu-image-item .sw-brand-name>span:first-child,.sw-brand-listing .menu-image-item .sw-brand-name>span:first-child,.mega-menu-nav .thumbnail-menu.sw-brand-menu .sw-brand-item .sw-brand-name>span:first-child,.sw-brand-listing .sw-brand-item .sw-brand-name>span:first-child{margin-top:.133em}#navbar .quick-menu-wrapper{height:35% !important}#navbar .quick-menu-wrapper #quick-menu>li{font-size:.75em;padding:0;margin:0}@media (min-width:992px) and (max-width:1199px){#navbar .quick-menu-wrapper #quick-menu>li{font-size:.8em}}#navbar .quick-menu-wrapper #quick-menu>li>a{text-transform:uppercase;padding:0 .75rem;border-bottom:2px solid #1c1c1c}#navbar .quick-menu-wrapper #quick-menu>li>a:hover,#navbar .quick-menu-wrapper #quick-menu>li>a:focus{border-bottom:2px solid #43b02a}#navbar .quick-menu-wrapper #quick-menu>li:first-child{margin-left:0;padding-left:0}#navbar .quick-menu-wrapper #quick-menu>li:last-child{margin-right:0;padding-right:0}#navbar .quick-menu-wrapper~.main-nav-wrapper{height:50% !important}#topbar .container,#topbar .topbar-link-container,#topbar .topbar-link{height:auto}#topbar .container .topbar-link-container .topbar-link a{float:none}#topbar .container .topbar-link-container .topbar-link{color:#c8c8c8}#topbar .container .topbar-link-container .topbar-link span,#topbar .container .topbar-link-container .topbar-link a{float:none}#topbar .container .topbar-link-container .topbar-link.icon{margin-left:0}#topbar .container .topbar-link-container .topbar-link.icon>i.fa,#topbar .container .topbar-link-container .topbar-link>i.fa{font-size:15px;width:auto;text-align:center;top:0;left:0;margin-right:6px;position:relative;color:#a1a1a1}#topbar .topbar-link-container{overflow:visible}#topbar .topbar-link-container .topbar-link{font-weight:700;text-transform:uppercase}#topbar .topbar-link-container .topbar-link a{font-weight:700;color:#43b02a;margin-right:20px;cursor:pointer}#topbar .topbar-link-container .topbar-link a:hover{text-decoration:underline}#topbar .topbar-link-container .topbar-link a.addad-zopim-status.zopim-offline{color:gray}@media (max-width:767px){#topbar{padding:.5rem 0}#topbar .container{line-height:0}#topbar>.container{padding:5px 15px 5px 10px}#topbar #language_switcher .dropdown .dropdown-toggle{padding:10px 20px 5px 5px;margin-top:-10px;left:-5px;margin-right:0}#topbar .topbar-link-container{clear:none}#topbar .topbar-link-container .topbar-link{float:left;clear:both;line-height:1.9em;margin-top:3px;margin-bottom:3px}#topbar .topbar-link-container .topbar-link a{font-size:13px}#topbar .topbar-link-container-2{float:right}}@media (max-width:480px){#topbar .topbar-link-container{float:none}#topbar .topbar-link-container-2{position:absolute;right:0}}#topbar #language_switcher{float:none;margin:0;padding:0;margin-left:.25em;display:inline-block}#topbar #language_switcher>li{float:none}#topbar #language_switcher .dropdown-toggle{line-height:1;padding:0;background:transparent}#topbar #language_switcher .dropdown-menu{position:absolute;z-index:1050;margin-top:10px;right:0;left:auto;padding:0;border:none}#topbar #language_switcher .dropdown-menu .language-group-heading{list-style:none;padding:8px 12px 4px;margin:0;font-size:.72em;font-family:"HelveticaNeueLT","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:800;line-height:18px;text-transform:uppercase;letter-spacing:.08em;color:#a1a1a1;background:#dddddd;border-top:1px solid #fff;cursor:default}#topbar #language_switcher .dropdown-menu .language-group-heading:first-child{border-top:none}#topbar #language_switcher .dropdown-menu .language-item{list-style:none;margin:0}#topbar #language_switcher .dropdown-menu .language-item:last-child .list-group-item{border-bottom:none}#topbar #language_switcher .dropdown-menu .list-group-item{padding:0 12px;margin:0;font-size:.8em;font-family:"HelveticaNeueLT","Helvetica Neue",Helvetica,Arial,sans-serif;text-decoration:none;line-height:38px;color:#323232;border-radius:0;border:none;font-weight:500;text-transform:none;border-bottom:1px solid #eee}#topbar #language_switcher .dropdown-menu .list-group-item:hover:not(:has(.language-link-no-style)),#topbar #language_switcher .dropdown-menu .list-group-item:focus:not(:has(.language-link-no-style)){background:#fafafa;color:#43b02a}#topbar #language_switcher .dropdown-menu .list-group-item:has(.language-link-no-style):hover,#topbar #language_switcher .dropdown-menu .list-group-item:has(.language-link-no-style):focus{background:transparent !important;color:#323232 !important}#topbar #language_switcher .dropdown-menu .list-group-item .language-link-no-style,#topbar #language_switcher .dropdown-menu .list-group-item a.language-link-no-style,#topbar #language_switcher .dropdown-menu .list-group-item .language.language-code.language-link-no-style{margin:0 !important;text-decoration:none !important;color:#323232}#topbar #language_switcher .dropdown-menu .list-group-item .language-link-no-style:hover,#topbar #language_switcher .dropdown-menu .list-group-item a.language-link-no-style:hover,#topbar #language_switcher .dropdown-menu .list-group-item .language.language-code.language-link-no-style:hover,#topbar #language_switcher .dropdown-menu .list-group-item .language-link-no-style:focus,#topbar #language_switcher .dropdown-menu .list-group-item a.language-link-no-style:focus,#topbar #language_switcher .dropdown-menu .list-group-item .language.language-code.language-link-no-style:focus,#topbar #language_switcher .dropdown-menu .list-group-item .language-link-no-style:active,#topbar #language_switcher .dropdown-menu .list-group-item a.language-link-no-style:active,#topbar #language_switcher .dropdown-menu .list-group-item .language.language-code.language-link-no-style:active{text-decoration:none !important;color:#43b02a !important}#topbar #language_switcher .dropdown-menu .language-link-no-style{margin:0 !important;text-decoration:none !important}#topbar #language_switcher .dropdown-menu .language-link-no-style:hover,#topbar #language_switcher .dropdown-menu .language-link-no-style:focus,#topbar #language_switcher .dropdown-menu .language-link-no-style:active{text-decoration:none !important}.header-wrapper{z-index:auto}.header-wrapper .breadcrumbs-container{position:relative;width:100%;background:#dddddd;z-index:2}.header-wrapper .breadcrumbs-container::after{display:block;content:'';clear:both}.header-wrapper .breadcrumbs-container .breadcrumbs{float:left;font-weight:500;color:#a1a1a1;padding:.813em 0;margin:0 -0.625rem;display:inline-block}.header-wrapper .breadcrumbs-container .breadcrumbs>*{float:left}.header-wrapper .breadcrumbs-container .breadcrumbs>[typeof="ListItem"]{margin:0 10px}.header-wrapper .breadcrumbs-container .breadcrumbs>[typeof="ListItem"] h1{display:inline;font-weight:500;font-size:1em;line-height:1.55;letter-spacing:normal;margin:0}.header-wrapper .breadcrumbs-container .breadcrumbs>[typeof="ListItem"] a{color:#a1a1a1}.header-wrapper .breadcrumbs-container .breadcrumbs>[typeof="ListItem"] br{display:none}.header-wrapper .breadcrumbs-container .breadcrumbs>[typeof="ListItem"]:first-child{text-transform:uppercase;color:#43b02a}.header-wrapper .breadcrumbs-container .breadcrumbs>[typeof="ListItem"]:last-child{color:#1c1c1c}@media (max-width:767px){.header-wrapper .breadcrumbs-container{font-size:.938rem}.header-wrapper .breadcrumbs-container>div{padding:0 0 0 10px}.header-wrapper .breadcrumbs-container .breadcrumbs{margin-right:110px}.header-wrapper .breadcrumbs-container .sw-share{position:absolute;right:0;top:0}}#main-menu>li{font-size:1.05em}#main-menu>li>a{font-weight:700;text-transform:uppercase;border-bottom-width:3px}#main-menu>li.open>a,#navbar .quick-menu-wrapper #quick-menu>li.open>a{border-bottom-color:#43b02a}#quick-menu>li,#main-menu>li,#quick-menu>li>a,#main-menu>li>a{height:100%}#quick-menu:not(.cd-navigation)>li:not(.sw-search)>a,#main-menu:not(.cd-navigation)>li:not(.sw-search)>a{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}#quick-menu:not(.cd-navigation)>li:not(.sw-search)>a span,#main-menu:not(.cd-navigation)>li:not(.sw-search)>a span,#quick-menu:not(.cd-navigation)>li:not(.sw-search)>a button,#main-menu:not(.cd-navigation)>li:not(.sw-search)>a button{position:relative;top:50%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%)}#quick-menu .addad-dropdown-toggle,#main-menu .addad-dropdown-toggle{margin-top:0}.nav-pushfix-1{height:5%}.nav-pushfix-2{height:10%}.sticky-wrapper{font-size:1rem}.sticky-wrapper #main-menu>li{margin:0 .875rem}.sticky-wrapper #main-menu>li>a{padding:0 .75rem 0}.stuck-wrapper .nav-pushfix-1,.stuck-wrapper .nav-pushfix-2{height:0}.stuck-wrapper #navbar{font-size:14px}.stuck-wrapper #navbar .quick-menu-wrapper{height:40% !important}.stuck-wrapper #navbar .quick-menu-wrapper #quick-menu>li{font-size:.75em}.stuck-wrapper #navbar .quick-menu-wrapper #quick-menu>li>a{padding:0 8px}.stuck-wrapper #navbar .main-nav-wrapper{height:60% !important}.stuck-wrapper #navbar #main-menu>li{margin:0 .25em}.stuck-wrapper #navbar .main-logo .logo-img{height:42px}.header-wrapper.scrollStart-parent:not(.scrollBread-parent) .sticky-wrapper{position:relative;margin-top:0 !important}.header-wrapper.navbar-sticky-parent #navbar{-webkit-transition:none;-o-transition:none;transition:none}.header-wrapper.navbar-sticky-parent #navbar .nav li a,.header-wrapper.navbar-sticky-parent #navbar .av li button{-webkit-transition:none;-o-transition:none;transition:none}.header-wrapper.navbar-sticky-parent .sticky-wrapper{z-index:4}.header-wrapper.navbar-sticky-parent .sticky-wrapper.in-breadcrumbs #navbar{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.header-wrapper.navbar-sticky-parent .sticky-wrapper.in-breadcrumbs:not(.under-breadcrumbs) .sw-notice{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.header-wrapper.navbar-sticky-parent .sticky-wrapper.under-breadcrumbs #navbar{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);-webkit-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s}.menu-item-has-children>a{cursor:pointer}#main-menu>.menu-parent-item>a .addad-dropdown-toggle,#quick-menu>.menu-parent-item>a .addad-dropdown-toggle,#main-menu>.menu-parent-item>a .addad-dropdown-toggle:hover .addad-dropdown-toggle:focus,#quick-menu>.menu-parent-item>a .addad-dropdown-toggle:hover .addad-dropdown-toggle:focus{background:none}#main-menu>.menu-parent-item>a:hover,#quick-menu>.menu-parent-item>a:hover{border-color:#43b02a}#navbar .sw-search>a{position:relative;display:block;width:44px;height:44px;overflow:hidden;white-space:nowrap;color:transparent;z-index:3;height:100%}#navbar .sw-search>a::before,#navbar .sw-search>a::after{content:'';position:absolute;-webkit-transition:opacity .3s;-moz-transition:opacity .3s;transition:opacity .3s;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}#navbar .sw-search>a::before{top:11px;left:11px;width:18px;height:18px;border-radius:50%;border:3px solid #FFF}#navbar .sw-search>a::after{height:3px;width:8px;background:#FFF;bottom:14px;right:11px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}#navbar .sw-search>a span{color:transparent}#navbar .sw-search>a span::before,#navbar .sw-search>a span::after{content:'';position:absolute;display:inline-block;height:3px;width:22px;top:48%;margin-top:-2px;left:54%;margin-left:-11px;background:#FFF;opacity:0;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:opacity .3s,-webkit-transform .3s;-moz-transition:opacity .3s,-moz-transform .3s;transition:opacity .3s,transform .3s}#navbar .sw-search>a span::before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}#navbar .sw-search>a span::after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}#navbar .sw-search>a.search-visible::before,#navbar .sw-search>a.search-visible::after{opacity:0}#navbar .sw-search>a.search-visible span::before,#navbar .sw-search>a.search-visible span::after{opacity:1}#navbar .sw-search>a.search-visible span::before{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}#navbar .sw-search>a.search-visible span::after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}#navbar .sw-search>a:focus:not(:hover):not(.search-visible){border-color:transparent}#navbar .sw-search>a::before{top:30%;left:11px}#navbar .sw-search>a::after{bottom:33%;right:11px}#navbar .sw-search>a span::before,#navbar .sw-search>a span::after{margin-top:0;margin-left:-13px}.stuck-wrapper #navbar .sw-search>a::before{left:13px;width:14px;height:14px;border-width:2px}.stuck-wrapper #navbar .sw-search>a::after{right:13px;height:2px}.stuck-wrapper #navbar .sw-search>a span::before,.stuck-wrapper #navbar .sw-search>a span::after{left:60%;height:2px;width:18px}.search-bar{position:absolute;width:100%;background:transparent}.search-bar{margin:0}.search-bar #searchform{display:block;position:relative;max-width:100%;width:420px;margin:50px auto;background:#FFF;border-radius:5px;padding-right:3.9em;font-size:1.2rem}.search-bar #searchform label{display:none}.search-bar #searchform input{padding:0;margin:0;background:transparent;border:none}.search-bar #searchform #s,.search-bar #searchform .searchsubmit-wrapper{padding:1em 1.2em;font-size:1.2rem;line-height:1.5em;box-sizing:border-box;height:3.5em}.search-bar #searchform #s{width:100%;color:#323232;font-weight:500;display:block;border:none;border-right:none;border-top:none;border-left:none;padding-right:0}.search-bar #searchform #searchsubmit{display:block;width:100%;height:100%;top:0;position:absolute;right:0;opacity:0}.search-bar #searchform .searchsubmit-wrapper{display:block;position:absolute;width:3.9em;top:0;right:0;cursor:pointer;border-radius:0 5px 5px 0}.search-bar #searchform .searchsubmit-wrapper:hover,.search-bar #searchform .searchsubmit-wrapper:focus{background:#e6e6e6}.search-bar #searchform .searchsubmit-wrapper::before{font-size:1.263em;margin-left:.1em}#sw-search{opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:opacity 0.3s, visibility 0.3s;-o-transition:opacity 0.3s, visibility 0.3s;transition:opacity 0.3s, visibility 0.3s}#sw-search.search-visible{opacity:1;visibility:visible}#sw-search.search-visible #searchform #s,#sw-search.search-visible #searchform .searchsubmit-wrapper{pointer-events:auto}#sw-search-mobile{position:relative;margin-right:10px;padding:5px 35px 10px 25px}#sw-search-mobile #searchform{border-radius:0;margin:0;font-size:1rem;padding-right:2em}#sw-search-mobile #searchform #s,#sw-search-mobile #searchform .searchsubmit-wrapper{border-radius:0;padding:.5em .6em;font-size:1.1rem;line-height:1.5em;height:2em}#sw-search-mobile #searchform .searchsubmit-wrapper{width:2em}#sw-search-mobile #searchform .searchsubmit-wrapper::before{position:relative;margin-left:0;bottom:.175em;right:.1em}.cd-nav .sw-search.menu-item{display:none}.breadcrumbs-container .sw-share{display:inline-block;position:relative;float:right}@media (max-width:1599px){.breadcrumbs-container .sw-share{margin-right:40px}}.breadcrumbs-container .sw-share .share-button{display:block;padding:.813em;cursor:pointer}.breadcrumbs-container .sw-share .share-button:hover{color:#000000}.breadcrumbs-container .sw-share a{color:#323232;text-decoration:none}.breadcrumbs-container .sw-share a:hover{color:#444444}.breadcrumbs-container .sw-share .share-list{display:none;position:absolute;line-height:2em;background:#e6e6e6;min-width:100%;height:auto;right:0;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175)}.breadcrumbs-container .sw-share .share-list>.share-option{font-size:.938em;display:block;white-space:nowrap;line-height:1;font-weight:500;padding:.688em 1.25em .688em 1em;background:#fff;border-bottom:1px solid #eee}.breadcrumbs-container .sw-share .share-list>.share-option:last-child{border-bottom:none}.breadcrumbs-container .sw-share .share-list>.share-option:hover,.breadcrumbs-container .sw-share .share-list>.share-option:focus{color:#43b02a}.breadcrumbs-container .sw-share .share-list>.share-option .fa{min-width:1em}.breadcrumbs-container .sw-share.open .share-button{background:#c8c8c8;border-bottom-left-radius:0;border-bottom-right-radius:0}.breadcrumbs-container .sw-share.open .share-list{display:block}@media (min-width:1200px) and (max-width:1599px){.main-logo .logo-img{height:50px}.header-wrapper .topbar-row .container{font-size:11px}}@media (min-width:992px) and (max-width:1199px){.extra_template_startsida-topp .hentry h2{font-size:4.4em}#main-menu>li{font-size:.938rem}.navbar{height:100px}}@media (min-width:768px) and (max-width:1199px){.main-logo .logo-img{height:46px}.header-wrapper .topbar-row .container{font-size:11px}}@media (max-width:1199px){.navbar{height:80px}.stuck-wrapper #navbar .main-logo .logo-img{height:36px}.header-wrapper .sticky-wrapper.stuck-wrapper.sticky-past-holder .navbar{height:65px}button.addad-dropdown-toggle{background:transparent !important}.cd-nav .menu-item>a>span:hover,.cd-nav .menu-item>a>span:focus{color:inherit}}@media (max-width:767px){.header-wrapper .topbar-row .container{font-size:11px}.main-logo .logo-img{height:40px}html[lang="zh-CN"] .main-logo .logo-img{height:30px !important}}.main-logo .logo-img{width:auto !important}.menu-cta{display:-webkit-box !important;display:-moz-box !important;display:-ms-flexbox !important;display:-webkit-flex !important;display:flex !important}.menu-cta a{border:none !important;border-radius:0 !important;background:#43b02a !important;color:#000000 !important;text-shadow:none !important;font-weight:700 !important;font-size:.8rem !important;position:relative !important;height:2.2em !important;line-height:2.15em !important;padding:0 2.9em 0 .9em !important;margin-right:2.34em !important;color:#FFF !important}.menu-cta a::after{position:absolute !important;bottom:0 !important;right:-2.34em !important;width:2.2em !important;height:100% !important;background:inherit !important;display:inline-block !important;font:normal normal normal 14px/1 FontAwesome !important;content:"\f054" !important;font-size:inherit !important;text-rendering:auto !important;-webkit-font-smoothing:antialiased !important;line-height:2.25em !important;text-align:center !important}.menu-cta a::before{position:absolute !important;content:"" !important;display:block !important;height:2.2em !important;width:.14em !important;right:-0.14em !important;top:0 !important}.menu-cta a:hover,.menu-cta a:active,.menu-cta a:focus{color:#000000 !important;background:#3c9e26 !important}.menu-cta a:hover::after,.menu-cta a:active::after,.menu-cta a:focus::after{color:inherit !important;background:inherit !important}.menu-cta a:active,.menu-cta a:active::after{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125) !important;box-shadow:inset 0 3px 5px rgba(0,0,0,0.125) !important}.menu-cta a:hover,.menu-cta a:active{color:#FFF !important}@media (max-width:991px){.menu-cta a{margin:5px 70px 5px 50px}}@media (max-width:767px){.menu-cta a{margin:5px 50px 5px 30px}}.topbar-link.has-dropdown{position:relative;cursor:pointer}.topbar-link.has-dropdown .topbar-dropdown{display:none;position:absolute;left:2rem;top:100%;background:#fff;color:#000;z-index:10;box-shadow:0 2px 6px rgba(0,0,0,0.15);border-radius:2px}.topbar-link.has-dropdown .topbar-dropdown ul{margin:0;padding:0;list-style:none}.topbar-link.has-dropdown .topbar-dropdown li{padding:0;white-space:nowrap}.topbar-link.has-dropdown .topbar-dropdown li+li{border-top:1px solid #e0e0e0}.topbar-link.has-dropdown .topbar-dropdown a,.topbar-link.has-dropdown .topbar-dropdown span{display:block;padding:0 15px 0 10px;margin:0 !important;color:#323232 !important;text-decoration:none}.topbar-link.has-dropdown .topbar-dropdown a:hover,.topbar-link.has-dropdown .topbar-dropdown span:hover,.topbar-link.has-dropdown .topbar-dropdown a:focus,.topbar-link.has-dropdown .topbar-dropdown span:focus{text-decoration:underline}.topbar-link.has-dropdown .tb-portal-link{color:inherit;text-decoration:none}.topbar-link.has-dropdown .tb-portal-link .tb-long-text,.topbar-link.has-dropdown .tb-portal-link .tb-short-text{color:#c8c8c8 !important}.topbar-link.has-dropdown .tb-portal-link:hover,.topbar-link.has-dropdown .tb-portal-link:focus{text-decoration:none !important}.topbar-link.has-dropdown .tb-login-text{color:#43b02a !important;text-transform:uppercase}.topbar-link.has-dropdown:hover .topbar-dropdown,.topbar-link.has-dropdown .topbar-dropdown:focus-within,.topbar-link.has-dropdown .topbar-dropdown:hover{display:block}@font-face{font-family:'HelveticaNeueLT';src:url('../eot/301739_1_0.eot');src:url('../eot/301739_1_0d41d.eot#iefix') format('embedded-opentype'),url('../woff2/301739_1_0.woff2') format('woff2'),url('../woff/301739_1_0.woff') format('woff'),url('../ttf/301739_1_0.ttf') format('truetype'),url('../svg/301739_1_0.svg#wf') format('svg');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'HelveticaNeueLT';src:url('../eot/301739_2_0.eot');src:url('../eot/301739_2_0d41d.eot#iefix') format('embedded-opentype'),url('../woff2/301739_2_0.woff2') format('woff2'),url('../woff/301739_2_0.woff') format('woff'),url('../ttf/301739_2_0.ttf') format('truetype'),url('../svg/301739_2_0.svg#wf') format('svg');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'HelveticaNeueLT';src:url('../eot/301739_0_0.eot');src:url('../eot/301739_0_0d41d.eot#iefix') format('embedded-opentype'),url('../woff2/301739_0_0.woff2') format('woff2'),url('../woff/301739_0_0.woff') format('woff'),url('../ttf/301739_0_0.ttf') format('truetype'),url('../svg/301739_0_0.svg#wf') format('svg');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'HelveticaNeueLT';src:url('../eot/301739_4_0.eot');src:url('../eot/301739_4_0d41d.eot#iefix') format('embedded-opentype'),url('../woff2/301739_4_0.woff2') format('woff2'),url('../woff/301739_4_0.woff') format('woff'),url('../ttf/301739_4_0.ttf') format('truetype'),url('../svg/301739_4_0.svg#wf') format('svg');font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:'HelveticaNeueLT';src:url('../eot/301739_3_0.eot');src:url('../eot/301739_3_0d41d.eot#iefix') format('embedded-opentype'),url('../woff2/301739_3_0.woff2') format('woff2'),url('../woff/301739_3_0.woff') format('woff'),url('../ttf/301739_3_0.ttf') format('truetype'),url('../svg/301739_3_0.svg#wf') format('svg');font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:'steelwrist-icons';src:url('../eot/steelwrist-icons.eot');src:url('../eot/steelwrist-iconsd41d.eot#iefix') format('embedded-opentype'),url('../woff2/steelwrist-icons.woff2') format('woff2'),url('../woff/steelwrist-icons.woff') format('woff'),url('../ttf/steelwrist-icons.ttf') format('truetype'),url('../svg/steelwrist-iconsd41d.svg#steelwrist-icons') format('svg');font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:'Roboto Condensed Light';font-style:normal;font-weight:normal;src:local('Roboto Condensed Light'),url('../woff/robotocondensed-light.woff') format('woff'),url('../ttf/robotocondensed-light.ttf') format('ttf');font-display:swap}@font-face{font-family:'Roboto Condensed Regular';font-style:normal;font-weight:normal;src:local('Roboto Condensed Regular'),url('../woff/robotocondensed-regular.woff') format('woff'),url('../ttf/robotocondensed-regular.ttf') format('ttf');font-display:swap}@font-face{font-family:'Roboto Condensed Medium';font-style:normal;font-weight:normal;src:local('Roboto Condensed Medium'),url('../woff/robotocondensed-medium.woff') format('woff'),url('../ttf/robotocondensed-medium.ttf') format('ttf');font-display:swap}.addad-gallery{margin:15px -10px}@media (max-width:991px){.addad-gallery{margin:10px -7.5px}}.addad-gallery::after{display:block;content:'';clear:both}.addad-gallery .addad-gallery-thumbnail{position:relative;float:left;width:20%;padding:0 10px;margin:5px 0;-webkit-transition:border-color .3s;-o-transition:border-color .3s;transition:border-color .3s}@media (max-width:991px){.addad-gallery .addad-gallery-thumbnail{padding-left:7.5px;padding-right:7.5px}}.addad-gallery .addad-gallery-thumbnail:nth-child(5n + 1){clear:left}.addad-gallery .addad-gallery-thumbnail img{border-bottom:2px solid transparent;width:100%}.addad-gallery .addad-gallery-thumbnail:hover{cursor:pointer}.addad-gallery .addad-gallery-thumbnail:hover img{border-color:rgba(0,0,0,0.5)}.addad-gallery .addad-gallery-thumbnail.active img{border-color:#43b02a}.addad-gallery .addad-slider-play{color:#fff;font-size:3.5em}.addad_product .addad-gallery .addad-slider-play{font-size:1.5em}.addad-gallery *:hover>.addad-slider-play{color:#fff}.addad-slider.extra_template_slider-square-controls .owl-controls .owl-buttons .owl-prev,.addad-slider.extra_template_slider-square-controls .owl-controls .owl-buttons .owl-next{width:30px}.extra_template_produktoversikt .section-padding-container{padding-top:0 !important;padding-bottom:0 !important}.addad-products .addad-products-empty{font-size:1.3rem;text-align:center;margin-top:1rem}.addad-products .addad-products-row,.addad-products.addad-products-row{float:left;width:100%;margin-left:-10px;margin-right:-10px;width:calc(100% +  20px)}@media (max-width:1199px){.addad-products .addad-products-row,.addad-products.addad-products-row{font-size:.929em}}@media (max-width:991px){.addad-products .addad-products-row,.addad-products.addad-products-row{margin-bottom:10px}}.addad-products .addad-products-row .addad-product,.addad-products.addad-products-row .addad-product{display:block;position:relative;box-sizing:border-box;float:left;padding:10px}@media (max-width:767px){.addad-products .addad-products-row .addad-product,.addad-products.addad-products-row .addad-product{padding:5px}}.addad-products .addad-products-row .addad-product>a,.addad-products.addad-products-row .addad-product>a,.addad-products .addad-products-row .addad-product>.content-wrapper,.addad-products.addad-products-row .addad-product>.content-wrapper{display:block;transition:border-color .2s}.addad-products .addad-products-row .addad-product>a:hover,.addad-products.addad-products-row .addad-product>a:hover,.addad-products .addad-products-row .addad-product>.content-wrapper:hover,.addad-products.addad-products-row .addad-product>.content-wrapper:hover,.addad-products .addad-products-row .addad-product>a:focus,.addad-products.addad-products-row .addad-product>a:focus,.addad-products .addad-products-row .addad-product>.content-wrapper:focus,.addad-products.addad-products-row .addad-product>.content-wrapper:focus{text-decoration:none}.addad-products .addad-products-row .addad-product>a .addad-product-thumbnail,.addad-products.addad-products-row .addad-product>a .addad-product-thumbnail,.addad-products .addad-products-row .addad-product>.content-wrapper .addad-product-thumbnail,.addad-products.addad-products-row .addad-product>.content-wrapper .addad-product-thumbnail{position:relative;padding:0;padding-bottom:100%;background-color:#FFF;height:auto}.addad-products .addad-products-row .addad-product>a .addad-product-thumbnail img,.addad-products.addad-products-row .addad-product>a .addad-product-thumbnail img,.addad-products .addad-products-row .addad-product>.content-wrapper .addad-product-thumbnail img,.addad-products.addad-products-row .addad-product>.content-wrapper .addad-product-thumbnail img{max-height:100%;max-width:100%;height:auto;width:auto;position:absolute}.addad-products .addad-products-row .addad-product>a .addad-product-info,.addad-products.addad-products-row .addad-product>a .addad-product-info,.addad-products .addad-products-row .addad-product>.content-wrapper .addad-product-info,.addad-products.addad-products-row .addad-product>.content-wrapper .addad-product-info{width:100%;float:left;border-top:3px solid #43b02a;background-color:#dddddd;padding:7px 10px;font-weight:700}.addad-products .addad-products-row .addad-product>a .addad-product-info .addad-product-title,.addad-products.addad-products-row .addad-product>a .addad-product-info .addad-product-title,.addad-products .addad-products-row .addad-product>.content-wrapper .addad-product-info .addad-product-title,.addad-products.addad-products-row .addad-product>.content-wrapper .addad-product-info .addad-product-title{box-sizing:content-box;padding:0;margin-bottom:2px;color:#000000;line-height:1.5em;font-size:1.188em;line-height:1.3em;font-weight:700}.addad-products .addad-products-row .addad-product>a .addad-product-info .addad-product-type,.addad-products.addad-products-row .addad-product>a .addad-product-info .addad-product-type,.addad-products .addad-products-row .addad-product>.content-wrapper .addad-product-info .addad-product-type,.addad-products.addad-products-row .addad-product>.content-wrapper .addad-product-info .addad-product-type{display:inline-block;font-size:1em;color:#43b02a;letter-spacing:-0.01em}.addad-products .addad-products-row .addad-product>a .addad-product-info .addad-product-weight,.addad-products.addad-products-row .addad-product>a .addad-product-info .addad-product-weight,.addad-products .addad-products-row .addad-product>.content-wrapper .addad-product-info .addad-product-weight,.addad-products.addad-products-row .addad-product>.content-wrapper .addad-product-info .addad-product-weight{display:inline-block;float:right;font-size:.875em;color:#444444}.extra_template_20 .section_inside{background-color:#eeeeee}.extra_template_20 .section_inside .section-row .section-area-sideways .section-count-1 .section-single{max-width:100%}.addad-product-overview{position:relative;padding:2.5em 0;text-shadow:none}.addad-product-overview .addad-product-header{text-align:center;text-transform:uppercase;font-weight:900;margin:0;margin-bottom:.75em}@media (max-width:991px){.addad-product-overview .addad-product-filter,.addad-product-overview .addad-product-filter-wrapper{display:none}}@media (max-width:480px){}.addad-product-overview .addad-products>div:not(.addad-products-row){float:left;width:100%}.addad-product-overview .addad-products .facetwp-pager{margin:5px 0;min-height:1.764rem}@media (max-width:991px){.addad-product-overview .addad-products .facetwp-pager{width:auto !important;float:right !important}}@media (min-width:768px) and (max-width:991px){.addad-product-overview .addad-products .facetwp-pager{margin:6px 0 13px 100px}}.addad-product-overview .addad-products .facetwp-pager .facetwp-page{margin:0;padding:0 .8rem;font-size:.8rem;color:#323232;border:none;background:#e6e6e6}.addad-product-overview .addad-products .facetwp-pager .facetwp-page,.addad-product-overview .addad-products .facetwp-pager .facetwp-page.active,.addad-product-overview .addad-products .facetwp-pager .facetwp-page:hover{color:#323232;font-weight:400}.addad-product-overview .addad-products .facetwp-pager .facetwp-page:hover{background:#d9d9d9}.addad-product-overview .addad-products .facetwp-pager .facetwp-page.active{background:#43b02a;color:#FFF}.addad-product-overview .addad-products .facetwp-pager .facetwp-pager-label{font-size:.875rem}.addad-product-overview .addad-products .facetwp-pager .facetwp-page,.addad-product-overview .addad-products .facetwp-pager .facetwp-pager-label{float:left;margin:0;height:1.764rem;line-height:1.764rem;font-weight:400}.addad-product-overview .addad-products .facetwp-pager .pagination{height:100%;float:left;margin:0;margin-right:12px}.addad-product-overview .addad-products .facetwp-pager .pagination li{float:left;border-left:1px solid #d6d6d6}.addad-product-overview .addad-products .facetwp-pager .pagination li a{border:none}.addad-product-overview .addad-products .facetwp-pager .pagination li:first-of-type{border:none}@media (max-width:767px){.addad-product-overview .addad-products .facetwp-pager .facetwp-pager-label{display:none}.addad-product-overview .addad-products .facetwp-pager .pagination{float:right;margin-right:-5px}}.addad-product-overview .addad-products .facetwp-pager .facetwp-loading{position:relative;right:30px;opacity:.5}@media (max-width:991px){.addad-product-overview .addad-products .facetwp-pager .facetwp-loading{right:25px}}.addad-product-overview .addad-products .facetwp-pager .facetwp-loading .loading-icon{position:absolute;display:block;width:20px;height:20px;margin:0 auto;background-image:url('../png/loading.png');background-size:cover;animation:spin 700ms infinite linear}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@media (min-width:1200px){.addad-product-overview .addad-products .addad-product{width:25%}.addad-product-overview .addad-products .addad-product:nth-child(4n + 1){clear:left}}@media (max-width:1199px){}@media (max-width:1199px) and (min-width:768px){.addad-product-overview .addad-products .addad-product{width:33.33333%}.addad-product-overview .addad-products .addad-product:nth-child(3n + 1){clear:left}}@media (max-width:1199px) and (max-width:767px){.addad-product-overview .addad-products .addad-product{width:50%}.addad-product-overview .addad-products .addad-product:nth-child(2n + 1){clear:left}}.addad-product-overview .addad-products .facetwp-template{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.addad-product-overview .addad-products .facetwp-template.container:before,.addad-product-overview .addad-products .facetwp-template.container:after,.addad-product-overview .addad-products .facetwp-template.row:before,.addad-product-overview .addad-products .facetwp-template.row:after,.addad-product-overview .addad-products .facetwp-template:before,.addad-product-overview .addad-products .facetwp-template:after{display:none}.addad-product-overview .addad-products .facetwp-template>.addad-product{float:none;clear:none}@media (min-width:1200px){.addad-product-overview.-hide-filter .addad-products .addad-product{width:20%}.addad-product-overview.-hide-filter .addad-products .addad-product:nth-child(5n + 1){clear:left}}@media (min-width:992px) and (max-width:1199px){.addad-product-overview.-hide-filter .addad-products .addad-product{width:25%}.addad-product-overview.-hide-filter .addad-products .addad-product:nth-child(4n + 1){clear:left}}@media (max-width:991px){}@media (max-width:991px) and (min-width:768px){.addad-product-overview.-hide-filter .addad-products .addad-product{width:33.33333%}.addad-product-overview.-hide-filter .addad-products .addad-product:nth-child(3n + 1){clear:left}}@media (max-width:991px) and (max-width:767px){.addad-product-overview.-hide-filter .addad-products .addad-product{width:50%}.addad-product-overview.-hide-filter .addad-products .addad-product:nth-child(2n + 1){clear:left}}.addad-product-overview-container{position:relative}@media (max-width:767px){.addad-product-overview-container{padding-left:5px;padding-right:5px}}.addad-products-row>div>h2{float:left;width:100%;font-size:1.75em;margin-top:1.25em;padding-left:10px;padding-right:10px}@media (max-width:767px){.addad-products-row>div>h2{padding-left:5px;padding-right:5px}}.addad-products-row>div>h2:first-of-type{margin-top:0}.addad-products-row>div>h2>span{position:relative;padding:0 0 .25em 0;margin:0 0 .25em 0;margin-bottom:0;float:left}.addad-products-row>div>h2>span::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}.addad-products-row>div>h2 .excavator{color:#969696;font-weight:700}.addad-product-filter>div,.addad-product-filter .excavator-list>div{opacity:1;-webkit-transition:opacity .3s;-moz-transition:opacity .3s;transition:opacity .3s}.addad-product-filter>div .addad-filter-reset,.addad-product-filter .excavator-list>div .addad-filter-reset{border:none;border-radius:0;background:#43b02a;color:#000000;text-shadow:none;font-weight:700;font-size:.875em;position:relative;height:2.2em;line-height:2.15em;padding:0 2.9em 0 .9em !important;margin-right:2.34em;margin-bottom:1rem;display:none}.addad-product-filter>div .addad-filter-reset::after,.addad-product-filter .excavator-list>div .addad-filter-reset::after{position:absolute;bottom:0;right:-2.34em;width:2.2em;height:100%;background:inherit;display:inline-block;font:normal normal normal 14px/1 FontAwesome;content:"\f1f8";font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:2.25em;text-align:center}.addad-product-filter>div .addad-filter-reset::before,.addad-product-filter .excavator-list>div .addad-filter-reset::before{position:absolute;content:"";display:block;height:2.2em;width:.14em;right:-0.14em;top:0}.addad-product-filter>div .addad-filter-reset:hover,.addad-product-filter .excavator-list>div .addad-filter-reset:hover,.addad-product-filter>div .addad-filter-reset:active,.addad-product-filter .excavator-list>div .addad-filter-reset:active,.addad-product-filter>div .addad-filter-reset:focus,.addad-product-filter .excavator-list>div .addad-filter-reset:focus{color:#000000;background:#3c9e26}.addad-product-filter>div .addad-filter-reset:hover::after,.addad-product-filter .excavator-list>div .addad-filter-reset:hover::after,.addad-product-filter>div .addad-filter-reset:active::after,.addad-product-filter .excavator-list>div .addad-filter-reset:active::after,.addad-product-filter>div .addad-filter-reset:focus::after,.addad-product-filter .excavator-list>div .addad-filter-reset:focus::after{color:inherit;background:inherit}.addad-product-filter>div .addad-filter-reset:active,.addad-product-filter .excavator-list>div .addad-filter-reset:active,.addad-product-filter>div .addad-filter-reset:active::after,.addad-product-filter .excavator-list>div .addad-filter-reset:active::after{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.addad-product-filter>div .facet-filter-container,.addad-product-filter .excavator-list>div .facet-filter-container{max-height:530px;overflow:hidden;margin-bottom:1.1rem;-webkit-transition:max-height .3s,opacity .3s;-moz-transition:max-height .3s,opacity .3s;transition:max-height .3s,opacity .3s}.addad-product-filter>div .facetwp-facet,.addad-product-filter .excavator-list>div .facetwp-facet{-webkit-transition:padding .3s;-moz-transition:padding .3s;transition:padding .3s;margin-bottom:0;overflow:auto}.addad-product-filter>div .facetwp-facet input[type="search"],.addad-product-filter .excavator-list>div .facetwp-facet input[type="search"]{width:100%}.addad-product-filter>div .facetwp-facet input[type="search"],.addad-product-filter .excavator-list>div .facetwp-facet input[type="search"],.addad-product-filter>div .facetwp-facet input[type="button"],.addad-product-filter .excavator-list>div .facetwp-facet input[type="button"]{border:none;border-radius:0;box-shadow:none;float:left;height:1.875rem;padding:6px 8px;margin:0}.addad-product-filter>div.facet-minimized .facet-filter-container,.addad-product-filter .excavator-list>div.facet-minimized .facet-filter-container{max-height:0}.addad-product-filter>div.facet-minimized .facet-title p,.addad-product-filter .excavator-list>div.facet-minimized .facet-title p{padding-bottom:0}.addad-product-filter>div.facet-minimized .facetwp-type-singleslider .facetwp-singleslider-reset,.addad-product-filter .excavator-list>div.facet-minimized .facetwp-type-singleslider .facetwp-singleslider-reset,.addad-product-filter>div.facet-minimized .facetwp-type-slider .facetwp-singleslider-reset,.addad-product-filter .excavator-list>div.facet-minimized .facetwp-type-slider .facetwp-singleslider-reset,.addad-product-filter>div.facet-minimized .facetwp-type-singleslider .facetwp-slider-reset,.addad-product-filter .excavator-list>div.facet-minimized .facetwp-type-singleslider .facetwp-slider-reset,.addad-product-filter>div.facet-minimized .facetwp-type-slider .facetwp-slider-reset,.addad-product-filter .excavator-list>div.facet-minimized .facetwp-type-slider .facetwp-slider-reset{display:none !important}.addad-product-filter>div:not(.facet-minimized) .facet-filter-container,.addad-product-filter .excavator-list>div:not(.facet-minimized) .facet-filter-container{overflow-y:auto}.addad-product-filter>div .facetwp-facet,.addad-product-filter .excavator-list>div .facetwp-facet{position:relative;padding:.938rem;background:#e6e6e6}.addad-product-filter.filter-used .addad-filter-reset{display:inline-block}.waypoint-stuck{position:fixed}.waypoint-stuck.waypoint-end{position:absolute;top:auto !important;bottom:0}.waypoint-wrapper-stuck{float:left}.toggle-mobile-filter{-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;display:none}.toggle-mobile-filter.toggle-mobile-filter-header{opacity:0;pointer-events:none}.toggle-mobile-filter.toggle-mobile-filter-inline{position:relative;width:auto !important;opacity:1;pointer-events:auto;margin:0;margin-right:1em}@media (max-width:767px){.toggle-mobile-filter.toggle-mobile-filter-inline{left:-5px;margin-right:.5em;margin-bottom:10px}}@media (max-width:991px){body.has-product-filter .toggle-mobile-filter{display:block}body.has-product-filter .toggle-mobile-filter.toggle-mobile-filter-inline{display:inline-block}body.has-product-filter .toggle-mobile-filter.toggle-mobile-filter-header.products-in-view{-webkit-box-shadow:0 3px 10px rgba(0,0,0,0.175);box-shadow:0 3px 10px rgba(0,0,0,0.175)}body.has-product-filter .toggle-mobile-filter button{font-size:1.1rem;background:#43b02a;border:none;color:#FFF;padding:.5em .7em}body.has-product-filter .toggle-mobile-filter button i{font-size:1.5em;float:left;opacity:1;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}body.has-product-filter .toggle-mobile-filter button span{font-size:1em;font-weight:700;margin-left:8px;line-height:1.5em;float:left;text-transform:uppercase}body.has-product-filter .toggle-mobile-filter button span::before,body.has-product-filter .toggle-mobile-filter button span::after{content:'';position:absolute;top:50%;left:8px;margin-top:-1px;margin-left:2px;display:inline-block;height:2px;width:15px;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#fff;opacity:0;-webkit-transition:all .3s .1s;-o-transition:all .3s .1s;transition:all .3s .1s}body.has-product-filter .toggle-mobile-filter button span::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}body.has-product-filter .toggle-mobile-filter button span::after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}}@media (max-width:767px){body.has-product-filter .toggle-mobile-filter button{font-size:1rem}}body.mobile-filter .nav-is-visible .addad-product-filter .toggle-mobile-filter-header{opacity:0}.stuck-wrapper .toggle-mobile-filter-header.products-in-view{opacity:1;pointer-events:auto}.stuck-wrapper-parent~.main-wrapper .toggle-mobile-filter-inline.products-in-view{opacity:0;pointer-events:none}.mobile-filter .cd-nav{background:#eeeeee;color:#323232}.mobile-filter .cd-nav .addad-product-filter{width:100%;padding-top:20px}.mobile-filter .cd-nav .sidebar-title-big{margin-right:35px}.mobile-filter .cd-nav .toggle-mobile-filter{z-index:1;top:0;right:0}.mobile-filter .cd-nav .toggle-mobile-filter button{height:2.3em;width:2.3em;margin:10px;left:auto;right:0}.mobile-filter .cd-nav .toggle-mobile-filter button::before,.mobile-filter .cd-nav .toggle-mobile-filter button::after{display:none}.mobile-filter .cd-nav .toggle-mobile-filter span::before,.mobile-filter .cd-nav .toggle-mobile-filter span::after{opacity:1;margin-top:0;margin-left:0}.facet-container:before,.facet-container:after{content:" ";display:table}.facet-container:after{clear:both}.facet-container:before,.facet-container:after{content:" ";display:table}.facet-container:after{clear:both}.facet-container.facet-minimized:not(.addad-facet-enabled) .facet-title p,.facet-container.facet-minimized:not(.addad-facet-enabled) .facet-filter-container{opacity:.5}.facet-container .facetwp-singleslider-wrap{margin-top:10px;margin-bottom:30px}.facet-container .facetwp-singleslider-label{opacity:.4;position:relative;top:25px;width:24px;text-align:center;display:block;font-size:.9238em;font-weight:700;color:#000000}.facet-container.facet-used .facetwp-singleslider-label,.facet-container.facet-used .facetwp-slider-label{opacity:1}.facet-container .facetwp-facet.facetwp-type-checkboxes{max-height:none}.facet-container .facetwp-facet.facetwp-type-checkboxes .facetwp-expand{display:none}.facet-container .facetwp-facet.facetwp-type-checkboxes .facetwp-depth{display:inherit}.facet-container .facetwp-facet .facetwp-checkbox{display:block;color:inherit;text-decoration:none;font-weight:500;font-size:.923rem;background:none;position:relative;padding-left:1.75em;min-height:1.333em;line-height:1.333em;margin-bottom:.65em}.facet-container .facetwp-facet .facetwp-checkbox::before{content:"";position:absolute;left:0;width:1.429em;height:1.429em;border:3px solid #adadad;background:transparent;display:inline-block}@media (max-width:767px){.facet-container .facetwp-facet .facetwp-checkbox{font-size:1rem}}.facet-container .facetwp-facet .facetwp-checkbox:last-of-type{margin-bottom:0}.facet-container .facetwp-facet .facetwp-depth{position:relative;top:-1px}.facet-container .facetwp-facet .facetwp-depth .facetwp-checkbox{margin-bottom:.5em}.facet-container .facetwp-facet .facetwp-checkbox.checked::before,.facet-container .facetwp-facet .facetwp-radio.selected::before{border-color:#43b02a;background:#43b02a;display:inline-block;font:normal normal normal 14px/1 FontAwesome;content:"\f00c";font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:1;color:#FFF}.facet-container .facetwp-facet .facetwp-checkbox.checked.disabled,.facet-container .facetwp-facet .facetwp-radio.selected.disabled{cursor:pointer}.facet-container .facetwp-facet .facetwp-singleslider,.facet-container .facetwp-facet .facetwp-slider{cursor:pointer;border:none;box-shadow:none;border-radius:0;background:#c8c8c8;height:6px}.facet-container .facetwp-facet .facetwp-singleslider .noUi-origin,.facet-container .facetwp-facet .facetwp-slider .noUi-origin{top:-9px}.facet-container .facetwp-facet .facetwp-singleslider .noUi-handle,.facet-container .facetwp-facet .facetwp-slider .noUi-handle{cursor:pointer;cursor:ew-resize;border:none;box-shadow:0 3px 6px -3px #BBB;background:#838383;border-radius:0;width:26px;height:24px;top:auto;left:-13px}.facet-container .facetwp-facet .facetwp-singleslider .noUi-handle .noUi-touch-area,.facet-container .facetwp-facet .facetwp-slider .noUi-handle .noUi-touch-area{display:none}.facet-container .facetwp-facet .facetwp-singleslider .noUi-handle:after,.facet-container .facetwp-facet .facetwp-slider .noUi-handle:after,.facet-container .facetwp-facet .facetwp-singleslider .noUi-handle:before,.facet-container .facetwp-facet .facetwp-slider .noUi-handle:before{content:"";display:block;position:absolute;height:12px;width:2px;background:#FFF;left:8px;top:5px}.facet-container .facetwp-facet .facetwp-singleslider .noUi-handle:after,.facet-container .facetwp-facet .facetwp-slider .noUi-handle:after{left:13px}.facet-container .facetwp-facet input[type="button"]{display:none}.facet-container .facetwp-facet input[type="button"][disabled]{background-color:#ccc}.facet-container .facetwp-facet.facetwp-facet-product_search{position:static}.facet-container .facetwp-facet.facetwp-facet-product_search .facetwp-autocomplete{margin-bottom:0;padding:6px 8px;height:1.875rem;width:calc(100% -  1.875rem)}.facet-container .facetwp-facet.facetwp-facet-product_search .facetwp-autocomplete::-webkit-input-placeholder{visibility:hidden}.facet-container .facetwp-facet.facetwp-facet-product_search .facetwp-autocomplete:-moz-placeholder{visibility:hidden}.facet-container .facetwp-facet.facetwp-facet-product_search .facetwp-autocomplete::-moz-placeholder{visibility:hidden}.facet-container .facetwp-facet.facetwp-facet-product_search .facetwp-autocomplete:-ms-input-placeholder{visibility:hidden}.facet-container .facetwp-facet.facetwp-facet-product_search .facetwp-autocomplete~i{height:1.875rem;width:1.875rem;text-align:center;line-height:1.875rem;background:#c8c8c8;cursor:pointer}.facet-container .facetwp-facet.facetwp-facet-product_search .fcomplete-wrap{z-index:5;box-shadow:0 1px 6px rgba(50,50,50,0.44);border:none;margin-top:2px;padding:3px 0 5px}.facet-container [data-static-value] .facetwp-depth{margin-left:0}.facet-container [data-static-value] .facetwp-checkbox{display:none}.ap-faded-load .facetwp-loading:not(:last-child){position:absolute;top:1.251rem;right:1.251rem}.ap-faded-load .facetwp-loading:not(:last-child) .loading-icon{display:block;width:20px;height:20px;margin:0 auto;background-image:url('../png/loading.png');background-size:cover;animation:spin 700ms infinite linear}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.ap-faded-load .facetwp-type-autocomplete .facetwp-loading:not(:last-child){right:3.126rem}.ap-faded-load .facetwp-type-singleslider .facetwp-loading:not(:last-child),.ap-faded-load .facetwp-type-slider .facetwp-loading:not(:last-child){top:auto;bottom:1.251rem}.addad-product-filter.ap-single-filter{padding:0 30px;margin-bottom:15px}.addad-product-filter.ap-single-filter>div{background:#e6e6e6;overflow:auto;padding:0 30px}.addad-product-filter.ap-single-filter>div::before{content:"";display:inline-block;vertical-align:middle;height:100%}.addad-product-filter.ap-single-filter h2{display:inline-block;vertical-align:middle;float:left;padding:1em 0;margin:0}.addad-product-filter.ap-single-filter .facet-container{vertical-align:middle}.addad-product-filter.ap-single-filter .facet-container .facet-filter-container{margin:0}.addad-product-filter.ap-single-filter .facet-container .facet-filter-container .facetwp-facet{padding:0;margin-left:2em;overflow:hidden}.addad-product-filter.ap-single-filter .facet-container .facet-filter-container .facetwp-facet input[type="search"]{height:2em;margin:0;font-size:1.25em;line-height:2}.steelwrist-tab-group{position:relative;width:100%;margin:15px 0}.steelwrist-tab-group .steelwrist-tab-titles{padding:0}.steelwrist-tab-group .steelwrist-tab-titles .steelwrist-tab i,.steelwrist-tab-group .steelwrist-tab-titles .steelwrist-tab a{color:#4c4c4c}.steelwrist-tab-group .steelwrist-tab-titles .steelwrist-tab i{margin-right:4px}.steelwrist-tab-group .steelwrist-tab-titles .steelwrist-tab a{margin:0;border:none;border-radius:0}.steelwrist-tab-group .steelwrist-tab-titles .steelwrist-tab.active a{border:none}.steelwrist-tab-group .steelwrist-tab-titles .steelwrist-tab.active i,.steelwrist-tab-group .steelwrist-tab-titles .steelwrist-tab.active a{color:#323232}.steelwrist-tab-group .steelwrist-tab-contents{overflow:auto}.steelwrist-tab-group .steelwrist-tab-contents .steelwrist-tab-content{position:relative;padding:20px}.steelwrist-tab-group .steelwrist-tab-contents .steelwrist-tab-content-title{display:none}body.single-addad_product .post-row{background:#eeeeee;padding-bottom:2rem}body.single-addad_product .post-row .hentry{margin-bottom:0}.post-row .post-wrapper>.addad_product{background:#eeeeee}@media (min-width:992px){.post-row .post-wrapper>.addad_product .content{padding:0 10px;margin-bottom:30px}}@media (max-width:991px){.post-row .post-wrapper>.addad_product .content{margin-bottom:20px}}@media (max-width:767px){.post-row .post-wrapper>.addad_product{padding:0 5px}}.post-row .post-wrapper>.addad_product .post-slider:not(.addad-slider){background:#FFF}.post-row .post-wrapper>.addad_product .post-slider:not(.addad-slider) img{margin:0 auto}.post-row .post-wrapper>.addad_product .addad-slider{background:#FFF}.post-row .post-wrapper>.addad_product .addad-slider .owl-item img{cursor:zoom-in;margin:0 auto;z-index:0}.post-row .post-wrapper>.addad_product .addad-slider .owl-item .caption{z-index:1;min-width:20%;background:#43b02a;font-weight:700;color:#fff;opacity:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.post-row .post-wrapper>.addad_product .addad-slider .owl-item.active .caption{opacity:1}.post-row .post-wrapper>.addad_product .steelwrist-product-links{float:left;width:102%;margin-left:-1%;margin-bottom:30px}.post-row .post-wrapper>.addad_product .steelwrist-product-links .steelwrist-product-link{float:left;width:50%;padding:15px;font-weight:700;color:#444444;text-decoration:none;background:#dddddd;width:48%;margin:1%;border-radius:5px}.post-row .post-wrapper>.addad_product .steelwrist-product-links .steelwrist-product-link:last-of-type{border-left:none}.post-row .post-wrapper>.addad_product .steelwrist-product-links .steelwrist-product-link .fa{vertical-align:bottom;font-size:1.5em;color:#737373}.post-row .post-wrapper>.addad_product .steelwrist-product-links .steelwrist-product-link>.fa{float:right;color:#737373;opacity:.4}.post-row .post-wrapper>.addad_product .steelwrist-product-links .steelwrist-product-link .product-link-text>i.fa{color:#43b02a;opacity:1}.post-row .post-wrapper>.addad_product .steelwrist-product-links .steelwrist-product-link .product-link-text span{margin-left:10px}@media (min-width:768px) and (max-width:991px){.post-row .post-wrapper>.addad_product .steelwrist-product-links .steelwrist-product-link .product-link-text span{margin-left:5px}}.post-row .post-wrapper>.addad_product .steelwrist-product-links .steelwrist-product-link:hover{background:#dddddd}.post-row .post-wrapper>.addad_product .steelwrist-product-links .steelwrist-product-link:hover>.fa{color:#43b02a}@media (min-width:768px) and (max-width:991px),(max-width:480px){.post-row .post-wrapper>.addad_product .steelwrist-product-links .steelwrist-product-link{padding:10px}.post-row .post-wrapper>.addad_product .steelwrist-product-links .steelwrist-product-link>.fa{display:none}.post-row .post-wrapper>.addad_product .steelwrist-product-links .steelwrist-product-link .product-link-text span{margin-left:5px}}.post-row .post-wrapper>.addad_product .product-header-border{height:0;width:100px;border-bottom:3px solid #43b02a;margin-bottom:5px}.post-row .post-wrapper>.addad_product .content{padding-top:0}@media (min-width:768px) and (max-width:991px){.post-row .post-wrapper>.addad_product .content{padding:0}}@media (max-width:420px){.post-row .post-wrapper>.addad_product .content{padding:0}}.post-row .post-wrapper>.addad_product .content header h1{padding:0;margin:0;color:#000000;font-weight:700;font-size:2.572em;clear:left}.post-row .post-wrapper>.addad_product .content header h1::after{display:none}.post-row .post-wrapper>.addad_product .content header h2:not(.title){display:inline-block;padding:.438em 0 .571em 0;color:#43b02a;font-weight:700}.post-row .post-wrapper>.addad_product .content header .product-weight{color:#444444;font-size:.77em;font-weight:700}.post-row .post-wrapper>.addad_product .content h3{color:#323232;font-weight:700;padding-bottom:0}.post-row .post-wrapper>.addad_product .steelwrist-tab-group{border:1px solid #cecece;background:#FFF}.post-row .post-wrapper>.addad_product .steelwrist-tab-group .steelwrist-tab-titles{border-bottom:1px solid #cecece;background:#e6e6e6;padding:0}.post-row .post-wrapper>.addad_product .steelwrist-tab-group .steelwrist-tab-titles .steelwrist-tab a{border-right:1px solid #cecece;border-bottom:1px solid #cecece}.post-row .post-wrapper>.addad_product .steelwrist-tab-group .steelwrist-tab-titles .steelwrist-tab.active a{background:#FFF;border-bottom:1px solid transparent}.post-row .post-wrapper>.addad_product .steelwrist-tab-group .steelwrist-tab-contents .sw-unit-toggle{display:flex;align-items:center;justify-content:center;gap:8px;margin:0 0 12px}.post-row .post-wrapper>.addad_product .steelwrist-tab-group .steelwrist-tab-contents .sw-unit-toggle .sw-unit-toggle-option{min-width:90px;padding:4px 8px;border:1px solid #cecece;background:#FFF;color:#323232;border-radius:3px;font-weight:700}.post-row .post-wrapper>.addad_product .steelwrist-tab-group .steelwrist-tab-contents .sw-unit-toggle .sw-unit-toggle-option.is-active{background:#43b02a;border-color:#43b02a;color:#FFF}.post-row .post-wrapper>.addad_product .steelwrist-tab-group .steelwrist-tab-contents .sw-unit-table{display:none}.post-row .post-wrapper>.addad_product .steelwrist-tab-group .steelwrist-tab-contents .sw-unit-table.is-active{display:block}.post-row .post-wrapper>.addad_product .steelwrist-tab-group .steelwrist-tab-contents table td:first-of-type{font-weight:700;width:20.3%;white-space:break-spaces}@media (min-width:768px){.post-row .post-wrapper>.addad_product .steelwrist-tab-group .steelwrist-tab-contents table td:first-of-type{white-space:nowrap}}.post-row .post-wrapper>.addad_product .steelwrist-related{float:left;width:100%;margin:15px 0}.post-row .post-wrapper>.addad_product .steelwrist-related>h3{color:#323232;font-weight:700;text-transform:uppercase}.post-row .post-wrapper>.addad_product .steelwrist-related .addad-products{margin-top:15px;padding:0}@media (max-width:767px){.post-row .post-wrapper>.addad_product .steelwrist-related .addad-products{padding:0 5px}}@media (min-width:1200px){.post-row .post-wrapper>.addad_product .steelwrist-related .addad-products .addad-product{width:20%}.post-row .post-wrapper>.addad_product .steelwrist-related .addad-products .addad-product:nth-child(5n + 1){clear:left}}@media (min-width:992px) and (max-width:1199px){.post-row .post-wrapper>.addad_product .steelwrist-related .addad-products .addad-product{width:25%}.post-row .post-wrapper>.addad_product .steelwrist-related .addad-products .addad-product:nth-child(4n + 1){clear:left}}@media (max-width:991px){}@media (max-width:991px) and (min-width:768px){.post-row .post-wrapper>.addad_product .steelwrist-related .addad-products .addad-product{width:33.33333%}.post-row .post-wrapper>.addad_product .steelwrist-related .addad-products .addad-product:nth-child(3n + 1){clear:left}}@media (max-width:991px) and (max-width:767px){.post-row .post-wrapper>.addad_product .steelwrist-related .addad-products .addad-product{width:50%}.post-row .post-wrapper>.addad_product .steelwrist-related .addad-products .addad-product:nth-child(2n + 1){clear:left}}.post-row .post-wrapper>.addad_product .steelwrist-related #steelwrist-more-related{width:100%;height:3em;color:#444444;background:#e6e6e6;border:1px solid #cecece;margin:10px 0}.post-row .post-wrapper>.addad_product .steelwrist-related #steelwrist-more-related:hover,.post-row .post-wrapper>.addad_product .steelwrist-related #steelwrist-more-related:active,.post-row .post-wrapper>.addad_product .steelwrist-related #steelwrist-more-related:focus{background:#dddddd;outline:none}.post-row .post-wrapper>.addad_product .steelwrist-related #steelwrist-more-related::after,.post-row .post-wrapper>.addad_product .steelwrist-related #steelwrist-more-related::before{display:none}.post-row .post-wrapper>.addad_product .steelwrist-related #steelwrist-more-related.loading-more .fa{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.post-row .post-wrapper>.addad_product .steelwrist-related #steelwrist-more-related.loading-more .fa::before{content:"\f110"}.post-row .post-wrapper>.addad_product .steelwrist-related #steelwrist-more-related.loaded-more{display:none}@media (min-width:421px){.post-row .post-wrapper>.addad_product .content-container{padding-right:calc(2.2em + 30px)}}@media (min-width:1200px){.post-row .post-wrapper>.addad_product .content-container{padding-right:calc(2.2em + 40px)}}.print-header,.print-footer{display:none}@media print{.print-header,.print-footer{display:block}}@media print{@page{size:A4 portrait;margin:0;padding:.15in .1in 0 .1in;padding-left:.15in;margin-bottom:50px;@bottom{content:flow(footer);position:static;bottom:auto;left:auto;width:auto}}#wpadminbar,.header-wrapper,.steelwrist-related,.extra_template_sidfot,.footer-wrapper,.cd-overlay,.cd-nav,.post-edit-link,.edit-buttons-wrapper,.steelwrist-product-links,.steelwrist-tab-titles,.owl-controls,.sw-share,.sw-notice,.zopim,.lc_callback_widget,#CookiebotWidget,iframe#launcher{display:none !important}html[class],html[lang]{margin-top:0 !important;font-size:68.8%}a[href]:after{content:none !important}body.single-addad_product .print-header{width:100%;padding:1em 0;margin-bottom:1em}body.single-addad_product .print-header.main-logo,body.single-addad_product .print-header .main-logo{top:auto;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}body.single-addad_product .print-header.main-logo .logo-img,body.single-addad_product .print-header .main-logo .logo-img{width:210px;height:42px}body.single-addad_product .print-footer{flow:static(footer, start);position:fixed;bottom:0;left:0;width:100%}body.single-addad_product .print-footer>.container .print-footer-col{font-size:1em;width:50%;float:left;text-align:center;padding:5px 0;border-top:2px solid #969696}body.single-addad_product .print-footer>.container .print-footer-col:nth-of-type(1){text-align:left}body.single-addad_product .print-footer>.container .print-footer-col:nth-of-type(2){text-align:right}body.single-addad_product .container{width:100%;padding:0 30px 0 45px;background:#f99}body.single-addad_product .container:has(table.product-table, .steelwrist-tab-content table, table){padding:0 20px}body.single-addad_product .row{margin:0}body.single-addad_product .col-xs-12{padding:0}body.single-addad_product .post-row{padding:0 0 0 0 !important}body.single-addad_product .post-row,body.single-addad_product .main-wrapper-content,body.single-addad_product .addad_product{background:transparent !important}body.single-addad_product .post-row>.container>.row>div{float:none !important}body.single-addad_product .addad_product>:first-child>:first-child{width:50%;float:right}body.single-addad_product .addad_product>:first-child>:last-child{width:100%;float:none}body.single-addad_product .addad_product .content{width:100%;max-width:100%;padding:0;line-height:1.4;page-break-before:avoid}body.single-addad_product .addad_product .content p{padding:.214em 0;page-break-inside:avoid;page-break-before:avoid}body.single-addad_product .addad_product .content p:blank,body.single-addad_product .addad_product .content p:-moz-only-whitespace{font-size:.5em}body.single-addad_product .addad_product .content p.ingress{font-size:1.09em}body.single-addad_product .addad_product .content h3{padding-top:.286em;page-break-before:auto}body.single-addad_product .addad-slider{width:100%;margin:0 auto !important}body.single-addad_product .addad-slider .owl-wrapper{max-width:100% !important}body.single-addad_product .addad-slider .owl-wrapper .owl-item{-webkit-transform:none !important;-moz-transform:none !important;-ms-transform:none !important;-o-transform:none !important;transform:none !important;max-width:100% !important}body.single-addad_product .addad-slider .owl-wrapper .owl-item.loading{display:none !important}body.single-addad_product .addad-slider.has-async .slider_img:not(.is-async){display:none !important}body.single-addad_product .addad-gallery{display:none}body.single-addad_product .steelwrist-tab-group{font-size:.875em;page-break-after:avoid;border:none !important}body.single-addad_product .steelwrist-tab-group .steelwrist-tab-content{display:block !important;max-width:80% !important;page-break-before:auto;page-break-after:auto;page-break-inside:avoid;border:1px solid #dfdfdf;padding:5px 10px}body.single-addad_product .steelwrist-tab-group .steelwrist-tab-content:not(:first-child){page-break-before:avoid}body.single-addad_product .steelwrist-tab-group .steelwrist-tab-content:not(:last-child){page-break-after:avoid}body.single-addad_product .steelwrist-tab-group .steelwrist-tab-content img{page-break-before:avoid !important;page-break-after:avoid !important;max-height:720px !important;width:100% !important;display:block;margin:0 !important;padding:0 !important}body.single-addad_product .steelwrist-tab-group .steelwrist-tab-content h3{font-size:1.143em;padding:.357em 0 .286em 0;page-break-after:avoid}body.single-addad_product .steelwrist-tab-group .steelwrist-tab-content .steelwrist-tab-content-title{font-size:1.214em;display:block !important}body.single-addad_product .steelwrist-tab-group .steelwrist-tab-content .icon-list{margin-bottom:0;padding-bottom:0;margin-left:1.75em}body.single-addad_product .steelwrist-tab-group .steelwrist-tab-content .icon-list li{font-size:1em;margin-bottom:.35em}body.single-addad_product .steelwrist-tab-group .steelwrist-tab-content .icon-list li .fa-li{left:-1.75em;width:1.75em;top:0}body.single-addad_product .steelwrist-tab-group .steelwrist-tab-content table td,body.single-addad_product .steelwrist-tab-group .steelwrist-tab-content table th{font-size:1em;padding:4px}body.single-addad_product .steelwrist-tab-group .steelwrist-tab-content[data-title*="manuals"]{display:none !important}body.single-addad_product .steelwrist-tab-contents .steelwrist-tab-content{width:100%;margin:0 0 .5%;float:left}table.product-table th,.steelwrist-tab-content table th,table.product-table td,.steelwrist-tab-content table td{padding:2px 6px !important;line-height:1.1 !important;font-size:.95em !important;page-break-inside:avoid !important;background:#fff !important}table.product-table thead,.steelwrist-tab-content table thead{display:table-header-group !important}table.product-table tbody,.steelwrist-tab-content table tbody{display:table-row-group !important}table.product-table tr,.steelwrist-tab-content table tr{page-break-inside:avoid !important;page-break-after:auto !important}table.product-table td:first-of-type,.steelwrist-tab-content table td:first-of-type{max-width:20% !important;white-space:wrap !important}img,table{page-break-after:avoid !important;page-break-inside:avoid !important}.container{background:none !important}}@media print and (min-width:421px){body.single-addad_product .post-row .post-wrapper>.addad_product .content-container{padding-right:0}}@media print and (min-width:1200px){body.single-addad_product .post-row .post-wrapper>.addad_product .content-container{padding-right:0}}#steelwrist-tab-content-0 div.expanded-table table tr:nth-child(2){border-bottom:4px solid #43b02a}#steelwrist-tab-content-0 div.expanded-table table td:not(:first-child),#steelwrist-tab-content-0 div.expanded-table table th:not(:first-child){text-align:center;width:7.45455%}body.page-template-template-product-category #prodgroup-container,.page-template-template-product-category-without-products #prodgroup-container,.extra_template_product-category #prodgroup-container,body.page-template-template-product-group #prodgroup-container,body.page-template-template-product-category #prodcat-container,.page-template-template-product-category-without-products #prodcat-container,.extra_template_product-category #prodcat-container,body.page-template-template-product-group #prodcat-container{position:relative}body.page-template-template-product-category #prodgroup-container .section_bg .overlay-background,.page-template-template-product-category-without-products #prodgroup-container .section_bg .overlay-background,.extra_template_product-category #prodgroup-container .section_bg .overlay-background,body.page-template-template-product-group #prodgroup-container .section_bg .overlay-background,body.page-template-template-product-category #prodcat-container .section_bg .overlay-background,.page-template-template-product-category-without-products #prodcat-container .section_bg .overlay-background,.extra_template_product-category #prodcat-container .section_bg .overlay-background,body.page-template-template-product-group #prodcat-container .section_bg .overlay-background{background:#000;opacity:.75;mix-blend-mode:normal}body.page-template-template-product-category #prodgroup-container .section_bg .light-overlay-background,.page-template-template-product-category-without-products #prodgroup-container .section_bg .light-overlay-background,.extra_template_product-category #prodgroup-container .section_bg .light-overlay-background,body.page-template-template-product-group #prodgroup-container .section_bg .light-overlay-background,body.page-template-template-product-category #prodcat-container .section_bg .light-overlay-background,.page-template-template-product-category-without-products #prodcat-container .section_bg .light-overlay-background,.extra_template_product-category #prodcat-container .section_bg .light-overlay-background,body.page-template-template-product-group #prodcat-container .section_bg .light-overlay-background{background-color:#383838;opacity:.6;mix-blend-mode:normal}body.page-template-template-product-category .img-background~.post-row,.page-template-template-product-category-without-products .img-background~.post-row,.extra_template_product-category .img-background~.post-row,body.page-template-template-product-group .img-background~.post-row{background:none}body.page-template-template-product-category .img-background~.post-row .hentry,.page-template-template-product-category-without-products .img-background~.post-row .hentry,.extra_template_product-category .img-background~.post-row .hentry,body.page-template-template-product-group .img-background~.post-row .hentry{background:none}body.page-template-template-product-category .post-row,.page-template-template-product-category-without-products .post-row,.extra_template_product-category .post-row,body.page-template-template-product-group .post-row{padding:3rem 0}body.page-template-template-product-category #prodcat-container,.page-template-template-product-category-without-products #prodcat-container{font-size:1rem}@media (max-width:767px){body.page-template-template-product-category #prodcat-container,.page-template-template-product-category-without-products #prodcat-container{padding:0 5px}}body.page-template-template-product-category #prodcat-container .content,.page-template-template-product-category-without-products #prodcat-container .content{padding:0;margin:0}@media (max-width:767px){body.page-template-template-product-category #prodcat-container .content,.page-template-template-product-category-without-products #prodcat-container .content{margin-bottom:3em}}body.page-template-template-product-category .prodcat-text h1,.page-template-template-product-category-without-products .prodcat-text h1,body.page-template-template-product-category .prodcat-text h2,.page-template-template-product-category-without-products .prodcat-text h2,body.page-template-template-product-category .prodcat-text h3,.page-template-template-product-category-without-products .prodcat-text h3,body.page-template-template-product-category .prodcat-text h4,.page-template-template-product-category-without-products .prodcat-text h4,body.page-template-template-product-category .prodcat-text h5,.page-template-template-product-category-without-products .prodcat-text h5,body.page-template-template-product-category .prodcat-text h6,.page-template-template-product-category-without-products .prodcat-text h6,body.page-template-template-product-category .prodcat-text p,.page-template-template-product-category-without-products .prodcat-text p,body.page-template-template-product-category .prodcat-text li,.page-template-template-product-category-without-products .prodcat-text li{color:#FFF}body.page-template-template-product-category .prodcat-text h1,.page-template-template-product-category-without-products .prodcat-text h1{font-weight:900;font-size:3.75em;line-height:1;text-transform:uppercase;position:relative;padding:0 0 .4em 0;margin:0 0 .4em 0}body.page-template-template-product-category .prodcat-text h1::after,.page-template-template-product-category-without-products .prodcat-text h1::after{position:absolute;content:"";display:block;bottom:0;left:0;width:170px;height:3px;background:#43b02a}@media (min-width:768px) and (max-width:991px){body.page-template-template-product-category .prodcat-text h1,.page-template-template-product-category-without-products .prodcat-text h1{font-size:3em}}@media (max-width:767px){body.page-template-template-product-category .prodcat-text h1,.page-template-template-product-category-without-products .prodcat-text h1{font-size:10vw}}body.page-template-template-product-category .prodcat-text h2,.page-template-template-product-category-without-products .prodcat-text h2,body.page-template-template-product-category .prodcat-text h3,.page-template-template-product-category-without-products .prodcat-text h3,body.page-template-template-product-category .prodcat-text h4,.page-template-template-product-category-without-products .prodcat-text h4,body.page-template-template-product-category .prodcat-text h5,.page-template-template-product-category-without-products .prodcat-text h5{padding:0 0 .3em 0;margin:0}body.page-template-template-product-category .prodcat-text h3,.page-template-template-product-category-without-products .prodcat-text h3{font-size:1.286em}body.page-template-template-product-category .prodcat-text p,.page-template-template-product-category-without-products .prodcat-text p{font-weight:500}body.page-template-template-product-category .prodcat-text .btn,.page-template-template-product-category-without-products .prodcat-text .btn{margin-top:1em;margin-top:.571em}body.page-template-template-product-category .prodcat-text .btn[href="#read-more"]::after,.page-template-template-product-category-without-products .prodcat-text .btn[href="#read-more"]::after{content:"\f078"}body.page-template-template-product-group .post-row{padding:2rem 0}body.page-template-template-product-group .prodgroup-cats-container>.row{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}body.page-template-template-product-group .prodgroup-cats-container>.row.container:before,body.page-template-template-product-group .prodgroup-cats-container>.row.container:after,body.page-template-template-product-group .prodgroup-cats-container>.row.row:before,body.page-template-template-product-group .prodgroup-cats-container>.row.row:after,body.page-template-template-product-group .prodgroup-cats-container>.row:before,body.page-template-template-product-group .prodgroup-cats-container>.row:after{display:none}@media (max-width:991px){body.page-template-template-product-group .prodgroup-cats-container>.row{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}body.page-template-template-product-group .prodgroup-cats-container>.row.container:before,body.page-template-template-product-group .prodgroup-cats-container>.row.container:after,body.page-template-template-product-group .prodgroup-cats-container>.row.row:before,body.page-template-template-product-group .prodgroup-cats-container>.row.row:after,body.page-template-template-product-group .prodgroup-cats-container>.row:before,body.page-template-template-product-group .prodgroup-cats-container>.row:after{display:none}}body.page-template-template-product-group .prodgroup-cat{font-weight:700;font-size:1.5em;margin:.5em;padding:0;width:8em}@media (max-width:767px){body.page-template-template-product-group .prodgroup-cat{width:5em}}@media (min-width:992px) and (max-width:1199px){body.page-template-template-product-group .prodgroup-cat{width:7em}}@media (min-width:1200px) and (max-width:1599px){body.page-template-template-product-group .prodgroup-cat{width:6em}}body.page-template-template-product-group .prodgroup-cat .prodgroup-cat-image{display:block;padding:.6em;background:#171717;border-radius:10px;border:2px solid #191919}body.page-template-template-product-group .prodgroup-cat .prodgroup-cat-image:hover,body.page-template-template-product-group .prodgroup-cat .prodgroup-cat-image:focus{background:#080808}body.page-template-template-product-group .prodgroup-cat .prodgroup-cat-image img{width:100%;opacity:.4}body.page-template-template-product-group .prodgroup-cat .prodgroup-cat-name{display:inline-block;width:100%;text-align:center;color:#FFF;font-size:.65em;line-height:1.2;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);position:absolute;top:50%;left:50%;margin-top:0}.prodcat-targets{position:absolute;top:0;left:0;width:100%;height:100%}.prodcat-targets>li{position:absolute;list-style:none}.prodcat-targets>li a{vertical-align:middle;display:inline-block;color:#FFF}.prodcat-targets>li .circle-button{cursor:pointer;text-align:center;box-shadow:rgba(0,0,0,0.5) 1px 1px 5px;-webkit-transition:background .2s;-o-transition:background .2s;transition:background .2s}.prodcat-targets>li .circle-button .fa-angle-right{left:.05em;bottom:.02em}.prodcat-targets>li .circle-button:hover{background:#2b721b}.prodcat-targets>li .-btn-text{font-weight:700;margin-left:.5em;cursor:pointer;text-shadow:rgba(0,0,0,0.2) 2px 2px}.brand-dealer,.dealers-list .dealer{padding:1em 0}.brand-dealer h5,.dealers-list .dealer h5,.brand-dealer p,.dealers-list .dealer p{padding:0;margin:0}.modal .brand-dealer{padding:.7em 0}@media (min-width:768px){.dealers-list{margin:0 -15px}.dealers-list .dealer{width:33%;padding-right:15px;padding-left:15px;float:left}.dealers-list .dealer:nth-of-type(3n+1){clear:left}}@media (max-width:767px){.dealers-list{margin:0 -10px}.dealers-list .dealer{width:50%;padding-right:10px;padding-left:10px;float:left}.dealers-list .dealer:nth-of-type(2n+1){clear:left}}.extra_template_45 .section-row:not(.extra_template_40) .section-area-sideways .section-area .text-container h3.section-item-title{font-size:.875em;margin:0;padding:0;color:#c8c8c8}.extra_template_45 .section-row:not(.extra_template_40) .section-area-sideways .section-area .text-container h3.section-item-title::after{content:'';display:block;height:2px;width:100px;background:#43b02a;margin-top:10px}.extra_template_45 a.btn.btn-default{border-radius:0;background:#43b02a;color:#000000;font-weight:700;text-shadow:none;border:none;padding:2px 15px;margin:0}.extra_template_45 .section-row:not(.extra_template_dealer-product-overview) h1,.extra_template_45 .section-row:not(.extra_template_dealer-product-overview) h2,.extra_template_45 .section-row:not(.extra_template_dealer-product-overview) h3,.extra_template_45 .section-row:not(.extra_template_dealer-product-overview) h4,.extra_template_45 .section-row:not(.extra_template_dealer-product-overview) p,.extra_template_45 .section-row:not(.extra_template_dealer-product-overview) span{color:#FFF}.extra_template_45 .extra_template_40 .section-area>:first-child::after{content:'';display:block;height:2px;width:200px;background:#43b02a;margin-top:35px}.extra_template_45 .extra_template_42 .section-area>div{margin-bottom:30px}body.page-template-template-excavator-brand #exbrand-container,body.single-addad_product_match #exbrand-container,body.page-template-template-excavator-brand #excavator-container,body.single-addad_product_match #excavator-container{position:relative;font-size:1rem}@media (max-width:767px){body.page-template-template-excavator-brand #exbrand-container,body.single-addad_product_match #exbrand-container,body.page-template-template-excavator-brand #excavator-container,body.single-addad_product_match #excavator-container{padding:0 5px}body.page-template-template-excavator-brand #exbrand-container>.post-row>.container,body.single-addad_product_match #exbrand-container>.post-row>.container,body.page-template-template-excavator-brand #excavator-container>.post-row>.container,body.single-addad_product_match #excavator-container>.post-row>.container{max-width:500px}body.page-template-template-excavator-brand #exbrand-container .exbrand-logo,body.single-addad_product_match #exbrand-container .exbrand-logo,body.page-template-template-excavator-brand #excavator-container .exbrand-logo,body.single-addad_product_match #excavator-container .exbrand-logo{display:none}}body.page-template-template-excavator-brand #exbrand-container .section_bg .overlay-background,body.single-addad_product_match #exbrand-container .section_bg .overlay-background,body.page-template-template-excavator-brand #excavator-container .section_bg .overlay-background,body.single-addad_product_match #excavator-container .section_bg .overlay-background{background:#000;opacity:.85;mix-blend-mode:normal}body.page-template-template-excavator-brand #exbrand-container .addad_ad-area-rightcol .addad-ads-row .addad_ad-single,body.single-addad_product_match #exbrand-container .addad_ad-area-rightcol .addad-ads-row .addad_ad-single,body.page-template-template-excavator-brand #excavator-container .addad_ad-area-rightcol .addad-ads-row .addad_ad-single,body.single-addad_product_match #excavator-container .addad_ad-area-rightcol .addad-ads-row .addad_ad-single{margin-bottom:1em}body.page-template-template-excavator-brand #exbrand-container .addad_ad-area-rightcol .addad-ads-row .addad_ad-single a.addad_ad-link-btn,body.single-addad_product_match #exbrand-container .addad_ad-area-rightcol .addad-ads-row .addad_ad-single a.addad_ad-link-btn,body.page-template-template-excavator-brand #excavator-container .addad_ad-area-rightcol .addad-ads-row .addad_ad-single a.addad_ad-link-btn,body.single-addad_product_match #excavator-container .addad_ad-area-rightcol .addad-ads-row .addad_ad-single a.addad_ad-link-btn{margin-top:.4em}body.page-template-template-excavator-brand #exbrand-container .addad_ad-area-rightcol .addad_ad-img-text .addad_ad-text,body.single-addad_product_match #exbrand-container .addad_ad-area-rightcol .addad_ad-img-text .addad_ad-text,body.page-template-template-excavator-brand #excavator-container .addad_ad-area-rightcol .addad_ad-img-text .addad_ad-text,body.single-addad_product_match #excavator-container .addad_ad-area-rightcol .addad_ad-img-text .addad_ad-text{font-size:1rem}body.page-template-template-excavator-brand #exbrand-container .addad_ad-area-rightcol .addad_ad-img-text .addad_ad-text h4,body.single-addad_product_match #exbrand-container .addad_ad-area-rightcol .addad_ad-img-text .addad_ad-text h4,body.page-template-template-excavator-brand #excavator-container .addad_ad-area-rightcol .addad_ad-img-text .addad_ad-text h4,body.single-addad_product_match #excavator-container .addad_ad-area-rightcol .addad_ad-img-text .addad_ad-text h4{font-size:.813em}body.page-template-template-excavator-brand #exbrand-container .addad_ad-area-rightcol .addad_ad-img-text .addad_ad-text p,body.single-addad_product_match #exbrand-container .addad_ad-area-rightcol .addad_ad-img-text .addad_ad-text p,body.page-template-template-excavator-brand #excavator-container .addad_ad-area-rightcol .addad_ad-img-text .addad_ad-text p,body.single-addad_product_match #excavator-container .addad_ad-area-rightcol .addad_ad-img-text .addad_ad-text p{font-size:1em;font-weight:700}body.page-template-template-excavator-brand .img-background~.post-row,body.single-addad_product_match .img-background~.post-row{background:none}body.page-template-template-excavator-brand .img-background~.post-row .hentry,body.single-addad_product_match .img-background~.post-row .hentry{background:none}body.page-template-template-excavator-brand .post-row,body.single-addad_product_match .post-row{padding:3em 0 2.5em}body.page-template-template-excavator-brand .post-row h1,body.single-addad_product_match .post-row h1,body.page-template-template-excavator-brand .post-row h2,body.single-addad_product_match .post-row h2,body.page-template-template-excavator-brand .post-row h3,body.single-addad_product_match .post-row h3,body.page-template-template-excavator-brand .post-row h4,body.single-addad_product_match .post-row h4,body.page-template-template-excavator-brand .post-row p,body.single-addad_product_match .post-row p,body.page-template-template-excavator-brand .post-row span,body.single-addad_product_match .post-row span{color:#FFF}body.page-template-template-excavator-brand .post-row p.ingress,body.single-addad_product_match .post-row p.ingress{font-size:1.313em}body.page-template-template-excavator-brand .post-row .hentry,body.single-addad_product_match .post-row .hentry{font-weight:500}body.page-template-template-excavator-brand .post-row .page-title,body.single-addad_product_match .post-row .page-title{font-size:1em;line-height:1.4em;position:relative;padding:0 0 1.5em 0;margin:0 0 1.5em 0}body.page-template-template-excavator-brand .post-row .page-title::after,body.single-addad_product_match .post-row .page-title::after{position:absolute;content:"";display:block;bottom:0;left:0;width:100px;height:3px;background:#43b02a}@media (max-width:767px){body.page-template-template-excavator-brand .post-row .page-title,body.single-addad_product_match .post-row .page-title{max-width:500px;margin-left:auto;margin-right:auto}}body.page-template-template-excavator-brand .post-row .page-title h1,body.single-addad_product_match .post-row .page-title h1{padding:0;margin:0;font-weight:800;font-size:2.462em}@media (min-width:768px){body.page-template-template-excavator-brand .post-row .post-wrapper,body.single-addad_product_match .post-row .post-wrapper{padding-right:4em}}body.page-template-template-excavator-brand .post-row .post-wrapper .page,body.single-addad_product_match .post-row .post-wrapper .page{margin-bottom:0}body.page-template-template-excavator-brand .post-row .content,body.single-addad_product_match .post-row .content{padding:0}@media (max-width:767px){body.page-template-template-excavator-brand .post-row .addad_ad-area-rightcol,body.single-addad_product_match .post-row .addad_ad-area-rightcol{float:left;padding:0 10px;margin-top:30px;width:100%;max-width:100%}}body.page-template-template-excavator-brand .post-row .exbrand-logo,body.single-addad_product_match .post-row .exbrand-logo{padding-bottom:2.5rem}body.page-template-template-excavator-brand .post-row .exbrand-logo img,body.single-addad_product_match .post-row .exbrand-logo img{max-width:100%;width:180px;margin:0 auto}@media (min-width:768px) and (max-width:1199px){body.page-template-template-excavator-brand .post-row .exbrand-logo img,body.single-addad_product_match .post-row .exbrand-logo img{width:130px}}body.page-template-template-excavator-brand .post-row .addad_ad-area-container,body.single-addad_product_match .post-row .addad_ad-area-container{float:left;margin-bottom:0}@media (max-width:767px){body.page-template-template-excavator-brand .post-row .addad_ad-area-container,body.single-addad_product_match .post-row .addad_ad-area-container{width:100%}body.page-template-template-excavator-brand .post-row .addad_ad-area-container .addad-ads-row,body.single-addad_product_match .post-row .addad_ad-area-container .addad-ads-row{width:calc(50% + 20px);float:left}}@media (max-width:480px){body.page-template-template-excavator-brand .post-row .addad_ad-area-container .addad_ad-img,body.single-addad_product_match .post-row .addad_ad-area-container .addad_ad-img{display:none}body.page-template-template-excavator-brand .post-row .addad_ad-area-container .addad_ad-text,body.single-addad_product_match .post-row .addad_ad-area-container .addad_ad-text{width:100%}}body.page-template-template-excavator-brand .exbrand-contact-rows,body.single-addad_product_match .exbrand-contact-rows{font-size:1em;padding:.7em 0}body.page-template-template-excavator-brand .exbrand-contact-rows .exbrand-contact-row,body.single-addad_product_match .exbrand-contact-rows .exbrand-contact-row{float:left;padding:.7em 0}@media (max-width:479px){body.page-template-template-excavator-brand .exbrand-contact-rows .exbrand-contact-row,body.single-addad_product_match .exbrand-contact-rows .exbrand-contact-row{width:100%}}body.page-template-template-excavator-brand .exbrand-contact-rows .exbrand-contact-row .exbrand-contact-image,body.single-addad_product_match .exbrand-contact-rows .exbrand-contact-row .exbrand-contact-image{width:auto}body.page-template-template-excavator-brand .exbrand-contact-rows .exbrand-contact-row .exbrand-contact-content .exbrand-contact-title,body.single-addad_product_match .exbrand-contact-rows .exbrand-contact-row .exbrand-contact-content .exbrand-contact-title{font-size:.875em;color:#c8c8c8;text-transform:uppercase;position:relative;padding:0 0 .9em 0;margin:0 0 .9em 0}body.page-template-template-excavator-brand .exbrand-contact-rows .exbrand-contact-row .exbrand-contact-content .exbrand-contact-title::after,body.single-addad_product_match .exbrand-contact-rows .exbrand-contact-row .exbrand-contact-content .exbrand-contact-title::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}body.page-template-template-excavator-brand .exbrand-contact-rows .exbrand-contact-row .exbrand-contact-content .exbrand-contact-name,body.single-addad_product_match .exbrand-contact-rows .exbrand-contact-row .exbrand-contact-content .exbrand-contact-name{padding:0;font-size:1.438em}body.page-template-template-excavator-brand .exbrand-contact-rows .exbrand-contact-row .exbrand-contact-content .exbrand-contact-info,body.single-addad_product_match .exbrand-contact-rows .exbrand-contact-row .exbrand-contact-content .exbrand-contact-info{color:#FFF;font-size:.929em}body.page-template-template-excavator-brand .exbrand-contact-rows .exbrand-contact-row .exbrand-contact-content .exbrand-contact-info p,body.single-addad_product_match .exbrand-contact-rows .exbrand-contact-row .exbrand-contact-content .exbrand-contact-info p{padding:0}@media (min-width:992px){body.page-template-template-excavator-brand .exbrand-contact-rows .exbrand-contact-row:nth-child(2n + 1),body.single-addad_product_match .exbrand-contact-rows .exbrand-contact-row:nth-child(2n + 1){clear:left}}body.page-template-template-excavator-brand .sw-media-container,body.single-addad_product_match .sw-media-container{margin-top:1em}@media (max-width:767px){body.page-template-template-excavator-brand .sw-media-container,body.single-addad_product_match .sw-media-container{margin-top:0}}@media (min-width:1200px){body.page-template-template-excavator-brand .sw-media-container>.row,body.single-addad_product_match .sw-media-container>.row{margin-left:-2em;margin-right:-2em}body.page-template-template-excavator-brand .sw-media-container .sw-media,body.single-addad_product_match .sw-media-container .sw-media{padding-left:2em;padding-right:2em}}body.page-template-template-excavator-brand .sw-media-container .sw-media,body.single-addad_product_match .sw-media-container .sw-media{padding-top:10px;padding-bottom:10px}@media (min-width:768px){body.page-template-template-excavator-brand .sw-media-container .sw-media:nth-child(3n + 1),body.single-addad_product_match .sw-media-container .sw-media:nth-child(3n + 1){clear:left}}body.page-template-template-excavator-brand #brand-service-partners .brand-service-partner,body.single-addad_product_match #brand-service-partners .brand-service-partner{margin-bottom:.75em}body.page-template-template-excavator-brand #brand-service-partners .brand-service-partner .location-meta .fa-ul,body.single-addad_product_match #brand-service-partners .brand-service-partner .location-meta .fa-ul{margin-left:0}body.page-template-template-home .breadcrumbs-container{display:none}.extra_template_startsida-lankar,.extra-template_sidfot{background:#000}.extra_template_startsida-topp{padding-bottom:3.7rem;background:#000;z-index:0}.extra_template_startsida-topp .hentry{font-size:.937em;font-weight:500}.extra_template_startsida-topp .hentry h1,.extra_template_startsida-topp .hentry h2{font-size:2.5em;font-weight:900;line-height:1em;padding-top:.571em}@media (min-width:480px){.extra_template_startsida-topp .hentry h1,.extra_template_startsida-topp .hentry h2{font-size:3em}}@media (min-width:768px){.extra_template_startsida-topp .hentry h1,.extra_template_startsida-topp .hentry h2{font-size:5em}}.extra_template_startsida-topp .hentry h1>span:first-of-type,.extra_template_startsida-topp .hentry h2>span:first-of-type{font-size:.835em}.extra_template_startsida-topp .hentry h1>span:last-of-type,.extra_template_startsida-topp .hentry h2>span:last-of-type{font-size:1.03em}.extra_template_startsida-topp .hentry p{padding-top:0;padding-bottom:1.2em}@media (min-width:768px){.extra_template_startsida-topp .hentry p{max-width:45em}}.extra_template_startsida-topp .btn{font-size:.937rem}.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px}@media (min-width:768px){.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar{width:740px}}@media (min-width:992px){.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar{width:960px}}@media (min-width:1200px){.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar{width:1170px}}@media (min-width:1600px){.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar{width:1560px}}.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar>.navbar-header,.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar>.navbar-collapse{margin-right:-10px;margin-left:-10px}@media (min-width:1200px){.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar>.navbar-header,.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar>.navbar-collapse{margin-right:0;margin-left:0}}@media (min-width:1200px){.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar{padding-left:5px;padding-right:5px}}@media (min-width:768px) and (max-width:1199px){.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar{padding-left:0;padding-right:0}}.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar .hentry,.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar h1,.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar h2,.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar h3,.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar h4,.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar a:not(.btn),.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar h3.section-title.section-item-title,.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar .text-container{font-weight:800;font-size:1em;line-height:1.2}.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar .section-area-sideways .section-padding-container{height:100%;min-height:172px;padding-top:23px;padding-bottom:23px}@media (min-width:768px) and (max-width:991px){.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar .section-area-sideways .section-padding-container{padding:15px 25px}}.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar .section-area-sideways .section-padding-container .row{height:100%}.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar .section-area-sideways .section-padding-container img{height:172px;object-fit:cover}.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar .section-area-sideways .section-padding-container img[src$=".png"]{object-fit:contain;padding:10px}@media (max-width:767px){.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar .section-area-sideways .section-single{padding:0}.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar .section-area-sideways .section-single .section-padding-container{padding:20px 25px}}.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar .font-size-small{font-size:.938rem}.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar .font-size-medium{font-size:1.125rem}.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar .section-area>div{border:solid 10px transparent}@media (max-width:767px){.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar .section-area>div{border:solid 5px transparent}}.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar .section-area>div .text-container{font-weight:700;text-transform:uppercase}.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar .section-area>div .text-container a.section-link{text-decoration:none}.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar .section-area>div .text-container a.section-link:hover{text-decoration:underline}.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar .section-area>div .text-container .hentry p{padding:0}.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar.extra_template_snabblank-mork h3.section-title,.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar.extra_template_snabblank-mork a.section-link{color:#FFF}.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar.extra_template_snabblank-mork .hentry{color:#43b02a}.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar.extra_template_snabblank-ljus h3.section-title{color:#000}.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar.extra_template_snabblank-ljus a.section-link{color:#dddddd}.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar.extra_template_snabblank-ljus .hentry p{color:#dddddd}.extra_template_startsida-topp .extra_template_startsida-topp-snabblankar.extra_template_snabblank-ljus .hentry p::first-line{color:#FFF}#less-exported-backgroundSlideDuration{font-family:"5" !important}#less-exported-backgroundSlideTransition{font-family:"1" !important}@-webkit-keyframes backgroundSlide1{0%{-webkit-transform:translate(.5%, .375%) scale(1.01) rotate(.01deg);transform:translate(.5%, .375%) scale(1.01) rotate(.01deg)}100%{-webkit-transform:translate(-0.5%, -0.375%) scale(1.01) rotate(.01deg);transform:translate(-0.5%, -0.375%) scale(1.01) rotate(.01deg)}}@keyframes backgroundSlide1{0%{-webkit-transform:translate(.5%, .375%) scale(1.01) rotate(.01deg);transform:translate(.5%, .375%) scale(1.01) rotate(.01deg)}100%{-webkit-transform:translate(-0.5%, -0.375%) scale(1.01) rotate(.01deg);transform:translate(-0.5%, -0.375%) scale(1.01) rotate(.01deg)}}@-webkit-keyframes backgroundSlide2{0%{-webkit-transform:translate(-0.5%, .375%) scale(1.01) rotate(.01deg);transform:translate(-0.5%, .375%) scale(1.01) rotate(.01deg)}100%{-webkit-transform:translate(.5%, -0.375%) scale(1.01) rotate(.01deg);transform:translate(.5%, -0.375%) scale(1.01) rotate(.01deg)}}@keyframes backgroundSlide2{0%{-webkit-transform:translate(-0.5%, .375%) scale(1.01) rotate(.01deg);transform:translate(-0.5%, .375%) scale(1.01) rotate(.01deg)}100%{-webkit-transform:translate(.5%, -0.375%) scale(1.01) rotate(.01deg);transform:translate(.5%, -0.375%) scale(1.01) rotate(.01deg)}}@-webkit-keyframes backgroundSlide3{0%{-webkit-transform:translate(.5%, -0.375%) scale(1.01) rotate(.01deg);transform:translate(.5%, -0.375%) scale(1.01) rotate(.01deg)}100%{-webkit-transform:translate(-0.5%, .375%) scale(1.01) rotate(.01deg);transform:translate(-0.5%, .375%) scale(1.01) rotate(.01deg)}}@keyframes backgroundSlide3{0%{-webkit-transform:translate(.5%, -0.375%) scale(1.01) rotate(.01deg);transform:translate(.5%, -0.375%) scale(1.01) rotate(.01deg)}100%{-webkit-transform:translate(-0.5%, .375%) scale(1.01) rotate(.01deg);transform:translate(-0.5%, .375%) scale(1.01) rotate(.01deg)}}@-webkit-keyframes backgroundSlide4{0%{-webkit-transform:translate(-0.5%, .375%) scale(1.01) rotate(.01deg);transform:translate(-0.5%, .375%) scale(1.01) rotate(.01deg)}100%{-webkit-transform:translate(.5%, -0.375%) scale(1.01) rotate(.01deg);transform:translate(.5%, -0.375%) scale(1.01) rotate(.01deg)}}@keyframes backgroundSlide4{0%{-webkit-transform:translate(-0.5%, .375%) scale(1.01) rotate(.01deg);transform:translate(-0.5%, .375%) scale(1.01) rotate(.01deg)}100%{-webkit-transform:translate(.5%, -0.375%) scale(1.01) rotate(.01deg);transform:translate(.5%, -0.375%) scale(1.01) rotate(.01deg)}}.extra_template_startsida-topp-2017.section_wrapper{padding:3vw 0 4vw}@media (min-width:1600px) and (max-width:1870px){.extra_template_startsida-topp-2017.section_wrapper{padding: 3.3vw 0 4.4vw}}@media (min-width:1200px) and (max-width:1599px){.extra_template_startsida-topp-2017.section_wrapper{padding: 48px 0 64px}}@media (min-width:992px) and (max-width:1199px){.extra_template_startsida-topp-2017.section_wrapper{padding: 42px 0 56px}}@media (max-width:991px){.extra_template_startsida-topp-2017.section_wrapper{padding: 36px 0 48px}}@media (min-width:1600px){.extra_template_startsida-topp-2017.section_wrapper .container,.extra_template_startsida-topp-2017.section_wrapper .extra_template_startsida-topp-snabblankar{width:1560px}}@media (max-width:1199px){.extra_template_startsida-topp-2017.section_wrapper .container,.extra_template_startsida-topp-2017.section_wrapper .extra_template_startsida-topp-snabblankar{width:100%;padding:0 5vw}.extra_template_startsida-topp-2017.section_wrapper .container .row,.extra_template_startsida-topp-2017.section_wrapper .extra_template_startsida-topp-snabblankar .row{width:auto;margin:0 -15px}}@media (max-width:767px){.extra_template_startsida-topp-2017.section_wrapper .section-row:first-child .hentry{font-size:1.125em}}@media (min-width:768px){.extra_template_startsida-topp-2017.section_wrapper .section-row:first-child .section-area{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center}}.extra_template_startsida-topp-2017.section_wrapper .section-row:first-child .section-single{padding-bottom:0}@media (min-width:768px){.extra_template_startsida-topp-2017.section_wrapper .section-row:first-child h1{position:relative;padding:0 0 0 0;margin:0 0 0 0}.extra_template_startsida-topp-2017.section_wrapper .section-row:first-child h1::after{position:absolute;content:"";display:block;bottom:0;left:0;width:0;height:3px;background:#43b02a}}@media (min-width:768px) and (max-width:1599px){.extra_template_startsida-topp-2017.section_wrapper .section-row:first-child h1{margin-top:-0.25em}}@media (min-width:480px){}@media (min-width:768px){.extra_template_startsida-topp-2017.section_wrapper .section-row:first-child h1{font-size:7vw}}@media (min-width:992px){}@media (min-width:1200px){.extra_template_startsida-topp-2017.section_wrapper .section-row:first-child h1{font-size:5em}}@media (min-width:1600px){.extra_template_startsida-topp-2017.section_wrapper .section-row:first-child h1{font-size:5.8em}}.extra_template_startsida-topp-2017.section_wrapper .section-row:first-child h1::first-line{font-size:.68em}@media (min-width:768px){.extra_template_startsida-topp-2017.section_wrapper .section-row:first-child .section-single:nth-child(2){position:relative;padding:0 0 0 0;margin:0 0 0 0}.extra_template_startsida-topp-2017.section_wrapper .section-row:first-child .section-single:nth-child(2)::after{position:absolute;content:"";display:block;bottom:0;left:0;width:5px;height:3px;background:#43b02a}.extra_template_startsida-topp-2017.section_wrapper .section-row:first-child .section-single:nth-child(2)::after{background:#43b02a;height:calc(100% -  60px);top:30px}.extra_template_startsida-topp-2017.section_wrapper .section-row:first-child .section-single:nth-child(2)>div{padding:2em 2.5em}}.extra_template_startsida-topp-2017.section_wrapper .extra_template_startsida-topp-snabblankar h3.section-title{color:#43b02a;position:relative;padding:0 0 0 0;margin:0 0 0 0}.extra_template_startsida-topp-2017.section_wrapper .extra_template_startsida-topp-snabblankar h3.section-title::after{position:absolute;content:"";display:block;bottom:0;left:0;width:0;height:3px;background:#43b02a}.extra_template_startsida-topp-2017.section_wrapper .extra_template_startsida-topp-snabblankar .text-container{font-size:.8em;margin:2em 0}.extra_template_startsida-topp-2017.section_wrapper .extra_template_startsida-topp-snabblankar .text-container .hentry{color:#fff;margin:.4em 0 .6em;font-size:1.75em;text-transform:none}.extra_template_startsida-topp-2017.section_wrapper .extra_template_startsida-topp-snabblankar .text-container .btn{font-size:1.125em;text-transform:none}.extra_template_startsida-topp-2017.section_wrapper .extra_template_startsida-topp-snabblankar .section-single>.section-padding-container{padding:0}.extra_template_startsida-topp-2017.section_wrapper .extra_template_startsida-topp-snabblankar .section-single>.section-padding-container>div{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.extra_template_startsida-topp-2017.section_wrapper .extra_template_startsida-topp-snabblankar .section-single>.section-padding-container>div>div{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;background:rgba(0,0,0,0.7)}.extra_template_startsida-topp-2017.section_wrapper .extra_template_startsida-topp-snabblankar .section-single>.section-padding-container>div>div:first-child{padding-right:0;-webkit-flex:1 1 20%;-moz-flex:1 1 20%;-ms-flex:1 1 20%;-o-flex:1 1 20%;flex:1 1 20%;min-width:12rem}@media (max-width:767px){.extra_template_startsida-topp-2017.section_wrapper .extra_template_startsida-topp-snabblankar .section-single>.section-padding-container>div>div:first-child{-webkit-flex:1 1 30%;-moz-flex:1 1 30%;-ms-flex:1 1 30%;-o-flex:1 1 30%;flex:1 1 30%;min-width:12rem}}@media (min-width:768px) and (max-width:991px){.extra_template_startsida-topp-2017.section_wrapper .extra_template_startsida-topp-snabblankar .section-single>.section-padding-container>div>div:first-child{-webkit-flex:1 1 30%;-moz-flex:1 1 30%;-ms-flex:1 1 30%;-o-flex:1 1 30%;flex:1 1 30%;min-width:13rem}}@media (min-width:992px) and (max-width:1199px){.extra_template_startsida-topp-2017.section_wrapper .extra_template_startsida-topp-snabblankar .section-single>.section-padding-container>div>div:first-child{-webkit-flex:1 1 25%;-moz-flex:1 1 25%;-ms-flex:1 1 25%;-o-flex:1 1 25%;flex:1 1 25%;min-width:14rem}}.extra_template_startsida-topp-2017.section_wrapper .extra_template_startsida-topp-snabblankar .section-single>.section-padding-container>div>div:last-child{-webkit-flex:4 1 80%;-moz-flex:4 1 80%;-ms-flex:4 1 80%;-o-flex:4 1 80%;flex:4 1 80%;position:relative;padding:0 0 0 0;margin:0 0 0 0;padding:0 2em}@media (max-width:600px){.extra_template_startsida-topp-2017.section_wrapper .extra_template_startsida-topp-snabblankar .section-single>.section-padding-container>div>div:last-child{-webkit-flex:2.33 1 70%;-moz-flex:2.33 1 70%;-ms-flex:2.33 1 70%;-o-flex:2.33 1 70%;flex:2.33 1 70%}}@media (min-width:768px) and (max-width:991px){.extra_template_startsida-topp-2017.section_wrapper .extra_template_startsida-topp-snabblankar .section-single>.section-padding-container>div>div:last-child{-webkit-flex:2.33 1 70%;-moz-flex:2.33 1 70%;-ms-flex:2.33 1 70%;-o-flex:2.33 1 70%;flex:2.33 1 70%}}@media (min-width:992px) and (max-width:1199px){.extra_template_startsida-topp-2017.section_wrapper .extra_template_startsida-topp-snabblankar .section-single>.section-padding-container>div>div:last-child{-webkit-flex:3 75%;-moz-flex:3 75%;-ms-flex:3 75%;-o-flex:3 75%;flex:3 75%}}.extra_template_startsida-topp-2017.section_wrapper .extra_template_startsida-topp-snabblankar .section-single>.section-padding-container>div>div:last-child::after{position:absolute;content:"";display:block;bottom:0;left:0;width:5px;height:3px;background:#43b02a}.extra_template_startsida-topp-2017.section_wrapper .extra_template_startsida-topp-snabblankar .section-single>.section-padding-container>div>div:last-child::after{background:#43b02a;height:calc(100% -  .2px);top:.1px}.extra_template_startsida-topp-2017.section_wrapper .floating-slider{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;z-index:1}@media (max-width:767px){.extra_template_startsida-topp-2017.section_wrapper .floating-slider{position:fixed}}.extra_template_startsida-topp-2017.section_wrapper .floating-slider .-slider>div>.img-background{-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;opacity:0;z-index:0}.extra_template_startsida-topp-2017.section_wrapper .floating-slider .-slider>div>.img-background>.overlay-background{background:rgba(0,0,0,0.65)}.extra_template_startsida-topp-2017.section_wrapper .floating-slider .-slider>div>.img-background img{-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);height:auto;max-height:none;max-width:none;min-height:100%;min-width:100%;width:auto;top:50%;left:50%}.extra_template_startsida-topp-2017.section_wrapper .floating-slider .-slider>div.-float>.img-background{opacity:1;z-index:2}.extra_template_startsida-topp-2017.section_wrapper .floating-slider .-slider>div.-float.-old>.img-background{z-index:1}.extra_template_startsida-topp-2017.section_wrapper .floating-slider .-slider>div.-float .img-background{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-name:backgroundSlide1;animation-name:backgroundSlide1}.extra_template_startsida-topp-2017.section_wrapper .floating-slider .-slider>div.-float:nth-child(4n + 2) .img-background{-webkit-animation-name:backgroundSlide2;animation-name:backgroundSlide2}.extra_template_startsida-topp-2017.section_wrapper .floating-slider .-slider>div.-float:nth-child(4n + 3) .img-background{-webkit-animation-name:backgroundSlide3;animation-name:backgroundSlide3}.extra_template_startsida-topp-2017.section_wrapper .floating-slider .-slider>div.-float:nth-child(4n + 4) .img-background{-webkit-animation-name:backgroundSlide4;animation-name:backgroundSlide4}.extra_template_startsida-topp-2017.section_wrapper .floating-slider:not(.-init) .-slider>div:first-child>.img-background{z-index:2;opacity:1;-webkit-transform:translate(.5%, .375%) scale(1.01) rotate(.01deg);transform:translate(.5%, .375%) scale(1.01) rotate(.01deg)}.extra_template_startsida-topp-2017.section_wrapper .floating-slider~.section_inside{background:none}.extra_template_startsida-lankar{z-index:2;font-size:.75em}.extra_template_startsida-lankar .section-area-sideways.section-row-column-background .section-padding-container{padding:2.813rem 11.438rem}@media (min-width:768px) and (max-width:991px){.extra_template_startsida-lankar .section-area-sideways.section-row-column-background .section-padding-container{padding:2.3rem 2.5rem}}@media (min-width:992px) and (max-width:1199px){.extra_template_startsida-lankar .section-area-sideways.section-row-column-background .section-padding-container{padding:2.813rem 3.438rem}}.extra_template_startsida-lankar h3.section-title.section-item-title,.extra_template_startsida-lankar h3{font-weight:800}.extra_template_startsida-lankar .section_inside{z-index:2}.extra_template_startsida-lankar .section-area>div .hentry h3{font-size:1.1em}@media (max-width:767px){.extra_template_startsida-lankar .section-area-sideways.section-row-column-background .section-padding-container{padding:2.5rem}}.extra_template_startsida-lankar .extra_template_startsida-brand-room{overflow:visible}.extra_template_startsida-lankar .extra_template_startsida-brand-room .column-background-container{position:relative;overflow:hidden}.extra_template_startsida-lankar .extra_template_startsida-brand-room div.hentry h3{font-size:1.625em;padding-top:20px;padding-bottom:0}.extra_template_startsida-lankar .extra_template_startsida-brand-room .chosen-single span{color:#000000}@media (max-width:767px){.extra_template_startsida-lankar .extra_template_startsida-brand-room .section-padding-container{padding:2.813rem 3.438rem}}@media (min-width:768px) and (max-width:991px){.extra_template_startsida-lankar .section-area-sideways .extra_template_startsida-find-closest .section-padding-container h3{font-size:.938em}}.extra_template_startsida-lankar .extra_template_startsida-find-closest h3{padding:20px 0 8px 0}.extra_template_startsida-lankar .extra_template_startsida-find-closest .extra-content-item:first-of-type h3{padding-top:0}.extra_template_startsida-lankar .extra_template_startsida-find-closest .extra-btn-container{padding:0}@media (max-width:767px){.extra_template_startsida-lankar .section-area-sideways .extra_template_startsida-videoruta .section-padding-container{padding-top:6rem;padding-bottom:6rem}}.extra_template_startsida-lankar .section-area-sideways .extra_template_startsida-videoruta .fa{position:absolute;font-size:4.5em;opacity:.1;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);margin-left:.075em}.extra_template_startsida-lankar .section-area-sideways .extra_template_startsida-videoruta .column-background-color{z-index:1}.extra_template_startsida-floden form[action*='upsales']{padding:0}.extra_template_startsida-floden form[action*='upsales'] .text-danger{color:#eee}.extra_template_startsida-floden form[action*='upsales'] .form-group label,.extra_template_startsida-floden form[action*='upsales']>div label{color:#FFF;font-size:.938em}.extra_template_startsida-floden form[action*='upsales'] .form-group label a,.extra_template_startsida-floden form[action*='upsales']>div label a{color:#fff !important;text-decoration:underline}.extra_template_startsida-floden form[action*='upsales'] .form-group input,.extra_template_startsida-floden form[action*='upsales']>div input,.extra_template_startsida-floden form[action*='upsales'] .form-group textarea,.extra_template_startsida-floden form[action*='upsales']>div textarea{padding:.35em .45em}.extra_template_startsida-floden .text-container h3.section-title{font-size:.9em;margin-bottom:2em}@media (max-width:767px){.extra_template_startsida-floden .text-container h3.section-title{margin-bottom:1em}}.extra_template_startsida-floden .text-container>.btn{margin-top:1.5em}.extra_template_startsida-floden .steelwrist-posts .steelwrist-post{width:100%}.extra_template_startsida-floden .steelwrist-posts .steelwrist-post .steelwrist-post-title{font-size:1em;padding:0 0 0 0;font-weight:800;line-height:1.25em}.extra_template_startsida-floden .steelwrist-posts .steelwrist-post .steelwrist-post-content{font-weight:700;color:#c8c8c8;font-size:1em}.extra_template_startsida-floden .steelwrist-posts .steelwrist-post .steelwrist-post-content .steelwrist-post-date,.extra_template_startsida-floden .steelwrist-posts .steelwrist-post .steelwrist-post-content .steelwrist-post-tags{font-size:.875em}.extra_template_startsida-floden .steelwrist-posts .steelwrist-post .steelwrist-post-content .steelwrist-post-tags{margin-left:.286em}.extra_template_startsida-floden .steelwrist-posts .steelwrist-post:not(:last-child){position:relative;padding:0 0 .75em 0;margin:0 0 .75em 0;padding:0 0 1em 0;margin:0 0 1em 0}.extra_template_startsida-floden .steelwrist-posts .steelwrist-post:not(:last-child)::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}.extra_template_startsida-floden .steelwrist-posts .steelwrist-post:not(:last-child)::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}.extra_template_startsida-floden .steelwrist-events .steelwrist-post{display:inline-block;white-space:nowrap}.extra_template_startsida-floden .steelwrist-events .steelwrist-post::after{display:none !important}.extra_template_startsida-floden .steelwrist-events .steelwrist-post .steelwrist-post-title{font-size:1.125em;padding-top:.13em}.extra_template_startsida-floden .steelwrist-events .steelwrist-post:not(:last-child){padding:0 0 .65em 0;margin:0 0 .65em 0}.extra_template_startsida-floden .steelwrist-events .steelwrist-post-content{display:block;vertical-align:top;white-space:normal}.extra_template_startsida-floden .html_container form{color:#fff}.extra_template_startsida-floden .section-area-sideways.section-row-column-background .section-padding-container{padding:2.813rem 3.438rem;align-self:flex-start}@media (min-width:768px) and (max-width:991px){.extra_template_startsida-floden .section-area-sideways.section-row-column-background .section-padding-container{padding:2.3rem 2.5rem}}@media (max-width:767px){.extra_template_startsida-floden .section-area-sideways.section-row-column-background .section-padding-container{padding:2.5rem}}.extra_template_startsida-produktslider h1,.extra_template_startsida-produktslider h2,.extra_template_startsida-produktslider h3,.extra_template_startsida-produktslider p{font-weight:700}.extra_template_startsida-produktslider .section-row-container{width:100%}.extra_template_startsida-produktslider .section-area>div:nth-of-type(2n){position:relative;padding:0 0 0 0;margin:0 0 0 0;padding:0 2em}.extra_template_startsida-produktslider .section-area>div:nth-of-type(2n)::after{position:absolute;content:"";display:block;bottom:0;left:0;width:7px;height:3px;background:#43b02a}.extra_template_startsida-produktslider .section-area>div:nth-of-type(2n)::after{background:#c8c8c8;height:calc(100% -  60px);top:30px}.extra_template_startsida-produktslider .section-area>div:nth-of-type(2n)::after{position:absolute;content:"";display:block;bottom:0;left:0;width:7px;height:3px;background:#43b02a}.extra_template_startsida-produktslider .section-area>div:nth-of-type(2n)::after{background:#c8c8c8;height:calc(100% -  60px);top:30px}@media (max-width:767px){.extra_template_startsida-produktslider .section-area>div:nth-of-type(2n)::after{width:5px}}.extra_template_startsida-produktslider .text-container{font-size:2em;line-height:1.1}@media (min-width:768px) and (max-width:1199px){.extra_template_startsida-produktslider .text-container{font-size:1.4em}}@media (max-width:479px){.extra_template_startsida-produktslider .text-container{font-size:1.75em}}.extra_template_startsida-produktslider .text-container h3.section-title.section-item-title{font-size:1em;padding:0;margin:0}.extra_template_startsida-produktslider .text-container h3.section-title.section-item-title::after{content:none}.extra_template_startsida-produktslider .text-container h3.section-title.section-item-title>a{color:#000000}.extra_template_startsida-produktslider .text-container .hentry{font-weight:700}.extra_template_startsida-produktslider .text-container .hentry p:first-child{padding-top:0}.extra_template_startsida-produktslider .section-row .section-area-sideways .section-padding-container{padding-top:0;padding-bottom:0}@media (max-width:767px){.extra_template_startsida-produktslider .section-row .section-area-sideways .section-single{position:relative;float:left;width:50%;min-height:1px;padding-left:10px;padding-right:10px;margin:0 -0.5px;padding:0}.extra_template_startsida-produktslider .section-row .section-area-sideways .section-single:nth-of-type(2n)::after{margin-left:1px}}.extra_template_startsida-produktslider .section-area{height:100%;float:none;margin:0;width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.extra_template_startsida-produktslider .section-single{float:left;vertical-align:top;padding:0;display:-webkit-flex;display:-ms-flexbox;display:flex}@media (max-width:767px){.extra_template_startsida-produktslider .section-single{font-size:.875rem}}@media (max-width:767px){.extra_template_startsida-produktslider .text-container{font-size:1.5em;padding-left:1em}}.extra_template_startsida-single-display .section-area.section-count-1>div{padding:0 15px}@media (min-width:768px){.extra_template_startsida-single-display .section-area.section-count-1>div:not(.no_image) .column-text,.extra_template_startsida-single-display .section-area.section-count-1>div:not(.no_image) .column-element{width:50%}.extra_template_startsida-single-display .section-area.section-count-1>div:not(.no_image) .column-text .text-container,.extra_template_startsida-single-display .section-area.section-count-1>div:not(.no_image) .column-element .text-container{width:100%;margin:0}.extra_template_startsida-single-display .section-area.section-count-1>div:not(.no_image) .column-text img,.extra_template_startsida-single-display .section-area.section-count-1>div:not(.no_image) .column-element img{width:90%}}.extra_template_startsida-single-display .section-area.section-count-1>div h3.section-title.section-item-title{font-size:.875em;color:#737373;font-weight:700;margin:0;padding:0;padding-bottom:.8em;text-transform:uppercase}.extra_template_startsida-single-display .section-area.section-count-1>div h3.section-title.section-item-title::after{content:none}.extra_template_startsida-single-display .section-area.section-count-1>div .hentry h3{padding-top:0;font-size:2.375em;font-weight:800;line-height:1.25em;position:relative;padding:0 0 .75em 0;margin:0 0 .75em 0;padding:0 0 .65em 0;margin:0 0 .65em 0}.extra_template_startsida-single-display .section-area.section-count-1>div .hentry h3::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}.extra_template_startsida-single-display .section-area.section-count-1>div .hentry h3::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}@media (max-width:1199px){.extra_template_startsida-single-display .section-area.section-count-1>div .hentry h3{font-size:2.125em}}@media (max-width:991px){.extra_template_startsida-single-display .section-area.section-count-1>div .hentry h3{font-size:1.875em}}.extra_template_startsida-single-display .section-area.section-count-1>div .hentry p{font-size:1.125em;font-weight:500;color:#444444;padding-top:0;padding-bottom:1.375em}#language-splash{display:none;position:fixed;overflow:auto;z-index:9999999999;width:100vw;height:100vh;color:#FFF;font-size:1.25rem}#language-splash .splash-background .overlay-background{background:#000;opacity:.75;mix-blend-mode:normal}#language-splash .language-splash-content{padding:1.818em 0;height:100%;overflow:auto}#language-splash .language-splash-content .splash-logo{box-sizing:content-box;position:absolute;width:300px;height:60px;padding-left:30px}@media (max-width:991px){#language-splash .language-splash-content .splash-logo{position:relative;margin:0 auto;padding-left:0}}@media (min-width:1200px){#language-splash .language-splash-content .splash-logo{padding-left:50px}}@media (max-width:480px){#language-splash .language-splash-content .splash-logo{margin-top:2em}}#language-splash .language-splash-content .splash-header{font-size:2.5rem;text-align:center;text-transform:uppercase;font-weight:800;margin:6em auto 1.182em;max-width:930px;padding:18px 32px;background:rgba(255,255,255,0.1);border:4px solid #43b02a;color:#fff;letter-spacing:.04em}@media (max-width:767px){#language-splash .language-splash-content .splash-header{font-size:2rem;margin:2em 15px 25px;padding:12px 20px;max-width:none}}#language-splash .language-splash-content .languages{max-width:960px;margin:0 auto;padding:0 15px 100px;font-weight:500}#language-splash .language-splash-content .languages .languages-grid{display:grid;gap:25px;align-items:stretch;grid-template-columns:1fr;grid-template-areas:"europe" "north" "international"}#language-splash .language-splash-content .languages .language-group{background:rgba(255,255,255,0.1);border:4px solid #43b02a;padding:18px 32px;color:#fff}#language-splash .language-splash-content .languages .language-group .language-group-title{font-weight:700;text-transform:uppercase;font-size:2.25rem;margin-bottom:15px;text-decoration:underline;color:#43b02a}#language-splash .language-splash-content .languages .language-group .language-container{margin:10px 0}#language-splash .language-splash-content .languages .language-group .language-container .language-country-row{display:flex;flex-wrap:wrap;align-items:center;cursor:pointer;transition:color .2s ease;color:#fff}#language-splash .language-splash-content .languages .language-group .language-container .language-country-row.has-active-language .language-name,#language-splash .language-splash-content .languages .language-group .language-container .language-country-row.has-active-language .language-name-separator,#language-splash .language-splash-content .languages .language-group .language-container .language-country-row.has-active-language .language-code-connector,#language-splash .language-splash-content .languages .language-group .language-container .language-country-row.has-active-language .language-code{color:#43b02a}#language-splash .language-splash-content .languages .language-group .language-container .language-country-row:not([role="link"]):hover{background-color:transparent !important}#language-splash .language-splash-content .languages .language-group .language-container .language-country-row[role="link"]:hover .language-name{color:#43b02a}#language-splash .language-splash-content .languages .language-group .language-container .language-country-row[role="link"]:hover .language-name-separator,#language-splash .language-splash-content .languages .language-group .language-container .language-country-row[role="link"]:hover .language-code-connector,#language-splash .language-splash-content .languages .language-group .language-container .language-country-row[role="link"]:hover .language-code{color:#43b02a}#language-splash .language-splash-content .languages .language-group .language-container .language-country-row:focus{outline:2px solid #43b02a;outline-offset:4px}#language-splash .language-splash-content .languages .language-group .language-container .language-country-row:focus .language-name{color:#43b02a}#language-splash .language-splash-content .languages .language-group .language-container .language-country-row:focus .language-name-separator,#language-splash .language-splash-content .languages .language-group .language-container .language-country-row:focus .language-code-connector,#language-splash .language-splash-content .languages .language-group .language-container .language-country-row:focus .language-code{color:#43b02a}#language-splash .language-splash-content .languages .language-group .language-container .language-name{font-size:1.5rem;font-weight:800;margin-right:6px}#language-splash .language-splash-content .languages .language-group .language-container .language-name-separator{font-size:1.5rem;color:#fff}#language-splash .language-splash-content .languages .language-group .language-container .language-codes{display:flex;align-items:center;flex-wrap:wrap;gap:6px}#language-splash .language-splash-content .languages .language-group .language-container .language-codes .language-code{display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;text-transform:uppercase;color:#fff;padding:0;border:0}#language-splash .language-splash-content .languages .language-group .language-container .language-codes .language-code:hover,#language-splash .language-splash-content .languages .language-group .language-container .language-codes .language-code:focus,#language-splash .language-splash-content .languages .language-group .language-container .language-codes .language-code:active{text-decoration:none}#language-splash .language-splash-content .languages .language-group .language-container .language-codes .language-code:hover{color:#43b02a}#language-splash .language-splash-content .languages .language-group .language-container .language-codes .language-link-no-style{margin:0 !important;text-decoration:none !important}#language-splash .language-splash-content .languages .language-group .language-container .language-codes .language-link-no-style:hover{text-decoration:none !important}#language-splash .language-splash-content .languages .language-group .language-container .language-codes .language-code-connector{font-size:1.5rem;font-weight:700;text-transform:lowercase;color:#fff;margin:0 4px}#language-splash .language-splash-content .languages .language-group--europe{grid-area:europe}#language-splash .language-splash-content .languages .language-group--north-america{grid-area:north;display:flex;flex-direction:column}#language-splash .language-splash-content .languages .language-group--north-america .language-group-title{margin:0}#language-splash .language-splash-content .languages .language-group--north-america .language-group-title+.language-group-subtitle{margin-top:5px}#language-splash .language-splash-content .languages .language-group-subtitle{font-weight:700;text-transform:uppercase;font-size:2.25rem;margin:15px 0;text-decoration:underline;color:#43b02a}#language-splash .language-splash-content .languages .language-group--international{grid-area:international}#language-splash .language-splash-content .languages .language-group--international .language-container{margin:0}#language-splash .language-splash-content .languages .language-container--title .language-country-row{justify-content:start}#language-splash .language-splash-content .languages .language-container--title .language-name{font-size:1.5rem;font-weight:800}#language-splash .language-splash-content .languages .language-container--title .language-name-separator,#language-splash .language-splash-content .languages .language-container--title .language-code,#language-splash .language-splash-content .languages .language-container--title .language-code-connector{display:none}@media (min-width:768px){#language-splash .language-splash-content .languages{padding-bottom:115px}#language-splash .language-splash-content .languages .languages-grid{grid-template-columns:repeat(2, minmax(0, 1fr));grid-template-areas:"europe north" "international international"}}@media (min-width:1024px){#language-splash .language-splash-content .languages .languages-grid{gap:32px}}@media (max-width:767px){#language-splash .language-splash-content .languages{width:100%}}#language-splash .language.-close{position:fixed;z-index:1;top:0;right:0;margin:.25em;color:#ddd;opacity:1;font-size:4rem;font-weight:300;line-height:.5;padding:.5em;margin:0;text-decoration:none}#language-splash .language.-close:hover,#language-splash .language.-close:focus{color:#eee}@media (max-width:480px){#language-splash .language.-close{font-size:3em;padding:.25em 15px}}#language-splash .language.-close:hover,#language-splash .language.-close:focus{opacity:.75}@media (max-width:480px){#language-splash .language.-close{font-size:3em;margin:.25em 15px}}body.has-language-splash,.has-language-splash body{overflow:hidden}.has-language-splash #language-splash{display:block}.has-language-splash.has-language-splash-first #language-splash .language.-close{display:none}.has-language-splash.has-language-splash-first #language-splash .language-splash-content .languages .language-container.not-in-initial-selection{display:none}.extra_template_configurator-cta{border-top:5px solid #43b02a}.extra_template_configurator-cta .section-area.section-count-1>div{padding:0 15px}@media (min-width:768px){.extra_template_configurator-cta .section-area.section-count-1>div:not(.no_image) .column-text,.extra_template_configurator-cta .section-area.section-count-1>div:not(.no_image) .column-element{width:50%}.extra_template_configurator-cta .section-area.section-count-1>div:not(.no_image) .column-text .text-container,.extra_template_configurator-cta .section-area.section-count-1>div:not(.no_image) .column-element .text-container{width:100%;margin:0}.extra_template_configurator-cta .section-area.section-count-1>div:not(.no_image) .column-text img,.extra_template_configurator-cta .section-area.section-count-1>div:not(.no_image) .column-element img{width:90%}}.extra_template_configurator-cta .section-area.section-count-1>div h3.section-title.section-item-title{font-size:.875em;color:#737373;font-weight:700;margin:0;padding:0;padding-bottom:.8em;text-transform:uppercase}.extra_template_configurator-cta .section-area.section-count-1>div h3.section-title.section-item-title::after{content:none}.extra_template_configurator-cta .section-area.section-count-1>div .hentry h3{padding-top:0;font-size:2.375em;font-weight:800;line-height:1.25em;position:relative;padding:0 0 .75em 0;margin:0 0 .75em 0;padding:0 0 .65em 0;margin:0 0 .65em 0}.extra_template_configurator-cta .section-area.section-count-1>div .hentry h3::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}.extra_template_configurator-cta .section-area.section-count-1>div .hentry h3::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}@media (max-width:1199px){.extra_template_configurator-cta .section-area.section-count-1>div .hentry h3{font-size:2.125em}}@media (max-width:991px){.extra_template_configurator-cta .section-area.section-count-1>div .hentry h3{font-size:1.875em}}.extra_template_configurator-cta .section-area.section-count-1>div .hentry p{font-size:1.125em;font-weight:500;color:#444444;padding-top:0;padding-bottom:1.375em}.extra_template_configurator-cta .section-item-title,.extra_template_configurator-cta .hentry p{opacity:.7}.extra_template_configurator-cta .section-area.section-count-1>div .hentry p{padding-bottom:0}.extra_template_configurator-cta .section-area.section-count-1>div:after{background:#43b02a}.extra_template_configurator-cta .section-row .section-area-sideways.section-padding-top-xsmall .section-padding-container{padding-top:1vw}@media (min-width:1600px) and (max-width:1870px){.extra_template_configurator-cta .section-row .section-area-sideways.section-padding-top-xsmall .section-padding-container{padding-top: 1.1vw}}@media (min-width:1200px) and (max-width:1599px){.extra_template_configurator-cta .section-row .section-area-sideways.section-padding-top-xsmall .section-padding-container{padding-top: 16px}}@media (min-width:992px) and (max-width:1199px){.extra_template_configurator-cta .section-row .section-area-sideways.section-padding-top-xsmall .section-padding-container{padding-top: 14px}}@media (max-width:991px){.extra_template_configurator-cta .section-row .section-area-sideways.section-padding-top-xsmall .section-padding-container{padding-top: 12px}}.extra_template_configurator-cta .section-row .section-area-sideways.section-padding-bottom-xsmall .section-padding-container{padding-bottom:1vw}@media (min-width:1600px) and (max-width:1870px){.extra_template_configurator-cta .section-row .section-area-sideways.section-padding-bottom-xsmall .section-padding-container{padding-bottom: 1.1vw}}@media (min-width:1200px) and (max-width:1599px){.extra_template_configurator-cta .section-row .section-area-sideways.section-padding-bottom-xsmall .section-padding-container{padding-bottom: 16px}}@media (min-width:992px) and (max-width:1199px){.extra_template_configurator-cta .section-row .section-area-sideways.section-padding-bottom-xsmall .section-padding-container{padding-bottom: 14px}}@media (max-width:991px){.extra_template_configurator-cta .section-row .section-area-sideways.section-padding-bottom-xsmall .section-padding-container{padding-bottom: 12px}}@media (max-width:767px){.extra_template_configurator-cta .section-row .section-area-sideways.section-padding-bottom-xsmall .section-padding-container{padding-bottom:25px}}.extra_template_configurator-cta .img-container{margin-top:-3em}@media (max-width:991px){.extra_template_configurator-cta .column-element img{max-width:19em}.extra_template_configurator-cta .img-container{margin-top:-2.5em}}@media (min-width:992px){.extra_template_configurator-cta .column-element{width:20%}.extra_template_configurator-cta .column-text{width:80%;padding-left:0}.extra_template_configurator-cta .text-container{margin-left:0;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;padding-left:2em;width:100%}.extra_template_configurator-cta .text-container.container:before,.extra_template_configurator-cta .text-container.container:after,.extra_template_configurator-cta .text-container.row:before,.extra_template_configurator-cta .text-container.row:after,.extra_template_configurator-cta .text-container:before,.extra_template_configurator-cta .text-container:after{display:none}.extra_template_configurator-cta .section-item-title,.extra_template_configurator-cta .hentry{-webkit-flex:1 1 100%;-moz-flex:1 1 100%;-ms-flex:1 1 100%;-o-flex:1 1 100%;flex:1 1 100%}.extra_template_configurator-cta .section-btn{border:none;border-radius:0;background:#43b02a;color:#000000;text-shadow:none;font-weight:700;font-size:1.05rem;position:relative;height:2.2em;line-height:2.15em;padding:0 2.9em 0 .9em !important;margin-right:2.34em;height:2.7em;line-height:2.75em;padding:0 1.2em !important;position:absolute;right:3.2em;margin:0}.extra_template_configurator-cta .section-btn::after{position:absolute;bottom:0;right:-2.34em;width:2.2em;height:100%;background:inherit;display:inline-block;font:normal normal normal 14px/1 FontAwesome;content:"\f054";font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:2.25em;text-align:center}.extra_template_configurator-cta .section-btn::before{position:absolute;content:"";display:block;height:2.2em;width:.14em;right:-0.14em;top:0}.extra_template_configurator-cta .section-btn:hover,.extra_template_configurator-cta .section-btn:active,.extra_template_configurator-cta .section-btn:focus{color:#000000;background:#3c9e26}.extra_template_configurator-cta .section-btn:hover::after,.extra_template_configurator-cta .section-btn:active::after,.extra_template_configurator-cta .section-btn:focus::after{color:inherit;background:inherit}.extra_template_configurator-cta .section-btn:active,.extra_template_configurator-cta .section-btn:active::after{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.extra_template_configurator-cta .section-btn::after{right:-2.87em;width:2.7em;line-height:2.75em}}@media (min-width:992px) and (min-width:992px){.extra_template_configurator-cta .section-btn{margin:0 !important}}.extra_template_configurator-cta .section-area.section-count-1>div>div{padding-left:0}.extra_template_configurator-cta .section-area.section-count-1>div:after{display:none}.extra_template_configurator-cta .section-area.section-count-1>div .hentry h3{font-size:2em;padding-bottom:0;margin-bottom:0}.extra_template_configurator-cta .section-area.section-count-1>div .hentry h3::after{display:none}.extra_template_configurator-cta .section-btn{position:relative;right:0;margin-top:10px !important}.green-link a{color:#43b02a !important}.extra_template_green-bottom-border{border-bottom:2px solid #43b02a}#nav_events{display:none}#tribe-events-pg-template{padding:0}.tribe-events .tribe-events-l-container{padding-top:var(--tec-spacer-5)}.tribe-events .tribe-events-calendar-list__event-date-tag-datetime{padding-top:0}.tribe-common--breakpoint-medium .tribe-events .tribe-events-l-container{padding-top:var(--tec-spacer-9)}a.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button,button.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button{font-weight:600}a.tribe-events-c-nav__prev.tribe-common-b2.tribe-common-b1--min-medium,button.tribe-events-c-nav__prev.tribe-common-b2.tribe-common-b1--min-medium,a.tribe-events-c-nav__next.tribe-common-b2.tribe-common-b1--min-medium,button.tribe-events-c-nav__next.tribe-common-b2.tribe-common-b1--min-medium{font-weight:600}a.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden,button.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden{font-weight:600}.tribe-common a,.tribe-common--breakpoint-medium a,.tribe-common a:active,.tribe-common--breakpoint-medium a:active,.tribe-common a:focus,.tribe-common--breakpoint-medium a:focus,.tribe-common a:hover,.tribe-common--breakpoint-medium a:hover,.tribe-common a:visited,.tribe-common--breakpoint-medium a:visited{color:#43b02a}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a{color:#43b02a;font-weight:600}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover{color:#338720}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%2343b02a'/%3E%3C/svg%3E") 14.28571429% no-repeat}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%23338720'/%3E%3C/svg%3E") 14.28571429% no-repeat}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%2343b02a'/%3E%3C/svg%3E") 0 no-repeat}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%23338720'/%3E%3C/svg%3E") 0 no-repeat}.tribe-common.tribe-events .tribe-events-c-nav__next:not(:disabled),.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:not(:disabled),.tribe-common.tribe-events .tribe-events-c-nav__prev:not(:disabled),.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:not(:disabled){color:#43b02a}.tribe-common.tribe-events .tribe-events-c-nav__next:not(:disabled) .tribe-events-c-nav__prev-icon-svg path,.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:not(:disabled) .tribe-events-c-nav__prev-icon-svg path,.tribe-common.tribe-events .tribe-events-c-nav__prev:not(:disabled) .tribe-events-c-nav__prev-icon-svg path,.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:not(:disabled) .tribe-events-c-nav__prev-icon-svg path,.tribe-common.tribe-events .tribe-events-c-nav__next:not(:disabled) .tribe-events-c-nav__next-icon-svg path,.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:not(:disabled) .tribe-events-c-nav__next-icon-svg path,.tribe-common.tribe-events .tribe-events-c-nav__prev:not(:disabled) .tribe-events-c-nav__next-icon-svg path,.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:not(:disabled) .tribe-events-c-nav__next-icon-svg path{fill:#43b02a}.tribe-common.tribe-events .tribe-events-c-nav__next:not(:disabled):focus,.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:not(:disabled):focus,.tribe-common.tribe-events .tribe-events-c-nav__prev:not(:disabled):focus,.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:not(:disabled):focus,.tribe-common.tribe-events .tribe-events-c-nav__next:not(:disabled):hover,.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:not(:disabled):hover,.tribe-common.tribe-events .tribe-events-c-nav__prev:not(:disabled):hover,.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:not(:disabled):hover{color:#338720}.tribe-common.tribe-events .tribe-events-c-nav__next:not(:disabled):focus .tribe-events-c-nav__prev-icon-svg path,.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:not(:disabled):focus .tribe-events-c-nav__prev-icon-svg path,.tribe-common.tribe-events .tribe-events-c-nav__prev:not(:disabled):focus .tribe-events-c-nav__prev-icon-svg path,.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:not(:disabled):focus .tribe-events-c-nav__prev-icon-svg path,.tribe-common.tribe-events .tribe-events-c-nav__next:not(:disabled):hover .tribe-events-c-nav__prev-icon-svg path,.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:not(:disabled):hover .tribe-events-c-nav__prev-icon-svg path,.tribe-common.tribe-events .tribe-events-c-nav__prev:not(:disabled):hover .tribe-events-c-nav__prev-icon-svg path,.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:not(:disabled):hover .tribe-events-c-nav__prev-icon-svg path,.tribe-common.tribe-events .tribe-events-c-nav__next:not(:disabled):focus .tribe-events-c-nav__next-icon-svg path,.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:not(:disabled):focus .tribe-events-c-nav__next-icon-svg path,.tribe-common.tribe-events .tribe-events-c-nav__prev:not(:disabled):focus .tribe-events-c-nav__next-icon-svg path,.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:not(:disabled):focus .tribe-events-c-nav__next-icon-svg path,.tribe-common.tribe-events .tribe-events-c-nav__next:not(:disabled):hover .tribe-events-c-nav__next-icon-svg path,.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:not(:disabled):hover .tribe-events-c-nav__next-icon-svg path,.tribe-common.tribe-events .tribe-events-c-nav__prev:not(:disabled):hover .tribe-events-c-nav__next-icon-svg path,.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:not(:disabled):hover .tribe-events-c-nav__next-icon-svg path{fill:#338720}.tribe-events .tribe-events-c-nav__next:disabled,.tribe-events .tribe-events-c-nav__prev:disabled{font-size:16px}.tribe-events .tribe-events-calendar-latest-past__event-row,.tribe-events .tribe-events-calendar-list__month-separator+.tribe-events-calendar-list__event-row,.tribe-events .tribe-events-calendar-list__event-row{margin:var(--tec-spacer-5) var(--tec-grid-gutter-half-negative);padding:var(--tec-spacer-4) var(--tec-grid-gutter-half-negative);background-color:#ffffff}.tribe-events .tribe-events-c-view-selector__button:before:before{background-color:#43b02a}.tribe-events .tribe-events-calendar-latest-past__event-venue{margin-bottom:0}h3.tribe-events-calendar-latest-past__event-title.tribe-common-h6.tribe-common-h4--min-medium,h3.tribe-events-calendar-list__event-title.tribe-common-h6.tribe-common-h4--min-medium{padding:.2855em 0}.tribe-common .tribe-common-c-btn-border,.tribe-common a.tribe-common-c-btn-border{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3);font-weight:var(--tec-font-weight-regular);font-weight:var(--tec-font-weight-bold);border:none;cursor:pointer;display:inline-block;height:auto;padding:0;text-decoration:none;text-transform:uppercase;width:auto;background-color:#43b02a;border:1px solid #43b02a;border-radius:0;text-align:center;transition:var(--tec-transition);color:#ffffff;padding:11px 20px;width:100%}.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover{background:#338720}.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button.tribe-events-c-subscribe-dropdown__button-text,.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button.tribe-events-c-subscribe-dropdown__button-text{text-transform:uppercase}.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list,.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list{transform:none}.single-tribe_events .datepicker .day.active,.tribe-events .datepicker .day.active,.single-tribe_events .datepicker .month.active,.tribe-events .datepicker .month.active,.single-tribe_events .datepicker .year.active,.tribe-events .datepicker .year.active,.single-tribe_events .datepicker .day.active.focused,.tribe-events .datepicker .day.active.focused,.single-tribe_events .datepicker .month.active.focused,.tribe-events .datepicker .month.active.focused,.single-tribe_events .datepicker .year.active.focused,.tribe-events .datepicker .year.active.focused,.single-tribe_events .datepicker .day.active:focus,.tribe-events .datepicker .day.active:focus,.single-tribe_events .datepicker .month.active:focus,.tribe-events .datepicker .month.active:focus,.single-tribe_events .datepicker .year.active:focus,.tribe-events .datepicker .year.active:focus,.single-tribe_events .datepicker .day.active:hover,.tribe-events .datepicker .day.active:hover,.single-tribe_events .datepicker .month.active:hover,.tribe-events .datepicker .month.active:hover,.single-tribe_events .datepicker .year.active:hover,.tribe-events .datepicker .year.active:hover{background:#43b02a}.tribe-events-style-theme .post-row.grid-archive-row{background:#eeeeee}.single-tribe_events .tribe-events-single .post-wrapper .hentry .content{padding:30px}.single-tribe_events .tribe-events-single .post-wrapper .hentry .content .page-title ol,.single-tribe_events .tribe-events-single .post-wrapper .hentry .content .page-title ul{padding-left:0;list-style-type:none}.single-tribe_events .tribe-events-single .post-wrapper .hentry .content .page-title ol li,.single-tribe_events .tribe-events-single .post-wrapper .hentry .content .page-title ul li{padding-top:0}.single-tribe_events .tribe-events-single .tribe-common .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown{margin:0}.single-tribe_events .tribe-events-single .tribe-events-event-meta{background:#ffffff;margin:30px 0;padding:30px}.single-tribe_events .tribe-events-single .tribe-events-event-meta:before{border-top:0}.single-tribe_events .tribe-events-event-meta{background:#ffffff}.tribe-events-meta-group{padding:0}.tribe-events-meta-group a{color:#43b02a}.tribe-events-meta-group a:focus,.tribe-events-meta-group a:hover{color:#338720}.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container,.tribe-block__events-link .tribe-events .tribe-events-c-subscribe-dropdown__container{width:fit-content}ul.tribe-events-sub-nav{padding:0}svg.tribe-common-c-svgicon.tribe-common-c-svgicon--dot.tribe-common-c-loader__dot{color:#43b02a}@media (min-width:768px){.tribe-events-meta-group.tribe-events-meta-group-gmap{flex-basis:100%}.tribe-events-meta-group.tribe-events-meta-group-gmap .tribe-events-venue-map{width:100%}}@media (min-width:1200px) and (max-width:1599px){.single-tribe_events .post-row .content{padding:2em 25px}.single-tribe_events .post-row .hentry{margin-bottom:30px}}#searchform{display:inline-block}body.search-results h1.standalone{margin-bottom:1.25em;padding-left:0}body.search-results h1.standalone span{display:inline-block}body.search-results .searchwp-highlight{margin:0 -0.175em;padding:0 .175em;background:#64cb4c}body.search-results .post-row{background:#FFF;padding-bottom:3rem}body.search-results .post-row .pagination{margin:0;padding:2em 0 1.5em}@media (max-width:767px){body.search-results .search-results-wrapper{max-width:550px;padding-left:20px;padding-right:20px;margin-left:auto;margin-right:auto}}body.search-results .post-row .post-wrapper{padding:2em 0}body.search-results .post-row .post-wrapper>*{background:#FFF;margin:0;padding:0}body.search-results .post-row .post-wrapper .content{max-width:100%;padding:0}body.search-results .post-row .post-wrapper .page-title .title{position:relative;z-index:0;font-size:1.846em;padding-top:0;padding-bottom:.571em}body.search-results .post-row .post-wrapper .page-title .title a{position:relative}body.search-results .post-row .post-wrapper .page-title .title .searchwp-highlight{position:relative;z-index:-1}body.search-results .post-row .post-wrapper .page-title .meta-date{display:none}body.search-results .post-row .post-wrapper .read-more{padding:0}.mega-menu-nav .thumbnail-menu.sw-service-menu .menu-image-item{margin-left:0;clear:none;border:none;padding-top:0}.mega-menu-nav .thumbnail-menu.sw-service-menu .menu-image-item:nth-child(3n + 3){clear:unset}.mega-menu-nav .thumbnail-menu.sw-service-menu .menu-image-item:nth-child(n + 7){padding-top:2.5rem}.main-wrapper div.sw-service-listing div.sw-service-item{margin-left:0;clear:none;border:none;padding-top:0}.main-wrapper div.sw-service-listing div.sw-service-item:nth-child(4n + 1){clear:left}.main-wrapper div.sw-service-listing div.sw-service-item:nth-child(n + 5){padding-top:2.5rem}@media (max-width:1199px){.main-wrapper div.sw-service-listing div.sw-service-item{width:33.333%}.main-wrapper div.sw-service-listing div.sw-service-item .sw-service-logo{padding-right:1em}.main-wrapper div.sw-service-listing div.sw-service-item:nth-child(4n + 1){clear:none}.main-wrapper div.sw-service-listing div.sw-service-item:nth-child(n + 5){padding-top:0}.main-wrapper div.sw-service-listing div.sw-service-item:nth-child(3n + 1){clear:left}.main-wrapper div.sw-service-listing div.sw-service-item:nth-child(n + 4){padding-top:2.5rem}}@media (max-width:991px){.main-wrapper div.sw-service-listing div.sw-service-item{width:50%}.main-wrapper div.sw-service-listing div.sw-service-item .sw-service-logo{padding-right:.5em}.main-wrapper div.sw-service-listing div.sw-service-item:nth-child(3n + 1){clear:none}.main-wrapper div.sw-service-listing div.sw-service-item:nth-child(n + 4){padding-top:0}.main-wrapper div.sw-service-listing div.sw-service-item:nth-child(2n + 1){clear:left}.main-wrapper div.sw-service-listing div.sw-service-item:nth-child(n + 3){padding-top:2.5rem}}@media (max-width:767px){.main-wrapper div.sw-service-listing div.sw-service-item{font-size:.9em}}.location-meta .fa-ul{margin-left:1.25em;margin-bottom:.75em}.location-meta .fa-ul .fa-li{text-align:left;left:-1.25em;width:1.25em;padding-left:.1em}.location-meta .btn{border:none;border-radius:0;background:#43b02a;color:#000000;text-shadow:none;font-weight:700;font-size:.813rem;position:relative;height:2.2em;line-height:2.15em;padding:0 2.9em 0 .9em !important;margin-right:2.34em;line-height:2.2em}.location-meta .btn::after{position:absolute;bottom:0;right:-2.34em;width:2.2em;height:100%;background:inherit;display:inline-block;font:normal normal normal 14px/1 FontAwesome;content:"\f054";font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:2.25em;text-align:center}.location-meta .btn::before{position:absolute;content:"";display:block;height:2.2em;width:.14em;right:-0.14em;top:0}.location-meta .btn:hover,.location-meta .btn:active,.location-meta .btn:focus{color:#000000;background:#3c9e26}.location-meta .btn:hover::after,.location-meta .btn:active::after,.location-meta .btn:focus::after{color:inherit;background:inherit}.location-meta .btn:active,.location-meta .btn:active::after{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}@media (min-width:768px){.page-template-template-locations-map .filter-input-row,.page-template-template-dealers-map .filter-input-row{height:700px}}.page-template-template-locations-map .location-input-container,.page-template-template-dealers-map .location-input-container{width:100%}.page-template-template-locations-map .location-input-container .locate-me,.page-template-template-dealers-map .location-input-container .locate-me{margin-left:0;border:none;border-radius:0;background:#43b02a;color:#000000;text-shadow:none;font-weight:700;font-size:.857rem;position:relative;height:2.2em;line-height:2.15em;padding:0 2.9em 0 .9em !important;margin-right:2.34em}.page-template-template-locations-map .location-input-container .locate-me::after,.page-template-template-dealers-map .location-input-container .locate-me::after{position:absolute;bottom:0;right:-2.34em;width:2.2em;height:100%;background:inherit;display:inline-block;font:normal normal normal 14px/1 FontAwesome;content:"\f124";font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:2.25em;text-align:center}.page-template-template-locations-map .location-input-container .locate-me::before,.page-template-template-dealers-map .location-input-container .locate-me::before{position:absolute;content:"";display:block;height:2.2em;width:.14em;right:-0.14em;top:0}.page-template-template-locations-map .location-input-container .locate-me:hover,.page-template-template-dealers-map .location-input-container .locate-me:hover,.page-template-template-locations-map .location-input-container .locate-me:active,.page-template-template-dealers-map .location-input-container .locate-me:active,.page-template-template-locations-map .location-input-container .locate-me:focus,.page-template-template-dealers-map .location-input-container .locate-me:focus{color:#000000;background:#3c9e26}.page-template-template-locations-map .location-input-container .locate-me:hover::after,.page-template-template-dealers-map .location-input-container .locate-me:hover::after,.page-template-template-locations-map .location-input-container .locate-me:active::after,.page-template-template-dealers-map .location-input-container .locate-me:active::after,.page-template-template-locations-map .location-input-container .locate-me:focus::after,.page-template-template-dealers-map .location-input-container .locate-me:focus::after{color:inherit;background:inherit}.page-template-template-locations-map .location-input-container .locate-me:active,.page-template-template-dealers-map .location-input-container .locate-me:active,.page-template-template-locations-map .location-input-container .locate-me:active::after,.page-template-template-dealers-map .location-input-container .locate-me:active::after{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.page-template-template-locations-map .filter-input-row,.page-template-template-dealers-map .filter-input-row{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:column;-moz-flex-flow:column;-ms-flex-flow:column;-o-flex-flow:column;flex-flow:column;background:#eeeeee;padding:0}.page-template-template-locations-map .filter-input-row .title,.page-template-template-dealers-map .filter-input-row .title{margin-top:0;line-height:1.1;position:relative;padding:0 0 .5em 0;margin:0 0 .5em 0}.page-template-template-locations-map .filter-input-row .title::after,.page-template-template-dealers-map .filter-input-row .title::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}.page-template-template-locations-map .filter-input-row .location-input-wrapper,.page-template-template-dealers-map .filter-input-row .location-input-wrapper{-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;-o-flex:0 0 auto;flex:0 0 auto;padding:25px 15px;border-bottom:2px solid #c8c8c8}.page-template-template-locations-map .filter-input-row .location-input-wrapper .location-input-container,.page-template-template-dealers-map .filter-input-row .location-input-wrapper .location-input-container{margin-top:.6em}.page-template-template-locations-map .filter-input-row .location-input-wrapper .location-input-container #location-input,.page-template-template-dealers-map .filter-input-row .location-input-wrapper .location-input-container #location-input{width:100%;margin:0;padding-left:28px}.page-template-template-locations-map .filter-input-row .or-label,.page-template-template-dealers-map .filter-input-row .or-label{margin:0 0 0 .4em;line-height:30px}.page-template-template-locations-map .filter-input-row .input-wrap .search-icon,.page-template-template-dealers-map .filter-input-row .input-wrap .search-icon{position:absolute;top:47%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);color:#888;left:7px}.page-template-template-locations-map .filter-input-row .input-wrap .location-reset,.page-template-template-dealers-map .filter-input-row .input-wrap .location-reset{right:7px}.page-template-template-locations-map .filter-input-row .input-wrap .location-reset::before,.page-template-template-dealers-map .filter-input-row .input-wrap .location-reset::before{width:16px;height:16px;background-size:16px 16px !important}.page-template-template-locations-map .locations-wrapper,.page-template-template-dealers-map .locations-wrapper{overflow-y:scroll;-webkit-flex:1 1 auto;-moz-flex:1 1 auto;-ms-flex:1 1 auto;-o-flex:1 1 auto;flex:1 1 auto;padding:25px 15px}.page-template-template-locations-map .locations-wrapper .locations,.page-template-template-dealers-map .locations-wrapper .locations{margin:0}.page-template-template-locations-map .locations-wrapper .location,.page-template-template-dealers-map .locations-wrapper .location{border:none;border-radius:0;margin-top:0;box-shadow:none;background:transparent;cursor:auto;margin-bottom:.4rem}.page-template-template-locations-map .locations-wrapper .location:not(:first-child),.page-template-template-dealers-map .locations-wrapper .location:not(:first-child){padding-top:.25em}.page-template-template-locations-map .locations-wrapper .location .location-distance,.page-template-template-dealers-map .locations-wrapper .location .location-distance{display:none;font-size:.875em;font-weight:700;color:#444444}.page-template-template-locations-map .locations-wrapper .location .panel-heading,.page-template-template-dealers-map .locations-wrapper .location .panel-heading{border-bottom:0}.page-template-template-locations-map .locations-wrapper .location .addad-filter-heading p,.page-template-template-dealers-map .locations-wrapper .location .addad-filter-heading p{text-transform:none}.page-template-template-locations-map .locations-wrapper .location .addad-filter-heading a:hover,.page-template-template-dealers-map .locations-wrapper .location .addad-filter-heading a:hover,.page-template-template-locations-map .locations-wrapper .location .addad-filter-heading a:focus,.page-template-template-dealers-map .locations-wrapper .location .addad-filter-heading a:focus{text-decoration:none}.page-template-template-locations-map .locations-wrapper .location .location-info,.page-template-template-dealers-map .locations-wrapper .location .location-info{background:#e6e6e6}.page-template-template-locations-map .locations-wrapper .location .location-info .panel-body,.page-template-template-dealers-map .locations-wrapper .location .location-info .panel-body{border:none;font-size:.938em}.page-template-template-locations-map .locations-wrapper .location-title .addad-arrow-button::before,.page-template-template-dealers-map .locations-wrapper .location-title .addad-arrow-button::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.page-template-template-locations-map .locations-wrapper .location-title .addad-arrow-button::after,.page-template-template-dealers-map .locations-wrapper .location-title .addad-arrow-button::after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.page-template-template-locations-map .locations-wrapper .location-title.collapsed .addad-arrow-button::before,.page-template-template-dealers-map .locations-wrapper .location-title.collapsed .addad-arrow-button::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);right:10px}.page-template-template-locations-map .locations-wrapper .location-title.collapsed .addad-arrow-button::after,.page-template-template-dealers-map .locations-wrapper .location-title.collapsed .addad-arrow-button::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);right:5px}.page-template-template-locations-map .locations-wrapper .locations[data-order="distance"] .location .location-title .location-distance,.page-template-template-dealers-map .locations-wrapper .locations[data-order="distance"] .location .location-title .location-distance{display:inline}.page-template-template-locations-map .locations-wrapper .locations[data-order="distance"] .location:not(.-very-far)+.location.-very-far,.page-template-template-dealers-map .locations-wrapper .locations[data-order="distance"] .location:not(.-very-far)+.location.-very-far{margin-top:1.5em}.page-template-template-locations-map .locations-wrapper .locations[data-order="distance"] .location.-very-far .location-title>p,.page-template-template-dealers-map .locations-wrapper .locations[data-order="distance"] .location.-very-far .location-title>p{opacity:.6}.page-template-template-locations-map .location-marker-info .location-meta .fa-ul,.page-template-template-dealers-map .location-marker-info .location-meta .fa-ul{margin-top:.5em}.page-template-template-locations-map .location-marker-info .location-meta .btn,.page-template-template-dealers-map .location-marker-info .location-meta .btn{border:none;border-radius:0;background:#43b02a;color:#000000;text-shadow:none;font-weight:700;font-size:.75rem;position:relative;height:2.2em;line-height:2.15em;padding:0 2.9em 0 .9em !important;margin-right:2.34em;line-height:2.2em}.page-template-template-locations-map .location-marker-info .location-meta .btn::after,.page-template-template-dealers-map .location-marker-info .location-meta .btn::after{position:absolute;bottom:0;right:-2.34em;width:2.2em;height:100%;background:inherit;display:inline-block;font:normal normal normal 14px/1 FontAwesome;content:"\f054";font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:2.25em;text-align:center}.page-template-template-locations-map .location-marker-info .location-meta .btn::before,.page-template-template-dealers-map .location-marker-info .location-meta .btn::before{position:absolute;content:"";display:block;height:2.2em;width:.14em;right:-0.14em;top:0}.page-template-template-locations-map .location-marker-info .location-meta .btn:hover,.page-template-template-dealers-map .location-marker-info .location-meta .btn:hover,.page-template-template-locations-map .location-marker-info .location-meta .btn:active,.page-template-template-dealers-map .location-marker-info .location-meta .btn:active,.page-template-template-locations-map .location-marker-info .location-meta .btn:focus,.page-template-template-dealers-map .location-marker-info .location-meta .btn:focus{color:#000000;background:#3c9e26}.page-template-template-locations-map .location-marker-info .location-meta .btn:hover::after,.page-template-template-dealers-map .location-marker-info .location-meta .btn:hover::after,.page-template-template-locations-map .location-marker-info .location-meta .btn:active::after,.page-template-template-dealers-map .location-marker-info .location-meta .btn:active::after,.page-template-template-locations-map .location-marker-info .location-meta .btn:focus::after,.page-template-template-dealers-map .location-marker-info .location-meta .btn:focus::after{color:inherit;background:inherit}.page-template-template-locations-map .location-marker-info .location-meta .btn:active,.page-template-template-dealers-map .location-marker-info .location-meta .btn:active,.page-template-template-locations-map .location-marker-info .location-meta .btn:active::after,.page-template-template-dealers-map .location-marker-info .location-meta .btn:active::after{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}body.page-template-template-brand-overview .main-wrapper-content .post-row,body.page-template-template-service-overview .main-wrapper-content .post-row{background:#FFF;padding-top:3.5em;padding-bottom:3.5em}body.page-template-template-brand-overview .main-wrapper-content .post-row .container,body.page-template-template-service-overview .main-wrapper-content .post-row .container{width:100%}div.sw-brand-listing,div.sw-service-listing{float:left;width:100%}div.sw-brand-listing div.sw-brand-item,div.sw-service-listing div.sw-brand-item,div.sw-brand-listing div.sw-service-item,div.sw-service-listing div.sw-service-item{float:left;clear:none;margin:0;padding:0;padding-left:2%}div.sw-brand-listing div.sw-brand-item .sw-brand-logo img,div.sw-service-listing div.sw-brand-item .sw-brand-logo img,div.sw-brand-listing div.sw-service-item .sw-brand-logo img,div.sw-service-listing div.sw-service-item .sw-brand-logo img,div.sw-brand-listing div.sw-brand-item .sw-service-logo img,div.sw-service-listing div.sw-brand-item .sw-service-logo img,div.sw-brand-listing div.sw-service-item .sw-service-logo img,div.sw-service-listing div.sw-service-item .sw-service-logo img{margin:0 auto}div.sw-service-listing div.sw-service-item{width:25%}div.sw-brand-listing div.sw-brand-item{width:11.111%}div.sw-brand-listing div.sw-brand-item:nth-child(9n + 1){margin-left:-1%;clear:left}div.sw-brand-listing div.sw-brand-item:nth-child(n+10){padding-top:1.563em}@media (min-width:768px) and (max-width:991px){body.page-template-template-brand-overview div.sw-brand-listing div.sw-brand-item{width:16.666%;margin-left:0;padding-top:0;clear:none}body.page-template-template-brand-overview div.sw-brand-listing div.sw-brand-item:nth-child(6n + 1){margin-left:-1.5%;clear:left}body.page-template-template-brand-overview div.sw-brand-listing div.sw-brand-item:nth-child(n+7){padding-top:1em}}@media (min-width:480px) and (max-width:767px){body.page-template-template-brand-overview div.sw-brand-listing div.sw-brand-item{width:20%;margin-left:0;padding-top:0;clear:none}body.page-template-template-brand-overview div.sw-brand-listing div.sw-brand-item:nth-child(5n + 1){margin-left:-1.5%;clear:left}body.page-template-template-brand-overview div.sw-brand-listing div.sw-brand-item:nth-child(n+6){padding-top:1em}}@media (max-width:479px){body.page-template-template-brand-overview div.sw-brand-listing div.sw-brand-item{width:25%;margin-left:0;padding-top:0;clear:none}body.page-template-template-brand-overview div.sw-brand-listing div.sw-brand-item:nth-child(4n + 1){margin-left:-1.5%;clear:left}body.page-template-template-brand-overview div.sw-brand-listing div.sw-brand-item:nth-child(n+5){padding-top:1em}body.page-template-template-brand-overview div.sw-brand-listing div.sw-brand-item span{font-size:.813em}}.page-template-template-new-timeline .banner-container{position:relative;text-align:center;display:block}.page-template-template-new-timeline .banner-container .banner_title{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center;font-size:1.5rem}@media (min-width:480px){.page-template-template-new-timeline .banner-container .banner_title{font-size:2rem}}@media (min-width:768px){.page-template-template-new-timeline .banner-container .banner_title{font-size:3rem}}@media (min-width:1200px){.page-template-template-new-timeline .banner-container .banner_title{font-size:5rem;margin-bottom:3rem}}.page-template-template-new-timeline .post-row{padding-top:0}.page-template-template-new-timeline .post-row .row>div{margin-top:-8vw}@media (min-width:768px){.page-template-template-new-timeline .post-row .row>div{margin-top:-7.5vw}}.page-template-template-new-timeline .page-title .title{padding-left:.25em}.page-template-template-new-timeline .cbp_tmtimeline{position:relative;padding:5em 0;list-style:none}.page-template-template-new-timeline .cbp_tmtimeline:before{content:'';position:absolute;top:0;bottom:0;left:50%;width:10px;background:#85cc75;transform:translateX(-50%)}.page-template-template-new-timeline .cbp_tmtimeline:after{content:'';display:block;clear:both}.page-template-template-new-timeline .cbp_tmtimeline>li{position:relative;width:50%;margin:-2.5% 0;clear:both}.page-template-template-new-timeline .cbp_tmtimeline>li.timeline-entry{float:none;display:block}.page-template-template-new-timeline .cbp_tmtimeline>li.timeline-entry.ljus .cbp_tmlabel,.page-template-template-new-timeline .cbp_tmtimeline>li.timeline-entry.ljus .cbp_tmlabel{background:#ededed}.page-template-template-new-timeline .cbp_tmtimeline>li.timeline-entry.mörk .cbp_tmlabel,.page-template-template-new-timeline .cbp_tmtimeline>li.timeline-entry.mörk .cbp_tmlabel{background:#e0e0e0}.page-template-template-new-timeline .cbp_tmtimeline>li.timeline-left{float:left;clear:both;padding-right:50px}@media (min-width:768px){.page-template-template-new-timeline .cbp_tmtimeline>li.timeline-left.ljus .cbp_tmlabel:after,.page-template-template-new-timeline .cbp_tmtimeline>li.timeline-left.ljus .cbp_tmlabel:after{border-left-color:#ededed}.page-template-template-new-timeline .cbp_tmtimeline>li.timeline-left.mörk .cbp_tmlabel:after,.page-template-template-new-timeline .cbp_tmtimeline>li.timeline-left.mörk .cbp_tmlabel:after{border-left-color:#e0e0e0}}.page-template-template-new-timeline .cbp_tmtimeline>li.timeline-right{float:right;clear:both;padding-left:50px}@media (min-width:768px){.page-template-template-new-timeline .cbp_tmtimeline>li.timeline-right.ljus .cbp_tmlabel:after,.page-template-template-new-timeline .cbp_tmtimeline>li.timeline-right.ljus .cbp_tmlabel:after{border-right-color:#ededed}.page-template-template-new-timeline .cbp_tmtimeline>li.timeline-right.mörk .cbp_tmlabel:after,.page-template-template-new-timeline .cbp_tmtimeline>li.timeline-right.mörk .cbp_tmlabel:after{border-right-color:#e0e0e0}}.page-template-template-new-timeline .cbp_tmdate{position:absolute;top:1%;width:45px;height:45px;background:#43b02a;border-radius:50%;box-shadow:0 0 0 9px #85cc75;text-align:center;font-size:1.5rem;font-family:"Roboto Condensed Medium";line-height:normal}.page-template-template-new-timeline .cbp_tmdate p{height:100%;font-weight:800;color:#FFF;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.page-template-template-new-timeline .timeline-left .cbp_tmdate{right:-22.5px}.page-template-template-new-timeline .timeline-right .cbp_tmdate{left:-22.5px}.page-template-template-new-timeline .timeline-left:has(> .no-date) .cbp_tmdate{right:-10px}@media (max-width:767px){.page-template-template-new-timeline .timeline-left:has(> .no-date) .cbp_tmdate{left:32px;right:0}}.page-template-template-new-timeline .timeline-right:has(> .no-date) .cbp_tmdate{left:-10px}@media (max-width:767px){.page-template-template-new-timeline .timeline-right:has(> .no-date) .cbp_tmdate{left:32px;right:0}}.page-template-template-new-timeline .timeline-left .cbp_tmdate.no-date,.page-template-template-new-timeline .timeline-right .cbp_tmdate.no-date{width:20px;height:20px;top:7.5%;box-shadow:0 0 0 7px #85cc75}@media (max-width:767px){.page-template-template-new-timeline .timeline-left .cbp_tmdate.no-date,.page-template-template-new-timeline .timeline-right .cbp_tmdate.no-date{position:absolute;top:16%}}.page-template-template-new-timeline .cbp_tmlabel{padding:3em;border-radius:4px;position:relative}.page-template-template-new-timeline .cbp_tmlabel .steelwrist-underline{font-size:1.8rem}@media (min-width:768px){.page-template-template-new-timeline .cbp_tmlabel .steelwrist-underline{margin-top:-0.75em}}.page-template-template-new-timeline .cbp_tmlabel>div{display:flow-root}.page-template-template-new-timeline .cbp_tmlabel p{font-size:1rem}.page-template-template-new-timeline .cbp_tmlabel a.btn{margin-top:1rem}@media (min-width:768px) and (max-width:991px){.page-template-template-new-timeline .cbp_tmlabel img.alignright{float:none}}@media (min-width:992px){.page-template-template-new-timeline .cbp_tmlabel img.alignright{margin:-8% 0 15px 20px}}.page-template-template-new-timeline .timeline-left .cbp_tmlabel:after{content:'';position:absolute;right:-20px;top:20px;border:10px solid transparent;border-left-color:#dddddd}.page-template-template-new-timeline .timeline-right .cbp_tmlabel:after{content:'';position:absolute;left:-20px;top:20px;border:10px solid transparent;border-right-color:#dddddd}@media screen and (max-width:65.375em){.page-template-template-new-timeline .cbp_tmtimeline>li .cbp_tmtime span:last-child{font-size:1.5em}}@media screen and (max-width:47.2em){.page-template-template-new-timeline .cbp_tmtimeline:before{display:none}.page-template-template-new-timeline .cbp_tmtimeline>li{width:100%;margin:0}.page-template-template-new-timeline .cbp_tmtimeline>li.timeline-left,.page-template-template-new-timeline .cbp_tmtimeline>li.timeline-right{float:none;clear:both;padding:2em 0}.page-template-template-new-timeline .cbp_tmtimeline>li.timeline-entry{float:none;display:block}.page-template-template-new-timeline .cbp_tmtimeline>li.timeline-entry:nth-child(odd) .cbp_tmlabel{background:#e0e0e0}.page-template-template-new-timeline .cbp_tmtimeline>li.timeline-entry:nth-child(even) .cbp_tmlabel{background:#ededed}.page-template-template-new-timeline .cbp_tmlabel{background:#eeeeee;margin:0 0 60px 0;padding:1em;font-weight:400;font-size:95%}.page-template-template-new-timeline .cbp_tmtimeline>li .cbp_tmlabel:after,.page-template-template-new-timeline .cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after{right:auto;left:32.5px;border-right-color:transparent;border-bottom-color:#e0e0e0;top:-20px}.page-template-template-new-timeline .cbp_tmtimeline>li:nth-child(even) .cbp_tmlabel:after{right:auto;left:32.5px;border-right-color:transparent;border-bottom-color:#ededed;top:-20px}.page-template-template-new-timeline .timeline-left .cbp_tmlabel:after{border-left-color:transparent}.page-template-template-new-timeline .cbp_tmtimeline>li .cbp_tmtime{width:100%;position:relative;padding:0 0 20px 0}.page-template-template-new-timeline .cbp_tmtimeline>li .cbp_tmtime span{text-align:left}.page-template-template-new-timeline .cbp_tmtimeline>li .cbp_tmdate{position:relative;float:left;left:20px;margin:-65px 5px 0 0}}.page-template-template-timeline .cbp_tmtimeline{margin:30px 0 2.687rem 0;padding:0;list-style:none;position:relative}.page-template-template-timeline .cbp_tmtimeline:before{content:'';position:absolute;top:0;bottom:0;width:10px;background:#85cc75;left:20%;margin-left:-10px}.page-template-template-timeline .cbp_tmtimeline>li{position:relative}.page-template-template-timeline .cbp_tmtimeline>li .cbp_tmtime{display:block;width:25%;padding-right:100px;position:absolute}@media (max-width:1599px){.page-template-template-timeline .cbp_tmtimeline>li .cbp_tmtime{width:27%}}.page-template-template-timeline .cbp_tmtimeline>li .cbp_tmtime span{display:block;text-align:right;font-size:1.8em;color:#43b02a;font-weight:500;line-height:1}.page-template-template-timeline .cbp_tmtimeline>li .cbp_tmlabel{margin:0 0 15px 25%;background:#dddddd;padding:2em;position:relative}.page-template-template-timeline .cbp_tmtimeline>li .cbp_tmlabel h2{font-size:2em;font-weight:700}.page-template-template-timeline .cbp_tmtimeline>li .cbp_tmlabel:after{right:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#dddddd;border-width:10px;top:10px}.page-template-template-timeline .cbp_tmtimeline>li .cbp_tmicon{width:40px;height:40px;font-size:1.4em;line-height:40px;-webkit-font-smoothing:antialiased;position:absolute;color:#fff;background:#43b02a;border-radius:50%;box-shadow:0 0 0 8px #85cc75;text-align:center;left:20%;top:0;margin:0 0 0 -25px}.page-template-template-timeline .cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel{background:#eeeeee}.page-template-template-timeline .cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after{border-right-color:#eeeeee}.page-template-template-timeline .cbp_tmtimeline.section-animate-on-load .cbp_tmtime:not(.animated),.page-template-template-timeline .cbp_tmtimeline.section-animate-on-scroll .cbp_tmtime:not(.animated),.page-template-template-timeline .cbp_tmtimeline.section-animate-on-load .cbp_tmlabel:not(.animated),.page-template-template-timeline .cbp_tmtimeline.section-animate-on-scroll .cbp_tmlabel:not(.animated){visibility:hidden}@media screen and (max-width:65.375em){.page-template-template-timeline .cbp_tmtimeline>li .cbp_tmtime span:last-child{font-size:1.5em}}@media screen and (max-width:47.2em){.page-template-template-timeline .cbp_tmtimeline:before{display:none}.page-template-template-timeline .cbp_tmtimeline>li .cbp_tmtime{width:100%;position:relative;padding:0 0 20px 0}.page-template-template-timeline .cbp_tmtimeline>li .cbp_tmtime span{text-align:left}.page-template-template-timeline .cbp_tmtimeline>li .cbp_tmlabel{margin:0 0 30px 0;padding:1em;font-weight:400;font-size:95%}.page-template-template-timeline .cbp_tmtimeline>li .cbp_tmlabel:after{right:auto;left:20px;border-right-color:transparent;border-bottom-color:#dddddd;top:-20px}.page-template-template-timeline .cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after{border-right-color:transparent;border-bottom-color:#eeeeee}.page-template-template-timeline .cbp_tmtimeline>li .cbp_tmicon{position:relative;float:right;left:auto;margin:-55px 5px 0 0}}.media-menu{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;padding:0;margin:0 -1.5em;margin-bottom:1.5em;font-weight:700;font-size:1.15em}.media-menu.container:before,.media-menu.container:after,.media-menu.row:before,.media-menu.row:after,.media-menu:before,.media-menu:after{display:none}.media-menu h1{display:inline;font-size:1em;letter-spacing:normal;font-weight:inherit;line-height:inherit}.media-menu a{color:inherit;text-decoration:none;padding:.35em .75em;border-bottom:3px solid #dddddd}.media-menu>li{padding:.5em 1.5em}.media-menu>li.active a{border-color:#43b02a}@media (max-width:991px){.media-menu{margin-left:-1em;margin-right:-1em}.media-menu>li{padding-left:1em;padding-right:1em}}.media-menu-description{margin-left:auto;margin-right:auto;margin-bottom:1.5em;max-width:35rem;text-align:left}.media-grid>.container-fluid{max-width:1840px;padding:0 15px}@media (min-width:992px){.media-grid>.container-fluid{padding:0 30px}}@media (min-width:1600px){.media-grid>.container-fluid{padding:0 50px}}.media-grid .sw-media{padding-top:15px;padding-bottom:15px}.media-grid .sw-media>a{overflow:hidden}.media-grid .sw-media img{width:100%}.media-grid .sw-media img.yt-fallback{margin-top:-9.4%;margin-bottom:-9.4%}.media-grid .sw-media .-body{border:1px solid #e6e6e6;border-top:none;padding:1.25rem 1.563rem}.media-grid .sw-media h3{position:relative;padding:0 0 .75em 0;margin:0 0 .75em 0;margin-top:0;line-height:1.2}.media-grid .sw-media h3::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}.media-grid .sw-media h3::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}.media-grid .sw-media .-content>*:last-child{padding-bottom:0;margin-bottom:0}@media (min-width:1200px){.media-grid .row{margin:0 -30px}.media-grid .sw-media{padding:30px}}@media (max-width:767px){.media-grid .sw-media:nth-of-type(2n + 1){clear:left}}@media (min-width:768px){.media-grid .sw-media:nth-of-type(3n + 1){clear:left}}html,body{position:relative;min-height:100%;height:auto}body{overflow-x:hidden}body.logged-in .lc_button_tooltip--container{display:none !important}.hentry table td,body.wp-editor table td,.hentry table.mceItemTable td,body.wp-editor table.mceItemTable td{border-right:1px solid #ACACAC;border-right-width:thin;font-size:1rem}.hentry ol,body.wp-editor ol{list-style-type:decimal}.sw-icon-fast-forward.fa,.sw-icon-labyrinth.fa,.sw-icon-ear.fa{font-family:"steelwrist-icons"}.sw-icon-fast-forward:before{content:'\e802'}.sw-icon-labyrinth:before{content:'\e800'}.sw-icon-ear:before{content:'\e801'}.cd-main-content{position:relative;z-index:1;min-height:0}html #wpadminbar{border-bottom:1px solid #000}@media screen and (max-width:600px){html #wpadminbar{top:-46px}}@media screen and (max-width:600px){.header-wrapper .post-edit-link{right:auto;left:8px}}.section-row-column-background .section-single{text-shadow:none}.section_bg>img,.img-background>img{color:transparent}.steelwrist-underline{position:relative;padding:0 0 .75em 0;margin:0 0 .75em 0}.steelwrist-underline::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}.steelwrist-blockqoute{position:relative;padding:0 0 0 0;margin:0 0 0 0}.steelwrist-blockqoute::after{position:absolute;content:"";display:block;bottom:0;left:0;width:7px;height:3px;background:#43b02a}.steelwrist-blockqoute::after{background:#c8c8c8;height:calc(100% -  60px);top:30px}@media (max-width:767px){.tooltip{display:none !important}}html.touch .tooltip{display:none !important}#addad_modal .modal-full{background:transparent linear-gradient(180deg, #FFF 0, #efefef 100%) 0 0 no-repeat padding-box;width:100%;max-width:100vw;scrollbar-color:#000000;margin-left:0;padding-left:1em;-webkit-transition:-webkit-transform .3s ease-in-out;-moz-transition:-moz-transform .3s ease-in-out;-o-transition:-o-transform .3s ease-in-out;transition:transform .3s ease-in-out;-webkit-transform:translate(-100%, 0);-ms-transform:translate(-100%, 0);-o-transform:translate(-100%, 0);transform:translate(-100%, 0)}@media (min-width:768px){#addad_modal .modal-full{width:90%;max-width:75vw}}.in#addad_modal .modal-full{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}#addad_modal .modal-full .close{height:1.7em;width:1.7em;top:1em;right:0;border-radius:50%;box-shadow:0 2px 5px #00000026 26;color:#000000;font-size:1.6rem;font-weight:400;background:#FFF;padding-bottom:7px !important;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center}@media (max-width:991px){#addad_modal .modal-full .close{padding:14px}}#addad_modal .modal-full .popup-content-col .hentry li *{color:#000000}#addad_modal .modal-full .popup-content-col .hentry h1,#addad_modal .modal-full .popup-content-col .hentry h2,#addad_modal .modal-full .popup-content-col .hentry h3,#addad_modal .modal-full .popup-content-col .hentry h4,#addad_modal .modal-full .popup-content-col .hentry h5,#addad_modal .modal-full .popup-content-col .hentry h6{color:#000000}#addad_modal .modal-full .popup-content-col .hentry h2,#addad_modal .modal-full .popup-content-col .hentry h3,#addad_modal .modal-full .popup-content-col .hentry h4,#addad_modal .modal-full .popup-content-col .hentry h5,#addad_modal .modal-full .popup-content-col .hentry h6{font-size:1.25em}#addad_modal .modal-full .modal-content{width:105%;padding:30px 0 0 !important;font-size:1em;height:100vh;overflow-y:scroll}#addad_modal .modal-full .modal-content .layout-img_to_left{position:relative}#addad_modal .modal-full .modal-content .layout-img_to_left .img-container{position:fixed;top:5%;left:0;max-width:23%}#addad_modal .modal-full .modal-content .popup-content-col{width:95%;height:100%}@media (min-width:1024px){#addad_modal .modal-full .modal-content .popup-content-col{padding-left:35%}}#addad_modal .modal-full .modal-content .popup-content-col .hentry h2{color:#000000}@media (max-width:991px){#addad_modal .modal-full .modal-content{padding-top:0}}#addad_modal .modal-full .modal-content a:not(.btn){color:#323232}#addad_modal .modal-full .modal-content iframe{width:100%}#addad_modal .modal-full .modal-content .extra-btn-container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}#addad_modal .modal-full .modal-content .wp-video,#addad_modal .modal-full .modal-content .wp-video video{width:100%}#addad_modal .modal-full .content{margin-top:1em;padding-bottom:4em}#addad_modal .modal-full .media{margin-left:0;padding:0;width:50%}@media (max-width:991px){#addad_modal .modal-full .media{width:100%}}#addad_modal .modal-full .media .img-container{padding-left:0}#addad_modal .modal-full .media .img-container .thumbnail-img{display:block;max-width:100%;width:100%}@media (min-width:768px){#addad_modal .modal-full .media .img-container .thumbnail-img{display:none}}#addad_modal .modal-full .media .full-img{width:100%}@media (max-width:991px){#addad_modal .modal-full .media .full-img{display:none}}#addad_modal .modal-content .title{color:#000000;font-size:2em}#addad_modal .hentry h3{color:#000000;font-size:1.7em}#addad_modal .hentry{color:#323232}#addad_modal img{border-radius:0}div.modal-full .close{top:20px;right:20px;font-size:3.2rem;height:35px}.addad-filter-heading{position:relative;padding:0}.addad-filter-heading .addad-filter-title{border:none;width:100%;padding:0;background:0;min-height:27px;border-bottom:2px solid #c8c8c8;box-sizing:border-box;display:block}.addad-filter-heading p{font-weight:800;text-transform:uppercase;color:#000000;padding:0;font-size:.938rem;text-align:left;-webkit-transition:opacity .3s;-moz-transition:opacity .3s;transition:opacity .3s;margin:0}@media (max-width:767px){.addad-filter-heading p{font-size:1.077rem}}.addad-filter-heading .addad-arrow-button{display:inline-block;float:right;width:23px;background:#c8c8c8;border-radius:0;position:absolute;right:0;bottom:4px}.addad-filter-heading .addad-arrow-button::before,.addad-filter-heading .addad-arrow-button::after{background:#000000}.addad-filter-heading .addad-arrow-button::before{right:10px}.addad-filter-heading .addad-arrow-button::after{right:5px}.hentry h1.title,body.wp-editor h1.title,.hentry h2.title,body.wp-editor h2.title{position:relative;padding:0 0 .75em 0;margin:0 0 .75em 0;margin-bottom:.571em}.hentry h1.title::after,body.wp-editor h1.title::after,.hentry h2.title::after,body.wp-editor h2.title::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}.hentry h1.title::after,body.wp-editor h1.title::after,.hentry h2.title::after,body.wp-editor h2.title::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}.post-row{background:#FFF}@media (max-width:767px){.post-row{padding-top:30px}}.post-row .content{font-size:1.125rem}@media (min-width:1600px){.post-row .content{padding:30px 0}}@media (min-width:1200px) and (max-width:1599px){.post-row .content{padding:10px 10px}}@media (min-width:992px) and (max-width:1199px){.post-row .content{padding:10px 10px}}@media (min-width:768px) and (max-width:991px){.post-row .content{padding:5px 10px}}@media (max-width:1199px){.post-row .content{font-size:1rem}}.blog .extrafiler-container,.archive .extrafiler-container,.single-post .extrafiler-container,.page .extrafiler-container{padding:.571em 0 1.142em}.blog .extrafiler-container h3,.archive .extrafiler-container h3,.single-post .extrafiler-container h3,.page .extrafiler-container h3{padding:0;margin:0}.blog .extrafiler-container .extrafiler,.archive .extrafiler-container .extrafiler,.single-post .extrafiler-container .extrafiler,.page .extrafiler-container .extrafiler{padding:0;margin:0}.blog .extrafiler-container .extrafiler .extrafiler-item,.archive .extrafiler-container .extrafiler .extrafiler-item,.single-post .extrafiler-container .extrafiler .extrafiler-item,.page .extrafiler-container .extrafiler .extrafiler-item,.blog .wp-block-file,.archive .wp-block-file,.single-post .wp-block-file,.page .wp-block-file{background-color:#fff;border:1px solid #ddd;padding-top:8px;padding-bottom:8px;line-height:20px;color:#43b02a;font-weight:400}.blog .extrafiler-container .extrafiler .extrafiler-item:hover,.archive .extrafiler-container .extrafiler .extrafiler-item:hover,.single-post .extrafiler-container .extrafiler .extrafiler-item:hover,.page .extrafiler-container .extrafiler .extrafiler-item:hover,.blog .extrafiler-container .extrafiler .extrafiler-item:focus,.archive .extrafiler-container .extrafiler .extrafiler-item:focus,.single-post .extrafiler-container .extrafiler .extrafiler-item:focus,.page .extrafiler-container .extrafiler .extrafiler-item:focus,.blog .wp-block-file:hover,.archive .wp-block-file:hover,.single-post .wp-block-file:hover,.page .wp-block-file:hover,.blog .wp-block-file:focus,.archive .wp-block-file:focus,.single-post .wp-block-file:focus,.page .wp-block-file:focus{color:#2b721b}.blog .extrafiler-container .extrafiler .extrafiler-item:nth-child(odd):hover,.archive .extrafiler-container .extrafiler .extrafiler-item:nth-child(odd):hover,.single-post .extrafiler-container .extrafiler .extrafiler-item:nth-child(odd):hover,.page .extrafiler-container .extrafiler .extrafiler-item:nth-child(odd):hover,.blog .extrafiler-container .extrafiler .extrafiler-item:nth-child(odd):focus,.archive .extrafiler-container .extrafiler .extrafiler-item:nth-child(odd):focus,.single-post .extrafiler-container .extrafiler .extrafiler-item:nth-child(odd):focus,.page .extrafiler-container .extrafiler .extrafiler-item:nth-child(odd):focus,.blog .wp-block-file:nth-child(odd):hover,.archive .wp-block-file:nth-child(odd):hover,.single-post .wp-block-file:nth-child(odd):hover,.page .wp-block-file:nth-child(odd):hover,.blog .wp-block-file:nth-child(odd):focus,.archive .wp-block-file:nth-child(odd):focus,.single-post .wp-block-file:nth-child(odd):focus,.page .wp-block-file:nth-child(odd):focus{background-color:#f5f5f5}.blog .extrafiler-container .extrafiler .icon,.archive .extrafiler-container .extrafiler .icon,.single-post .extrafiler-container .extrafiler .icon,.page .extrafiler-container .extrafiler .icon{padding-left:35px;background-image:url(../png/extra-filer-sprite.png);position:relative;min-height:20px}.blog .extrafiler-container .extrafiler .icon .download-icon,.archive .extrafiler-container .extrafiler .icon .download-icon,.single-post .extrafiler-container .extrafiler .icon .download-icon,.page .extrafiler-container .extrafiler .icon .download-icon{position:absolute;top:10px;right:10px;width:15px;height:16px;background-image:url(../png/extra-filer-sprite.png);background-position:-8px -190px;display:block}.blog .extrafiler-container .extrafiler .nothing,.archive .extrafiler-container .extrafiler .nothing,.single-post .extrafiler-container .extrafiler .nothing,.page .extrafiler-container .extrafiler .nothing{background-image:none;padding-left:12px}.blog .extrafiler-container .extrafiler .neutral,.archive .extrafiler-container .extrafiler .neutral,.single-post .extrafiler-container .extrafiler .neutral,.page .extrafiler-container .extrafiler .neutral{background-position:0 0;background-repeat:no-repeat}.blog .extrafiler-container .extrafiler .pdf,.archive .extrafiler-container .extrafiler .pdf,.single-post .extrafiler-container .extrafiler .pdf,.page .extrafiler-container .extrafiler .pdf{background-position:0 -86px;background-repeat:no-repeat}.blog .post-slider,.archive:not(.post-type-archive-tribe_events) .post-slider,.single-post .post-slider{margin-bottom:2em}.blog header.page-title,.archive:not(.post-type-archive-tribe_events) header.page-title,.single-post header.page-title{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-orient:vertical;-moz-box-orient:vertical}.blog header.page-title .entry-title,.archive:not(.post-type-archive-tribe_events) header.page-title .entry-title,.single-post header.page-title .entry-title{-webkit-box-ordinal-group:3;-moz-box-ordinal-group:3;box-ordinal-group:3}.blog header.page-title p.meta-date,.archive:not(.post-type-archive-tribe_events) header.page-title p.meta-date,.single-post header.page-title p.meta-date{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;box-ordinal-group:2;font-size:1em;font-weight:500;padding-top:0}.blog .post-row,.archive:not(.post-type-archive-tribe_events) .post-row,.single-post .post-row{padding-bottom:3rem}@media (max-width:991px){.blog .post-row,.archive:not(.post-type-archive-tribe_events) .post-row,.single-post .post-row{padding-bottom:30px}}.blog .post-wrapper,.archive:not(.post-type-archive-tribe_events) .post-wrapper,.single-post .post-wrapper{padding-top:1.5rem;padding-bottom:1.5rem}.blog .post-row .content,.archive:not(.post-type-archive-tribe_events) .post-row .content,.single-post .post-row .content{padding:0}.blog .post-row .hentry,.archive:not(.post-type-archive-tribe_events) .post-row .hentry,.single-post .post-row .hentry{margin:0}@media (max-width:991px){body .post-row .content,.blog .post-row .content,.archive .post-row .content,.single-post .post-row .content, .post-row .content{padding:0 15px}}.single-post .post-wrapper{padding:0}.subNav{border-left:4px solid #dddddd;padding-left:1.5rem;margin-bottom:3em;font-size:1.125em}.subNav a a,.subNav .sub-menu a{border:none;font-weight:700;color:#444444}.subNav a a::before,.subNav .sub-menu a::before{transition:none;border-bottom-right-radius:0;border-top-right-radius:0}.subNav a a:hover,.subNav .sub-menu a:hover{color:#000000}.subNav a a:hover::before,.subNav .sub-menu a:hover::before{content:"";display:block;width:13px;height:13px;background:#CCC;position:absolute;left:-1.5rem;top:50%;margin-top:-7.5px;z-index:1}.subNav a a:focus,.subNav .sub-menu a:focus{color:#43b02a}.subNav a a:focus::before,.subNav .sub-menu a:focus::before{background:transparent}.subNav a .sub-menu a,.subNav .sub-menu .sub-menu a{font-weight:500;padding-top:5px;padding-bottom:5px}.subNav li{position:relative}.subNav .menu>li>.sub-menu .current-menu-item>a,.subNav .menu>li>.sub-menu .current-menu-item>a:hover{color:#43b02a}.subNav .menu>li>.sub-menu .current-menu-item>a::before,.subNav .menu>li>.sub-menu .current-menu-item>a:hover::before{display:none}.subNav .menu>li>.sub-menu .current-menu-item::before{content:"";display:block;width:13px;height:13px;background:#43b02a;position:absolute;left:-1.5rem;top:50%;margin-top:-7.5px;z-index:1}.subNav #main-menu>li>a{display:none}.subNav .parent-duplicate{display:block}.subNav .caret{display:none}.addad_ad-area-rightcol{max-width:390px}body .weight-heavy,.hentry .weight-heavy,body.wp-editor .weight-heavy{font-weight:800}body .weight-black,.hentry .weight-black,body.wp-editor .weight-black{font-weight:900}body .sidebar-title-big,.hentry .sidebar-title-big,body.wp-editor .sidebar-title-big{font-size:1.375em;font-weight:900;text-transform:uppercase}body .border-after,.hentry .border-after,body.wp-editor .border-after{position:relative;padding:0 0 .75em 0;margin:0 0 .75em 0}body .border-after::after,.hentry .border-after::after,body.wp-editor .border-after::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}body .border-after::after,.hentry .border-after::after,body.wp-editor .border-after::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}h1,h2,h3,h4,h5,h6{word-wrap:break-word;letter-spacing:-0.01em}.addad-translations{display:none !important}.btn,.button{border:none;border-radius:0;background:#43b02a;color:#000000;text-shadow:none;font-weight:700;font-size:.938rem;position:relative;height:2.2em;line-height:2.15em;padding:0 2.9em 0 .9em !important;margin-right:2.34em}.btn::after,.button::after{position:absolute;bottom:0;right:-2.34em;width:2.2em;height:100%;background:inherit;display:inline-block;font:normal normal normal 14px/1 FontAwesome;content:"\f054";font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:2.25em;text-align:center}.btn::before,.button::before{position:absolute;content:"";display:block;height:2.2em;width:.14em;right:-0.14em;top:0}.btn:hover,.button:hover,.btn:active,.button:active,.btn:focus,.button:focus{color:#000000;background:#3c9e26}.btn:hover::after,.button:hover::after,.btn:active::after,.button:active::after,.btn:focus::after,.button:focus::after{color:inherit;background:inherit}.btn:active,.button:active,.btn:active::after,.button:active::after{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.dynamic-icon-link{margin:0 .5em}#swipebox-overlay{background:rgba(10,10,10,0.97)}#swipebox-close{background-position:14px 9px;background-size:300%}#swipebox-slider .slide .swipebox-video-container{padding:30px}.sw-swipebox-overlay{display:none;position:fixed;pointer-events:none;top:0;left:0;width:100%;height:100%;z-index:100000}.sw-swipebox-overlay .main-logo{top:auto;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);margin:2em}.modal.no-pdf .no-pdf-hide{display:none}.modal{padding:0 !important;white-space:nowrap}.modal .gform_footer{margin-top:1em}.modal>div{white-space:normal}.modal-dialog{min-height:calc(22vh)}@media (min-width:768px){.modal-dialog{min-height:calc(0vh)}}.modal-dialog .modal-header{background:transparent;color:#000000}.modal-dialog .modal-header .close{background:transparent;height:46px;font-size:37px;color:rgba(0,0,0,0.3)}.modal-dialog .modal-header .close:hover,.modal-dialog .modal-header .close:focus{background:transparent;color:#000000}.modal-dialog .modal-body li{padding-top:.2855em;padding-bottom:.2855em}.modal-open #addad_modal,.modal-open #associate_modal,.modal-open #brand-dealers,.modal-open #event-mail,.modal-open #page-mail,.modal-open #product-mail{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}@media (max-width:480px){.associate-modal .hentry .gform_wrapper .gform_body .message-box+.gfield:not(.captcha){-webkit-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9);position:relative;left:-5%;margin-top:-4%;margin-bottom:2%;max-width:100%}}@media (max-width:480px) and (max-width:355px){.associate-modal .hentry .gform_wrapper .gform_body .message-box+.gfield:not(.captcha) .g-recaptcha{max-width:268px}}.modal:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-4px}.modal-dialog{display:inline-block;text-align:left;vertical-align:middle}.modal-dialog .close{right:15px;top:7px}.modal-dialog .modal-header h4{font-weight:800;position:relative;padding:0 0 .5em 0;margin:0 0 .5em 0}.modal-dialog .modal-header h4::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}.modal-dialog .modal-header a{word-break:break-all}.modal-full{display:inline-block;text-align:left;vertical-align:middle;min-height:0}.modal-full h1{color:#fff;position:relative;padding:0 0 .5em 0;margin:0 0 .5em 0}.modal-full h1::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}.modal-header{border:none;padding:25px 35px 0 25px;margin-bottom:.8em}.modal-body{padding:0 25px 25px}.media-grid{padding-top:3rem;padding-bottom:3rem}.media-grid h1.standalone{text-align:center}i.addad-slider-play{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);color:rgba(255,255,255,0.75);font-size:3em;-webkit-transition:color .2s;-o-transition:color .2s;transition:color .2s;background:rgba(0,0,0,0.9);padding:.3em .6em .3em .7em;border-radius:3px}*:hover>i.addad-slider-play{color:#fff}.addad-arrow-button{position:relative;width:23px;height:23px;display:block;padding:0;background:transparent;border:none;border-radius:3px;margin-left:5px}.addad-arrow-button::before,.addad-arrow-button::after{content:'';position:absolute;top:50%;margin-top:-1px;display:inline-block;height:2px;background:#333333;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:width .3s,-webkit-transform .3s,right .3s;-moz-transition:width .3s,-moz-transform .3s,right .3s;transition:width .3s,transform .3s,right .3s;width:8px}.addad-arrow-button::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);right:10px}.addad-arrow-button::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);right:5px}.addad-arrow-button.addad-arrow-up::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.addad-arrow-button.addad-arrow-up::after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.addad-arrow-button.addad-arrow-down::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);right:10px}.addad-arrow-button.addad-arrow-down::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);right:5px}.section-row .section-area-sideways h2.section-title,.section-row .section-area-sideways h1.section-title{font-size:2.65em;font-weight:900}.section-area-sideways .img_to_right h3.section-title,.section-area-sideways .img_to_left h3.section-title{position:relative;padding:0 0 .75em 0;margin:0 0 .75em 0;padding:0 0 .6em 0;margin:0 0 .3em 0;font-size:1.875em}.section-area-sideways .img_to_right h3.section-title::after,.section-area-sideways .img_to_left h3.section-title::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}.section-area-sideways .img_to_right h3.section-title::after,.section-area-sideways .img_to_left h3.section-title::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}.section-row .hentry{color:#444444;font-weight:500}.textalign_center .associate-container .mail-btn{margin-left:-2.2em}.contact-phones-row{padding-bottom:2.52vw}.contact-phones-row .tele-btn br{display:none}.contact-phones-row .tele-btn h5{margin:0 0}.contact-form-row .steelwrist-tab-group input[type="text"],.contact-form-row .steelwrist-tab-group input[type="email"],.contact-form-row .steelwrist-tab-group textarea,.contact-form-row .steelwrist-tab-group select{-webkit-text-fill-color:#FFF}.contact-form-row h1.entry-title{color:#FFF;position:relative;padding:0 0 .75em 0;margin:0 0 .75em 0}.contact-form-row h1.entry-title::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}.contact-form-row h1.entry-title::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}.contact-form-row h1.entry-title:after{margin-left:auto;margin-right:auto;left:0;right:0}.contact-form-row ul.contact-info,.contact-form-row ul.icon-list{padding-top:2.5em}.contact-form-row ul.contact-info li,.contact-form-row ul.icon-list li{margin-bottom:1em}.contact-form-row ul.contact-info i.fa,.contact-form-row ul.icon-list i.fa{font-size:1.9em;color:#a1a1a1}.contact-form-row h5{color:#FFF;font-weight:600;margin:0}.contact-form-row .contact-form .gform_wrapper .validation_error{position:relative;top:0}@media (min-width:768px) and (max-width:991px){.contact-form-row .icon-list-container{padding-left:3em}}@media (max-width:767px){.contact-form-row .icon-list-container{padding-left:4em}}.social-media-btns{display:flex;align-items:center}.social-media-btns .custom-tiktok{width:30px;height:30px;background:#43b02a;padding:6px;border-radius:6px}.associates-row .container h3{position:relative;padding:0 0 .75em 0;margin:0 0 .75em 0;margin-bottom:2em}.associates-row .container h3::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}.associates-row .container h3::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}.associates-row .container h3::after{margin-left:auto;margin-right:auto;left:0;right:0}.associates-row .container .associate-container img{width:35%;float:left}.associates-row .container .associate-text{float:left;width:65%;text-align:left;padding-left:1em}.associates-row .container .associate-text .jobtitle{text-transform:none;font-size:1.071em}.textalign_center .associate-container .mail-btn{margin-bottom:0;font-weight:normal;background-image:none;border:1px solid transparent;padding:6px 16px;font-size:1rem;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;font-size:.9em;line-height:1.55;text-align:center;vertical-align:middle;cursor:pointer;white-space:nowrap;padding:.5em 1em;border:none;border-radius:0;background:#43b02a;color:#000000;text-shadow:none;font-weight:700;font-size:.938rem;position:relative;height:2.2em;line-height:2.15em;padding:0 2.9em 0 .9em !important;margin-right:2.34em;display:block;margin:.571em 0}.textalign_center .associate-container .mail-btn:focus,.textalign_center .associate-container .mail-btn:active:focus,.textalign_center .associate-container .mail-btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.textalign_center .associate-container .mail-btn:hover,.textalign_center .associate-container .mail-btn:focus{color:#333;text-decoration:none}.textalign_center .associate-container .mail-btn:active,.textalign_center .associate-container .mail-btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.textalign_center .associate-container .mail-btn.disabled,.textalign_center .associate-container .mail-btn[disabled],fieldset[disabled] .textalign_center .associate-container .mail-btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.textalign_center .associate-container .mail-btn:active,.textalign_center .associate-container .mail-btn:hover,.textalign_center .associate-container .mail-btn.active{outline:0;background-image:none}.textalign_center .associate-container .mail-btn:active,.textalign_center .associate-container .mail-btn.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.textalign_center .associate-container .mail-btn.btn-xs{font-size:.929rem}.textalign_center .associate-container .mail-btn.btn-sm{font-size:1rem}.textalign_center .associate-container .mail-btn.btn-m{font-size:1.143rem}.textalign_center .associate-container .mail-btn.btn-lg{font-size:1.286rem}.wp-block-button.is-style-cta-wide .textalign_center .associate-container .mail-btn,.wp-block-button.is-style-addad-default-wide .textalign_center .associate-container .mail-btn{width:100%}.textalign_center .associate-container .mail-btn::after{position:absolute;bottom:0;right:-2.34em;width:2.2em;height:100%;background:inherit;display:inline-block;font:normal normal normal 14px/1 FontAwesome;content:"\f054";font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:2.25em;text-align:center}.textalign_center .associate-container .mail-btn::before{position:absolute;content:"";display:block;height:2.2em;width:.14em;right:-0.14em;top:0}.textalign_center .associate-container .mail-btn:hover,.textalign_center .associate-container .mail-btn:active,.textalign_center .associate-container .mail-btn:focus{color:#000000;background:#3c9e26}.textalign_center .associate-container .mail-btn:hover::after,.textalign_center .associate-container .mail-btn:active::after,.textalign_center .associate-container .mail-btn:focus::after{color:inherit;background:inherit}.textalign_center .associate-container .mail-btn:active,.textalign_center .associate-container .mail-btn:active::after{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.tele-btn{width:12em;margin:0 auto;background:#000;border-radius:10px;padding:1em;text-align:left}.tele-btn h5{color:#FFF}.tele-btn ul.icon-list,.tele-btn ul.icon-list li,.tele-btn ul.icon-list p,.tele-btn ul.icon-list h5{padding:0;margin-bottom:0}form[action*='upsales']{padding:1.142em 0}form[action*='upsales'] .form-group,form[action*='upsales']>div{width:100%;float:left;margin:0;margin-bottom:.7em}form[action*='upsales'] .form-group .form-control,form[action*='upsales']>div .form-control{border-radius:0;border:1px solid #ddd;color:#323232}form[action*='upsales'] .form-group .form-control:focus,form[action*='upsales']>div .form-control:focus{box-shadow:none;border:1px solid #43b02a;outline:none}form[action*='upsales'] .form-group label+br,form[action*='upsales']>div label+br{display:none}form[action*='upsales'] .form-group label,form[action*='upsales']>div label,form[action*='upsales'] .form-group span,form[action*='upsales']>div span{font-size:.83em}form[action*='upsales'] .form-group label,form[action*='upsales']>div label{float:left;margin:0;margin-bottom:3px;padding:0 5px;font-weight:500;color:#656565;width:auto;text-transform:none}form[action*='upsales'] .form-group span,form[action*='upsales']>div span{vertical-align:bottom}form[action*='upsales'] .form-group .text-danger,form[action*='upsales']>div .text-danger{float:left}form[action*='upsales'] .form-group input,form[action*='upsales']>div input,form[action*='upsales'] .form-group textarea,form[action*='upsales']>div textarea{height:auto;float:left;clear:both;max-width:380px;margin:0;padding:.45em .55em;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}form[action*='upsales'] .btn{margin-top:.5em;background:#43b02a !important;color:#000000 !important}form[action*='upsales'] .btn:hover,form[action*='upsales'] .btn:active,form[action*='upsales'] .btn:focus{color:#000000 !important;background:#3c9e26 !important}#sw-contact-form,.sw-contact-form-html{float:left;color:#eeeeee}#sw-contact-form form,.sw-contact-form-html form{float:left}#sw-contact-form p,.sw-contact-form-html p{padding:0 15px}#sw-contact-form .form-group,.sw-contact-form-html .form-group{width:50%;padding:0 15px}@media (max-width:480px){#sw-contact-form .form-group,.sw-contact-form-html .form-group{width:100%}}#sw-contact-form .form-group label,.sw-contact-form-html .form-group label{color:#eeeeee}#sw-contact-form .form-group:nth-child(-n + 4),.sw-contact-form-html .form-group:nth-child(-n + 4){display:inline;width:auto;padding-right:.5em}#sw-contact-form .form-group:nth-child(-n + 4) input,.sw-contact-form-html .form-group:nth-child(-n + 4) input{margin-right:.25em;float:none}#sw-contact-form .form-group:nth-child(5),.sw-contact-form-html .form-group:nth-child(5){clear:left}#sw-contact-form .form-group input,.sw-contact-form-html .form-group input,#sw-contact-form .form-group textarea,.sw-contact-form-html .form-group textarea{max-width:100%}#sw-contact-form .form-group p,.sw-contact-form-html .form-group p{padding:0;margin:0}#sw-contact-form button,.sw-contact-form-html button{margin-left:15px;float:left;clear:both}form label,.gform_wrapper label,.woocommerce form .form-row label,form label.gfield_label,.gform_wrapper label.gfield_label,.woocommerce form .form-row label.gfield_label{font-size:.8em;text-transform:none}.gform_wrapper .hidden_label>.gfield_label{display:none !important}.gform_wrapper .type-address .address_state,.gform_wrapper .type-address .address_country{width:100%}.gform_wrapper .type-address .address_country>select{height:3.5em;padding-left:.7em}@media (min-width:480px){.gform_wrapper .type-address .address_country>select{margin-bottom:20px}}.contact-form-row .steelwrist-tab-group input[type="text"],.contact-form-row .steelwrist-tab-group input[type="email"],.contact-form-row .steelwrist-tab-group textarea,.contact-form-row .steelwrist-tab-group select{border:2px solid #666 !important;background:none;color:#e6e6e6;box-shadow:0 0 0 0 #fff;height:48px;max-width:380px;width:100%}.contact-form-row .steelwrist-tab-group .iti.iti--allow-dropdown{max-width:380px;width:100%}.contact-form-row .steelwrist-tab-group{margin:0}.contact-form-row .steelwrist-tab-group li{margin-left:0;margin-right:0}.contact-form-row .steelwrist-tab-group .steelwrist-tab-titles{border:none}.contact-form-row .steelwrist-tab-group .steelwrist-tab-titles .steelwrist-tab{margin:0;margin-right:.5em}.contact-form-row .steelwrist-tab-group .steelwrist-tab-titles .steelwrist-tab a,.contact-form-row .steelwrist-tab-group .steelwrist-tab-titles .steelwrist-tab i{background:#202020;color:#9d9d9d}.contact-form-row .steelwrist-tab-group .steelwrist-tab-titles .steelwrist-tab.active a,.contact-form-row .steelwrist-tab-group .steelwrist-tab-titles .steelwrist-tab.active i{background:#303030;color:#fff}.contact-form-row .steelwrist-tab-group .steelwrist-tab-contents{position:relative;background:#303030}.contact-form-row .steelwrist-tab-group .steelwrist-tab-contents label{color:#fff}.contact-form-row .steelwrist-tab-group form{position:relative;padding-top:0;padding-bottom:1.5em}.contact-form-row .steelwrist-tab-group form:before,.contact-form-row .steelwrist-tab-group form:after{content:" ";display:table}.contact-form-row .steelwrist-tab-group form:after{clear:both}.contact-form-row .steelwrist-tab-group form:before,.contact-form-row .steelwrist-tab-group form:after{content:" ";display:table}.contact-form-row .steelwrist-tab-group form:after{clear:both}.contact-form-row .steelwrist-tab-group form p{padding-left:0}.contact-form-row .steelwrist-tab-group form p:first-child{margin-bottom:15px}.contact-form-row .steelwrist-tab-group form .form-group{margin:.82em 0;padding-left:0}.contact-form-row .steelwrist-tab-group form .btn-primary{margin-left:0}.contact-form-row .steelwrist-tab-group input[type="text"],.contact-form-row .steelwrist-tab-group input[type="email"],.contact-form-row .steelwrist-tab-group textarea{border-color:#cecece}.contact-form-row .steelwrist-tab-group .-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background:rgba(19,19,19,0.9);font-size:1.063rem;-webkit-transition:opacity 0.3s, visibility 0.3s;-o-transition:opacity 0.3s, visibility 0.3s;transition:opacity 0.3s, visibility 0.3s}.contact-form-row .steelwrist-tab-group .-overlay>div{display:table;height:100%;width:100%}.contact-form-row .steelwrist-tab-group .-overlay>div>div{text-align:center;display:block;padding-top:2.6em}.contact-form-row .steelwrist-tab-group .-overlay h3{color:#fff;font-size:1em;margin-bottom:.8em;font-weight:700}.contact-form-row .steelwrist-tab-group .-overlay a{display:inline-block;background:#000000;color:#fff;border-left:4px solid #43b02a;padding:1em 1.25em;margin:.27em;margin-bottom:1em;font-weight:700;line-height:1;text-decoration:none}.contact-form-row .steelwrist-tab-group .-overlay a:hover{background:#0c0c0c}.contact-form-row .steelwrist-tab-group .-overlay a>span{margin-left:.75em}@media (max-width:767px){.contact-form-row .steelwrist-tab-group .-overlay a{width:100%;max-width:250px;margin-bottom:.5em;text-align:left}}.contact-form-row .steelwrist-tab-group.-has-overlay .steelwrist-tab-titles{visibility:hidden;opacity:0;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.contact-form-row .steelwrist-tab-group.-has-overlay.-used-overlay .steelwrist-tab-titles{visibility:visible;opacity:1}.contact-form-row .steelwrist-tab-group.-has-overlay.-used-overlay .-overlay{visibility:hidden;opacity:0}@media (min-width:1200px) and (max-width:1599px){.contact-form-row .steelwrist-tab-group .gform_body .gfield.message-box{right:0;width:350px}}@media (max-width:1199px) and (min-width:768px){.contact-form-row .steelwrist-tab-group .gform_body .gfield.message-box{position:relative;left:auto;right:auto}}.contact-form-row .steelwrist-tab-group .gform_body .gfield.message-box+.gfield .ginput_container,.contact-form-row .steelwrist-tab-group .gform_body .gfield.message-box+.gfield .ginput_container .g-recaptcha{-webkit-transform-origin:left;-moz-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.contact-form-row .steelwrist-tab-group .steelwrist-tab-contents .gform_wrapper .ginput_container:not(.ginput_container_textarea),.contact-form-row .steelwrist-tab-group .steelwrist-tab-contents .message-box,.contact-form-row .steelwrist-tab-group .steelwrist-tab-contents .captcha,.contact-form-row .steelwrist-tab-group .steelwrist-tab-contents .gfield:last-child{width:100%}@media (min-width:1200px){.contact-form-row .steelwrist-tab-group .steelwrist-tab-contents .gform_wrapper .ginput_container:not(.ginput_container_textarea),.contact-form-row .steelwrist-tab-group .steelwrist-tab-contents .message-box,.contact-form-row .steelwrist-tab-group .steelwrist-tab-contents .captcha,.contact-form-row .steelwrist-tab-group .steelwrist-tab-contents .gfield:last-child{width:50%}}@media (max-width:991px){.contact-form-row .steelwrist-tab-group .steelwrist-tab-contents .gfield{width:100%}}.brands-wrapper{min-height:50vh}.sw-dealer-table-header{margin-top:25px;padding:5px 20px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.sw-dealer-table-header.container:before,.sw-dealer-table-header.container:after,.sw-dealer-table-header.row:before,.sw-dealer-table-header.row:after,.sw-dealer-table-header:before,.sw-dealer-table-header:after{display:none}.sw-dealer-table-header h4{color:#585858;font-size:.94em}.sw-dealer-table-header .table-left-col{-webkit-flex-basis:33.33%;-moz-flex-basis:33.33%;-ms-flex-basis:33.33%;-o-flex-basis:33.33%;flex-basis:33.33%;max-width:33.33%}.sw-dealer-table-header .table-right-col{-webkit-flex-basis:66.66%;-moz-flex-basis:66.66%;-ms-flex-basis:66.66%;-o-flex-basis:66.66%;flex-basis:66.66%;max-width:66.66%}.sw-dealer-results{margin-bottom:65px;padding-bottom:65px;border-top:4px solid #e2e2e2;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.sw-dealer-results.container:before,.sw-dealer-results.container:after,.sw-dealer-results.row:before,.sw-dealer-results.row:after,.sw-dealer-results:before,.sw-dealer-results:after{display:none}.sw-dealer-results .sw-dealer-col{background:#fafafa;padding:10px 20px;-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;-o-flex-basis:100%;flex-basis:100%;max-width:100%;border-bottom:1px solid #e2e2e2;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.sw-dealer-results .sw-dealer-col.container:before,.sw-dealer-results .sw-dealer-col.container:after,.sw-dealer-results .sw-dealer-col.row:before,.sw-dealer-results .sw-dealer-col.row:after,.sw-dealer-results .sw-dealer-col:before,.sw-dealer-results .sw-dealer-col:after{display:none}.sw-dealer-results .sw-dealer-col h5{-webkit-flex-basis:33.33%;-moz-flex-basis:33.33%;-ms-flex-basis:33.33%;-o-flex-basis:33.33%;flex-basis:33.33%;max-width:33.33%;font-size:.94em}.sw-dealer-results .sw-dealer-col .sw-dealer-content{-webkit-flex-basis:66.66%;-moz-flex-basis:66.66%;-ms-flex-basis:66.66%;-o-flex-basis:66.66%;flex-basis:66.66%;max-width:66.66%;font-size:.94em}.sw-dealer-results .sw-dealer-col .sw-dealer-content a{font-size:.94em}.sw-dealer-results .sw-dealer-col .sw-dealer-content a:last-child{display:block;white-space:nowrap;width:0}.sw-dealer-results .sw-dealer-col *{padding:0;margin:0}.sw-dealer-results.filtering .sw-dealer-col{display:none}.sw-dealer-results.filtering .sw-dealer-col.active{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.dealers-filtering{margin-bottom:25px;width:100%}.dealers-filtering select{border:1px solid #ccc !important;height:48px;padding:0 20px 0 5px;min-width:215px;width:calc(33.33% - 20px)}.dealers-filtering .chosen-container{border:1px solid #ccc}.hidden-sellers{display:none;pointer-events:none}#brand-dealers .modal-body .brand-dealer{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid #e2e2e2}#brand-dealers .modal-body .brand-dealer.container:before,#brand-dealers .modal-body .brand-dealer.container:after,#brand-dealers .modal-body .brand-dealer.row:before,#brand-dealers .modal-body .brand-dealer.row:after,#brand-dealers .modal-body .brand-dealer:before,#brand-dealers .modal-body .brand-dealer:after{display:none}#brand-dealers .modal-body .brand-dealer h5{-webkit-flex-basis:33.33%;-moz-flex-basis:33.33%;-ms-flex-basis:33.33%;-o-flex-basis:33.33%;flex-basis:33.33%;max-width:33.33%;font-size:.94em}#brand-dealers .modal-body .brand-dealer .sw-dealer-content{-webkit-flex-basis:66.66%;-moz-flex-basis:66.66%;-ms-flex-basis:66.66%;-o-flex-basis:66.66%;flex-basis:66.66%;max-width:66.66%;font-size:.94em}#brand-dealers .modal-body .brand-dealer .sw-dealer-content a{font-size:.94em}#brand-dealers .modal-body .brand-dealer .sw-dealer-content a:last-child{display:block;white-space:nowrap;width:0}#brand-dealers .modal-body .brand-dealer *{padding:0;margin:0}.steelwrist-tab-group .steelwrist-tab{padding:0}.post-slider,.addad-slider,.slider-parent{overflow-x:hidden}.post-slider .owl-controls .owl-pagination,.addad-slider .owl-controls .owl-pagination,.slider-parent .owl-controls .owl-pagination{display:none}.post-slider .owl-controls .owl-buttons .owl-prev,.addad-slider .owl-controls .owl-buttons .owl-prev,.slider-parent .owl-controls .owl-buttons .owl-prev,.post-slider .owl-controls .owl-buttons .owl-next,.addad-slider .owl-controls .owl-buttons .owl-next,.slider-parent .owl-controls .owl-buttons .owl-next{width:40px;height:80px;border-radius:0;margin:-40px -15px 0 0}.post-slider .owl-controls .owl-buttons .owl-prev i,.addad-slider .owl-controls .owl-buttons .owl-prev i,.slider-parent .owl-controls .owl-buttons .owl-prev i,.post-slider .owl-controls .owl-buttons .owl-next i,.addad-slider .owl-controls .owl-buttons .owl-next i,.slider-parent .owl-controls .owl-buttons .owl-next i{line-height:70px}@media (max-width:767px){.post-slider .owl-controls .owl-buttons .owl-prev,.addad-slider .owl-controls .owl-buttons .owl-prev,.slider-parent .owl-controls .owl-buttons .owl-prev,.post-slider .owl-controls .owl-buttons .owl-next,.addad-slider .owl-controls .owl-buttons .owl-next,.slider-parent .owl-controls .owl-buttons .owl-next{margin:-35px -15px 0 0;width:30px;height:60px}.post-slider .owl-controls .owl-buttons .owl-prev i,.addad-slider .owl-controls .owl-buttons .owl-prev i,.slider-parent .owl-controls .owl-buttons .owl-prev i,.post-slider .owl-controls .owl-buttons .owl-next i,.addad-slider .owl-controls .owl-buttons .owl-next i,.slider-parent .owl-controls .owl-buttons .owl-next i{line-height:53px}}.post-slider .owl-controls .owl-buttons div.owl-next i,.addad-slider .owl-controls .owl-buttons div.owl-next i,.slider-parent .owl-controls .owl-buttons div.owl-next i{left:1px}.post-slider .owl-controls .owl-buttons div.owl-prev,.addad-slider .owl-controls .owl-buttons div.owl-prev,.slider-parent .owl-controls .owl-buttons div.owl-prev{left:-15px}.post-slider .owl-controls .owl-buttons div.owl-prev i,.addad-slider .owl-controls .owl-buttons div.owl-prev i,.slider-parent .owl-controls .owl-buttons div.owl-prev i{right:1px}@media (max-width:991px){.post-slider .owl-controls .owl-buttons div.owl-prev,.addad-slider .owl-controls .owl-buttons div.owl-prev,.slider-parent .owl-controls .owl-buttons div.owl-prev{left:0}.post-slider .owl-controls .owl-buttons div.owl-next,.addad-slider .owl-controls .owl-buttons div.owl-next,.slider-parent .owl-controls .owl-buttons div.owl-next{right:15px}}.post-slider:hover .owl-controls .owl-buttons div.owl-prev,.addad-slider:hover .owl-controls .owl-buttons div.owl-prev,.slider-parent:hover .owl-controls .owl-buttons div.owl-prev{left:0}@media (max-width:991px){.post-slider:hover .owl-controls .owl-buttons div.owl-next,.addad-slider:hover .owl-controls .owl-buttons div.owl-next,.slider-parent:hover .owl-controls .owl-buttons div.owl-next{right:15px}}.extra_template_faq-dropdown summary{cursor:pointer;list-style:none}.extra_template_faq-dropdown summary h2{display:inline-flex;align-items:center;gap:.4em;font-size:2.143em}.extra_template_faq-dropdown summary h2::after{content:'▾';display:inline-block;transform:rotate(-90deg);transition:transform .2s ease}.extra_template_faq-dropdown details[open] summary h2::after{transform:rotate(0)}.extra_template_faq-dropdown p{padding:0 !important}.extra_template_faq-dropdown p:not(:first-of-type){margin-top:1.142em !important}.extra_template_clear-margin .section-container .column-text .text-container{margin:0 !important;max-width:none !important}.extra_template_stor-komponent-titel .column-text h3.section-title{font-size:3.3em !important;font-weight:900;line-height:1.25em}@media (max-width:991px){.extra_template_stor-komponent-titel .column-text h3.section-title{font-size:1.8em !important}}.extra_template_left-align-content .section-padding-container{display:block !important}.extra_template_left-align-content .section-padding-container .text-container{text-align:left}@media (min-width:992px){.extra_template_left-align-image.section-single>.section-container>.col-md-offset-1,.extra_template_left-align-image .section-single>.section-container>.col-md-offset-1{margin-left:0}}@media (min-width:768px){.extra_template_left-align-image.section-single>.section-container>.col-sm-offset-1,.extra_template_left-align-image .section-single>.section-container>.col-sm-offset-1{margin-left:0}}@media (min-width:992px){.extra_template_left-align-image.section-single>.section-container .img-container,.extra_template_left-align-image .section-single>.section-container .img-container{margin-left:-30px}}@media (min-width:992px) and (max-width:1199px){.extra_template_left-align-image.section-single>.section-container .img-container,.extra_template_left-align-image .section-single>.section-container .img-container{margin-left:-20px}}.extra_template_contained-column-background .owl-item{height:auto !important}.extra_template_contained-column-background .column-background-container .column-background-image{min-height:auto;max-width:100%}.steelwrist-event-date{display:inline-block;float:left;width:2.026em;font-weight:700;font-size:1.25rem;text-align:center;margin-right:.5em}.steelwrist-event-date .steelwrist-event-day{width:100%;height:1.621em;line-height:1.621;background:#43b02a;color:#000000;font-size:1em}.steelwrist-event-date .steelwrist-event-month{width:100%;height:1.35em;line-height:1.35;background:#444444;color:#FFF;font-size:.625em}.extra_template_sidfot .section-row-column-background .section-single .column-background-color{-webkit-transform:translate3d(0, 0, 50px);transform:translate3d(0, 0, 50px)}.extra_template_sidfot .section-row .section-area-sideways .font-size-small{font-size:.875rem}.extra_template_sidfot .section-row .section-area-sideways .font-size-small .hentry{font-size:.938rem}.extra_template_sidfot .section-area-sideways h3.section-title{position:relative;padding:0 0 .75em 0;margin:0 0 .75em 0;font-weight:800;font-size:2em}.extra_template_sidfot .section-area-sideways h3.section-title::after{position:absolute;content:"";display:block;bottom:0;left:0;width:3.5em;height:3px;background:#43b02a}@media (max-width:991px){.extra_template_sidfot .section-area-sideways.section-row-column-background h3.section-title,.extra_template_sidfot .section-area-sideways.section-row-column-background .section-count-3 h3.section-title,.extra_template_sidfot .section-area-sideways.section-row-column-background .section-count-4 h3.section-title{font-size:1.5em}}@media (max-width:767px){.extra_template_sidfot .hentry{font-size:1.125em;font-weight:500}}.extra_template_sidfot .hentry p{padding:0}.extra_template_sidfot .section-area-sideways.section-row-column-background .section-count-4 h3.section-title{font-size:1.5em}.extra_template_sidfot .section-area-sideways.section-row-column-background .section-padding-container{height:100%;padding-bottom:4vw;padding-top:4vw;padding-left:5vw;padding-right:5vw}@media (max-width:767px){.extra_template_sidfot .section-area-sideways.section-row-column-background .section-padding-container{padding-left:1.5em;padding-right:1.5em;padding-bottom:3em;padding-top:3em}}.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text h4{font-size:.875em;color:#c8c8c8;text-transform:uppercase;position:relative;padding:0 0 1em 0;margin:0 0 1em 0}.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text h4::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text p{color:#FFF;font-size:.929em;line-height:1.3em}.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn{margin-top:.938em;margin-bottom:0;font-weight:normal;background-image:none;border:1px solid transparent;padding:6px 16px;font-size:1rem;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;font-size:.9em;line-height:1.55;text-align:center;vertical-align:middle;cursor:pointer;white-space:nowrap;padding:.5em 1em;border:none;border-radius:0;background:#43b02a;color:#000000;text-shadow:none;font-weight:700;font-size:.938rem;position:relative;height:2.2em;line-height:2.15em;padding:0 2.9em 0 .9em !important;margin-right:2.34em;font-size:.875rem}.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn:focus,.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn:active:focus,.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn:hover,.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn:focus{color:#333;text-decoration:none}.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn:active,.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn.disabled,.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn[disabled],fieldset[disabled] .addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn:active,.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn:hover,.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn.active{outline:0;background-image:none}.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn:active,.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn.btn-xs{font-size:.929rem}.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn.btn-sm{font-size:1rem}.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn.btn-m{font-size:1.143rem}.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn.btn-lg{font-size:1.286rem}.wp-block-button.is-style-cta-wide .addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn,.wp-block-button.is-style-addad-default-wide .addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn{width:100%}.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn::after{position:absolute;bottom:0;right:-2.34em;width:2.2em;height:100%;background:inherit;display:inline-block;font:normal normal normal 14px/1 FontAwesome;content:"\f054";font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:2.25em;text-align:center}.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn::before{position:absolute;content:"";display:block;height:2.2em;width:.14em;right:-0.14em;top:0}.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn:hover,.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn:active,.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn:focus{color:#000000;background:#3c9e26}.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn:hover::after,.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn:active::after,.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn:focus::after{color:inherit;background:inherit}.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn:active,.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn:active::after{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn::after{position:absolute;bottom:0;right:-2.34em;width:2.2em;height:100%;background:inherit;display:inline-block;font:normal normal normal 14px/1 FontAwesome;content:"\f054";font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:2.25em;text-align:center}.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn::before{position:absolute;content:"";display:block;height:2.2em;width:.14em;right:-0.14em;top:0}.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn:hover,.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn:active,.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn:focus{color:#000000;background:#3c9e26}.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn:hover::after,.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn:active::after,.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn:focus::after{color:inherit;background:inherit}.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn:active,.addad_ad-area-rightcol .addad-ads-row .addad_ad-img-text .addad_ad-text a.addad_ad-link-btn:active::after{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}body.page-template-template-product-category .main-wrapper-content,body.page-template-template-product-category-without-products .main-wrapper-content,body.page-template-template-product-group .main-wrapper-content,body.single-addad_product_match .main-wrapper-content,body.page-template-template-excavator-brand .main-wrapper-content{background:none}body.page-template-template-product-category .addad-product-overview-container,body.page-template-template-product-category-without-products .addad-product-overview-container,body.page-template-template-product-group .addad-product-overview-container,body.single-addad_product_match .addad-product-overview-container,body.page-template-template-excavator-brand .addad-product-overview-container{background:#eeeeee}body.page-template-template-product-category .addad-product-overview.container h3,body.page-template-template-product-category-without-products .addad-product-overview.container h3,body.page-template-template-product-group .addad-product-overview.container h3,body.single-addad_product_match .addad-product-overview.container h3,body.page-template-template-excavator-brand .addad-product-overview.container h3{margin:0}.sw-media>a{display:block;position:relative}.sw-notice{position:absolute;width:100%;pointer-events:none;opacity:0;background:#75d160;font-size:.875rem;padding:0;-webkit-transition:transform 0.3s, opacity 0.3s;-o-transition:transform 0.3s, opacity 0.3s;transition:transform 0.3s, opacity 0.3s;-webkit-transform:translate(0, -100%);-ms-transform:translate(0, -100%);-o-transform:translate(0, -100%);transform:translate(0, -100%)}.sw-notice>.container{background:#75d160}.sw-notice#language-notice background:darken(#75d160, 5%)>.container{background:#64cb4c}.sw-notice.showing{position:relative;pointer-events:auto;opacity:1;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.sw-notice>div,.sw-notice>.container>div{position:relative;padding-top:.4em;padding-bottom:.4em}.sw-notice>div>*,.sw-notice>.container>div>*{display:inline-block;vertical-align:middle}.sw-notice div.icon-left{position:absolute;left:0;top:0;height:100%;width:50px;background:#43b02a;font-size:1.45em}.sw-notice div.icon-left i{color:#000000;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.sw-notice#language-notice .icon-left{background:#40a828}.sw-notice .sw-message-container{margin-left:70px;margin-right:55px;display:inline-block}.sw-notice .sw-message{font-weight:700;margin:.3em 1em .3em 0;color:#000000}.sw-notice .sw-message a{color:#338720}.sw-notice .sw-message a:hover{color:#2b721b}.sw-notice .sw-close{position:absolute;right:25px;top:50%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);font-size:1.45em;color:#000000}.sw-notice .sw-close:hover,.sw-notice .sw-close:active{color:rgba(0,0,0,0.7)}.sw-notice .sw-options{margin:.3em 0}.sw-notice .sw-options .sw-option{margin-bottom:0;font-weight:normal;background-image:none;border:1px solid transparent;padding:6px 16px;font-size:1rem;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;font-size:.9em;line-height:1.55;text-align:center;vertical-align:middle;cursor:pointer;white-space:nowrap;padding:.5em 1em;border:none;border-radius:0;background:#43b02a;color:#000000;text-shadow:none;font-weight:700;font-size:.938rem;position:relative;height:2.2em;line-height:2.15em;padding:0 2.9em 0 .9em !important;margin-right:2.34em;float:left;font-size:.938em;margin-right:3.2em;margin-top:.2em;margin-bottom:.2em}.sw-notice .sw-options .sw-option:focus,.sw-notice .sw-options .sw-option:active:focus,.sw-notice .sw-options .sw-option.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.sw-notice .sw-options .sw-option:hover,.sw-notice .sw-options .sw-option:focus{color:#333;text-decoration:none}.sw-notice .sw-options .sw-option:active,.sw-notice .sw-options .sw-option.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.sw-notice .sw-options .sw-option.disabled,.sw-notice .sw-options .sw-option[disabled],fieldset[disabled] .sw-notice .sw-options .sw-option{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.sw-notice .sw-options .sw-option:active,.sw-notice .sw-options .sw-option:hover,.sw-notice .sw-options .sw-option.active{outline:0;background-image:none}.sw-notice .sw-options .sw-option:active,.sw-notice .sw-options .sw-option.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.sw-notice .sw-options .sw-option.btn-xs{font-size:.929rem}.sw-notice .sw-options .sw-option.btn-sm{font-size:1rem}.sw-notice .sw-options .sw-option.btn-m{font-size:1.143rem}.sw-notice .sw-options .sw-option.btn-lg{font-size:1.286rem}.wp-block-button.is-style-cta-wide .sw-notice .sw-options .sw-option,.wp-block-button.is-style-addad-default-wide .sw-notice .sw-options .sw-option{width:100%}.sw-notice .sw-options .sw-option::after{position:absolute;bottom:0;right:-2.34em;width:2.2em;height:100%;background:inherit;display:inline-block;font:normal normal normal 14px/1 FontAwesome;content:"\f054";font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:2.25em;text-align:center}.sw-notice .sw-options .sw-option::before{position:absolute;content:"";display:block;height:2.2em;width:.14em;right:-0.14em;top:0}.sw-notice .sw-options .sw-option:hover,.sw-notice .sw-options .sw-option:active,.sw-notice .sw-options .sw-option:focus{color:#000000;background:#3c9e26}.sw-notice .sw-options .sw-option:hover::after,.sw-notice .sw-options .sw-option:active::after,.sw-notice .sw-options .sw-option:focus::after{color:inherit;background:inherit}.sw-notice .sw-options .sw-option:active,.sw-notice .sw-options .sw-option:active::after{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.sw-notice .sw-options .sw-option::after{position:absolute;bottom:0;right:-2.34em;width:2.2em;height:100%;background:inherit;display:inline-block;font:normal normal normal 14px/1 FontAwesome;content:"\f054";font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:2.25em;text-align:center}.sw-notice .sw-options .sw-option::before{position:absolute;content:"";display:block;height:2.2em;width:.14em;right:-0.14em;top:0}.sw-notice .sw-options .sw-option:hover,.sw-notice .sw-options .sw-option:active,.sw-notice .sw-options .sw-option:focus{color:#000000;background:#3c9e26}.sw-notice .sw-options .sw-option:hover::after,.sw-notice .sw-options .sw-option:active::after,.sw-notice .sw-options .sw-option:focus::after{color:inherit;background:inherit}.sw-notice .sw-options .sw-option:active,.sw-notice .sw-options .sw-option:active::after{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.sw-notice .sw-options::after{content:'';display:block;clear:both}.sw-notice.notice-error-404 .sw-message{font-weight:500}.sw-notice.notice-error-404 .sw-message strong{margin-right:2em;font-weight:700}.sw-notice.notice-error-404 .sw-message em{margin:0 .3em}.sw-notice.notice-error-404 .sw-message em::after,.sw-notice.notice-error-404 .sw-message em::before{content:'"';display:inline;font-style:normal}.sw-notice.notice-error-404 .sw-message em::after{margin-left:.15em}#cookie_consent.sw-notice{background:#000000;padding-right:55px}#cookie_consent.sw-notice:not(.showing){bottom:auto}#cookie_consent.sw-notice .sw-message-container{margin-right:15px}#cookie_consent.sw-notice .icon-left{background:#43b02a}#cookie_consent.sw-notice .sw-message{color:#FFF}#cookie_consent.sw-notice .sw-close{display:none}.sw-notice.sw-notice-contained{-webkit-transition:margin-top 0.3s, transform 0.3s, opacity 0.3s;-o-transition:margin-top 0.3s, transform 0.3s, opacity 0.3s;transition:margin-top 0.3s, transform 0.3s, opacity 0.3s;margin-top:0}.sw-notice.sw-notice-contained>.container{-webkit-transition:padding;-o-transition:padding;transition:padding;padding-top:0;padding-bottom:0}#sticky-wrapper.stuck-wrapper .sw-notice.sw-notice-contained{margin-top:.4em;background:transparent}@media (max-width:767px){#sticky-wrapper.stuck-wrapper .sw-notice.sw-notice-contained{margin-top:0}}#sticky-wrapper.stuck-wrapper .sw-notice.sw-notice-contained>.container{padding:0}.footer-row{padding:0}.footer-row .footer-nav{font-size:1rem}.footer-row .footer-nav li{font-size:1em}.footer-row .footer-nav>li>a{font-size:.87em;text-transform:uppercase;font-weight:800;color:#338720}.copyright-row{font-size:.813rem}.copyright-row>.container{position:relative;overflow:auto;text-align:right}.copyright-row>.container::before{content:" ";display:inline-block;height:100%;width:1%;vertical-align:middle}.copyright-row>.container::after{content:none;display:none}.copyright-row>.container>*{display:inline-block;vertical-align:middle}.copyright-row>.container .footer-logo{height:27px;width:125px;float:left;margin-right:2em}.copyright-row>.container .parent-logo{float:left;margin-right:2em}.copyright-row>.container .parent-logo .logo-img{height:30px}.copyright-row>.container .addad-logo{float:none;margin-top:0;margin-left:2em}.copyright-row>.container .sw-footer-list{list-style:none;padding:0;margin:0;text-transform:uppercase;text-align:left}.copyright-row>.container .sw-footer-list a{color:#fff;-webkit-transition:color .2s;-o-transition:color .2s;transition:color .2s}.copyright-row>.container .sw-footer-list a:hover,.copyright-row>.container .sw-footer-list a:focus,.copyright-row>.container .sw-footer-list a:active{color:#ccc}.copyright-row>.container .sw-footer-list .sw-footer-item{display:inline;padding:0}.copyright-row>.container .sw-footer-list .sw-footer-item:not(:last-child)::after{content:"|";display:inline;padding:0 1.5em;font-weight:700}.copyright-row>.container .sw-footer-list .sw-footer-item a{text-decoration:underline}.copyright-row>.container .sw-footer-list .sw-footer-icon{display:inline-block;vertical-align:middle;margin-right:1em}.copyright-row>.container .sw-footer-list .sw-footer-icon .fa{font-size:2em}.copyright-row>.container .sw-footer-list .sw-footer-icon+.sw-footer-item{margin-left:.5em}@media (max-width:991px){.copyright-row>.container .sw-footer-list{margin-top:1em;width:100%}}@media (max-width:767px){.copyright-row>.container .sw-footer-list .sw-footer-item{display:inline-block;width:100%;padding:.15em 0}.copyright-row>.container .sw-footer-list .sw-footer-item:not(:last-child)::after{content:'';padding:0}.copyright-row>.container .sw-footer-list .sw-footer-icon+.sw-footer-item{margin-left:0;margin-top:.5em}}select.sw-chosen,.sw-chosen~.chosen-container .chosen-single,.sw-chosen~.chosen-container-active.chosen-with-drop .chosen-single{font-size:1rem;height:auto;width:100%;border-radius:0;border:none;background:white;box-shadow:none;margin:0;padding:.75em 1em;color:#323232;font-weight:500}select.sw-chosen option[disabled],.sw-chosen~.chosen-container .chosen-single option[disabled],.sw-chosen~.chosen-container-active.chosen-with-drop .chosen-single option[disabled]{display:none}select.sw-chosen{height:48px;margin-top:5px}.sw-chosen~.chosen-container{max-width:100%;width:100% !important;font-size:1rem}.sw-chosen~.chosen-container .chosen-single b{position:relative;top:25%;height:18px}.extra_template_startsida-brand-room .chosen-container-single .chosen-single div{right:9px}.sw-chosen~.chosen-container .chosen-drop{border:none;border-radius:0;font-size:.938em}.sw-chosen~.chosen-container .chosen-drop .chosen-results{color:#323232;padding:0;margin:0}.sw-chosen~.chosen-container .chosen-drop .chosen-results .disabled-result{display:none}.sw-chosen~.chosen-container .chosen-drop .chosen-results .active-result.highlighted{font-weight:500;background:#43b02a}.goto-wrapper{position:relative}.addad-goto{position:fixed;width:100%;bottom:0;left:0;text-align:center;pointer-events:none;z-index:100;color:#FFF}.addad-goto button{width:100%;border:none;background:rgba(0,0,0,0.9);font-weight:500;pointer-events:auto;cursor:pointer;padding:8px 18px;font-size:1.125em}.addad-goto button .fa{font-size:1.28em;line-height:.75em;vertical-align:-13%;margin:0 2px 0 6px;animation-name:point;animation-duration:.75s;animation-iteration-count:6;animation-direction:alternate;animation-timing-function:ease-in-out}.addad-goto button span{position:relative;display:inline-block;height:100%;font-weight:700}.addad-goto button img{display:inline;position:absolute;right:100%;height:calc(100% + 10px);width:auto;margin:-5px 0;margin-right:.6em}.addad-goto[data-start]{opacity:0;visibility:hidden;-webkit-transition:opacity .5s , visibility .5s;-o-transition:opacity .5s , visibility .5s;transition:opacity .5s , visibility .5s}.addad-goto[data-start].start{opacity:1;visibility:visible}.addad-goto.stuck{position:absolute;bottom:auto;top:0;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%);opacity:1;visibility:visible;-webkit-transition:opacity .5s , visibility .5s;-o-transition:opacity .5s , visibility .5s;transition:opacity .5s , visibility .5s}.addad-goto.past,.addad-goto.start.past{opacity:0;visibility:hidden}.circle-button{width:auto;border-radius:100%;font-size:1.75rem;padding:.25em;background:#43b02a;text-decoration:none}.circle-button .fa{display:block;position:relative;width:1em;color:#FFF;font-weight:700}.circle-button:hover,.circle-button:focus,.circle-button:active{text-decoration:none}.addad-goto.goto-button button{width:auto;border-radius:5px 5px 0 0}.addad-goto.goto-circle{padding-bottom:1.5em}.addad-goto.goto-circle button{width:auto;border-radius:100%;padding:1em;background:#FFF;animation-name:point;animation-duration:.75s;animation-iteration-count:6;animation-direction:alternate;animation-timing-function:ease-in-out}.addad-goto.goto-circle .fa{position:relative;margin:0;width:1em;color:#43b02a;font-weight:700;animation:none}.addad-goto.goto-circle .fa::before{content:"\f078"}.addad-goto.goto-circle button:hover .fa{color:#2b721b}@keyframes point{0%{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(12.5%);-moz-transform:translateY(12.5%);-ms-transform:translateY(12.5%);-o-transform:translateY(12.5%);transform:translateY(12.5%)}}.section-8532-1{background:#FFF}.section-8532-1 .section-single,.extra_template_graa-kolumnrutor .section-single{position:relative;min-height:1px;padding-left:10px;padding-right:10px}@media (min-width:768px){.section-8532-1 .section-single,.extra_template_graa-kolumnrutor .section-single{float:left;width:50%}}@media (min-width:992px){.section-8532-1 .section-single,.extra_template_graa-kolumnrutor .section-single{float:left;width:25%}}@media (min-width:768px) and (max-width:991px){.section-8532-1 .section-single,.extra_template_graa-kolumnrutor .section-single{margin-bottom:20px}}.section-8532-1 .section-single .section-container,.extra_template_graa-kolumnrutor .section-single .section-container{background-color:#eee;padding:1.5em 1.5em 2em 1.5em;margin:0}@media (min-width:992px){.extra_template_ikoner .row.section-container{padding:0 2em}.extra_template_ikoner .img-container{padding:0 2em !important}}.extra_template_ikoner .section-row .section-area-sideways .img_to_top .column-icon.section-with-text{margin-bottom:2em}.extra_template_ikoner .section-row .section-area-sideways h3.section-title{text-align:center}.extra_template_ikoner .sw-icon-fast-forward{font-size:3.7em}@media (max-width:767px){.extra_template_ikoner .column-icon i{font-size:3em}.extra_template_ikoner .sw-icon-fast-forward{font-size:2em}}.zopim,div.tvx-customer-widget-button{z-index:99999 !important}.zopim.footer-stuck{position:absolute !important;right:0;bottom:0}div.tvx-customer-widget-button{bottom:70px;-webkit-transition:all 0.3s, margin-bottom 0s;-o-transition:all 0.3s, margin-bottom 0s;transition:all 0.3s, margin-bottom 0s;-moz-transition:all .3s,margin-bottom 1ms}div.tvx-customer-widget-button{border-radius:0}@media (max-width:767px){div.tvx-customer-widget-button{top:157px;padding:0;height:40px;width:40px}}div.tvx-customer-widget-button{right:0 !important;position:fixed;-webkit-transition:right 0.3s !important;-o-transition:right 0.3s !important;transition:right 0.3s !important}@media (max-width:767px){div.tvx-customer-widget-button{top:157px}}@media (min-width:768px){div.tvx-customer-widget-button{top:118px}}@media (min-width:992px){div.tvx-customer-widget-button{top:138px}}@media (min-width:1200px){div.tvx-customer-widget-button{top:153px}}.sw-notice.showing[data-location="top"]~#tvx-customer-widget div.tvx-customer-widget-button{top:0}#swipe-menu.-right.-open~#tvx-customer-widget div.tvx-customer-widget-button{right:285px !important}@media (min-width:768px) and (max-width:991px){#swipe-menu.-right.-open~#tvx-customer-widget div.tvx-customer-widget-button{right:345px !important}}@media (min-height:801px),(min-width:501px),(orientation:landscape){div.tvx-widget-container{right:0 !important;position:fixed;-webkit-transition:right 0.3s !important;-o-transition:right 0.3s !important;transition:right 0.3s !important}.sw-notice.showing[data-location="top"]~#tvx-customer-widget div.tvx-widget-container{top:0}#swipe-menu.-right.-open~#tvx-customer-widget div.tvx-widget-container{right:285px !important}}@media (min-height:801px) and (max-width:767px),(min-width:501px) and (max-width:767px),(orientation:landscape) and (max-width:767px){div.tvx-widget-container{top:157px}}@media (min-height:801px) and (min-width:768px),(min-width:501px) and (min-width:768px),(orientation:landscape) and (min-width:768px){div.tvx-widget-container{top:118px}}@media (min-height:801px) and (min-width:992px),(min-width:501px) and (min-width:992px),(orientation:landscape) and (min-width:992px){div.tvx-widget-container{top:138px}}@media (min-height:801px) and (min-width:1200px),(min-width:501px) and (min-width:1200px),(orientation:landscape) and (min-width:1200px){div.tvx-widget-container{top:153px}}@media (min-height:801px) and (min-width:768px) and (max-width:991px),(min-width:501px) and (min-width:768px) and (max-width:991px),(orientation:landscape) and (min-width:768px) and (max-width:991px){#swipe-menu.-right.-open~#tvx-customer-widget div.tvx-widget-container{right:345px !important}}.pagination>li>a,.pagination>li>span{border:none;border-left:1px solid #d6d6d6;background:#efefef;color:#323232;padding:.4rem 1rem;font-size:.938rem}.pagination>li>a:hover,.pagination>li>span:hover{color:#323232;background:#e6e6e6}.post-row .pagination>li>span.current{color:#FFF;background:#43b02a}.ja-excerpt-clamp{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;margin:.571em 0 .571em 0}.ja-excerpt-clamp p{padding:0;margin:.571em 0 .571em 0}.associates{font-size:1em}.associates-row .associate-single{margin-bottom:2.5em}ul.pdf-overview:before,ul.pdf-overview:after{content:" ";display:table}ul.pdf-overview:after{clear:both}ul.pdf-overview:before,ul.pdf-overview:after{content:" ";display:table}ul.pdf-overview:after{clear:both}ul.pdf-overview>li{float:left;width:100%}ul.pdf-overview .pdf-update-button{float:right;visibility:hidden}ul.pdf-overview>li:hover a{text-decoration:underline}ul.pdf-overview>li:hover .pdf-update-button{visibility:visible}.product-share,.news-share{display:block;position:absolute;top:0;right:10px;font-size:1.15rem}@media (min-width:1200px){.product-share,.news-share{right:15px}}@media (max-width:420px){.product-share,.news-share{position:relative;right:0;margin-bottom:20px;float:left;width:100%;z-index:1}.product-share .share-list,.news-share .share-list,.product-share .share-list a,.news-share .share-list a{float:left}}.product-share a,.news-share a{color:#FFF;text-decoration:none;text-align:center}.product-share a:hover,.news-share a:hover{background:rgba(0,0,0,0.1)}.product-share .share-list,.news-share .share-list{line-height:2em;background:rgba(0,0,0,0.4);min-width:100%;height:auto;right:0}.product-share .share-list>.share-option,.news-share .share-list>.share-option{display:block;white-space:nowrap;line-height:1;padding:.6em;font-weight:500}.product-share .share-list>.share-option .fa,.news-share .share-list>.share-option .fa{min-width:1em}div#steelwrist-tab-content-1 #up-form{display:flex;flex-wrap:wrap}div#steelwrist-tab-content-1 #up-form>p{flex-basis:100%}div#steelwrist-tab-content-1 #up-form>p:last-child br{display:none}div#steelwrist-tab-content-1 #up-form>div{flex-basis:50%;max-width:50%;padding-right:15px}div#steelwrist-tab-content-1 #up-form>div.form-group{flex-basis:100%;max-width:100%}@media (max-width:1200px){.contact-form-row .steelwrist-tab-group .steelwrist-tab-contents label{color:#fff;display:block;width:100%}div#steelwrist-tab-content-1 #up-form{display:block}div#steelwrist-tab-content-1 #up-form>div{flex-basis:100%;max-width:100%;padding-right:0;margin-bottom:15px}}@media (max-width:800px){.dealers-filtering{-webkit-flex-basis:66.66%;-moz-flex-basis:66.66%;-ms-flex-basis:66.66%;-o-flex-basis:66.66%;flex-basis:66.66%;max-width:66.66%}}@media (max-width:767px){#brand-dealers .modal-dialog{max-width:80%;width:100%}}@media (max-width:500px){.dealers-filtering{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-basis:100%;-o-flex-basis:100%;flex-basis:100%;max-width:100%}.sw-dealer-results .sw-dealer-col h5{flex-basis:100%;max-width:100%}.sw-dealer-results .sw-dealer-col .sw-dealer-content{flex-basis:100%;max-width:100%}}@media (min-width:421px){.news-share~div .content{margin-right:calc(2.2em + 30px)}}@media (max-width:420px){.news-share{padding:0 15px}.news-share+div{float:left}}#backgroundGifVideos{width:100%;position:relative;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (min-width:768px) and (max-width:991px){#backgroundGifVideos{width:160%;left:50%;-ms-transform:translateY(-50%) translateX(-50%);-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}}.extra_template_3-symbols img{max-height:100px;margin-bottom:1em !important}.extra_template_3-symbols h3{position:relative;padding:0 0 .75em 0;margin:0 0 .75em 0}.extra_template_3-symbols h3::after{content:"";display:block;bottom:0;width:85px;height:3px;background:#43b02a;position:absolute;margin-left:auto;margin-right:auto;left:0;right:0;text-align:center}.extra_template_3-symbols p{padding-top:0 !important}@media (max-width:991px){.extra_template_3-symbols .row{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center}.extra_template_3-symbols .row .text-container,.extra_template_3-symbols .row h3,.extra_template_3-symbols .row p{text-align:center}}.extra_template_center-text .section-area{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center}.extra_template_center-text h3{position:relative;padding:0 0 .75em 0;margin:0 0 .75em 0}.extra_template_center-text h3::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}.extra_template_center-text h3::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}.extra_template_center-text p{margin:1rem 0}.extra_template_center-text .section-pretitle{color:#969696 !important}.extra_template_underline h3{position:relative;padding:0 0 .75em 0;margin:0 0 .75em 0}.extra_template_underline h3::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}.extra_template_underline h3::after{position:absolute;content:"";display:block;bottom:0;left:0;width:85px;height:3px;background:#43b02a}.extra_template_underline-center h3{position:relative;padding:0 0 .75em 0;margin:0 0 .75em 0}.extra_template_underline-center h3::after{content:"";display:block;bottom:0;width:85px;height:3px;background:#43b02a;position:absolute;margin-left:auto;margin-right:auto;left:0;right:0;text-align:center}.button-menu{display:-webkit-box !important;display:-moz-box !important;display:-ms-flexbox !important;display:-webkit-flex !important;display:flex !important;-webkit-box-pack:center !important;-moz-box-pack:center !important;-ms-flex-pack:center !important;-webkit-justify-content:center !important;justify-content:center !important}.button-menu a{border:none;border-radius:0;background:#43b02a;color:#000000;text-shadow:none;font-weight:700;font-size:.938rem;position:relative;height:2.2em;line-height:2.15em;padding:0 2.9em 0 .9em !important;margin-right:2.34em;background-color:#43b02a !important;border-bottom:0 !important;height:70% !important}.button-menu a::after{position:absolute;bottom:0;right:-2.34em;width:2.2em;height:100%;background:inherit;display:inline-block;font:normal normal normal 14px/1 FontAwesome;content:"\f054";font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;line-height:2.25em;text-align:center}.button-menu a::before{position:absolute;content:"";display:block;height:2.2em;width:.14em;right:-0.14em;top:0}.button-menu a:hover,.button-menu a:active,.button-menu a:focus{color:#000000;background:#3c9e26}.button-menu a:hover::after,.button-menu a:active::after,.button-menu a:focus::after{color:inherit;background:inherit}.button-menu a:active,.button-menu a:active::after{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.button-menu a:after{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center}.page-template-template-ambasadors .ambasadors .row.section-container .column-text{width:100%}.page-template-template-ambasadors .ambasadors .ambasador_grid{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.page-template-template-ambasadors .ambasadors .ambasador_grid.container:before,.page-template-template-ambasadors .ambasadors .ambasador_grid.container:after,.page-template-template-ambasadors .ambasadors .ambasador_grid.row:before,.page-template-template-ambasadors .ambasadors .ambasador_grid.row:after,.page-template-template-ambasadors .ambasadors .ambasador_grid:before,.page-template-template-ambasadors .ambasadors .ambasador_grid:after{display:none}.page-template-template-ambasadors .ambasadors .ambasador_grid .ambasador_single{padding:15px 15px 30px}.page-template-template-ambasadors .ambasadors .ambasador_grid .ambasador_single a:hover,.page-template-template-ambasadors .ambasadors .ambasador_grid .ambasador_single a:focus{text-decoration:none}.page-template-template-ambasadors .img-circle{padding:0 !important}.page-template-template-ambasadors .img-circle img{border-radius:50%}.page-template-template-ambasadors .text-container ul{list-style:none;padding:0}.page-template-template-ambasadors .text-container ul li{padding-top:0}.page-template-template-ambasadors .text-container ul li a.social-icon{padding-left:25px}.page-template-template-ambasadors .text-container ul li a.social-icon::before{content:'';position:absolute;left:15px;height:20px;width:20px}.page-template-template-ambasadors .text-container ul li a.social-icon.type-tiktok::before{background:url(../svg/tiktok.svg) no-repeat}.page-template-template-ambasadors .text-container ul li a.social-icon.type-instagram::before{background:url(../svg/instagram.svg) no-repeat}.page-template-template-ambasadors .text-container ul li a.social-icon.type-youtube::before{background:url(../svg/youtube.svg) no-repeat}.page-template-template-ambasadors .text-container ul li a.social-icon.type-linkedin::before{background:url(../svg/linkedin.svg) no-repeat}.page-template-template-ambasadors .text-container ul li a.social-icon.type-facebook::before{background:url(../svg/facebook.svg) no-repeat}.page-template-template-ambasadors .text-container ul.products_list{columns:2;-webkit-columns:2;-moz-columns:2;display:inline-block}.page-template-template-ambasadors .text-container ul.products_list li{display:inline-block}.page-template-template-ambasadors .text-container ul.products_list li a{border-bottom:1px solid #323232}.page-template-template-ambasadors .text-container p.products,.page-template-template-ambasadors .text-container p.excavators,.page-template-template-ambasadors .text-container ul.links{padding:.571em 0}.page-template-template-ambasadors .text-container a.products{color:#323232}.page-template-template-ambasadors .text-container-header{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:flex-start;-moz-box-pack:flex-start;-ms-flex-pack:flex-start;-webkit-justify-content:flex-start;justify-content:flex-start;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;padding-top:1em;height:80px}.page-template-template-ambasadors .text-container-header img.country-img{margin:0;padding-right:1em;height:50px}.extra_template_toppsektion{background:#000;z-index:0}.extra_template_toppsektion .hentry{font-size:.937em;font-weight:500}.extra_template_toppsektion .hentry h1,.extra_template_toppsektion .hentry h2{font-weight:900;font-size:3.75em;text-transform:uppercase}.extra_template_toppsektion .hentry h1>span:first-of-type,.extra_template_toppsektion .hentry h2>span:first-of-type{font-size:.835em}.extra_template_toppsektion .hentry h1>span:last-of-type,.extra_template_toppsektion .hentry h2>span:last-of-type{font-size:1.03em}.extra_template_toppsektion .hentry p{padding-top:0;padding-bottom:1.2em}@media (min-width:768px){.extra_template_toppsektion .hentry p{max-width:45em}}.extra_template_toppsektion .btn{font-size:.937rem}.extra_template_wide-image div.section-area{max-width:100% !important}.extra_template_wide-image div.section-area .section-single{max-width:100% !important}.extra_template_wide-image div.section-area img{width:100%}.extra_template_3col_fontsize h3.section-title{font-size:1.5rem !important}.extra_template_3col_fontsize p{font-size:1.2rem}.extra_template_background-image-left-aligned .img-background img{object-position:25% 50%}.table-container{overflow-x:auto;overflow-y:hidden;border:1px solid #cecece}.table-container table.product-table{border-collapse:separate;white-space:nowrap;width:100%;margin:0}.table-container table.product-table th,.table-container table.product-table td{text-align:left;padding:8px 16px}.table-container table.product-table thead>tr>th{border-bottom:4px solid #43b02a;background-color:#FFF;white-space:pre;word-break:break-all}.table-container table.product-table thead>tr>th:first-child{border-right:4px solid #43b02a;position:sticky;left:0;background:#FFF;z-index:1;padding:8px 16px}@media (min-width:768px){.table-container table.product-table thead>tr>th:first-child{padding:8px 32px 8px}}.table-container table.product-table thead>tr>th:not(:first-child){width:6rem}.table-container table.product-table tbody>tr>td:first-child{border-right:4px solid #43b02a;width:5% !important;position:sticky;left:0;background-color:#f9f9f9;z-index:1;padding:8px 16px}@media (min-width:768px){.table-container table.product-table tbody>tr>td:first-child{padding:8px 32px}}.table-container table.product-table tbody>tr>td{font-weight:400;border-top:none;width:auto}.table-container table.product-table tbody tr:not(:last-child)>td{border-bottom:1px solid #cecece}.table-container table.product-table tbody>tr:nth-child(even)>td{background-color:#FFF !important}.table-container table.product-table tbody>tr:nth-child(even)>td:first-child{background-color:#FFF !important}.table-container table.product-table tbody>tr:nth-child(odd)>td{background-color:#f9f9f9 !important}.table-container table.product-table tbody>tr:nth-child(odd)>td:first-child{background-color:#f9f9f9 !important}.effort .row{display:flex;align-items:center;justify-content:flex-start;gap:14px;color:#111827;font-weight:700;margin-bottom:10px}.effort .panel{background:#FFF;border-radius:8px;padding:14px 14px 10px;position:relative}.effort .sliderWrap{position:relative;padding:8px 0 4px}.effort #effortSlider{--val:0;-webkit-appearance:none;appearance:none;width:100%;height:8px;border-radius:999px;background:linear-gradient(to right, #0ea44a 0 var(--val), #0ea44a var(--val) var(--val), #0ea44a var(--val) var(--val)),#d1d5db;background-origin:border-box;position:relative;z-index:0;outline:none}.effort #effortSlider::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:#111827;cursor:pointer;margin-top:-5px;transform:translateY(2px);box-shadow:0 0 0 2px #111827 inset}.effort #effortSlider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#111827;cursor:pointer;transform:translateY(2px);box-shadow:0 0 0 2px #111827 inset}.effort #effortSlider::-moz-range-track{height:8px;border:0;background:transparent}.effort .hintRow{display:flex;align-items:center;justify-content:space-between;margin-top:6px;color:#6b7280;font-size:.875rem}.effort .result{margin-top:10px;font-weight:700;color:#111827}.table-floating-header{position:fixed;top:0;left:0;z-index:9999;display:none;pointer-events:none;background:#fff;overflow:hidden}.table-floating-header .lock,.table-floating-header .scroll{position:absolute;top:0;height:100%;background:#fff;pointer-events:auto}.table-floating-header .scroll{overflow:hidden}.table-floating-header .scroll .inner{height:100%;will-change:transform;border-right:1px solid #cecece;box-shadow:inset -1px 0 0 #ACACAC}.table-floating-header table{border-collapse:separate;width:100%;margin:0;border-top:1px solid #cecece;border-left:1px solid #cecece}.table-floating-header thead>tr>th{text-align:left;padding:8px 16px !important;background:#fff;white-space:pre;word-break:break-all;border-bottom:4px solid #43b02a !important;box-sizing:border-box}@media (max-width:767px){.table-floating-header .lock thead>tr>th{border-right:4px solid #43b02a !important}}@media (min-width:768px){.table-floating-header .lock thead>tr>th{border-right:4px solid #43b02a;padding:8px 32px !important}}#page-mail.associate-modal.modal{z-index:0 !important}/*# sourceMappingURL=addad.css.map */